*::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

*::-webkit-scrollbar-thumb {
    background: rgb(209, 193, 15) !important;
    border-radius: 10px !important;
}

*::-webkit-scrollbar-thumb:hover {
    background: #646464e7 !important;
}

*::-webkit-scrollbar-track {
    background: #dbdbdb !important;
    border-radius: 10px !important;
    box-shadow: inset 7px 10px 12px #ffffff !important;
}

.hidden {
    display: none;
}