@font-face {
    font-family: 'GraphikLCG-Regular';
    src: url('fonts/GraphikLCG-Regular.eot');
    src: url('fonts/GraphikLCG-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/GraphikLCG-Regular.woff') format('woff'),
    url('fonts/GraphikLCG-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GraphikLCG-Bold';
    src: url('fonts/GraphikLCG-Bold.eot');
    src: url('fonts/GraphikLCG-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/GraphikLCG-Bold.woff') format('woff'),
    url('fonts/GraphikLCG-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body { padding: 0; margin: 0;}
#unity-container {
    position: fixed;
    width: 100%;
    height: 100%;
}
#unity-canvas {
    width: 100%;
    height: 100%;
    background: #FFFFFF
}
#unity-loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 16px 16px 50px;
    z-index: 10;
    box-sizing: border-box;
    background: #fff;
}
#unity-logo {
    width: 260px;
    height: 150px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin: auto;
}
#unity-progress-bar-empty {
    position: relative;
    width: 100%;
    height: 27px;
    margin-top: 10px;
    background: #E8E8E8;
    border-radius: 30px;
    box-sizing: border-box;
}
#unity-progress-bar-empty:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    height: 10px;
    border-radius: 30px 30px 0 0;
    background: #ffffff70;
    z-index: 1;
}
#unity-progress-bar-full {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background:linear-gradient(0deg, #FFD000 0%, #FFB900 0%, #FF9F00 0%, #FF8A00 0%, #FF7C00 0%, #FF7300 0%, #FF7100 0%, #FF7100 0%), linear-gradient(0deg, #FFD2A6 0%, #FFCD9C 9.78%, #FFC389 41.55%, #FFBD7D 73.33%, #FFBB79 102.66%, #FFD6B0 163.76%, #FFF1E6 215.09%, #FFF5ED 244.42%);
    background-blend-mode: multiply, normal;
    border-radius: 30px;
    box-sizing: border-box;
    z-index: 2;
}

#unity-progress-bar-full:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    height: 10px;
    border-radius: 30px 30px 0 0;
    background: #ffffff70;
    z-index: 1;
}
#unity-progress-bar-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    font-family: 'GraphikLCG-Bold', Arial, sans-serif;
    z-index: 10;
}
.text-info{
    text-align: center;
    color: #797979;
    margin-top: 40px;
    font-size: 14px;
    font-family: 'GraphikLCG-Regular', Arial, sans-serif;
}
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
