body {
    background-color: #f8f9fa;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Custom styles for the app */
.flash-notice {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

/* DataTables overrides to match Bootstrap */
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

/* Responsive fixes */
.table-responsive {
    margin-bottom: 1rem;
}

/* Form fixes */
.form-label {
    font-weight: 600;
}

/* Custom card headers */
.card-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
    font-weight: bold;
}
