.item-menu-nav{
    @apply text-left flex items-center gap-3 px-3 py-2 rounded-lg text-white text-sm font-medium hover:bg-secondary hover:text-primary200;
}

.item-menu-nav.active{
    @apply bg-secondary text-primary200;
}

.item-option{
    @apply inline-flex w-full items-center justify-between gap-2 rounded p-1 text-primary100 transition-all duration-300 hover:bg-secondary;
}

.item-option .icon-round{
    @apply h-[34px] w-[34px] flex justify-center items-center rounded-full bg-optional text-primary100;
}