.content-wrapper {
    padding: 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.card {
    flex: 1;
}

.table-responsive {
    overflow-x: auto;
}

.modal-lg {
    max-width: 80%;
}

.container-fluid {
    max-width: 100%;
}

#patientsTable th:nth-child(10),
#patientsTable td:nth-child(10) {
    display: none;
}

