@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}html{background-color:#0e0e0e}html .MuiPaper-root .MuiMenu-list{background-color:#1b1c1d}html input:disabled{color:#6b6b6b!important}@-webkit-keyframes vibration-animation{0%{transform:translate(0)}10%{transform:translate(-.5px,-.5px)}20%{transform:translate(.5px,-.5px)}30%{transform:translate(-.5px,.5px)}40%{transform:translate(.5px,.5px)}50%{transform:translate(-.5px,-.5px)}60%{transform:translate(.5px,-.5px)}70%{transform:translate(-.5px,.5px)}80%{transform:translate(-.5px,-.5px)}90%{transform:translate(.5px,-.5px)}to{transform:translate(0)}}@keyframes vibration-animation{0%{transform:translate(0)}10%{transform:translate(-.5px,-.5px)}20%{transform:translate(.5px,-.5px)}30%{transform:translate(-.5px,.5px)}40%{transform:translate(.5px,.5px)}50%{transform:translate(-.5px,-.5px)}60%{transform:translate(.5px,-.5px)}70%{transform:translate(-.5px,.5px)}80%{transform:translate(-.5px,-.5px)}90%{transform:translate(.5px,-.5px)}to{transform:translate(0)}}@-webkit-keyframes slide-out-blurred-top{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0}to{transform:translateY(-1000px) scaleY(4) scaleX(.2);transform-origin:50% 0;-webkit-filter:blur(40px);filter:blur(40px);opacity:0}}@keyframes slide-out-blurred-top{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0}to{transform:translateY(-1000px) scaleY(4) scaleX(.2);transform-origin:50% 0;-webkit-filter:blur(40px);filter:blur(40px);opacity:0}}@-webkit-keyframes slide-top{0%{transform:translateY(0)}to{transform:translateY(-100px)}}@keyframes slide-top{0%{transform:translateY(0)}to{transform:translateY(-100px)}}.header{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background:#1b1c1d}.header__container{height:38px;display:flex;justify-content:space-between;padding-inline:5px}.header__logo{width:70px;height:auto;margin-right:5px}@media(min-width:992px){.header__logo{margin-left:10px;width:90px}}.header__how-to-play{display:none;background-color:#e69308;border:none;color:#5f3816;font-size:14px;border-radius:15px;padding:3px 12px;cursor:pointer}.header__how-to-play:hover{background-color:#c98107}@media(min-width:992px){.header__how-to-play{display:block}}.header__amount{font-size:16px;color:#28a909;font-weight:700;position:relative}.header__amount--full{display:none}.header__amount:hover .header__amount--full{position:absolute;display:block;left:-10px;background-color:#404040;z-index:2;color:#fff;padding:5px 10px;border-radius:3px;text-align:center}.header__amount:hover .header__amount--full span.text{font-weight:lighter;font-size:12px;display:inline-block;margin-bottom:3px}.header__amount:hover .header__amount--full span.value{color:#0f0;font-size:16px;font-weight:700}.header__currency,.header__username{font-size:12px;color:#9b9c9e;font-weight:lighter;margin-inline:5px}.header__username{display:block;font-size:12px;margin-right:0}.header__chat{cursor:pointer;width:20px;height:20px}.header__box{display:flex;align-items:center}.header__box h5{font-size:22px;font-weight:lighter}.header__box:last-of-type{justify-content:flex-end}.info-board{width:100%;order:1;background:#1b1c1d;color:#fff;border-radius:15px}.info-board__total-win-container{width:100%;background-color:#141516;border-radius:14px;padding:12px 8px}.info-board__total-win-container .column .gray-text{font-weight:400;font-size:12px;line-height:100%;vertical-align:middle;color:#7b7b7b}.info-board__total-win-container .column:first-of-type{margin-bottom:3px;text-align:right}.info-board__total-win-container .column:first-of-type span{color:#ccc;font-weight:600;font-size:16px}.info-board__total-win-container .column:last-of-type{display:flex;align-items:center;justify-content:space-between}.info-board__total-win-container .column:last-of-type span:not(.info-board__total-win-container .column:last-of-type span.gray-text){font-weight:500;font-size:15px;color:#ccc}.info-board__inner-container{padding-top:5px;height:100%;padding-inline:10px;display:flex;flex-direction:column;align-items:center}.info-board__inner-container button{padding:2px 5px}.info-board__tabs-items{background-color:#141516;padding:4px;border-radius:15px;display:flex;gap:3px;justify-content:center;margin-bottom:10px;width:100%}.info-board__tabs-items button{flex:1;color:#2c2d30;background:none;border:0;border-radius:15px;padding-block:5px}.info-board__tabs-items button:not(.active):hover{color:#d0021b;cursor:pointer}.info-board__tabs-items button.active{color:#fff;background-color:#2c2d30}.info-board__contents{height:100%;width:100%}@media(min-width:992px){.info-board{width:410px;min-width:410px;order:0}}.my-bets__head{display:flex;justify-content:space-between;padding-right:12px;padding-left:6px}.my-bets__head span{padding-block:5px;display:flex;font-size:12px;justify-content:space-between;color:#7b7b7b}.my-bets__head span:nth-child(1){width:93px}.my-bets__head span:nth-child(2){width:34px}.my-bets__head span:nth-child(3){width:2px}.my-bets__body{max-height:calc(100vh - 130px);overflow-y:scroll}.my-bets__body::-webkit-scrollbar{width:7px;height:7px;border-radius:10px}.my-bets__body::-webkit-scrollbar-thumb{background:#101112;border-radius:10px;cursor:pointer;-webkit-transition:.45s all;transition:.45s all}.my-bets__body::-webkit-scrollbar-thumb:hover{background:#3c4e65}.my-bets__body{display:flex;flex-direction:column;gap:3px;margin-right:-9px}@media(min-width:992px){.my-bets__body{padding-right:3px;margin-right:0}}.my-bets__row{justify-content:space-between;display:flex;font-size:12px;padding:5px 10px;border-radius:10px;background-color:#101112;color:#bbbfc5;align-items:center}.my-bets__row span:nth-child(2){position:relative}.my-bets__row .multiplier{padding:2px 6px;font-size:12px;background-color:#00000080;border-radius:11px;color:#34b4ff;position:absolute;top:0;left:calc(100% + 10px)}.my-bets__row .date{font-weight:lighter;font-size:12px;width:128px}.my-bets__row .stake{width:70px}.my-bets__row .bet{padding:1px}.my-bets__row .bet,.my-bets__row .coef{width:30px}.top{display:flex;align-items:center;flex-direction:column}.top__nav{padding:3px;width:100%;display:flex;justify-content:center;align-items:center;gap:2px;background:#141516;border-top-left-radius:10px;border-top-right-radius:10px}.top__nav span{flex:1;color:#9ea0a3;font-size:12px;padding:2px;cursor:pointer;text-align:center}.top__nav span:not(.top__nav span.active):hover{color:#d0021b}.top__nav span.active{color:#fff;padding:8px 2px;border-radius:10px;background:#2c2d30}.top__body{width:100%}.top__filters{padding:1px 3px 3px;width:100%;background:#141516;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;justify-content:center;margin-bottom:10px}.top__filters button{flex:1;padding-block:3px;border-radius:10px;border:none;color:#9ea0a3;min-width:100px;background:none;cursor:pointer;font-size:12px;padding:8px 2px}.top__filters button:not(.top__filters button.active):hover{color:#d0021b}.top__filters button.active{background-color:#2c2d30;color:#fff}.history{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-bottom:5px;padding-inline:5px;padding-top:5px;padding-right:5px}.history__button{min-width:26px;height:18px;cursor:pointer;border:none}.history__content{overflow-x:hidden;display:flex;gap:1px}.history__popup{border-radius:5px;margin-inline:5px;position:absolute;top:5px;right:0;height:200px;display:none;z-index:3}.history__popup.active{display:block}@media(min-width:992px){.history__popup{top:0}}.history__popup-head{padding:5px;border-top-left-radius:15px;border-top-right-radius:15px;background-color:#1f2128;display:flex;align-items:center;justify-content:space-between}.history__popup-head h4{text-transform:uppercase;font-weight:lighter;color:#fff;font-size:14px}.history__popup-body span,.history__content span{background-color:#00000080;font-size:12px;border-radius:15px;padding:2px 6px}.history__popup-body{background-color:#262830;display:flex;flex-wrap:wrap;gap:5px;padding:10px;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.history__new-entry{-webkit-animation:text-focus-in .4s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in .4s cubic-bezier(.55,.085,.68,.53) both}@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}to{-webkit-filter:blur(0px);filter:blur(0px);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}to{-webkit-filter:blur(0px);filter:blur(0px);opacity:1}}.game__container{position:relative;display:flex;flex-direction:column;padding-top:5px;padding-bottom:5px}@media(min-width:992px){.game__container{height:calc(100vh - 38px);flex-direction:row;overflow-x:hidden}}.gameplay{flex:1;overflow-x:hidden;position:relative}.gameplay__inner-container{padding-inline:5px;position:relative}.gameplay__highlight{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);-webkit-animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1) both;animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1) both}.gameplay__frame{overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:240px;border-radius:20px;min-height:240px;margin-bottom:5px;border:1px solid #3a3a3a}.gameplay__frame:before{content:"";z-index:1;position:absolute;width:100%;height:100%;top:0;left:0;transition:background-color .2s ease-in-out}.gameplay__frame.gameplay__pulse:before{-webkit-animation:pulse 2s ease-in-out infinite;animation:pulse 2s ease-in-out infinite}.gameplay__frame--demo{position:relative}.gameplay__frame--demo:after{content:"DEMO";position:absolute;text-align:center;line-height:30px;color:#fff;font-weight:700;top:14px;left:-40px;width:142px;height:30px;transform:rotate(-45deg);background-color:#e50539}@-webkit-keyframes pulse{0%{opacity:.85}25%{opacity:1}50%{opacity:.85}75%{opacity:1}to{opacity:.85}}@keyframes pulse{0%{opacity:.85}25%{opacity:1}50%{opacity:.85}75%{opacity:1}to{opacity:.85}}@media(min-width:992px){.gameplay__frame{height:calc(100vh - 271px)}}.gameplay__counter{position:absolute;color:#fff;font-weight:700;font-size:60px;z-index:1;text-shadow:0 0 20px rgba(0,0,0,.5490196078)}@media(min-width:992px){.gameplay__counter{font-size:80px}}@media(min-width:1366px){.gameplay__counter{font-size:110px}}.gameplay__dots{width:10px;height:5px;overflow:hidden}.gameplay__dots--horizontal{border-top:1px solid gray;position:absolute;bottom:0;left:0;width:calc(100% - 30px);height:30px;margin-left:30px}.gameplay__dots--horizontal:before{top:5px;content:"";position:absolute;width:200%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.32) 15%,transparent 21%) repeat-x;background-size:35px 20px;-webkit-animation:moveDotsLeft 60s linear infinite;animation:moveDotsLeft 60s linear infinite}.gameplay__dots--vertical{border-right:1px solid gray;margin-bottom:30px;position:absolute;left:0;width:30px;height:calc(100% - 30px)}.gameplay__dots--vertical:before{content:"";position:absolute;width:100%;left:5px;height:200%;background:radial-gradient(circle,rgba(0,103,255,.54) 15%,transparent 21%) repeat-y;background-size:20px 40px;-webkit-animation:moveDotsDown 60s linear infinite;animation:moveDotsDown 60s linear infinite}@-webkit-keyframes moveDotsLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes moveDotsLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@-webkit-keyframes moveDotsDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@keyframes moveDotsDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.gameplay__brand-img{position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);width:160px;height:auto}@media(min-width:992px){.gameplay__brand-img{width:300px}}.gameplay .MuiLinearProgress-indeterminate{background:#2b2b2b}.gameplay .MuiLinearProgress-indeterminate span.MuiLinearProgress-bar{background:#d0021b}@media(min-width:992px){.gameplay{position:relative}}@-webkit-keyframes text-pop-up-top{0%{transform:translateY(0);transform-origin:50% 50%;text-shadow:none}to{transform:translateY(-50px);transform-origin:50% 50%;text-shadow:0 1px 0 #cccccc,0 2px 0 #cccccc,0 3px 0 #cccccc,0 4px 0 #cccccc,0 5px 0 #cccccc,0 6px 0 #cccccc,0 7px 0 #cccccc,0 8px 0 #cccccc,0 9px 0 #cccccc,0 50px 30px rgba(0,0,0,.3)}}@keyframes text-pop-up-top{0%{transform:translateY(0);transform-origin:50% 50%;text-shadow:none}to{transform:translateY(-50px);transform-origin:50% 50%;text-shadow:0 1px 0 #cccccc,0 2px 0 #cccccc,0 3px 0 #cccccc,0 4px 0 #cccccc,0 5px 0 #cccccc,0 6px 0 #cccccc,0 7px 0 #cccccc,0 8px 0 #cccccc,0 9px 0 #cccccc,0 50px 30px rgba(0,0,0,.3)}}@-webkit-keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}to{opacity:1}}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}to{opacity:1}}.chat{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000;z-index:100}.chat__container{display:flex;flex-direction:column;height:calc(100vh - 100px);width:100%;overflow:hidden}@media(min-width:992px){.chat__container{height:100%}}.chat__head{background-color:#000;display:flex;justify-content:flex-end;align-items:center;position:relative}.chat__head:after{content:"";display:block;position:absolute;width:100%;height:14px;left:0;bottom:-10px;z-index:999;color:#0f0f11;background-image:linear-gradient(-180deg,#00000080,#0000)}.chat__body{flex:1;padding:0;max-height:calc(100vh - 140px);overflow-y:scroll}.chat__body::-webkit-scrollbar{width:7px;height:7px;border-radius:10px}.chat__body::-webkit-scrollbar-thumb{background:#101112;border-radius:10px;cursor:pointer;-webkit-transition:.45s all;transition:.45s all}.chat__body::-webkit-scrollbar-thumb:hover{background:#3c4e65}.chat__message{margin-left:7px;margin-bottom:10px}.chat__message--default{display:flex;justify-content:space-between;align-items:center}.chat__message--default p{color:#525354;font-size:13px}.chat__message--default p span{color:#b1b7bd}.chat__message--purple .chat__message-head{background-color:#2a0026}.chat__message--purple .chat__message-body{background-color:#34002f}.chat__message--gray .chat__message-head{background-color:#161617}.chat__message--gray .chat__message-body{background-color:#1b1c1d}.chat__message-head{display:flex;align-items:center;justify-content:space-between;padding:3px 0 3px 10px;border-top-left-radius:5px;border-top-right-radius:5px}.chat__message-head p{color:#525354}.chat__message-body{padding:10px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.chat__username{text-align:center;margin-bottom:20px;color:#fff}.chat__data .row{display:flex;justify-content:space-between}.chat__data .row p{font-size:14px;width:50%;color:#525354}.chat__data .row p:not(:last-child){margin-bottom:10px}.chat__data .row span{color:#fff}.chat__data .row span.highlight{color:#29abff}.chat__input{border-top:1px solid #3e3e3e;position:relative;height:50px}.chat__input textarea{resize:none;border:none;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;color:#fff;padding:10px;height:100%}.chat__input textarea::-webkit-scrollbar{display:none}@media(min-width:992px){.chat{position:relative;width:270px}}@media(min-width:1366px){.chat{width:300px;min-width:300px}}.loader-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1200;display:flex;align-items:center;justify-content:center}.loader-spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.top-wins{max-height:calc(100vh - 180px);overflow-y:scroll}.top-wins::-webkit-scrollbar{width:7px;height:7px;border-radius:10px}.top-wins::-webkit-scrollbar-thumb{background:#101112;border-radius:10px;cursor:pointer;-webkit-transition:.45s all;transition:.45s all}.top-wins::-webkit-scrollbar-thumb:hover{background:#3c4e65}.top-wins{display:flex;flex-direction:column;gap:3px;margin-right:-9px}@media(min-width:992px){.top-wins{padding-right:3px;margin-right:0}}.top-wins__row{border-radius:10px;display:flex;flex-direction:column;background-color:#101112}.top-wins__top{padding:10px;display:flex;justify-content:space-between}.top-wins__top .column{display:flex;flex-direction:column;justify-content:center;gap:4px}.top-wins__top .column:nth-child(1){display:flex;justify-content:space-between}.top-wins__top .column:nth-child(1) span:nth-child(2){font-size:12px;color:#9ea0a3}.top-wins__top .column:nth-child(2){min-width:170px}.top-wins__top .column:nth-child(2) div span{width:50%;text-align:right;display:inline-block!important}.top-wins__top .column:nth-child(2) div span:nth-child(odd){text-align:right;color:#9ea0a3}.top-wins__top .column:nth-child(2) div span:nth-child(2n){font-weight:600}.top-wins__top .column span{font-size:13px}.top-odds{max-height:calc(100vh - 180px);overflow-y:scroll}.top-odds::-webkit-scrollbar{width:7px;height:7px;border-radius:10px}.top-odds::-webkit-scrollbar-thumb{background:#101112;border-radius:10px;cursor:pointer;-webkit-transition:.45s all;transition:.45s all}.top-odds::-webkit-scrollbar-thumb:hover{background:#3c4e65}.top-odds{display:flex;flex-direction:column;gap:3px;margin-right:-9px}@media(min-width:992px){.top-odds{padding-right:3px;margin-right:0}}.top-odds__row{display:flex;flex-direction:column;background-color:#101112;border-radius:10px}.top-odds__top{padding:10px;display:flex;justify-content:space-between}.top-odds__top .column{display:flex;flex-direction:column;justify-content:center;gap:4px}.top-odds__top .column:nth-child(1){display:flex;justify-content:space-between}.top-odds__top .column:nth-child(1) span:nth-child(2){font-size:12px;color:#9ea0a3}.top-odds__top .column:nth-child(2){min-width:170px}.top-odds__top .column:nth-child(2) div span{width:50%;text-align:right;display:inline-block!important}.top-odds__top .column:nth-child(2) div span:nth-child(odd){text-align:right;color:#9ea0a3}.top-odds__top .column:nth-child(2) div span:nth-child(2n){font-weight:600}.top-odds__top .column span{font-size:13px}.top-odds__bottom{padding:5px 10px;display:flex;justify-content:space-between;background-color:#000;font-size:12px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.biggest-odds__legend{display:flex;justify-content:space-between;font-size:12px;color:#7b7b7b}.biggest-odds__body{max-height:calc(100vh - 280px);overflow-y:scroll}.biggest-odds__body::-webkit-scrollbar{width:7px;height:7px;border-radius:10px}.biggest-odds__body::-webkit-scrollbar-thumb{background:#101112;border-radius:10px;cursor:pointer;-webkit-transition:.45s all;transition:.45s all}.biggest-odds__body::-webkit-scrollbar-thumb:hover{background:#3c4e65}.biggest-odds__body{display:flex;flex-direction:column;gap:3px;padding-bottom:5px;margin-right:-7px}@media(min-width:992px){.biggest-odds__body{padding-right:3px;margin-right:0}}.biggest-odds__body .row{display:flex;justify-content:space-between;background-color:#101112;padding:5px 10px;align-items:center;border-radius:10px}.biggest-odds__body .row span{font-size:12px;color:#9ea0a3}.biggest-odds__body .row span:nth-child(2){font-weight:700;padding:5px 10px;border-radius:10px}.round-dialog button{width:100%;background-color:#e69308;border:none;padding-block:10px;border-radius:5px;cursor:pointer}.round-dialog button:hover{background-color:#c47f05}.gameplay__user-counter{display:flex;align-items:center;gap:5px;right:10px;bottom:10px;position:absolute;padding:6px 10px;color:#fff;text-align:center;background-color:#29292980;border-radius:16px;font-size:12px}.gameplay__controls{margin-inline:5px;display:flex;justify-content:center;flex-direction:column;gap:5px;padding-bottom:5px}@media(min-width:630px){.gameplay__controls{flex-direction:row}}@media(min-width:992px){.gameplay__controls{padding-bottom:0}}.gameplay__control-column{border-radius:20px;width:100%;height:180px;background-color:#1b1c1d;display:flex;flex-direction:column;align-items:center;position:relative}.gameplay__control-column .head{display:flex;align-items:center;border-radius:20px;margin-top:10px;margin-bottom:15px;width:100%;max-width:380px}.gameplay__control-column .head .left{margin:0 auto;background:#141516;border-radius:20px;padding:3px}.gameplay__control-column .head .left button{height:24px;color:#fff;width:100px;border-radius:20px;padding-block:3px;border:none;cursor:pointer;background-color:#141516}.gameplay__control-column .head .left button.active{background-color:#2c2d30}.gameplay__control-column .head .right{margin-left:10px}.gameplay__control-column .head .right button{cursor:pointer;background:transparent;border:solid 4px #141516;width:30px;height:30px;border-radius:30px}.gameplay__control-column .head .right button.plus{margin-left:-35px;background:#2c2d30 url(../images/plus.svg) no-repeat center center;background-size:12px}.gameplay__control-column .head .right button.minus{margin-left:-35px;background:#2c2d30 url(../images/minus.svg) no-repeat center center;background-size:12px}.gameplay__control-column .body{display:flex;gap:2px;width:100%;padding:0 5px 5px;max-width:400px;justify-content:center}.gameplay__control-column .body__disabled button{border-color:#838383!important;background:#414141!important;pointer-events:none!important}.gameplay__control-column .body .bet-block{display:flex;flex-direction:column;align-items:center;padding-inline:2px}.gameplay__control-column .body .bet-block .row{width:100%}.gameplay__control-column .body .bet-block .row button{background:transparent;border-radius:20px;border:none;color:#afafafb3;cursor:pointer}.gameplay__control-column .body .bet-block .row button:active{transform:scale(.9);transition:transform .1s ease-in-out}.gameplay__control-column .body .bet-block .row:nth-child(1){background-color:#000000b3;border-radius:20px;padding:0 5px;height:29px;margin-bottom:5px;display:flex;justify-content:center;align-items:center;gap:2px}.gameplay__control-column .body .bet-block .row:nth-child(1) input{background:transparent;border:none;color:#fff;font-size:18px;width:80px;text-align:center;outline:none}.gameplay__control-column .body .bet-block .row:nth-child(1) button{border:1px solid #5b5b5b;width:20px;height:20px}.gameplay__control-column .body .bet-block .row:nth-child(2){display:grid;grid-template-columns:1fr 1fr;gap:5px}.gameplay__control-column .body .bet-block .row:nth-child(2) button{font-size:14px;color:#a4a4a4;padding:0;background:#141516;border-radius:10px;height:20px}.gameplay__control-column .body .bet-block .row:nth-child(2) span{width:100%;padding:2px 15px;text-align:center;border-radius:10px;font-size:14px;cursor:pointer;color:#fff}.gameplay__control-column .body .bet-button{width:100%;max-width:220px;display:flex}.gameplay__control-column .body .bet-button button{width:100%;border:1px solid rgba(255,255,255,.58)!important;outline:3px solid rgba(16,16,16,.45)!important;border-radius:12px;height:100%;color:#fff;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.5);transition:.2s all}.gameplay__control-column .body .bet-button button:not(.gameplay__control-column .body .bet-button button:disabled){cursor:pointer}.gameplay__control-column .body .bet-button button:not(.gameplay__control-column .body .bet-button button:disabled):active{transform:scale(.95);transition:transform .1s ease-in-out}@media(min-width:992px){.gameplay__control-column .body .bet-button button{font-size:16px}}.gameplay__control-column .body .bet-button button span{display:block}.gameplay__control-column .footer{padding-top:5px;display:flex;flex-direction:row;align-items:center;width:100%;justify-content:center;border-top:2px solid rgba(14,14,14,.47)}.gameplay__control-column .footer .MuiFormControlLabel-label{color:#9ea0a3;font-size:12px}.gameplay__control-column .footer .box:nth-child(2){display:flex;justify-content:center;align-items:center}.gameplay__control-column .footer button{width:80px;height:22px;font-size:12px;padding:0;border-radius:10px;border:1px solid #46c0f2;background:#1d7aca}@media(min-width:992px){.gameplay__control-column .footer button{width:100px}}.gameplay__control-column .footer input{text-align:left;-moz-appearance:textfield;outline:none;font-size:14px;padding:2px 5px 2px 8px;color:#fff;width:60px;font-weight:700;height:28px;background:transparent;border:none;border-radius:20px}.gameplay__control-column .footer input::-webkit-outer-spin-button,.gameplay__control-column .footer input::-webkit-inner-spin-button{-webkit-appearance:none}@media(min-width:992px){.gameplay__control-column .footer input{width:60px}}.gameplay__control-column.red{border:1px solid #cb011a}.gameplay__control-column.orange{border:1px solid #d07206}.MuiDialog-paper{background:#1b1c1d!important}.boxes{background:#2c2d30;border-radius:10px;text-align:center;padding:10px 0}.boxes button{color:#83878e;width:50px;height:30px;border:1px solid #36363c;border-radius:100px;background-color:#252528;cursor:pointer;font-size:14px}.boxes button:not(.boxes button:last-of-type){margin-right:2px}.boxes button:hover{background-color:#36363c}.boxes button.active{border:1px solid green;color:#fff;background:#4b4b4b}.rocket{width:160px;height:250px;position:absolute;bottom:0}.rocket__image{width:100%;height:auto}.rocket--vibrating{-webkit-animation:vibration-animation .3s linear infinite both;animation:vibration-animation .3s linear infinite both}.rocket--slide-out{-webkit-animation:slide-out-blurred-top .3s cubic-bezier(.755,.05,.855,.06) both;animation:slide-out-blurred-top .3s cubic-bezier(.755,.05,.855,.06) both}@media(min-width:992px){.rocket{width:200px;bottom:20px}}.fire{left:57%;top:128px;transform:translate(-50%) rotate(180deg);position:absolute;-webkit-filter:blur(.02em);filter:blur(.02em);width:44px}.particle{-webkit-animation:rise 1s ease-in infinite;animation:rise 1s ease-in infinite;background-image:radial-gradient(#ff5000 20%,#ff500000 70%);mix-blend-mode:screen;opacity:0;position:absolute;bottom:0;width:30px;height:40px}.particle:nth-of-type(1){-webkit-animation-delay:.8057311746s;animation-delay:.8057311746s;left:calc((100% - 10px)/50)}.particle:nth-of-type(2){-webkit-animation-delay:.2425896991s;animation-delay:.2425896991s;left:calc((100% - 10px)/25)}.particle:nth-of-type(3){-webkit-animation-delay:.8953039392s;animation-delay:.8953039392s;left:calc((100% - 10px)*.06)}.particle:nth-of-type(4){-webkit-animation-delay:.5181274526s;animation-delay:.5181274526s;left:calc((100% - 10px)*.08)}.particle:nth-of-type(5){-webkit-animation-delay:.3478028983s;animation-delay:.3478028983s;left:calc((100% - 10px)*.1)}.particle:nth-of-type(6){-webkit-animation-delay:.3666198693s;animation-delay:.3666198693s;left:calc((100% - 10px)*.12)}.particle:nth-of-type(7){-webkit-animation-delay:.800792325s;animation-delay:.800792325s;left:calc((100% - 10px)*.14)}.particle:nth-of-type(8){-webkit-animation-delay:.473349494s;animation-delay:.473349494s;left:calc((100% - 10px)*.16)}.particle:nth-of-type(9){-webkit-animation-delay:.196710796s;animation-delay:.196710796s;left:calc((100% - 10px)*.18)}.particle:nth-of-type(10){-webkit-animation-delay:.0922414343s;animation-delay:.0922414343s;left:calc((100% - 10px)/5)}.particle:nth-of-type(11){-webkit-animation-delay:.1124471482s;animation-delay:.1124471482s;left:calc((100% - 10px)*.22)}.particle:nth-of-type(12){-webkit-animation-delay:.51955378s;animation-delay:.51955378s;left:calc((100% - 10px)*.24)}.particle:nth-of-type(13){-webkit-animation-delay:.6284109258s;animation-delay:.6284109258s;left:calc((100% - 10px)*.26)}.particle:nth-of-type(14){-webkit-animation-delay:.2021725594s;animation-delay:.2021725594s;left:calc((100% - 10px)*.28)}.particle:nth-of-type(15){-webkit-animation-delay:.4233482504s;animation-delay:.4233482504s;left:calc((100% - 10px)*.3)}.particle:nth-of-type(16){-webkit-animation-delay:.2320643388s;animation-delay:.2320643388s;left:calc((100% - 10px)*.32)}.particle:nth-of-type(17){-webkit-animation-delay:.0962874961s;animation-delay:.0962874961s;left:calc((100% - 10px)*.34)}.particle:nth-of-type(18){-webkit-animation-delay:.8298664802s;animation-delay:.8298664802s;left:calc((100% - 10px)*.36)}.particle:nth-of-type(19){-webkit-animation-delay:.9008559985s;animation-delay:.9008559985s;left:calc((100% - 10px)*.38)}.particle:nth-of-type(20){-webkit-animation-delay:.3057663257s;animation-delay:.3057663257s;left:calc((100% - 10px)*.4)}.particle:nth-of-type(21){-webkit-animation-delay:.5107025203s;animation-delay:.5107025203s;left:calc((100% - 10px)*.42)}.particle:nth-of-type(22){-webkit-animation-delay:.1528377457s;animation-delay:.1528377457s;left:calc((100% - 10px)*.44)}.particle:nth-of-type(23){-webkit-animation-delay:.2250257712s;animation-delay:.2250257712s;left:calc((100% - 10px)*.46)}.particle:nth-of-type(24){-webkit-animation-delay:.7636519821s;animation-delay:.7636519821s;left:calc((100% - 10px)*.48)}.particle:nth-of-type(25){-webkit-animation-delay:.5691008345s;animation-delay:.5691008345s;left:calc((100% - 10px)/2)}.particle:nth-of-type(26){-webkit-animation-delay:.1281976427s;animation-delay:.1281976427s;left:calc((100% - 10px)*.52)}.particle:nth-of-type(27){-webkit-animation-delay:.9141919967s;animation-delay:.9141919967s;left:calc((100% - 10px)*.54)}.particle:nth-of-type(28){-webkit-animation-delay:.557081271s;animation-delay:.557081271s;left:calc((100% - 10px)*.56)}.particle:nth-of-type(29){-webkit-animation-delay:.9237773985s;animation-delay:.9237773985s;left:calc((100% - 10px)*.58)}.particle:nth-of-type(30){-webkit-animation-delay:.3327305472s;animation-delay:.3327305472s;left:calc((100% - 10px)*.6)}.particle:nth-of-type(31){-webkit-animation-delay:.2282416588s;animation-delay:.2282416588s;left:calc((100% - 10px)*.62)}.particle:nth-of-type(32){-webkit-animation-delay:.9572725474s;animation-delay:.9572725474s;left:calc((100% - 10px)*.64)}.particle:nth-of-type(33){-webkit-animation-delay:.137020817s;animation-delay:.137020817s;left:calc((100% - 10px)*.66)}.particle:nth-of-type(34){-webkit-animation-delay:.944189394s;animation-delay:.944189394s;left:calc((100% - 10px)*.68)}.particle:nth-of-type(35){-webkit-animation-delay:.6338248096s;animation-delay:.6338248096s;left:calc((100% - 10px)*.7)}.particle:nth-of-type(36){-webkit-animation-delay:.3789839513s;animation-delay:.3789839513s;left:calc((100% - 10px)*.72)}.particle:nth-of-type(37){-webkit-animation-delay:.8588277215s;animation-delay:.8588277215s;left:calc((100% - 10px)*.74)}.particle:nth-of-type(38){-webkit-animation-delay:.8351490811s;animation-delay:.8351490811s;left:calc((100% - 10px)*.76)}.particle:nth-of-type(39){-webkit-animation-delay:.413621095s;animation-delay:.413621095s;left:calc((100% - 10px)*.78)}.particle:nth-of-type(40){-webkit-animation-delay:.9711624857s;animation-delay:.9711624857s;left:calc((100% - 10px)*.8)}.particle:nth-of-type(41){-webkit-animation-delay:.5484939352s;animation-delay:.5484939352s;left:calc((100% - 10px)*.82)}.particle:nth-of-type(42){-webkit-animation-delay:.9066564575s;animation-delay:.9066564575s;left:calc((100% - 10px)*.84)}.particle:nth-of-type(43){-webkit-animation-delay:.8771449925s;animation-delay:.8771449925s;left:calc((100% - 10px)*.86)}.particle:nth-of-type(44){-webkit-animation-delay:.6653583121s;animation-delay:.6653583121s;left:calc((100% - 10px)*.88)}.particle:nth-of-type(45){-webkit-animation-delay:.901891424s;animation-delay:.901891424s;left:calc((100% - 10px)*.9)}.particle:nth-of-type(46){-webkit-animation-delay:.1882347461s;animation-delay:.1882347461s;left:calc((100% - 10px)*.92)}.particle:nth-of-type(47){-webkit-animation-delay:.8825041991s;animation-delay:.8825041991s;left:calc((100% - 10px)*.94)}.particle:nth-of-type(48){-webkit-animation-delay:.9341300722s;animation-delay:.9341300722s;left:calc((100% - 10px)*.96)}.particle:nth-of-type(49){-webkit-animation-delay:.1534822342s;animation-delay:.1534822342s;left:calc((100% - 10px)*.98)}.particle:nth-of-type(50){-webkit-animation-delay:.9232207404s;animation-delay:.9232207404s;left:calc((100% - 10px)*1)}@-webkit-keyframes rise{0%{opacity:0;transform:translateY(0) scale(1)}25%{opacity:1}to{opacity:0;transform:translateY(-10em) scale(0)}}@keyframes rise{0%{opacity:0;transform:translateY(0) scale(1)}25%{opacity:1}to{opacity:0;transform:translateY(-10em) scale(0)}}
