/* 🌟 Meet History Modal */
.modal-dialog {
    max-width: 90%;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.modal .table thead th {
    color: white !important;
}

