@font-face{font-family:Trueno;src:url(/fonts/TruenoLt.otf)format("opentype");font-weight:300;font-display:swap}@font-face{font-family:Trueno;src:url(/fonts/TruenoRg.otf)format("opentype");font-weight:400;font-display:swap}@font-face{font-family:Trueno;src:url(/fonts/TruenoRg.otf)format("opentype");font-weight:500;font-display:swap}@font-face{font-family:Trueno;src:url(/fonts/TruenoSBd.otf)format("opentype");font-weight:600;font-display:swap}@font-face{font-family:Trueno;src:url(/fonts/TruenoBd.otf)format("opentype");font-weight:700;font-display:swap}@font-face{font-family:Trueno;src:url(/fonts/TruenoBlk.otf)format("opentype");font-weight:900;font-display:swap}@font-face{font-family:Proxima Nova;src:url(/fonts/ProximaNova.otf)format("opentype");font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins.ttf)format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/PoppinsMedium.ttf)format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/PoppinsSemiBold.ttf)format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/PoppinsBold.ttf)format("truetype");font-weight:700;font-display:swap}:root{--vmax:calc(100dvh - 80px)}@media (max-width:850px){:root{--vmax:calc(100dvh - 60px)}}@media (max-width:768px){:root{--vmax:calc(100dvh - 60px - 20px)}}#dice .game-container{background:linear-gradient(#181d3090 0%,#191e3290 100%);border-top:3px solid #1e243b;border-radius:12px;min-height:60vh;margin-bottom:20px;display:flex}@media only screen and (max-width:1000px){#dice .game-container{background:0 0;border-top:none;border-radius:0;flex-direction:column-reverse}}#dice .game-container .game{width:100%}#dice .game-container .game .game-window{flex-direction:column;align-items:center;width:100%;height:100%;padding:18px 42px 24px;display:flex}@media only screen and (max-width:768px){#dice .game-container .game .game-window{padding:20px}}#dice .game-container .game .game-window .recent-bets{flex-direction:row-reverse;align-items:center;gap:4px;width:100%;display:flex}#dice .game-container .game .game-window .recent-bets .bet{color:#fff;border-radius:3px;padding:2px 7px;font-family:Poppins;font-size:15px;font-weight:500}#dice .game-container .game .game-window .recent-bets .bet.gray{background:#22273a}#dice .game-container .game .game-window .recent-bets .bet.gold{background:#ffa526}#dice .game-container .game .game-window .recent-bets .bet.lose{background:#e13f3f}#dice .game-container .game .game-window .cursor{flex-direction:column;justify-content:center;align-items:center;gap:6px;width:fit-content;margin-bottom:16px;transition:all .4s ease-out;display:flex;position:relative}#dice .game-container .game .game-window .cursor .percentage{color:#fff;text-align:center;background:#22273a;border-radius:4px;width:55px;padding:4px;font-family:Poppins;font-size:13px;font-weight:500}#dice .game-container .game .game-window .coin-container{justify-content:center;align-items:center;margin-top:100px;display:flex;position:relative}@media only screen and (max-width:768px){#dice .game-container .game .game-window .coin-container{margin-top:60px}}#dice .game-container .game .game-window .coin-container img{position:relative}#dice .game-container .game .game-window .coin-container .gray-bg{background-color:#22273a;border:4px solid #0000;border-radius:26px;width:150px;height:150px;transition:all .24s;position:absolute;top:-25px;transform:rotate(45deg)}#dice .game-container .game .game-window .coin-container .gray-bg.win{border-color:#00c74d}#dice .game-container .game .game-window .coin-container .gray-bg.lose{border-color:#e13f3f}@media only screen and (max-width:768px){#dice .game-container .game .game-window .coin-container .gray-bg{width:100px;height:100px;top:-25px}}#dice .game-container .game .game-window .slider-container{width:100%;margin-top:90px}@media only screen and (max-width:768px){#dice .game-container .game .game-window .slider-container{margin-top:70px}}#dice .game-container .game .game-window .slider-container .rc-slider{background-color:#0000!important}#dice .game-container .game .game-window .slider-container .rc-slider-rail{outline:12px solid #22273a}#dice .game-container .game .game-window .slider-container .rc-slider-handle{opacity:1;background:#424860 url(/icons/gray-hamburger.svg) 50%/19px 14px no-repeat;border-radius:3px;width:27px;height:27px;margin-top:-7px;box-shadow:0 1px #1d2129,0 2px #31374d!important}#dice .game-container .game .game-window .slider-container .slider-values{justify-content:space-between;align-items:center;margin-top:25px;display:flex}#dice .game-container .game .game-window .slider-container .slider-values>span{font-family:Poppins;font-size:15px;font-weight:500}#dice .game-container .game .game-window .slider-container .slider-values>span:before{content:"";background-color:#424860;border-radius:4px;width:3px;height:12px;margin:0 auto;display:block;position:relative;left:0;right:0}#dice .game-container .game .game-window .ways{justify-content:center;align-items:center;margin-top:32px;display:flex}#dice .game-container .game .game-window .ways button{color:#464e71;border-radius:9px;justify-content:center;align-items:center;gap:10px;padding:12px 40px;font-family:Poppins;font-size:17px;font-weight:500;display:flex}@media only screen and (max-width:430px){#dice .game-container .game .game-window .ways button{padding:9px 20px;font-size:15px}}#dice .game-container .game .game-window .ways button:last-child{flex-direction:row-reverse}#dice .game-container .game .game-window .ways button.active{color:#fff;background:#242940}#dice .game-container .game .game-window .percentages{margin-top:42px}@media only screen and (max-width:768px){#dice .game-container .game .game-window .percentages{display:none}}#dice .game-container .bet-form{background:#1b2033;border-radius:12px 0 0 12px;flex-direction:column;gap:20px;width:30%;min-width:320px;padding:25px;font-family:Poppins;display:flex}@media only screen and (max-width:1680px){#dice .game-container .bet-form{width:45%}}@media only screen and (max-width:1000px){#dice .game-container .bet-form{border-radius:0;width:100%}#dice .game-container .bet-form:has(.earning){flex-direction:column-reverse;gap:18px}#dice .game-container .bet-form:has(.earning) .entry-wrapper{display:none}#dice .game-container .bet-form:has(.earning) .earning span{font-family:Poppins;font-size:13px;font-weight:500}#dice .game-container .bet-form:has(.earning) .earning .top>div>div{padding:14px}#dice .game-container .bet-form:has(.earning) .earning .profit>div{padding:14px}}#dice .game-container .bet-form h3{margin-bottom:-12px;font-size:16px;font-weight:500}#dice .game-container .bet-form .profit{color:#f1af52;background:#232840;border-radius:12px;align-items:center;gap:10px;height:50px;padding:10px;font-size:17px;font-weight:500;display:flex}#dice .game-container .bet-form .percentages{display:none}@media only screen and (max-width:768px){#dice .game-container .bet-form .percentages{display:flex}#dice .game-container .bet-form h3,#dice .game-container .bet-form .profit{display:none}}#dice .game-container .bet-form .entry-wrapper{flex-direction:column;gap:10px;font-weight:500;display:flex}@media only screen and (max-width:768px){#dice .game-container .bet-form .entry-wrapper span{display:none}}#dice .game-container .bet-form .entry-wrapper .profit-mobile{align-items:center;gap:5px;font-size:17px;font-weight:500;display:none}#dice .game-container .bet-form .entry-wrapper .profit-mobile p{color:#f1af52}@media only screen and (max-width:768px){#dice .game-container .bet-form .entry-wrapper .profit-mobile{display:flex}}#dice .game-container .bet-form .entry-wrapper .bet-entry{background:#232840;border-radius:12px;align-items:center;gap:12px;padding:8px 8px 8px 16px;display:flex}#dice .game-container .bet-form .entry-wrapper .bet-entry input{flex:1;width:100%;font-size:20px;font-weight:500}#dice .game-container .bet-form .entry-wrapper .bet-entry .buttons{align-items:center;gap:4px;display:flex}#dice .game-container .bet-form .entry-wrapper .bet-entry .buttons button{color:#5b6177;background:#2f354d;border-radius:5px;padding:12px;font-size:15px;font-weight:500}#dice .game-container .bet-form .actions button{width:100%;padding:28px;font-size:18px;font-weight:600}@media only screen and (max-width:850px){#dice .game-container .bet-form .actions button{width:calc(100% - 40px);height:fit-content;margin-left:20px;padding:14px}}#dice .game-container .bet-form .earning{flex-direction:column;gap:10px;margin-top:20px;display:flex}#dice .game-container .bet-form .earning span{font-size:16px;font-weight:500}#dice .game-container .bet-form .earning .top{align-items:center;gap:10px;display:flex}#dice .game-container .bet-form .earning .top>div{flex-direction:column;gap:10px;width:100%;display:flex}#dice .game-container .bet-form .earning .top>div>div{background:#232840;border-radius:12px;width:100%;padding:14px}#dice .game-container .bet-form .earning .profit{flex-direction:column;gap:10px;display:flex}#dice .game-container .bet-form .earning .profit>div{background:#232840;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:14px;display:flex}#dice .game-container .percentages{flex:1;justify-content:center;align-items:flex-end;gap:22px;width:70%;display:flex}@media only screen and (max-width:1550px){#dice .game-container .percentages{width:90%}}@media only screen and (max-width:768px){#dice .game-container .percentages{width:100%}}#dice .game-container .percentages .box{flex-direction:column;gap:16px;width:100%;display:flex}@media only screen and (max-width:400px){#dice .game-container .percentages .box{gap:8px}}#dice .game-container .percentages .box h4{font-family:Poppins;font-size:17px;font-weight:500}@media only screen and (max-width:400px){#dice .game-container .percentages .box h4{font-size:14px}}#dice .game-container .percentages .box input{color:#63687e;background:#242940;border-radius:8px;width:100%;padding:16px 20px;font-family:Poppins;font-size:17px;font-weight:500}@media only screen and (max-width:400px){#dice .game-container .percentages .box input{padding:8px 10px}}
