﻿body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    width: 100vw;
    font-family: DBHelveticaX, Arial, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: none;
}

#unity-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    transform: none;
}

#unity-canvas {
    width: 100%;
    height: 100%;
    background: url("Bg.png") no-repeat center;
    background-size: cover;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    outline: none;
}

@media (pointer: coarse), (max-width: 1024px) {

    #unity-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        bottom: auto;
        aspect-ratio: 16 / 9;
        width: 100%;
        height: 100%;
        max-width: 177.78vh;
        max-height: 56.25vw;
    }

    #unity-canvas {
        width: 100%;
        height: 100%;
    }
}

#rotate-warning {
    display: none !important;
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#unity-logo {
    width: 154px;
    height: 130px;
    background: url("unity-logo-dark.png") no-repeat center;
}

#sec-progress-bar-empty {
    display: block;
    margin: auto;
    margin-top: 5px;
    width: 300px;
    height: 8px;
    background: url("progress-bar-empty-sec.png") no-repeat center;
}

#sec-progress-bar-full {
    width: 0%;
    width: 300px;
    height: 8px;
    background: url("progress-bar-full-sec.png") no-repeat center;
}

#unity-webgl-logo {
    float: left;
    width: 204px;
    height: 38px;
    background: url("webgl-logo.png") no-repeat center;
}

#unity-build-title {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    font-family: arial;
    font-size: 18px;
}

#unity-fullscreen-button {
    float: right;
    width: 38px;
    height: 38px;
    background: url("fullscreen-button.png") no-repeat center;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none;
}

#web-iframe-container {
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    background-color: #fff;
    background-image: url("loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px;
    display: none;
    z-index: 10;
}

    #web-iframe-container.visible {
        display: flex;
    }

#web-iframe-exit-button {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 62px;
    height: 62px;
    display: block;
    background: url("exit-button.png") no-repeat center;
    cursor: pointer;
}

#sec-verse-logo {
    margin: auto;
    width: 352px;
    height: 183px;
    background: url("Logo--EGAT1.png") no-repeat center;
}

@font-face {
    font-family: DBHelveticaX;
    src: url(DB\ Helvethaica\ X.ttf);
}

input {
    font-family: DBHelveticaX;
    border: 0 !important;
    opacity: 0 !important;
    -webkit-user-select: text !important;
    user-select: text !important;
}

    input::placeholder {
        font-style: italic;
    }

.iframe-coin-page {
    margin: auto;
    width: 900px;
}
