body {
    font-family: 'Inter', sans-serif;
    background-color: #f1f5f9; /* Light gray background for the page #fffdf1; */
}
.sidebar-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.stat-card-icon svg {
    width: 32px;
    height: 32px;
}
/* Custom scrollbar for webkit browsers */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e0; /* Tailwind gray-400 */
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a0aec0; /* Tailwind gray-500 */
}
.active-nav-link {
    background-color: #3b82f6; /* Tailwind gray-700 */
    color: white;
    border-radius: 0.5rem; /* rounded-lg */
}
.active-nav-link svg {
    filter: brightness(0) invert(1);
}

/* Sidebar transition */
.sidebar {
    transition: transform 0.3s ease-in-out;
}
.css-22aj5x{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: "Public Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    width: 36px;
    height: 36px;
}
.css-csffzd{
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    
}
.css-nawbbg {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: fixed;
    top: 0px;
    left: auto;
    right: 0px;
    color: rgb(255, 255, 255);
    box-shadow: none;
    height: 64px;
    z-index: 1101;
    backdrop-filter: blur(6px);
    background-color: rgba(249, 250, 251, 0.8);
    transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
}