body {
    min-height: 100vh;
    /* min-height: -webkit-fill-available; */
}

#app {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    min-height: 100vh;
    /* height: 100vh; */
    /* height: -webkit-fill-available; */
    /* max-height: 100vh; */
    /* overflow-x: auto; */
    /* overflow-y: auto; */
}

.toast-container {
    position: fixed !important;
    right: 1rem !important;
    top: 1rem !important;
    z-index: 1090 !important;
}

.toast-body {
    /* backdrop-filter: blur(5px); */
    background-color: white;
}

#notiblock {
    top: 0.5rem !important;
    right: 0.5rem !important;
    left: 0.5rem !important;
    width: unset !important;
    min-width: 300px !important;
}

.toast {
    margin: 0 auto;
    width: unset !important;
}

@media (min-width: 500px){
    #notiblock {
        left: unset !important;
    }

    .toast {
        margin: unset;
    }
}