/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */
* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body {
    margin: 0px;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

/* Dark Theme */

.v3d-simple-preloader-background {
    background-color: #181818;
}

.v3d-simple-preloader-container {
    filter: drop-shadow(0px 0px 4px #ffffff);
}


.v3d-annotation {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    border-radius: 12px;
    cursor: pointer;
}
.v3d-annotation-transparent {
    display: none !important;
}
.btn {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    border-radius: 100px;
    cursor: pointer;
    padding: 12px;
}
#hub-top {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#btn-overlook {
    display: none;
}

.v3d-simple-preloader-logo {
    background-image: url('logo.png');
}

.v3d-simple-preloader-bar {
    background: #ffffff;
    height: 3px;
    border-color: #ffffff;
}
.v3d-mobile-forward {
    display: none;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    width: 0;
    height: 0;
}

#joy-stick {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url("ui/arrow.svg");
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: content-box;
    border: 3px rgba(255, 255, 255, 1) solid;
}
[id|="lupe"] {
    background-color: transparent !important;
    background-image: url("ui/lupe.webp") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border: none !important;
    height: 2em !important;
    width: 2em !important;
}
[id|="lupe"]:hover {

}