.sidebar-link {
    @apply text-primary font-thin flex items-center border-b border-gray-200 h-[60px] px-4 gap-2 hover:bg-base-200/20 transition-colors duration-30 ease-in-out;

    &.active {
        @apply bg-base-200/40 hover:bg-base-200/20;
    }

    .icon {
        @apply font-bold w-6 h-6;
    }
}
