/* Main stylesheet for GMI Demo */

/* Custom styles to enhance the app */
.navbar-brand {
    font-weight: bold;
}

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

.btn {
    border-radius: 0.375rem;
}

/* Custom loading spinner */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Table improvements */
.table th {
    background-color: #f8f9fa;
    border-top: none;
}

/* Form improvements */
.form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Alert improvements */
.alert {
    border: 0;
    border-radius: 0.5rem;
}

/* Custom utilities */
.text-muted-light {
    color: #6c757d !important;
}
