.h100 {
    height: 100% !important;
}
.hv100 {
    height: 100vh !important;
}
.w100 {
    width: 100% !important;
}
.n-flex {
    flex: none !important;
}
.fontLTR {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.footerBar {
    width: -moz-available;
    width: -webkit-fill-available;
    background-color: rgba(235,235,235,0.80) !important;
    color: #555 !important;
}
.footerBar a {
    color: #555 !important;
}
.mud-button-filled {
    box-shadow:none!important;
}
.blurry-background {
    backdrop-filter: blur(10px);
}