@import url('custom-styles.css');

.mud-stepper-custom .mud-card-actions {
    justify-content: end;
}

.mud-stepper-custom .mud-stepper-nav {
    overflow: visible !important;
}

.mud-stepper-custom {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mud-stepper-custom .mud-stepper-content {
    flex: 1 1 auto;
    min-height: 0;
}

/* Make the snackbar wrapper transparent so your UserTip provides the visuals */
.user-tip-snackbar.mud-snackbar {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Remove inner spacing so your MudPaper aligns nicely */
.user-tip-snackbar .mud-snackbar-content {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.user-tip-snackbar{
    max-width: 650px;
    margin-top:0px!important;
}


/* Generic wrapper class for a table with an overlay */
.row-overlay-wrapper {
    position: relative;
}

.row-overlay-wrapper:has(.row-overlay-error) {
    pointer-events: none;
}
.row-overlay-wrapper:has(.row-overlay) {
    pointer-events: none;
}

.row-overlay-error {
    background-color: var(--mud-bg-light-error) !important;
}

