@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: 'NotoSansThai';
    src: url('../../../Content/styles/fonts/NotoSansThai-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansThai';
    src: url('../../../Content/styles/fonts/NotoSansThai-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansThai';
    src: url('../../../Content/styles/fonts/NotoSansThai-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'NotoSansTC';
    src: url('../../../Content/styles/fonts/NotoSansTC-Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansTC';
    src: url('../../../Content/styles/fonts/NotoSansTC-Regular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansTC';
    src: url('../../../Content/styles/fonts/NotoSansTC-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'NotoSansSC';
    src: url('../../../Content/styles/fonts/NotoSansSC-Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansSC';
    src: url('../../../Content/styles/fonts/NotoSansSC-Regular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansSC';
    src: url('../../../Content/styles/fonts/NotoSansSC-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'NotoSansJP';
    src: url('../../../Content/styles/fonts/NotoSansJP-Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansJP';
    src: url('../../../Content/styles/fonts/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansJP';
    src: url('../../../Content/styles/fonts/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Gilmer';
    src: url('../../../Content/styles/fonts/Gilmer-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('../../../Content/styles/fonts/Gilmer-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('../../../Content/styles/fonts/Gilmer-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../../../Content/styles/fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../../Content/styles/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../../../Content/styles/fonts/Montserrat-Bold.ttf") format('truetype');
    font-weight: 700;
    font-display: swap;
}

.font-gilmer-light {
    font-family: 'Gilmer', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.font-gilmer-regular {
    font-family: 'Gilmer', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.font-gilmer-bold {
    font-family: 'Gilmer', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.font-montserrat-light {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.font-montserrat-regular {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.font-montserrat-bold {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

html:lang(ja) p,
html:lang(ja) span,
html:lang(ja) a,
html:lang(ja) div,
html:lang(ja) input,
html:lang(ja) label,
html:lang(ja) button,
html:lang(ja) h6,
html:lang(ja) h5,
html:lang(ja) h4,
html:lang(ja) h3 {
    font-family: NotoSansJP, Gilmer;
}

html:lang(ja) .heading-4,
html:lang(ja) .heading-3,
html:lang(ja) .heading-2,
html:lang(ja) .heading-1,
html:lang(ja) h2,
html:lang(ja) h1 {
    font-family: NotoSansJP, Montserrat;
}

html:lang(th) p,
html:lang(th) span,
html:lang(th) a,
html:lang(th) div,
html:lang(th) input,
html:lang(th) label,
html:lang(th) button,
html:lang(th) h6,
html:lang(th) h5,
html:lang(th) h4,
html:lang(th) h3 {
    font-family: NotoSansThai, Gilmer;
}

html:lang(th) .heading-4,
html:lang(th) .heading-3,
html:lang(th) .heading-2,
html:lang(th) .heading-1,
html:lang(th) h2,
html:lang(th) h1 {
    font-family: NotoSansThai, Montserrat;
}

html:lang(zh) p,
html:lang(zh) span,
html:lang(zh) a,
html:lang(zh) div,
html:lang(zh) input,
html:lang(zh) label,
html:lang(zh) button,
html:lang(zh) h6,
html:lang(zh) h5,
html:lang(zh) h4,
html:lang(zh) h3 {
    font-family: NotoSansTC, Gilmer;
}

html:lang(zh) .heading-4,
html:lang(zh) .heading-3,
html:lang(zh) .heading-2,
html:lang(zh) .heading-1,
html:lang(zh) h2,
html:lang(zh) h1 {
    font-family: NotoSansTC, Montserrat;
}

.fa {
    font: normal 14px/1 FontAwesome !important;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
}

.collapse.in {
    visibility: visible;
}

.navigation-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

#view-shoppingreview .dl-horizontal dt,
#view-orderpayment .dl-horizontal dt {
    text-align: left;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.mobile-cart {
    display: none;
}

    .mobile-cart.active {
        display: flex;
    }

body.overflow-hidden {
    overflow-y: hidden;
}


.navigation-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: .5s all;
}

.align-left {
    text-align: left !important;
}

.plus-icon-bold {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

    .plus-icon-bold::after,
    .plus-icon-bold::before {
        content: '';
        position: absolute;
        background: #194F90;
        transition: .5s all ease-in-out;
    }

    .plus-icon-bold::before {
        top: 15px;
        left: 9px;
        right: 7px;
        height: 4px;
        border-radius: 10px;
    }

    .plus-icon-bold::after {
        top: 9px;
        left: 15px;
        bottom: 7px;
        width: 4px;
        border-radius: 10px;
    }

.head-toggle.active .plus-icon-bold::after,
.head-toggle-pdp.active .plus-icon-bold::after,
.distributor-head-toggle.active .plus-icon-bold::after {
    transform: rotate(90deg);
}

.benefits-header.active .plus-icon::before, .menu-header.active .plus-icon::before {
    transform: rotate(0deg)
}

.burger-menu.active .icon {
    transition-duration: .5s;
    background: transparent;
}

    .burger-menu.active .icon:before {
        transform: rotateZ(45deg) scaleX(1.15) translate(6px, 7px);
    }

    .burger-menu.active .icon:after {
        transform: rotateZ(-45deg) scaleX(1.15) translate(7px, -7px);
    }

div#ot-sdk-btn-floating.ot-floating-button::after,
div#ot-sdk-btn-floating.ot-floating-button::before {
    content: none;
}

div#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #ECF5FA;
}

div#onetrust-button-group #onetrust-pc-btn-handler {
    color: #5EB3E4;
}

div#onetrust-button-group #onetrust-accept-btn-handler,
div#onetrust-button-group #onetrust-reject-all-handler,
div#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
    background-color: #194F90;
}

div#onetrust-consent-sdk {
    font-family: 'Gilmer';
    position: relative;
    z-index: 9999999999;
}

div#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    right: 15px;
}

div#onetrust-pc-sdk #ot-pc-content {
    padding-right: 20px;
    width: auto;
    box-sizing: border-box;
}

#onetrust-consent-sdk #onetrust-button-group #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler {
    border-radius: 30px;
    padding: 13px 40px;
}

#onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler {
    border: none;
    background-color: transparent;
    text-decoration: underline;
}

#onetrust-consent-sdk #onetrust-button-group {
    width: fit-content !important;
    display: flex !important;
    align-items: center;
}

@media only screen and (min-width: 890px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
        margin-top: 0 !important;
    }

    div#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
        margin-bottom: 5px;
    }

    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
        margin-top: 0 !important;
    }
}

#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
    margin-bottom: 5px !important;
}


#onetrust-consent-sdk div#onetrust-banner-sdk {
    box-shadow: none;
    border-top: 1px solid #5EB3EA;
}

#onetrust-consent-sdk #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
    width: auto;
}

#onetrust-consent-sdk #onetrust-banner-sdk.otFlat {
    overflow-y: hidden;
}

#onetrust-consent-sdk div#onetrust-button-group {
    padding-right: 10px !important;
}

#onetrust-consent-sdk div#onetrust-button-group-parent {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    width: 55% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    position: unset !important;
    transform: none !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title {
    font-size: 32px;
    line-height: 40px;
    font-family: 'Gilmer';
    font-weight: 300;
}

#onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter {
    border-radius: 15px;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container button {
    border-radius: 30px;
}

@media only screen and (min-width: 1025px) {
    #onetrust-banner-sdk.vertical-align-content div#onetrust-button-group-parent {
        left: 55%;
    }
}

