@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;border:0;box-sizing:border-box}body{background-color:var(--primary-color);box-sizing:border-box;font-family:Inter,sans-serif;font-style:normal;font-weight:700;width:100%;min-width:320px}.App{background-color:var(--primary-color);width:100%;box-sizing:border-box}@media only screen and (max-width: 360px){body{width:360px}}*::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no_selection_background::-moz-selection{background-color:#fff0}.no_selection_background::selection{background-color:#fff0}.modal-open{overflow:hidden}.auth_failed{width:100%;height:100vh;font-size:30px;display:flex;justify-content:center;align-items:center;color:#fff}.game_bet{width:100%;display:flex;justify-content:center;align-items:flex-start;padding:15.5px 12px;background-color:var(--quaternary-color);direction:rtl}.game_bet::-webkit-scrollbar{width:4px;display:block}.game_bet::-webkit-scrollbar-track{background:#9b9b9b6e;position:relative}.game_bet::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:6px}.game_bet::-webkit-scrollbar-thumb:hover{background:#9b9b9b}@media only screen and (min-width: 992px){.game_bet{width:326px;flex-grow:0;height:100%}}.currency_coin{padding:4px;font-weight:600;text-align:center;color:#ffb800;display:flex;justify-content:center;align-items:center}.loader{font-size:10px;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;animation:mulShdSpin 1.1s infinite ease;transform:translateZ(0)}@keyframes mulShdSpin{0%,to{box-shadow:0 -2.6em #fff,1.8em -1.8em #fff3,2.5em 0 #fff3,1.75em 1.75em #fff3,0 2.5em #fff3,-1.8em 1.8em #fff3,-2.6em 0 #ffffff80,-1.8em -1.8em #ffffffb3}12.5%{box-shadow:0 -2.6em #ffffffb3,1.8em -1.8em #fff,2.5em 0 #fff3,1.75em 1.75em #fff3,0 2.5em #fff3,-1.8em 1.8em #fff3,-2.6em 0 #fff3,-1.8em -1.8em #ffffff80}25%{box-shadow:0 -2.6em #ffffff80,1.8em -1.8em #ffffffb3,2.5em 0 #fff,1.75em 1.75em #fff3,0 2.5em #fff3,-1.8em 1.8em #fff3,-2.6em 0 #fff3,-1.8em -1.8em #fff3}37.5%{box-shadow:0 -2.6em #fff3,1.8em -1.8em #ffffff80,2.5em 0 #ffffffb3,1.75em 1.75em #fff,0 2.5em #fff3,-1.8em 1.8em #fff3,-2.6em 0 #fff3,-1.8em -1.8em #fff3}50%{box-shadow:0 -2.6em #fff3,1.8em -1.8em #fff3,2.5em 0 #ffffff80,1.75em 1.75em #ffffffb3,0 2.5em #fff,-1.8em 1.8em #fff3,-2.6em 0 #fff3,-1.8em -1.8em #fff3}62.5%{box-shadow:0 -2.6em #fff3,1.8em -1.8em #fff3,2.5em 0 #fff3,1.75em 1.75em #ffffff80,0 2.5em #ffffffb3,-1.8em 1.8em #fff,-2.6em 0 #fff3,-1.8em -1.8em #fff3}75%{box-shadow:0 -2.6em #fff3,1.8em -1.8em #fff3,2.5em 0 #fff3,1.75em 1.75em #fff3,0 2.5em #ffffff80,-1.8em 1.8em #ffffffb3,-2.6em 0 #fff,-1.8em -1.8em #fff3}87.5%{box-shadow:0 -2.6em #fff3,1.8em -1.8em #fff3,2.5em 0 #fff3,1.75em 1.75em #fff3,0 2.5em #fff3,-1.8em 1.8em #ffffff80,-2.6em 0 #ffffffb3,-1.8em -1.8em #fff}}.loader_container{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.game_bet{display:flex;flex-direction:column;justify-content:flex-start}.button_bet{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;background-color:var(--tertiary-color);color:var(--secondary-color);font-family:Inter;font-style:normal;font-weight:700;width:100%;height:56px;border-radius:4px;cursor:pointer}.button_bet:disabled{cursor:default}.field_text{color:#a0a0a0;display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:6px;white-space:nowrap}.bet_container_options{margin-top:12px;width:100%}.bet_amount{display:flex;align-items:center;width:100%;height:40px;margin-top:7px;border-radius:4px}.bet_amount :nth-child(1){border-radius:4px 0 0 4px}.button_bet_amount{background-color:var(--quinary-color);color:#fff;height:100%;font-family:Inter;font-style:normal;font-weight:700;border-left:2px solid var(--quaternary-color);border-top:1px solid rgba(255,255,255,.2);max-width:43px;min-width:43px;flex-grow:1;font-size:14px;line-height:18px;cursor:pointer}.button_bet_amount:disabled{cursor:not-allowed}.button_bet_amount_left{border:0;border-top:1px solid rgba(255,255,255,.2)}.bet_input{display:flex;flex-direction:row;align-items:center;justify-items:space-between;padding:14px 8px;width:auto;flex-grow:1;height:40px;background:var(--secondary-color);border-width:2px 1px 2px 2px;border-style:solid;border-color:var(--quinary-color);border-radius:4px;color:#ffb800;transition:all .2s ease}.bet_input:hover{border-color:var(--hover-quinary-color)}.bet_input input{background-color:transparent;width:100%;font-family:Inter;font-style:normal;font-weight:700;font-size:13px;line-height:12px;color:#fff;text-align:left}.bet_input input:focus{outline:none!important}.bet_input_button,.bet_input_button input{cursor:pointer}.bet_input_on_win{display:flex;flex-direction:row;align-items:center;justify-items:space-between;padding:14px 8px;width:auto;flex-grow:1;height:40px;border:2px solid var(--quinary-color);border-radius:6px;color:#a0a0a0}.bet_input button{height:36px;width:40px;margin-right:-8px;border-radius:0 4px 4px 0;background-color:var(--quinary-color);cursor:pointer;position:relative;transition:all .2s ease}.bet_input button:hover{background-color:var(--hover-quinary-color)}.bet_input_on_win input{color:#a0a0a0}.game_bet_type_options{width:100%;display:flex;align-items:center;height:40px;direction:ltr}.game_bet_type_options button{width:50%;height:100%;background-color:var(--quinary-color);color:#fff;font-family:Inter;font-style:normal;font-weight:700;font-size:13px;line-height:12px;border-top:1px solid rgba(255,255,255,.2);text-transform:capitalize;cursor:pointer}.bet_info{display:flex;flex-direction:row;align-items:flex-start;height:40px;background:var(--quinary-color);border-radius:4px;color:#fff;font-family:Inter;font-style:normal;font-weight:600;font-size:12px;line-height:12px;text-transform:capitalize}.bet_info_button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:14px 12px;color:#fff;width:58px;height:40px;background:var(--secondary-color);border:2px solid var(--quinary-color);border-radius:6px;cursor:pointer}.bet_info_button .active{background:var(--secondary-color)}.bet_info_increase_by_button{width:87px;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}input:disabled{cursor:not-allowed}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.button_click_effect button:active{box-shadow:0 1px #6666662d;transform:translateY(4px)}.hashes{color:#fff;font-size:8px;font-weight:300;letter-spacing:1px;position:absolute;top:-12px}.hashes.bottom{top:unset;bottom:-24px}.Cube{width:40px;height:40px;line-height:40px;text-align:center;font-size:10px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform .5s .1s;transition:transform .5s .1s;perspective:9999px;color:#333;position:absolute;left:50%;margin:0 auto 0 -37px;top:65px;opacity:1}.Cube.panelLoad{z-index:11;top:50%;margin-top:-60px;-webkit-animation:panel 2.2s infinite forwards;animation:panel 2.2s infinite forwards}.Cube.panelLoad .cube-face{color:#000;box-shadow:inset 0 0 0 1px #111,0 0 1px 1px #111}.Cube .cube-face{width:inherit;height:inherit;position:absolute;background:#fff;box-shadow:inset 0 0 0 1px #333,0 0 1px 1px #333;opacity:1}.Cube .cube-face-front{transform:translateZ(20px);-webkit-transform:translate3d(0,0,20px);font-size:10px;font-weight:700}.Cube .cube-face-back{-webkit-transform:rotateY(180deg) translate3d(0,0,20px);transform:rotateY(180deg) translateZ(20px)}.Cube .cube-face-left{-webkit-transform:rotateY(-90deg) translate3d(0,0,20px);transform:rotateY(-90deg) translateZ(20px)}.Cube .cube-face-right{-webkit-transform:rotateY(90deg) translate3d(0,0,20px);transform:rotateY(90deg) translateZ(20px)}.Cube .cube-face-top{-webkit-transform:rotateX(90deg) translate3d(0,0,20px);transform:rotateX(90deg) translateZ(20px)}.Cube .cube-face-bottom{-webkit-transform:rotateX(-90deg) translate3d(0,0,20px);transform:rotateX(-90deg) translateZ(20px)}@-webkit-keyframes panel{0%{-webkit-transform:rotateY(0deg) rotateZ(0deg)}20%{-webkit-transform:rotateY(90deg) rotateZ(0deg)}40%{-webkit-transform:rotateX(45deg) rotateZ(45deg)}60%{-webkit-transform:rotateX(90deg) rotateY(180deg) rotateX(90deg)}80%{-webkit-transform:rotateX(310deg) rotateZ(230deg)}to{-webkit-transform:rotateX(360deg) rotateZ(360deg)}}@keyframes panel{0%{-webkit-transform:rotateY(0deg) rotateZ(0deg);transform:rotateY(0) rotate(0)}20%{-webkit-transform:rotateY(90deg) rotateZ(0deg);transform:rotateY(90deg) rotate(0)}40%{-webkit-transform:rotateX(45deg) rotateZ(45deg);transform:rotateX(45deg) rotate(45deg)}60%{-webkit-transform:rotateX(90deg) rotateY(180deg) rotateX(90deg);transform:rotateX(90deg) rotateY(180deg) rotateX(90deg)}80%{-webkit-transform:rotateX(310deg) rotateZ(230deg);transform:rotateX(310deg) rotate(230deg)}to{-webkit-transform:rotateX(360deg) rotateZ(360deg);transform:rotateX(360deg) rotate(360deg)}}.Cube.panelLoad .cube-face{color:#fff;box-shadow:inset 0 0 0 1px #111,0 0 1px 1px #111;background:#23275b}.Cube.panelLoad .cube-face{color:#fff;box-shadow:inset 0 0 0 1px #000102,0 0 1px 1px #191c41;background:#23275b}.select_menu{border:2px solid var(--quinary-color);width:100%}.select_menu select{width:100%;background-color:transparent;font-size:16px;color:#fff;padding:7px 4px;background-color:var(--secondary-color);cursor:pointer}.hidden_arrow select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:""}.select_menu select:disabled{cursor:not-allowed}.select_menu select option{border:1px solid white}.table_pages{width:57px}.quick_bet_buttons{width:100%;display:flex}.quick_bet_buttons :nth-child(n){width:25%;background-color:var(--quinary-color);color:#fff;height:100%;font-family:Inter;font-style:normal;font-weight:700;border-left:2px solid var(--quaternary-color);flex-grow:1;font-size:14px;line-height:18px;margin-top:8px;width:74px;height:40px;border-top:1px solid rgba(255,255,255,.2);border-radius:4px 0 0 4px}.quick_bet_buttons .pointer{cursor:pointer}.quick_bet_buttons .default{cursor:default}.game_bet_container{width:100%;direction:ltr}.game_container{width:100%;display:flex;flex-direction:column;align-items:center;justify-items:center;margin:0 auto}@media only screen and (min-width: 992px){.game_container{flex-direction:row-reverse;display:flex;align-items:flex-start;max-width:1200px;height:632px;border-radius:4px;margin:24px auto 0}}.overlay{position:relative;pointer-events:none}.overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;cursor:not-allowed}:root{--primary-color: #16485a;--secondary-color: #103542;--tertiary-color: #d89c00;--quaternary-color: #1b566b;--quinary-color: #216a85;--hover-quinary-color: #5792a8;--success-color: #00e701}.game_interactive{min-height:100%;height:100%;background:url(./background-CPRZbEW_.jpg);width:100%;background-position:0 100%;background-repeat:no-repeat;background-size:cover;min-height:330px;display:flex;flex-direction:column;position:relative;padding-top:30px}@media only screen and (min-width: 992px){.game_interactive{max-width:calc(100% - 326px);min-height:100%}}.disabled{pointer-events:none}.game_canvas{width:100%;height:50vh;position:relative}@media only screen and (min-width: 992px){.game_canvas{width:auto;padding-top:0;height:100%;min-height:75%}}.game_bet_type_options{width:100%;display:flex;align-items:center;height:48px;padding:4px;border-radius:100px;background-color:var(--secondary-color)}.game_bet_type_options button{width:50%;height:100%;background-color:var(--quinary-color);color:#fff;font-family:Inter;font-style:normal;font-weight:700;font-size:13px;line-height:12px;border-top:1px solid rgba(255,255,255,.2);text-transform:capitalize;cursor:pointer;border-radius:100px}.game_bet_type_options button:disabled{cursor:default}.game_bet_type_options .active{border-top:0;background-color:var(--secondary-color)}.game_bet_type_options button.overlay:after{border-radius:100px}.toast-info-container{color:#fff!important;border-radius:8px!important;background:var(--secondary-color)!important;border:1px solid var(--primary-color)!important;box-shadow:0 1px 5px #f8afaf1a!important}.toast-info-container-after{overflow:hidden;position:relative}.toast-info-container-after:after{top:0;left:0;content:"";width:7px;height:100%;position:absolute;display:inline-block;background-color:#3698db}.toast-success-container{color:#fff!important;border-radius:8px!important;background:var(--secondary-color)!important;border:1px solid var(--primary-color)!important;box-shadow:0 1px 5px #f8afaf1a!important}.toast-success-container-after{overflow:hidden;position:relative}.toast-success-container-after:after{top:0;left:0;content:"";width:7px;height:100%;position:absolute;display:inline-block;background-color:var(--success-color)}.toast-error-container{color:#fff!important;border-radius:8px!important;background:var(--secondary-color)!important;border:1px solid var(--primary-color)!important;box-shadow:0 1px 5px #f8afaf1a!important}.toast-error-container-after{overflow:hidden;position:relative}.toast-error-container-after:after{top:0;left:0;content:"";width:7px;height:100%;position:absolute;display:inline-block;background-color:var(--toastify-color-error)}.Toastify__toast--error .Toastify__progress-bar{background-color:var(--toastify-color-error)!important}.previous_results{width:100%;margin-left:auto;overflow-x:hidden;min-height:34px;position:absolute;padding-top:12px;padding-right:12px;padding-left:12px;right:0;z-index:1;top:0;overflow-y:visible}.previous_result_container{display:flex;flex-direction:row-reverse;overflow:auto;min-height:34px}.result_box{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 16px;gap:8px;min-width:66px;height:34px;box-shadow:0 1px 3px #0003;border-radius:100px;margin:0 2px;cursor:pointer}.winning{background-color:var(--success-color);color:#013e01}.losing{background-color:var(--quaternary-color);color:#fff}.hidden{visibility:none;display:none}.provable_fairness_dropdown{background:var(--secondary-color);height:42px;display:flex;justify-content:space-between;align-items:center;padding:10.5px 14px;cursor:pointer}.provable_fairness_info{background:var(--secondary-color);padding:0 24px}.backdrop{position:fixed;top:0;left:0;height:100%;width:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20}.backdrop_div{width:100vw;height:100vh;position:fixed}.modal{width:100%;max-width:532px;border-radius:12px;display:flex;justify-content:center;align-items:center;z-index:20;flex-direction:column;margin:0 16px;cursor:default;font-size:13px;overflow-y:auto}.modal_exit{display:flex;justify-content:center;align-self:center;padding:4px;font-size:20px;cursor:pointer}.demo_game_container{margin:20px 24px;max-width:100%;height:fit-content;border-radius:8px;border:2px dotted #ffffff56;background:url(./background-CPRZbEW_.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;display:flex;justify-content:center;align-items:center}.demo_game_container{max-width:100%;height:250px}.demo_game_result_box{background:url(./plate-CdmR5lN7.png);background-repeat:no-repeat;background-position:center center;background-size:cover;display:flex;justify-content:center;align-items:center;width:120px;height:120px;font-weight:700;padding:16px;font-size:xx-large;text-shadow:-1px 1px 5px #000,1px 1px 5px #000,1px -1px 0 #000,-1px -1px 0 #000}.last_result_modal{max-width:500px;width:100%;background:var(--quaternary-color);border-radius:12px;font-family:Inter;font-style:normal;font-weight:700;font-size:13px;line-height:12px;color:#fff;min-height:611px;max-height:min(90vh,826px)}.last_result_modal::-webkit-scrollbar{width:4px;display:block}.last_result_modal::-webkit-scrollbar-track{background:#9b9b9b6e;position:relative}.last_result_modal::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:6px}.last_result_modal::-webkit-scrollbar-thumb:hover{background:#9b9b9b}.bet_details_container{margin:20px 24px;height:84px;padding:14px;border-radius:4px;display:flex;justify-content:center;text-align:center center;background:var(--secondary-color)}.bet_details_box{width:33%;padding:7px;display:flex;justify-content:center;flex-direction:column;align-items:center;border-right:1px solid var(--hover-quinary-color)}.provable_fairness_dropdown{background:var(--secondary-color);display:flex;justify-content:space-between;align-items:center;padding:10.5px 14px;cursor:pointer}.provable_fairness_info{background:var(--secondary-color);padding:0 24px;overflow-y:hidden}.text_button{color:#a0a0a0;margin-top:4px;cursor:pointer;background-color:var(--secondary-color)}.text_button:hover{color:#b9b9b9}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.settings_panel{width:100%;max-width:1200px;margin:0 auto 50px;background-color:var(--secondary-color);height:64px;border-radius:0 0 4px 4px;display:flex;justify-content:space-between;padding-right:14px;align-items:center;color:#fff}.settings_panel_logo{display:flex;height:100%;justify-content:center;align-items:center}.icons_container{display:flex;align-items:center;border-left:1px solid #ffffff26;padding:13px 0 13px 13px;height:40px}@media only screen and (max-width: 468px){.icons_container{padding:4px}.icons_container .icon{padding:6px;margin:0}}.fairness{display:flex;cursor:pointer;padding:4px}.fairness :nth-child(1){margin-right:4px;margin-left:4px}@media only screen and (max-width: 468px){.fairness :nth-child(1){margin:0}.fairness{font-size:14px}}.icon{margin-right:12px;font-size:18px;cursor:pointer;padding:6px}.sound_icon{position:relative}.sound_sliders{position:absolute;bottom:0;left:-142px;margin-left:-8px;background:var(--quaternary-color);box-shadow:4px -4px 6px #0003;margin-bottom:38px;overflow:hidden;width:292px;border-radius:8px}.triangle{background:var(--quaternary-color);width:12px;height:12px;position:absolute;bottom:0;left:8px;margin-bottom:32px;transform:rotate(45deg)}.single-thumb .range-slider__thumb[data-lower]{width:0;border:0!important;display:none}.range-slider{background-color:#4c4c4c!important}.range-slider .range-slider__thumb{background:var(--tertiary-color)!important;border:2px solid #ffffff!important}.single-thumb .range-slider__range{border-radius:6px;background:var(--tertiary-color)!important}.range-slider{touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer;display:block;position:relative;width:100%;height:8px;background:#ddd;border-radius:4px}.range-slider[data-vertical]{height:100%;width:8px}.range-slider[data-disabled]{opacity:.5;cursor:not-allowed}.range-slider .range-slider__thumb{position:absolute;z-index:3;top:50%;width:24px;height:24px;transform:translate(-50%,-50%);border-radius:50%;background:#2196f3}.range-slider .range-slider__thumb:focus-visible{outline:0;box-shadow:0 0 0 6px #2196f380}.range-slider[data-vertical] .range-slider__thumb{left:50%}.range-slider .range-slider__thumb[data-disabled]{z-index:2}.range-slider .range-slider__range{position:absolute;z-index:1;transform:translateY(-50%);top:50%;width:100%;height:100%;background:#51adf6}.range-slider[data-vertical] .range-slider__range{left:50%;transform:translate(-50%)}.range-slider input[type=range]{-webkit-appearance:none;pointer-events:none;position:absolute;z-index:2;top:0;left:0;width:0;height:0;background-color:transparent}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}.range-slider input[type=range]::-moz-range-thumb{width:0;height:0;border:0}.range-slider input[type=range]:focus{outline:0}.current_seeds_container{max-width:500px;width:100%;background:var(--quaternary-color);font-family:Inter;font-style:normal;font-weight:700;line-height:12px;overflow-y:auto;color:#fff;border-radius:16px}.modal_exit{padding:8px;transition:all .3s ease}.modal_exit svg{scale:2}.current_seeds_container{transition:all .3s ease}.current_seeds_container .fairness_input,.current_seeds_container .fairness_input input{background-color:var(--quinary-color)}.current_seeds_container::-webkit-scrollbar{width:4px;display:block}.current_seeds_container::-webkit-scrollbar-track{background:#9b9b9b6e;position:relative}.current_seeds_container::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:6px}.current_seeds_container::-webkit-scrollbar-thumb:hover{background:#9b9b9b}.horizontal_menu{display:flex;flex-direction:row;align-items:flex-start;padding:4px;width:min-content;height:42px;background-color:var(--secondary-color);border-radius:50px;color:#fff}.horizontal_menu_option{padding:8px 12px;width:min-content;height:34px;border-radius:100px;font-size:12px;clear:both;display:inline-block;overflow:hidden;white-space:nowrap;cursor:pointer;display:flex;align-items:center}.horizontal_menu_option.active{background-color:var(--quinary-color)}.rotate_seed_container{padding:20px 24px;background-color:var(--secondary-color);border-radius:0 0 4px 4px;height:126px}.change_button{width:123px;height:100%;background-color:var(--success-color);display:flex;flex-direction:row;justify-content:center;align-items:center;color:var(--secondary-color);font-weight:700;border-radius:0 4px 4px 0;cursor:pointer}.change_button:active{box-shadow:0 1px #6666662d;transform:translateY(2px)}.seeds_info_container{padding:20px 24px}.verify_container{max-width:100%}.input_button_controls{width:42px;height:40px;background-color:var(--quinary-color);color:#fff;font-size:30px;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.input_button_controls:hover{background-color:var(--hover-quinary-color)}.calculation_container{margin-top:20px;background-color:var(--secondary-color)}.hex_container{overflow-x:scroll;overflow-y:hidden;color:#a0a0a0;padding:12px 0}.hex_cell{text-align:center;min-width:44px;margin-left:8px}.hex_container::-webkit-scrollbar{width:4px;height:6px;display:block}.hex_container::-webkit-scrollbar-track{background:#9b9b9b6e;position:relative}.hex_container::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:6px}.hex_container::-webkit-scrollbar-thumb:hover{background:#9b9b9b}.bytes_to_number_sequence{width:fit-content;margin-right:32px}.bytes_to_number_sequence div{display:flex;align-items:center;min-width:fit-content;white-space:nowrap;padding-right:8px}.pots_visual_container{overflow-x:scroll;overflow-y:hidden;color:#fff;padding:4px 0}.pots_visual_container::-webkit-scrollbar{width:4px;height:8px;display:block}.pots_visual_container::-webkit-scrollbar-track{background:#9b9b9b6e;position:relative}.pots_visual_container::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:6px}.pots_visual_container::-webkit-scrollbar-thumb:hover{background:#ffffff52}.pots_visual_cell{text-align:center;min-width:35px;margin-left:8px;padding:8px 0;display:flex;justify-content:center;align-items:center}.bytes_to_number_container{display:flex;overflow-x:scroll;padding:8px 0}.bytes_to_number_container::-webkit-scrollbar{width:4px;height:8px;display:block}.bytes_to_number_container::-webkit-scrollbar-track{background:#9b9b9b6e;position:relative}.bytes_to_number_container::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:6px}.bytes_to_number_container::-webkit-scrollbar-thumb:hover{background:#ffffff52}.amount{font-style:normal;font-weight:700;font-size:14px;line-height:16px;color:#fff}.wallet_amount{padding:12px 16px 12px 8px;width:fit-content;height:40px;background-color:var(--secondary-color);border-radius:0 4px 4px 0;display:flex;align-items:center;justify-content:center;border:1px solid var(--tertiary-color)}.wallet_button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 14px;width:42px;height:40px;background:var(--tertiary-color);border-top:1px solid rgba(255,255,255,.2);border-radius:4px 0 0 4px;margin-left:16px}.wallet_button :nth-child(1){color:var(--secondary-color)}.wallet{display:flex;align-items:center;margin-right:20px}.info_dropdown{position:absolute;bottom:0;left:-4px;margin-left:-8px;background:var(--quaternary-color);box-shadow:4px -4px 6px #0003;margin-bottom:38px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;align-items:flex-start}.dropdown_option{padding:8px;display:flex;align-items:center;gap:4px;cursor:pointer;white-space:nowrap}.fairness_info_modal{width:min(90vw,768px);max-width:none;font-weight:400;font-size:14px;line-height:17px;overflow-y:auto;overflow-x:hidden}.fairness_info_modal::-webkit-scrollbar{width:4px;height:6px;display:block}.fairness_info_modal::-webkit-scrollbar-track{background:#9b9b9b6e;position:relative}.fairness_info_modal::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:6px}.fairness_info_modal::-webkit-scrollbar-thumb:hover{background:#9b9b9b}.fairness_info_container{height:min(90vh,720px);width:100%;background-color:var(--quaternary-color)}.fairness_info_header{height:208px;width:100%;background-image:url(./bg-DJuxPf-W.png);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex}.fairness_info_header_sides{width:30%;display:flex;justify-content:center;align-items:center;overflow:hidden}.fairness_info_header_center{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;margin:0 auto}.fairness_info_header_center h3{font-weight:900;font-size:40px;line-height:48px;text-align:center}.fairness_info_header_center p{font-weight:500;font-size:20px;line-height:24px;text-align:center;color:#d89c00}.fairness_info_header_center_button{background:#3b64a2;border-radius:86px;width:182px;height:32px;color:#fff;font-weight:700;font-size:14px;line-height:18px;cursor:pointer}@media only screen and (max-width: 768px){.fairness_info_header_center{width:40%}.fairness_info_header_center h3{font-size:24px;line-height:29px}.fairness_info_header_center p{font-size:20px;line-height:24px}.fairness_info_header_center_button{font-weight:700;font-size:14px;line-height:18px}.fairness_info_header_sides{flex-direction:column}}.fairness_comparison{margin-top:40px;display:flex}.fairness_comparison_column{width:40%;margin:0 auto}.comparison_header_title{font-weight:800;font-size:20px;line-height:24px;text-align:center;padding:10px 40px;border-radius:4px;white-space:nowrap}@media only screen and (max-width: 768px){.comparison_header_title{font-weight:800;font-size:14px;line-height:16px;text-align:center;padding:6px 30px}}@media only screen and (max-width: 768px){.comparison_header_title{font-weight:700;font-size:16px;line-height:20px;text-align:center;padding:8px 20px}}@media only screen and (max-width: 768px){.fairness_comparison{flex-direction:column;align-items:center}.fairness_comparison_column{width:80%}}.how_does_container{margin-top:64px;display:flex;flex-direction:column;align-items:center}.how_does_container h3{font-weight:800;font-size:24px;line-height:29px;text-align:center;width:50%;color:#fff}.how_does_container p{font-weight:400;font-size:14px;line-height:17px;color:#fff}@media only screen and (max-width: 768px){.how_does_container h3{width:75%}}.info_verify_result_container{margin-top:48px;width:100%;display:flex;flex-direction:column;align-items:center}.info_verify_result_container h3{font-weight:800;font-size:24px;line-height:29px}.game_info_banner{width:100%;height:224px;background-image:url(./background-CPRZbEW_.jpg);background-position:center 60%;background-size:cover;display:flex;justify-content:center;align-items:center;overflow:hidden}.game_info_modal{width:min(90vw,768px);max-width:none;font-weight:400;font-size:14px;line-height:17px;overflow-x:hidden}.game_info_container{height:min(90vh,720px);width:100%;background-color:var(--quaternary-color)}.game_info_header_container{display:flex;justify-content:space-between;padding:20px 24px;margin-bottom:2px;box-shadow:0 2px 2px #00000015,0 2px 2px #0000001a;width:100%}.game_info_scroll_area{overflow-y:auto;overflow-x:hidden;height:min(calc(90vh - 100px),620px)}.game_info_scroll_area::-webkit-scrollbar{width:4px;height:6px;display:block}.game_info_scroll_area::-webkit-scrollbar-track{background:#9b9b9b6e;position:relative}.game_info_scroll_area::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:6px}.game_info_scroll_area::-webkit-scrollbar-thumb:hover{background:#9b9b9b}.game_info_body{padding:16px 32px;background-color:var(--quaternary-color)}.game_info_body span{font-weight:900;font-size:14px;line-height:17px}.game_info_body h3{background:linear-gradient(90deg,#07a6ff,#07a6ff00);border-radius:4px;padding:16px 10px;margin-top:28px;font-weight:800;font-size:20px;line-height:24px}.game_info_header{font-weight:900;font-size:16px;line-height:19px;display:flex;align-items:center;gap:8px}.game_info_tag{background:#fff3;border-radius:20px;padding:4px 8px;font-weight:400;font-size:10px;line-height:12px;letter-spacing:-.03em}@media only screen and (max-width: 480px){.game_info_header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.game_info_tag{font-size:8px}.game_info_header{font-size:14px;font-weight:700}}.fairness_initial_container{width:min(90vw,768px);max-width:none}.fairness_initial_container::-webkit-scrollbar{width:4px;height:6px;display:block}.fairness_initial_container::-webkit-scrollbar-track{background:#9b9b9b6e;position:relative}.fairness_initial_container::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:6px}.fairness_initial_container::-webkit-scrollbar-thumb:hover{background:#9b9b9b}.fairness_initial_explanation_text{font-weight:400;font-size:14px;line-height:19px;text-align:center;color:#fff;padding:27px 48px 0}.fairness_body_explain{background-color:var(--quaternary-color);padding:0 40px;display:flex}.fairness_body_explain_gif{box-sizing:content-box;border-width:1px;border-style:solid;border-image:linear-gradient(#fff0,#fff,#fff0);border-image-slice:1;border-top:0;border-bottom:0;border-right:0;height:100%;font-weight:700;font-size:16px;line-height:19px;color:#a0a0a0}.fairness_body_explain_gif img{max-height:100%;max-width:100%}.game_info_table{width:100%;max-width:1200px;margin:36px auto;overflow:scroll}.game_info_table_top{display:flex;align-items:center;justify-content:space-between;padding:0}@media only screen and (min-width: 992px){.game_info_table_top{padding:0 12px}}.row{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 12px;height:40px;border-radius:4px;font-style:normal;font-weight:700;font-size:14px;line-height:12px;color:#a0a0a0}.row div{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;clear:both;white-space:nowrap;width:20%;padding:0 4px}.row .cell.first{justify-content:flex-start;width:10%}.row .cell.last{justify-content:flex-end;width:10%}.row.one{background-color:var(--quaternary-color)}.my_bets{margin-top:16px;width:100%;overflow-x:scroll}.my_bets_container{overflow:hidden;max-height:300px;overflow-y:auto;cursor:pointer;min-width:500px}.my_bets_container::-webkit-scrollbar{width:4px;display:block}.my_bets_container::-webkit-scrollbar-track{background:#9b9b9b6e;position:relative}.my_bets_container::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:6px}.my_bets_container::-webkit-scrollbar-thumb:hover{background:#9b9b9b}.loading{position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;width:100vw;color:#fff;background:#080e14}.loading.loading_classic{background-repeat:no-repeat;background-origin:content-box;background-size:cover}.loading .rotating_alea_sign{position:relative;width:29vmin;height:auto}.loading .loader_box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:40vmin}.loading .loader_box .alea{padding:5vmin}.loading .loader_box .loader_games{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:60vmin;height:10vmin;border-radius:0 10vmin;text-align:center;background-color:#454545}.loading .loader_box .loader_games :is(span){position:relative;display:flex;align-items:center;justify-content:center;width:100%;letter-spacing:3vmin;font-size:8vmin;font-weight:900;text-indent:5vmin;text-transform:uppercase;color:#000;z-index:1}.loading .loader_box .loader_games .progress_container{position:absolute;width:100%;height:100%;border-radius:0 10vmin;overflow:hidden}.loading .loader_box .loader_games .progress_container .progress_bar{width:0%;height:100%;background:linear-gradient(to right,#13d4a3,#00aed4)}.loading .message{display:none}@media screen and (min-width: 795px){.loading{flex-direction:row}.loading .rotating_alea_sign{width:15vmax}.loading .loader_box{width:15vmax}.loading .loader_box .alea{padding:2vmax}.loading .loader_box .loader_games{width:15vmax;height:3vmax;border-radius:0 5vmax}.loading .loader_box .loader_games :is(span){letter-spacing:1.5vmax;font-size:1.5vmax;text-indent:2vmax}.loading .loader_box .loader_games .progress_container{border-radius:0 5vmax}}
