﻿.tab-container {
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.nav-tabs .nav-link.active {
    background-color: #0d6efd;
    color: white;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    color: #333;
}

.tab-pane {
    max-height: 75vh;
    overflow-y: auto;
    padding: 1.5rem;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
    padding-left: 0.5rem;
}

    .nav-tabs .nav-link {
        border: 1px solid #dee2e6;
        background-color: #f8f9fa;
        margin-right: 0.25rem;
        margin-bottom: 0.15rem;
        border-radius: 8px;
        color: #333;
        padding: 0.3rem 0.75rem;
        font-size: 0.9rem;
        line-height: 1.5;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

        .nav-tabs .nav-link:hover {
            background-color: #e2e6ea;
            color: #000;
        }

        .nav-tabs .nav-link.active {
            background-color: #0d6efd;
            color: white;
            border-color: #0d6efd;
            z-index: 2;
            position: relative;
        }


.tab-container {
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}
