body {
    margin: 0;
    padding: 0;
    height: 100vh;
}

html, body {
    touch-action: manipulation;
    user-zoom: fixed;
    -webkit-user-zoom: fixed;
    -moz-user-zoom: fixed;
    zoom: normal;
    -webkit-zoom: reset;
    -moz-zoom: reset;
}

.main {
    min-height: calc(100dvh - 86px);
    /*align-items: stretch !important;*/
}

.body-content {
    align-self: stretch;
    height: calc(100dvh - 86px) !important;
    display: flex;
}

.content {
    padding: 0.5rem 1.5rem;
    align-self: stretch !important;
    width: 100%;
    max-width: 100%;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin: 20px 0;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}