@media (max-width: 600px) {
    .mud-xs-table .mud-table-cell {
        font-size: 12px;
    }
}


/*********************************************************************************************/
/*TABLET / IPAD*/
/*********************************************************************************************/
@media (min-width: 768px) {
    .MudTd70 {
        width: 70px;
    }

    .MudTd160 {
        width: 160px;
    }
}

/*********************************************************************************************/
/* Tablets en horizonal y escritorios normales */
/*********************************************************************************************/
@media (min-width: 1024px) {

}

.mud-nav-item {
    padding: 0 12px;
    margin-top: 3px;
}

.mud-nav-link-icon {
    margin-left: -5px;
    margin-right: 11px;
}

.swal2-container {
    z-index: 200010 !important;
}
.col-style {
    display: inline-block;
}
.amount-style{
    text-align:end
}
.button-group-custom-style {
    display: flex;
    text-align: center;
    align-content: center;
    margin-left: -13px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
}
.swal2-confirm swal2-styled {
    background-color: #3085d6 !important;
}

.swal2-cancel swal2-styled {
    background-color: #d33 !important;
}

pre.language-json {
    background-color: #1e1e1e;
    color: #dcdcdc;
    padding: 12px;
    border-radius: 8px;
    overflow-x: auto;
    font-family: Consolas, monospace;
    font-size: 13px;
}

.mud-table-cell {
    font-size: .800rem;
}
