@import "./slotsSummary.css";
@import "./slotAnalysisDashboard.css";
@import "./adminBackofficeDashboard.css";

/*CUSTOM FOR TABLE*/
.mud-table-head {
    font-weight: 700;
}

/*POSITIONS*/
.loading-position {
    position: absolute;
    top: 50%;
    justify-self: center;
}

.loading-position-small {
    position: absolute;
    top: 35%;
    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;
}

/*ALIGNMENT*/
.justify-items-center {
    justify-items: center !important;
}

/*Os numeric input com os botões de aumentar e diminuir tem um pading gigante, vamos forçar a reduzir*/
.mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 12px 16px;
}

.grecaptcha-badge {
    visibility: hidden;
}
