html, body {
    height: 100%;
    /*height: 100vh;*/
    overflow-y: hidden;
}
.main-content-wrapper {
    height: 100%;
    overflow-y: auto!important;
    -webkit-overflow-scrolling: touch;
}
.main-content {
    height: fit-content;
    overflow: visible;
    display: flex;
    flex-direction: column;
}
.mud-main-content {
    height: 100%;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
}

div:has(.sticky-top) {
    height: 100%;
    overflow: visible;
}

#blazor-error-ui {
    display: none !important;
}

/*mud bullshit*/

.mud-dialog .mud-dialog-content {
    overflow: hidden !important;
}
.ticket-caption {
    font-size: 0.65rem;
    line-height: 1;
    font-weight: 700;
    opacity: 75%;
}
{
    font-size: 0.75rem;
    line-height: 1;
color: #262638
;
    font-weight: 700;
    opacity: 75%;}
