/*CUSTOM FOR TABLE*/
:deep(.mud-table-head) {
    font-weight: 700;
}

/*POSITIONS*/
.loading-position {
    position: absolute;
    top: 50%;
    justify-self: center;
}

/*DIALOG's SIZES*/
.dialog-crud-sm {
    min-width: 400px;
    min-height: 190px;
}

.dialog-crud-md {
    min-width: 700px;
    min-height: 190px;
}

.dialog-crud-xl {
    min-width: 1000px;
    min-height: 190px;
}
