:root {
    --mud-zindex-drawer: 1300 !important;
    --mud-zindex-appbar: 1100 !important;
    --mud-zindex-dialog: 1400 !important;
    --mud-zindex-popover: 201200 !important;
    --mud-zindex-snackbar: 1500 !important;
    --mud-zindex-tooltip: 1600 !important;
}

.d-none {
    d-isplay: none !important;
}

a {
    text-decoration-line:none;
}