/* Custom Styles */
body {
    background-color: #f8f9fa;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.countdown-timer {
    font-size: 2rem;
    font-weight: bold;
    color: #007bff;
}

.status-active {
    color: #28a745;
}

.status-inactive {
    color: #dc3545;
}

.status-pending {
    color: #ffc107;
}

.status-approved {
    color: #28a745;
}

.status-rejected {
    color: #dc3545;
}

.navbar-brand {
    font-weight: bold;
}