﻿
/* Mobile responsive improvements */
@media (max-width: 768px) {
    .modal-lg

{
    margin: 1rem;
}

.modal-header h5 {
    font-size: 1rem;
}

.modal-footer {
    flex-direction: column;
}

    .modal-footer .btn {
        width: 100%;
        margin: 0.25rem 0;
    }

.input-group .btn span {
    display: none;
}

.list-group-item {
    padding: 0.5rem;
    font-size: 0.9rem;
}

}

/* Search results styling */
.student-result-item {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
}

    .student-result-item:hover {
        background-color: #f8f9fa;
        border-color: #0d6efd;
    }

/* Loading and empty states */
#searchResults {
    min-height: 200px;
}

/* File input improvements */
.form-control[type="file"] {
    padding: 0.375rem 0.75rem;
}

/* Toast improvements */
.toast {
    min-width: 250px;
}

@media (max-width: 576px) {
    .toast {
        min-width: 200px;
    }

    .toast-container {
        left: 1rem;
        right: 1rem;
        top: 1rem;
    }
}
