html, body {
    min-height: 100vh !important;
    height: 100vh !important;
}

.w-100, .w-full {
    width: 100% !important;
}

.h-100, .h-full {
    height: 100% !important;
}

.mud-main-content {
    min-height: Calc(100vh - 48px);
}