@media only screen and (min-width: 897px) and (max-width: 1023px) {
    #onetrust-consent-sdk #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        right: 0;
        left: auto;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1003px) {
    div#onetrust-consent-sdk .ot-sdk-container .ot-sdk-row {
        display: flex;
        flex-flow: column;
    }

    #onetrust-consent-sdk div#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 95%;
    }

    div#onetrust-consent-sdk div#onetrust-button-group-parent {
        width: 100% !important;
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
    }

    div#onetrust-banner-sdk #onetrust-policy {
        margin: 30px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    div#onetrust-consent-sdk div#onetrust-button-group-parent {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1023px) {
    .carousel-saying-next,
    .carousel-saying-prev {
        top: 455px;
    }

        .carousel-saying-next img,
        .carousel-saying-prev img,
        .swiper-button-next img,
        .swiper-button-prev img {
            height: 35px;
        }

    .carousel-saying-next,
    #our-corporate-leadership .swiper-button-next {
        right: 15px !important;
    }

    .carousel-saying-prev,
    #our-corporate-leadership .swiper-button-prev {
        left: 15px !important;
    }

    .carousel-saying-pagination {
        bottom: 70px !important;
    }
}

@media only screen and (max-width: 767px) {
    div#onetrust-consent-sdk .ot-sdk-container .ot-sdk-row {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    #onetrust-consent-sdk #onetrust-button-group {
        width: 100% !important;
        display: flex !important;
        flex-flow: column;
        align-items: center;
    }

    div#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 80% !important;
    }

        div#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container #onetrust-policy {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

            div#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container #onetrust-policy #onetrust-policy-text {
                text-align: center;
            }

    .home-carousel .swiper {
        padding-bottom: 60px;
    }

    .home-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }

    .home-carousel .swiper-pagination-blue .swiper-pagination-bullet {
        margin: 0 7px;
    }
}

