#pills-tab .nav-item {
    width: 100%;
}

#pills-tab .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}

#pills-job-wise-tab.active {
    background-color: #ffffff !important;
    border-bottom: 4px solid #051284;
    border-radius: 8px 0 0 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

/* Active "All Time Stats" tab – right side rounded */
#pills-all-time-stats-tab.active {
    background-color: #ffffff !important;
    border-bottom: 4px solid #051284;
    border-radius: 0 8px 8px 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.usage-history-column{
    font-size: 12px;
    font-weight: 500;
    color: #6D6D6D;
}