.start-loading-container{position:fixed;z-index:10;left:0px;right:0px;top:0px;bottom:0px;background:url(../img/web_bg_jpg_o.jpg) no-repeat center center;background-size:100% 100%;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translate(0,0) rotate(0); pointer-events: none;}
.start-loading-container.landscape{width:102dvh;height:102vw;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg)}
.start-loading-logo{height:clamp(10%,300px,50%);position:absolute;top:0}
.start-loading-bar-bg{position:absolute;bottom:7%;left:calc(50% - 263px);width:526px;height:32px;background:radial-gradient(0 0 at 0 0,#ffe080 0,#b97700 16%,#ffe080 34%,#b97700 50%,#ffe080 67%,#b97700 81%,#ffe080 100%);box-shadow:2px 0 2px 0 #600000;border-radius:16px 16px 16px 16px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}
.start-loading-bar-purple{position:absolute;width:520px;height:26px;background:#306;border-radius:13px 13px 13px 13px;opacity:.8;left:3px;top:3px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;overflow:hidden}
#start-loading-bar{width:0;height:26px;background:url(../img/progress.png) repeat-x left center;background-size:10px 26px;flex-shrink:0}
.AIHelpSupportBox{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100000}
.AIHelpSupportClose{position:absolute;right:10px;top:10px;width:35px;height:35px;color:#fff;background:url(../img/aihelp_btn_close.png) no-repeat center center;border-radius:25px;cursor:pointer;z-index:100001}
.start-loading-download{position:absolute;border:0;margin:0;width:clamp(2%, 150px, 10%);height:auto;aspect-ratio:189 / 147;background:url(../img/btn_download.png) no-repeat center center;background-size:100% 100%;bottom:15%;right:5%;cursor:pointer;}
.change-orientation-landscape {position:fixed;top:0px;left:0px;bottom:0px;right:0px;background:linear-gradient(0deg, #280565, #AD0B7F);display:flex;align-items:center;justify-content:center;}
/* .outer-class {margin:0;width:100vw;height:100vh;} */
body{overscroll-behavior-y:contain;background:black !important}
.content-class{flex-shrink:0 !important;width:100vw !important;height:100vh !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom)}
#id-touch-screen{position:relative;width:100vw;height:200vh;text-align:center;font-size:16px;color:white;background:rgba(0,0,0,0.5);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-shrink: 0;}
.touch-screen-finger{height:clamp(150px,20%,800px);margin-top: 5%;}
.touch-screen-text{font-size:30px;margin:15px;font-weight:600;}
.touch-screen-button{position:relative;background:transparent;color:white;border:none;font-size:20px}
.fixed-position{position:fixed}