.bm-dashboard-header {
    background: var(--bm-header-bg, #0f1f2d);
    color: var(--bm-header-text, #ffffff);
    box-shadow: 0 14px 24px rgba(15, 31, 45, 0.2);
}

.bm-dashboard-header p {
    color: inherit;
}

.bm-dashboard-menu .nav-link {
    border-radius: 999px;
    padding: 0.5rem 1.2rem;
    color: #1b2936;
    background: #f4f6f8;
    border: 1px solid #e2e8f0;
    font-weight: 600;
    transition: all 0.2s ease;
}

.bm-dashboard-menu .nav-link.active {
    background: #1b6f8a;
    border-color: #1b6f8a;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(27, 111, 138, 0.25);
}

.bm-dashboard-menu .nav-link:hover,
.bm-dashboard-menu .nav-link:focus {
    color: #0f1f2d;
    background: #e9eff4;
    border-color: #cbd5e1;
}

.bm-dashboard-footer {
    background: var(--bm-footer-bg, #0f1f2d);
    color: var(--bm-footer-text, #ffffff);
    border-radius: 0.75rem;
}

.bm-login {
    border-radius: 1.5rem;
}

.bm-login-aside {
    background: linear-gradient(160deg, #0f1f2d 0%, #204b63 55%, #2f7ea0 100%);
}

.bm-login .letter-spacing {
    letter-spacing: 0.12em;
}

.bm-login-badge {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 0.8rem;
}

.bm-login .form-control {
    border-radius: 0.8rem;
}

.bm-login .btn-primary {
    border-radius: 0.9rem;
    background: #1b6f8a;
    border-color: #1b6f8a;
}

.bm-login .btn-primary:hover {
    background: #165b70;
    border-color: #165b70;
}

.bm-pax-dashboard .card {
    border-radius: 1rem;
}

.bm-pax-dashboard .card h3,
.bm-pax-dashboard .card .h6 {
    font-weight: 600;
}

.bm-calendar-controls strong {
    font-size: 1.05rem;
}

.bm-calendar-wrapper {
    overflow-x: auto;
}

.bm-calendar-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.bm-calendar-table th {
    text-align: center;
    background: #f6f7f9;
    padding: 0.6rem;
    border: 1px solid #e2e8f0;
    font-weight: 600;
    font-size: 0.9rem;
}

.bm-calendar-table td {
    border: 1px solid #e2e8f0;
    vertical-align: top;
    padding: 0.6rem;
    height: 140px;
    background: #ffffff;
}

.bm-calendar-day {
    position: relative;
}

.bm-calendar-day.is-muted {
    background: #fafbfc;
    color: #9aa4b2;
}

.bm-calendar-day-number {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.bm-calendar-flight {
    border: 1px solid #e6edf3;
    background: #f8fbfd;
    border-radius: 0.6rem;
    padding: 0.45rem 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.bm-calendar-flight:hover {
    box-shadow: 0 6px 16px rgba(15, 31, 45, 0.12);
    transform: translateY(-1px);
}

.bm-calendar-flight-time {
    font-weight: 600;
    color: #1b6f8a;
}

.bm-calendar-flight-location {
    font-weight: 600;
}

.bm-calendar-flight-region {
    color: #6b7280;
}

.bm-calendar-flight-seats {
    margin-top: 0.2rem;
    color: #0f766e;
    font-weight: 600;
}

.bm-calendar-empty {
    color: #a0aec0;
    font-size: 0.75rem;
}

.bm-calendar-holiday {
    font-size: 0.7rem;
    font-weight: 600;
    color: #b91c1c;
    margin-bottom: 0.25rem;
}

.bm-flight-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.bm-flight-detail {
    border: 1px solid #e5e7eb;
}
