*{ font-family:"basic-sans" !important; }
.ccrc_a_link{ text-decoration: none !important; }
.ccrc_a_link:hover{ text-decoration: underline !important; }
/* body{ overflow-x: hidden;} */

/* width */
::-webkit-scrollbar {  width:7px; }
/* Track */
::-webkit-scrollbar-track { background: #f1f1f1;  border-radius:5px; }
/* ::-webkit-scrollbar-track { background: transparent; } */

/* Handle */
::-webkit-scrollbar-thumb { background: #1F0066; border-radius:5px; }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {  background: #555; }

:root{
    --var-distance-from-top: 15%;
    --var-distance-from-top-filters: 10%;
    --var-distance-from-top-filters-position: sticky;
}

@media screen and (max-width: 480px) { 
    :root{
        --var-distance-from-top: 35%;
        --var-distance-from-top-filters: 15%;
        --var-distance-from-top-filters-position: relative;
    }
}

*::-webkit-overflow-scrolling {
    -webkit-overflow-scrolling: touch !important;
    -webkit-overflow-scrolling-x: touch !important;

}

@media screen and (max-width: 480px) {

    a.glink.nturl.notranslate {
    color: white !important;
}
.gtranslatecontainer{
    border: 1px solid white;
}

}