@media only screen and (max-width: 425px) {
    div#onetrust-banner-sdk #onetrust-button-group {
        display: flex;
        flex-flow: column;
    }
}

#onetrust-consent-sdk div#onetrust-button-group-parent .onetrust-button-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}


#onetrust-consent-sdk .ot-sdk-container .ot-sdk-row {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

div#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 40%;
}

#onetrust-policy-text {
    text-wrap: balance !important;
}

#onetrust-consent-sdk div.ot-sdk-container {
    max-width: 1110px;
    width: 95%;
}

.video-modal .modal-dialog .modal-content {
    background-color: #212121;
}

.video-modal .modal-dialog .close {
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

select.std-form-dd {
    max-width: 285px;
    width: 100%;
    height: 29px;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(94, 179, 228, 0.5);
    font-family: 'Gilmer';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

    select.std-form-dd:active, select.std-form-dd:focus, select.std-form-dd:focus-visible {
        outline: none;
        border-bottom: 1px solid rgba(25, 79, 144, 1);
    }

    select.std-form-dd option {
        padding-bottom: 5px;
        font-family: 'Gilmer';
        font-weight: 400;
    }

        select.std-form-dd option[selected], select.std-form-dd option:active {
            font-family: 'Gilmer';
            font-weight: 700;
        }

.swiper-button-prev {
    background-image: none !important;
}

.swiper-button-next {
    background-image: none !important;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: "";
    }

.home-carousel .swiper-buttons-inside .swiper-button-prev {
    left: 0;
}

.home-carousel .swiper-buttons-inside .swiper-button-next {
    right: 0;
}

.swiper-buttons-inside .swiper-button-prev {
    left: 144px;
}

.swiper-buttons-inside .swiper-button-next {
    right: 112px;
}

.swiper-buttons-outside .swiper-button-prev {
    left: 0;
}

.swiper-buttons-outside .swiper-button-next {
    right: 0;
}

.swiper-custom-navigation {
    transform: translate(0, 0);
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: white !important;
    opacity: 1 !important;
    background-image: url("/Content/cms/public//assets/svg/next-slide-white.svg") !important;
    background-repeat: no-repeat !important;
    border-radius: 2px !important;
    width: 5px !important;
    height: 15px !important;
}
    span.swiper-pagination-bullet {
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    span.swiper-pagination-bullet:hover {
        transform: scale(1.5);
    }

    .swiper-pagination-white
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-image: url("/Content/cms/public//assets/svg/current-slide-white.svg") !important;
        border-radius: 2px !important;
        width: 15px !important;
        height: 15px !important;
    }

.swiper-pagination-blue .swiper-pagination-bullet {
    background-color: #5EB3E4;
    border-radius: 2px !important;
    width: 3px !important;
    height: 15px !important;
    opacity: 0.5;
}

    .swiper-pagination-blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #194F90 !important;
        border-radius: 2px !important;
        width: 15px !important;
        height: 15px !important;
        opacity: 1;
    }

.swiper-buttons-outside .swiper-pagination {
    bottom: 0;
}

.swiper-button-lock {
    visibility: hidden;
}

.best-sellers-carousel-homepage .swiper-buttons-outside .swiper-pagination {
    bottom: -40px;
}

input.input-validation-error {
    border-bottom: solid 1px #EB5757;
}

textarea.input-validation-error {
    border: solid 1px #EB5757;
}

.field-validation-error:before {
    content: url("/Content/cms/public/assets/svg/warning.svg")
}

input.input-validation-error:focus ~ .peer-focus\:text-blue-600,
input.input-validation-error + label, textarea.input-validation-error + label {
    color: #EB5757;
}

ol {
    padding-left: 20px !important;
    list-style-type: decimal !important;
}

.zoom-icon {
    background-image: url(/Content/cms/public//assets/svg/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.zoom-img {
    transition: .5s all;
}

    .zoom-img.on {
        transform: scale(3);
    }

.custom-select-pdp {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(/Content/cms/public//assets/svg/blue-arrow-down.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    padding-right: 30px !important;
}

.select-custom-blue {
    position: relative;
}

    .select-custom-blue:after {
        content: url(/Content/cms/public//assets/svg/blue-arrow-down.svg);
        right: 15px;
        top: 23px;
        position: absolute;
        pointer-events: none;
    }

    .select-custom-blue select::-ms-expand {
        display: none;
    }

    .select-custom-blue select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.select-custom-mobile {
    max-height: calc(100vh - 150px);
}

.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    padding: 1px;
}

.location-dropdown-mobile,
.language-dropdown-mobile {
    position: fixed;
    z-index: 11;
    background-color: #ecf5fa;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}

    .location-dropdown-mobile .close-icon,
    .language-dropdown-mobile .close-icon {
        position: fixed;
        top: 0;
        left: 20px;
        right: 20px;
        height: 32px;
        padding-top: 10px;
        background-color: #ecf5fa;
    }

@media (min-width:1024px) {
    .full-width {
        width: 100%;
    }

    #toast-container.toast-top-center > div {
        width: 700px !important;
    }
}

.menu-category:hover {
    text-decoration: none;
}

p a, .faq-details a {
    text-decoration: underline;
    color: #5eb3e4;
    font-family: 'Gilmer';
    font-weight: 700;
}

    p a.unstyled {
        text-decoration: none;
        color: transparent;
        font-family: 'Gilmer';
        font-weight: initial;
    }

span.disabled {
    color: lightgray;
    cursor: not-allowed;
    pointer-events: none;
}

a.disabled {
    color: lightgray;
    cursor: not-allowed;
    pointer-events: none;
}

p a:hover, .faq-details a:hover {
    opacity: 0.8;
}

.block-text-wrapper ul,
.block-text-wrapper ol {
    padding-left: 20px;
}

.block-text-wrapper ul {
    list-style-type: disc;
}

.block-text-wrapper ol {
    list-style-type: decimal;
}

.block-text-wrapper a {
    text-decoration: underline;
    color: #5eb3e4;
}

    .block-text-wrapper a:hover {
        opacity: 0.8;
    }

.block-text-wrapper ol,
.block-text-wrapper ul {
    display: flex;
    flex-direction: column;
}

.text-center .block-text-wrapper ul,
.text-center .block-text-wrapper ol {
    align-items: center;
    list-style-position: inside;
}

.text-center .block-text-wrapper li p {
    display: inline;
}

.text-left .block-text-wrapper ul,
.text-left .block-text-wrapper ol {
    align-items: flex-start;
}

.text-right .block-text-wrapper ul,
.text-right .block-text-wrapper ol {
    align-items: flex-end;
}

.block-text-wrapper.text-center ol,
.block-text-wrapper.text-center ul {
    align-items: center;
}

.block-text-wrapper.text-left ol,
.block-text-wrapper.text-left ul {
    align-items: flex-start;
}

.block-text-wrapper.text-right ol,
.block-text-wrapper.text-right ul {
    align-items: flex-end;
}

.placeholder-setting {
    display: inline-flex;
}

.products-options::-webkit-scrollbar {
    width: 6px;
}

.products-options::-webkit-scrollbar-track {
    background-color: rgba(94,179,228,0.5);
    border-radius: 10px;
}

.products-options::-webkit-scrollbar-thumb {
    background-color: #194F90;
    border-radius: 10px;
}

.iframe-scroll {
    width: 100%;
    height: 500px;
}

.benefits-desc ul li::marker,
.benefits-desc ol li::marker,
.ranking-system ol li::marker,
.ranking-system ul li::marker {
    color: #5eb3e4;
}

.tell-about-desc p {
    font-size: 20px;
    line-height: 26px;
}

div#onetrust-consent-sdk #onetrust-pc-sdk *:focus,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {
    outline: 0;
}

@media (min-width:1024px) {
    .swiper-buttons-outside .swiper-button-next {
        right: 0;
    }

    .pdp-testimonials .swiper-buttons-outside .swiper-button-prev {
        left: -45px;
    }

    .pdp-testimonials .swiper-buttons-outside .swiper-button-next {
        right: -50px;
    }

    .swiper-buttons-outside .swiper-button-prev {
        left: 0;
    }

    label.checkbox-container .checkmark {
        position: absolute;
        top: -4px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #194F90;
    }

        label.checkbox-container .checkmark:after {
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
}

.study-container {
    flex-flow: column;
}

.study-content {
    margin-top: 15px;
}

.study-image {
    margin-right: 0;
}

.customer-service-location {
    flex-flow: column;
}

.customer-service-location-img {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .customer-service-location-img img {
        float: none;
    }

.customer-service-location {
    flex-flow: column;
}

.customer-service-location-img {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.mobile-header-anchors .swiper-slide {
    width: auto !important;
}

@media (min-width:500px) {
    .study-container {
        flex-flow: row;
    }

    .study-content {
        margin-top: 0;
    }

    .study-image {
        margin-right: 30px;
    }
}

.mobile-cart-icon.active .cart-underline-mob {
    display: block;
}

.link:hover,
.link-1:hover,
.link-2:hover {
    opacity: 0.8;
    cursor: pointer;
}

.link:active,
.link-1:active,
.link-2:active {
    color: #194F90;
}

.link.disabled:hover {
    cursor: not-allowed;
}

.link.disabled {
    color: #BDBDBD;
}

.btn-light,
.btn-primary,
.btn-secondary {
    transition: all .5s;
}

    .btn-light:hover {
        background-color: #194F90;
        color: #FFFFFF;
        cursor: pointer;
        text-decoration: none;
        opacity: 1;
    }

    .btn-primary:hover {
        background-color: #0E3058;
        color: #FFFFFF;
        cursor: pointer;
        text-decoration: none;
        opacity: 1;
    }

    .btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
        background-color: #BDBDBD;
        color: #F2F2F2;
    }

        .btn-primary.disabled:hover, .btn-primary:disabled:hover, .btn-primary[disabled]:hover {
            background-color: #BDBDBD;
            color: #F2F2F2;
            cursor: not-allowed;
        }

    .btn-secondary:hover, .btn-secondary:hover a {
        border-color: #0E3058;
        color: #0E3058;
        cursor: pointer;
        text-decoration: none;
    }

    .btn-secondary.disabled {
        color: #BDBDBD;
        border-color: #BDBDBD;
        background-color: #fff;
    }

        .btn-secondary.disabled:hover {
            cursor: not-allowed;
        }

.g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media (min-width:390px) {
    .g-recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width:768px) {
    .modal,
    .modal .modal-dialog {
        max-height: 100vh;
    }

        .modal .modal-slide {
            max-height: 100vh;
            overflow: auto;
        }

        .modal .modal-left-content {
            height: 100%;
        }
}



.list-desc li {
    margin-bottom: 5px;
}

/* Custom radiobox */
.radio-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }


    /* Create a custom radio button */
    .radio-container .checkmark {
        position: absolute;
        top: -1px;
        left: 0;
        height: 25px;
        width: 25px;
        border: 1px solid #194f90;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .radio-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .radio-container input:checked ~ .checkmark {
        background-color: transparent;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radio-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .radio-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .radio-container .checkmark:after {
        top: 5px;
        left: 5px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #194f90;
    }

/* Custom checkbox */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .checkbox-container .checkmark {
        position: absolute;
        top: -10px;
        left: 0;
        height: 28px;
        width: 28px;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #194F90;
    }

    /* On mouse-over, add a background color */
    .checkbox-container:hover input ~ .checkmark {
        background-color: rgb(25 79 144 / 10%);
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked ~ .checkmark {
        background-color: #194F90;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkbox-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkbox-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */

    .checkbox-container .checkmark:after {
        left: 10px;
        top: 4px;
        width: 8px;
        height: 15px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/****** Enrollment ******/
.progress-stage .progress-stage-step.is-active, .progress-stage .progress-stage-step.is-complete {
    color: #194f90;
}

.start-chat-wrapper {
    display: flex;
    margin: auto;
    width: 1440px;
    justify-content: end;
    padding-bottom: 1rem;
}

div#ot-sdk-btn-floating.ot-floating-button {
    bottom: 50px;
}

#gladlyStartChatButton, #gladlyChat_container .overrideStyle-sc-10heg51-0.jHZtiT {
    font-family: 'Gilmer', Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
}

#gladlyChat_container #sidekick-title {
    font-family: Montserrat !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    color: #373F41 !important;
}

#gladlyChat_container div[role=link] {
    border-color: #194F90 !important;
}

    #gladlyChat_container div[role=link] div {
        color: #194F90 !important;
        font-family: 'Gilmer', Helvetica, Arial, sans-serif !important;
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
    }

#custom-gladly-chat-button {
    position: fixed;
    padding: 10px;
    right: 80px;
    bottom: 50px;
}

.overrideStyle-sc-10heg51-0 svg:focus {
    outline: 0;
}

#gladlyChat_container .dZFvst {
    height: 40px !important;
}

