.select2-container .select2-selection--single {
    height: 38px;
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #3fbb96;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(63, 187, 150, 0.25);
}

.badge.bg-success-subtle {
    background-color: #e6f6f1;
    color: #3fbb96;
}

#sidebar {
    width: 240px;
    background: linear-gradient(180deg, #2e6d62 0%, #122a27 100%);
    min-height: 100vh;
}

body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

.card-accent {
    border-top: 4px solid #3fbb96;
}

.btn-primary,
.bg-primary,
.text-primary {
    --bs-primary: #3fbb96;
    --bs-primary-rgb: 63, 187, 150;
}

.btn-primary {
    background-color: #3fbb96;
    border-color: #3fbb96;
}

.btn-primary:hover {
    background-color: #34a582;
    border-color: #2f9978;
}

.nav-link.active {
    background-color: rgba(63, 187, 150, 0.15) !important;
    color: #fff !important;
}
