/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.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 #2a69bd);
}

.v3d-annotation::before {
    position: absolute;
    content: "...";
    background-image: url(images/sprites/yg-icon-007.png);
	animation: f-p-f-ani-h-3200 1s steps(25) infinite;
    box-sizing: border-box;
	border-radius: 50%;
	width: 128px;
    height: 128px;
    transform: scale(0.3);
    top: -25px;
    margin-left: -55px;
}

.v3d-annotation {
	border-radius: 6px;
	cursor: pointer;
    font-size: 12px;
    border-color: rgba(255,255,255,0.72) !important;
    background-color: rgba(0,0,0,0.5) !important;
    text-align: center;
    margin-left: 0;
    margin-top: -35px;
    user-select: none;
}
.v3d-annotation-transparent {
    visibility: hidden !important;
}
.v3d-mobile-forward {
    display: none;
}
@keyframes f-p-f-ani-h-3200 {to {background-position:0px -3200px;}}
@keyframes f-p-f-ani-h-1280 {to {background-position:0px -1280px;}}

