/* ========================================
   TAB STYLES
   ======================================== */

.tab-active {
    background-color: #4f46e5;
    color: white;
}

.tab-inactive {
    background-color: #312e81;
    color: #a5b4fc;
}
