: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)}}.scroll-restyle ::-webkit-scrollbar{width:5px!important;background:transparent!important}.scroll-restyle ::-webkit-scrollbar-thumb{background:transparent!important;border-radius:5px!important}::-webkit-scrollbar{width:5px!important;background:#2c2d31!important}::-webkit-scrollbar-thumb{background:#57606680!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}h3{margin-bottom:10px;line-height:1.2}h6{font-size:1rem}.center{display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;color:red;font-weight:700}input[type=number]{-moz-appearance:textfield}input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}body{margin:0;height:100%;font-family:Roboto,sans-serif;-webkit-user-select:none;user-select:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(0deg,#150d2e 100%,#332b47,#280744,#1b0037);color:#fff;font-size:12px;max-height:100vh}#root{height:100%}*{font-family:Roboto,sans-serif;box-sizing:border-box}.main-container{position:relative;width:100%!important;height:100%;padding-top:38px;background:#0e0e0e}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.flex-none{display:flex}.header{height:38px;position:fixed;width:100%;top:0;left:0;z-index:840}.header .header-container{background-color:#1b1c1d;height:100%!important;width:inherit;display:flex;align-items:center;justify-content:space-between}.header .logo-container{width:84px;margin-left:10px;height:100%;display:flex;justify-content:center;align-items:center}@media (max-width: 900px){.header .logo-container{width:72px}}.header .refound{margin-right:10px;border-radius:50px;border:none;background-color:#7cfc00;cursor:pointer}.recharge{position:absolute;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:transparent;z-index:1000;margin-top:-38px}.recharge .recharge-body{width:400px;height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#131313;border-radius:20px;font-size:14px}.recharge .recharge-body .recharge-body-font{font-size:27px;margin-bottom:30px}.text-uppercase{text-transform:uppercase}.text-gray{color:#d2d2d2;margin-top:0;margin-bottom:1rem}.p-1r{padding:1rem!important}.under-a{color:red;border:none;background-color:transparent;cursor:pointer;font-size:14px;font-weight:400}.under-a:hover{text-decoration:underline}.modal-bg{background:#e69308!important;color:#965419!important;font-weight:400!important}.modal-close{color:#49290c!important}.m-body-bg{background-color:#f5a623}.m-f-bg{padding:0!important;background-color:#e69308!important}.m-f-bg button{cursor:pointer;color:#5f3816!important;border-radius:20px;margin:.25rem auto;padding:.25rem .5rem;font-size:.875rem;background-color:transparent;border:none;line-height:1.5}.m-f-bg button:hover{text-decoration:underline}.logo{width:100%}.second-block{display:flex;height:26px;align-items:center}.second-block .howto{text-shadow:none;color:#5f3816;background-color:#e69308;border:solid 1px #ffbd71;cursor:pointer;border-radius:20px;padding:0 5px;font-size:.875rem;display:inline-block;font-weight:400}.second-block .howto .help-logo{width:16px;height:16px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20sketchtool%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3e8586C5FE-3BCF-459C-9756-F778B2FD4524%3c/title%3e%3cdesc%3eCreated%20with%20sketchtool.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='PF-settings'%20transform='translate(-991.000000,%20-141.000000)'%20fill='%23965419'%3e%3cg%20id='question'%20transform='translate(991.000000,%20141.000000)'%3e%3cpath%20d='M8,0%20C3.58909091,0%200,3.58909091%200,8%20C0,12.4109091%203.58909091,16%208,16%20C12.4109091,16%2016,12.4109091%2016,8%20C16,3.58909091%2012.4109091,0%208,0%20M8,0.727272727%20C12.0167273,0.727272727%2015.2727273,3.98327273%2015.2727273,8%20C15.2727273,12.0167273%2012.0167273,15.2727273%208,15.2727273%20C3.98327273,15.2727273%200.727272727,12.0167273%200.727272727,8%20C0.727272727,3.98327273%203.98327273,0.727272727%208,0.727272727'%20id='Fill-256'%3e%3c/path%3e%3cpath%20d='M7.63636364,10.9424727%20C7.43563636,10.9424727%207.27272727,10.8130182%207.27272727,10.6115636%20L7.27272727,10.2377455%20C7.27272727,8.85010909%208.10472727,8.45738182%208.77236364,8.14247273%20C9.43709091,7.82901818%209.91636364,7.60283636%209.91636364,6.56647273%20C9.91636364,5.55192727%208.95927273,4.7272%207.78327273,4.7272%20C6.60727273,4.7272%205.65018182,5.55192727%205.65018182,6.56647273%20C5.65018182,6.7672%205.48727273,6.93010909%205.28654545,6.93010909%20C5.08581818,6.93010909%204.92290909,6.7672%204.92290909,6.56647273%20C4.92290909,5.1512%206.20581818,3.99992727%207.78327273,3.99992727%20C9.36072727,3.99992727%2010.6436364,5.1512%2010.6436364,6.56647273%20C10.6436364,8.06392727%209.77818182,8.47265455%209.08290909,8.79992727%20C8.45454545,9.09665455%208,9.3112%208,10.2377455%20L7.99418182,10.6115636%20C7.96363636,10.7875636%207.81527273,10.9424727%207.63636364,10.9424727'%20id='Fill-258'%3e%3c/path%3e%3cpath%20d='M7.63636364,12.7272727%20C7.54181818,12.7272727%207.44727273,12.6909091%207.38181818,12.6181818%20C7.30909091,12.5527273%207.27272727,12.4581818%207.27272727,12.3636364%20C7.27272727,12.2690909%207.30909091,12.1745455%207.38181818,12.1090909%20C7.52,11.9709091%207.75272727,11.9709091%207.89090909,12.1018182%20C7.96363636,12.1745455%208,12.2690909%208,12.3636364%20C8,12.4581818%207.96363636,12.5527273%207.89090909,12.6181818%20C7.82545455,12.6909091%207.73090909,12.7272727%207.63636364,12.7272727'%20id='Fill-260'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");display:inline-block;vertical-align:middle}.second-block .howto .help-msg{display:inline-block;padding-left:5px;vertical-align:middle}@media (max-width: 900px){.second-block .howto .help-msg{display:none}}.second-block .d-flex{display:flex;height:100%;align-items:center;gap:15px}.second-block .d-flex .user-info{display:flex;align-items:center;gap:10px}.second-block .d-flex .user-info .username{color:#fff;font-size:14px;font-weight:500}.second-block .d-flex .user-info .logout-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:4px 12px;border-radius:15px;font-size:12px;cursor:pointer;transition:transform .2s ease}.second-block .d-flex .user-info .logout-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.second-block .d-flex .user-info .logout-btn:active{transform:translateY(0)}.second-block .d-flex .balance{padding:0 10px;align-items:center;display:flex;justify-content:flex-end}.second-block .d-flex .balance .amount{font-size:16px;color:#28a909;font-weight:700}.second-block .d-flex .balance .currency{color:#9b9c9e;font-size:12px}.second-block .dropdown{border-left:1px solid #464648;height:100%;position:relative}.second-block .dropdown .dropdown-toggle{cursor:pointer;padding:0 10px;height:100%;width:100%;display:flex;align-items:center;white-space:nowrap;position:relative}.second-block .dropdown .dropdown-toggle .burger{width:18px;height:100%;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='12px'%20viewBox='0%200%2018%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3eUntitled%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group'%20fill='%23767B85'%20fill-rule='nonzero'%3e%3cpath%20d='M0,12%20L18,12%20L18,10%20L0,10%20L0,12%20Z%20M0,7%20L18,7%20L18,5%20L0,5%20L0,7%20Z%20M0,0%20L0,2%20L18,2%20L18,0%20L0,0%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.items-center{align-items:center}.canvas{position:relative}.green{color:green}.bold{font-weight:700}.game-container{width:100%;height:100%;display:flex;flex-direction:row}.myloading{position:absolute;top:0;left:0;background-color:#0e0e0e;width:100%;height:100%;z-index:100000}.myloading .loading-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:14px}.myloading .loading-container .rotation{display:flex;align-items:center;justify-content:center;width:190px;height:190px;animation:rotate 1s linear infinite}@media (max-width: 991.98px){.game-container{flex-direction:column-reverse!important;padding-left:5px!important;padding-right:5px!important;height:auto!important}.info-board{height:80vh!important;padding-left:0!important;padding-top:20px!important}}.info-board{height:100%;flex-grow:0;flex-shrink:0;width:100%;padding-left:10px;padding-top:10px;display:flex;flex-direction:column;position:relative}@media (min-width: 992px){.info-board{min-width:320px!important;max-width:320px!important}}@media (min-width: 1200px){.info-board{min-width:370px!important;max-width:370px!important}}@media (min-width: 1399.98px){.info-board{min-width:410px!important;max-width:410px!important}}.info-board .bets-block{display:flex;flex-direction:column;height:100%;width:100%;background:#1b1c1d;border-radius:10px 10px 0 0}.info-board .bet-block-nav{min-height:24px;max-height:24px;font-size:12px;margin:5px 0;display:flex;align-items:center;justify-content:center}.info-board .bet-block-nav .navigation-switcher{height:100%;background:#141516;border-radius:10px;border:solid 1px #141516;position:relative}.info-board .bet-block-nav .navigation-switcher .tab{width:100px;height:100%;position:relative;text-align:center;background:none;border:none;color:#9ea0a3;cursor:pointer;padding:0}.info-board .bet-block-nav .navigation-switcher .click{background:#2c2d30;border-radius:10px;color:#fff}.info-board .data-list{display:flex;flex-direction:column;height:100%;min-height:0}.info-board .data-list .all-bets-block{font-size:14px;line-height:1.2;align-items:center;padding:0 10px 5px;display:flex;justify-content:space-between}.info-board .data-list .all-bets-block .previous-hand{height:20px;font-size:12px;padding:0 8px 0 3px;white-space:nowrap;color:#9ea0a3;border-radius:17px;border:solid 1px #414148;background-color:#252528;cursor:pointer}.info-board .data-list .all-bets-block .previous-hand .history-i{color:#fff;width:17px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='15'%20height='14'%20viewBox='0%200%2015%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.688.27a6.615%206.615%200%200%200-5.809%203.4L.25%202.043v4.604h4.604L2.871%204.662c.92-1.77%202.692-2.974%204.816-2.974C10.592%201.688%2013%204.095%2013%207c0%202.904-2.408%205.313-5.313%205.313-2.337%200-4.25-1.488-5.029-3.542H1.171c.779%202.833%203.4%204.958%206.517%204.958%203.754%200%206.729-3.046%206.729-6.729%200-3.683-3.046-6.73-6.73-6.73zM6.625%203.813v3.613l3.33%201.983.566-.92-2.834-1.7V3.811H6.625z'%20fill='%23767B85'%20fill-rule='nonzero'/%3e%3c/svg%3e") no-repeat center center/contain}.info-board .data-list .all-bets-block .previous-hand:hover .history-i{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='14'%20viewBox='0%200%2015%2014'%3e%3cpath%20fill='%23E50539'%20fill-rule='nonzero'%20d='M7.993.669c-2.45%200-4.62%201.33-5.74%203.36l-1.61-1.61v4.55h4.55l-1.96-1.96c.91-1.75%202.66-2.94%204.76-2.94%202.87%200%205.25%202.38%205.25%205.25s-2.38%205.25-5.25%205.25c-2.31%200-4.2-1.47-4.97-3.5h-1.47c.77%202.8%203.36%204.9%206.44%204.9%203.71%200%206.65-3.01%206.65-6.65%200-3.64-3.01-6.65-6.65-6.65zm-1.05%203.5v3.57l3.29%201.96.56-.91-2.8-1.68v-2.94h-1.05z'/%3e%3c/svg%3e") no-repeat center center/contain}.info-board .data-list .all-bets-block .previous-hand:hover span{color:red}.info-board .data-list .all-bets-block .previous-hand.click .history-i{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='14'%20viewBox='0%200%2015%2014'%3e%3cpath%20fill='%23E50539'%20fill-rule='nonzero'%20d='M7.993.669c-2.45%200-4.62%201.33-5.74%203.36l-1.61-1.61v4.55h4.55l-1.96-1.96c.91-1.75%202.66-2.94%204.76-2.94%202.87%200%205.25%202.38%205.25%205.25s-2.38%205.25-5.25%205.25c-2.31%200-4.2-1.47-4.97-3.5h-1.47c.77%202.8%203.36%204.9%206.44%204.9%203.71%200%206.65-3.01%206.65-6.65%200-3.64-3.01-6.65-6.65-6.65zm-1.05%203.5v3.57l3.29%201.96.56-.91-2.8-1.68v-2.94h-1.05z'/%3e%3c/svg%3e") no-repeat center center/contain}.info-board .data-list .all-bets-block .previous-hand.click span{color:red}.info-board .data-list .spacer{height:2px;background-color:#141516}.info-board .data-list .total-bets-block{font-size:14px;height:32px;display:flex;align-items:center;justify-content:center}.info-board .data-list .total-bets-block .user-i{width:12px;height:12px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.243%207.757a5.977%205.977%200%200%200-2.28-1.43A3.468%203.468%200%201%200%202.53%203.47c0%201.184.597%202.232%201.506%202.858a5.977%205.977%200%200%200-2.28%201.43A5.96%205.96%200%200%200%200%2012h.938A5.068%205.068%200%200%201%206%206.937%205.068%205.068%200%200%201%2011.063%2012H12a5.96%205.96%200%200%200-1.757-4.243zM6%206a2.534%202.534%200%200%201-2.531-2.531A2.534%202.534%200%200%201%206%20.938a2.534%202.534%200%200%201%202.531%202.53A2.534%202.534%200%200%201%206%206z'%20fill='%23767B85'%20fill-rule='nonzero'/%3e%3c/svg%3e") no-repeat center center/contain;margin-right:2px}.info-board .data-list .legend{font-size:11px;color:#7b7b7b;height:20px;margin:0 10px;display:flex;align-items:center}.info-board .data-list .legend .user{width:19%}.info-board .data-list .legend .bet{min-width:35%;padding-right:10px;text-align:right;white-space:nowrap}.info-board .data-list .legend .cash-out{flex:1;text-align:right;white-space:nowrap}.info-board .data-list .legend .date{min-width:48px;max-width:48px}.info-board .data-list .legend .bet-100{display:flex;width:100%}.info-board .data-list .legend .tools{min-width:35px;max-width:35px;height:100%}.info-board .data-list .history-scroll{margin:0 0 0 5px;height:100%!important}.info-board .cdk-virtual-scroll-viewport{display:block;position:relative;overflow:auto;contain:strict;transform:translateZ(0);will-change:scroll-position;-webkit-overflow-scrolling:touch;height:100%}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper{position:absolute;top:0;left:0;min-width:100%;contain:content}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item{height:34px;margin-top:2px;border-radius:8px;background-color:#101112;border:solid 1px #101112;font-size:14px;color:#bbbfc5;display:flex;align-items:center}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .user{width:19%;display:flex;align-items:center}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .user .avatar{margin-left:2px;width:30px;height:30px;margin-right:5px;vertical-align:middle;border-style:none}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .user .username{font-size:13px;color:#9ea0a3}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .bet{min-width:30%;padding-right:10px;display:flex;justify-content:flex-end}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .multiplier-block{display:flex;font-size:12px;align-items:center}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .bubble{padding:2px 11px;border-radius:11px;color:#34b4ff;background-color:#00000080}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .cash-out{flex:1;padding-right:5px;text-align:right}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .tools{min-width:40px;max-width:40px;padding-right:5px!important;align-items:center;display:flex}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .tools .fairness-i{background:url(/assets/provabyfire-AUS-sG7g.svg) no-repeat center center/contain;width:14px;height:16px;cursor:pointer}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .tools .share-i{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='14'%20viewBox='0%200%2016%2014'%3e%3cpath%20fill='none'%20fill-rule='nonzero'%20stroke='%2398A4AE'%20d='M13.908%203.054c-.63-.774-1.49-1.39-2.591-1.846C10.205.747%208.987.515%207.66.515c-.989%200-1.932.137-2.83.41-.896.273-1.662.638-2.3%201.095-.629.451-1.126.984-1.495%201.6A3.573%203.573%200%200%200%20.5%205.486c0%20.752.226%201.454.685%202.119.472.682%201.12%201.259%201.951%201.73l.34.192-.104.375c-.068.249-.15.485-.243.71-.09.218-.173.398-.25.543a3.959%203.959%200%200%201-.317.5%204.8%204.8%200%200%201-.299.38l-.293.323-.226.251c.227-.037.432-.081.62-.135a8.845%208.845%200%200%200%203.726-1.96l.165-.145.219.023c.41.044.806.066%201.187.066%201.326%200%202.544-.232%203.655-.693%201.1-.457%201.962-1.072%202.592-1.846.613-.753.913-1.559.913-2.433%200-.874-.3-1.68-.913-2.433zM1.603%2012.728l-.06.045c.049-.023.057-.014.06-.01v.01l-.033.05c.039-.058.059-.09.06-.142-.01%200-.014.026-.02.054-.019-.013-.025-.055-.04-.1l.021-.002.012.015v.08zm.006.036c.005-.004.014-.016.036-.043-.044.053-.043.052-.024.025l-.012.018zm12.299-9.71zM.609%2012.648a.81.81%200%200%200%20.002-.001z'/%3e%3c/svg%3e") no-repeat center center/contain;width:16px;height:14px;cursor:pointer;margin-left:5px}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item.celebrated{border-color:#427f00;background-color:#123405;color:#fff}.betType{width:100%;background-color:#1f1f1f;padding:1px;border-radius:20px}.betType button{width:50%;outline:none;cursor:pointer;background-color:#1f1f1f;color:#fff;border-radius:20px;border:none;padding:10px}.betType button.click{background-color:#464646}.slider{border-radius:40px;background-color:#1f1f1f;display:flex;justify-content:center;align-items:center;padding:2px;width:80%}.slider .btn{background-color:transparent;border:none;padding:9px 30px;color:#948ac5;border-radius:40px;cursor:pointer;width:33%}.slider .btn:hover{background-color:#464646;color:#948ac5}.slider .btn.click{background-color:#7765d1;color:#fff}.allbets{display:flex;color:#fff;padding:6px 0;width:90%;justify-content:space-between}.tag{border:1px solid rgb(31,31,31);width:100%}.info{display:flex;justify-content:space-between;width:95%;font-size:12px;color:#727272;margin:2px 0}.userbetstate{display:flex;align-items:center}.userbetstate div span{font-size:10px;padding:3px;background-color:red;border-radius:10px;margin-left:10px}.mr-3{margin:0 auto 0 17%}.bg-1{background-color:#1f1f1f}.title-2{text-transform:uppercase!important;margin:30px 0 10px;font-weight:500;line-height:1.2}.w-99{width:100%!important;margin:auto!important}.pt-5{padding-top:60px;margin:0}.steps-container{display:flex;justify-content:space-evenly;flex-wrap:wrap}.steps-container .step-item{flex:0 0 240px}.steps-container .step-item h3{font-weight:700!important;font-size:24px!important;margin-top:20px!important}.steps-container .step-item .step-bg-img{width:240px;height:140px;border-radius:20px;border:1px solid #4e4e4e;background:url(/assets/rule-1-DJobGiCP.png)}.steps-container .step-item .step-bg-img-2{width:240px;height:140px;border-radius:20px;border:1px solid #4e4e4e;background:url(/assets/rul-2-DpKOA14h.png)}.steps-container .step-item .step-bg-img-3{width:240px;height:140px;border-radius:20px;border:1px solid #4e4e4e;background:url(/assets/rul-3-BgiHPxD9.png)}.steps-container .step-item .step-text{margin-top:10px;background:url(/assets/01-DpLd3S__.svg) no-repeat top left;background-size:36px 36px;padding-left:40px;min-height:36px;font-weight:700}.steps-container .step-item .step-text span{text-transform:uppercase;color:red}.pt-2{padding-top:10px}.mt-20{margin-top:20px}.pr-2{padding:0 5px}.text-grey{color:#d2d2d2}.rules-list{padding:20px 20px 0}.rules-list .rules-list-title{margin-left:-20px;margin-bottom:10px}.rules-list .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.rules-list .list-group .list-group-item{margin:0;border:0;background:transparent url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20width='10px'%20height='16px'%20viewBox='0%200%2010%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20sketchtool%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3e80DCEC8F-5FAA-4EE6-8518-3889E87CFCDA%3c/title%3e%3cdesc%3eCreated%20with%20sketchtool.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='how-to-play'%20transform='translate(-268.000000,%20-597.000000)'%20fill='%23E50539'%20fill-rule='nonzero'%3e%3cg%20id='li'%20transform='translate(268.000000,%20597.000000)'%3e%3cpath%20d='M8.79437168,8.78909735%20L1.91695575,15.6663009%20C1.47946903,16.104%200.770159292,16.104%200.332884956,15.6663009%20C-0.104424779,15.2289912%20-0.104424779,14.5197168%200.332884956,14.0824425%20L6.41833628,7.99716814%20L0.333061947,1.91210619%20C-0.104247788,1.47461947%20-0.104247788,0.765415929%200.333061947,0.328106195%20C0.770371681,-0.109380531%201.47964602,-0.109380531%201.91713274,0.328106195%20L8.79454867,7.20541593%20C9.01320354,7.42417699%209.12240708,7.71058407%209.12240708,7.99713274%20C9.12240708,8.28382301%209.01299115,8.57044248%208.79437168,8.78909735%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0 3px;padding:2px 0 2px 14px;color:#d2d2d2;position:relative;display:block}.rules-list .list-group .list-group-item .icon-fair{background-image:url(/assets/provabyfire-AUS-sG7g.svg);background-repeat:no-repeat;min-width:14px;height:16px;display:inline-block;background-size:contain;transform:translateY(4px)}.rules-list .list-group .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.bets-footer{display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#000;border:1px solid #2a2b2e;font-size:11px;padding:0 10px;color:#5e6269}.bets-footer .provably-fair-block{display:flex;height:16px}.bets-footer .provably-fair-block .provably-fair{display:flex;cursor:pointer;align-items:center}.bets-footer .provably-fair-block .provably-fair .i-fair{background:url(/assets/provabyfire-AUS-sG7g.svg) no-repeat center center/contain;width:14px;height:16px;margin:0 4px 0 6px}.bets-footer .provably-fair-block .provably-fair .text-provably-fair{font-size:12px;color:#bbbfc5;line-height:1px}.bets-footer .logo-block{display:flex;height:14px}.bets-footer .logo-block .i-logo{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='34'%20height='14'%20viewBox='0%200%2034%2014'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20fill='%23131313'%20d='M-326-631h1368V19H-326z'/%3e%3cg%20fill='%23FFF'%20opacity='.5'%3e%3cpath%20d='M.048%208.762v-.689h1.806v.801c0%20.733.282%201.1.845%201.1h.007c.558%200%20.838-.366.838-1.096%200-.418-.12-.809-.362-1.174-.24-.366-.529-.7-.864-1.003l-.906-.94a4.144%204.144%200%200%201-.94-1.22%203.445%203.445%200%200%201-.378-1.613c0-.908.238-1.604.715-2.09C1.284.355%201.93.112%202.749.112c.816%200%201.444.243%201.882.728.438.484.657%201.18.657%202.088v.36H3.622v-.47c0-.735-.295-1.103-.884-1.103-.59%200-.884.369-.884%201.104%200%20.308.065.602.193.881.128.28.294.531.499.756.204.224.43.446.675.665.246.22.49.45.73.69.239.24.46.496.664.77.204.274.369.598.497.97.128.374.191.78.191%201.218%200%20.905-.224%201.6-.672%202.084-.449.483-1.081.725-1.899.725-.817%200-1.47-.242-1.955-.727-.487-.485-.73-1.181-.73-2.088M8.064%205.64h.837c.287%200%20.502-.08.646-.242.143-.161.215-.435.215-.821V2.896c0-.387-.072-.659-.215-.818-.144-.159-.36-.238-.646-.238h-.837v3.8zm-1.76%205.812V.236h2.593c1.75%200%202.625.927%202.625%202.78v1.457c0%201.847-.875%202.771-2.623%202.771h-.835v4.208h-1.76zM14.103%205.289h.688c.354%200%20.62-.091.794-.274.174-.182.262-.487.262-.915V2.997c.005-.771-.292-1.157-.892-1.157h-.852v3.449zm-1.76%206.163V.236h2.655c.906%200%201.567.212%201.984.634.416.423.625%201.072.625%201.949v.884c0%201.153-.385%201.912-1.153%202.278.779.329%201.168%201.124%201.168%202.387v1.796c0%20.573.063%201.002.188%201.288h-1.784c-.104-.317-.158-.775-.164-1.374V8.32c0-.51-.09-.876-.27-1.097-.18-.221-.473-.332-.88-.332h-.61v4.56h-1.76zM18.78%2011.452h1.76V.236h-1.76zM23.582%209.849h1.01c.307%200%20.536-.082.687-.247.151-.164.227-.45.227-.856v-.978c0-.51-.087-.865-.262-1.063-.175-.199-.465-.298-.872-.298h-.79V9.85zm0-5.045h.691c.356%200%20.622-.091.798-.274.175-.182.263-.485.263-.907v-.626c.005-.771-.293-1.157-.896-1.157h-.856v2.964zm-1.76%206.648V.236h2.66c.907%200%201.57.212%201.986.634.417.422.626%201.071.626%201.947v.4c0%201.152-.38%201.905-1.142%202.26.876.344%201.314%201.144%201.314%202.4v.916c0%20.865-.227%201.525-.68%201.979-.454.453-1.12.68-1.995.68h-2.769zM28.322%2011.452V.236h4.802V1.84h-3.042v3.12h2.416v1.604h-2.416v3.285h3.042v1.603zM0%2013.736h33.149v-1.557H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain;width:34px;height:14px;margin-left:4px;cursor:pointer}.navigation-switcher-wrapper{min-height:24px;max-height:24px;display:flex;justify-content:center;font-size:12px;margin-bottom:5px}.navigation-switcher-wrapper .navigation-switcher{height:100%;background:#141516;border-radius:10px;border:solid 1px #141516;position:relative}.navigation-switcher-wrapper .navigation-switcher .slider{height:100%;position:absolute;border-radius:10px;transition:transform .5s ease;background:#2c2d30;width:100px}.navigation-switcher-wrapper .navigation-switcher .tab{height:100%;position:relative;text-align:center;cursor:pointer;background:none;border:none;color:#9ea0a3;padding:0;width:100px}.navigation-switcher-wrapper .navigation-switcher .tab.active{color:#fff;cursor:default}.top-list-wrapper{height:100%;display:flex;flex-direction:column;min-height:0}.top-list-wrapper .top-items-list{height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative!important;overflow-y:auto}.top-list-wrapper .top-items-list .bet-item{color:#9ea0a3;font-size:12px;margin-top:5px}.top-list-wrapper .top-items-list .bet-item .main{height:80px;background:#101112;position:relative;align-items:center;display:flex;width:100%}.top-list-wrapper .top-items-list .bet-item .main .score{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:5px}.top-list-wrapper .top-items-list .bet-item .main .icon{margin:20px}.top-list-wrapper .top-items-list .bet-item .main .icon .avatar{width:30px;height:30px;vertical-align:middle;border-style:none}.top-list-wrapper .top-items-list .bet-item .main .icon .username{margin-top:3px;font-size:13px}.top-list-wrapper .top-items-list .bet-item .main .bets{margin-left:20px;justify-content:flex-end}.top-list-wrapper .top-items-list .bet-item .main .amount{font-size:14px;color:#fff}.top-list-wrapper .top-items-list .bet-item .main .cashout{padding:4px 8px;background:#00000080;border-radius:20px;color:#c017b4}.top-list-wrapper .top-items-list .bet-item .main .justify-center{justify-content:center}.top-list-wrapper .scroll-restyle .scroll-y{margin:0 0 0 5px;overflow-y:scroll!important}.d-flex{display:flex}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-end{justify-content:flex-end}.ml-3{margin-left:20px}.w-100{width:100%}.w-50{width:50%}.game-play{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:hidden;padding:0 10px 10px}.game-play .result-history{min-height:22px;max-height:22px;margin:10px 0;display:flex;justify-content:center;align-items:center}.game-play .result-history .stats{height:22px;width:100%;display:flex;align-items:center;position:relative;padding:0 5px;font-size:12px}.game-play .result-history .stats .payouts-wrapper{display:flex;align-items:center;height:100%;width:100%;overflow:hidden}.game-play .result-history .stats .payouts-wrapper .payouts-block{display:flex}.game-play .result-history .stats .payouts-wrapper .payouts-block .payout{display:flex;margin-right:4px;margin-left:1px;position:relative;z-index:1;cursor:pointer}.game-play .result-history .stats .payouts-wrapper .payouts-block .payout .item{padding:2px 11px;border-radius:11px;background-color:#00000080;font-weight:700!important}.game-play .result-history .stats .payouts-wrapper .payouts-block .payout .blue{color:#34b4ff}.game-play .result-history .stats .payouts-wrapper .payouts-block .payout .purple{color:#913ef8}.game-play .result-history .stats .payouts-wrapper .payouts-block .payout .big{color:#c017b4}.game-play .result-history .stats .shadow{display:flex;align-items:center;height:100%;width:100%;overflow:hidden}.game-play .result-history .stats .button-block{height:100%;width:52px;z-index:101}.game-play .result-history .stats .button-block .button{margin-left:6px;position:relative;z-index:9;display:flex;align-items:center;justify-content:center;width:46px;height:22px;border-radius:13px;border:solid 1px #414148;background:#252528;cursor:pointer}.game-play .result-history .stats .button-block .button .trigger{display:flex;align-items:center;justify-content:center}.game-play .result-history .stats .button-block .button .trigger:hover .history-icon{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='14'%20viewBox='0%200%2015%2014'%3e%3cpath%20fill='%23E50539'%20fill-rule='nonzero'%20d='M7.993.669c-2.45%200-4.62%201.33-5.74%203.36l-1.61-1.61v4.55h4.55l-1.96-1.96c.91-1.75%202.66-2.94%204.76-2.94%202.87%200%205.25%202.38%205.25%205.25s-2.38%205.25-5.25%205.25c-2.31%200-4.2-1.47-4.97-3.5h-1.47c.77%202.8%203.36%204.9%206.44%204.9%203.71%200%206.65-3.01%206.65-6.65%200-3.64-3.01-6.65-6.65-6.65zm-1.05%203.5v3.57l3.29%201.96.56-.91-2.8-1.68v-2.94h-1.05z'/%3e%3c/svg%3e") no-repeat center center/contain}.game-play .result-history .stats .button-block .button .trigger:hover .dd-icon{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20width='10px'%20height='8px'%20viewBox='0%200%2010%208'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20sketchtool%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eE22E8C94-2E80-4141-BB76-324C67566A28%3c/title%3e%3cdesc%3eCreated%20with%20sketchtool.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-2'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Styleguide'%20transform='translate(-734.000000,%20-425.000000)'%20fill='%23E50539'%3e%3cpath%20d='M736.849422,424.622293%20L740.777597,424.360414%20C741.87972,424.286939%20742.832731,425.120823%20742.906205,426.222946%20C742.912112,426.31154%20742.912112,426.400429%20742.906205,426.489023%20L742.644327,430.417198%20C742.570852,431.519321%20741.617842,432.353205%20740.515719,432.27973%20C740.032345,432.247505%20739.577098,432.040929%20739.234543,431.698374%20L735.568246,428.032076%20C734.787197,427.251028%20734.787197,425.984698%20735.568246,425.203649%20C735.910801,424.861094%20736.366048,424.654517%20736.849422,424.622293%20Z'%20id='dd-h'%20transform='translate(739.133295,%20428.133295)%20rotate(-225.000000)%20translate(-739.133295,%20-428.133295)%20'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain}.game-play .result-history .stats .button-block .button .trigger .history-icon{width:14px;height:13px;background:url("data:image/svg+xml,%3csvg%20width='15'%20height='14'%20viewBox='0%200%2015%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.688.27a6.615%206.615%200%200%200-5.809%203.4L.25%202.043v4.604h4.604L2.871%204.662c.92-1.77%202.692-2.974%204.816-2.974C10.592%201.688%2013%204.095%2013%207c0%202.904-2.408%205.313-5.313%205.313-2.337%200-4.25-1.488-5.029-3.542H1.171c.779%202.833%203.4%204.958%206.517%204.958%203.754%200%206.729-3.046%206.729-6.729%200-3.683-3.046-6.73-6.73-6.73zM6.625%203.813v3.613l3.33%201.983.566-.92-2.834-1.7V3.811H6.625z'%20fill='%23767B85'%20fill-rule='nonzero'/%3e%3c/svg%3e") no-repeat center center/contain;margin-right:5px}.game-play .result-history .stats .button-block .button .trigger .dd-icon{width:10px;height:10px;transition:transform .5s;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20width='10px'%20height='8px'%20viewBox='0%200%2010%208'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20sketchtool%2049%20(51002)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eA2700E68-8AC5-4E79-9C20-4A08B32F31D0%3c/title%3e%3cdesc%3eCreated%20with%20sketchtool.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-2'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20opacity='0.600000024'%3e%3cg%20id='Styleguide'%20transform='translate(-554.000000,%20-425.000000)'%20fill='%239DA1AD'%3e%3cpath%20d='M556.849422,424.622293%20L560.777597,424.360414%20C561.87972,424.286939%20562.832731,425.120823%20562.906205,426.222946%20C562.912112,426.31154%20562.912112,426.400429%20562.906205,426.489023%20L562.644327,430.417198%20C562.570852,431.519321%20561.617842,432.353205%20560.515719,432.27973%20C560.032345,432.247505%20559.577098,432.040929%20559.234543,431.698374%20L555.568246,428.032076%20C554.787197,427.251028%20554.787197,425.984698%20555.568246,425.203649%20C555.910801,424.861094%20556.366048,424.654517%20556.849422,424.622293%20Z'%20id='dd'%20transform='translate(559.133295,%20428.133295)%20rotate(-225.000000)%20translate(-559.133295,%20-428.133295)%20'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain}.game-play .result-history .stats .button-block .button .trigger .dd-icon.up{transform:rotate(180deg)}.game-play .result-history .stats .button-block .dropdown-toggle{white-space:nowrap}.game-play .stage-board{height:100%;position:relative}.game-play .stage-board .play-board-wrapper{width:100%;height:100%;position:absolute;z-index:0}.game-play .stage-board .play-board-wrapper .stage-canvas{position:absolute;width:100%;height:100%;border-radius:20px;border:1px solid #2a2b2e;overflow:hidden}.game-play .stage-board .play-board-wrapper .dom-container{position:absolute;width:100%;height:100%;top:0;left:0}.game-play .stage-board .play-board-wrapper .dom-container .fun-mode{position:absolute;top:0;left:0;background:#e59407cc;text-align:center;font-size:14px;font-weight:700;width:100%;border-radius:20px 20px 0 0;border:1px solid #e59407}.game-play .bet-controls{display:flex;justify-content:center;flex-shrink:0;padding-top:10px;width:100%}.game-play .bet-controls .controls{display:flex;justify-content:center;width:100%}.game-play .bet-controls .controls .bet-control{width:100%;height:170px;max-width:750px;min-width:310px;border-radius:20px;margin-right:5px}.game-play .bet-controls .controls .bet-control .controls{display:flex;position:relative;width:100%;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;background-color:#1b1c1d;height:100%;margin:0 auto;border:solid 1px transparent}.game-play .bet-controls .controls .bet-control .controls .navigation{height:24px;font-size:12px;margin-bottom:auto;margin-top:10px}.game-play .bet-controls .controls .bet-control .controls .navigation .navigation-switcher{height:100%;background:#141516;border-radius:10px;border:solid 1px #141516;position:relative}.game-play .bet-controls .controls .bet-control .controls .navigation .navigation-switcher button{height:100%;position:relative;text-align:center;background:none;border:none;color:#9ea0a3;padding:0;cursor:default;-webkit-appearance:button;cursor:pointer;outline:none!important;width:100px}.game-play .bet-controls .controls .bet-control .controls .navigation .navigation-switcher button.active{color:#fff;background:#2c2d30;border-radius:10px}.game-play .bet-controls .controls .bet-control .controls .first-row{width:calc(100% - 20px);max-width:390px;display:flex;justify-content:center;margin:0 auto auto}.game-play .bet-controls .controls .bet-control .controls .second-row{display:flex;width:100%;max-width:390px;justify-content:space-around;align-items:center;height:40px;color:#9ea0a3}.game-play .bet-controls .controls .bet-control .controls .second-row .auto-bet-wrapper{margin-left:5px}.game-play .bet-controls .controls .bet-control .controls .second-row .auto-bet-wrapper .auto-bet{font-size:12px;text-align:center;display:flex;align-items:center}.game-play .bet-controls .controls .bet-control .controls .second-row .auto-bet-wrapper .auto-bet .auto-play-btn{height:22px;width:100px;border-radius:17px;padding:0;font-size:12px;cursor:pointer}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block{display:flex;align-items:center;justify-content:space-between;margin:0 5px}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-switcher{width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-switcher .label{font-size:12px;margin:0 5px 0 0;text-align:center}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper{height:50%;display:flex;justify-content:center;align-items:center;margin-left:5px}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper{height:30px;width:80px;display:flex;font-size:16px}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper .snipper{height:100%;display:flex;justify-content:space-between;align-items:center;transition:opacity .1s;border-radius:22px;background-color:#000000b3;font-weight:700;font-size:inherit;line-height:1;padding-left:10px;padding-right:10px}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper .snipper .input{display:flex;align-items:center;width:calc(100% - 10px);height:100%}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper .snipper .input input{width:100%;border:0;background:transparent;color:#fff;text-align:inherit;padding:0;font-weight:700!important;outline:none}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper .snipper .text{line-height:1;color:#fff;opacity:.5;padding:0;font-size:16px}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper .snipper.small{padding-right:5px}.game-play .bet-controls .controls .bet-control .controls .bet-block{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:140px}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner{height:34px;font-size:18px}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner{height:100%;display:flex;justify-content:space-between;align-items:center;transition:opacity .1s;border-radius:22px;background-color:#000000b3;font-weight:700;font-size:inherit;line-height:1;padding-left:10px;padding-right:10px}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .buttons{display:inline-flex;align-items:center}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .buttons .minus{background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill-rule='nonzero'%20fill='none'%3e%3cpath%20d='M9%201C4.6%201%201%204.6%201%209s3.6%208%208%208%208-3.6%208-8-3.6-8-8-8z'%20stroke='%23767B85'/%3e%3cpath%20fill='%23767B85'%20d='M13%209.8H5V8.2h8z'/%3e%3c/g%3e%3c/svg%3e")}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .buttons .plus{background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill-rule='nonzero'%20fill='none'%3e%3cpath%20d='M9%201C4.6%201%201%204.6%201%209s3.6%208%208%208%208-3.6%208-8-3.6-8-8-8z'%20stroke='%23767B85'/%3e%3cpath%20fill='%23767B85'%20d='M13%209.8H9.8V13H8.2V9.8H5V8.2h3.2V5h1.6v3.2H13z'/%3e%3c/g%3e%3c/svg%3e")}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .buttons button{margin:0;padding:0;background:#fff;border:none;width:18px;height:18px;cursor:pointer;min-width:18px;min-height:18px;color:#000000b3;text-align:center;line-height:16px;font-weight:700}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .input{display:flex;align-items:center;width:calc(100% - 35px);height:100%}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .input input{width:100%;border:0;background:transparent;color:#fff;text-align:inherit;padding:0;font-weight:700;outline:none}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-opt-list{display:flex;justify-content:center;flex-wrap:wrap;font-size:14px;color:#9ea0a3;width:100%}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-opt-list .bet-opt{font-size:14px;width:64px;height:18px;margin-top:4px;line-height:1;padding:0;background:#141516;border:none;cursor:pointer;border-radius:100px;background-color:#252528;color:#83878e;text-align:center;box-shadow:none}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-opt-list .bet-opt:nth-child(2n){margin-left:4px}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-opt-list .bet-opt span{color:#ffffff80}.game-play .bet-controls .controls .bet-control .controls .buttons-block{width:calc(100% - 145px);margin-left:5px;display:flex;justify-content:center;align-items:center;flex-direction:column}.game-play .bet-controls .controls .bet-control .controls .buttons-block .btn-tooltip{font-size:14px;color:#ffffffb3;text-align:center}.game-play .bet-controls .controls .bet-control .controls .buttons-block button{width:100%;height:100%;font-size:20px;cursor:pointer;border-radius:20px}.game-play .bet-controls .controls .bet-control .controls .buttons-block button span{display:flex;justify-content:center;flex-direction:column;align-items:center}.game-play .bet-controls .controls .bet-control .controls .buttons-block button span label{margin:0;line-height:1;cursor:pointer;text-transform:uppercase!important;display:inherit}.game-play .bet-controls .controls .bet-control .controls .buttons-block button span label.amount{font-size:24px;margin-top:2px}.game-play .bet-controls .controls .bet-control .controls .buttons-block button span label .currency{font-size:18px}.sec-hand-btn{position:absolute;right:10px;top:10px;width:24px;height:24px;padding:0;cursor:pointer;border-radius:10px;border:none}.sec-hand-btn.add{background:#427f00 url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%200v4.999L12%205v2l-5-.001V12H5V6.999L0%207V5l5-.001V0h2z'%20fill='%23FFF'%20fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat center center}.sec-hand-btn.minus{background:#427f00 url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3crect%20fill='%23141516'%20width='24'%20height='24'%20rx='10'/%3e%3cpath%20fill='%23767B85'%20d='M6%2011h12v2H6z'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center}.border-line{height:2px;background:#141516;width:100%!important}.btn-success{border:solid 1px #b2f2a3;background-color:#28a909;box-shadow:inset 0 1px 1px #ffffff80;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.5)}.btn-primary{border:solid 1px #46c0f2;border-radius:17px;background-color:#1d7aca;color:#fff;text-align:center;box-shadow:none}.btn-waiting{border:solid 1px #ffbd71;background-color:#d07206;box-shadow:inset 0 1px 1px #ffffff80;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.5)}.btn-danger{border:solid 1px #ff7171;background-color:#cb011a;box-shadow:inset 0 1px 1px #ffffff80;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.5)}.btn-secondary{border:1px solid #36363c;border-radius:100px;background-color:#252528;color:#83878e;text-align:center;box-shadow:none;cursor:pointer;width:58px;margin-left:0;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;display:inline-block;font-weight:400}.flex{display:flex;justify-content:center;align-items:center}.between{display:flex;justify-content:space-between;align-items:center}.around{display:flex;justify-content:space-around;align-items:center}.flex-end{display:flex;justify-content:flex-end;align-items:center}.success{color:#fff!important;background-color:#7b51ee!important}.failed{background-color:#424242!important;color:#fff!important}.history{height:30px;width:100%;justify-content:end}.history .item{background-color:#2b2b2b;padding:5px 10px;margin-left:15px;border-radius:4px;min-width:65px;text-align:center}.history .blue{color:#14889c}.history .purple{color:#723166}.crash-container{height:100%}.crash{height:69%;width:100%;background:linear-gradient(90deg,#231d4d);gap:10px;border-radius:15px;padding:10px}@media screen and (max-width: 1314px){.crash{height:100%}}.crash-text-container{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center}.crashtext{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:100px;font-weight:700;color:#fff}.crashtext .flew-away{color:#fff;font-size:40px;margin-top:25px}.crashtext.wait{top:35%}@media (max-width: 1314px){.crashtext{font-size:60px}.crashtext.wait{top:22%}.crashtext .flew-away{font-size:25px;margin-top:15px}}.crashtext.red{color:red!important}.font-9{font-size:40px}@media (max-width: 992px){.font-9{font-size:30px}}.disabled{background-color:#131313b3!important}.dropdown-menu{will-change:transform;position:absolute;transform:translate(-5px,22px);top:0;left:0;background-color:initial;border:unset;margin:-26px 0 0;padding:0;right:auto;bottom:auto;z-index:100;float:left;min-width:10rem;font-size:1rem;text-align:left;list-style:none;border-radius:.25rem;background-clip:padding-box}.dropdown-menu .wrapper{border-radius:16px;box-shadow:0 2px 20px #00000080;background-color:#1f2128;margin:0 5px;width:100%}.dropdown-menu .wrapper .header-2{height:32px;display:flex;justify-content:flex-start;align-items:center;font-size:14px}.dropdown-menu .wrapper .header-2 div{margin-left:10px;text-transform:uppercase}.dropdown-menu .wrapper .payouts-block{background-color:#262830;display:flex;flex-wrap:wrap;padding:5px;border-radius:0 0 16px 16px;font-size:12px}.dropdown-menu .wrapper .payouts-block .payout{margin:3px;cursor:pointer}.dropdown-menu .wrapper .payouts-block .payout .bubble-multiplier{padding:3px 11px;border-radius:11px;background-color:#00000080;font-weight:700}.dropdown-menu .wrapper .payouts-block .blue{color:#34b4ff}.dropdown-menu .wrapper .payouts-block .purple{color:#913ef8}.dropdown-menu .wrapper .payouts-block .big{color:#c017b4}.waiting{margin-top:10px;width:250px;background-color:#8a8a8a;border-radius:8px}.waiting div{background-color:#be0d0d;height:100%;border-radius:8px;padding:2px 0;color:#fff}@media (max-width: 560px){.waiting div{padding:2px 0}}.waiting .width-transition{transition:width .3s ease-in-out}@media (max-width: 560px){.waiting{width:200px}}.betPanel{display:flex;justify-content:space-around;width:100%}@media (max-width: 1150px){.betPanel{align-items:center;flex-direction:column}}.autobet{width:100%}.autobet .bet-ctrl{width:40%;margin:10px 0;display:flex;flex-direction:column;justify-content:center;background-color:#5f4ad8;padding:5px;border-radius:10px}.autobet .bet-ctrl .amount{padding:2px;justify-content:space-between!important;background:linear-gradient 90deg,#2b2357 0%,#2b2357 100%;border-radius:40px;color:#9b9b9b;font-weight:700;width:100%}.autobet .bet-ctrl .amount button{background-color:transparent;border:1px solid rgb(170,170,170);border-radius:10px;height:200%;padding:5px;color:#fff;cursor:pointer;outline:none;font-size:20px;font-weight:800}.autobet .bet-ctrl button{border:1px solid white;outline:none;background-color:transparent;color:#fff;cursor:pointer;padding:5px}.autobet .bet-ctrl input{background-color:transparent;outline:none;border:none;color:#fff;text-align:center;font-size:20px;width:100%}.autobet .autoPlay button{width:100%;padding:15px;cursor:pointer;color:#fff;font-size:20px;border-radius:20px;border:none;background:linear-gradient(83deg,#341f93,#62139c 100%,#1b0037)}@media (max-width: 556px){.autobet .autoPlay button{padding:10px}}.modal{overflow-x:hidden;overflow-y:auto;position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;outline:0}.modal .back{position:absolute;width:100%;height:100%}.modal .modal-dialog{transition:transform .3s ease-out;position:relative;width:auto;margin:.5rem;pointer-events:none}.modal .modal-dialog .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;color:#fff;background:#1b1c1d;border:0;border-radius:8px}.modal .modal-dialog .modal-content .modal-header{display:flex;justify-content:space-between;border:0;padding:0 10px;height:36px;align-items:center;font-size:16px;background:#2c2d30;border-top-left-radius:8px;border-top-right-radius:8px;font-weight:400!important}.modal .modal-dialog .modal-content .modal-header .close{float:right;font-size:1.5rem;font-weight:700;background-color:transparent;border:none;line-height:1;color:#97a4ae;text-shadow:0 1px 0 #97a4ae;cursor:pointer;padding:5px 15px 5px 5px;margin:-1rem -1rem -1rem auto;opacity:.5}.modal .modal-dialog .modal-content .modal-body{padding:10px;font-size:14px}.modal .modal-dialog .modal-content .modal-body .youtube{display:block;width:calc(100% + 1rem);margin-left:-.5rem;margin-right:-1rem}.modal .modal-dialog .modal-content .modal-body .youtube .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.modal .modal-dialog .modal-content .modal-body .youtube .embed-responsive:before{padding-top:56.25%;display:block;content:""}.modal .modal-dialog .modal-content .modal-body .youtube .embed-responsive .embed-responsive-item{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.modal .modal-dialog .modal-content .modal-body .step{display:flex;color:#5f3816;margin-top:15px}.modal .modal-dialog .modal-content .modal-body .step .bullet{display:flex;align-items:center;justify-content:flex-start;background:url(/assets/01-DpLd3S__.svg) no-repeat right;background-size:40px 40px;min-width:65px;max-width:65px;height:40px;font-size:18px;font-weight:700}.modal .modal-dialog .modal-content .modal-body .step .bullet-2{background:url(/assets/02-BLYsEBZI.svg) no-repeat right;background-size:40px 40px}.modal .modal-dialog .modal-content .modal-body .step .bullet-3{background:url(/assets/03-Bevwn952.svg) no-repeat right;background-size:40px 40px}.modal .modal-dialog .modal-content .modal-body .step p{padding-left:15px;margin-bottom:0;margin-top:0}.modal .modal-dialog .modal-content .modal-body .content-part{background-color:#2c2d30;border-radius:10px;padding:15px 10px;display:flex;font-size:14px;line-height:14px;margin-bottom:5px;justify-content:space-between;align-items:center}.modal .modal-dialog .modal-content .modal-body .content-part .title{opacity:.4;margin-right:auto;padding:0 3px 0 5px;text-align:left}.modal .modal-dialog .modal-content .modal-body .content-part .spinner{height:34px;font-size:18px;min-width:130px;width:130px;text-align:center;margin-left:auto!important}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner{height:100%;display:flex;justify-content:space-between;align-items:center;transition:opacity .1s;border-radius:22px;background-color:#000000b3;font-weight:700;font-size:inherit;line-height:1;padding-left:10px;padding-right:10px}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .buttons{display:inline-flex;align-items:center}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .buttons button{margin:0;padding:0;background:#fff;border:none;width:18px;height:18px;cursor:pointer;min-width:18px;min-height:18px;color:#000000b3;text-align:center;line-height:16px;font-weight:700}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .buttons .minus{background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill-rule='nonzero'%20fill='none'%3e%3cpath%20d='M9%201C4.6%201%201%204.6%201%209s3.6%208%208%208%208-3.6%208-8-3.6-8-8-8z'%20stroke='%23767B85'/%3e%3cpath%20fill='%23767B85'%20d='M13%209.8H5V8.2h8z'/%3e%3c/g%3e%3c/svg%3e")}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .buttons .plus{background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill-rule='nonzero'%20fill='none'%3e%3cpath%20d='M9%201C4.6%201%201%204.6%201%209s3.6%208%208%208%208-3.6%208-8-3.6-8-8-8z'%20stroke='%23767B85'/%3e%3cpath%20fill='%23767B85'%20d='M13%209.8H9.8V13H8.2V9.8H5V8.2h3.2V5h1.6v3.2H13z'/%3e%3c/g%3e%3c/svg%3e")}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .input{display:flex;align-items:center;width:calc(100% - 35px);height:100%}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .input input{width:100%;border:0;background:transparent;color:#fff;text-align:inherit;outline:none;font-weight:700;padding:0}.modal .modal-dialog .modal-content .modal-body .content-part-1{flex-direction:column;justify-content:center;padding-bottom:12px;text-align:center}.modal .modal-dialog .modal-content .modal-body .content-part-1 .rounds-wrap{width:100%;max-width:290px;display:flex;justify-content:space-evenly;margin-top:10px!important}.modal .modal-dialog .modal-content .modal-body .content-part-1 .rounds-wrap .onClick{color:#fff;background-color:#545b62;border:solid 1px #60ae05;box-shadow:none}.modal .modal-dialog .modal-content .modal-footer{font-size:14px;border:0;background:#2c2d30;padding:10px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}.modal .modal-dialog .modal-content .modal-footer .btns-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.modal .modal-dialog .modal-content .modal-footer .btns-wrapper .reset-btn{min-width:80px;height:22px;padding:0;margin-right:7.5px;cursor:pointer;border-radius:20px}.modal .modal-dialog .modal-content .modal-footer .btns-wrapper .start-btn{width:160px;height:30px;padding:0;border-radius:20px;margin-left:7.5px;font-size:1.25rem;line-height:1.5;cursor:pointer}.input-switch{display:flex;align-items:center;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 2px;justify-content:flex-end;width:36px;height:18px;border-radius:9px;border:solid 1px #60ae05;background-color:#229607}.input-switch.off{border:1px solid rgba(255,255,255,.51);background:none;justify-content:flex-start}.input-switch .oval{min-width:14px;max-width:14px;height:14px;box-shadow:inset 0 0 7px #00000029;background-color:#fff;border:solid 2px #a3b98a;border-radius:50%}.justify-space{justify-content:space-between!important}.opacity-100{opacity:1}.opacity-98{opacity:.98}.opacity-96{opacity:.96}.opacity-94{opacity:.94}.opacity-92{opacity:.92}.opacity-90{opacity:.9}.opacity-88{opacity:.88}.opacity-86{opacity:.86}.opacity-84{opacity:.84}.opacity-82{opacity:.82}.opacity-80{opacity:.8}.opacity-78{opacity:.78}.opacity-76{opacity:.76}.opacity-74{opacity:.74}.opacity-72{opacity:.72}.opacity-70{opacity:.7}.opacity-68{opacity:.68}.opacity-66{opacity:.66}.opacity-64{opacity:.64}.opacity-62{opacity:.62}.opacity-60{opacity:.6}.opacity-58{opacity:.58}.opacity-56{opacity:.56}.opacity-54{opacity:.54}.opacity-52{opacity:.52}.opacity-50{opacity:.5}.opacity-48{opacity:.48}.opacity-46{opacity:.46}.opacity-44{opacity:.44}.opacity-42{opacity:.42}.opacity-40{opacity:.4}.opacity-38{opacity:.38}.opacity-36{opacity:.36}.opacity-34{opacity:.34}.opacity-32{opacity:.32}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto!important}}@media (min-width: 992px){.game-play{width:calc(100% - 320px)!important}}@media (min-width: 1200px){.game-play{width:calc(100% - 370px)!important}}@media (min-width: 1399.98px){.game-play{width:calc(100% - 410px)!important}}@media (max-width: 992px){.stage-board{height:calc(40vh - 38px)!important;min-height:200px!important}.game-play{padding:0!important}.controls .bet-control{height:auto;min-height:150px}.controls .bet-control:first-child{margin-bottom:5px}}@media (max-width: 634px){.controls{flex-wrap:wrap}}@media (max-width: 414px){.crashtext .waiting-font{font-size:22px}.crashtext .flew-away{font-size:18px}}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%}.canvas{width:100%;height:100%}.canvas canvas{width:100%;height:100%}.rotate{display:flex;align-items:center;justify-content:center;width:150px;height:150px;animation:rotate 1.5s linear infinite;margin-bottom:10px}.rotate img{width:100%;height:100%}@media (max-width: 1400px){.rotate{width:80px;height:80px;margin-bottom:5px}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:400px;text-align:center}.login-header{margin-bottom:30px}.login-header .logo{width:60px;height:60px;margin-bottom:20px;object-fit:contain}.login-header h1{color:#333;font-size:28px;font-weight:700;margin-bottom:8px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header p{color:#666;font-size:14px;margin:0}.login-form .form-group{margin-bottom:20px;text-align:left}.login-form .form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.login-form .form-group input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:border-color .3s ease;box-sizing:border-box}.login-form .form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.login-form .form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed}.login-form .form-group input::placeholder{color:#999}.login-form .error-message{background-color:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;border:1px solid #fcc}.login-form .login-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-form .login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.login-form .login-button:active:not(:disabled){transform:translateY(0)}.login-form .login-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.login-footer{margin-top:30px;padding-top:20px;border-top:1px solid #e1e5e9}.login-footer p{color:#666;font-size:12px;margin:0}@media (max-width: 480px){.login-container{padding:10px}.login-card{padding:30px 20px}.login-header h1{font-size:24px}}
