*{
    scrollbar-color: rgba(24, 36, 51, 0.16) transparent;
}

*::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    color: #000;
}
@media (prefers-reduced-motion: reduce) {
*::-webkit-scrollbar {
    -webkit-transition: none;
    transition: none;
}
}

*::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    border: 5px solid transparent;
    box-shadow: inset 0 0 0 1rem rgba(24, 36, 51, 0.16);
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*:hover::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 1rem rgba(24, 36, 51, 0.32);
}

*::-webkit-scrollbar-corner {
    background: transparent;
}

.border-color-white{
    border-right: 1px solid;
    border-color: #FFFFFF36;
}

.text-decoration-none{
    text-decoration: none;
}

.list-style-none{
    list-style: none;
}

.cursor-pointer{
    cursor: pointer;
}

.table-container {
    overflow-x: auto;
    width: 100%; 
}

th, td {
    border: none; 
}

.border-none{
    border: none !important
}

.background-color-gray{
    background-color: #ececec !important;
}

.text-inter{
    font-family: Inter !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.text-inter-600{
    font-family: Inter !important;
    font-style: normal !important;
}

.font-size-13{
    font-size: 13px !important;
}