/**
 * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 * Compiled by gulp.
 * Please use scss files for editing.
 * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 */

/* One trust banner Style */
html body #onetrust-consent-sdk .onetrust-pc-dark-filter {
    opacity: 0;
}

html body #onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded {
    opacity: 0;
}

html body #onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .ot-sdk-container .ot-sdk-row #onetrust-close-btn-container .rvty-custom-minimize-btn {
    background-image: url(../images/icons/minimize.svg);
    background-repeat: no-repeat;
    width: 24px;
    margin: 0 5px;
    border: none;
    padding: 0;
    height: 24px;
    background-position: center;
}

html body #onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .ot-sdk-container .ot-sdk-row #onetrust-close-btn-container .banner-close-button {
    display: none;
}

html body #onetrust-consent-sdk.rvty-cookie-banner-minimized .onetrust-pc-dark-filter {
    display: none !important;
}

html body #onetrust-consent-sdk.rvty-cookie-banner-minimized #onetrust-banner-sdk {
    position: fixed;
    bottom: 32px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
    left: 45px;
    margin: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

html body #onetrust-consent-sdk.rvty-cookie-banner-minimized #onetrust-banner-sdk.otCenterRounded {
    top: auto;
}

html body #onetrust-consent-sdk.rvty-cookie-banner-minimized #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-close-btn-container .rvty-custom-minimize-btn {
    display: none !important;
}