/* Custom App Styles */

body {
    font-family: 'Source Sans Pro', sans-serif;
}

/* Fix for FullCalendar in AdminLTE 4 */
.fc {
    background: #fff;
    padding: 1rem;
    border-radius: .25rem;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}

/* Ensure small-box text is white when using bg classes */
.small-box .inner {
    color: #fff !important;
}

.small-box h3, .small-box p {
    color: #fff !important;
}

/* Utility classes */
.badge-success { background-color: #198754; color: #fff; }
.badge-warning { background-color: #ffc107; color: #212529; }
.badge-danger { background-color: #dc3545; color: #fff; }

/* Modal adjustments */
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

