@import"https://use.typekit.net/jox0jls.css";*{box-sizing:border-box}html{height:100vh;width:100vw;color:#fff;font-size:16px;font-family:canada-type-gibson,sans-serif;font-optical-sizing:auto}body,html{scrollbar-width:none}h1,h2,h3,h4,h5,h6,strong{font-weight:600}a{text-decoration:none}a,button{color:#eee}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;cursor:pointer}input{outline:none}.hidden{display:none!important}.block{width:100%}.m0{margin:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.btn{padding:8px 25px;border-radius:8px;color:#fff;text-decoration:none;font-size:16px;text-align:center}.btn[disabled]{opacity:.5}.btn.primary{background-color:var(--c-p);box-shadow:0 0 3px 3px #0000001a}.btn.primary:hover{background-color:var(--c-p-d)}.btn.secondary{background-color:var(--c-s);box-shadow:0 0 3px 3px #0000001a}.btn.secondary:hover{background-color:var(--c-s-d)}.btn.danger{background-color:var(--c-red);box-shadow:0 0 3px 3px #0000001a}.btn.danger:hover{background-color:var(--c-red-d)}.form-field{display:flex;flex-direction:column;margin:15px 0;position:relative}.form-field .select-group{display:flex;border:1px solid var(--c-fg-d);height:42px;border-radius:8px;margin:0 5px;width:100%}.form-field .select-group label{display:none}.form-field .select-group .select-field{width:33.333%;padding:0 5px;border-right:1px solid var(--c-fg-d)}.form-field .select-group .select-field:last-child{border-right:none}.form-field .select-group .select-field select{width:100%;border:none;height:36px}.form-field>label{font-size:10px;color:var(--c-fg);position:absolute;display:block;padding:0 5px;top:-5px;left:10px;background-color:var(--form-field-bg);transition:all .3s;font-weight:600;letter-spacing:.8px;z-index:1;pointer-events:none;white-space:nowrap}.form-field select{height:42px;width:100%}.form-field select,.form-field textarea{padding:11px 15px;background-color:var(--form-field-bg);border:1px solid var(--c-fg-d);color:var(--c-fg);border-radius:8px;font-weight:600}.form-field input[type=date],.form-field input[type=email],.form-field input[type=file],.form-field input[type=number],.form-field input[type=password],.form-field input[type=tel],.form-field input[type=text]{padding:12px 15px;background-color:var(--form-field-bg);border:1px solid var(--c-fg-d);color:var(--c-fg);border-radius:8px;font-weight:600;height:42px;width:100%}.form-field input[type=date]::-moz-placeholder,.form-field input[type=email]::-moz-placeholder,.form-field input[type=file]::-moz-placeholder,.form-field input[type=number]::-moz-placeholder,.form-field input[type=password]::-moz-placeholder,.form-field input[type=tel]::-moz-placeholder,.form-field input[type=text]::-moz-placeholder{color:transparent}.form-field input[type=date]::placeholder,.form-field input[type=email]::placeholder,.form-field input[type=file]::placeholder,.form-field input[type=number]::placeholder,.form-field input[type=password]::placeholder,.form-field input[type=tel]::placeholder,.form-field input[type=text]::placeholder{color:transparent}.form-field input[type=date]:focus,.form-field input[type=email]:focus,.form-field input[type=file]:focus,.form-field input[type=number]:focus,.form-field input[type=password]:focus,.form-field input[type=tel]:focus,.form-field input[type=text]:focus{border-color:var(--c-fg);box-shadow:0 0 0 2px #ffffff14}.form-field input[type=date]:-webkit-autofill,.form-field input[type=date]:-webkit-autofill:active,.form-field input[type=date]:-webkit-autofill:focus,.form-field input[type=date]:-webkit-autofill:hover,.form-field input[type=email]:-webkit-autofill,.form-field input[type=email]:-webkit-autofill:active,.form-field input[type=email]:-webkit-autofill:focus,.form-field input[type=email]:-webkit-autofill:hover,.form-field input[type=file]:-webkit-autofill,.form-field input[type=file]:-webkit-autofill:active,.form-field input[type=file]:-webkit-autofill:focus,.form-field input[type=file]:-webkit-autofill:hover,.form-field input[type=number]:-webkit-autofill,.form-field input[type=number]:-webkit-autofill:active,.form-field input[type=number]:-webkit-autofill:focus,.form-field input[type=number]:-webkit-autofill:hover,.form-field input[type=password]:-webkit-autofill,.form-field input[type=password]:-webkit-autofill:active,.form-field input[type=password]:-webkit-autofill:focus,.form-field input[type=password]:-webkit-autofill:hover,.form-field input[type=tel]:-webkit-autofill,.form-field input[type=tel]:-webkit-autofill:active,.form-field input[type=tel]:-webkit-autofill:focus,.form-field input[type=tel]:-webkit-autofill:hover,.form-field input[type=text]:-webkit-autofill,.form-field input[type=text]:-webkit-autofill:active,.form-field input[type=text]:-webkit-autofill:focus,.form-field input[type=text]:-webkit-autofill:hover{-webkit-text-fill-color:var(--c-fg);caret-color:var(--c-fg);box-shadow:0 0 0 1000px var(--form-field-bg) inset;-webkit-transition:background-color 9999s ease-out,color 9999s ease-out;transition:background-color 9999s ease-out,color 9999s ease-out}.form-field input[type=date]:not(:focus):-moz-placeholder+label,.form-field input[type=email]:not(:focus):-moz-placeholder+label,.form-field input[type=file]:not(:focus):-moz-placeholder+label,.form-field input[type=number]:not(:focus):-moz-placeholder+label,.form-field input[type=password]:not(:focus):-moz-placeholder+label,.form-field input[type=tel]:not(:focus):-moz-placeholder+label,.form-field input[type=text]:not(:focus):-moz-placeholder+label{letter-spacing:.2px;font-size:13px;margin:12px 15px;top:2px;left:2px;color:var(--c-fg-d)}.form-field input[type=date]:not(:focus):placeholder-shown+label,.form-field input[type=email]:not(:focus):placeholder-shown+label,.form-field input[type=file]:not(:focus):placeholder-shown+label,.form-field input[type=number]:not(:focus):placeholder-shown+label,.form-field input[type=password]:not(:focus):placeholder-shown+label,.form-field input[type=tel]:not(:focus):placeholder-shown+label,.form-field input[type=text]:not(:focus):placeholder-shown+label{letter-spacing:.2px;font-size:13px;margin:12px 15px;top:2px;left:2px;color:var(--c-fg-d)}.form-field input,.form-field select,.form-field textarea{transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-field input[disabled],.form-field input[readonly],.form-field select[disabled],.form-field select[readonly],.form-field textarea[disabled],.form-field textarea[readonly]{cursor:not-allowed;color:var(--c-fg-d-2)}.form-field-btn{position:absolute;right:10px;top:8px;font-size:20px;color:var(--c-fg-d)}.form-field-btn:hover{color:var(--c-fg-l)}.form-field-btn svg{width:20px;height:20px;fill:#fff}.form-field.is-invalid input{border-color:#c9355f!important;border-bottom-left-radius:0;border-bottom-right-radius:0}.form-field-error{background-color:#c9355f;border-radius:0 0 8px 8px;display:block;padding:4px 8px}.form-field.checkbox{display:flex;flex-direction:column}.form-field.checkbox label{pointer-events:auto;display:flex;align-items:center;align-content:center;position:relative}.form-field.checkbox label input{margin-right:5px;height:20px;width:20px}.modal-section{display:grid;gap:14px;padding:14px;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;background:#ffffff08}.modal-section+.modal-section{margin-top:16px}.modal-section-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border:1px solid hsla(0,0%,100%,.1);border-radius:10px}.modal-section-title{font-weight:600}.modal-section-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.modal-section-note{line-height:1.4;opacity:.85}.modal-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.modal-section-table{overflow-x:auto}.modal-section-table table{width:100%;border-collapse:collapse}.modal-section-table td,.modal-section-table th{padding:10px 12px;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:700px){.modal-section{padding:12px}.modal-section-header{align-items:stretch;flex-direction:column}.modal-section-actions{justify-content:stretch}.modal-section-actions .btn,.modal-section-header .btn{width:100%}.modal-section-grid{grid-template-columns:1fr}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:"color 9999s ease-out, background-color 9999s ease-out";-webkit-transition-delay:9999s}.inline-loading.blocked{position:absolute;z-index:1;width:100%;height:100%;justify-content:center;align-content:center;align-items:center;display:flex}.loader{width:50px;aspect-ratio:1;display:grid;border-radius:50%;border:4px solid transparent;border-right:4px solid var(--c-s);animation:l15 1s linear infinite}.loader:after,.loader:before{content:"";grid-area:1/1;margin:2px;border:inherit;border-radius:50%;animation:l15 2s infinite}.loader:after{margin:8px;animation-duration:3s}@keyframes l15{to{transform:rotate(1turn)}}.bg-green{background-color:#06ba4b}.bg-red{background-color:#ba063f}.bg-blue{background-color:#063fba}.bg-yellow{background-color:#c0c001}.bg-orange{background-color:#b55b00}.bg-gray{background-color:#424345}.pagination{display:flex;gap:8px;align-items:center;padding:10px 0}.pagination button{padding:6px 12px;background:#ffffff1a;cursor:pointer;border-radius:4px}.pagination button:disabled{color:#ffffff4d;background:#ffffff4d;cursor:not-allowed}table{width:100%;border-collapse:collapse;font-size:16px}#subScreenBody table{overflow:hidden;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;border-collapse:separate;border-spacing:0;background:#ffffff06}#subScreenBody td,#subScreenBody th{padding:12px 14px;border:0;border-bottom:1px solid hsla(0,0%,100%,.08);vertical-align:middle}#subScreenBody th{color:var(--c-fg);background:#ffffff0f;font-weight:600;text-align:left}#subScreenBody td{color:var(--c-fg)}#subScreenBody tbody tr:nth-child(2n) td{background:#ffffff06}#subScreenBody tbody tr:hover td{background:#ffffff0e}#subScreenBody tbody tr:last-child td{border-bottom:0}.text-center{text-align:center}.go-back-btn{padding:8px 15px;margin:0 3px 20px 0;font-size:15px;background-color:#fff3;border-radius:5px;display:block;color:var(--layout-color-6)}.go-back-btn svg{fill:var(--layout-color-6);height:15px;width:15px}.go-back-btn-wrapper{display:flex;justify-content:flex-end}.provider-list-body a{display:block;background-color:#ffffff1a;border-radius:5px;position:relative;width:100%;height:50px}.provider-list-body a span{display:none;font-size:12px}.provider-list-body a i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.5)}#categoryBtnList{padding:20px}#categoryBtnList a{margin:5px;padding:10px 15px;font-size:16px;border:1px solid hsla(0,0%,100%,.1)}#casinoMenu{display:flex;margin-bottom:10px}#casinoMenu a{padding:10px 15px;display:flex;line-height:22px}#casinoMenu a.router-link-active{color:var(--c-p)}#casinoMenu a.router-link-active svg{stroke:var(--c-p)}#casinoMenu a svg{stroke:#fff;height:20px;width:20px;margin-right:5px}#filterByCategory{position:relative}#filterByCategory nav{position:absolute;top:100%;left:0;background-color:var(--layout-color-2);border-radius:10px;padding:0 10px;z-index:2;border:1px solid hsla(0,0%,100%,.1)}#filterByCategory nav a{white-space:nowrap}#noMoreGames{text-align:center;grid-column:1/-1}#hasMoreGames{display:flex;justify-content:center;margin:20px 0;grid-column:1/-1}#hasMoreGames .btn{border-radius:50px}#searchGame{background-color:var(--layout-color-4);display:flex;justify-content:center;border-radius:10px;border:1px solid var(--layout-color-3);margin:20px 0;height:45px}#searchGame input{color:#fff;padding:0 25px;flex-grow:1;font-size:16px}#searchGame button,#searchGame input{background-color:transparent;border:none}#searchGame button{padding:0 15px;display:flex;align-items:center;justify-content:center}#searchGame svg{width:20px;height:20px;stroke:#fff}#categoryMenu{border-radius:40px;margin:20px 0;background-color:var(--layout-color-4);padding:10px}#categoryMenu a{background-color:var(--layout-color-1);border-radius:40px;padding:5px 20px 10px;white-space:nowrap}#categoryMenu a.router-link-active{background-color:var(--layout-color-2)}#categoryMenu img{height:20px;margin-right:8px;filter:brightness(0) invert(1);transform:translateY(5px)}#categoryMenu swiper-slide{width:auto!important;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}#searchGame{position:relative}#searchGame>div{position:absolute;top:100%;left:0;background-color:var(--layout-color-2);border-radius:10px;padding:10px;z-index:2;border:1px solid hsla(0,0%,100%,.1);display:flex}#searchGame>div input{background:transparent;border:1px solid hsla(0,0%,100%,.3);padding:10px 15px;color:#fff;outline:none}#searchGame>div button{margin-left:5px;background-color:#ffffff1a;padding:0 10px}#searchGame>div button svg{width:20px;height:20px;stroke:#fff}#gameList{margin-top:20px}#siteFooter{padding-top:50px}#siteFooter i{transform:scale(.7)}#siteFooter .dmca-badge img{max-height:30px}#siteFooter #cgcbLicenseLogo img{height:35px;margin-left:10px}#footerLogos{display:flex;align-items:center;align-content:center}#footerArticleLinks{display:flex;justify-content:center;flex-wrap:wrap}#footerArticleLinks a{font-size:16px;padding:5px 7px;margin:5px 7px}#footerArticleLinks a:hover{text-decoration:underline}#articlePageContainer{display:flex}#articleCategories{display:flex;flex-direction:column;width:150px;margin-right:20px}#articleCategories a{padding:10px 20px;margin-bottom:5px;background-color:#ffffff1a;text-align:center}.category-list .inline-loading,.provider-list .inline-loading{margin:50px auto;width:200px;display:flex;justify-content:center}.category-list-header,.provider-list-header{background:linear-gradient(#ffffff1a,#fff0);border-radius:5px;padding:5px 5px 5px 20px;margin:15px 0 5px;display:flex;align-items:center;align-content:center;justify-content:space-between}.category-list-header button,.provider-list-header button{padding:10px 15px;margin:0 3px;border-radius:5px;background-color:var(--layout-color-1)}.category-list-header img,.provider-list-header img{height:20px;margin-right:8px;filter:brightness(0) invert(1);transform:translateY(5px)}.category-list-footer a,.provider-list-footer a{width:100%;position:relative;display:block;text-align:center;padding:15px}.category-list-footer a span,.provider-list-footer a span{display:inline-block;background-color:var(--layout-color-1);padding:5px 10px}.category-list-footer a:after,.provider-list-footer a:after{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#ffffff4d;z-index:-1}.casino-game-list{padding-bottom:15px;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:auto;grid-auto-flow:dense;grid-gap:10px;align-items:stretch;justify-items:stretch}#sportsBook{height:100vh}#sportsBook iframe{border:none;width:100%;height:100%}#sportsBookProviders{background-color:#ffffff08;border-radius:5px;display:flex;justify-content:center;align-items:center;align-content:center}#sportsBookProviders a i{transform:scale(.6);margin:-5px;opacity:.5}#sportsBookProviders a.active{cursor:default;box-shadow:inset 0 10px 10px #c4c7014d}#sportsBookProviders a.active i{opacity:1}.row{display:flex;margin:0 -5px}.row .col-4{width:33.333%;margin:0 5px}.autocomplete-wrapper{position:relative}.autocomplete-list{position:absolute;width:100%;background:var(--form-field-bg);border:1px solid #ccc;max-height:150px;overflow-y:auto;z-index:10;top:calc(100% - 17px)}.autocomplete-list li{padding:8px;cursor:pointer}.autocomplete-list li:hover{background:#0000001a}#birthdayParts{display:flex;margin:0 -5px}#birthdayParts>div{margin:0 5px;width:33%}.page-blocker{position:fixed;inset:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#00000080);display:flex;align-items:center;justify-content:center;z-index:99;pointer-events:auto}.page-blocker-enter-active,.page-blocker-leave-active{transition:opacity .3s ease-in-out}.page-blocker-enter-from,.page-blocker-leave-to{opacity:0;pointer-events:none}.page-blocker-enter-to,.page-blocker-leave-from{opacity:1}.page-progress-bar{position:fixed;top:0;left:0;height:5px;background:linear-gradient(90deg,var(--c-p) 0,var(--c-s) 50%,var(--c-p) 100%);background-size:200% 100%;z-index:100;animation:progressBarMove 5.5s ease-in-out infinite;box-shadow:0 0 10px #ffffff80}.progress-enter-active,.progress-leave-active{transition:width .3s ease-in-out,opacity .3s ease-in-out}.progress-enter-from{width:0;opacity:0}.progress-enter-to{width:100%;opacity:1}.progress-leave-to{width:100%;opacity:0}@keyframes progressBarMove{0%{background-position:200% 0}50%{background-position:-200% 0}to{background-position:200% 0}}.page-enter-active,.page-leave-active{transition:all .5s ease-in-out}.page-enter-from{opacity:0;transform:translate(30px)}.page-leave-to{opacity:0;transform:translate(-30px)}#loadingOverlay{animation:fadeInLoadingOverlay 1.3s ease-in}#loadingOverlay.leaving{animation:fadeOutLoadingOverlay 1.3s ease-out}@keyframes fadeInLoadingOverlay{0%{opacity:0}to{opacity:1}}@keyframes fadeOutLoadingOverlay{0%{opacity:1}to{opacity:0}}.loader{animation:l15 1s linear infinite,pulseLoader 2s ease-in-out infinite}@keyframes pulseLoader{0%,to{filter:drop-shadow(0 0 5px rgba(255,255,255,.3))}50%{filter:drop-shadow(0 0 15px rgba(255,255,255,.6))}}.bg-loading{background:linear-gradient(135deg,#99ebd61a,#73e6734d,#caa2d91a);background-size:200% 200%;animation:gradientShift 4s ease infinite}.ps__rail-x,.ps__rail-y{display:none!important}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media(max-width:1600px){.casino-game-list{grid-template-columns:repeat(8,1fr)}}@media(max-width:1400px){.casino-game-list{grid-template-columns:repeat(8,1fr)}}@media(max-width:1200px){.casino-game-list{grid-template-columns:repeat(7,1fr)}}@media(max-width:1024px){.casino-game-list{grid-template-columns:repeat(6,1fr)}}@media(max-width:992px){.container{padding:0 5px}.btn{padding:8px 15px;margin:0 3px;font-size:13px}#headerLogo svg{height:20px}#siteContentWrapper{--closed-sidebar-width:0px}.casino-game-list{grid-template-columns:repeat(5,1fr)}}@media(max-width:576px){.casino-game-list{grid-template-columns:repeat(4,1fr)}}@media(max-width:420px){.casino-game-list{grid-template-columns:repeat(3,1fr)}}@media(orientation:portrait){#siteContentWrapper{padding-bottom:60px}}:root{--c-p:#1c9772;--c-p-l:#21b488;--c-p-d:#198262;--c-s:#4895ef;--c-s-l:#67aaef;--c-s-d:#2e7fdd;--c-fg:#f8f9fa;--c-fg-l:#fdfeff;--c-fg-d:#c4c5c6;--c-fg-d-2:#606777;--c-bg:#3a4255;--c-bg-l:#454d63;--c-b:#444d63;--c-b-l:#54566f;--c-b-d:#3a3b49;--s-c:0 0 30px 20px rgba(0,0,0,.2);--c-red:#ef233c;--c-red-d:#b91125;--c-blue:#226ce0;--c-blue-d:#134ba5;--closed-sidebar-width:45px;--form-bg:#2e2141;--form-field-bg:#2e2141;--sub-screen-header-bg:#432f61;--sub-screen-backdrop:rgba(33,18,56,.8);--sub-screen-bg:#2e2141;--layout-color-1:#2b1f3d;--layout-color-2:#25153b;--layout-color-3:#521e5c;--layout-color-4:#1e1132;--layout-color-5:#54268c;--layout-color-6:#ead2ec;--layout-color-7:#6a055f}#tablegamesBanner>img{filter:hue-rotate(90deg) saturate(80%)}#mainPageSlider swiper-slide{aspect-ratio:3}@media(orientation:portrait){#mainPageSlider swiper-slide{aspect-ratio:1.8}}#comm100-button-d1707993-0c6e-4727-ac77-81e0488397d0{display:none!important}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.ps{position:relative}#siteToaster{position:fixed;right:0;top:0;padding:10px;max-width:250px;min-width:150px;z-index:800;pointer-events:none}#siteToaster .toast{border-radius:10px;margin-bottom:10px;width:100%;padding:10px;pointer-events:auto}.external-frame-overlay[data-v-eda0031c]{position:fixed;inset:0;background-color:#000;z-index:200;display:flex;flex-direction:column}.frame-header[data-v-eda0031c]{height:64px;background-color:#111;padding:0 20px;border-bottom:1px solid #222}.frame-header[data-v-eda0031c],.header-content[data-v-eda0031c]{display:flex;align-items:center}.header-content[data-v-eda0031c]{justify-content:space-between;width:100%}.frame-title[data-v-eda0031c]{color:#fff;font-family:Cocogoose Pro,sans-serif;font-size:1.1rem;margin:0;text-transform:capitalize}.close-button[data-v-eda0031c]{background:#222;border:none;color:#fff;padding:8px;border-radius:8px;cursor:pointer;display:flex;transition:all .2s}.close-button[data-v-eda0031c]:hover{background:#c00}.iframe-wrapper[data-v-eda0031c]{flex:1;position:relative}.full-iframe[data-v-eda0031c]{width:100%;height:100%;border:none}.fade-enter-active[data-v-eda0031c],.fade-leave-active[data-v-eda0031c]{transition:opacity .3s}.fade-enter-from[data-v-eda0031c],.fade-leave-to[data-v-eda0031c]{opacity:0}.site-logo[data-v-7fdac9c9]{height:25px}#gameViewer[data-v-ca447e70]{position:fixed;inset:0;background-color:var(--layout-color-1);display:flex;flex-direction:column;z-index:100}#gameViewerAddBtn[data-v-ca447e70],#gameViewerCloseBtn[data-v-ca447e70]{color:#fff;font-size:25px;padding:0 10px;line-height:1}#gameViewerAddBtn[data-v-ca447e70]{background:#2563eb;color:#fff}#gameViewerAddBtn[data-v-ca447e70]:hover{background:#1d4ed8}#gameViewerCloseBt[data-v-ca447e70]{background:#dc2626;color:#fff}#gameViewerCloseBt[data-v-ca447e70]:hover{background:#b91c1c}#gameViewerHeader[data-v-ca447e70]{background-color:var(--sub-screen-header-bg);color:#fff;padding:10px 15px;display:flex;justify-content:space-between;align-items:center}#gameViewerHeader h2[data-v-ca447e70]{margin:0;font-size:18px;font-weight:600}#gameViewerHeaderActions[data-v-ca447e70]{display:flex;gap:8px}#gameViewerGrid[data-v-ca447e70]{flex:1;display:grid;gap:10px;padding:10px}#gameViewerGrid.one[data-v-ca447e70]{grid-template-columns:1fr}#gameViewerGrid.four[data-v-ca447e70],#gameViewerGrid.two[data-v-ca447e70]{grid-template-columns:repeat(2,1fr)}#gameViewerGrid.four[data-v-ca447e70]{grid-template-rows:repeat(2,1fr)}#gameViewerGrid .game-viewer-item[data-v-ca447e70]{display:flex;flex-direction:column;background:var(--layout-color-2);border:1px solid #40607a;border-radius:6px;overflow:hidden;position:relative}#gameViewerGrid .game-viewer-item .game-info[data-v-ca447e70]{background:var(--layout-color-3);color:#fff;display:flex;justify-content:space-between;padding:6px 10px;font-size:14px}#gameViewerGrid .game-viewer-item .game-info .game-name[data-v-ca447e70]{font-weight:600}#gameViewerGrid .game-viewer-item .game-info .game-provider[data-v-ca447e70]{opacity:.7;font-size:12px;text-transform:capitalize}#gameViewerGrid .game-viewer-item .game-frame[data-v-ca447e70]{flex:1;position:relative}#gameViewerGrid .game-viewer-item .game-frame iframe[data-v-ca447e70]{width:100%;height:100%}#gameViewerGrid .game-viewer-item .game-frame .btn-remove[data-v-ca447e70]{position:absolute;top:8px;right:8px;background:#dc2626;color:#fff;border:none;border-radius:4px;padding:2px 6px;cursor:pointer}#gameViewerGrid .game-viewer-item .game-frame .btn-remove[data-v-ca447e70]:hover{background:#b91c1c}#loadingOverlay[data-v-f8e1c797]{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:800}#loadingOverlay>div[data-v-f8e1c797]{width:60px;height:60px;border:6px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spinLoadingOverlay-f8e1c797 1s linear infinite}@keyframes spinLoadingOverlay-f8e1c797{0%{transform:rotate(0)}to{transform:rotate(1turn)}}body{color:#fff;background-color:var(--layout-color-1);padding:0;margin:0}#siteWrapper,body{height:100vh;width:100vw}#siteWrapper{display:flex;overflow-x:hidden;scrollbar-width:none}#siteWrapper[is-topbar-visible=true] #siteHeader,#siteWrapper[is-topbar-visible=true] #siteLeftBarHeader,#siteWrapper[is-topbar-visible=true] #siteRightBarHeader{margin-top:40px}
