html, body {
    overflow: 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 */
}

#navbarNav { 
    display: none !important;
}

#qmaze-navigation-container {
    display: block !important;
}

.qmaze-navigation-previous, .qmaze-navigation-next {
    display: none !important;
}

.card-qmaze {
    background-color: #1130cc;
}

.qmaze-variable {
    box-shadow: none !important;
    background-color: #f5f5f5 !important;
    color: #634232;
}

.variableObject {
    padding-left: 10px;
}

.qmaze-variable:hover {
    background-color: #e5e5e5 !important;
}

.qmaze-list-chosen-value {
    display: none;
}

.qmaze-list-picker {
    padding-left: 0;
}

.qmaze-form-group {
    margin-left: 0;
}