.cb-game-iframe-wrapper{position:relative;width:100%}.cb-game-iframe{position:relative;margin:0 auto;width:100%;max-width:1280px;border:none;max-height:100vh;display:block}.cb-game-iframe.iframe-loading{padding-top:140%;height:0}.cb-game-iframe .loading-msg{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.login-layout{background-color:#fff}.cb-game-loading{z-index:10;position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0.6);flex-direction:column;color:#fff}.cb-game-loading .loading-text{display:inline-block;margin-top:5px}.cb-game-loading .icon-spin{font-size:4em;-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@media screen and (min-width: 768px){.cb-game-iframe.iframe-loading{padding-top:60%}}@media screen and (min-width: 1280px){.cb-game-iframe.iframe-loading{max-height:calc(1280px * 0.6);overflow:hidden}}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
