﻿#onetrust-consent-sdk {
    >*

{
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

}

#onetrust-pc-sdk .ot-btn-container button,
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
.ot-pc-footer .ot-btn-container .ot-pc-refuse-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 0.875rem !important;
    line-height: 22px !important;
    text-decoration: none !important;
    border-radius: 0;
    white-space: nowrap;
    text-align: center;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#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) {
    color: #0000ff;
    background: #96ff00;
    padding: 0.75rem 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    &:hover, &:focus

{
    border-color: #81de00;
    background: #81de00;
    color: #002882;
    opacity: 1;
    border: 1px solid #81de00;
    outline-width: 0;
}

}

#onetrust-banner-sdk #onetrust-reject-all-handler,
.ot-pc-footer .ot-btn-container .ot-pc-refuse-all-handler {
    color: #0000FF;
    display: inline-block;
    background-color: transparent !important;
    border: unset !important;
    background: transparent !important;
    &::after

{
    content: '';
    background-image: url(/images/icon/triangle-sharp-solid.svg);
    display: none;
    height: 0.75rem;
    width: 0.75rem;
    transform: rotate(90deg);
    color: #002882 !important;
    display: inline-block;
    fill: #0000FF !important;
    margin-left: 6px;
}

&:hover,
&:focus {
    color: #002882;
    opacity: 1;
    &::after

{
    background-image: url(/images/icon/triangle-sharp-solid-dark.svg);
}

}
}

#onetrust-button-group #onetrust-pc-btn-handler {
    border: 2px solid #0000FF;
    &:hover, &:focus

{
    border: 2px solid #002882;
    color: #002882;
    outline-width: 0;
    opacity: 1;
}

}

#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group {
    @media only screen and (min-width: 426px) and (max-width: 896px) {
        display: flex;
        flex-direction: column;
        margin-left: 1em;
        margin-right: 1em;
        margin-top: 1em
    }
}

#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),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
    @media only screen and (max-width: 600px) {
        margin-top: 10px;
    }
}

#onetrust-banner-sdk #onetrust-button-group {
    @media only screen and (min-width: 769px) {
        margin-top: 8px;
    }
}


.ot-floating-button__front {
    background-image: url(/images/temp/cookie.png);
}
