#lunchGameWrapper{width:100%;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.9);z-index:1000}#confirmDialog{width:100%;height:100%;position:fixed;left:0;top:0;background-color:rgba(0,0,0,0.9);display:none;z-index:1}#confirmDialog .dialog_content{position:absolute;left:0;right:0;margin:auto;top:40%;transform:translate(0, -50%);text-align:center;height:150px;width:90%;max-width:500px;color:#fff}#confirmDialog .dialog_content button{display:inline-block;margin:50px 3% 0;outline:none;font-size:5vw;border-radius:50px;padding:5px 9%}#confirmDialog .dialog_content button.yes{background:rgba(255,255,255,0.3);border:none;text-shadow:1px 1px 2px #000}#confirmDialog .dialog_content button.no{background:rgba(255,255,255,0.05);border:2px solid rgba(255,255,255,0.3)}#confirmDialog .dialog_content button:active{background:rgba(14,111,174,0.8)}#webframeBackButton{position:absolute;z-index:1;width:50px;height:50px;border:2px solid white;background:rgba(0,0,0,0.9);line-height:45px;text-align:center;color:white;border-radius:50%}#webframeBackButton img{filter:invert(1);width:60%;margin-top:-8px}#webframe{width:100%;position:absolute;top:0;left:0;background-color:rgba(120,120,120,0.2);color:white}#a2hs-hint{position:fixed;bottom:50px;right:0;left:0;border-radius:5px;background-color:#999;overflow:hidden;z-index:1}#a2hs-hint ol,#a2hs-hint ul{margin:0}.a2hs-fade-enter-active{animation:a2hsShow 1s}.a2hs-fade-leave-active{animation:a2hsHidden 1s}@keyframes a2hsShow{from{background:rgba(255,255,255,0);height:0;bottom:0}to{background:#999;height:auto;bottom:50px}}@keyframes a2hsHidden{from{background:#999;height:auto;bottom:50px}to{background:rgba(255,255,255,0);height:0;bottom:0}}
