.derecha {
    text-align: right;
}

.centro {
    text-align: center;
}

.w-75px{
    width: 75px;
}

.w-100px{
    width: 100px;
}

.w-150px{
    width: 150px;
}

.w-200px{
    width: 200px;
}

.mw-100px{
    min-width: 100px;
}

.mw-150px{
    min-width: 150px;
}

.mw-175px{
    min-width: 175px;
}


.texto-limitado-250 {
    white-space: nowrap;         /* Evita el salto de línea */
    overflow: hidden;            /* Oculta el contenido excedente */
    text-overflow: ellipsis;     /* Agrega puntos suspensivos (...) al final del texto truncado */
    max-width: 250px;            /* Ajusta el ancho máximo según tus necesidades */
}

.content-wrapper{
    height: auto !important;
}

.input-group-text{
    width: 44px !important;
}

.select2-selection{
    height: 38px !important;
}

.w-250px-wrap{
    width: 250px;
    text-wrap: wrap;
}

.w-150px-wrap{
    width: 150px;
    text-wrap: wrap;
}

.w-100px-wrap{
    width: 100px;
    text-wrap: wrap;
}

.titulo-vista {
    font-size: 20px !important;
    color: rgb(87, 87, 87);
    font-weight: 500;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group .input-group-append .btn-info{
    height: 100%;
}