/* By default we hide the button */
#custom-gladly-chat-button {
    display: none;
    width: 95px;
    min-height: 90px;
    background-color: #194f90;
    border-radius: 30px;
    font-family: 'Gilmer', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #FFF;
}

.unread-icon {
    width: 15px;
    height: 15px;
    background-color: #7BE693;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 26px;
}

.gladly-chat-icon {
    display: block;
    text-align: center;
    margin: auto;
}

#custom-gladly-chat-button #with-active-chat {
    display: none;
}

#custom-gladly-chat-button #with-unread-message {
    display: none;
}

/* If "gladly-show" is there we show the button */

#custom-gladly-chat-button.gladly-show {
    display: block;
}

#custom-gladly-chat-button.gladly-has-authenticated #with-no-active-chat {
    display: none;
}

#custom-gladly-chat-button.gladly-has-authenticated #with-active-chat {
    display: block;
}

#custom-gladly-chat-button.gladly-unread #with-unread-message {
    display: block;
}

.progress-stage .progress-stage-step.is-complete:before {
    background: #194f90;
    line-height: 10px;
}

.progress-stage .progress-stage-step.is-complete:after {
    background: #194f90;
}

.progress-stage .progress-stage-step {
    font-size: 14px;
    line-height: 20px;
}

@media (max-width:768px) {
    .progress-stage .progress-stage-step {
        font-size: 10px;
        line-height: 15px;
    }

    #custom-gladly-chat-button {
        right: 60px;
    }

    #custom-gladly-chat-button {
        width: 50px;
        height: 50px;
        background-color: #5EB3E4;
        border-radius: 50%;
        border: 2px solid #fff;
        bottom: 10px;
    }

        #custom-gladly-chat-button span {
            display: none;
        }

    div#ot-sdk-btn-floating.ot-floating-button {
        bottom: 10px;
    }
}

