body
{
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    height: 100%;
    overflow: hidden;
    background: white;
}

#unity-container
{
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: left;
}

#unity-canvas
{
    pointer-events: auto;
    background: #231F20;
}

#unity-loading-bar
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

#unity-progress-bar-empty
{
    margin-left: auto;
    margin-right: auto;
    width: 141px;
    height: 18px;
    margin-top: 10px;
    background: url("progress-bar-empty-dark.png") no-repeat center;
}

#unity-progress-bar-full
{
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url("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
}

#altava-overlay
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
	display: flex;
    justify-content: center;
    align-items: center;
}

#altava-indicator
{
    width: 48px;
    height: 48px;
    display: block;
}


#play-overlay
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
	/* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
}

#play-button
{
    width: 92px;
    height: 92px;
    display: block;
    background-color: transparent;
    background-image: url("play-button.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}
