*{box-sizing:border-box}body,html{border:0;height:100%;margin:0;padding:0}#subtitle{bottom:0;color:#fff;font-family:Poppins,sans-serif;font-weight:500;height:100px;position:absolute;text-align:center;text-shadow:1px 1px 2px #000;width:100%}#popup-info{align-items:center;display:flex;justify-content:center;opacity:0;pointer-events:none;transition:opacity 1s ease-out;z-index:1}#popup-info,#popup-info>div:first-child{height:100%;position:absolute;width:100%}#popup-info>div:first-child{background-color:rgba(0,0,0,.5)}#popup-info>div:nth-child(2){background-color:#fff;border-radius:1em;display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-weight:600;height:80%;position:absolute;width:80%}#popup-info>div:nth-child(2)>div:first-child{align-items:center;align-self:flex-end;cursor:pointer;display:flex;flex:none;height:75px;justify-content:center;width:75px}#popup-info>div:nth-child(2)>div:nth-child(2){flex:auto;margin:0 75px 25px;overflow:auto}#popup-info>div:nth-child(2)>div:nth-child(2)>div:first-child{-webkit-text-fill-color:transparent;background:linear-gradient(87.99deg,#bb093e -.1%,#ef1b4b 30%,#f4823a 70%);background-clip:text;-webkit-background-clip:text;font-family:Telkomsel Batik Sans Bold;font-size:24pt}#popup-info>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){color:#4e5764;margin-top:10px}#popup-info>div:nth-child(2)>div:nth-child(3){display:flex;flex:none;height:100px;justify-content:end;margin-right:50px}#popup-info>div:nth-child(2)>div:nth-child(3)>div:first-child{align-items:center;background-color:#dc3545;border-radius:.2em;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;width:100px}.anim-opacity-show{opacity:1!important;pointer-events:all!important;transition:opacity .5s ease-out}#loading-screen{align-items:center;background-color:#bb093e;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}#loading-screen>div{-webkit-animation:sk-bouncedelay 1.4s ease-in-out infinite both;animation:sk-bouncedelay 1.4s ease-in-out infinite both;background-color:#fff;border-radius:100%;height:18px;margin:5px;width:18px}#loading-screen .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}#loading-screen .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}#error-screen{align-items:center;background-color:#bb093e;bottom:0;display:none;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0}#error-title{color:#fff;font-size:24pt;font-weight:700}#error-message{color:#fff;font-size:14pt;padding:20px 40px}