.active-section-sidebar {
    @apply text-indigo-600 bg-white border-r-1 border-gray-100 transition delay-100;
}

.section-content-sidebar {
    @apply transition delay-100 animate-once animate-duration-100 animate-delay-100 animate-ease-linear;
}
/*.hoverable:hover:not(.active) {
    @apply bg-blue-100;
}*/