@media (max-width: 468px) {
    .progress-stage .progress-stage-step .progress-stage-step-label {
        display: none;
    }
}

@media (max-width:768px) {
    .packs-table {
        overflow-x: auto;
        margin: 0 30px;
    }

        .packs-table tr > th:first-child, .packs-table tr > td:first-child {
            position: sticky;
            left: 0;
            background-color: white;
            z-index: 1;
        }
}

.header-promotion a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

#ot-sdk-btn-floating .ot-floating-button__close svg {
    margin: 0 auto;
}

@media print {
    .hidden-print {
        display: none !important;
    }

    .link-no-href-print[href]:after {
        content: none !important;
    }

    .link-no-href-print a[href]:after {
        content: none !important;
    }
}

.breadcrumb:after {
    content: '/';
}

.breadcrumb.font-bold:after {
    content: '';
}


@media (min-width:1024px) {
    .five9-frame #five9-maximize-button {
        position: fixed;
        right: 20px;
        bottom: 75px;
        border: 0 !important;
        border-radius: 180px;
        padding: 5px 20px 5px 20px;
        /*padding: 5px;*/
        width: 45px;
        height: 45px;
        text-align: center;
    }

    .five9-frame {
        width: 1px !important;
        left: 75%;
    }
        .five9-frame #five9-maximize-button .five9-icon {
            position: absolute;
            display: block;
            margin: auto;
            background-size: 50px;
        }
        .five9-frame #five9-maximize-button .five9-text {
            display: none;
        }
    
    .five9-frame #five9-minimize-icon,
    .five9-frame #five9-popout-button {
        width: 32px !important;
    }
}
