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

@font-face {
    font-family: "Tekne";
    src: url('fonts/TekneLDOVariable.ttf');
    src: url('fonts/TekneLDOVariable.ttf') format('truetype') local("TekneLDOVariable");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Tekne";
    src: url('TekneLDO-Bold.otf');
    src: url('TekneLDO-Bold.otf') format('opentype') local("TekneLDO-Bold");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Tekne";
    src: url('fonts/TekneLDO-Regular.otf');
    src: url('fonts/TekneLDO-Regular.otf') format('opentype') local("TekneLDO-Regular");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Public Sans";
    src: url('fonts/PublicSans-VariableFont_wght.ttf');
    src: url('fonts/PublicSans-VariableFont_wght.ttf') format('truetype') local("PublicSans-VariableFont_wght");
    font-weight: normal;
    font-style: normal;
}

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



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

/*
.fullscreen-button {
    position: absolute;
    top: 1%;
    right: 24%;
    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');
}

{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*/

#poi1 {
    color: white;
    background: #00548568;
    font-family: 'Tekne';
    font-size: 12pt;
}

#poi1_dialog {
    display: none;
}

#poi2 {
    color: white;
    background: #00548568;
    font-family: 'Tekne';
    font-size: 12pt;
}

#poi2_dialog {
    display: none;
}

#poi3 {
    color: white;
    background: #00548568;
    font-family: 'Tekne';
    font-size: 12pt;
}

#poi3_dialog {
    display: none;
}

#poi4 {
    color: white;
    background: #00548568;
    font-family: 'Tekne';
    font-size: 12pt;
}

#poi4_dialog {
    display: none;
}

#poi5 {
    color: white;
    background: #00548568;
    font-family: 'Tekne';
    font-size: 12pt;
}

#poi5_dialog {
    display: none;
}

#poi6 {
    color: white;
    background: #00548568;
    font-family: 'Tekne';
    font-size: 12pt;
}

#poi6_dialog {
    display: none;
}