*, *::before, *::after {
    box-sizing: border-box;
}

body, html {
    font-size: 15px;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#header {
    height: 70px;
    flex-shrink: 0;
}

#main {
    padding-bottom: 1rem !important;
    overflow: auto;
    flex: 1;
}

#main-menu {
    background-color: #F6EDF0 !important;
    height: 80px;
    border-top: 1px solid #F0F0F0;
    flex-shrink: 0;
    width: 100%;
    display: flex;
}

.main-menu-item {
    padding: 13px;
    text-align: center;
    display: inline-block;
    flex: 0 0 25%;
}

.main-menu-option {
    text-decoration: none;
    color: #42474C;
}

    .main-menu-option:hover {
        color: #42474C;
    }

.main-menu-action {
    padding-left: 20px;
}

.main-menu-image {
    height: 25px;
    padding-right: 5px;
}

.main-menu-text {
    text-decoration: none;
    color: inherit;
    font-size: 15px;
}

@media screen and (max-width: 520px) {
    #header {
        height: 50px;
    }

    #main-menu {
        height: 70px;
    }

    .main-menu-image {
        height: 25px;
    }

    .main-menu-text {
        font-size: 9px;
    }

    .main-menu-action {
        padding-left: 10px;
    }
}

.login-title {
    font-size: 35px;
}

.login-form {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 20px 30px 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background: white;
}

@media screen and (max-width: 520px) {
    .login-form {
        width: 100%;
        margin: 10px;
        box-shadow: none;
    }
}

.normal-line {
    line-height: 34px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.border-list, .border-list-first, .border-list-last {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}

.border-list-first {
    border-top: 1px solid #E0E0E0;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.border-list-last {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.border-list {
    border-top: 1px solid #E0E0E0;
}

.emoji {
    font-family: 'Noto Color Emoji'
}

.emoji-section {
    font-size: 24px;
    width: 34px;
    text-align: center;
    display: inline-block;
}

.section-path-small {
    font-size: 0.75rem;
    color: gray;
}

.only-desktop {
    display: inherit;
}

.only-mobile {
    display: none !important;
}

@media screen and (max-width: 520px) {
    .only-desktop {
        display: none !important;
    }

    .only-mobile {
        display: inline-block !important;
    }
}

.pointer {
    cursor: pointer;
}

.dropdown-item {
    line-height: 40px;
}

.full-width {
    width: 100%;
}

.inline-block {
    display: inline-block !important;
}

.container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.bg-light {
    background-color: #FFFBFF !important;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #F6EDF0 !important;
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 1rem !important;
}

    .navbar > .container {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

@media screen and (max-width: 520px) {
    .navbar > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

.vertical-align-middle {
    vertical-align: middle;
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

img, svg {
    vertical-align: middle;
}

.bg-white {
    background-color: white !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 1rem;
    margin-left: 1rem;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-2 {
    padding: 0.5rem;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.text-decoration-none {
    text-decoration: none !important;
    color: inherit;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
}

.form-control, .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #434952;
    background-color: #D8E3F7;
    border-color: #D8E3F7;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.no-margin {
    margin: 0;
}

hr.light {
    display: block;
    height: 1px;
    border-top: 1px solid #F0F0F0;
}

.modal {
    z-index: 10000;
    position: absolute;
    width: 400px;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: white;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    padding: 20px;
    display: none;
}

@media screen and (max-width: 520px) {
    .modal {
        width: 90%;
    }
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    align-content: center;
    justify-content: center;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    vertical-align: middle;
}

    input[type="checkbox"]:checked {
        background-color: #ced4da
    }

.dropdown-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    width: fit-content;
    border: 1px solid #F0F0F0;
    background-color: white;
    padding: 20px;
}

.dropdown-item {
    line-height: 40px;
    display: block;
    text-decoration: none;
    color: inherit;
}
