#onetrust-consent-sdk #onetrust-pc-sdk *:focus, #onetrust-consent-sdk #onetrust-banner-sdk *:focus, #onetrust-consent-sdk #onetrust-banner-sdk:focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch, #onetrust-consent-sdk .ot-switch .ot-switch-nob, #onetrust-consent-sdk .ot-switch .ot-switch-nob:before, #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox input[type="checkbox"]:focus + label::before, #onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus + label::before {
    outline: 0 !important
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    width: fit-content;
    bottom: -100%;
    left: 20px;
    right: 20px;
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none;
    transition: all .4s ease-in-out;
    font-family: var(--font-family-Noto) !important;
}

#onetrust-consent-sdk.show #onetrust-banner-sdk {
    bottom: 16px;
}

#onetrust-banner-sdk .ot-sdk-container {
    max-width: 320px !important;
    width: 100% !important;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.50) !important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    padding: 8px 12px !important;
}

#onetrust-banner-sdk .ot-sdk-row {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

    #onetrust-banner-sdk .ot-sdk-row::after {
        display: none !important;
    }

/* onetrust Bar */
#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container, #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    width: 100% !important;
}

#onetrust-banner-sdk #onetrust-policy {
    display: flex;
    gap: 8px;
    margin: 0 !important;
}

    #onetrust-banner-sdk #onetrust-policy::before {
        content: '';
        display: block;
        background: url(../travel/images/elements/cookie.svg) no-repeat center / cover;
        width: 32px;
        height: 32px;
        flex: 0 0 auto;
    }

#onetrust-banner-sdk #onetrust-policy-text {
    font-size: 12px !important;
    line-height: normal !important;
}

    #onetrust-banner-sdk #onetrust-policy-text a {
        font-weight: normal !important;
        margin: 0 !important;
    }

#onetrust-consent-sdk #onetrust-banner-sdk *:focus {
    outline: none !important;
}

#onetrust-banner-sdk #onetrust-button-group-parent {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    position: unset !important;
    transform: unset !important;
}

#onetrust-banner-sdk #onetrust-button-group {
    margin: 0 !important;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

#onetrust-banner-sdk #onetrust-pc-btn-handler {
    margin: 0 !important;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler {
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    line-height: normal !important;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler {
    margin: 0 !important;
    width: auto !important;
    border-radius: 8px !important;
    background: var(--button-primary, #13875D) !important;
    padding: 6px 16px !important;
    height: 33px !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    min-width: auto !important;
    line-height: normal !important;
}

/* Cookie Popup */
#onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter {
    min-width: 588px;
    max-width: 588px;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border-radius: 16px;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header {
    height: auto;
    padding: 14px 20px 14px 20px;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-logo {
    display: block;
    width: 147px;
    height: 36px;
}

#onetrust-consent-sdk #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    position: unset;
    background-image: none !important;
    width: 24px;
    height: 24px;
    margin: 0;
    -webkit-mask-image: url(../travel/images/icon/close.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    mask-image: url(../travel/images/icon/close.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 24px;
    background-color: var(--icon-on-light,#3e3e3e);
}

    #onetrust-consent-sdk #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon:hover {
        opacity: 1;
    }

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    margin: 0;
    width: auto;
    box-sizing: border-box;
    height: calc(100% - 154px);
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title {
    float: none;
    margin: 0 0 10px;
    font-family: var(--font-family-Noto);
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--background-bg-teal,#094f48) !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
    font-family: var(--font-family-sarabun);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
    color: var(--system-cancel,#3e3e3e) !important;
    margin-bottom: 16px;
}

#ot-pc-desc > br {
    display: none;
}

#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler {
    float: right;
    width: 100%;
    max-width: 100%;
    height: 48px;
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    margin-right: 0;
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp {
    clear: both;
    margin-top: 0;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title {
    float: none;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-family: var(--font-family-Noto);
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--background-bg-teal,#094f48) !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    padding-top: 13px;
    padding-bottom: 13px;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus {
    margin-left: 0;
    margin-right: 4px;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp div[data-optanongroupid="C0001"] {
    border: 0;
    border-bottom: 1px solid var(--line-line-primary,#dcdcdc);
    margin-top: 0;
}

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp div[data-optanongroupid="C0001"] > button {
        pointer-events: none;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp div[data-optanongroupid="C0001"] .ot-acc-hdr {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp div[data-optanongroupid="C0001"] .ot-plus-minus {
        display: none;
    }

#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header {
    margin-left: 0;
    font-family: var(--font-family-Noto);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text-body-on-light, #1d1d1d);
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl {
    height: 30px;
    outline: 0;
    margin-right: 0;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
    font-family: var(--font-family-sarabun);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
    text-align: right;
    color: var(--system-success, #1da578);
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch {
    width: 50px;
    height: 30px;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob {
    background-color: var(--border-disable, #b8b8b8);
    border: 0;
}

    #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob:before {
        width: 26px;
        height: 26px;
        bottom: 2px;
        transform: translateX(2px);
        background-color: var(--background-bg-white, #FFF);
    }

#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
    background-color: var(--background-bg-white, #FFF);
    border-color: transparent;
    transform: translateX(22px);
    bottom: 2px;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
    background-color: #2ebf8f;
    border: 0;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr {
    padding-bottom: 24px;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--font-family-sarabun);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
    color: var(--system-cancel, #3e3e3e);
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
    border-left: 0;
    border-right: 0;
    border-color: var(--line-line-primary, #dcdcdc);
    width: 100%;
}


#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler {
    width: 282px;
    height: 48px;
    margin: 20px 20px 20px 0;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 8px;
    font-family: var(--font-family-Noto);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer {
    border-top: 1px solid var(--line-line-primary, #dcdcdc);
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer-logo {
    display: none;
}

@media (min-width: 992px) {
    #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter {
        top: 0;
        min-height: calc(100% - 3.5rem);
        height: calc(100% - 3.5rem) !important;
        margin: 1.75rem auto;
    }
    #onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler {
        max-width: 282px;
    }
}

@media (max-width: 991px) {
    #onetrust-consent-sdk .onetrust-pc-dark-filter {
        background-color: #fff;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter {
        height: 100% !important;
        min-width: 0;
        max-width: 100%;
        border-radius: 0 !important;
        top: 0;
        box-shadow: none;
        width: 440px
    }

    #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title {
        margin-top: 6px !important;
    }

    #onetrust-pc-sdk .ot-btn-container {
        width: 100%;
        padding: 20px;
    }

    #onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
}