/* __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%;
    transition: filter 0.3s ease;
}

.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');
}
.v3d-mobile-forward {
    display: none;
}
/* 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 #ffb43f);
}


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

.v3d-simple-preloader-bar {
    background: linear-gradient(90deg, #ffe4a8, #fffbb9);
    height: 3px;
    border-color: #ffd877;
}
.v3d-annotation {
    background-color: transparent;
    font-size: 0;
    width: 56px;
    height: 56px;
    line-height: 20px;
    border: none;
    font-weight: normal;cursor: pointer;
    text-align: center;
    user-select: none;
    background-image: url("hand.svg");
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.3));
}
.v3d-annotation:hover {
    
}
@font-face {
    font-family: 'chenyuluoyan';
    src: url('yozai.woff') format('woff'),
         url('yozai.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#pure-stickynote-canvas {
    border: 1px solid #eee;
}