.nav.nav-tabs.boxed-tabs {
    a {
        @apply border-b-0;
        &.active {
            @apply bg-theme-25 text-white dark:bg-theme-25 dark:text-white;
        }
    }
}
