html, body {
    overflow-y: scroll; 
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#renderCanvas {
    width: 100%;
    height: 100vh;
    touch-action: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}

#seamless-qmaze-navigation-container {
    position: absolute;
    z-index: 2;
    margin: 10px;
    width: 25vw;
}

.xnavbar {
    display: none;  
}

#price-container {
    right: 0;
    margin: 10px;
    z-index: 2;
    position: absolute;
}

form {
    height: 100vh;
}

.content {
    height: 100vh;
}

.modal-backdrop {
    z-index: 1;
}

.qmaze-list-chosen-value {
    display: none;
}