﻿#onetrust-pc-sdk .ot-switch-nob:after {
    background-color: #001e37;
    border-radius: 50%;
    content: "";
    /* height: 1.800rem; */
    left: .3000rem;
    position: absolute;
    /* top: .3000rem; */
    transition: all .25s linear;
    /* width: 1.800rem;*/
}

#onetrust-pc-sdk {
    width: 70% !important;
    max-width: 820px !important;
    min-width: 652px !important;
    min-height: 553px;
    min-height: min(553px, 80%);
    max-height: 807px;
    border-radius: 24px !important;
    padding: 48px;
    padding-bottom: 80px;
}

