.scrollbar-thumb-gray-400{
    --scrollbar-thumb:#414d55 !important;
}

.scrollbar-track-gray-100{
    --scrollbar-track:#252a39 !important;
}

.scrollbar-thin::-webkit-scrollbar-track{
    background-color:var(--scrollbar-track);
}

.scrollbar-thin::-webkit-scrollbar-thumb{
    background-color:var(--scrollbar-thumb);
    border-radius: 10px;
}

.scrollbar-thin{
    scrollbar-width:thin;
}

.scrollbar-thin::-webkit-scrollbar{
    width:8px;height:8px;
}

.scrollbar-track-gray-100{
    --scrollbar-track:#252a39 !important;
}

.scrollbar-thumb-gray-400{
    --scrollbar-thumb:#414d55 !important;
}

.overflow-y-auto{
    overflow-y:auto;
}

.nav-link.active {
    border-color: #2563eb;
    border-bottom: 1px solid #2563eb;
}

.business-tabs .active {
    --tw-bg-opacity:1 !important;
    background-color:rgba(25,75,251,var(--tw-bg-opacity)) !important;
    --tw-bg-opacity:0.2 !important;
    border: 0px;
}

.business-tabs .active div:nth-child(1) {
    background-color:rgba(25,75,251,var(--tw-bg-opacity)) !important;
    --tw-text-opacity:1;color:rgba(244,246,255,var(--tw-text-opacity));
}

.user-tabs .active {
    --tw-bg-opacity:1 !important;
    background-color:rgba(25,75,251,var(--tw-bg-opacity)) !important;
    --tw-bg-opacity:0.2 !important;
    border: 0px;
    color: white !important;
}

.user-tabs .active div:nth-child(1) {
    background-color:rgba(25,75,251,var(--tw-bg-opacity)) !important;
    --tw-text-opacity:1;color:rgba(244,246,255,var(--tw-text-opacity));
    color: white !important;

}