/* one trust cookie consent banner style overrides */
body #onetrust-consent-sdk #onetrust-banner-sdk {
    bottom: 0px;
    padding: 15px;
    overflow: hidden;
    background-color: #01095a;
}

body #onetrust-consent-sdk #onetrust-policy {
    margin: 0;
}

body #onetrust-banner-sdk .ot-sdk-row,
body #onetrust-pc-sdk .ot-sdk-row,
body #ot-sdk-cookie-policy .ot-sdk-row {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    align-items: center;
}

body #onetrust-banner-sdk #onetrust-group-container {
    flex: 1;
    padding-right: 35px;
}

body #onetrust-banner-sdk #onetrust-button-group-parent {
    flex: none;
}

body #onetrust-banner-sdk .ot-sdk-container,
body #onetrust-pc-sdk .ot-sdk-container,
body #ot-sdk-cookie-policy .ot-sdk-container {
    padding: 0;
}

body #onetrust-consent-sdk #onetrust-policy-text {
    margin: 0;
    color: #b2b3ba;
    font-size: 12px;
    font-family: inherit !important;
    line-height: 1.25;
}

body #onetrust-consent-sdk #onetrust-policy-text a[href]:focus-visible {
    color: #ffffff !important;
    border: 2.2px solid #ffffff !important;
}

body #onetrust-consent-sdk #onetrust-banner-sdk a[href] {
    margin-left: 1px;
    color: #b2b3ba;
    font-size: 11px;
    font-family: inherit !important;
    font-weight: 500;
    line-height: 1;
}

body #onetrust-pc-sdk .ot-always-active {
    color: #b2b3ba;
}

body #onetrust-pc-sdk :not(.ot-leg-btn-container) > button:not(.ot-link-btn):focus,
body #onetrust-pc-sdk :not(.ot-leg-btn-container) > button:not(.ot-link-btn):hover {
    opacity: 1;
    background-image: linear-gradient(rgb(0 0 0/30%) 0 0);
}

body #onetrust-pc-sdk #close-pc-btn-handler:focus-visible {
    background-color: #a2c7e7 !important;
    border: 3px solid #2d74b2 !important;
}

body #onetrust-pc-sdk .onetrust-close-btn-handler:focus-visible,
body #onetrust-pc-sdk #accept-recommended-btn-handler:focus-visible,
body #onetrust-pc-sdk .ot-pc-refuse-all-handler:focus-visible,
body #onetrust-pc-sdk .category-menu-switch-handler:focus-visible {
    border: 3px solid #f3f3f3 !important;
}

body #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    background-color: #f3f3f3;
}

body #onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link {
    text-decoration: underline;
    color: #a2c7e7;
}

body #onetrust-pc-sdk #ot-pc-desc .privacy-notice-link:hover {
    color: #6fabff;
}

body #onetrust-consent-sdk #ot-tab-desc:focus-visible {
    color: #f3f3f3 !important;
    border: 3px solid #f3f3f3 !important;
}
body #onetrust-consent-sdk .privacy-notice-link:focus-visible {
    color: #f3f3f3 !important;
    border: 3px solid #f3f3f3 !important;
}

body #onetrust-banner-sdk #onetrust-button-group {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 0;
}

body #onetrust-consent-sdk #onetrust-pc-btn-handler,
body #onetrust-consent-sdk #onetrust-accept-btn-handler,
body #onetrust-banner-sdk #onetrust-reject-all-handler,
body #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    opacity: 1;
    width: 100%;
    margin: 0 auto;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #000a5b;
    color: #000a5b;
    font-weight: 500;
    white-space: nowrap;
    transition: all 250ms ease-in-out;
}

body #onetrust-consent-sdk #onetrust-pc-btn-handler:hover,
body #onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
body #onetrust-banner-sdk #onetrust-reject-all-handler:hover,
/* body #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link:hover */
body #onetrust-consent-sdk #onetrust-pc-btn-handler:focus-visible,
body #onetrust-consent-sdk #onetrust-accept-btn-handler:focus-visible,
body #onetrust-banner-sdk #onetrust-reject-all-handler:focus-visible
/* body #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link:focus-visible  */ {
    border-color: #1700f4;
    background-color: #f2f2f6;
    color: #1700f4;
    scale: 1.07;
}

body #onetrust-banner-sdk .onetrust-close-btn-ui {
    filter: brightness(0) invert(1);
}

body #onetrust-consent-sdk #ot-pc-title {
    text-wrap: wrap;
}

@media only screen and (min-width: 400px) {
    body #onetrust-banner-sdk .ot-sdk-container,
    body #onetrust-pc-sdk .ot-sdk-container,
    body #ot-sdk-cookie-policy .ot-sdk-container {
        width: 100%;
    }
}

@media only screen and (min-width: 425px) {
    body #onetrust-banner-sdk #onetrust-button-group {
        padding-right: 0;
    }

    body #onetrust-banner-sdk #onetrust-button-group button {
        min-width: auto;
    }
}

@media only screen and (min-width: 440px) {
    body #onetrust-banner-sdk #onetrust-button-group-parent {
        padding-right: 0;
    }
}

@media (min-width: 550px) {
    body #onetrust-banner-sdk #onetrust-button-group {
        flex-direction: row;
    }
}

@media only screen and (min-width: 768px) {
    body #onetrust-consent-sdk #onetrust-banner-sdk {
        padding: 15px 30px;
    }

    body #onetrust-banner-sdk #onetrust-group-container {
        flex: 2;
        padding-right: 0;
    }

    body #onetrust-banner-sdk #onetrust-button-group-parent {
        flex: 1;
        padding-right: 20px;
    }

    body #onetrust-banner-sdk .ot-sdk-row,
    body #onetrust-pc-sdk .ot-sdk-row,
    body #ot-sdk-cookie-policy .ot-sdk-row {
        flex-flow: row nowrap;
    }

    body #onetrust-banner-sdk #onetrust-button-group {
        flex-direction: column;
    }
}

@media only screen and (min-width: 1024px) {
    body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: auto;
    }

    body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: auto;
        margin: 0;
        padding-left: 0;
    }

    body #onetrust-banner-sdk #onetrust-button-group-parent {
        flex: none;
    }

    body #onetrust-banner-sdk #onetrust-button-group {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1280px) {
    body #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: relative;
        left: auto;
    }
}

@media only screen and (min-width: 426px) and (max-width: 896px) {
    body #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 95%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 896px) {
    body #onetrust-banner-sdk #onetrust-button-group-parent,
    body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: auto;
    }
}

@media only screen and (min-width: 897px) and (max-width: 1023px) {
    body #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: auto;
        margin: 0;
    }

    body #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 0;
        right: 0;
        transform: none;
    }

    body #onetrust-banner-sdk #onetrust-close-btn-container button {
        top: 10px;
        right: 10px;
    }
}

@media only screen and (min-width: 1280px) {
    body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        padding-right: 20px;
    }
}
