aside
{
    width: 210px !important;
}
.mud-input svg
{
    cursor: pointer;
}
.chip-categoria
{
    width: 105px;
}
.chips-content
{
    padding: 16px 25px;
}
.card-user
{
    padding: 16px 25px;
}
.card-user p
{
    text-align: left;
    padding-bottom: 3px;
}
.card-user p b
{
    font-weight: 500;;
    text-align: end;
    font-size: 14px;
}
.card-user p span 
{
    text-align: initial;
    padding-left: 5px;
    font-size: 14px;
}

.credencial-tab .mud-tabs-panels
{
    margin: 0 auto;
}
.credencial-container
{
    max-width: 655px;
    width: 100%;
    position: relative;
}
.credencial-container img
{
    width: 100%;
    border-radius: 5px;
}
.credencial-container .foto-carnet
{
    position: absolute;
    top: 109px;
    left: 49px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    width: 161px;
    height: 211px;
}
.credencial-container p
{
    position: absolute;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
}
.credencial-container p a
{
    font-size: 12px;
    font-weight: 700;
}
.credencial-container .datos
{
    position: absolute;
    top: 350px;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #ECEFF1;
}
.credencial-container .datos .c-edad
{
    top: 0;
    left: 240px;
}
.credencial-container .datos .c-genero
{
    top: 0;
    left: 300px;
}
.c-nombre
{
    top: 160px;
    left: 240px;
}
.c-apellido
{
    top: 215px;
    left: 240px;
}
.c-dni
{
    top: 265px;
    left: 240px;
}
.c-categoria
{
    top: 320px;
    left: 240px;
}
.c-dia
{
    top: 320px;
    left: 520px;
}
.c-mes
{
    top: 320px;
    left: 555px;
}
.c-anio
{
    top: 320px;
    left: 590px;
}
.credencial-container .botonera
{
    background-color: #fff;
    width: 100%;
    height: 65px;
    /* position: absolute;
    left: 0;
    bottom: -70px; */
    text-align: center;
    padding-top: 12px;
}

@media (max-width: 700px)
{
    .credencial-container
    {
        width: 400px;
    }
    .credencial-container .foto-carnet
    {
        top: 67px;
        left: 29px;
        width: 100px;
        height: 125px;
    }
    .credencial-container p
    {
        font-size: 13px;
    }
    .c-nombre
    {
        top: 97px;
        left: 148px;
    }
    .c-apellido
    {
        top: 129px;
        left: 148px;
    }
    .c-dni
    {
        top: 160px;
        left: 148px;
    }
    .c-categoria
    {
        top: 192px;
        left: 148px;
    }
    .c-dia
    {
        top: 192px;
        left: 315px;
    }
    .c-mes
    {
        top: 192px;
        left: 338px;
    }
    .c-anio
    {
        top: 192px;
        left: 362px;
    }
    .credencial-container .datos
    {
        top: 215px;
        height: 30px;
    }
    .credencial-container .datos a
    {
        font-size: 11px;
    }
    .credencial-container .datos .c-edad
    {
        left: 148px;
    }
    .credencial-container .datos .c-genero
    {
        left: 200px;
    }
    .credencial-container .botonera
    {
        bottom: -60px;
        height: 45px;
        padding: 6px 0;
        background-color: #fff;
    }
}
.row-selected {
    background-color: rgba(255,20,20,0.2);/*var(--mud-palette-primary-lighten);*/
}
    .row-selected > td {
        /*color: var(--mud-palette-primary-text) !important;*/
    }

.mud-badge-root .mud-badge-wrapper
{
    top: 10px !important;
    left: -10px !important;
}
.mud-badge.mud-badge-icon .mud-icon-badge
{
    transform: rotate(180deg) !important;
}

/* m u s e o */
.filtro-bonificaciones
{
    margin-top: 28px;
}
.filtro-bonificaciones .filtros
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filtro-bonificaciones .filtros .mud-grid-item:not(:first-child)
{
    margin-left: 8px;
}
.filtro-bonificaciones .filtro-acciones
{
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.filtro-bonificaciones .filtro-acciones .mud-grid-item:last-child label
{
    margin-left: 8px;
}