:focus-visible {
    outline: none;
}

body {
    margin: 0;
    font-family: sans-serif;
    overflow: hidden !important;
}

.push {
    margin-left: auto;
}

.hidden {
    display: none;
}

button:hover {
    cursor: pointer;
}

.svg-button {
    border: none;
    background-color: transparent;
    padding: 2px 10px;
}

.svg-button svg {
    height: 24px;
}

.svg-button:hover {
    background-color: transparent;
}

.svg-button:hover svg g path {
    /* DS Blue*/
    fill: #005685 !important;
    transition-duration: 0.5s;
}

#viewer {
    /* resize: both; */
    overflow: hidden;
    display: inline-block;
}

@media (prefers-color-scheme: dark) {
    body {
        color: #eee;
        background: transparent;
    }

    .svg-button svg g path {
        fill: #eee !important;
    }
}

.vrcontainer {
    width: 100% !important;
}

.vr img {
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
}
.vr .zoomableNode{
    display: none !important;
}