body {
    padding: 0;
    margin: 0
}

#unity-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

#unity-canvas {
    width: 100%;
    height: 100%;
    background: #4285F4
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

#unity-logo {
    width: 154px;
    height: 130px;
    background: url('/img/app/logo/atpltv-logo-white.png') no-repeat center
}

#unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    background: url('/img/app/progress-bar-empty-dark.png') no-repeat center
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('/img/app/progress-bar-full-dark.png') no-repeat center
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
#fullscreen-btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    box-shadow: none !important;
}

    #fullscreen-btn:hover {
        opacity: 0.75;
    }

    #fullscreen-btn img {
        width: 60px;
        height: 60px;
    }

#unity-container:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
}

#unity-container:fullscreen {
    width: 100vw;
    height: 100vh;
}

    #unity-container:fullscreen #unity-canvas,
    #unity-container:-webkit-full-screen #unity-canvas {
        width: 100%;
        height: 100%;
    }

.scroll-to-top {
    display: none !important;
}
