aside nav a:not(.bg-indigo-600):hover {
    background-color: rgb(243 244 246);
    color: rgb(17 24 39);
}

aside nav a.bg-indigo-600:hover {
    background-color: rgb(99 102 241);
    color: rgb(255 255 255);
}

.admin-sidebar {
    width: 260px;
    transition: width 200ms;
}

.admin-sidebar.is-collapsed {
    width: 64px;
}
