/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 19 Jan 2026, 21:32:11
    Author     : KanegoKekana
*/

.custom-tabs .nav-link {
    border-radius: 0;
    color: #333;
    padding: 14px 40px;   /* more height & width */
    min-width: 160px;     /* makes each pill longer */
    text-align: center;
    font-weight: 500;
}

.custom-tabs .nav-link.active {
    background: none;
    color: #000;
    border-bottom: 3px solid #c9a24d;
    margin-bottom: -2px;
}

