/* User Panel Custom Navbar Styles */
.navbar-nav .nav-link {
    font-weight: 700;
    font-size: 1.18rem;
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 600;
    font-size: 1.08rem;
}

/* Mobile-specific improvements for dashboard */
@media (max-width: 576px) {
    .container, .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .card {
        margin-bottom: 18px !important;
        padding: 12px 8px !important;
        border-radius: 14px !important;
    }
    h2, .card-header h5, .card-body h5, .card-body h3 {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
    }
    .row > [class^="col-"] {
        margin-bottom: 12px !important;
    }
    .card-body .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.08rem;
        padding: 12px 0;
    }
    .card-body .btn:last-child {
        margin-bottom: 0;
    }
    .table td, .table th {
        padding: 0.5rem 0.3rem !important;
        font-size: 1rem !important;
    }
    .navbar-brand {
        font-size: 1.1rem !important;
    }
    .navbar-nav .nav-link {
        font-size: 1rem !important;
        padding: 8px 0 !important;
    }
    .navbar {
        padding: 0.5rem 0.7rem !important;
    }
    .alert {
        font-size: 1rem !important;
        padding: 0.7rem 1rem !important;
    }
    .table-responsive table.table {
        border: none;
    }
    .table-responsive thead {
        display: none;
    }
    .table-responsive tbody tr {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
        margin-bottom: 8px;
        padding: 8px 0;
    }
    .table-responsive tbody td {
        display: flex;
        align-items: center;
        border: none;
        padding: 4px 6px !important;
        font-size: 1rem;
        background: none !important;
    }
    .table-responsive tbody td:nth-child(1) {
        flex: 1.2;
        font-weight: 600;
    }
    .table-responsive tbody td:nth-child(2),
    .table-responsive tbody td:nth-child(3),
    .table-responsive tbody td:nth-child(4) {
        flex: 0.7;
        justify-content: center;
    }
    .table-responsive tbody td:nth-child(5) {
        flex: 0.8;
        justify-content: flex-end;
    }
    .table-responsive .badge {
        font-size: 1.05rem;
        padding: 0.5em 0.8em;
    }
    .table-responsive .btn {
        margin-left: 4px;
        margin-right: 0;
        padding: 0.3em 0.6em;
        font-size: 1.1rem;
    }
    .table-responsive form.d-inline {
        margin-bottom: 0;
    }
}

.bright-yellow {
    color: #FFD600 !important;
    font-weight: 800 !important;
    font-size: 2rem !important;
}
.light-green {
    color: #0AEA13 !important;
    font-weight: 800 !important;
    font-size: 1.3rem !important;
}
.dashboard-bold {
    font-weight: 900 !important;
    font-size: 2rem !important;
}

.bold {
    font-weight: 900 !important;
    letter-spacing: 0.5px;
} 