html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
    height: 100%;
}

canvas {
    display: block;
}
body {
    margin: 0;
}
#unity-container{ 
    width: 100%;
    height: 100%;
}
#unity-canvas {
    width: 100%;
    height: 100%;
    background: #231F20 
}
.unity-mobile #unity-canvas {
     width: 100%;
     height: 100% 
}
#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    align-items: center;
}
#unity-logo
{
    width: 154px;
    height: 130px;
    background: url('cmc-logo-dark.png') no-repeat center
}
#cmc-logo {
    display: block;
    width: 141px;
    height: auto;
    margin-bottom: 10px;
    max-width: 100%;
    object-fit: contain;
}
#unity-progress-bar-empty 
{ 
    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;
    background: url('progress-bar-full-dark.png') no-repeat center
}
#unity-mobile-warning {
    display: none !important;
}
