.bottom-nav-bar-link-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-decoration:none;color:#fff;padding:4px 8px;width:-moz-fit-content;width:fit-content;position:relative}.bottom-nav-bar-link-item *{display:block}.bottom-nav-bar-link-item .bottom-nav-bar-link-item-icon-filter-grey-scale{filter:grayscale(1) contrast(.8) brightness(1.2)}.bottom-nav-bar-link-item .bottom-nav-bar-link-item-icon-filter-shadow{filter:drop-shadow(0 0 8px rgb(255,255,255))}.bottom-nav-bar-link-item .bottom-nav-bar-link-item-icon-container{width:36px;height:36px;padding:8px 4px 0}.bottom-nav-bar-link-item .bottom-nav-bar-link-item-icon-container img{object-fit:contain}.bottom-nav-bar-link-item .bottom-nav-bar-link-item-icon-container-active{padding:0}.bottom-nav-bar-link-item .bottom-nav-bar-link-item-icon-container-inner{position:relative;width:100%;height:100%}.bottom-nav-bar-link-item .bottom-nav-bar-link-item-icon-image{z-index:2}.bottom-nav-bar-link-item .bottom-nav-bar-link-item-icon-container-notification:before{content:"";right:0;top:0;width:6px;height:6px;background-color:red;border-radius:50%;position:absolute}.bottom-nav-bar-link-item .bottom-nav-bar-link-item-text{font-size:.75rem;font-weight:600;text-align:center;white-space:nowrap;margin-top:4px}.bottom-nav-bar-link-item .bottom-nav-bar-link-item-text-active{font-weight:700}.bottom-nav-bar-container{display:none;height:78px;width:100%;position:fixed;z-index:100;bottom:0;justify-content:space-around;align-items:center;font-family:Chakra Petch,sans-serif;padding:12px 4px;background:#07046b}@media(max-width:992px){.bottom-nav-bar-container{display:flex}}@supports((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.bottom-nav-bar-container{background-color:#0000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.bottom-nav-bar-container .bottom-nav-bar-container-item{height:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.bottom-nav-bar-store-button{padding:0;border:none;outline:revert;font:inherit;color:inherit;background:none;font-family:inherit;width:62px;height:62px;background:linear-gradient(90deg,#08f,#003cff);border-radius:50%;overflow:visible;position:relative;color:#fff;transition:transform .2s ease-in-out}.bottom-nav-bar-store-button:active{transform:translateY(3%)}.bottom-nav-bar-store-button.animated .bottom-nav-bar-store-button-bg-wrapper{visibility:visible}.bottom-nav-bar-store-button.animated .bottom-nav-bar-store-surround-text{animation:rotate 4s linear forwards}.bottom-nav-bar-store-button.animated .bottom-nav-bar-store-button-bg-zoom-layer{animation:zoom-in-out 4s linear forwards}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-bg-wrapper{width:5.875rem;height:5.875rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;z-index:-1;visibility:hidden}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-bg-zoom-layer{background-image:linear-gradient(0deg,#07046b00 13.3%,#0063d9 88.83%);border-radius:50%}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-bg-mask-layer{-webkit-mask-image:linear-gradient(180deg,#000,#000 35%,#0000 50%,#0000);mask-image:linear-gradient(180deg,#000,#000 35%,#0000 50%,#0000)}.bottom-nav-bar-store-button .bottom-nav-bar-store-surround-text{width:5.54063rem;height:5.54063rem;max-width:unset;object-position:0 -1rem;border-radius:50%;filter:brightness(2)}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-inner{width:100%;height:100%;position:relative}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-icon-gift{position:absolute;width:22px;height:auto;top:38%;left:22%;transform:translate(-50%,-50%)}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-icon-gc-jump-wrapper{position:absolute;width:34px;height:auto;top:28%;left:50%}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-icon-gc-jump-wrapper.animated{animation:jump-up .2s linear,jump-down 1s linear(0,0 2.27%,.02 4.53%,.04 6.8%,.06 9.07%,.1 11.33%,.14 13.6%,.25 18.15%,.39 22.7%,.56 27.25%,.77 31.8%,1 36.35%,.89 40.9%,.85 43.18%,.81 45.45%,.79 47.72%,.77 50%,.75 52.27%,.75 54.55%,.75 56.82%,.77 59.1%,.79 61.38%,.81 63.65%,.85 65.93%,.89 68.2%,1 72.7%,.97 74.98%,.95 77.25%,.94 79.53%,.94 81.8%,.94 84.08%,.95 86.35%,.97 88.63%,1 90.9%,.99 93.18%,.98 95.45%,.99 97.73%,1) .2s}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-icon-gc{transform:translate(-50%,-50%)}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-icon-percent{position:absolute;width:20px;height:auto;top:38%;left:76%;transform:translate(-50%,-50%)}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-text{position:absolute;font-size:.75rem;font-weight:600;top:70%;left:50%;transform:translate(-50%,-50%)}.bottom-nav-bar-store-button .bottom-nav-bar-store-button-overlay{position:absolute;top:0;left:0;width:100%;height:100%}@keyframes rotate{0%{transform:rotate(150deg)}6%{transform:rotate(150deg)}94%{transform:rotate(-170deg)}to{transform:rotate(-170deg)}}@keyframes zoom-in-out{0%{transform:scale(.6);opacity:0}5%{transform:scale(1);opacity:1}95%{transform:scale(1);opacity:1}to{transform:scale(.6);opacity:0}}@keyframes jump-up{0%{transform:translateY(0)}to{transform:translateY(-30%)}}@keyframes jump-down{0%{transform:translateY(-30%)}to{transform:translateY(0)}}.App{display:flex;flex-direction:column;min-height:100vh}body{--body-width:calc(100%)}body.lobby .headerAuth{position:sticky;position:-webkit-sticky;width:100%;top:-1px}.main{display:flex;flex-direction:column;padding:0!important;overflow-x:hidden}.errorP{font-size:18px!important;margin-bottom:0}@media(max-width:499px){.errorP{font-size:13px!important}}@media(max-width:767px){.staticHeader .static-logo{max-width:122px}}.footer-v1{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background:#06043b}.footer-v1 .footer-v1-width-wrapper{position:relative;width:100%}.footer-upper-section{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:.5rem}@media(min-width:481px){.footer-upper-section{justify-content:space-between}}@media(min-width:993px){.footer-upper-section{flex-direction:row}}.footer-upper-section .footer-logo{width:33%;max-width:10rem}.footer-upper-section .footer-logo img{width:100%;height:100%;object-fit:contain}.footer-upper-section .social-media-icons{display:flex;gap:10%;justify-content:center;width:40%;max-width:14rem;margin-top:1%}.footer-upper-section .social-media-icons img{width:2rem;object-fit:contain}@media(min-width:993px){.footer-upper-section .social-media-icons{width:unset}.footer-upper-section .social-media-icons img{width:3rem;object-fit:contain}}.footer-v2-links-section{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:60px;flex-wrap:wrap;gap:1.3rem}@media(min-width:993px){.footer-v2-links-section{margin-bottom:36px}}.footer-v2-links-section-column{width:40%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media(min-width:481px){.footer-v2-links-section-column{width:30%}}@media(min-width:993px){.footer-v2-links-section-column{width:18%;padding:0}}.footer-v2-links-section-group{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:15%;font-size:clamp(.85rem,1.5vw,1.05rem);width:-moz-fit-content;width:fit-content}@media(min-width:993px){.footer-v2-links-section-group{width:100%;margin-bottom:2rem}}.footer-v2-links-section-logo-group{margin-bottom:72px}.footer-v2-links-section-group-social-sportsbook{padding-bottom:1rem}@media(max-width:640px){.footer-v2-links-section-group-social-sportsbook{padding-bottom:0}}.footer-v2-links-section-group-sportzino{padding-bottom:3.5rem}@media(max-width:640px){.footer-v2-links-section-group-sportzino{padding-bottom:0}}.footer-v2-links-section-group-title{font-size:clamp(1.1rem,2vw,1.2rem);margin-bottom:24px}.footer-middle-section{display:flex;flex-direction:column;width:100%}@media(min-width:993px){.footer-middle-section{flex-direction:row;justify-content:space-between}}.footer-middle-section .footer-text-section{width:100%}@media(min-width:993px){.footer-middle-section .footer-text-section{width:75%}}.footer-middle-section .footer-text-section a{color:#f5c566;text-decoration:underline}.footer-middle-section .useful-link-list{width:100%;justify-content:flex-start}@media(min-width:993px){.footer-middle-section .useful-link-list{flex-direction:column;align-items:flex-start;width:23rem;min-width:23rem;margin-top:0}}.footer-middle-section .useful-link-list .link-list-title{font-size:clamp(1.1rem,2vw,1.2rem);font-weight:600;text-align:center;margin:5% 0}@media(min-width:993px){.footer-middle-section .useful-link-list .link-list-title{text-align:left}}.footer-middle-section .useful-link-list .link-list-item{font-size:clamp(.85rem,1.5vw,1.05rem)}@media(min-width:993px){.footer-middle-section .useful-link-list .link-list-item{display:flex;flex-direction:row;justify-content:left;align-items:center;gap:1rem}.footer-middle-section .useful-link-list .link-list-item a{text-align:left}}.footer-middle-section .useful-link-list button{padding:0;border:none;outline:revert;font:inherit;color:inherit;background:none;font-family:inherit;margin:0 auto}.footer-middle-section .useful-link-list a,.footer-middle-section .useful-link-list button{color:#f5c566;text-decoration:underline;display:block;text-align:center;line-height:2;white-space:nowrap}.footer-bottom-section{display:flex;flex-direction:column;justify-content:center;margin-top:5%}@media(min-width:993px){.footer-bottom-section{flex-direction:row;align-items:center;justify-content:space-between}}.footer-bottom-section .rsg-link-list{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}@media(min-width:993px){.footer-bottom-section .rsg-link-list{align-items:flex-start}}.footer-bottom-section .rsg-link-list .group-1>.sub-group{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem}.footer-bottom-section .rsg-link-list .group-1>.sub-group img{object-fit:contain}.footer-bottom-section .rsg-link-list .age-limit-text{display:flex;font-size:.8rem}.footer-bottom-section .rsg-link-list .age-limit-text img{margin:0 .3rem;width:1.5rem;height:1.5rem;object-fit:contain}.footer-bottom-section .rsg-link-list .player-safety-link{font-family:Inter,sans-serif;background:#fff;border-radius:.5rem;color:#000;padding:1.5% 2%;text-decoration:underline;width:8rem;white-space:nowrap;font-size:.8rem}.footer-bottom-section .rsg-link-list .player-safety-link a{color:#000;display:flex;align-items:center;justify-content:center;gap:.3rem}.footer-bottom-section .rsg-link-list .player-safety-link img{display:inline}@media(min-width:993px){.footer-bottom-section .rsg-link-list .dmca-badge img{width:7rem;height:auto;object-fit:contain}}.footer-bottom-section .priority-play-img-desktop{display:none}@media(min-width:993px){.footer-bottom-section .priority-play-img-desktop{display:block;object-fit:contain;margin:0;width:23rem}}.footer-bottom-section .priority-play-img-mobile{display:block;object-fit:contain;margin-top:3%}@media(min-width:993px){.footer-bottom-section .priority-play-img-mobile{display:none}}.footer-v2{font-family:Chakra Petch,sans-serif;color:#476fb5;padding:4rem 2.5% 5.5rem;background:url(/_next/static/media/bg-mobile.c74b30f5.webp) no-repeat top;background-size:100%}@media(min-width:993px){.footer-v2{margin-top:0;padding-bottom:4rem;background:url(/_next/static/media/bg.911a396c.webp) no-repeat top;background-size:cover}}.footer-v2 .divider{margin:3% 0}.footer-v2 .footer-v2-width-wrapper{max-width:1440px;margin:0 auto}.footer-v2 .footer-upper-section{margin-bottom:3%}.footer-v2 .footer-v2-links-section{margin-top:3%}.footer-v2 .footer-v2-link{color:#476fb5;text-decoration:none;margin-bottom:16px;border:none;background:none;padding:0;font-size:clamp(.9rem,1.5vw,1.05rem)}.footer-v2 .footer-v2-link:hover{text-decoration:underline;color:#f5c566}@media(min-width:993px){.footer-v2 .footer-text-section{max-width:39rem;padding-right:1rem}}.footer-v2 .footer-v2-row-2{max-width:46rem;margin-bottom:5%;text-align:center;font-size:clamp(.9rem,1.5vw,1.05rem)}@media(min-width:993px){.footer-v2 .footer-v2-row-2{text-align:left}}.footer-v2 .link-list{display:flex;flex-direction:column;justify-content:space-between;align-items:center;--flex-gap:20px;gap:var(--flex-gap);margin-top:5%}@media(min-width:993px){.footer-v2 .link-list{align-items:self-start;justify-content:flex-start;--flex-gap:10px;margin-top:0}}.footer-v2 .link-list .link-list-title{font-size:clamp(1rem,1.6vw,1.3rem);font-weight:600}.footer-v2 .link-list img{object-fit:contain}.footer-v2 .link-list .group-1{display:flex;align-items:center;gap:var(--flex-gap)}@media(max-width:1280px){.footer-v2 .link-list .group-1{flex-direction:column}}.footer-v2 .link-list .group-1 .sub-group{display:flex;align-items:center;gap:10%}.footer-v2 .link-list .age-limit-text .age21-plus{margin:0 .4em}.footer-v2 .link-list .social-media-icons img{display:inline-block;height:36px;width:36px}.footer-v2 .footer-v2-copyright{margin:0 auto;width:-moz-fit-content;width:fit-content}@font-face{font-family:alternategotno3dregular;src:url(/_next/static/media/alternategotno3d-webfont.325e20d5.eot);src:url(/_next/static/media/alternategotno3d-webfont.325e20d5.eot) format("embedded-opentype"),url(/_next/static/media/alternategotno3d-webfont.d4ff455b.woff) format("woff"),url(/_next/static/media/alternategotno3d-webfont.a64e6e1d.ttf) format("truetype"),url(/_next/static/media/alternategotno3d-webfont.e600397e.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}body.modal-open{padding-right:0!important;overflow-y:scroll!important}@media(max-width:480px){body,body.modal-open{padding-right:0!important}}@media only screen and (min-device-width:375px)and (max-device-width:767px)and (orientation:landscape){body.modal-open{padding-right:0!important}}.errorMsg{color:red;font-size:12px;position:absolute;bottom:-3px;left:0;margin:0}.hidden{display:none}@media(max-width:768px){#pay_iframe{width:95%!important;margin:0!important;max-height:100%!important;overflow:scroll!important;left:2.5%!important;top:2.5%!important;right:2.5%!important;bottom:2.5%!important;height:95%!important}}.borderError{border:1px solid red!important}.autocomplete-dropdown-container{position:absolute;z-index:2;padding:0;background-color:#fff;top:68px;left:0;right:0}.autocomplete-dropdown-container .suggestion-item,.autocomplete-dropdown-container .suggestion-item--active{padding:10px;border-bottom:1px solid #dadada}.daily-bonus-notification{position:fixed;inset-inline-end:2.38rem;inset-block-end:5rem;width:12.9375rem;height:2.625rem;background:linear-gradient(135deg,#08f,#003cff);box-shadow:0 4px 10px 1px #00000080;border-radius:.3125rem;display:flex;align-items:center;padding-inline:.75rem;animation:slide-in-out 4s forwards;z-index:10}@media(max-width:992px){.daily-bonus-notification{display:none}}.daily-bonus-notification__text{color:#fff;font-family:Chakra Petch,sans-serif;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.125rem}.daily-bonus-notification__gift-icon-container{width:2.73138rem;height:2.73138rem;position:relative;animation:shake 1s linear(0,.22 2.1%,.86 6.5%,1.11 8.6%,1.3 10.7%,1.35 11.8%,1.37 12.9%,1.37 13.7%,1.36 14.5%,1.32 16.2%,1.03 21.8%,.94 24%,.89 25.9%,.88 26.85%,.87 27.8%,.87 29.25%,.88 30.7%,.91 32.4%,.98 36.4%,1.01 38.3%,1.04 40.5%,1.05 42.7%,1.05 44.1%,1.04 45.7%,1 53.3%,.99 55.4%,.98 57.5%,.99 60.7%,1 68.1%,1.01 72.2%,1 86.7%,1) 1s}.daily-bonus-notification__gift-icon{transform:translateX(-.25rem) rotate(10deg)}@keyframes shake{0%{transform:rotate(15deg)}to{transform:rotate(0deg)}}@keyframes slide-in-out{0%{transform:translateX(calc(100% + 2.38rem))}12.5%{transform:translateX(0)}87.5%{transform:translateX(0)}to{transform:translateX(calc(100% + 2.38rem))}}
/*# sourceMappingURL=f99b79f4f5996429.css.map*/