body {
    padding: 0px;
    margin: 0px;
    position: fixed;
    width:100%;
    background-size:cover;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
}

@supports not (-webkit-touch-callout: none) {
    body {
        height: 100%;
        height: -webkit-fill-available;
        overflow: hidden;
    }
}

#unity-container {
    position: fixed;
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
}

#unity-container.unity-desktop {
    position: fixed;
    height: 100%;
    width: 100%;
    height: -webkit-fill-available;
}

#unity-canvas {
    position: fixed;
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    background: #231F20;
    background-image: url("splash-screen.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

#unity-logo {
    width: 100%;
    height: 26vh;
    background: url('betinia-logo-splash.png') no-repeat center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

#unity-progress-bar-empty {
    position: relative;
    margin: 10px auto 0 auto;
    width: 600px;
    height: 20px;
    background: url('progress-bar-empty.png') no-repeat center;
    background-size: 100% 100%;
}

#unity-progress-bar-full {
    width: 596px;
    height: 14px;
    background: url('progress-bar-full.png') no-repeat left center;
    background-size: cover;
}

#unity-progress-bar-mask {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 0%;
    height: 14px;
    overflow: hidden;
    border-radius: 10px;
}

/* #unity-fullscreen-button {
    position: absolute;
    top: 17vh;
    right: 16px;

    width: 44px;
    height: 44px;
    z-index: 10;

    background-color: rgba(255, 255, 255, 0.18);
    background-image: url("fullscreen-button-out.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;

    cursor: pointer;

    transition:
        background-color 0.15s ease,
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

#unity-fullscreen-button:hover {
    background-color: rgba(255, 255, 255, 0.26);
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

#unity-fullscreen-button:active {
    transform: scale(0.95);
}

#unity-fullscreen-button:hover{
    opacity: 1.0;
} */

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

#unity-container.unity-mobile { width: 100%; height: 100% }
.unity-mobile #unity-footer { display: none }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
