/* Estilos para la clase .inicio */
.inicio {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #515365;
    transition: color .3s, background .3s; /* Combina múltiples transiciones */
    background: rgb(0 150 136 / 11%);
    border-radius: 10px;
    margin-bottom: 10px;
}

/* Estilos para los controles de formulario dentro de .dataTables_wrapper */
.dataTables_wrapper .form-control {
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    padding: 6px 29px 8px 14px;
    height: auto;
    font-size: 18px;
}

/* Estilos generales para todos los controles de formulario */
.form-control {
    height: auto;
    border: 1px solid #bfc9d4;
    color: #000000;
    font-size: 15px;
    padding: 8px 10px;
    letter-spacing: 1px;
    height: calc(1.4em + 1.4rem + 2px);
    padding-right: 10px; /* Añade el padding faltante para evitar el corte del texto */
}
