/* custom.css */

/* Asegurarse de que el fondo de todas las páginas principales sea blanco */
.content-wrapper {
    background-color: #ffffff !important;
}

/* Asegurarse de que el fondo de la pantalla de login sea blanco */
.login-page {
    background-color: #ffffff !important;
}

.table-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
td.text-center, th.text-center {
    text-align: center !important;
}
/* Custom Checkbox Styling */
.table .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

/* Adjust the size of the checkboxes */
.table .form-check-input {
    width: 1rem; /* Slightly smaller width */
    height: 1rem; /* Slightly smaller height */
    margin: 0 auto; /* Center the checkbox horizontally */
    display: block;
    cursor: pointer;
}


