html {
    height: 100%;
    box-sizing: border-box;
    touch-action: manipulation;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 96px;
    min-height: 100%;
    overflow-x: hidden; /* To avoid mui grids to trigger scroll bars */
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
}

body.noFooter {
    padding-bottom: 0;
}

body.loading {
    overflow-y: scroll;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

body.noFooter footer {
    display: none;
}

.pac-container {
    z-index: 1301 !important; /* So google place autocomplete results are above dialogs */
}

body.noFab #floating-actions {
    display: none;
}
