@import url(https://fonts.googleapis.com/css2?family=Roboto&family=Sora:wght@500&display=swap);*{margin:0;padding:0}#root,body,html{height:100%;width:100%}body{overflow:hidden}.game-description{height:15%;width:90%}.game-description h2{color:#f1f1f1;color:var(--primar-font-color);font-weight:700;margin-top:5%}.game-description p{color:#969696;color:var(--secondary-font-color)}.game-description-desktop{align-self:center;height:auto;margin-top:0;width:50%}.game-description-desktop h2{color:#f1f1f1;color:var(--primar-font-color);font-size:40px;font-weight:700;margin-top:0}.game-description-desktop p{color:#969696;color:var(--secondary-font-color);font-size:20px}@media screen and (min-width:800px){.game-description-desktop:only-child{margin:0 auto;text-align:center}}.current-price{margin-top:10px;overflow:hidden;width:90%}.current-price .price{color:#f1f1f1;color:var(--primar-font-color);display:grid;grid-template-rows:80% 20%}.current-price .price .value{display:flex}.current-price .price .value .amount{font-family:Sora;font-size:45px;font-style:normal;font-weight:700;text-transform:uppercase}@media screen and (max-height:700px){.current-price .price .value .amount{font-size:30px}}.current-price .price .value .bitcoin-icon{align-self:center;justify-self:center;margin-left:20px;max-width:50px;width:60%}@media screen and (max-height:700px){.current-price .price .value .bitcoin-icon{width:35px}}.current-price .question{color:#969696;color:var(--secondary-font-color);font-family:Sora;font-size:26px;font-style:normal;font-weight:600;margin-top:60px}@media screen and (max-height:700px){.current-price .question{font-size:22px;margin-top:15px}}.current-price-desktop{margin-top:0;overflow:hidden;text-align:center;width:100%}.current-price-desktop .price{color:#f1f1f1;color:var(--primar-font-color);display:grid;grid-template-rows:80% 20%}.current-price-desktop .price .value{display:flex;justify-content:center}.current-price-desktop .price .value .amount{font-family:Sora;font-size:65px;font-style:normal;font-weight:700;text-transform:uppercase}.current-price-desktop .price .value .bitcoin-icon{align-self:center;justify-self:center;margin-left:20px;max-width:50px;width:60%}.current-price-desktop .question{color:#969696;color:var(--secondary-font-color);font-family:Sora;font-size:36px;font-style:normal;font-weight:600;margin-top:25px}@media (max-width:1280px){.current-price-desktop .question{margin-top:0}}.live-round{color:#050503;color:var(--live-price-font-color);display:flex;flex-direction:column;height:15vh;width:90%}.live-round .live-round-header{align-items:center;color:#f1f1f1;color:var(--live-price-header-font-color);display:flex;font-size:12px;height:30px;justify-content:flex-end;margin-top:20px;width:99%}.live-round .live-round-header .live-round-header-live{align-items:center;display:grid;font-weight:700;grid-template-columns:70% 30%;justify-items:center;margin-right:auto;width:25%}.live-round .live-round-header .live-round-header-price{color:#7c7b73;color:var(--live-price-locked-font-color)}.live-round .live-round-header .live-round-header-price .live-round-header-price-value{color:#f1f1f1;color:var(--live-price-header-font-color)}.live-round .live-round-header .live-status-above{color:#0f0;color:var(--win-color)}.live-round .live-round-header .live-status-bellow{color:#ff00ca;color:var(--lose-color)}.live-round .live-round-header .live-round-header-your-bet-hide{overflow:hidden;width:0}.live-round .live-round-header .live-round-header-your-bet-show{margin-left:10px;overflow:hidden;width:30%}.live-round .live-round-details{color:#050503;color:var(--live-price-font-color);height:0;overflow:hidden}.live-round .live-round-details .live-round-details-header{align-items:center;background:url(/static/media/live-bg-top.b3c21e8a4d1d0e7aeb71.svg);background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:50% 50%;height:60px}.live-round .live-round-details .live-round-details-header img{height:40px;margin-left:30px}.live-round .live-round-details .live-round-details-header p{justify-self:right;margin-right:30px}.live-round .live-round-details .live-round-details-footer{background:url(/static/media/live-bg-bottom.a843f2b1f57690cfa39b.svg);display:grid;grid-template-columns:50% 50%;height:100px;margin-top:-1px;padding-top:10px}@media screen and (max-height:700px){.live-round .live-round-details .live-round-details-footer{height:60px}}.live-round .live-round-details .live-round-details-footer .live-round-details-footer-left{margin-left:30px}.live-round .live-round-details .live-round-details-footer .live-round-details-footer-right{justify-self:right;margin-right:30px;text-align:right}.live-round .live-round-details .live-round-details-footer .live-round-details-footer-bold{font-weight:700}.live-round .live-round-graphic{background:#0f1724;background:var(--live-round-background);border-radius:15px 15px 0 0;height:50px;justify-self:center;margin-top:5px;pointer-events:none;width:100%}.live-round .live-round-graphic .live-round-graphic-loading{color:#f1f1f1;color:var(--live-price-header-font-color);margin:auto;text-align:center;width:100%}.live-round .live-round-graphic .result{height:70px;overflow:hidden;position:absolute;width:90%;z-index:2}.live-round .live-round-graphic .result .result-content{display:grid;grid-template-columns:70% 30%;position:absolute;width:100%;z-index:2}.live-round .live-round-graphic .result .result-content .result-content-copy{align-items:center;display:grid;height:70%;margin-left:20px;margin-top:15px}.live-round .live-round-graphic .result .result-content .result-content-copy .result-content-copy-header{font-size:16px;font-weight:700}.live-round .live-round-graphic .result .result-content .result-content-image{justify-self:right}.live-round .live-round-graphic .result .result-background{background:#fff;border-radius:15px;height:100%;width:90vw}.live-round .live-detail-footer{align-items:center;background:#0f1724;background:var(--live-round-background);border-radius:0 0 15px 15px;display:grid;height:25px;justify-items:center;width:100%}.live-round .live-detail-footer .details-button{align-items:center;align-self:flex-end;background:#050503;border-radius:8px;display:grid;height:10px;justify-items:center;margin-bottom:10px;width:25%}.live-round .live-detail-footer .details-button .arrow-down-open{height:80%;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.live-round .live-detail-footer .details-button .arrow-down-close{height:80%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.base-roboto,.live-round-desktop .live-round-details .live-round-details-footer,.live-round-desktop .live-round-graphic .result .result-content .result-content-copy,.live-round .live-round-details .live-round-details-footer,.live-round .live-round-graphic .result .result-content .result-content-copy{font-family:Roboto;font-size:14px;font-style:normal;font-weight:400}.base-sora,.live-round-desktop .live-round-details,.live-round .live-round-details{font-family:Sora;font-size:14px;font-style:normal;font-weight:400}.live-round-desktop{color:#050503;color:var(--live-price-font-color);display:flex;flex-direction:column;height:15vh;width:400px}.live-round-desktop .live-round-header{align-items:center;color:#f1f1f1;color:var(--live-price-header-font-color);display:flex;font-size:12px;height:30px;justify-content:flex-end;margin-top:20px;width:400px}.live-round-desktop .live-round-header .live-round-header-live{align-items:center;display:grid;font-weight:700;grid-template-columns:70% 30%;justify-items:center;margin-right:auto;width:25%}.live-round-desktop .live-round-header .live-round-header-price{color:#7c7b73;color:var(--live-price-locked-font-color)}.live-round-desktop .live-round-header .live-round-header-price .live-round-header-price-value{color:#f1f1f1;color:var(--live-price-header-font-color)}.live-round-desktop .live-round-header .live-status-above{color:#0f0;color:var(--win-color)}.live-round-desktop .live-round-header .live-status-bellow{color:#ff00ca;color:var(--lose-color)}.live-round-desktop .live-round-header .live-round-header-your-bet-hide{overflow:hidden;width:0}.live-round-desktop .live-round-header .live-round-header-your-bet-show{margin-left:10px;overflow:hidden;width:30%}.live-round-desktop .live-round-details{color:#050503;color:var(--live-price-font-color);height:0;overflow:hidden}.live-round-desktop .live-round-details .live-round-details-header{align-items:center;background:url(/static/media/live-bg-top.b3c21e8a4d1d0e7aeb71.svg);background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:50% 50%;height:60px}.live-round-desktop .live-round-details .live-round-details-header img{height:40px;margin-left:30px}.live-round-desktop .live-round-details .live-round-details-header p{justify-self:right;margin-right:30px}.live-round-desktop .live-round-details .live-round-details-footer{background:url(/static/media/live-bg-bottom.a843f2b1f57690cfa39b.svg);display:grid;grid-template-columns:50% 50%;height:100px;margin-top:-1px;padding-top:10px}@media screen and (max-height:700px){.live-round-desktop .live-round-details .live-round-details-footer{height:60px}}.live-round-desktop .live-round-details .live-round-details-footer .live-round-details-footer-left{margin-left:30px}.live-round-desktop .live-round-details .live-round-details-footer .live-round-details-footer-right{justify-self:right;margin-right:30px;text-align:right}.live-round-desktop .live-round-details .live-round-details-footer .live-round-details-footer-bold{font-weight:700}.live-round-desktop .live-round-graphic{background:#0f1724;background:var(--live-round-background);border-radius:15px 15px 0 0;height:50px;justify-self:center;margin-top:5px;pointer-events:none;width:100%}.live-round-desktop .live-round-graphic .result{border-radius:15px;height:70px;overflow:hidden;position:absolute;width:400px;z-index:2}.live-round-desktop .live-round-graphic .result .result-content{display:grid;grid-template-columns:70% 30%;position:absolute;width:400px;z-index:2}.live-round-desktop .live-round-graphic .result .result-content .result-content-copy{align-items:center;display:grid;height:70%;margin-left:20px;margin-top:15px}.live-round-desktop .live-round-graphic .result .result-content .result-content-copy .result-content-copy-header{font-size:16px;font-weight:700}.live-round-desktop .live-round-graphic .result .result-content .result-content-image{justify-self:right}.live-round-desktop .live-round-graphic .result .result-background{background:#fff;border-radius:15px;height:100%;width:90vw}.live-round-desktop .live-round-graphic .live-round-graphic-loading{height:50px;text-align:center;width:100%}.live-round-desktop .live-round-graphic .live-round-graphic-loading .lds-dual-ring{display:inline-block;margin:8px auto auto}.live-round-desktop .live-round-graphic .live-round-graphic-loading .lds-dual-ring:after{-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:6px;content:" ";display:block;height:24px;width:24px}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.live-round-desktop .live-detail-footer{align-items:center;background:#0f1724;background:var(--live-round-background);border-radius:0 0 15px 15px;display:grid;height:25px;justify-items:center;width:100%}.live-round-desktop .live-detail-footer .details-button{align-items:center;align-self:flex-end;background:#050503;border-radius:8px;display:grid;height:10px;justify-items:center;margin-bottom:10px;width:25%}.live-round-desktop .live-detail-footer .details-button .arrow-down-open{height:80%;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.live-round-desktop .live-detail-footer .details-button .arrow-down-close{height:80%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.base-roboto,.bet-modal-desktop .content h2,.bet-modal .content h2{font-family:Roboto;font-size:14px;font-style:normal;font-weight:400}.bet-modal{color:#f1f1f1;color:var(--bet-modal-font-color);height:100%;position:absolute;width:100%;z-index:10}.bet-modal .content{align-items:center;background:#0f1724;background:var(--bet-modal-background);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.75);display:flex;flex-direction:column;height:50%;margin-left:10%;margin-top:25%;min-height:350px;position:absolute;width:80%;z-index:1}.bet-modal .content h2{color:#f1f1f1;color:var(--bet-modal-font-color);font-weight:700;margin-top:20px}.bet-modal .content .bet-value{font-size:40px;margin-top:40px}.bet-modal .content .bet-buttons{align-items:center;display:grid;grid-template-columns:50% 50%;grid-template-rows:50% 50%;justify-items:center;margin-top:10px;width:70%}.bet-modal .content .bet-buttons .bet-button,.bet-modal .content .bet-buttons .bet-button-selected{background:#29303f;background:var(--bet-modal-button-background);border-radius:24px;color:#f1f1f1;color:var(--bet-modal-button-font);cursor:pointer;height:50%;margin-top:20px;padding:5px;text-align:center;width:80%}.bet-modal .content .bet-buttons .bet-button-selected{background:#29303f;background:var(--bet-modal-button-background-selected);color:#29303f;color:var(--bet-modal-button-font-selected)}.bet-modal .content .bet-confirm{border-bottom:4px solid #f3f4f3;cursor:pointer;font-size:24px;margin-top:10px}.bet-modal .content .custom-value-container{display:flex;height:0;justify-content:center;margin-top:20px;overflow:hidden}.bet-modal .content .custom-value-container input,.bet-modal .content .custom-value-container input:focus{background:none;border:none;border-bottom:2px solid #f3f4f3}.bet-modal .content .custom-value-container .custom-value{background:transparent;border-bottom:2px solid #f3f4f3;color:#f1f1f1;color:var(--bet-modal-font-color);font-size:20px;outline:none;text-align:center;width:70%}.bet-modal .background{background:#0f1724;height:100vh;opacity:0;width:100%}.bet-modal-desktop{color:#f1f1f1;color:var(--bet-modal-font-color);height:100%;position:absolute;width:100%;z-index:10}.bet-modal-desktop .content{align-items:center;background:#0f1724;background:var(--bet-modal-background);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.75);display:flex;flex-direction:column;height:50%;margin-left:35%;margin-top:10%;min-height:350px;position:absolute;width:30%;z-index:1}.bet-modal-desktop .content h2{color:#f1f1f1;color:var(--bet-modal-font-color);font-size:20px;font-weight:700;margin-top:50px}.bet-modal-desktop .content .bet-value{font-size:40px;margin-top:40px}.bet-modal-desktop .content .bet-buttons{align-items:center;display:grid;grid-template-columns:50% 50%;grid-template-rows:50% 50%;justify-items:center;margin-top:10px;width:70%}.bet-modal-desktop .content .bet-buttons .bet-button,.bet-modal-desktop .content .bet-buttons .bet-button-selected{background:#29303f;background:var(--bet-modal-button-background);border-radius:24px;color:#f1f1f1;color:var(--bet-modal-button-font);cursor:pointer;height:50%;margin-top:20px;padding:5px;text-align:center;width:80%}.bet-modal-desktop .content .bet-buttons .bet-button-selected{background:#29303f;background:var(--bet-modal-button-background-selected);color:#29303f;color:var(--bet-modal-button-font-selected)}.bet-modal-desktop .content .bet-confirm{border-bottom:4px solid #f3f4f3;cursor:pointer;font-size:24px;margin-top:10px}.bet-modal-desktop .content .custom-value-container{display:flex;height:0;justify-content:center;margin-top:20px;overflow:hidden}.bet-modal-desktop .content .custom-value-container input,.bet-modal-desktop .content .custom-value-container input:focus{background:none;border:none;border-bottom:2px solid #f3f4f3}.bet-modal-desktop .content .custom-value-container .custom-value{background:transparent;border-bottom:2px solid #f3f4f3;color:#f1f1f1;color:var(--bet-modal-font-color);font-size:20px;outline:none;text-align:center;width:70%}.bet-modal-desktop .background{background:#0f1724;height:100vh;opacity:0;width:100%}.base-roboto,.bet-confirmation-desktop .confirmation-card .card-content p,.bet-confirmation-desktop .footer p,.bet-confirmation-desktop .next-round-title,.bet-confirmation .confirmation-card .card-content p,.bet-confirmation .footer p,.bet-confirmation .next-round-title{font-family:Roboto;font-size:14px;font-style:normal;font-weight:400}.base-sora,.bet-confirmation-desktop .confirmation-card .card-content .card-value h2,.bet-confirmation-desktop .header,.bet-confirmation .confirmation-card .card-content .card-value h2,.bet-confirmation .header{font-family:Sora;font-size:14px;font-style:normal;font-weight:400}.bet-confirmation{align-content:center;display:grid;height:100vh;justify-content:center;position:absolute;width:100%;z-index:3}.bet-confirmation .bet-confirmation-card{align-items:center;display:grid;grid-template-rows:15% 45% 5% 5%;height:100vh;justify-items:center;width:100%}@media screen and (max-height:700px){.bet-confirmation .bet-confirmation-card{grid-template-rows:15% 35% 5% 20%}}.bet-confirmation .header{color:#050503;color:var(--card-header-font-color);font-size:36px}@media screen and (max-height:700px){.bet-confirmation .header{font-size:28px}}.bet-confirmation .confirmation-card{display:grid;grid-template-rows:20% 50% 30%;height:100%;width:90%}.bet-confirmation .confirmation-card .card-header{align-items:center;background-image:url(/static/media/card-top.b8a9fac9cd2c92bf85f1.svg);background-repeat:no-repeat;background-size:cover;display:grid;font-size:14px;grid-template-columns:50% 50%}.bet-confirmation .confirmation-card .card-header p{color:#050503;color:var(--card-font-color);justify-self:right;margin-right:20px}.bet-confirmation .confirmation-card .card-header img{margin-left:20px}@media screen and (max-height:700px){.bet-confirmation .confirmation-card .card-header img{width:20px}}.bet-confirmation .confirmation-card .card-header .card-header-icon{height:50%;margin-left:10px}.bet-confirmation .confirmation-card .card-header .card-header-icon svg{height:100%}.bet-confirmation .confirmation-card .card-content{align-items:center;background-image:url(/static/media/central-rect.f12f3d1d8de506897ae8.svg);background-repeat:no-repeat;background-size:cover;color:#050503;color:var(--card-font-color);display:grid;grid-template-rows:50% 50%;height:100%;justify-items:center;text-align:center;width:100%}.bet-confirmation .confirmation-card .card-content p{color:#050503;color:var(--card-font-color);width:80%}.bet-confirmation .confirmation-card .card-content .card-value{display:flex;justify-content:center;width:100%}.bet-confirmation .confirmation-card .card-content .card-value .bet-confirmation-bitcoin-icon{margin-left:10px}.bet-confirmation .confirmation-card .card-content .card-value h2{color:#050503;color:var(--card-font-color);font-size:45px;text-transform:uppercase}@media screen and (max-height:700px){.bet-confirmation .confirmation-card .card-content .card-value h2{font-size:30px}}.bet-confirmation .confirmation-card .card-footer{align-items:center;background-image:url(/static/media/card-bottom.54f22341cb422dcec302.svg);background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:50% 50%}.bet-confirmation .confirmation-card .card-footer p{color:#050503;color:var(--card-font-color)}.bet-confirmation .confirmation-card .card-footer .card-data-left{margin-left:20px;text-align:left}.bet-confirmation .confirmation-card .card-footer .card-data-right{margin-right:20px;text-align:right}.bet-confirmation .confirmation-card .card-footer .card-data-bold{font-size:18px;font-weight:700}.bet-confirmation .next-round-title{color:#050503;color:var(--card-font-color)}.bet-confirmation .footer{display:grid;grid-template-columns:30% 40% 30%;justify-items:center;width:90%}.bet-confirmation .footer p{border-bottom:5px solid #050503;border-bottom:5px solid var(--card-font-color);color:#050503;color:var(--card-buttons-font-color);cursor:pointer;font-size:24px;font-weight:700;height:30px}.bet-confirmation-desktop{align-content:center;background:rgba(15,23,36,.95);display:grid;height:100vh;justify-content:center;position:absolute;width:100%;z-index:3}.bet-confirmation-desktop .bet-confirmation-card{align-items:center;border-radius:10px;display:grid;grid-template-rows:15% 45% 5% 5%;height:570px;justify-items:center;width:375px}@media (max-width:1280px) and (max-height:780px){.bet-confirmation-desktop .bet-confirmation-card{grid-template-rows:15% 40% 10% 5%;height:420px}}.bet-confirmation-desktop .header{color:#050503;color:var(--card-header-font-color);font-size:36px}@media screen and (max-height:700px){.bet-confirmation-desktop .header{font-size:28px}}.bet-confirmation-desktop .confirmation-card{display:grid;grid-template-rows:20% 50% 30%;height:100%;width:90%}.bet-confirmation-desktop .confirmation-card .card-header{align-items:center;background-image:url(/static/media/card-top.b8a9fac9cd2c92bf85f1.svg);background-repeat:no-repeat;background-size:cover;display:grid;font-size:14px;grid-template-columns:50% 50%}.bet-confirmation-desktop .confirmation-card .card-header p{color:#050503;color:var(--card-font-color);justify-self:right;margin-right:20px}.bet-confirmation-desktop .confirmation-card .card-header img{margin-left:20px}@media screen and (max-height:700px){.bet-confirmation-desktop .confirmation-card .card-header img{width:20px}}.bet-confirmation-desktop .confirmation-card .card-header .card-header-icon{height:50%;margin-left:10px}.bet-confirmation-desktop .confirmation-card .card-header .card-header-icon svg{height:100%}.bet-confirmation-desktop .confirmation-card .card-content{align-items:center;background-image:url(/static/media/central-rect.f12f3d1d8de506897ae8.svg);background-repeat:no-repeat;background-size:cover;color:#050503;color:var(--card-font-color);display:grid;grid-template-rows:50% 50%;height:100%;justify-items:center;text-align:center;width:100%}.bet-confirmation-desktop .confirmation-card .card-content p{color:#050503;color:var(--card-font-color);width:80%}.bet-confirmation-desktop .confirmation-card .card-content .card-value{display:flex;justify-content:center;width:100%}.bet-confirmation-desktop .confirmation-card .card-content .card-value .bet-confirmation-bitcoin-icon{margin-left:10px}.bet-confirmation-desktop .confirmation-card .card-content .card-value h2{color:#050503;color:var(--card-font-color);font-size:45px;text-transform:uppercase}@media screen and (max-height:700px){.bet-confirmation-desktop .confirmation-card .card-content .card-value h2{font-size:30px}}.bet-confirmation-desktop .confirmation-card .card-footer{align-items:center;background-image:url(/static/media/card-bottom.54f22341cb422dcec302.svg);background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:50% 50%}.bet-confirmation-desktop .confirmation-card .card-footer p{color:#050503;color:var(--card-font-color)}.bet-confirmation-desktop .confirmation-card .card-footer .card-data-left{margin-left:20px;text-align:left}.bet-confirmation-desktop .confirmation-card .card-footer .card-data-right{margin-right:20px;text-align:right}.bet-confirmation-desktop .confirmation-card .card-footer .card-data-bold{font-size:18px;font-weight:700}.bet-confirmation-desktop .next-round-title{color:#050503;color:var(--card-font-color)}@media screen and (min-width:800px){.bet-confirmation-desktop .next-round-title{font-size:20px;margin-top:30px}}.bet-confirmation-desktop .footer{display:grid;grid-template-columns:30% 40% 30%;justify-items:center;width:90%}.bet-confirmation-desktop .footer p{border-bottom:5px solid #050503;border-bottom:5px solid var(--card-font-color);color:#050503;color:var(--card-buttons-font-color);cursor:pointer;font-size:24px;font-weight:700;height:30px}.loading-btn{position:relative}.loading-btn .circular-progress{left:50%;margin-left:-11px;margin-top:-11px;opacity:1;position:absolute;top:50%}.base-sora,.circular-counter .svg-text{font-family:Sora;font-size:14px;font-style:normal;font-weight:400}.circular-counter{height:100px;left:calc(50% - 50px);position:absolute;width:100px;z-index:5}.circular-counter .svg-text{fill:#f1f1f1;fill:var(--pool-font-color);text-anchor:middle;alignment-baseline:middle}.bet-value-menu{top:calc(50% - 10px)}.bet-value-menu,.bet-value-menu-desktop{align-items:center;background:#0f1724;background:var(--bet-button-background-color);border:2px solid #f1f1f1;border:2px solid var(--bet-button-border-color);border-radius:12px;color:#f1f1f1;color:var(--bet-button-modal-font-color);cursor:pointer;display:flex;height:40px;justify-content:center;left:calc(50% - 60px);position:absolute;width:120px;z-index:1}.bet-value-menu-desktop{top:calc(46% - 10px)}.base-sora,.pool-size-desktop .pool-size-background,.pool-size .pool-size-background{font-family:Sora;font-size:14px;font-style:normal;font-weight:400}.pool-size{align-items:center;bottom:7%;color:#f1f1f1;color:var(--pool-font-color);display:flex;height:30px;justify-content:center;position:absolute;width:60%;z-index:4}@media screen and (max-height:700px){.pool-size{bottom:2%}}.pool-size .pool-size-background{background:#f1f1f1;background:var(--pool-size-background);height:100%;position:absolute;-webkit-transform:skew(-30deg);transform:skew(-30deg);width:100%}.pool-size .pool-size-content{position:absolute;z-index:2}.pool-size-desktop{align-items:center;bottom:10%;color:#f1f1f1;color:var(--pool-font-color);display:flex;height:30px;justify-content:center;left:calc(50% - 300px);position:absolute;width:600px;z-index:4}@media screen and (max-height:700px){.pool-size-desktop{bottom:2%}}.pool-size-desktop .pool-size-background{background:#f1f1f1;background:var(--pool-size-background);font-size:50px;height:100%;position:absolute;-webkit-transform:skew(-30deg);transform:skew(-30deg);width:100%}.pool-size-desktop .pool-size-content{font-size:30px;position:absolute;z-index:2}.base-sora,.play-area .play-area-buttons .play-area-button-left .svg-text,.play-area .play-area-buttons .play-area-button-left .svg-text-header,.play-area .play-area-buttons .play-area-button-right .svg-text,.play-area .play-area-buttons .play-area-button-right .svg-text-header,.play-area .play-area-buttons .play-area-button .svg-text,.play-area .play-area-buttons .play-area-button .svg-text-header{font-family:Sora;font-size:14px;font-style:normal;font-weight:400}.play-area{bottom:0;height:50%;overflow:hidden;position:absolute;width:100%}.play-area .play-area-buttons{display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%}.play-area .play-area-buttons .play-area-button,.play-area .play-area-buttons .play-area-button-left,.play-area .play-area-buttons .play-area-button-right{height:100%;position:relative;width:100%}.play-area .play-area-buttons .play-area-button-left .button-content,.play-area .play-area-buttons .play-area-button-right .button-content,.play-area .play-area-buttons .play-area-button .button-content{height:40%;margin-top:70%;position:absolute;text-align:center;width:100%;z-index:2}.play-area .play-area-buttons .play-area-button-left .svg-icon,.play-area .play-area-buttons .play-area-button-right .svg-icon,.play-area .play-area-buttons .play-area-button .svg-icon{pointer-events:none}.play-area .play-area-buttons .play-area-button-left .svg-text,.play-area .play-area-buttons .play-area-button-left .svg-text-header,.play-area .play-area-buttons .play-area-button-right .svg-text,.play-area .play-area-buttons .play-area-button-right .svg-text-header,.play-area .play-area-buttons .play-area-button .svg-text,.play-area .play-area-buttons .play-area-button .svg-text-header{color:#050503;color:var(--buttons-font-color)}.play-area .play-area-buttons .play-area-button-left{margin-top:10px}.play-area .play-area-buttons .play-area-button-left .play-button-background-left{background:#0f0;background:var(--primary-color);height:100%;margin-left:-50%;-webkit-transform:skew(-10deg);transform:skew(-10deg);width:150%}.play-area .play-area-buttons .play-area-button-right{margin-left:0}.play-area .play-area-buttons .play-area-button-right .play-button-background-right{background:#ff00ca;background:var(--secondary-color);height:100%;-webkit-transform:skew(-10deg);transform:skew(-10deg);width:150%}.base-sora,.bt-game-desktop,.bt-game-desktop-left,.bt-game-desktop-right{font-family:Sora;font-size:14px;font-style:normal;font-weight:400}.bt-game-desktop,.bt-game-desktop-left,.bt-game-desktop-right{color:#050503;color:var(--buttons-font-color);cursor:pointer;height:100%;width:100%}.bt-game-desktop-left .bt-game-desktop-background,.bt-game-desktop-right .bt-game-desktop-background,.bt-game-desktop .bt-game-desktop-background{height:100%;width:100%}.bt-game-desktop-left .bt-game-desktop-content,.bt-game-desktop-right .bt-game-desktop-content,.bt-game-desktop .bt-game-desktop-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%;z-index:3}.bt-game-desktop-left .bt-game-desktop-icon,.bt-game-desktop-right .bt-game-desktop-icon,.bt-game-desktop .bt-game-desktop-icon{width:50px}.bt-game-desktop-left{margin-top:10px}.play-area-desktop{align-self:baseline;display:grid;grid-template-columns:50% 50%;height:60%;max-width:70%;width:80%}.play-mobile{align-items:center;display:flex;flex-direction:column;height:100%;justify-items:center;width:100%}.confetti-container{height:100%;pointer-events:none;position:absolute;width:100%;z-index:50}.play-desktop{display:grid;grid-template-rows:20% 25% auto;height:100%;justify-items:center;margin-left:0;width:100%}@media (max-width:1280px) and (max-height:780px){.play-desktop{grid-template-rows:15% 30% auto}}.play-desktop .header-container{background:#141c29;display:flex;height:15%;justify-content:space-around;left:5%;position:absolute;top:0;width:90%;z-index:1}@media screen and (min-width:800px){.play-desktop .header-container{background:#141c29;background:var(--desktop-header-background-color)}}#toast{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;bottom:10px;box-shadow:0 0 0;opacity:0;padding:20px;position:fixed;right:10px;z-index:1000}#toast .toast__wrapper{display:flex;position:relative}#toast .toast__wrapper .toast__close{cursor:pointer;position:absolute;right:-10px;top:-10px}#toast .toast__wrapper .toast__close>svg{font-size:16px}#toast .toast__wrapper .toast__images{flex:0 0 45px;max-width:45px;width:45px}#toast .toast__wrapper .toast__images>svg{color:#fff;font-size:30px}#toast .toast__wrapper .toast__content{color:#fff;flex:0 0 220px;max-width:220px;width:220px}#toast .toast__wrapper .toast__content .toast__title{font-size:18px;margin-bottom:10px;text-transform:capitalize}#toast .toast__wrapper .toast__content .toast__message{font-size:14px}.demo-panel{align-items:center;background-image:url(/static/media/demo_bg.0cd211140af98c9ed38f.png);background-size:cover;display:grid;grid-template-rows:30% 70%;height:100%;justify-items:center;overflow:hidden;text-align:center;width:100%}.demo-panel .demo-buttons{display:grid;grid-template-columns:20% 20% 20% 20% 20%;margin-left:15%;width:100%}.demo-panel .demo-buttons .device{cursor:pointer;height:600px}.demo-panel .logo-demo{width:350px}.demo-container{height:100%;width:100%}.demo-container .play-container{background:var(--background-color);height:892px;margin-left:calc(50% - 202px);margin-top:105px;overflow:hidden;position:absolute;-webkit-transform:scale(.6);transform:scale(.6);-webkit-transform-origin:left top;transform-origin:left top;width:488px;z-index:2}.demo-container .container-background{height:900px;margin-left:calc(50% - 268px);margin-top:0;position:absolute;width:700px}.demo-container .container-background img{width:700px}.demo-container-menu{background:#141c29;height:400px;overflow:hidden;position:absolute;width:70px;z-index:5}.demo-container-menu .content{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:space-around;width:70px}.demo-container-menu .content .demo-container-menu-button{width:50%}.demo-container-menu .content .demo-container-menu-last{align-items:center;display:grid;grid-template-columns:50% 50%;justify-items:center}.demo-container-menu .content .demo-container-menu-last .demo-container-menu-home,.demo-container-menu .content .demo-container-menu-last .demo-container-menu-scale{width:60%}:root{--background-color:#141c29;--primary-color:#0f0;--secondary-color:#ff00ca;--primar-font-color:#f1f1f1;--secondary-font-color:#969696;--buttons-font-color:#050503;--pool-font-color:#f1f1f1;--pool-size-background:#f1f1f1;--card-header-font-color:#050503;--card-font-color:#050503;--card-buttons-font-color:#050503;--live-round-background:#0f1724;--live-price-font-color:#050503;--live-price-header-font-color:#f1f1f1;--live-price-locked-font-color:#7c7b73;--bet-button-modal-font-color:#f1f1f1;--bet-modal-background:#0f1724;--bet-modal-font-color:#f1f1f1;--bet-modal-button-background:#29303f;--bet-modal-button-background-selected:#29303f;--bet-modal-button-font:#f1f1f1;--bet-modal-button-font-selected:#29303f;--bet-button-border-color:#f1f1f1;--bet-button-background-color:#0f1724;--win-color:#0f0;--lose-color:#ff00ca;--circle-counter-background-color:#141c29;--circle-counter-color:#f1f1f1;--desktop-header-background-color:#141c29}.base-roboto{font-family:Roboto}.base-roboto,.base-sora{font-size:14px;font-style:normal;font-weight:400}.base-sora{font-family:Sora}.app{background:#141c29;background:var(--background-color);font-family:Roboto;font-size:16px;height:100%;position:relative;width:100%}
/*# sourceMappingURL=main.60323a39.css.map*/