.termly-display-preferences {
    display: none !important;
}

    ::-webkit-scrollbar {
        width: 18px; 
        border-radius: 12px;
    }

::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #041F3F 0%, #030E1B 100%);
}


    ::-webkit-scrollbar-thumb {
        background: #ae9e6a; 
        border-radius: 16px; 
        border: 3px solid transparent; 
        background-clip: padding-box;
    }


    html {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
}    
