body {
    padding: 0;
    margin: 0;
    background-color: #F2F2F2;
}

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

/*#unity-container.unity-desktop #unity-container.unity-mobile{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#unity-container.unity-mobile {
    width: 100%;
    height: 100%;

}*/

#unity-canvas {
    background: #e5e5e5;
}

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

/*LOADING*/

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

}


#unity-progress-bar-empty,
#unity-progress-bar-full {
    position: absolute;
    border-radius: 3px;

    height: 6px;
    margin-top: 10px;
}

#unity-progress-bar-empty {
    width: 148px;
    border: 1px solid #676767;

}

#unity-progress-bar-full {
    width: 0%;
    border: 1px solid #676767;
    background-color: #676767;
}


#unity-progress-info {
    color: #676767;

    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 8px;
    margin-top: 21px;
}





#unity-logo {
    width: 150px;
    height: 150px;
    background: url('logo.png') no-repeat center;
    background-size: contain;
}

/*END LOADING*/


/*FOOTHER*/
#unity-footer {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.unity-mobile #unity-footer {
    display: none;
}


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

/*END FOOTHER*/

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