@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');#game-loading-area{padding-bottom:45px;transform-origin:center center;left:50%;top:50%;transform:translate(-50%,-50%);font-size:62.5%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to bottom,#7F659A 30%,#746FA8,#7F659A);width:100%;height:100%;position:absolute}#c-logo{margin-left:auto;margin-right:auto;background:url('./../images/high/texs/c_logo.webp') no-repeat center;background-size:contain;display:flex;margin-bottom:20px;width:21rem;height:21rem}#c-loading-bar-bg{width:min(600px,60%);height:2rem;background:#524072;display:flex;margin-left:auto;margin-right:auto;border-radius:15px;margin-top:15px}#c-loading-bar-holder{width:98%;height:1.5rem;margin-left:auto;margin-right:auto;margin-top:auto;margin-bottom:auto;display:flex;visibility:hidden}#c-loading-bar{width:0;height:100%;display:flex;background:#C54F9C;visibility:visible;border-radius:15px}#c-loading-title{letter-spacing:2px;text-align:center;color:#FFFFFF;font-size:3rem;padding-bottom:10%;margin-right:30px;margin-left:30px;margin-bottom:30px;font-weight:bold;text-shadow:0 0 0 #F0338F,0 0 0 #F0338F,0 3px 0 #F0338F,0 0 0 #F0338F}#c-loading-text{text-align:center;color:#FFCDFE;font-size:1.4rem;height:3.2rem;display:flex;justify-content:end;align-items:center;margin-right:30px;margin-left:30px}.oswald-text{font-family:"Oswald",serif;font-optical-sizing:auto;font-weight:700;font-style:normal}