* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.bg-accent {
    background-color: #eeb213;
}

.bg-accent:hover {
    background-color: #ebc04c;
}

.has-dropdown .dropdown {
    display: none;
}

.has-dropdown:hover .dropdown {
    display: block;
}

label.error {
    color: #dc2626;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.select2-container--default .select2-selection,
.select2-container--default .select2-selection--multiple {
    border: 0 !important;
}

.select2-container--default .select2-selection--multiple li.select2-selection__choice {
    line-height: 24px !important;
}

.select2-results__option {
    font-size: 16px !important;
}

.select2-selection__rendered {
    line-height: 36px !important;
    display: block !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.notify {
    padding-right: 32px;
}

.light-theme {
    text-align: center;
    padding: 0 !important;
}

.light-theme ul {
    display: inline-block;
}

.light-theme ul li:last-child a {
    margin-right: 0 !important;
}

.light-theme a, .light-theme span {
    box-shadow: none !important;
    background: #fff !important;
}

.light-theme .current {
    border-color: #1e40af !important;
    background: #1e40af !important;
}

.light-theme a:hover {
    border-color: #1e40af !important;
    background: #1e40af !important;
    color: #fff;
}

.rx-modal-images-box img {
    width: calc((100% - 32px) / 5) !important;
    object-fit: contain;
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: 1 / 1;
    background-color: #f4f4f4;
}