/* Override Bootstrap tab styles */
.nav-tabs-custom .nav-link {
    color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
    border: none !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 8px 8px 0 0 !important;
    transition: all 0.3s ease !important;
}

.nav-tabs-custom .nav-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.nav-tabs-custom .nav-link.active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border-bottom: 2px solid #ffffff !important;
}

.nav-tabs-custom .nav-link.active:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

/* Ensure the text color is visible */
.nav-tabs-custom .nav-link span {
    color: inherit !important;
}

/* Remove any white background from Bootstrap */
.nav-tabs-custom .nav-link:focus,
.nav-tabs-custom .nav-link:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Prevent default Bootstrap active styles */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: none !important;
    border-bottom: 2px solid #ffffff !important;
}
