table.dataTable tbody td {
    white-space: nowrap !important;
    font-size: 14px !important;
    vertical-align: middle !important; /* Alinea el texto verticalmente al centro */

}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5 !important;
}

.table>thead {
    vertical-align: bottom;
    white-space: nowrap !important;
   
}

.addNewRecord {
    background-color: #363A40 !important;
    color: white !important;
}

.addNewRecordError {
    background-color: #eb3030 !important;
    color: white !important;
}

.addNewRecordCorrect {
    background-color: #2d50ec !important;
    color: white !important;
}

.buttons-excel{
    background-color: #363A40 !important;
    color: white !important;
}
.buttons-print{
    background-color: #363A40 !important;
    color: white !important;
}
.dt-button{
   padding-top: 5px !important;
   padding-bottom: 5px !important;
}

.sidebar-mini{
    height: 100vh !important;
}

.select2-container .select2-selection--single {
    height: 32px; /* Ajusta la altura del contenedor */
    font-size: 14px; /* Tamaño de fuente del texto */
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 22px; /* Ajusta la alineación vertical del texto */
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 22px; /* Ajusta la altura de la flecha */
}

/* Estilo para el dropdown de opciones */
.select2-container .select2-results__option {
    font-size: 13px; /* Tamaño de fuente de las opciones del dropdown */
}

/* Estilo para la barra de búsqueda de Select2 */
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 13px; /* Tamaño de fuente del texto en la barra de búsqueda */
    height: 32px; /* Altura de la barra de búsqueda */
    padding: 6px; /* Espaciado interno de la barra de búsqueda */
}


