@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);: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:#ffffffb3;--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(90deg,#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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}.scroll-restyle ::-webkit-scrollbar{background:#0000!important;width:5px!important}.scroll-restyle ::-webkit-scrollbar-thumb{background:#0000!important;border-radius:5px!important}::-webkit-scrollbar{background:#2c2d31!important;width:5px!important}::-webkit-scrollbar-thumb{background:#57606680!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}h3{line-height:1.2;margin-bottom:10px}h6{font-size:1rem}.center{align-items:center;color:red;cursor:pointer;display:flex;font-size:15px;font-weight:700;justify-content:center}input[type=number]{-moz-appearance:textfield}input{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(0deg,#150d2e 100%,#332b47 0,#280744 0,#1b0037 0);color:#fff;font-family:Roboto,sans-serif;font-size:12px;margin:0;max-height:100vh;text-rendering:optimizeLegibility;-webkit-user-select:none;user-select:none}#root,body{height:100%}*{font-family:Roboto,sans-serif}.main-container{background:#0e0e0e;height:100%;padding-top:38px;position:relative;transition:width .3s ease;width:100%}.main-container.chat-open{width:calc(100% - 360px)}@media(max-width:768px){.main-container.chat-open{width:100%}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.flex-none{display:flex}.header{height:38px;left:0;position:fixed;top:0;transition:width .3s ease;width:100%;z-index:900}.header.chat-open{width:calc(100% - 360px)}@media(max-width:768px){.header.chat-open{width:100%}}.header .header-container{align-items:center;background-color:#1b1c1d;display:flex;height:100%!important;justify-content:space-between;width:100%}.header .logo-container{align-items:center;display:flex;height:100%;justify-content:center;margin-left:10px;width:84px}@media(max-width:900px){.header .logo-container{width:72px}}.header .refound{background-color:#7cfc00;border:none;border-radius:50px;cursor:pointer;margin-right:10px}.recharge{background-color:#0000;height:100vh;margin-top:-38px;position:absolute;width:100%;z-index:1000}.recharge,.recharge .recharge-body{align-items:center;display:flex;justify-content:center}.recharge .recharge-body{background-color:#131313;border-radius:20px;flex-direction:column;font-size:14px;height:250px;width:400px}.recharge .recharge-body .recharge-body-font{font-size:27px;margin-bottom:30px}.text-gray{color:#d2d2d2;margin-bottom:1rem;margin-top:0}.p-1r{padding:1rem!important}.under-a{background-color:#0000;border:none;color:red;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{background-color:#e69308!important;padding:0!important}.m-f-bg button{background-color:#0000;border:none;border-radius:20px;color:#5f3816!important;cursor:pointer;font-size:.875rem;line-height:1.5;margin:.25rem auto;padding:.25rem .5rem}.m-f-bg button:hover{text-decoration:underline}.logo{width:100%}.second-block{display:flex;height:26px}.second-block .howto{background-color:#e69308;border:1px solid #ffbd71;border-radius:20px;color:#5f3816;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:400;padding:0 5px;text-shadow:none}.second-block .howto .help-logo{background:url(/static/media/help.c84be79fe0a33dd91c9b.svg);display:inline-block;height:16px;vertical-align:middle;width:16px}.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%}.second-block .d-flex .balance{align-items:center;display:flex;justify-content:flex-end;padding:0 10px}.second-block .d-flex .balance .amount{color:#28a909;font-size:16px;font-weight:700}.second-block .d-flex .balance .currency{color:#9b9c9e;font-size:12px}.second-block .d-flex .chat-icon-wrapper{align-items:center;display:flex;justify-content:center;margin:4px}.second-block .d-flex .chat-icon-wrapper .chat-icon{cursor:pointer;height:24px;transition:opacity .2s;width:24px}.second-block .d-flex .chat-icon-wrapper .chat-icon:hover{opacity:.8}.second-block .d-flex .burger-menu-btn{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;margin:4px;width:24px}.second-block .d-flex .burger-menu-btn svg{display:block;height:24px;width:24px}.second-block .d-flex .burger-menu-btn:hover{opacity:.9}.second-block .dropdown{border-left:1px solid #464648;height:100%;position:relative}.second-block .dropdown .dropdown-toggle{align-items:center;cursor:pointer;display:flex;height:100%;padding:0 10px;position:relative;white-space:nowrap;width:100%}.second-block .dropdown .dropdown-toggle .burger{background:url(/static/media/burger.3e90de0fe0627a0a92ef.svg) no-repeat 50%;height:100%;width:18px}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.items-center{align-items:center}.green{color:green}.bold{font-weight:700}.game-container{display:flex;flex-direction:row;height:100%;width:100%}.myloading{background-color:#0e0e0e;height:100%;left:0;position:absolute;top:0;width:100%;z-index:100000}.myloading .loading-container{align-items:center;display:flex;flex-direction:column;font-size:14px;height:100%;justify-content:center;width:100%}.myloading .loading-container .rotation{align-items:center;animation:rotate 1s linear infinite;display:flex;height:190px;justify-content:center;width:190px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:991.98px){.game-container{flex-direction:column-reverse!important;height:auto!important;padding-left:5px!important;padding-right:5px!important}.info-board{height:80vh!important;padding-left:0!important;padding-top:20px!important}}.info-board{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;height:100%;padding-left:10px;padding-top:10px;position:relative;width:100%}@media(min-width:992px){.info-board{max-width:320px!important;min-width:320px!important}}@media(min-width:1200px){.info-board{max-width:370px!important;min-width:370px!important}}@media(min-width:1399.98px){.info-board{max-width:410px!important;min-width:410px!important}}.info-board .bets-block{background:#1b1c1d;border-radius:10px 10px 0 0;display:flex;flex-direction:column;height:100%;width:100%}.info-board .bets-block.top-tab-active{flex:1 1;height:auto;min-height:0}.info-board .bet-block-nav{align-items:center;display:flex;font-size:12px;justify-content:center;margin:5px 0;max-height:24px;min-height:24px}.info-board .bet-block-nav .navigation-switcher{background:#141516;border:1px solid #141516;border-radius:10px;height:100%;position:relative}.info-board .bet-block-nav .navigation-switcher .tab{background:none;border:none;color:#9ea0a3;cursor:pointer;height:100%;padding:0;position:relative;text-align:center;width:100px}.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{align-items:center;display:flex;font-size:14px;justify-content:space-between;line-height:1.2;padding:0 10px 5px}.info-board .data-list .all-bets-block .previous-hand{background-color:#252528;border:1px solid #414148;border-radius:17px;color:#9ea0a3;cursor:pointer;font-size:12px;height:20px;padding:0 8px 0 3px;white-space:nowrap}.info-board .data-list .all-bets-block .previous-hand .history-i{background:url(/static/media/history-i.4b9fc063dbaf18800150.svg) no-repeat 50%/contain;color:#fff;height:16px;width:17px}.info-board .data-list .all-bets-block .previous-hand:hover .history-i{background:url(/static/media/history-i-hover.7e2638b56285dbf00584.svg) no-repeat 50%/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(/static/media/history-i-hover.7e2638b56285dbf00584.svg) no-repeat 50%/contain}.info-board .data-list .all-bets-block .previous-hand.click span{color:red}.info-board .data-list .spacer{background-color:#141516;height:2px}.info-board .data-list .total-bets-block{align-items:center;display:flex;font-size:14px;height:32px;justify-content:center}.info-board .data-list .total-bets-block .user-i{background:url(/static/media/user.98b0977f10ff9dff7a5a.svg) no-repeat 50%/contain;height:12px;margin-right:2px;width:12px}.info-board .data-list .legend{align-items:center;color:#7b7b7b;display:flex;font-size:11px;height:20px;margin:0 10px}.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 1;text-align:right;white-space:nowrap}.info-board .data-list .legend .date{max-width:48px;min-width:48px}.info-board .data-list .legend .bet-100{display:flex;width:100%}.info-board .data-list .legend .tools{height:100%;max-width:35px;min-width:35px}.info-board .data-list .history-scroll{height:100%!important;margin:0 0 0 5px}.info-board .cdk-virtual-scroll-viewport{-webkit-overflow-scrolling:touch;contain:strict;display:block;height:100%;overflow:auto;position:relative;transform:translateZ(0);will-change:scroll-position}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper{contain:content;left:0;min-width:100%;position:absolute;top:0}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item{align-items:center;background-color:#101112;border:1px solid #101112;border-radius:8px;color:#bbbfc5;display:flex;font-size:14px;height:34px;margin-top:2px}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .user{align-items:center;display:flex;width:19%}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .user .avatar{border-style:none;height:30px;margin-left:2px;margin-right:5px;vertical-align:middle;width:30px}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .user .username{color:#9ea0a3;font-size:13px}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .bet{display:flex;justify-content:flex-end;min-width:30%;padding-right:10px}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .multiplier-block{align-items:center;display:flex;font-size:12px}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .bubble{background-color:#0000;border-radius:11px;color:#34b4ff;padding:2px 11px}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .cash-out{flex:1 1;padding-right:5px;text-align:right}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .tools{align-items:center;display:flex;max-width:40px;min-width:40px;padding-right:5px!important}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .tools .fairness-i{background:url(/static/media/provabyfire.e748f9356942784bf0ba.svg) no-repeat 50%/contain;cursor:pointer;height:16px;width:14px}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item .tools .share-i{background:url(/static/media/share.55aa84acf9044a580aba.svg) no-repeat 50%/contain;cursor:pointer;height:14px;margin-left:5px;width:16px}.info-board .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .bet-item.celebrated{background-color:#123405;border-color:#427f00;color:#fff}.betType{padding:1px;width:100%}.betType,.betType button{background-color:#1f1f1f;border-radius:20px}.betType button{border:none;color:#fff;cursor:pointer;outline:none;padding:10px;width:50%}.betType button.click{background-color:#464646}.slider{align-items:center;background-color:#1f1f1f;border-radius:40px;display:flex;justify-content:center;padding:2px;width:80%}.slider .btn{background-color:#0000;border:none;border-radius:40px;color:#948ac5;cursor:pointer;padding:9px 30px;width:33%}.slider .btn:hover{background-color:#464646;color:#948ac5}.slider .btn.click{background-color:#7765d1;color:#fff}.allbets{color:#fff;display:flex;justify-content:space-between;padding:6px 0;width:90%}.tag{border:1px solid #1f1f1f;width:100%}.info{color:#727272;display:flex;font-size:12px;justify-content:space-between;margin:2px 0;width:95%}.userbetstate{align-items:center;display:flex}.userbetstate div span{background-color:red;border-radius:10px;font-size:10px;margin-left:10px;padding:3px}.mr-3{margin:0 auto 0 17%}.bg-1{background-color:#1f1f1f}.title-2{font-weight:500;line-height:1.2;margin:30px 0 10px;text-transform:uppercase!important}.w-99{margin:auto!important;width:100%!important}.pt-5{margin:0;padding-top:60px}.steps-container{display:flex;flex-wrap:wrap;justify-content:space-evenly}.steps-container .step-item{flex:0 0 240px}.steps-container .step-item h3{font-size:24px!important;font-weight:700!important;margin-top:20px!important}.steps-container .step-item .step-bg-img{background:url(/static/media/rule-1.adb49c21e32c909e5fb5.png);border:1px solid #4e4e4e;border-radius:20px;height:140px;width:240px}.steps-container .step-item .step-bg-img-2{background:url(/static/media/rul-2.a35c083bbe66679b0891.png);border:1px solid #4e4e4e;border-radius:20px;height:140px;width:240px}.steps-container .step-item .step-bg-img-3{background:url(/static/media/rul-3.68d4e7f083c49bb3cc2f.png);border:1px solid #4e4e4e;border-radius:20px;height:140px;width:240px}.steps-container .step-item .step-text{background:url(/static/media/01.ef13cbef38d6ef70ac1e.svg) no-repeat 0 0;background-size:36px 36px;font-weight:700;margin-top:10px;min-height:36px;padding-left:40px}.steps-container .step-item .step-text span{color:red;text-transform:uppercase}.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-bottom:10px;margin-left:-20px}.rules-list .list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.rules-list .list-group .list-group-item{background:#0000 url(/static/media/right.09e25fcfaad6b43898c9.svg) no-repeat 0 3px;border:0;color:#d2d2d2;display:block;margin:0;padding:2px 0 2px 14px;position:relative}.rules-list .list-group .list-group-item .icon-fair{background-image:url(/static/media/provabyfire.e748f9356942784bf0ba.svg);background-repeat:no-repeat;background-size:contain;display:inline-block;height:16px;min-width:14px;transform:translateY(4px)}.rules-list .list-group .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.bets-footer{background-color:#000;border:1px solid #2a2b2e;color:#5e6269;font-size:11px;padding:0 10px;width:100%}.bets-footer .provably-fair-block{height:16px}.bets-footer .provably-fair-block .provably-fair{align-items:center;cursor:pointer;display:flex}.bets-footer .provably-fair-block .provably-fair .i-fair{background:url(/static/media/provabyfire.e748f9356942784bf0ba.svg) no-repeat 50%/contain;height:16px;margin:0 4px 0 6px;width:14px}.bets-footer .provably-fair-block .provably-fair .text-provably-fair{color:#bbbfc5;font-size:12px;line-height:1px}.bets-footer .logo-block{height:14px}.bets-footer .logo-block .i-logo{background:url(/static/media/i-logo.0d1de26459fc13e45eaa.svg) no-repeat 50%/contain;cursor:pointer;height:14px;margin-left:4px;width:34px}.user-wrapper{position:relative}.user-wrapper .user-menu-dropdown{margin-top:4px;position:absolute;right:0;top:100%;z-index:1000}.user-wrapper .user{background:#2c2d30;border:1px solid #414148;border-radius:8px;box-shadow:10px 10px 20px #000000b3;max-width:100vw;min-width:320px;width:100%}.user-wrapper .user .first-block{align-items:center;display:flex;justify-content:space-between;padding:16px 20px;position:relative}.user-wrapper .user .first-block .user-info{align-items:center;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:16px;width:50%}.user-wrapper .user .first-block .user-info .avatar{border-radius:50%;height:48px;min-height:48px;min-width:48px;position:relative;width:48px}.user-wrapper .user .first-block .user-info .avatar img{border-radius:50%;height:100%;width:100%}.user-wrapper .user .first-block .user-info .name{font-family:Inter,sans-serif;font-size:18px;font-weight:400;margin-left:12px}.user-wrapper .user .first-block .avatar-change{align-items:center;background:#252528;border:1px solid #414148;border-radius:21px;color:#83878e;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:12px;font-weight:400;justify-content:center;padding:6px 15px 6px 10px;width:auto}.user-wrapper .user .first-block .avatar-change .avatar-logo{background:url(/static/media/av.dfbb0b6e98999b14f1f5.svg) no-repeat 50%/contain;height:20px;width:20px}.user-wrapper .user .first-block .avatar-change .change-text{align-items:center;display:flex;flex-direction:column;justify-content:center;line-height:1;margin-left:4px}.user-wrapper .user .first-block .avatar-change .change-text>div{height:14px}.user-wrapper .user .second-block{color:#fff;display:flex;flex-direction:column;padding-bottom:0}.user-wrapper .user .second-block .list-menu{align-items:center;display:flex;flex-direction:column;font-size:14px;justify-content:center;line-height:12px;min-width:124px}.user-wrapper .user .second-block .list-menu.pb-3{border-bottom:12px solid #2c2d30;padding-bottom:0}.user-wrapper .user .second-block .list-menu .list-menu-item{align-items:center;background-color:#1b1c1d;border-top:1px solid #ffffff1a;display:flex;height:52px;justify-content:space-between;margin:0;padding:16px 20px;width:100%}.user-wrapper .user .second-block .list-menu .list-menu-item:first-child{border-top:0;height:52px}.user-wrapper .user .second-block .list-menu .list-menu-item.info-item{cursor:pointer}.user-wrapper .user .second-block .list-menu .list-menu-item.info-item:hover{background-color:#252528}.user-wrapper .user .second-block .list-menu .list-menu-item .title{align-items:center;color:#fff;display:flex;justify-content:flex-start}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper{display:flex;justify-content:center;margin-right:12px;width:24px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .sound-icon{background:url(/static/media/sound.754435d12f471c80d686.svg) no-repeat 50%/contain;height:16px;width:15px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .music-icon{background:url(/static/media/music.e61b7b7133682380e58c.svg) no-repeat 50%/contain;height:18px;width:16px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .animation-icon{background:url(/static/media/animation.7b627bed736836e91e41.svg) no-repeat 50%/contain;height:16px;width:18px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .star-icon{background:url(/static/media/star-menu.73207a60d0b71fa84c08.svg) no-repeat 50%/contain;height:15px;width:16px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .history-icon{background:url(/static/media/history-grey.86c04b146d5c92e1eac6.svg) no-repeat 50%/contain;height:15px;width:16px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .limits-icon{background:url(/static/media/limits.5c946c9017c3254e1829.svg) no-repeat 50%/contain;height:10px;width:16px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .help-icon{background:url(/static/media/question-gray.a787c9bc7252d8723691.svg) no-repeat 50%/contain;height:16px;width:16px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .rule-icon{background:url(/static/media/rules.579cd5bdc0d84e10b807.svg) no-repeat 50%/contain;height:15px;width:16px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .fair-icon{background:url(/static/media/pf.d5166a1861554c7b1a7c.svg) no-repeat 50%/contain;height:16px;width:13px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .home-icon-menu{background:url(/static/media/home.ffa27fde52128b4d0bf5.svg) no-repeat 50%/contain;height:14px;width:16px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .icon-wrapper .logout-icon{background:url(/static/media/logout.bb6f1d36e31abbfeb95a.svg) no-repeat 50%/contain;filter:invert(50%) sepia(8%) saturate(357%) hue-rotate(183deg) brightness(94%) contrast(88%);height:15px;width:15px}.user-wrapper .user .second-block .list-menu .list-menu-item .title .title-text{font-family:Inter,sans-serif;font-size:14px;font-weight:400}.user-wrapper .user .second-block .list-menu .list-menu-item .title .title-text-info{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:12px}.user-wrapper .user .second-block .list-menu .list-menu-item .switch{cursor:pointer}.user-wrapper .user .second-block .list-menu .list-menu-item .switch .input-switch{background:#414148;border-radius:10px;height:20px;position:relative;transition:background .3s ease;width:36px}.user-wrapper .user .second-block .list-menu .list-menu-item .switch .input-switch .oval{background:#fff;border-radius:50%;height:16px;left:2px;position:absolute;top:2px;transition:transform .3s ease;width:16px}.user-wrapper .user .second-block .list-menu .list-menu-item .switch .input-switch.active{background:#28a909}.user-wrapper .user .second-block .list-menu .list-menu-item .switch .input-switch.active .oval{transform:translateX(16px)}.text-capitalize{text-transform:capitalize}.p-2{padding:8px}.fairness-check-modal{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;scrollbar-width:none;top:0;width:100%;z-index:1050}.fairness-check-modal::-webkit-scrollbar{display:none}.fairness-check-modal .modal-dialog{margin:1.75rem auto;max-width:800px;pointer-events:none;position:relative;width:auto}.fairness-check-modal .modal-content{background:#1b1c1d;border:0;border-radius:8px;color:#fff;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.fairness-check-modal .modal-content .modal-header{align-items:center;background:#2c2d30;border-bottom:1px solid #242424;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;font-size:16px;font-weight:400;height:36px;justify-content:space-between;line-height:16px;padding:0 10px}.fairness-check-modal .modal-content .modal-header .header-info{align-items:center;display:flex;font-size:14px;margin-left:5px;margin-right:auto}.fairness-check-modal .modal-content .modal-header .header-info .bubble-multiplier{font-size:12px;font-weight:700}.fairness-check-modal .modal-content .modal-header .header-info .header-time{padding-left:5px}.fairness-check-modal .modal-content .modal-header button.close{background:#0000;border:0;color:#fff;cursor:pointer;font-size:28px;line-height:1;opacity:.5;padding:5px 15px 5px 5px}.fairness-check-modal .modal-content .modal-header button.close:hover{opacity:1}.fairness-check-modal .modal-content .modal-header button.close span{display:inline-block}.fairness-check-modal .modal-content .modal-body{flex:1 1 auto;font-size:14px;padding:20px;position:relative}.fairness-check-modal .modal-content .modal-body .content-wrapper{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.fairness-check-modal .modal-content .modal-body .content-wrapper .content{display:flex;flex-direction:column;font-size:14px;height:100%;justify-content:space-evenly;line-height:14px;max-width:700px;width:100%}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part{display:flex;flex-direction:column;width:100%}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.pt-3{padding-top:16px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .title{align-items:center;display:flex;margin-bottom:8px;width:100%}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .title .icon-client,.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .title .icon-hash,.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .title .icon-server{background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;margin-right:10px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .title .icon-server{background-image:url(/static/media/server-icon.6f98e93d3b7aff771284.svg);height:31px;width:32px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .title .icon-client{background-image:url(/static/media/client-icon.1d644531ec04ecee6937.svg);height:25px;width:32px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .title .icon-hash{background-image:url(/static/media/hash-icon.e76a9626286a47f46a41.svg);height:30px;max-width:30px;min-width:30px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .title .text{color:#fff;display:flex;flex-direction:column}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .title .text .tip{color:#ffffff80;margin-top:3px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .value{background-color:#0707084d;border-radius:6px;display:flex;padding:12px 20px;width:100%}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part .value .value-input{background:#0000;border:none;color:#fff;font-size:13px;outline:none;width:100%}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.client .value{margin-bottom:5px;padding:4px 20px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.client .value span{color:#ffffff80;margin-right:10px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.client .value .player{align-items:center;display:flex;max-width:40%;min-width:40%}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.client .value .player .user{align-items:center;display:flex;font-weight:700}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.client .value .player .user .avatar{border:3px solid #343434;border-radius:50%;height:30px;margin-right:7px;width:30px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.client .value .seed{align-items:center;display:flex;white-space:nowrap;width:100%}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.client .value .seed .seed-value{overflow:hidden;text-overflow:ellipsis;width:100%}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.result .title{color:#ffffff80;justify-content:center}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.result .value{justify-content:center;padding:12px 0}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.result span{text-align:center;width:25%}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.result.result-col{display:none}.fairness-check-modal .modal-content .modal-footer{align-items:center;background:#2c2d30;border:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;font-size:14px;justify-content:center;padding:10px}.fairness-check-modal .modal-content .modal-footer .help{align-items:center;color:#ffffff80;display:flex;justify-content:center;text-align:center;width:100%}.fairness-check-modal .modal-content .modal-footer .help span{color:#e30c32;cursor:pointer;margin-left:5px}@media(max-width:991.98px){.fairness-check-modal .modal-dialog{margin:.5rem;max-width:calc(100% - 1rem)}.fairness-check-modal .modal-content .modal-body{padding:15px 10px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.client .value{align-items:center;flex-direction:column}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.client .value .player{max-width:-webkit-fit-content;max-width:fit-content;min-width:auto;width:auto}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.client .value .seed{margin-top:4px;width:auto}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.result.result-line{display:none}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.result.result-col{display:flex}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.result.result-col .value{margin-bottom:10px}.fairness-check-modal .modal-content .modal-body .content-wrapper .content .content-part.result span{width:auto}}.what-is-pf-content .modal-header{align-items:center;background:#2c2d30;border-bottom:1px solid #242424;border-top-left-radius:8px;border-top-right-radius:8px;font-size:16px;font-weight:400!important;height:36px;line-height:16px;padding:0 10px}.what-is-pf-content .modal-header button.close{padding:5px 15px 5px 5px}.what-is-pf-content .modal-body{background:#2d3c27;color:#fff;font-size:14px;padding:24px 20px}.what-is-pf-content .modal-body.modal-bottom-radius{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.what-is-pf-content .modal-body .fairness-i{background:url(/static/media/provabyfire.e748f9356942784bf0ba.svg) no-repeat 50%/contain;height:90px;margin-bottom:16px;width:80px}.what-is-pf-content .modal-body .text-center{font-size:16px;font-weight:600;margin-bottom:8px;text-align:center}.what-is-pf-content .modal-body .top-text{background:#2a382366;border-radius:6px;color:#ffffffd9;line-height:1.5}.what-is-pf-content .modal-body .description{color:#ffffffbf;font-size:13px;line-height:1.7}.what-is-pf-content .modal-body .description div{margin-bottom:14px}.what-is-pf-content .modal-body .description div:last-child{margin-bottom:0}.what-is-pf-content .modal-body .quick-explanation{font-size:14px;font-weight:600;margin-bottom:8px;margin-top:24px}.what-is-pf-content .modal-body .pf-scheme{background:url(/static/media/pf-scheme.1b0c4c4c6d5602d554ec.svg) no-repeat 50%/contain;height:513px;margin:32px auto;max-width:500px;width:100%}.what-is-pf-content .modal-body .text-uppercase{font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;margin-top:28px;text-transform:uppercase}.what-is-pf-content .modal-body .mt-2{margin-top:8px}.what-is-pf-content .modal-body .mt-3{margin-top:16px}.what-is-pf-content .modal-body .mt-4{margin-top:24px}.what-is-pf-content .modal-body .mb-1{margin-bottom:8px}.what-is-pf-content .modal-body .my-3{margin-bottom:16px;margin-top:16px}.what-is-pf-content .modal-body .my-sm-4{margin-bottom:24px;margin-top:24px}.what-is-pf-content .modal-body .p-2{padding:12px}@media(max-width:768px){.what-is-pf-content .modal-body .pf-scheme{height:400px}}@media(max-width:576px){.what-is-pf-content .modal-body{padding:15px}.what-is-pf-content .modal-body .pf-scheme{height:300px}.what-is-pf-content .modal-body .fairness-i{height:70px;width:60px}}.bet-history-modal{-webkit-overflow-scrolling:touch;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.bet-history-modal .modal-dialog{margin:1.75rem auto;max-width:500px;pointer-events:none;position:relative;width:auto}.bet-history-modal .modal-content{background:#1b1c1d;border:0;border-radius:8px;color:#fff;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.bet-history-modal .modal-content .modal-header{align-items:center;background:#2c2d30;border-bottom:1px solid #242424;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;font-size:16px;font-weight:400;height:36px;justify-content:space-between;line-height:16px;padding:0 10px}.bet-history-modal .modal-content .modal-header button.close{background:#0000;border:0;color:#fff;cursor:pointer;font-size:28px;line-height:1;opacity:.5;padding:5px 15px 5px 5px}.bet-history-modal .modal-content .modal-header button.close:hover{opacity:1}.bet-history-modal .modal-content .modal-header button.close span{display:inline-block}.bet-history-modal .modal-content .modal-body{flex:1 1 auto;font-size:14px;max-height:60vh;overflow-y:auto;position:relative}.bet-history-modal .modal-content .modal-body .bet-list .legend{align-items:center;color:#9ea0a3;display:flex;font-size:12px;height:32px}.bet-history-modal .modal-content .modal-body .bet-list .legend .date{max-width:80px;min-width:80px;padding-left:8px}.bet-history-modal .modal-content .modal-body .bet-list .legend .bet{min-width:22%;padding-right:10px;text-align:right}.bet-history-modal .modal-content .modal-body .bet-list .legend .multiplier{padding-left:8px}.bet-history-modal .modal-content .modal-body .bet-list .legend .cash-out{flex:1 1;padding-right:5px;text-align:right}.bet-history-modal .modal-content .modal-body .bet-list .legend .tools{max-width:40px;min-width:40px;padding-right:5px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item{align-items:center;background-color:#101112;border:1px solid #101112;border-radius:8px;color:#bbbfc5;display:flex;font-size:14px;height:34px;margin-top:2px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item:hover{background-color:#1a1b1c}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item.celebrated{background-color:#123405;border-color:#427f00;color:#fff}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .date{display:flex;flex-direction:column;justify-content:center;line-height:1.3;max-width:80px;min-width:80px;padding-left:8px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .date div:first-child{color:#fff;font-size:12px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .date div:last-child{color:#9ea0a3;font-size:11px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .bet{color:#fff;display:flex;justify-content:flex-end;min-width:22%;padding-right:10px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .multiplier{align-items:center;display:flex;font-size:12px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .bubble-multiplier{background-color:#0000;border-radius:11px;font-weight:700;padding:2px 11px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .cash-out{color:#fff;flex:1 1;padding-right:5px;text-align:right}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .tools{align-items:center;display:flex;max-width:40px;min-width:40px;padding-right:5px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .tools .fairness-i{background:url(/static/media/provabyfire.e748f9356942784bf0ba.svg) no-repeat 50%/contain;cursor:pointer;height:16px;width:14px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .tools .share-i{background:url(/static/media/share.55aa84acf9044a580aba.svg) no-repeat 50%/contain;cursor:pointer;height:14px;margin-left:5px;width:16px}.bet-history-modal .modal-content .modal-body .bet-list .bet-list-body .bet-item .tools .share-i.disabled{cursor:not-allowed;opacity:.3}.d-flex{display:flex!important}.align-items-center{align-items:center!important}.text-center{text-align:center!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-2{padding-top:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.pr-1{padding-right:.25rem!important}.pt-1{padding-top:.25rem!important}.ml-1{margin-left:.25rem!important}.font-weight-bold{font-weight:700!important}.game-limits-modal{-webkit-overflow-scrolling:touch;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.game-limits-modal .modal-dialog{margin:1.75rem auto;max-width:500px;pointer-events:none;position:relative;width:auto}.game-limits-modal .modal-content{background:#1b1c1d;border:0;border-radius:8px;color:#fff;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.game-limits-modal .modal-content .modal-header{align-items:center;background:#2c2d30;border-bottom:1px solid #242424;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;font-size:16px;font-weight:400;height:36px;justify-content:space-between;line-height:16px;padding:0 10px}.game-limits-modal .modal-content .modal-header button.close{background:#0000;border:0;color:#fff;cursor:pointer;font-size:28px;line-height:1;opacity:.5;padding:5px 15px 5px 5px}.game-limits-modal .modal-content .modal-header button.close:hover{opacity:1}.game-limits-modal .modal-content .modal-header button.close span{display:inline-block}.game-limits-modal .modal-content .modal-body{flex:1 1 auto;font-size:14px;position:relative}.game-limits-modal .modal-content .modal-body .list-group{border-radius:8px;color:#fff;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.game-limits-modal .modal-content .modal-body .list-group .list-group-item{align-items:center;background-color:#0000;border:1px solid #ffffff1a;border-radius:8px;color:#9ea0a3;display:flex;font-size:14px;height:34px;justify-content:space-between;line-height:14px;margin-bottom:2px;padding:.75rem 1.25rem;position:relative}.game-limits-modal .modal-content .modal-body .list-group .list-group-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.game-limits-modal .modal-content .modal-body .list-group .list-group-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px;margin-bottom:0}.game-limits-modal .modal-content .modal-body .list-group .list-group-item div{display:flex;flex-direction:row}.game-limits-modal .modal-content .modal-body .list-group .list-group-item div span{line-height:1.5}.game-limits-modal .modal-content .modal-body .list-group .list-group-item .badge{border-radius:.25rem;display:inline-block;font-size:14px;font-weight:400;line-height:1;padding:.25em .4em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:initial;white-space:nowrap}.game-limits-modal .modal-content .modal-body .list-group .list-group-item .badge.badge-success{background-color:#123405;border:1px solid #427f00;border-radius:11px;color:#fff}.game-limits-modal .modal-content .modal-body .list-group .list-group-item .badge.px-2{padding-left:.5rem;padding-right:.5rem}.game-limits-modal .modal-content .modal-body .list-group .list-group-item .badge.font-weight-normal{font-weight:400}.py-4{padding-bottom:1.5rem;padding-top:1.5rem}.pl-2{padding-left:.5rem}.pr-1{padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.text-uppercase{text-transform:uppercase}.d-block{display:block}.fade{transition:opacity .15s linear}.font-weight-normal{font-weight:400}.modal.fade.show .modal-dialog{transform:none}.modal .modal-backdrop{background-color:#00000080;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal .modal-backdrop.fade{opacity:0;transition:opacity .15s linear}.modal .modal-backdrop.show{opacity:1}.modal .modal-dialog{margin:1.75rem auto;z-index:1050}.modal .modal-dialog.modal-lg{max-width:800px}.modal .modal-content{background-clip:padding-box;background-color:#2c2d30;border:1px solid #ffffff1a;border-radius:8px;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal .modal-header{align-items:center;border-bottom:1px solid #ffffff1a;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;justify-content:space-between;padding:20px}.modal .modal-header .modal-title{color:#fff;font-size:16px;font-weight:700;letter-spacing:normal;line-height:1.5;margin-bottom:0}.modal .modal-header .close{background:none;border:none;color:#868b8d;cursor:pointer;font-size:28px;line-height:1;padding:0}.modal .modal-header .close:hover{color:#fff}.modal .modal-body{color:#868b8d;flex:1 1 auto;font-size:13px;padding:0;position:relative}.modal .modal-body p{margin-bottom:0}.modal .modal-body .info{border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;line-height:14px;padding:20px;text-align:left}.modal .modal-body .info p{max-width:647px}.modal .modal-body .info .info-link{align-items:center;color:#e30c32;cursor:pointer;display:flex;flex-shrink:0;margin-left:8px}.modal .modal-body .info .info-link .question-icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuNSIgc3Ryb2tlPSIjRTMwQzMyIi8+PHBhdGggZD0iTTcuNSAxMmgxdi0xaC0xdjFaTTggNGEyIDIgMCAwIDAtMiAyaDFhMSAxIDAgMSAxIDEgMSAxIDEgMCAwIDAtMSAxaDFhMSAxIDAgMCAwIDEtMSAxIDEgMCAwIDAgMS0xIDIgMiAwIDAgMC0yLTJaIiBmaWxsPSIjRTMwQzMyIi8+PC9zdmc+) no-repeat 50%/contain;cursor:pointer;display:inline-block;flex-shrink:0;height:16px;margin-right:4px;width:16px}.modal .modal-body .client-seed{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;flex-direction:column;padding:10px 20px}.modal .modal-body .client-seed .client-seed-title{align-items:center;align-self:flex-start;color:#fff;display:flex;flex-direction:column;width:100%}.modal .modal-body .client-seed .client-seed-title .client-seed-title-main{align-items:center;display:flex;width:100%}.modal .modal-body .client-seed .client-seed-title .client-seed-title-main .client-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMC4wMTMgMzIgMjQuOTc0Ij48ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0zMS45OTggMjIuNjU2di0uMDE0YS40NzMuNDczIDAgMCAwLS4wMDgtLjA1NWwtLjAwMi0uMDA2YS40NjcuNDY3IDAgMCAwLS4wMTMtLjA0OGwtLjAwNS0uMDEzYS40NjIuNDYyIDAgMCAwLS4wMTgtLjA0MmwtLjAwMy0uMDA3LTIuNTA3LTUuMDJWLjkzNGEuOTE1LjkxNSAwIDAgMC0uOTA3LS45MjFIMy40NjVjLS41IDAtLjkwNy40MTMtLjkwNy45MjFWMTcuNDVMLjA1IDIyLjQ3bC0uMDAzLjAwOGEuNDg3LjQ4NyAwIDAgMC0uMDE4LjA0MmwtLjAwNS4wMTNhLjQ5LjQ5IDAgMCAwLS4wMTMuMDQ4bC0uMDAyLjAwNmEuNDc2LjQ3NiAwIDAgMC0uMDA4LjA1NXYuMDE0bC0uMDAyLjAzdjEuMjA3YzAgLjYwMy40ODMgMS4wOTQgMS4wNzggMS4wOTRoMjkuODQ0Yy41OTUgMCAxLjA3OC0uNDkgMS4wNzgtMS4wOTR2LTEuMjA3YzAtLjAxIDAtLjAyLS4wMDItLjAzWk0zLjQ5NS45NjVoMjUuMDF2MTYuMTIzSDMuNDk1Vi45NjVabS0uMTggMTcuMDc1aDI1LjM3bDIuMDgzIDQuMTdIMjAuNDY5bC0uNTE3LTEuOTAzYS44ODcuODg3IDAgMCAwLS44NS0uNjU4aC02LjIwM2EuODg3Ljg4NyAwIDAgMC0uODUxLjY1OGwtLjUxNyAxLjkwM0gxLjIzMmwyLjA4Mi00LjE3Wm0xNi4xODIgNC4xN2gtNi45OTRsLjQzNy0xLjYwOWg2LjEybC40MzcgMS42MDlabTExLjU2NiAxLjY4M2EuMTQxLjE0MSAwIDAgMS0uMTQuMTQySDEuMDc3YS4xNDEuMTQxIDAgMCAxLS4xNC0uMTQydi0uNzMxaDMwLjEyNXYuNzMxWiIvPjxwYXRoIGQ9Ik0yNy4wMzYgOS44MmEuNDcyLjQ3MiAwIDAgMC0uNDY5LjQ3NXY0LjgyNkg1LjQzM3YtNC44MjZhLjQ3Mi40NzIgMCAwIDAtLjQ3LS40NzUuNDcyLjQ3MiAwIDAgMC0uNDY4LjQ3NnY1LjAzYzAgLjQxMi4zMy43NDcuNzM1Ljc0N2gyMS41NGEuNzQxLjc0MSAwIDAgMCAuNzM1LS43NDZ2LTUuMDMyYS40NzIuNDcyIDAgMCAwLS40NjktLjQ3NVptLS4yNjYtNy44NEg1LjIzYS43NDEuNzQxIDAgMCAwLS43MzUuNzQ2djUuMDMxYzAgLjI2My4yMS40NzYuNDY5LjQ3NmEuNDcyLjQ3MiAwIDAgMCAuNDY5LS40NzZWMi45MzJoMjEuMTM0djQuODI2YzAgLjI2My4yMS40NzYuNDcuNDc2YS40NzIuNDcyIDAgMCAwIC40NjgtLjQ3N3YtNS4wM2EuNzQxLjc0MSAwIDAgMC0uNzM1LS43NDdaIi8+PC9nPjwvc3ZnPg==);background-size:cover;display:inline-block;height:25px;margin-right:10px;width:32px}.modal .modal-body .client-seed .client-seed-title .client-seed-title-sub{color:#9b9c9e;display:flex;font-size:12px;margin-top:4px;max-width:689px;width:100%}.modal .modal-body .client-seed .client-seed-type{align-items:center;background-color:#0707084d;border-radius:8px;display:flex;flex-direction:column;margin-top:10px;max-width:689px;padding:10px;width:100%}.modal .modal-body .client-seed .client-seed-type label{align-items:center;align-self:flex-start;cursor:pointer;display:flex;flex-shrink:0;margin-bottom:8px}.modal .modal-body .client-seed .client-seed-type .radio{align-items:center;background-color:#0006;border:1px solid #38ca07;border-radius:50%;display:flex;flex-direction:column;flex-shrink:0;height:16px;justify-content:center;margin-right:8px;min-width:16px}.modal .modal-body .client-seed .client-seed-type .radio .dot{background-color:#38ca07;border-radius:50%;display:block;height:8px;width:8px}.modal .modal-body .client-seed .client-seed-type .block-key{align-items:center;display:flex;flex-direction:column;justify-content:center;opacity:.2;width:100%}.modal .modal-body .client-seed .client-seed-type.active .block-key{opacity:1}.modal .modal-body .server-seed{align-items:center;display:flex;flex-direction:column;padding:10px 20px 20px}.modal .modal-body .server-seed .server-seed-title{align-items:center;align-self:flex-start;color:#fff;display:flex}.modal .modal-body .server-seed .server-seed-title .server-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMSI+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjRkZGIj48cGF0aCBkPSJNNS42IDMuMjA3YTIuNDA2IDIuNDA2IDAgMCAwIDAgNC44MSAyLjQwNSAyLjQwNSAwIDAgMCAwLTQuODFabTAgMy43NDFhMS4zMzYgMS4zMzYgMCAwIDEgMC0yLjY3MiAxLjMzNiAxLjMzNiAwIDAgMSAwIDIuNjcyWiIvPjxjaXJjbGUgY3g9IjI2LjY2NyIgY3k9IjQuODEiIHI9IjEiLz48Y2lyY2xlIGN4PSIyNC41MzMiIGN5PSI0LjgxIiByPSIxIi8+PGNpcmNsZSBjeD0iMjcuNzMzIiBjeT0iNi40MTQiIHI9IjEiLz48Y2lyY2xlIGN4PSIyNS42IiBjeT0iNi40MTQiIHI9IjEiLz48Y2lyY2xlIGN4PSIyMi40IiBjeT0iNC44MSIgcj0iMSIvPjxjaXJjbGUgY3g9IjIzLjQ2NyIgY3k9IjYuNDE0IiByPSIxIi8+PGNpcmNsZSBjeD0iMjAuMjY3IiBjeT0iNC44MSIgcj0iMSIvPjxjaXJjbGUgY3g9IjIxLjMzMyIgY3k9IjYuNDE0IiByPSIxIi8+PGNpcmNsZSBjeD0iMTguMTMzIiBjeT0iNC44MSIgcj0iMSIvPjxjaXJjbGUgY3g9IjE5LjIiIGN5PSI2LjQxNCIgcj0iMSIvPjxwYXRoIGQ9Ik0zMiA4Ljc2MVYyLjQ2M0EyLjQ2MyAyLjQ2MyAwIDAgMCAyOS41NDIgMEgyLjQ1OEEyLjQ2MyAyLjQ2MyAwIDAgMCAwIDIuNDYzVjguNzZjMCAuNzg1LjM3NSAxLjQ3OC45NDggMS45MjlBMi40NTEgMi40NTEgMCAwIDAgMCAxMi42MTh2Ni4yOThhMi40NjMgMi40NjMgMCAwIDAgMi40NTggMi40NjNoMTMuMDA5djQuMzNhMi42NzggMi42NzggMCAwIDAtMi4wOCAyLjA4NEguNTMzYS41MzQuNTM0IDAgMCAwLS41MzMuNTM1YzAgLjI5NS4yMzkuNTM0LjUzMy41MzRoMTIuODU0QzEzLjYzNSAzMC4wOCAxNC43MTIgMzEgMTYgMzFzMi4zNjUtLjkyIDIuNjEzLTIuMTM4aDEyLjg1NGEuNTM0LjUzNCAwIDAgMCAuNTMzLS41MzQuNTM0LjUzNCAwIDAgMC0uNTMzLS41MzVIMTguNjEzYTIuNjc4IDIuNjc4IDAgMCAwLTIuMDgtMi4wODR2LTQuMzNoMTMuMDFBMi40NjMgMi40NjMgMCAwIDAgMzIgMTguOTE2di02LjI5OGEyLjQ1IDIuNDUgMCAwIDAtLjk0OC0xLjkyOEEyLjQ1MSAyLjQ1MSAwIDAgMCAzMiA4Ljc2Wk0xNy42IDI4LjMyOGMwIC44ODQtLjcxOCAxLjYwMy0xLjYgMS42MDNhMS42MDQgMS42MDQgMCAwIDEgMC0zLjIwN2MuODgyIDAgMS42LjcyIDEuNiAxLjYwNFptMTMuMzMzLTE1LjcxdjYuMjk4YzAgLjc2OS0uNjI0IDEuMzk0LTEuMzkgMS4zOTRIMi40NTdhMS4zOTQgMS4zOTQgMCAwIDEtMS4zOTEtMS4zOTR2LTYuMjk4YzAtLjc2OS42MjQtMS4zOTQgMS4zOS0xLjM5NGgyNy4wODVjLjc2NyAwIDEuMzkxLjYyNSAxLjM5MSAxLjM5NFpNMi40NTggMTAuMTU1YTEuMzk0IDEuMzk0IDAgMCAxLTEuMzkxLTEuMzk0VjIuNDYzYzAtLjc2OS42MjQtMS4zOTQgMS4zOS0xLjM5NGgyNy4wODVjLjc2NyAwIDEuMzkxLjYyNSAxLjM5MSAxLjM5NHY2LjI5OGMwIC43NjktLjYyNCAxLjM5NC0xLjM5IDEuMzk0SDIuNDU3WiIvPjxwYXRoIGQ9Ik01LjYgMTguMTcyYTIuNDA2IDIuNDA2IDAgMCAwIDAtNC44MSAyLjQwNSAyLjQwNSAwIDAgMCAwIDQuODFabTAtMy43NDFhMS4zMzYgMS4zMzYgMCAwIDEgMCAyLjY3MiAxLjMzNiAxLjMzNiAwIDAgMSAwLTIuNjcyWiIvPjxjaXJjbGUgY3g9IjI2LjY2NyIgY3k9IjE0Ljk2NiIgcj0iMSIvPjxjaXJjbGUgY3g9IjI0LjUzMyIgY3k9IjE0Ljk2NiIgcj0iMSIvPjxjaXJjbGUgY3g9IjI3LjczMyIgY3k9IjE2LjU2OSIgcj0iMSIvPjxjaXJjbGUgY3g9IjI1LjYiIGN5PSIxNi41NjkiIHI9IjEiLz48Y2lyY2xlIGN4PSIyMi40IiBjeT0iMTQuOTY2IiByPSIxIi8+PGNpcmNsZSBjeD0iMjMuNDY3IiBjeT0iMTYuNTY5IiByPSIxIi8+PGNpcmNsZSBjeD0iMjAuMjY3IiBjeT0iMTQuOTY2IiByPSIxIi8+PGNpcmNsZSBjeD0iMjEuMzMzIiBjeT0iMTYuNTY5IiByPSIxIi8+PGNpcmNsZSBjeD0iMTguMTMzIiBjeT0iMTQuOTY2IiByPSIxIi8+PGNpcmNsZSBjeD0iMTkuMiIgY3k9IjE2LjU2OSIgcj0iMSIvPjwvZz48L3N2Zz4=);background-size:cover;display:inline-block;height:31px;margin-right:10px;width:32px}.modal .modal-body .server-seed .server-seed-value-block{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:13px;width:100%}.modal .modal-body .key-container{align-items:center;background-color:#000;border-radius:24px;color:#fff;display:flex;justify-content:space-between;margin-top:5px;max-width:340px;overflow:hidden;padding:8px 16px;position:relative;width:100%}.modal .modal-body .key-container.manual,.modal .modal-body .key-container.random{max-width:100%}.modal .modal-body .key-container .key{align-items:center;display:flex;flex:1 1;font-size:13px;margin-right:12px;overflow:hidden;white-space:nowrap}.modal .modal-body .key-container .key>p{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;width:100%}.modal .modal-body .key-container .key .seed-input{background:#0000;border:none;color:#fff;font-size:13px;outline:none;width:100%}.modal .modal-body .key-container .copy-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.667 5.333V3.467A1.684 1.684 0 0 0 8.98 1.78H3.467A1.684 1.684 0 0 0 1.78 3.467V8.98a1.685 1.685 0 0 0 1.686 1.686h1.866M7.02 5.333h5.514c.737 0 1.334.597 1.334 1.334v5.514c0 .737-.597 1.334-1.334 1.334H7.02a1.333 1.333 0 0 1-1.334-1.334V6.667c0-.737.597-1.334 1.334-1.334Z' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:inline-block;flex-shrink:0;height:16px;min-width:16px;transition:opacity .2s;width:16px}.modal .modal-body .key-container .copy-icon:hover{opacity:.7}.modal .modal-body .key-container .current{color:#868b8d;margin-right:4px}.modal .modal-body .d-flex{align-items:center;display:flex;gap:8px;width:100%}.modal .modal-body .mr-lg-2{margin-right:0}.modal .modal-body .flex-grow-1{flex:1 1;min-width:0}.modal .modal-body .btn-change{background:#28a909;border:1px solid #b2f2a3;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;height:30px;line-height:1.2;padding:6px 16px;text-align:center;transition:all .3s ease}.modal .modal-body .btn-change:disabled{cursor:default;opacity:.3}.modal .modal-body .btn-change:not(:disabled):hover{background-color:#20900a}.modal .modal-footer{align-items:center!important;border-top:1px solid #ffffff1a;color:#868b8d;display:flex!important;font-size:13px;justify-content:center!important;padding:20px;text-align:center!important;width:100%}.seed-wrapper{align-items:center;background:#171e23cc;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.seed-wrapper .seed-change{align-items:center;border-radius:10px;box-shadow:0 0 50px 4px #000000bf;display:flex;flex-direction:column;height:210px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:310px}.seed-wrapper .seed-change .seed-header{align-items:center;background:#2c2d30;border:0;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;display:flex;font-size:16px;justify-content:space-between;max-height:36px;min-height:36px;padding:0 10px;width:100%}.seed-wrapper .seed-change .seed-header .close{background:none;border:none;color:#868b8d;cursor:pointer;font-size:28px;line-height:1;padding:0}.seed-wrapper .seed-change .seed-header .close:hover{color:#fff}.seed-wrapper .seed-change .seed-body{background:#1b1c1d;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:100%;padding:16px 10px 20px;width:100%}.seed-wrapper .seed-change .seed-body .seed-body-title{color:#fff;font-size:14px;margin-bottom:6px}.seed-wrapper .seed-change .seed-body .seed-value{align-items:center;display:flex;flex-direction:column;max-width:300px;position:relative;width:100%}.seed-wrapper .seed-change .seed-body .seed-value input{background-color:#000;border:none;border-radius:22px;color:#fff;height:30px;margin-bottom:12px;outline:none;padding:5px 15px;width:100%}.seed-wrapper .seed-change .seed-body .actions{display:flex;justify-content:space-between;margin-top:18px;padding:0 5px}.seed-wrapper .btn{border:1px solid #0000;border-radius:12px;cursor:pointer;display:inline-block;font-size:16px;height:30px;line-height:1.2;padding:8px;text-align:center;width:135px}.seed-wrapper .btn.btn-success{background:#28a909;border:1px solid #b2f2a3;color:#fff}.seed-wrapper .btn.btn-success:hover{background-color:#20900a}.seed-wrapper .btn.btn-danger{background:#dc3545;border:1px solid #dc3545;color:#fff}.seed-wrapper .btn.btn-danger:hover{background-color:#c82333}.seed-wrapper .btn.btn-warning{background:#ffc107;border:1px solid #ffc107;color:#000}.seed-wrapper .btn.btn-warning:hover{background-color:#e0a800}.seed-wrapper .btn.btn-random{margin-bottom:12px;min-width:135px;width:auto}@media(max-width:991.98px){.modal .modal-body .info{flex-direction:column}.modal .modal-body .info .info-link{margin-left:0;margin-top:10px}.modal .modal-body .client-seed .key-container{max-width:100%}.modal .modal-body .client-seed .d-flex{flex-direction:column;gap:8px}.modal .modal-body .client-seed .btn-change{align-self:center;margin-top:8px;min-width:135px;width:auto}.modal .modal-footer{align-items:center!important;display:flex!important;justify-content:center!important;text-align:center!important;width:100%}}.copied-alert{animation:slideInDown .3s ease-out,slideOutUp .3s ease-in 1.7s;animation-fill-mode:forwards;background:#28a909;border-radius:8px;box-shadow:0 4px 12px #0000004d;color:#fff;font-size:16px;font-weight:600;left:50%;padding:12px 24px;position:fixed;top:20px;transform:translateX(-50%);z-index:10000}@keyframes slideInDown{0%{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes slideOutUp{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(-20px)}}.change-avatar-modal{height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1050}.change-avatar-modal.fade.show .modal-dialog{transform:none}.change-avatar-modal .modal-backdrop{background-color:#00000080;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.change-avatar-modal .modal-backdrop.fade{opacity:0;transition:opacity .15s linear}.change-avatar-modal .modal-backdrop.show{opacity:1}.change-avatar-modal .modal-dialog{margin:1.75rem auto;max-width:600px;pointer-events:none;position:relative;width:auto;z-index:1050}.change-avatar-modal .modal-dialog.modal-lg{max-width:600px}.change-avatar-modal .modal-content{background:#1b1c1d;border:0;border-radius:8px;color:#fff;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.change-avatar-modal .modal-header{align-items:center;background:#2c2d30;border-bottom:1px solid #242424;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;font-size:16px;font-weight:400;height:36px;justify-content:space-between;line-height:16px;padding:0 10px}.change-avatar-modal .modal-header .modal-title{color:#fff;font-size:16px;font-weight:400}.change-avatar-modal .modal-header .close{background:#0000;border:0;color:#fff;cursor:pointer;font-size:28px;line-height:1;opacity:.5;padding:5px 15px 5px 5px}.change-avatar-modal .modal-header .close:hover{opacity:1}.change-avatar-modal .modal-header .close span{display:inline-block}.change-avatar-modal .modal-body{flex:1 1 auto;font-size:14px;max-height:500px;overflow-y:auto;padding:20px;position:relative}.change-avatar-modal .modal-body .content{display:flex;justify-content:center;max-height:100%;overflow:hidden;position:relative}.change-avatar-modal .modal-body .content .wrap{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:-8px;margin-right:-8px}.change-avatar-modal .modal-body .content .wrap .game-img{background-position:50%;border:4px solid #333;border-radius:50%;cursor:pointer;height:56px;margin-bottom:8px;margin-right:8px;transition:border-color .2s ease;width:56px}.change-avatar-modal .modal-body .content .wrap .game-img:hover{border-color:#555}.change-avatar-modal .modal-body .content .wrap .game-img.active{border-color:#428a12;cursor:default}.change-avatar-modal .modal-body .content .wrap .game-img.active:hover{border-color:#428a12}.change-avatar-modal .modal-footer{align-items:center;background:#2c2d30;border:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;font-size:14px;justify-content:center;padding:10px}.change-avatar-modal .modal-footer .btn{border-radius:12px;cursor:pointer;font-size:14px;line-height:1.5;margin:0 auto;padding:8px 20px;transition:all .15s ease-in-out}.change-avatar-modal .modal-footer .btn.btn-outline-secondary{background-color:#0000;border:1px solid #6c757d;color:#6c757d}.change-avatar-modal .modal-footer .btn.btn-outline-secondary:hover{background-color:#6c757d;color:#fff}.change-avatar-modal .modal-footer .btn:not(:disabled):not(.disabled){cursor:pointer}@media(max-width:991.98px){.change-avatar-modal .modal-dialog{margin:.5rem;max-width:calc(100% - 1rem)}.change-avatar-modal .modal-body{max-height:400px;padding:15px 10px}.change-avatar-modal .modal-body .content .wrap .game-img{border:3px solid #333;height:48px;margin-bottom:6px;margin-right:6px;width:48px}}.free-bets-modal{-webkit-overflow-scrolling:touch;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.free-bets-modal .modal-dialog{margin:1.75rem auto;max-width:500px;pointer-events:none;position:relative;width:auto}.free-bets-modal .modal-content{background:#1b1c1d;border:0;border-radius:8px;color:#fff;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.free-bets-modal .modal-content .modal-header{align-items:center;background:#2c2d30;border-bottom:1px solid #242424;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;font-size:16px;font-weight:400;height:36px;justify-content:space-between;line-height:16px;padding:0 10px}.free-bets-modal .modal-content .modal-header.canSelect{padding-left:15px}.free-bets-modal .modal-content .modal-header button.close{background:#0000;border:0;color:#fff;cursor:pointer;font-size:28px;line-height:1;opacity:.5;padding:5px 15px 5px 5px}.free-bets-modal .modal-content .modal-header button.close:hover{opacity:1}.free-bets-modal .modal-content .modal-header button.close span{display:inline-block}.free-bets-modal .modal-content .modal-body{flex:1 1 auto;font-size:14px;position:relative}.free-bets-modal .modal-content .modal-body .content-wrapper{position:relative}.free-bets-modal .modal-content .modal-body .content-wrapper .content{align-items:center;display:flex;flex-direction:column;height:100%}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bet-item{color:#d2d2d2;width:100%}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bet-item .item-wrapper .rounded-block{background-color:#252528;border:1px solid #38ca07;border-radius:8px;cursor:pointer}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bet-item .item-wrapper .rounded-block.cash-block.selected .main-row{align-items:center;display:flex;padding:10px 12px}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bet-item .item-wrapper .rounded-block.cash-block.selected .main-row .radio{align-items:center;background-color:#1b1c1d;border:1px solid #38ca07;border-radius:50%;cursor:default;display:inline-flex;flex-direction:column;height:16px;justify-content:center;margin-left:9px;margin-right:0;min-width:16px;width:16px}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bet-item .item-wrapper .rounded-block.cash-block.selected .main-row .radio .dot{background-color:#38ca07;border-radius:50%;display:block;height:8px;width:8px}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bet-item .item-wrapper .rounded-block.cash-block.selected .main-row .cash-block__text{color:#fff;font-size:14px;margin-left:12px}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-top:12px;width:100%}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header.free-bets-header-archive{margin:0 auto}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header .archive-btn{align-items:center;background-color:#252528;border:1px solid #414148;border-radius:17px;color:#b8b8b7;cursor:pointer;display:flex;font-size:12px;padding:4px 8px;transition:all .2s ease}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header .archive-btn:hover{background-color:#2d2d30;color:#fff}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header .archive-btn:hover .close-i,.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header .archive-btn:hover .history-i{opacity:1}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header .archive-btn.disabled{cursor:auto;opacity:.2;pointer-events:none}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header .archive-btn .history-i{flex-shrink:0;height:14px;margin-right:3px;width:15px}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header .archive-btn .history-i svg{display:block;height:100%;width:100%}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header .archive-btn .close-i{align-self:center;flex-shrink:0;height:11px;margin-right:3px;width:11px}.free-bets-modal .modal-content .modal-body .content-wrapper .content .free-bets-header .archive-btn .close-i svg{display:block;height:100%;width:100%}.free-bets-modal .modal-content .modal-body .content-wrapper .content .content__none{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:30px 0;width:100%}.free-bets-modal .modal-content .modal-body .content-wrapper .content .content__none .free-bet-image{align-items:center;display:flex;height:62px;justify-content:center;width:100px}.free-bets-modal .modal-content .modal-body .content-wrapper .content .content__none .free-bet-image svg{height:100%;width:100%}.free-bets-modal .modal-content .modal-body .content-wrapper .content .content__none .none-text{color:#b8b8b7;font-size:14px;margin-top:14px}.d-block{display:block!important}.text-uppercase{text-transform:uppercase!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.pl-1{padding-left:.25rem!important}.pr-2{padding-right:.5rem!important}.wallet-modal{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;scrollbar-width:none;top:0;width:100%;z-index:1050}.wallet-modal::-webkit-scrollbar{display:none}.wallet-modal .modal-dialog{margin:1.75rem auto;max-width:700px;pointer-events:none;position:relative;width:auto}.wallet-modal .modal-content{background:#1b1c1d;border:0;border-radius:8px;color:#fff;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.wallet-modal .modal-content .modal-header{align-items:center;background:#2c2d30;border-bottom:1px solid #242424;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;font-size:16px;font-weight:400;height:36px;justify-content:space-between;line-height:16px;padding:0 10px}.wallet-modal .modal-content .modal-header button.close{background:#0000;border:0;color:#fff;cursor:pointer;font-size:28px;line-height:1;opacity:.5;padding:5px 15px 5px 5px}.wallet-modal .modal-content .modal-header button.close:hover{opacity:1}.wallet-modal .modal-content .modal-header button.close span{display:inline-block}.wallet-modal .modal-content .modal-body{flex:1 1 auto;font-size:14px;padding:0;position:relative}.wallet-modal .modal-content .modal-body .wallet-tabs{background:#252528;border-bottom:1px solid #242424;display:flex;gap:0}.wallet-modal .modal-content .modal-body .wallet-tabs .wallet-tab{background:none;border:none;border-bottom:3px solid #0000;color:#9ca3af;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;margin-bottom:-1px;padding:12px 16px;transition:all .2s}.wallet-modal .modal-content .modal-body .wallet-tabs .wallet-tab:hover:not(:disabled){background-color:#ffffff0d;color:#e5e7eb}.wallet-modal .modal-content .modal-body .wallet-tabs .wallet-tab.active{background-color:#38ca071a;border-bottom-color:#38ca07;color:#38ca07}.wallet-modal .modal-content .modal-body .wallet-tabs .wallet-tab:disabled{cursor:not-allowed;opacity:.5}.wallet-modal .modal-content .modal-body .tab-content{animation:fadeIn .3s ease-out;padding:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.wallet-modal .modal-content .modal-body .form-group{margin-bottom:20px}.wallet-modal .modal-content .modal-body .form-group label{color:#e5e7eb;display:block;font-size:13px;font-weight:500;margin-bottom:8px}.wallet-modal .modal-content .modal-body .form-group input{background-color:#000;border:1px solid #414148;border-radius:8px;color:#fff;font-size:14px;padding:10px 14px;transition:all .2s;width:100%}.wallet-modal .modal-content .modal-body .form-group input:focus{background-color:#000c;border-color:#38ca07;outline:none}.wallet-modal .modal-content .modal-body .form-group input::placeholder{color:#6b7280}.wallet-modal .modal-content .modal-body .form-group .input-hint{color:#868b8d;font-size:11px;margin-top:6px}.wallet-modal .modal-content .modal-body .form-group .error-message{color:#ef4444;font-size:12px;margin-top:6px}.wallet-modal .modal-content .modal-body .amount-presets{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.wallet-modal .modal-content .modal-body .amount-presets button{background-color:#252528;border:1px solid #414148;border-radius:8px;color:#e5e7eb;cursor:pointer;font-size:13px;font-weight:500;padding:10px;transition:all .2s}.wallet-modal .modal-content .modal-body .amount-presets button:hover{background-color:#38ca0733;border-color:#38ca07;color:#fff}.wallet-modal .modal-content .modal-body .amount-presets button.active{background-color:#38ca074d;border-color:#38ca07;color:#fff}.wallet-modal .modal-content .modal-body .action-button{background:#28a909;border:1px solid #b2f2a3;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:10px;padding:12px;transition:all .2s;width:100%}.wallet-modal .modal-content .modal-body .action-button:hover:not(:disabled){background:#20900a}.wallet-modal .modal-content .modal-body .action-button:active:not(:disabled){transform:translateY(1px)}.wallet-modal .modal-content .modal-body .action-button:disabled{cursor:not-allowed;opacity:.5}.wallet-modal .modal-content .modal-body .processing-status{padding:40px 20px;text-align:center}.wallet-modal .modal-content .modal-body .processing-status .spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#38ca07;height:50px;margin:0 auto 20px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.wallet-modal .modal-content .modal-body .processing-status h3{color:#fff;font-size:16px;font-weight:600;margin-bottom:10px}.wallet-modal .modal-content .modal-body .processing-status p{color:#868b8d;font-size:13px;line-height:1.6;margin-top:8px}.wallet-modal .modal-content .modal-body .success-status{padding:40px 20px;text-align:center}.wallet-modal .modal-content .modal-body .success-status .success-icon{align-items:center;background:#28a909;border:2px solid #b2f2a3;border-radius:50%;color:#fff;display:flex;font-size:36px;height:70px;justify-content:center;margin:0 auto 20px;width:70px}.wallet-modal .modal-content .modal-body .success-status h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:10px}.wallet-modal .modal-content .modal-body .success-status .amount-display{color:#38ca07;font-size:28px;font-weight:700;margin-bottom:15px}.wallet-modal .modal-content .modal-body .success-status p{color:#868b8d;font-size:13px;line-height:1.6}.wallet-modal .modal-content .modal-body .coming-soon{padding:40px 20px;text-align:center}.wallet-modal .modal-content .modal-body .coming-soon .coming-soon-icon{font-size:50px;margin-bottom:15px}.wallet-modal .modal-content .modal-body .coming-soon h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:10px}.wallet-modal .modal-content .modal-body .coming-soon p{color:#868b8d;font-size:13px;line-height:1.6;margin-bottom:0}.wallet-modal .modal-content .modal-body .info-box{background-color:#38ca071a;border:1px solid #38ca074d;border-radius:8px;margin-top:15px;padding:12px}.wallet-modal .modal-content .modal-body .info-box p{color:#b2f2a3;font-size:12px;line-height:1.5;margin:0}.wallet-modal .modal-content .modal-body .withdrawal-history{border-top:1px solid #242424;margin-top:25px;padding-top:20px}.wallet-modal .modal-content .modal-body .withdrawal-history h4{color:#fff;font-size:14px;font-weight:600;margin-bottom:12px}.wallet-modal .modal-content .modal-body .withdrawal-history .history-list{display:flex;flex-direction:column;gap:10px}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item{background-color:#252528;border:1px solid #414148;border-radius:8px;padding:12px}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-header .history-trx{color:#e5e7eb;font-family:monospace;font-size:12px;font-weight:500}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-header .status-badge{border-radius:10px;font-size:10px;font-weight:500;padding:3px 8px;text-transform:uppercase}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-header .status-badge.status-0{background-color:#fbbf2433;color:#fbbf24}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-header .status-badge.status-1{background-color:#38ca0733;color:#38ca07}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-header .status-badge.status-2{background-color:#ef444433;color:#ef4444}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-header .status-badge.status-3{background-color:#3b82f633;color:#3b82f6}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-header .status-badge.status-4{background-color:#38ca0733;color:#38ca07}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-body{color:#868b8d;font-size:11px;line-height:1.6}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-body .final-amount{color:#38ca07;font-weight:600;margin-top:4px}.wallet-modal .modal-content .modal-body .withdrawal-history .history-item .history-item-footer{color:#6b7280;font-size:10px;margin-top:8px}.wallet-modal .modal-content .modal-body .transaction-tabs{background:#1b1c1d;border-bottom:1px solid #242424;display:flex;gap:0;margin:0 -20px 20px}.wallet-modal .modal-content .modal-body .transaction-tabs .transaction-tab{background:none;border:none;border-bottom:3px solid #0000;color:#9ca3af;cursor:pointer;flex:1 1;font-size:13px;font-weight:500;margin-bottom:-1px;padding:12px 16px;transition:all .2s}.wallet-modal .modal-content .modal-body .transaction-tabs .transaction-tab:hover:not(:disabled){background-color:#ffffff0d;color:#e5e7eb}.wallet-modal .modal-content .modal-body .transaction-tabs .transaction-tab.active{background-color:#38ca071a;border-bottom-color:#38ca07;color:#38ca07}.wallet-modal .modal-content .modal-body .transaction-tabs .transaction-tab:disabled{cursor:not-allowed;opacity:.5}.wallet-modal .modal-content .modal-body .history-content{position:relative}.wallet-modal .modal-content .modal-body .history-content .scroll-hint{animation:fadeInOut 3s ease-in-out;background:#38ca07e6;border-radius:6px;color:#fff;font-size:11px;font-weight:600;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:10}.wallet-modal .modal-content .modal-body .history-content .scroll-hint:before{content:"← Scroll →"}@keyframes fadeInOut{0%,to{opacity:0}10%,90%{opacity:1}}.wallet-modal .modal-content .modal-body .history-content .history-table-wrapper{-webkit-overflow-scrolling:touch;background-color:#000;border:1px solid #414148;border-radius:8px;overflow-x:auto;overflow-y:visible;position:relative;width:100%}.wallet-modal .modal-content .modal-body .history-content .history-table-wrapper::-webkit-scrollbar{height:10px}.wallet-modal .modal-content .modal-body .history-content .history-table-wrapper::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.wallet-modal .modal-content .modal-body .history-content .history-table-wrapper::-webkit-scrollbar-thumb{background:#38ca0780;border-radius:4px}.wallet-modal .modal-content .modal-body .history-content .history-table-wrapper::-webkit-scrollbar-thumb:hover{background:#38ca07b3}.wallet-modal .modal-content .modal-body .history-content .history-table-wrapper:after{background:linear-gradient(270deg,#000c,#0000);bottom:0;content:"";opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s;width:30px}.wallet-modal .modal-content .modal-body .history-content .history-table-wrapper:hover:after{opacity:1}.wallet-modal .modal-content .modal-body .history-content .history-table-container{max-height:450px;overflow-x:visible;overflow-y:auto}.wallet-modal .modal-content .modal-body .history-content .history-table-container::-webkit-scrollbar{width:8px}.wallet-modal .modal-content .modal-body .history-content .history-table-container::-webkit-scrollbar-track{background:#ffffff0d}.wallet-modal .modal-content .modal-body .history-content .history-table-container::-webkit-scrollbar-thumb{background:#38ca0780;border-radius:4px}.wallet-modal .modal-content .modal-body .history-content .history-table-container::-webkit-scrollbar-thumb:hover{background:#38ca07b3}.wallet-modal .modal-content .modal-body .history-content .history-table{border-collapse:collapse;font-size:12px;min-width:800px;table-layout:auto;width:100%}.wallet-modal .modal-content .modal-body .history-content .history-table thead{background-color:#2c2d30;position:-webkit-sticky;position:sticky;top:0;z-index:1}.wallet-modal .modal-content .modal-body .history-content .history-table thead tr th{border-bottom:2px solid #414148;color:#b2f2a3;font-size:11px;font-weight:600;letter-spacing:.5px;min-width:100px;padding:12px 10px;text-align:left;text-transform:uppercase;white-space:nowrap}.wallet-modal .modal-content .modal-body .history-content .history-table thead tr th:first-child{min-width:140px}.wallet-modal .modal-content .modal-body .history-content .history-table thead tr th:nth-child(3){min-width:130px}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr{border-bottom:1px solid #ffffff0d;transition:background-color .2s}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr:hover{background-color:#38ca070d}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr:last-child{border-bottom:none}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td{color:#d2d2d2;padding:14px 10px;vertical-align:middle;white-space:nowrap}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.trx-cell{color:#868b8d;font-family:Courier New,monospace;font-size:11px}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.amount-cell{color:#38ca07;font-size:13px;font-weight:700;white-space:nowrap}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.receipt-cell{color:#fff;font-family:Courier New,monospace;font-size:11px;font-weight:600}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.phone-cell{color:#868b8d;font-family:monospace;font-size:11px}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.date-cell{color:#868b8d;font-size:11px;white-space:nowrap}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.charge-cell{color:#f59e0b;font-size:12px;font-weight:600;white-space:nowrap}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.final-amount-cell{color:#38ca07;font-size:13px;font-weight:700;white-space:nowrap}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.status-cell .status-badge{border-radius:12px;display:inline-block;font-size:10px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.status-cell .status-badge.status-completed{background-color:#38ca0733;border:1px solid #38ca074d;color:#38ca07}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.status-cell .status-badge.status-0{background-color:#fbbf2433;border:1px solid #fbbf244d;color:#fbbf24}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.status-cell .status-badge.status-1{background-color:#38ca0733;border:1px solid #38ca074d;color:#38ca07}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.status-cell .status-badge.status-2{background-color:#ef444433;border:1px solid #ef44444d;color:#ef4444}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.status-cell .status-badge.status-3{background-color:#3b82f633;border:1px solid #3b82f64d;color:#3b82f6}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.status-cell .status-badge.status-4{background-color:#38ca0733;border:1px solid #38ca074d;color:#38ca07}.wallet-modal .modal-content .modal-body .history-content .pagination{align-items:center;border-top:1px solid #242424;display:flex;gap:15px;justify-content:center;margin-top:20px;padding-top:20px}.wallet-modal .modal-content .modal-body .history-content .pagination .pagination-btn{background:#28a909;border:1px solid #b2f2a3;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:8px 16px;transition:all .2s}.wallet-modal .modal-content .modal-body .history-content .pagination .pagination-btn:hover:not(:disabled){background:#20900a}.wallet-modal .modal-content .modal-body .history-content .pagination .pagination-btn:active:not(:disabled){transform:translateY(1px)}.wallet-modal .modal-content .modal-body .history-content .pagination .pagination-btn:disabled{background:#252528;border-color:#414148;color:#6b7280;cursor:not-allowed;opacity:.4}.wallet-modal .modal-content .modal-body .history-content .pagination .pagination-info{color:#e5e7eb;font-size:13px;font-weight:500;min-width:120px;text-align:center}.wallet-modal .modal-content .modal-body .empty-state{padding:60px 20px;text-align:center}.wallet-modal .modal-content .modal-body .empty-state .empty-icon{font-size:60px;margin-bottom:20px;opacity:.5}.wallet-modal .modal-content .modal-body .empty-state h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:12px}.wallet-modal .modal-content .modal-body .empty-state p{color:#868b8d;font-size:13px;line-height:1.6;margin:0 auto;max-width:400px}.wallet-modal .modal-content .modal-body .affiliates-content .stats-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.wallet-modal .modal-content .modal-body .affiliates-content .stats-grid .stat-card{background-color:#252528;border:1px solid #414148;border-radius:8px;padding:14px;text-align:center}.wallet-modal .modal-content .modal-body .affiliates-content .stats-grid .stat-card .stat-value{color:#38ca07;font-size:18px;font-weight:700;margin-bottom:6px}.wallet-modal .modal-content .modal-body .affiliates-content .stats-grid .stat-card .stat-label{color:#868b8d;font-size:11px}.wallet-modal .modal-content .modal-body .affiliates-content .referral-code-section,.wallet-modal .modal-content .modal-body .affiliates-content .referral-link-section{margin-bottom:18px}.wallet-modal .modal-content .modal-body .affiliates-content .referral-code-section h4,.wallet-modal .modal-content .modal-body .affiliates-content .referral-link-section h4{color:#fff;font-size:13px;font-weight:600;margin-bottom:8px}.wallet-modal .modal-content .modal-body .affiliates-content .referral-code-section .code-display,.wallet-modal .modal-content .modal-body .affiliates-content .referral-link-section .code-display{align-items:center;background-color:#000;border:1px solid #414148;border-radius:8px;display:flex;gap:8px;padding:10px 12px}.wallet-modal .modal-content .modal-body .affiliates-content .referral-code-section .code-display code,.wallet-modal .modal-content .modal-body .affiliates-content .referral-link-section .code-display code{color:#e5e7eb;flex:1 1;font-family:Courier New,monospace;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet-modal .modal-content .modal-body .affiliates-content .referral-code-section .code-display code.link-code,.wallet-modal .modal-content .modal-body .affiliates-content .referral-link-section .code-display code.link-code{font-size:11px}.wallet-modal .modal-content .modal-body .affiliates-content .referral-code-section .code-display .copy-btn,.wallet-modal .modal-content .modal-body .affiliates-content .referral-link-section .code-display .copy-btn{background:#28a909;border:1px solid #b2f2a3;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-size:11px;font-weight:500;padding:5px 10px;transition:all .2s}.wallet-modal .modal-content .modal-body .affiliates-content .referral-code-section .code-display .copy-btn:hover,.wallet-modal .modal-content .modal-body .affiliates-content .referral-link-section .code-display .copy-btn:hover{background:#20900a}.wallet-modal .modal-content .modal-body .affiliates-content .commission-rates{background-color:#252528;border:1px solid #414148;border-radius:8px;margin-bottom:18px;padding:12px}.wallet-modal .modal-content .modal-body .affiliates-content .commission-rates h4{color:#fff;font-size:13px;font-weight:600;margin-bottom:10px}.wallet-modal .modal-content .modal-body .affiliates-content .commission-rates ul{list-style:none;margin:0;padding:0}.wallet-modal .modal-content .modal-body .affiliates-content .commission-rates ul li{color:#868b8d;display:flex;font-size:12px;justify-content:space-between;padding:5px 0}.wallet-modal .modal-content .modal-body .affiliates-content .commission-rates ul li strong{color:#38ca07}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals{margin-top:18px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-header h4{color:#fff;font-size:14px;font-weight:600;margin:0}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-header .toggle-view-btn{background:#28a909;border:1px solid #b2f2a3;border-radius:6px;color:#fff;cursor:pointer;font-size:11px;font-weight:500;padding:5px 12px;transition:all .2s}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-header .toggle-view-btn:hover{background:#20900a}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-header .toggle-view-btn:active{transform:translateY(1px)}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table-container{background-color:#252528;border:1px solid #414148;border-radius:8px;max-height:400px;overflow:hidden;overflow-y:auto}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table-container::-webkit-scrollbar{width:6px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table-container::-webkit-scrollbar-track{background:#ffffff0d}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table-container::-webkit-scrollbar-thumb{background:#38ca0780;border-radius:3px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table-container::-webkit-scrollbar-thumb:hover{background:#38ca07b3}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table{border-collapse:collapse;font-size:12px;width:100%}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table thead{background-color:#38ca0726;position:-webkit-sticky;position:sticky;top:0;z-index:1}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table thead tr th{border-bottom:1px solid #38ca074d;color:#b2f2a3;font-size:11px;font-weight:600;letter-spacing:.3px;padding:10px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr{border-bottom:1px solid #ffffff0d;transition:background-color .2s}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr:hover{background-color:#ffffff08}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr:last-child{border-bottom:none}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr td{color:#d2d2d2;padding:12px;vertical-align:middle}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr td.username-cell{color:#fff;font-weight:500}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr td.name-cell{color:#fff;font-weight:500;white-space:nowrap}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr td.mobile-cell{color:#868b8d;font-family:monospace;font-size:11px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr td.balance-cell{color:#3b82f6;font-weight:600;white-space:nowrap}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr td.earnings-cell{color:#38ca07;font-weight:600;white-space:nowrap}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr td.bets-cell{color:#868b8d;text-align:center}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr td.date-cell{color:#6b7280;font-size:11px;white-space:nowrap}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr td.status-cell .status-badge{background-color:#38ca0733;border-radius:10px;color:#38ca07;display:inline-block;font-size:10px;font-weight:500;padding:3px 8px;text-transform:capitalize}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table.detailed{font-size:11px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table.detailed thead tr th{font-size:10px;padding:8px 10px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table.detailed tbody tr td{padding:10px}@media(max-width:600px){.wallet-modal .modal-dialog{margin:.5rem}.wallet-modal .modal-content .modal-body .amount-presets{grid-template-columns:repeat(2,1fr)}.wallet-modal .modal-content .modal-body .transaction-tabs .transaction-tab{font-size:12px;padding:10px 12px}.wallet-modal .modal-content .modal-body .history-content .history-table-wrapper{border-radius:6px}.wallet-modal .modal-content .modal-body .history-content .history-table-wrapper::-webkit-scrollbar{height:8px}.wallet-modal .modal-content .modal-body .history-content .history-table-wrapper:after{background:linear-gradient(270deg,#000000e6,#0000);width:20px}.wallet-modal .modal-content .modal-body .history-content .history-table-container{max-height:350px}.wallet-modal .modal-content .modal-body .history-content .history-table{font-size:11px;min-width:650px}.wallet-modal .modal-content .modal-body .history-content .history-table thead tr th{font-size:10px;min-width:80px;padding:10px 8px}.wallet-modal .modal-content .modal-body .history-content .history-table thead tr th:first-child{min-width:120px}.wallet-modal .modal-content .modal-body .history-content .history-table thead tr th:nth-child(3){min-width:110px}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td{font-size:11px;padding:12px 8px}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.date-cell,.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.phone-cell,.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.receipt-cell,.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.trx-cell{font-size:10px}.wallet-modal .modal-content .modal-body .history-content .history-table tbody tr td.status-cell .status-badge{font-size:9px;padding:3px 6px}.wallet-modal .modal-content .modal-body .history-content .pagination{flex-direction:row;gap:12px;justify-content:center;margin-top:15px;padding-top:15px}.wallet-modal .modal-content .modal-body .history-content .pagination .pagination-btn{flex-shrink:0;font-size:11px;padding:8px 16px;width:auto}.wallet-modal .modal-content .modal-body .history-content .pagination .pagination-info{flex-shrink:0;font-size:12px;min-width:auto}.wallet-modal .modal-content .modal-body .affiliates-content .stats-grid{grid-template-columns:1fr}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-header{align-items:flex-start;flex-direction:column;gap:8px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-header .toggle-view-btn{padding:7px 12px;width:100%}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table-container{overflow-x:auto}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table-container::-webkit-scrollbar{height:4px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table{font-size:10px;min-width:500px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table thead tr th{font-size:9px;padding:8px 6px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table tbody tr td{font-size:10px;padding:8px 6px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table.detailed{font-size:9px;min-width:700px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table.detailed thead tr th{font-size:8px;padding:6px 4px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table.detailed tbody tr td{font-size:9px;padding:6px 4px}.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table.detailed tbody tr td.date-cell,.wallet-modal .modal-content .modal-body .affiliates-content .recent-referrals .referrals-table.detailed tbody tr td.mobile-cell{font-size:9px}}@media(max-width:400px){.wallet-modal .modal-content .modal-body .history-content .pagination{gap:8px}.wallet-modal .modal-content .modal-body .history-content .pagination .pagination-btn{font-size:10px;padding:6px 12px}.wallet-modal .modal-content .modal-body .history-content .pagination .pagination-info{font-size:11px}}.chat-panel{background:#000;bottom:0;max-height:100vh;position:fixed;right:0;top:0;width:360px;z-index:850}@media(max-width:768px){.chat-panel{width:100%;z-index:1000}}.chat-panel-wrapper{display:flex;flex-direction:column;height:100%}.chat-panel-header{flex-shrink:0;padding:8px}.chat-header-container{background:#242424;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 0 4px #141414e0;padding:8px}.chat-header-buttons{justify-content:space-between}.chat-header-btn,.chat-header-buttons{align-items:center;display:flex;height:32px}.chat-header-btn{background:#2e2e2e;border:none;border-radius:50%;cursor:pointer;justify-content:center;padding:0;transition:background-color .2s ease;width:32px}.chat-header-btn:hover{background:#3a3a3a}.chat-header-btn:hover svg path{fill:#fff;transition:fill .2s ease}.chat-header-btn svg{display:block}.online-users-counter{align-items:center;display:flex;font-size:14px;gap:4px;line-height:1.5}.online-users-counter .online-label{color:#8f8f8f;font-weight:400}.online-users-counter .online-count{color:#60e572;font-weight:700}.chat-messages-container{height:100%;min-height:0;overflow-y:auto;position:relative}.chat-messages-container::-webkit-scrollbar{width:6px}.chat-messages-container::-webkit-scrollbar-track{background:#0000}.chat-messages-container::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:3px}.chat-messages-container::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.chat-messages-list{display:flex;flex-direction:column;margin:0 auto;overflow-x:hidden;padding:0 8px 8px;width:100%}.user-message-wrapper{display:flex;flex-wrap:nowrap;margin-top:8px;width:100%}.user-message-avatar{flex-shrink:0}.chat-user-avatar{height:32px;position:relative;width:32px}.chat-user-avatar.bot-avatar{height:36px;width:36px}.chat-user-avatar-wrapper{background:#333;border-radius:50%;height:100%;overflow:hidden;width:100%}.avatar-img{height:100%;object-fit:cover;width:100%}.bot-badge{align-items:center;background:#25a708;border-radius:8px;bottom:-6px;color:#fff;display:flex;font-size:10px;font-weight:500;height:15px;justify-content:center;left:0;line-height:1;position:absolute;width:39px}.user-message-body{display:flex;margin:0 8px;width:100%}.user-message-card{background:#242424;border-radius:12px 12px 12px 4px;padding:8px 12px}.user-message-card.text-message{max-width:88%}.user-message-card.bot-message{max-width:100%;width:100%}.user-message-card.bot-message:has(.bot-rain-card){background:linear-gradient(145deg,#2b3224 15.68%,#386013 84.67%)}.user-message-card.bot-message:has(.bot-bet-card):not(:has(.bot-rain-card)){background:#491849}.user-message-card.bet-message{background:#2d1c50;max-width:100%;width:100%}.chat-message-header{align-items:center;display:flex;gap:6px;margin-bottom:4px}.chat-message-header-username{font-size:12px;font-weight:600;line-height:1}.chat-message-header-date{color:#9ea0a3;font-size:12px;line-height:1}.message{word-wrap:break-word;color:#d9d9d9;font-size:14px;line-height:1.4}.user-message-like{flex-shrink:0;padding:0 6px}.chat-message-like,.chat-message-like-wrapper{display:flex;flex-direction:column}.chat-message-like-wrapper{align-items:center}.chat-message-like-btn{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;transition:opacity .2s ease;width:24px}.chat-message-like-btn:hover{opacity:.8}.chat-message-like-icon{display:block}.chat-message-like-likesNumber,.like-count{color:#9ea0a3;font-size:10px;line-height:1;margin-top:2px}.chat-input-section{box-shadow:0 0 4px #141414e0;flex-shrink:0;padding:8px}.chat-input-container{background:#242424;border:1px solid #ffffff1a;border-radius:16px;padding:8px}.input-wrapper{gap:8px}.chat-textarea{background:#0000;border:none;color:#fff;font-family:Inter,sans-serif;font-size:14px;max-height:105px;min-height:25px;outline:none;padding:0;resize:none;width:100%}.chat-textarea::placeholder{color:#8f8f8f}.input-tools{gap:8px;position:relative}.input-tools,.tool-btn{align-items:center;display:flex}.tool-btn{background:#0000;border:none;border-radius:50%;cursor:pointer;height:32px;justify-content:center;padding:0;transition:background-color .2s ease;width:32px}.tool-btn:hover:not(:disabled){background:#2e2e2e}.tool-btn:disabled{cursor:not-allowed;opacity:.5}.tool-btn svg{display:block}.tool-btn.rain-btn .rain-icon{transition:fill .2s ease}.tool-btn.send-btn{margin-left:auto}.char-counter-centered{align-items:center;display:flex;justify-content:center;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%)}.char-counter{align-items:center;color:#8f8f8f;display:flex;font-size:12px;gap:4px}.char-counter svg{display:block}.char-counter span{line-height:1}.scroll-to-bottom-btn{bottom:16px;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:109}.scroll-to-bottom-btn .btn.scroll-to-bottom{align-items:center;background:#60e572;border:none;border-radius:24px;box-shadow:0 4px 16px #00000059;cursor:pointer;display:flex;justify-content:center;padding:10px 20px;pointer-events:all;transition:all .2s ease;white-space:nowrap}.scroll-to-bottom-btn .btn.scroll-to-bottom:hover{background:#52d264;box-shadow:0 6px 20px #00000073;transform:translateY(-3px)}.scroll-to-bottom-btn .btn.scroll-to-bottom:active{box-shadow:0 4px 16px #00000059;transform:translateY(-1px)}.scroll-to-bottom-btn .scroll-to-bottom-content{align-items:center;color:#000;display:flex;font-size:14px;font-weight:600;gap:8px;line-height:1}.scroll-to-bottom-btn .scroll-to-bottom-icon{display:block;flex-shrink:0;height:18px;width:18px}.bot-bet-card{background:#350935;border-radius:12px;margin-top:8px;overflow:hidden;padding:8px;position:relative}.bot-bet-card.free-bet-card{background:#201537}.bet-card-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.bet-player-avatar{background:#333;border-radius:50%;flex-shrink:0;height:36px;overflow:hidden;width:36px}.bet-player-avatar img{height:100%;object-fit:cover;width:100%}.bet-player-username{color:#fff;font-size:14px;font-weight:400}.bet-verified-btn{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;margin-left:auto;padding:0}.bet-verified-btn svg{display:block}.bet-card-stats{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.bet-stat{display:flex;flex-direction:column;font-size:12px}.bet-stat-label{color:#fff6;margin-bottom:2px}.bet-stat-value{color:#fff;font-weight:400}.bet-stat-value.cashout{color:#c017b4;font-weight:700}.bet-stat-value.win{color:#60e572;font-weight:700}.free-bet-badge{border:1px solid #f5a623;border-radius:9999px;color:#f5a623;font-size:10px;font-weight:400;letter-spacing:.5px;padding:1px 7px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.bet-card-divider{align-items:center;display:flex;height:30px;justify-content:space-between;margin:12px -8px;padding:0 8px;position:relative}.divider-line{background:#fff3;height:1px;position:relative}.divider-line.left,.divider-line.right{width:calc(50% - 25px)}.divider-dot{background:#491849;border:1px solid #fff3;border-radius:50%;flex-shrink:0;height:20px;position:absolute;width:20px;z-index:2}.divider-dot.left{left:-2px}.divider-dot.right{right:-2px}.plane-icon{flex-shrink:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}.bot-rain-card{margin-top:4px}.bot-rain-card .rain-card-content{background:#0006;border-radius:12px;display:flex;flex-direction:column;margin-top:4px;padding:8px;width:100%}.bot-rain-card .rain-header{align-items:center;color:#fff;display:flex;font-size:14px;gap:4px;line-height:21px}.bot-rain-card .rain-header .rain-icon{align-items:center;display:flex;flex-shrink:0;font-size:24px;height:32px;justify-content:center;width:32px}.bot-rain-card .rain-header .rain-icon:before{content:"🌧️"}.bot-rain-card .rain-header .rain-title{color:#fff}.bot-rain-card .rain-header .coin-icon{align-items:center;display:flex;flex-shrink:0;font-size:18px;height:24px;justify-content:center;margin-left:auto;width:24px}.bot-rain-card .rain-header .coin-icon:before{content:"🪙"}.bot-rain-card .rain-header .rain-amount-display{color:#fff;font-weight:700}.bot-rain-card .rain-quantity{align-items:center;color:#fff9;display:flex;font-size:12px;justify-content:space-between;line-height:18px;margin-top:2px}.bot-rain-card .rain-quantity .quantity-value{color:#fff;font-weight:500}.bot-rain-card .rain-progress-bar{background:#ffffff1a;border-radius:9999px;display:flex;height:10px;margin:4px 0;padding:2px}.bot-rain-card .rain-progress-bar .rain-progress-fill{background:#ff8547;border-radius:9999px;height:100%;transition:width .3s ease}.bot-rain-card .rain-participants{display:flex;flex-wrap:nowrap;height:20px;margin-bottom:8px}.bot-rain-card .rain-participants .participant-avatar{aspect-ratio:1;background:#333;border:1px solid #fffc;border-radius:50%;box-shadow:0 0 4px #141414e0;flex-shrink:0;height:20px;margin-left:-4px;overflow:hidden;width:20px}.bot-rain-card .rain-participants .participant-avatar:first-child{margin-left:0}.bot-rain-card .rain-participants .participant-avatar img{border-radius:50%;flex-shrink:0;height:100%;object-fit:cover;width:100%}.bot-rain-card .rain-claim-btn{align-items:center;background:#60e572;border:none;border-radius:9999px;box-shadow:0 1px 2px 0 #0000000d;color:#000;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:8px;height:36px;justify-content:center;outline:none;padding:8px 16px;transition:all .15s ease;white-space:nowrap}.bot-rain-card .rain-claim-btn:active:not(:disabled),.bot-rain-card .rain-claim-btn:hover:not(:disabled){background:#50c866}.bot-rain-card .rain-claim-btn.claimed{background:#60e572;cursor:default;opacity:.7}.bot-rain-card .rain-claim-btn.locked,.bot-rain-card .rain-claim-btn:disabled{background:#ef4444;color:#fff;cursor:not-allowed;opacity:.9}.bot-rain-card .rain-claim-btn.locked{cursor:not-allowed}.bot-rain-card .rain-total{align-items:center;color:#fff9;display:flex;font-size:12px;font-weight:400;gap:2px;justify-content:center;line-height:18px;margin-top:4px}.bot-rain-card .rain-total .rain-total-amount{color:#fff;font-weight:800}.chat-rules-modal{-webkit-overflow-scrolling:touch;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1050}.chat-rules-modal .modal-dialog{margin:1.75rem auto;max-width:500px;pointer-events:none;position:relative;width:auto}@media(max-width:575px){.chat-rules-modal .modal-dialog{margin:.5rem;max-width:calc(100% - 1rem)}}.chat-rules-modal .modal-content{background:#1b1c1d;border:0;border-radius:8px;color:#fff;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.chat-rules-modal .modal-content .modal-header{align-items:center;background:#2c2d30;border-bottom:1px solid #242424;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;font-size:16px;font-weight:400;height:36px;justify-content:space-between;line-height:16px;padding:0 10px}.chat-rules-modal .modal-content .modal-header button.close{background:#0000;border:0;color:#fff;cursor:pointer;font-size:28px;line-height:1;opacity:.5;padding:5px 15px 5px 5px}.chat-rules-modal .modal-content .modal-header button.close:hover{opacity:1}.chat-rules-modal .modal-content .modal-header button.close span{display:inline-block}.chat-rules-modal .modal-content .modal-body{flex:1 1 auto;font-size:14px;max-height:60vh;overflow-y:auto;padding:1rem;position:relative}.chat-rules-modal .modal-content .modal-body::-webkit-scrollbar{width:6px}.chat-rules-modal .modal-content .modal-body::-webkit-scrollbar-track{background:#0000}.chat-rules-modal .modal-content .modal-body::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:3px}.chat-rules-modal .modal-content .modal-body::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.chat-rules-modal .modal-content .modal-body .rules-list.pt-2{padding-top:.5rem}.chat-rules-modal .modal-content .modal-body .rules-list .list-group{display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.chat-rules-modal .modal-content .modal-body .rules-list .list-group .list-group-item{background:#0000;border:none;color:#8b8b8b;display:block;font-size:14px;line-height:1.4;margin:0;padding:6px 0 6px 20px;position:relative}.chat-rules-modal .modal-content .modal-body .rules-list .list-group .list-group-item:before{color:#ff1744;content:">";font-size:14px;font-weight:700;left:0;position:absolute;top:6px}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.rain-modal-overlay{align-items:flex-end;background:#0009;bottom:0;display:flex;justify-content:center;position:fixed;right:0;top:0;width:360px;z-index:900}@media(max-width:768px){.rain-modal-overlay{left:0;width:100%}}.rain-modal-container{padding:0;width:100%}.rain-modal-footer{box-shadow:0 0 4px #141414e0;padding:8px}.rain-modal-form{background:#242424;border:1px solid #ffffff1a;border-radius:16px;display:flex;flex-direction:column;padding:8px;position:relative}.rain-modal-header{align-items:center;display:flex;justify-content:space-between}.rain-modal-controls{align-items:center;display:flex;gap:2px;max-width:140px;width:100%}.control-btn{align-items:center;aspect-ratio:1;background:#0000;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;padding:4px;transition:opacity .15s ease}.control-btn:hover{opacity:.5}.control-btn.active{opacity:1}.control-btn svg{display:block}.control-divider{background:#8f8f8f;flex-shrink:0;height:20px;margin-left:4px;margin-right:6px;width:2px}.emoji-icon,.rain-icon{fill:#8f8f8f;transition:fill .15s ease}.rain-icon.active{fill:#60e572}.send-rain-btn{align-items:center;background:#60e572;border:none;border-radius:9999px;color:#000;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:32px;justify-content:center;line-height:18px;padding:8px;transition:background .15s ease}.send-rain-btn:hover{background:#50c866}.send-rain-btn:active{background:#46b35a}.send-rain-btn:disabled{opacity:.65}.rain-modal-content{color:#8f8f8f;font-size:12px;height:255px;justify-content:center;line-height:18px;margin-top:8px;text-align:center}.rain-modal-content,.total-display{align-items:center;display:flex;flex-direction:column}.total-display{font-size:14px;line-height:21px}.total-display .total-label{color:#8f8f8f}.total-display .total-amount{font-feature-settings:lining-nums tabular-nums;color:#fff;font-size:28px;font-variant-numeric:lining-nums tabular-nums;font-weight:700;line-height:42px;text-align:center}.input-controls{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:12px 0;width:100%}.input-control-group{display:flex;flex-direction:column;width:176px}.input-control-group .control-label{color:#8f8f8f;font-size:12px;line-height:18px;margin-bottom:4px}.input-spinner{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:9999px;height:40px;margin-bottom:8px;min-width:130px;width:100%}.input-spinner,.spinner-btn{align-items:center;display:flex;padding:4px}.spinner-btn{aspect-ratio:1;border:none;border-radius:9999px;cursor:pointer;height:32px;justify-content:center;transition:opacity .15s ease}.spinner-btn.minus{background:#8f8f8f}.spinner-btn.plus{background:#60e572}.spinner-btn:hover:not(:disabled){opacity:.8}.spinner-btn:disabled{cursor:not-allowed;opacity:.5}.spinner-btn svg{display:block}.input-wrapper{display:flex;flex:1 1;flex-direction:column}.spinner-input{background:#0000;border:none;border-radius:6px;box-shadow:0 1px 2px 0 #0000000d;color:#fff;font-size:14px;font-weight:700;height:36px;line-height:21px;margin:0 4px;min-width:0;outline:none;padding:12px;text-align:center;transition:color .15s ease,box-shadow .15s ease;width:100%}.spinner-input::placeholder{color:#fff6}.spinner-input::-webkit-inner-spin-button,.spinner-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.spinner-input[type=number]{-moz-appearance:textfield}.spinner-input:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.description{color:#8f8f8f;font-size:12px;line-height:18px;margin-top:12px;max-width:280px;text-align:center}.emoji-modal-overlay{align-items:flex-end;background:#0009;bottom:0;display:flex;justify-content:center;position:fixed;right:0;top:0;width:360px;z-index:900}@media(max-width:768px){.emoji-modal-overlay{left:0;width:100%}}.emoji-modal-container{padding:0;width:100%}.emoji-modal-footer{box-shadow:0 0 4px #141414e0;padding:8px}.emoji-modal-form{background:#242424;border:1px solid #ffffff1a;border-radius:16px;display:flex;flex-direction:column;padding:8px;position:relative}.emoji-modal-textarea{background:#0000;border:none;color:#fff;display:flex;font-size:14px;line-height:21px;margin-bottom:2px;max-height:105px;min-height:25px;outline:none;overflow:hidden;padding:4px;resize:none;width:100%}.emoji-modal-textarea::placeholder{color:#8f8f8f;opacity:.65}.emoji-modal-textarea:disabled{cursor:not-allowed;opacity:.5}.emoji-modal-controls-row{align-items:center;display:flex;justify-content:space-between}.emoji-modal-controls{align-items:center;display:flex;gap:2px;max-width:140px;width:100%}.emoji-control-btn{align-items:center;aspect-ratio:1;background:#0000;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;padding:4px;transition:opacity .15s ease}.emoji-control-btn:hover{opacity:.5}.emoji-control-btn.emoji-active{opacity:1!important}.emoji-control-btn svg{display:block}.emoji-control-divider{background:#8f8f8f;flex-shrink:0;height:20px;margin-left:4px;margin-right:6px;width:2px}.emoji-icon-active{fill:#60e572;transition:fill .15s ease}.rain-icon-inactive{fill:#8f8f8f;transition:fill .15s ease}.emoji-char-counter{align-items:center;color:#8f8f8f;display:flex;font-size:14px;gap:4px;line-height:21px;margin-right:auto;padding-left:8px}.emoji-char-counter svg{flex-shrink:0}.emoji-char-counter span{font-size:14px}.emoji-send-btn{align-items:center;aspect-ratio:1;background:#0000;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;margin-right:2px;padding:4px}.emoji-send-btn:disabled{cursor:not-allowed;opacity:.65}.emoji-send-btn svg{display:block}.emoji-send-btn .send-enabled{fill:#60e572}.emoji-send-btn .send-disabled{fill:#8f8f8f}.emoji-picker-section{margin-top:8px}.emoji-search-container{align-items:center;background:#3d3d3d;border:1px solid #0000;border-radius:9999px;display:flex;gap:8px;height:36px;overflow:hidden;padding:8px 12px;position:relative;transition:border-color .15s ease}.emoji-search-container:focus-within{border-color:#60e572}.emoji-search-container svg{flex-shrink:0}.emoji-search-input{background:#0000;border:none;color:#fff;flex:1 1;font-size:14px;font-weight:400;height:36px;line-height:21px;min-width:0;outline:none;padding:0;width:100%}.emoji-search-input::placeholder{color:#8f8f8f;opacity:.65}.emoji-grid-container{display:flex;font-size:13px;height:178px;margin-top:10px;width:100%}.emoji-grid{grid-gap:4px;display:grid;gap:4px;grid-auto-flow:column;grid-template-rows:repeat(5,32px);overflow-x:scroll;overflow-y:hidden;position:relative;width:100%}.emoji-grid::-webkit-scrollbar{height:6px}.emoji-grid::-webkit-scrollbar-track{background:#0000}.emoji-grid::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:3px}.emoji-grid::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.emoji-item{align-items:center;cursor:pointer;display:flex;font-size:24px;justify-content:center;text-align:center;transition:transform .1s ease;-webkit-user-select:none;user-select:none;width:32px}.emoji-item:hover{transform:scale(1.2)}.emoji-item:active{transform:scale(1)}.previous-round-result{align-items:center;background:#141516;border-radius:14px;display:flex;flex-direction:column;height:68px;justify-content:center;margin-bottom:4px;min-width:300px;padding:8px;width:100%}.previous-round-result .result-text{font-feature-settings:"tnum" on,"lnum" on,lining-nums tabular-nums;color:#bbbfc5;font-size:12px;font-variant-numeric:lining-nums tabular-nums;font-weight:500;letter-spacing:-.18px;margin-bottom:2px;text-align:center}.previous-round-result .result-multiplier{font-feature-settings:"tnum" on,"lnum" on,lining-nums tabular-nums;font-size:24px;font-style:normal;font-variant-numeric:lining-nums tabular-nums;font-weight:700;line-height:normal;text-align:center}.top-tab-switcher{background:#141516;border-radius:16px;display:flex;flex-direction:column;margin-bottom:4px;padding:4px;position:relative;width:100%}.top-tab-switcher .top-tab-switcher-row{align-items:center;display:flex;flex-direction:row}.top-tab-switcher .top-tab-switcher-row:first-child{margin-bottom:4px}.top-tab-switcher .top-tab-switcher__tab{background-color:#0000;border:none;border-radius:12px;color:#a3a3a3;cursor:pointer;font-size:12px;font-style:normal;font-weight:400;height:32px;letter-spacing:-.18px;line-height:normal;padding:0 4px;position:relative;transition:background-color .25s ease-in,color .25s ease-in;width:100%}.top-tab-switcher .top-tab-switcher__tab:hover:not(.top-tab-switcher__tab--active){color:#d0021b}.top-tab-switcher .top-tab-switcher__tab.top-tab-switcher__tab--active{background:#2c2d30;color:#ebebeb;cursor:default}.top-rounds-list-header{align-items:center;color:#7b7b7b;display:flex;font-size:10px;font-weight:500;justify-content:space-between;letter-spacing:-.15px;margin-bottom:4px;padding:4px}.top-rounds-list-header .top-rounds-list-header-item{height:12px;padding:0 4px;text-align:right;width:100%}.top-rounds-list-header .top-rounds-list-header-item:first-child{text-align:left}.top-rounds-list{border-radius:16px;height:100%;margin:0;overflow-y:auto}.top-rounds-list .top-rounds-list-item{align-items:center;border-bottom:1px solid #1f2021;display:flex;justify-content:space-between;min-height:40px;padding:8px 4px}.top-rounds-list .top-rounds-list-item .top-rounds-list-item-column{font-size:12px;font-weight:400;padding:0 4px;text-align:right;width:100%}.top-rounds-list .top-rounds-list-item .top-rounds-list-item-column.date{color:#9ea0a3;text-align:left}.top-rounds-list .top-rounds-list-item .top-rounds-list-item-column.x{font-weight:600}.top-rounds-list .top-rounds-list-item .top-rounds-list-item-column .fairness-btn{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;height:24px;justify-content:center;padding:4px;width:24px}.top-rounds-list .top-rounds-list-item .top-rounds-list-item-column .fairness-btn .fairness-i{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M8 15c-.116 0-.294-.041-.471-.137-3.856-2.112-5.202-3.076-5.202-5.523V4.084c0-.793.308-1.087.978-1.36.745-.308 3.26-1.217 3.999-1.45.219-.061.472-.116.697-.116.233 0 .486.048.704.116.732.246 3.254 1.142 3.999 1.45.67.28.978.567.978 1.36V9.34c0 2.447-1.292 3.507-5.202 5.523A1.172 1.172 0 0 1 8 15Zm-.76-3.923c.26 0 .479-.13.629-.363l3.206-4.99c.096-.15.178-.321.178-.478 0-.356-.315-.595-.656-.595-.212 0-.403.123-.554.355L7.16 9.533l-.32-.682-.027-.041L5.52 7.18c-.178-.219-.342-.301-.554-.301a.633.633 0 0 0-.629.636c0 .171.062.335.185.485l1.675 2.038c.199.253.404.362.663.362.007 0 .007 0 .014-.007.007 0 .014.007.021.007a.384.384 0 0 0 .26-.11.169.169 0 0 0 .048-.048l.034-.041.007-.007.007-.007.007-.007c.02-.027.027-.034.027-.041Z' fill='%239ea0a3'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain;height:16px;width:16px}.top-rounds-list .top-rounds-list-item .top-rounds-list-item-column .fairness-btn:hover .fairness-i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M8 15c-.116 0-.294-.041-.471-.137-3.856-2.112-5.202-3.076-5.202-5.523V4.084c0-.793.308-1.087.978-1.36.745-.308 3.26-1.217 3.999-1.45.219-.061.472-.116.697-.116.233 0 .486.048.704.116.732.246 3.254 1.142 3.999 1.45.67.28.978.567.978 1.36V9.34c0 2.447-1.292 3.507-5.202 5.523A1.172 1.172 0 0 1 8 15Zm-.76-3.923c.26 0 .479-.13.629-.363l3.206-4.99c.096-.15.178-.321.178-.478 0-.356-.315-.595-.656-.595-.212 0-.403.123-.554.355L7.16 9.533l-.32-.682-.027-.041L5.52 7.18c-.178-.219-.342-.301-.554-.301a.633.633 0 0 0-.629.636c0 .171.062.335.185.485l1.675 2.038c.199.253.404.362.663.362.007 0 .007 0 .014-.007.007 0 .014.007.021.007a.384.384 0 0 0 .26-.11.169.169 0 0 0 .048-.048l.034-.041.007-.007.007-.007.007-.007c.02-.027.027-.034.027-.041Z' fill='%23fff'/%3E%3C/svg%3E")}.top-wins-list{border-radius:16px;height:100%;margin:4px 0 0;overflow-y:auto;padding:0}.top-wins-list .top-wins-list-item{background:#1a1b1e;border-bottom:1px solid #0e0e0e;border-radius:0;display:flex;flex-direction:column;margin-bottom:0;padding:12px 8px}.top-wins-list .top-wins-list-item:first-child{border-radius:16px 16px 0 0}.top-wins-list .top-wins-list-item:last-child{border-bottom:none;border-radius:0 0 16px 16px}.top-wins-list .top-wins-list-item .top-wins-list-item-row{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.top-wins-list .top-wins-list-item .top-wins-list-item-row:first-child{align-items:center;margin-bottom:12px}.top-wins-list .top-wins-list-item .top-wins-list-item-row .avatar{border-radius:50%;flex-shrink:0;height:32px;width:32px}.top-wins-list .top-wins-list-item .top-wins-list-item-row .column{display:flex;flex-direction:column}.top-wins-list .top-wins-list-item .top-wins-list-item-row .column.username-date{flex:1 1;margin-left:8px;margin-right:auto;min-width:0}.top-wins-list .top-wins-list-item .top-wins-list-item-row .column.username-date .username{color:#ebebeb;font-size:12px;font-weight:500;line-height:14px;margin-bottom:4px}.top-wins-list .top-wins-list-item .top-wins-list-item-row .column.username-date .date{color:#7b7b7b;font-size:10px;font-weight:400;line-height:12px}.top-wins-list .top-wins-list-item .top-wins-list-item-row .column.bet-details{flex:1 1;gap:8px;min-width:0}.top-wins-list .top-wins-list-item .top-wins-list-item-row .column.bet-details:first-child{margin-right:16px}.top-wins-list .top-wins-list-item .top-wins-list-item-row .column.bet-details .bet-details-row{align-items:center;display:flex;gap:8px;justify-content:space-between}.top-wins-list .top-wins-list-item .top-wins-list-item-row .column.bet-details .bet-details-row .description{color:#7b7b7b;font-size:10px;font-weight:400;line-height:12px;white-space:nowrap}.top-wins-list .top-wins-list-item .top-wins-list-item-row .column.bet-details .bet-details-row .value{color:#ebebeb;font-size:12px;font-weight:600;line-height:14px;text-align:right;white-space:nowrap}.top-wins-list .top-wins-list-item .top-wins-list-item-row .buttons-group{display:flex;flex-shrink:0;gap:4px;margin-left:8px}.top-wins-list .top-wins-list-item .top-wins-list-item-row .buttons-group .btn{align-items:center;background:#2c2d30;border:none;border-radius:64px;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:opacity .2s ease;width:32px}.top-wins-list .top-wins-list-item .top-wins-list-item-row .buttons-group .btn:first-child{margin-right:8px}.top-wins-list .top-wins-list-item .top-wins-list-item-row .buttons-group .btn:hover{opacity:.8}.top-wins-list .top-wins-list-item .top-wins-list-item-row .buttons-group .btn .icon{height:32px;width:32px}.top-wins-list .top-wins-list-item .top-wins-list-item-row .buttons-group .btn .icon.share-i{background:url(/static/media/message-icon.eddd2a6f60da6847ffb5.svg) no-repeat 50%;background-size:contain}.top-wins-list .top-wins-list-item .top-wins-list-item-row .buttons-group .btn .icon.fairness-i{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M8 15c-.116 0-.294-.041-.471-.137-3.856-2.112-5.202-3.076-5.202-5.523V4.084c0-.793.308-1.087.978-1.36.745-.308 3.26-1.217 3.999-1.45.219-.061.472-.116.697-.116.233 0 .486.048.704.116.732.246 3.254 1.142 3.999 1.45.67.28.978.567.978 1.36V9.34c0 2.447-1.292 3.507-5.202 5.523A1.172 1.172 0 0 1 8 15Zm-.76-3.923c.26 0 .479-.13.629-.363l3.206-4.99c.096-.15.178-.321.178-.478 0-.356-.315-.595-.656-.595-.212 0-.403.123-.554.355L7.16 9.533l-.32-.682-.027-.041L5.52 7.18c-.178-.219-.342-.301-.554-.301a.633.633 0 0 0-.629.636c0 .171.062.335.185.485l1.675 2.038c.199.253.404.362.663.362.007 0 .007 0 .014-.007.007 0 .014.007.021.007a.384.384 0 0 0 .26-.11.169.169 0 0 0 .048-.048l.034-.041.007-.007.007-.007.007-.007c.02-.027.027-.034.027-.041Z' fill='%23A3A3A3'/%3E%3C/svg%3E") no-repeat 50%;background-size:16px 16px}.top-wins-list .top-wins-list-item .top-wins-list-item-row .buttons-group .btn:hover .icon.fairness-i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M8 15c-.116 0-.294-.041-.471-.137-3.856-2.112-5.202-3.076-5.202-5.523V4.084c0-.793.308-1.087.978-1.36.745-.308 3.26-1.217 3.999-1.45.219-.061.472-.116.697-.116.233 0 .486.048.704.116.732.246 3.254 1.142 3.999 1.45.67.28.978.567.978 1.36V9.34c0 2.447-1.292 3.507-5.202 5.523A1.172 1.172 0 0 1 8 15Zm-.76-3.923c.26 0 .479-.13.629-.363l3.206-4.99c.096-.15.178-.321.178-.478 0-.356-.315-.595-.656-.595-.212 0-.403.123-.554.355L7.16 9.533l-.32-.682-.027-.041L5.52 7.18c-.178-.219-.342-.301-.554-.301a.633.633 0 0 0-.629.636c0 .171.062.335.185.485l1.675 2.038c.199.253.404.362.663.362.007 0 .007 0 .014-.007.007 0 .014.007.021.007a.384.384 0 0 0 .26-.11.169.169 0 0 0 .048-.048l.034-.041.007-.007.007-.007.007-.007c.02-.027.027-.034.027-.041Z' fill='%23fff'/%3E%3C/svg%3E")}.top-list-wrapper{display:flex;flex:1 1;flex-direction:column;height:100%;min-height:0;overflow:hidden}.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%}.bets-footer{align-items:center;background:#1b1c1d;border:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;font-size:14px;justify-content:space-between;padding:10px}.bets-footer .provably-fair-block{align-items:center;background-color:#0000;border:none;color:#525252;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:500;gap:8px;line-height:12px;padding:0}.bets-footer .provably-fair-block .i-fair{align-items:center;color:#525252;display:flex;height:16px;justify-content:center;width:16px}.bets-footer .provably-fair-block .i-fair svg{display:block;height:12px;width:12px}.bets-footer .provably-fair-block:hover,.bets-footer .provably-fair-block:hover .i-fair{color:#fff}.bets-footer .logo-block{align-items:center;display:flex}.bets-footer .logo-block .logo-btn{align-items:center;color:#525252;display:flex;font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:500;gap:8px;line-height:12px;text-decoration:none;transition:color .2s ease}.bets-footer .logo-block .logo-btn:hover{color:#fff;text-decoration:none}.bets-footer .logo-block .logo-btn .i-logo{align-items:center;background:none;display:flex;height:auto;justify-content:center;margin-left:0;width:auto}.bets-footer .logo-block .logo-btn .i-logo svg{display:block}.bets-footer .logo-block .logo-btn .i-logo svg path{fill:#a3a3a3}.game-play{display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow-y:hidden;padding:0 10px 10px;width:100%}.game-play .result-history{align-items:center;display:flex;justify-content:center;margin:10px 0;max-height:22px;min-height:22px}.game-play .result-history .stats{align-items:center;display:flex;font-size:12px;height:22px;padding:0 5px;position:relative;width:100%}.game-play .result-history .stats .payouts-wrapper{align-items:center;display:flex;height:100%;overflow:hidden;width:100%}.game-play .result-history .stats .payouts-wrapper .payouts-block{display:flex}.game-play .result-history .stats .payouts-wrapper .payouts-block .payout{cursor:pointer;display:flex;margin-left:0;margin-right:2px;position:relative;z-index:1}.game-play .result-history .stats .payouts-wrapper .payouts-block .payout .item{background-color:#0000;border-radius:11px;font-weight:700!important;padding:2px 8px}.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{align-items:center;display:flex;height:100%;overflow:hidden;width:100%}.game-play .result-history .stats .button-block{height:100%;margin:0 4px;width:32px;z-index:101}.game-play .result-history .stats .button-block .button{align-items:center;background:#2c2d30;border-radius:32px;box-shadow:-4px 0 10px 10px #0e0e0e;cursor:pointer;display:flex;height:16px;justify-content:center;padding:0 4px;position:relative;width:24px;z-index:9}.game-play .result-history .stats .button-block .button .button-icon{background:url(/static/media/show-more-icon.d96cb80377e181a8d27e.svg) no-repeat 50%/contain;height:16px;width:16px}.game-play .result-history .stats .button-block .button .button-icon.close{background:url(/static/media/close-icon.9dc9989f530b5ffded96.svg) no-repeat 50%/contain}.game-play .result-history .stats .button-block .dropdown-toggle{white-space:nowrap}.game-play .result-history .stats .button-block .dropdown-toggle:after{display:none}.game-play .result-history .stats.show .button-block .button{box-shadow:none;z-index:1001}.game-play .stage-board{height:100%;min-height:0;min-width:0;position:relative}.game-play .stage-board .play-board-wrapper{height:100%;position:absolute;width:100%;z-index:0}.game-play .stage-board .play-board-wrapper .stage-canvas{border:1px solid #2a2b2e;border-radius:20px;height:100%;min-height:0;min-width:0;overflow:hidden;position:absolute;width:100%}.game-play .stage-board .play-board-wrapper .dom-container{height:100%;left:0;position:absolute;top:0;width:100%}.game-play .stage-board .play-board-wrapper .dom-container .fun-mode{background:#e59407cc;border:1px solid #e59407;border-radius:20px 20px 0 0;font-size:14px;font-weight:700;left:0;position:absolute;text-align:center;top:0;width:100%}.game-play .bet-controls{flex-shrink:0;padding-top:10px}.game-play .bet-controls,.game-play .bet-controls .controls{display:flex;justify-content:center;width:100%}.game-play .bet-controls .controls .bet-control{border-radius:20px;height:170px;margin-right:5px;max-width:750px;min-width:310px;width:100%}.game-play .bet-controls .controls .bet-control .controls{align-items:center;background-color:#1b1c1d;border:1px solid #0000;border-radius:10px;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;position:relative;width:100%}.game-play .bet-controls .controls .bet-control .controls .navigation{font-size:12px;height:24px;margin-bottom:auto;margin-top:10px}.game-play .bet-controls .controls .bet-control .controls .navigation .navigation-switcher{background:#141516;border:1px solid #141516;border-radius:10px;height:100%;position:relative}.game-play .bet-controls .controls .bet-control .controls .navigation .navigation-switcher button{-webkit-appearance:button;background:none;border:none;color:#9ea0a3;cursor:default;cursor:pointer;height:100%;outline:none!important;padding:0;position:relative;text-align:center;width:100px}.game-play .bet-controls .controls .bet-control .controls .navigation .navigation-switcher button.active{background:#2c2d30;border-radius:10px;color:#fff}.game-play .bet-controls .controls .bet-control .controls .first-row{display:flex;justify-content:center;margin:0 auto auto;max-width:390px;width:calc(100% - 20px)}.game-play .bet-controls .controls .bet-control .controls .second-row{align-items:center;color:#9ea0a3;display:flex;height:40px;justify-content:space-around;max-width:390px;width:100%}.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{align-items:center;display:flex;font-size:12px;text-align:center}.game-play .bet-controls .controls .bet-control .controls .second-row .auto-bet-wrapper .auto-bet .auto-play-btn{border-radius:17px;cursor:pointer;font-size:12px;height:22px;padding:0;width:100px}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block{align-items:center;display:flex;justify-content:space-between;margin:0 5px}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-switcher{align-items:center;box-sizing:border-box;display:flex;justify-content:center;width:100%}.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{align-items:center;display:flex;height:50%;justify-content:center;margin-left:5px}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper{display:flex;font-size:16px;height:30px;width:80px}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper .snipper{align-items:center;background-color:rgba(0,0,0,.702);border-radius:22px;display:flex;font-size:inherit;font-weight:700;height:100%;justify-content:space-between;line-height:1;padding-left:10px;padding-right:10px;transition:opacity .1s}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper .snipper .input{align-items:center;display:flex;height:100%;width:calc(100% - 10px)}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper .snipper .input input{background:#0000;border:0;color:#fff;font-weight:700!important;outline:none;padding:0;text-align:inherit;width:100%}.game-play .bet-controls .controls .bet-control .controls .second-row .cashout-block .cashout-snipper-wrapper .cashout-snipper .snipper .text{color:#fff;font-size:16px;line-height:1;opacity:.5;padding:0}.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{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;width:140px}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner{font-size:18px;height:34px}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner{align-items:center;background-color:rgba(0,0,0,.702);border-radius:22px;display:flex;font-size:inherit;font-weight:700;height:100%;justify-content:space-between;line-height:1;padding-left:10px;padding-right:10px;transition:opacity .1s}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .buttons{align-items:center;display:inline-flex}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .buttons .minus{background-color:#0000;background-image:url(/static/media/minus.2aa59914d663e769ab27.svg)}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .buttons .plus{background-color:#0000;background-image:url(/static/media/plus.d262ac7bed2ded6c6f09.svg)}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .buttons button{background:#fff;border:none;color:rgba(0,0,0,.702);cursor:pointer;font-weight:700;height:18px;line-height:16px;margin:0;min-height:18px;min-width:18px;padding:0;text-align:center;width:18px}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .input{align-items:center;display:flex;height:100%;width:calc(100% - 35px)}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-spinner .spinner .input input{background:#0000;border:0;color:#fff;font-weight:700;outline:none;padding:0;text-align:inherit;width:100%}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-opt-list{color:#9ea0a3;display:flex;flex-wrap:wrap;font-size:14px;justify-content:center;width:100%}.game-play .bet-controls .controls .bet-control .controls .bet-block .bet-opt-list .bet-opt{background:#141516;background-color:#252528;border:none;border-radius:100px;box-shadow:none;color:#83878e;cursor:pointer;font-size:14px;height:18px;line-height:1;margin-top:4px;padding:0;text-align:center;width:64px}.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:hsla(0,0%,100%,.502)}.game-play .bet-controls .controls .bet-control .controls .buttons-block{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:5px;width:calc(100% - 145px)}.game-play .bet-controls .controls .bet-control .controls .buttons-block .btn-tooltip{color:hsla(0,0%,100%,.702);font-size:14px;text-align:center}.game-play .bet-controls .controls .bet-control .controls .buttons-block button{border-radius:20px;cursor:pointer;font-size:20px;height:100%;width:100%}.game-play .bet-controls .controls .bet-control .controls .buttons-block button span{align-items:center;display:flex;flex-direction:column;justify-content:center}.game-play .bet-controls .controls .bet-control .controls .buttons-block button span label{cursor:pointer;display:inherit;line-height:1;margin:0;text-transform:uppercase!important}.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.waiting-text{font-size:12px;margin-top:6px;opacity:.8;text-transform:none!important}.game-play .bet-controls .controls .bet-control .controls .buttons-block button span label .currency{font-size:18px}.sec-hand-btn{border:none;border-radius:10px;cursor:pointer;height:24px;padding:0;position:absolute;right:10px;top:10px;width:24px}.sec-hand-btn.add{background:#427f00 url(/static/media/plus-1.21c5248ef307da49b891.svg) no-repeat 50%}.sec-hand-btn.minus{background:#427f00 url(/static/media/remove.96cd332ee1b7daca7e70.svg) no-repeat 50%}.border-line{background:#141516;height:2px;width:100%!important}.btn-success{background-color:#28a909;border:1px solid #b2f2a3;box-shadow:inset 0 1px 1px hsla(0,0%,100%,.502);text-shadow:0 1px 2px #00000080}.btn-primary,.btn-success{color:#fff;text-align:center}.btn-primary{background-color:#1d7aca;border:1px solid #46c0f2;border-radius:17px;box-shadow:none}.btn-waiting{background-color:#d07206;border:1px solid #ffbd71}.btn-danger,.btn-waiting{box-shadow:inset 0 1px 1px hsla(0,0%,100%,.502);color:#fff;text-align:center;text-shadow:0 1px 2px #00000080}.btn-danger{background-color:#cb011a;border:1px solid #ff7171}.btn-secondary{background-color:#252528;border:1px solid #36363c;border-radius:100px;box-shadow:none;color:#83878e;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:400;line-height:1.5;margin-left:0;padding:.25rem .5rem;text-align:center;width:58px}.flex{justify-content:center}.between,.flex{align-items:center;display:flex}.between{justify-content:space-between}.around{justify-content:space-around}.around,.flex-end{align-items:center;display:flex}.flex-end{justify-content:flex-end}.success{background-color:#7b51ee!important}.failed,.success{color:#fff!important}.failed{background-color:#424242!important}.history{height:30px;justify-content:end;width:100%}.history .item{background-color:#2b2b2b;border-radius:4px;margin-left:15px;min-width:65px;padding:5px 10px;text-align:center}.history .blue{color:#14889c}.history .purple{color:#723166}.crash-container{height:100%;min-height:0;min-width:0;position:relative;width:100%}.crash{background:linear-gradient(90deg,#231d4d 100%);border-radius:15px;gap:10px;height:69%;padding:10px;width:100%}@media screen and (max-width:1314px){.crash{height:100%}}.crash-text-container{height:100%;left:0;pointer-events:none;position:absolute;top:0;z-index:2}.crash-text-container,.crashtext{align-items:center;display:flex;justify-content:center;width:100%}.crashtext{color:#fff;flex-direction:column;font-size:100px;font-weight:700;text-align:center}.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:hsla(0,0%,7%,.702)!important}.dropdown-menu{background-clip:padding-box;background-color:initial;border:initial;border-radius:.25rem;font-size:1rem;left:0;list-style:none;margin:-26px 0 0;padding:0;position:absolute;right:0;text-align:left;top:0;transform:translate(-5px,22px);width:calc(100% + 10px);will-change:transform;z-index:100}.dropdown-menu .wrapper{background-color:#1f2128;border-radius:16px;box-shadow:0 2px 20px rgba(0,0,0,.502);margin:0 5px;width:calc(100% - 10px)}.dropdown-menu .wrapper .header-2{align-items:center;display:flex;font-size:14px;height:32px;justify-content:flex-start}.dropdown-menu .wrapper .header-2 div{margin-left:10px;text-transform:uppercase}.dropdown-menu .wrapper .payouts-block{background-color:#262830;border-radius:0 0 16px 16px;display:flex;flex-wrap:wrap;font-size:12px;padding:5px}.dropdown-menu .wrapper .payouts-block .payout{cursor:pointer;margin:3px}.dropdown-menu .wrapper .payouts-block .payout .bubble-multiplier{background-color:#0000;border-radius:11px;font-weight:700;padding:3px 11px}.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{background-color:#8a8a8a;border-radius:8px;margin-top:10px;width:250px}.waiting div{background-color:#be0d0d;border-radius:8px;color:#fff;height:100%;padding:2px 0}@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{background-color:#5f4ad8;border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin:10px 0;padding:5px;width:40%}.autobet .bet-ctrl .amount{background:linear-gradient 90deg,#2b2357 0,#2b2357 100%;border-radius:40px;color:#9b9b9b;font-weight:700;justify-content:space-between!important;padding:2px;width:100%}.autobet .bet-ctrl .amount button{border:1px solid #aaa;border-radius:10px;font-size:20px;font-weight:800;height:200%}.autobet .bet-ctrl .amount button,.autobet .bet-ctrl button{background-color:#0000;color:#fff;cursor:pointer;outline:none;padding:5px}.autobet .bet-ctrl button{border:1px solid #fff}.autobet .bet-ctrl input{background-color:#0000;border:none;color:#fff;font-size:20px;outline:none;text-align:center;width:100%}.autobet .autoPlay button{background:linear-gradient(83deg,#341f93,#62139c 100%,#1b0037 0);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:20px;padding:15px;width:100%}@media(max-width:556px){.autobet .autoPlay button{padding:10px}}.modal{left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;z-index:1050}.modal,.modal .back{height:100%;width:100%}.modal .back{position:absolute}.modal .modal-dialog{margin:.5rem;pointer-events:none;position:relative;transition:transform .3s ease-out;width:auto}.modal .modal-dialog .modal-content{background:#1b1c1d;border:0;border-radius:8px;color:#fff;display:flex;flex-direction:column;pointer-events:auto;position:relative;width:100%}.modal .modal-dialog .modal-content .modal-header{align-items:center;background:#2c2d30;border:0;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;font-size:16px;font-weight:400!important;height:36px;justify-content:space-between;padding:0 10px}.modal .modal-dialog .modal-content .modal-header .close{background-color:#0000;border:none;color:#97a4ae;cursor:pointer;float:right;font-size:1.5rem;font-weight:700;line-height:1;margin:-1rem -1rem -1rem auto;opacity:.5;padding:5px 15px 5px 5px;text-shadow:0 1px 0 #97a4ae}.modal .modal-dialog .modal-content .modal-body{font-size:14px;padding:10px}.modal .modal-dialog .modal-content .modal-body .youtube{display:block;margin-left:-.5rem;margin-right:-1rem;width:calc(100% + 1rem)}.modal .modal-dialog .modal-content .modal-body .youtube .embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.modal .modal-dialog .modal-content .modal-body .youtube .embed-responsive:before{content:"";display:block;padding-top:56.25%}.modal .modal-dialog .modal-content .modal-body .youtube .embed-responsive .embed-responsive-item{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.modal .modal-dialog .modal-content .modal-body .step{color:#5f3816;display:flex;margin-top:15px}.modal .modal-dialog .modal-content .modal-body .step .bullet{align-items:center;background:url(/static/media/01.ef13cbef38d6ef70ac1e.svg) no-repeat 100%;background-size:40px 40px;display:flex;font-size:18px;font-weight:700;height:40px;justify-content:flex-start;max-width:65px;min-width:65px}.modal .modal-dialog .modal-content .modal-body .step .bullet-2{background:url(/static/media/02.f14fa2490d8b3d1a4e74.svg) no-repeat 100%;background-size:40px 40px}.modal .modal-dialog .modal-content .modal-body .step .bullet-3{background:url(/static/media/03.2abbbc48735badb95210.svg) no-repeat 100%;background-size:40px 40px}.modal .modal-dialog .modal-content .modal-body .step p{margin-bottom:0;margin-top:0;padding-left:15px}.modal .modal-dialog .modal-content .modal-body .content-part{align-items:center;background-color:#2c2d30;border-radius:10px;display:flex;font-size:14px;justify-content:space-between;line-height:14px;margin-bottom:5px;padding:15px 10px}.modal .modal-dialog .modal-content .modal-body .content-part .title{margin-right:auto;opacity:.4;padding:0 3px 0 5px;text-align:left}.modal .modal-dialog .modal-content .modal-body .content-part .spinner{font-size:18px;height:34px;margin-left:auto!important;min-width:130px;text-align:center;width:130px}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner{align-items:center;background-color:rgba(0,0,0,.702);border-radius:22px;display:flex;font-size:inherit;font-weight:700;height:100%;justify-content:space-between;line-height:1;padding-left:10px;padding-right:10px;transition:opacity .1s}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .buttons{align-items:center;display:inline-flex}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .buttons button{background:#fff;border:none;color:rgba(0,0,0,.702);cursor:pointer;font-weight:700;height:18px;line-height:16px;margin:0;min-height:18px;min-width:18px;padding:0;text-align:center;width:18px}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .buttons .minus{background-color:#0000;background-image:url(/static/media/minus.2aa59914d663e769ab27.svg)}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .buttons .plus{background-color:#0000;background-image:url(/static/media/plus.d262ac7bed2ded6c6f09.svg)}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .input{align-items:center;display:flex;height:100%;width:calc(100% - 35px)}.modal .modal-dialog .modal-content .modal-body .content-part .spinner .m-spinner .input input{background:#0000;border:0;color:#fff;font-weight:700;outline:none;padding:0;text-align:inherit;width:100%}.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{display:flex;justify-content:space-evenly;margin-top:10px!important;max-width:290px;width:100%}.modal .modal-dialog .modal-content .modal-body .content-part-1 .rounds-wrap .onClick{background-color:#545b62;border:1px solid #60ae05;box-shadow:none;color:#fff}.modal .modal-dialog .modal-content .modal-footer{align-items:center;background:#2c2d30;border:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;flex-wrap:wrap;font-size:14px;justify-content:flex-end;padding:10px}.modal .modal-dialog .modal-content .modal-footer .btns-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.modal .modal-dialog .modal-content .modal-footer .btns-wrapper .reset-btn{border-radius:20px;cursor:pointer;height:22px;margin-right:7.5px;min-width:80px;padding:0}.modal .modal-dialog .modal-content .modal-footer .btns-wrapper .start-btn{border-radius:20px;cursor:pointer;font-size:1.25rem;height:30px;line-height:1.5;margin-left:7.5px;padding:0;width:160px}.input-switch{align-items:center;background-color:#229607;border:1px solid #60ae05;border-radius:9px;cursor:pointer;display:flex;height:18px;justify-content:flex-end;padding:0 2px;position:relative;-webkit-user-select:none;user-select:none;width:36px}.input-switch.off{background:none;border:1px solid #ffffff82;justify-content:flex-start}.input-switch .oval{background-color:#fff;border:2px solid #a3b98a;border-radius:50%;box-shadow:inset 0 0 7px rgba(0,0,0,.161);height:14px;max-width:14px;min-width:14px}.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{margin:1.75rem auto!important;max-width:500px}}@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}}.modal-body .content-part{margin-bottom:15px}.modal-body .content-part .title{display:block;font-weight:600;margin-bottom:5px}.modal-body .content-part .subtitle{display:block;font-size:11px;margin-bottom:10px;opacity:.5}.modal-body .content-part .seed-display{background:#ffffff0d;border-radius:4px;font-family:monospace;font-size:11px;margin-bottom:8px;padding:10px;word-break:break-all}.modal-body .content-part .hash-display{line-height:1.6}.modal-body .content-part .player-row{margin-bottom:10px}.modal-body .content-part .player-row .player-info{align-items:center;display:flex;font-size:12px;gap:6px;margin-bottom:6px}.modal-body .content-part .player-row .player-info img{border-radius:50%;height:18px;width:18px}.modal-body .content-part .result-grid{display:flex;flex-direction:column;gap:8px}.modal-body .content-part .result-grid .result-item{background:#ffffff08;border-radius:4px;display:flex;justify-content:space-between;padding:8px}.modal-body .content-part .result-grid .result-item span:first-child{opacity:.7}.modal-body .content-part .result-grid .result-item span:last-child{font-family:monospace}.modal-body .content-part .footer-text{font-size:12px;opacity:.6}.modal-body .content-part .footer-text .link-text{color:#ff4757;cursor:pointer}.modal-body .content-part .footer-text .link-text:hover{text-decoration:underline}body,html{height:100%;margin:0;padding:0;width:100%}.canvas{min-height:0;min-width:0;overflow:hidden}.canvas,.canvas canvas{height:100%;position:relative;width:100%}.canvas canvas{display:block;max-height:100%;max-width:100%}.glow-effect{aspect-ratio:4/3;filter:blur(64px);height:50%;left:50%;opacity:.4;top:50%;transform:translate(-50%,-50%);transition:all 1s cubic-bezier(.4,0,.2,1);z-index:1}.glow-effect,.rotating-background{pointer-events:none;position:absolute}.rotating-background{aspect-ratio:1;bottom:-5000px;filter:brightness(1.3) contrast(1.2) saturate(1.1);height:10000px;left:-5000px;opacity:.8;transition:rotate 50ms linear;width:10000px;z-index:0}.branding-container{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.ufc-logo img{height:auto;max-width:380px;width:100%}.spribe-badge img{height:auto;max-width:140px;width:100%}.loading-line-wrapper{width:100%}.loading-line,.loading-line-wrapper{align-items:center;display:flex;justify-content:center}.loading-line{width:200px}.loading-track{background:#ffffff26;box-shadow:inset 0 2px 4px #0000004d;height:4px;overflow:hidden;width:100%}.loading-progress,.loading-track{border-radius:4px;position:relative}.loading-progress{background:linear-gradient(90deg,#ee3229,#ff4942 50%,#ee3229);box-shadow:0 0 10px #ee322980;height:100%;transition:width 20ms linear}.loading-progress:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#ffffff4d);content:"";height:100%;position:absolute;right:0;top:0;width:30px}@keyframes shimmer{0%{opacity:0;transform:translateX(-30px)}50%{opacity:1}to{opacity:0;transform:translateX(0)}}@media(max-width:1400px){.branding-container{gap:12px;padding:15px}.ufc-logo img{max-width:280px}.spribe-badge img{max-width:120px}.loading-line{width:190px}.loading-track{height:4px}}@media(max-width:768px){.branding-container{gap:8px;padding:10px}.ufc-logo img{max-width:160px}.spribe-badge img{max-width:110px}.loading-line{width:200px}.loading-track{height:4px}}@media(max-width:480px){.branding-container{gap:6px}.ufc-logo img{max-width:140px}.spribe-badge img{max-width:95px}.loading-line{width:170px}.loading-track{height:3px}}.plane-bottom-left{bottom:0;left:0;position:absolute;z-index:5}.plane-bottom-left img{display:block;object-fit:contain}@media(min-width:1400px){.plane-bottom-left img{height:71px;width:150px}}@media(min-width:992px)and (max-width:1399px){.plane-bottom-left img{height:71px;width:150px}}@media(min-width:768px)and (max-width:991px){.plane-bottom-left img{height:66px;width:140px}}@media(min-width:480px)and (max-width:767px){.plane-bottom-left img{height:62px;width:130px}}@media(max-width:479px){.plane-bottom-left img{height:57px;width:120px}}.active-players-widget{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#29292980;border-radius:9999px;bottom:8px;display:flex;gap:4px;padding:4px 12px 4px 4px;position:absolute;right:8px;z-index:40}.players-avatars{align-items:center;display:flex;height:24px}.avatar-stack{background:#333;border:1px solid #28a90a;border-radius:50%;flex-shrink:0;height:24px;overflow:hidden;position:relative;width:24px}.avatar-stack:not(:first-child){margin-left:-8px}.avatar-stack:first-child{z-index:60}.avatar-stack:nth-child(2){z-index:40}.avatar-stack:nth-child(3){z-index:20}.avatar-stack img{border-radius:50%;flex-shrink:0;height:100%;object-fit:cover;width:100%}.players-count{font-feature-settings:tabular-nums lining-nums;color:#fff;font-size:14px;font-variant-numeric:tabular-nums lining-nums;font-weight:500;margin-left:4px}:root{--paddingSmall:4px;--paddingMedium:8px;--marginSmall:4px;--headerHeightDynamic:40px;--resultHistoryHeight:32px;--betControlsHeightRow:184px;--betControlsHeightColumn:292px;--betControlsHeight:292px;--navigationSwitcherHeight:32px;--totalWinWidgetHeight:68px}.spribe-preloader-container{align-items:center;background:#000;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:999999}.spribe-preloader-container.fade-out{opacity:0;pointer-events:none}.spribe-preloader-content{align-items:center;display:inline-flex;flex-direction:column;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.spribe-preloader-powered-by{margin-bottom:0;padding:4px 0}.spribe-preloader-powered-by img{-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);height:10px;image-rendering:auto;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;width:80px}.spribe-preloader-logo{display:block;height:55px;margin-bottom:12px;width:155px}.spribe-preloader-logo img{-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%;image-rendering:auto;object-fit:cover;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;width:100%}.spribe-preloader-spinner{align-items:center;display:flex;height:36px;margin-bottom:20px;position:relative;width:36px}.spribe-preloader-spinner>div{background:#f01d14;border-radius:50%;height:14px;padding:0;position:absolute;width:14px}.spribe-preloader-spinner .spribe-bounce-1{animation:spribe-spinner-ellipsis1 .9s ease-in-out infinite;opacity:0}.spribe-preloader-spinner .spribe-bounce-2{animation:spribe-spinner-ellipsis2 .9s ease-in-out infinite;opacity:0}.spribe-preloader-spinner .spribe-bounce-3{animation:spribe-spinner-ellipsis3 .9s ease-in-out infinite;opacity:.5}@keyframes spribe-spinner-ellipsis1{0%,33%{opacity:.5;transform:translateX(-4px) scale(.33)}to{opacity:1;transform:translateX(11px) scale(1)}}@keyframes spribe-spinner-ellipsis2{0%,33%{opacity:1;transform:translateX(11px) scale(1)}to{opacity:.5;transform:translateX(26px) scale(.33)}}@keyframes spribe-spinner-ellipsis3{0%,33%{transform:translateX(26px) scale(.33)}to{transform:translateX(-4px) scale(.33)}}.spribe-connecting-text{color:#fff;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5;text-align:center}@media(max-width:768px){.spribe-connecting-text{font-size:17px}.spribe-preloader-logo{height:56px;width:160px}}@media(max-width:480px){.spribe-preloader-logo{height:52px;width:145px}}@media(min-width:1200px){.spribe-preloader-logo{height:53px;width:150px}}*{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;margin:0;padding:0}.auth-page{background:linear-gradient(135deg,#091534,#000);justify-content:center;min-height:100vh;padding:20px}.auth-page,.auth-page .content-wrapper{align-items:center;display:flex;flex-direction:column}.auth-page .content-wrapper{gap:20px;max-width:450px;width:100%}.auth-page .content-wrapper .logo{margin-bottom:10px;width:180px}.auth-page .content-wrapper .logo svg{height:auto;width:100%}.auth-page .content-wrapper .auth-container{background:#1c1c1cf2;border-radius:20px;box-shadow:0 8px 24px #0003;padding:30px;width:100%}.auth-page .content-wrapper .auth-container h1{color:#fff;font-size:24px;font-weight:500;margin-bottom:25px;text-align:center}.auth-page .content-wrapper .auth-container .form-text{color:#ffffffb3;font-size:14px;line-height:1.5;margin-bottom:20px;text-align:center}.auth-page .content-wrapper .auth-container .form-text strong{color:#5571f8}.auth-page .content-wrapper .auth-container .form-group{margin-bottom:20px}.auth-page .content-wrapper .auth-container .form-group input,.auth-page .content-wrapper .auth-container .form-group select{background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;color:#fff;font-size:16px;outline:0;padding:14px 16px;transition:all .3s ease;width:100%}.auth-page .content-wrapper .auth-container .form-group input:focus,.auth-page .content-wrapper .auth-container .form-group select:focus{background:#ffffff1f;border-color:#fff3}.auth-page .content-wrapper .auth-container .form-group input::placeholder,.auth-page .content-wrapper .auth-container .form-group select::placeholder{color:#fff6}.auth-page .content-wrapper .auth-container .form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23fff' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;cursor:pointer;padding-right:40px}.auth-page .content-wrapper .auth-container .form-group select option{background:#1c1c1c;color:#fff}.auth-page .content-wrapper .auth-container .form-group.phone-input{display:flex;gap:8px}.auth-page .content-wrapper .auth-container .form-group.phone-input .country-code{background:#ffffff1f;flex-shrink:0;text-align:center;width:80px}.auth-page .content-wrapper .auth-container .form-group.phone-input input[type=tel]{flex:1 1}.auth-page .content-wrapper .auth-container .form-group.password-field{position:relative}.auth-page .content-wrapper .auth-container .form-group.password-field i{color:#ffffff80;cursor:pointer;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:color .3s ease}.auth-page .content-wrapper .auth-container .form-group.password-field i:hover{color:#fffc}.auth-page .content-wrapper .auth-container .phone-help{color:#ffffff80;font-size:12px;margin-bottom:15px;margin-top:5px}.auth-page .content-wrapper .auth-container .error-message,.auth-page .content-wrapper .auth-container .text-danger{color:#ff6b6b;display:block;font-size:14px;margin-bottom:10px}.auth-page .content-wrapper .auth-container .requirements{color:#ffffffb3;font-size:13px;margin-bottom:15px;margin-top:8px;padding-left:16px}.auth-page .content-wrapper .auth-container .requirements li{margin-bottom:4px;transition:color .3s ease}.auth-page .content-wrapper .auth-container .requirements li.valid{color:#5571f8}.auth-page .content-wrapper .auth-container .code-input-group{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:20px}.auth-page .content-wrapper .auth-container .code-input-group .code-input{background:#ffffff14;border:none;border-radius:10px;color:#fff;font-size:22px;height:50px;outline:0;padding:0;text-align:center;transition:background .3s ease;width:40px}.auth-page .content-wrapper .auth-container .code-input-group .code-input:focus{background:#ffffff1f}.auth-page .content-wrapper .auth-container .auth-btn{background:#5571f8;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;letter-spacing:.5px;margin-top:10px;padding:14px;text-transform:uppercase;transition:background .3s ease;width:100%}.auth-page .content-wrapper .auth-container .auth-btn:hover{background:#4559c7}.auth-page .content-wrapper .auth-container .auth-btn:disabled{background:#666;cursor:not-allowed}.auth-page .content-wrapper .auth-container .auth-link,.auth-page .content-wrapper .auth-container .resend-link{color:#ffffffb3;font-size:14px;margin-top:20px;text-align:center}.auth-page .content-wrapper .auth-container .auth-link a,.auth-page .content-wrapper .auth-container .resend-link a{color:#5571f8;margin-left:5px;text-decoration:none;transition:color .3s ease}.auth-page .content-wrapper .auth-container .auth-link a:hover,.auth-page .content-wrapper .auth-container .resend-link a:hover{color:#6a84ff}.auth-page .content-wrapper .auth-container .auth-link .timer,.auth-page .content-wrapper .auth-container .resend-link .timer{color:#ff9800;font-weight:500}.auth-page .content-wrapper .auth-container .forgot-password{margin-top:12px;text-align:center}.auth-page .content-wrapper .auth-container .forgot-password a{color:#ffffffb3;font-size:14px;opacity:.7;text-decoration:none;transition:opacity .3s ease}.auth-page .content-wrapper .auth-container .forgot-password a:hover{opacity:1}.auth-page .content-wrapper .auth-container .back-link{font-size:14px;margin-top:12px;text-align:center}.auth-page .content-wrapper .auth-container .back-link a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.auth-page .content-wrapper .auth-container .back-link a:hover{color:#fff}.auth-page .content-wrapper .auth-container .support-message{color:#fff9;font-size:13px;line-height:1.5;margin-top:16px;padding:0 5px;text-align:center}.auth-page .content-wrapper .auth-container .support-message a{color:#5571f8;text-decoration:none;transition:color .3s ease}.auth-page .content-wrapper .auth-container .support-message a:hover{color:#6a84ff}.auth-page .content-wrapper .auth-container label a{color:#5571f8;text-decoration:none;transition:color .3s ease}.auth-page .content-wrapper .auth-container label a:hover{color:#6a84ff}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #ffffff14;-webkit-transition:background-color 5000s ease-in-out;transition:background-color 5000s ease-in-out}@media(max-width:480px){.auth-page .content-wrapper{max-width:100%}.auth-page .content-wrapper .logo{width:150px}.auth-page .content-wrapper .auth-container{padding:20px}.auth-page .content-wrapper .auth-container .code-input-group{gap:6px}.auth-page .content-wrapper .auth-container .code-input-group .code-input{font-size:18px;height:45px;width:34px}}@media(max-width:360px){.auth-page .content-wrapper .auth-container .code-input-group{gap:4px}.auth-page .content-wrapper .auth-container .code-input-group .code-input{font-size:16px;height:42px;width:32px}}