.app-min-vh{
    min-height: calc(100vh - 200px);
}

.sidenav-active span{
    @apply text-brand-900 font-medium;
}

.sidenav-active svg{
    @apply text-brand-900;
}

.sidenav-inactive span{
    @apply first:text-lab-pr last:text-lab-pr font-light;
}

.sidenav-inactive svg{
    @apply text-lab-pr2;
}

select {
    appearance: none;
}

select option{
    @apply odd:bg-fill-qt px-4 py-1.5 text-lab-pr2 text-par-s;
}