@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&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: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto Condensed,sans-serif!important;font-weight:500!important;font-style:normal;letter-spacing:.5px;scroll-behavior:smooth}body{background:#000}a{text-decoration:none}input::placeholder{opacity:1}.whatsapp{position:fixed;bottom:35px;right:30px;cursor:pointer;z-index:99}.whatsapp img{width:50px}.whatsapp img:hover{opacity:.7}.live-tv{width:100%;border:none;margin-top:5px;height:205px}.tv{width:400px;margin-left:15px}.tv .style-0{display:flex;justify-content:space-between;align-items:center;color:#000!important;background:#08c;padding:3px 6px}.tv .style-1{display:flex;align-items:center}.tv .style-2{width:15px;margin-right:5px}.tv .style-3{font-size:15px}.tv .style-4{border-radius:3px;padding:4px 6px;background-color:#d11b1b;display:flex}.tv .style-5{width:10px;margin-right:5px}.tv .style-7{font-size:12px;color:#fff}.tv .style-6{width:.875em;font-size:13px;height:13px;filter:invert(100%) brightness(100%)}.login-page{height:100vh;width:100%;display:grid;padding:0!important;background:linear-gradient(#08c,#2c3e50)}.rs::-webkit-scrollbar{width:0px!important;height:0px!important;background:#fff}.rs::-webkit-scrollbar-thumb{background:#c10930}.page{width:100%;background-color:#fff;overflow:hidden;height:100vh}.page .cont{display:flex;width:100%;position:relative}.page .rs{width:calc(100% + -0px);overflow-y:auto;padding:3px 5px}.clickable{cursor:pointer}.clickable:hover{opacity:.7!important}.modal{width:100%;height:100vh;background:#0006;position:fixed;top:0;left:0;z-index:8800}.modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:89000;width:100%;display:flex;justify-content:center}.swiper *{max-width:100%}.swiper{border-radius:10px;cursor:grab;margin-top:20px}.footer{background-color:#08c;color:#fff!important;align-items:center;display:flex;width:100%;padding:10px;margin-top:20px}.footer .footer-links{gap:10px;width:43%;display:flex}.footer .nav-link{color:#fff;font-size:14px;font-weight:700!important;text-decoration:dashed}.footer .support-detail{font-size:16px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:5px}.footer-bottom .secure-logo{display:flex;align-items:center}.footer-bottom .secure-logo img{width:100px}.footer-bottom .secure-logo .ml{font-size:14px;font-weight:400!important;margin-left:5px}.footer-bottom .block{display:flex;gap:6px;margin-top:10px}.footer-bottom .block img{width:30px}.text-center{text-align:center;font-size:15px;margin-top:7px;font-weight:400!important}.view-all{border:1px solid #c10930;color:#fff;padding:10px;border-radius:5px;text-align:center;max-width:150px!important;width:100%;font-size:15px;margin:20px 0}.pro ::-webkit-scrollbar{display:none}.pro .casino-images{display:flex;justify-content:center;gap:2px;flex-wrap:wrap;width:100%}.pro .casino-images .casino-img{display:flex;flex-direction:column;width:180px}.pro .casino-images .casino-img img{width:100%;height:110px}.pro .name{font-size:8px;text-transform:uppercase;background-image:linear-gradient(#08c,#2c3e50);color:#fff;font-weight:700px;text-align:center;margin-top:-5px;padding:5px 0}.pro .style-01{display:flex;align-items:center;padding:5px 10px;color:#fff;width:220px;height:33px;background-image:url(../images/Screenshot-2025-02-10-165205.png);background-size:cover;text-transform:uppercase;margin-bottom:2px}.pro .style-01 .style-3{width:23px;margin-right:10px}.pro .casino-imgg{display:flex;flex-wrap:wrap;gap:2px;margin-top:5px;justify-content:center;width:100%}.pro .casino-imgg img{max-width:316px}.loader{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;position:fixed;top:0;left:0;background:#fff;z-index:600}.loader .container{max-width:1200px;padding:50px 16px;margin:0 auto}.loader .loader-wrapper{display:flex;justify-content:center;align-items:center;min-height:400px}.loader .lloader{height:50px;width:50px;border:2px solid transparent;border-top:4px solid #0088cc;border-bottom:4px solid #0088cc;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar{font-weight:600;font-size:14px!important}.sidebar .btn-deposit{background:#006400;color:#fff!important;border-bottom:4px solid darkred;margin-right:5px;text-transform:uppercase;font-size:11px;padding:7px 15px;display:flex;align-items:center}.sidebar .btn-deposit img{width:18px;filter:invert(1);margin-right:5px}.sidebar .btn-withdraw{background:#8b0000;color:#fff!important;border-bottom:4px solid darkgreen;margin-right:5px;text-transform:uppercase;font-size:11px!important;padding:7px 15px;display:flex;align-items:center}.sidebar .btn-withdraw img{width:18px;filter:invert(1);margin-right:5px}.sidebar .style-0{background-color:#bbb;height:100vh;overflow-y:auto;position:relative;width:250px;padding-bottom:100px;scrollbar-color:#aab7cf transparent;scrollbar-width:thin}.sidebar .style-3{box-sizing:border-box;max-width:240px;padding:10px}.sidebar .style-13{border-bottom:.8px solid #fff;background-color:#0000;display:flex;padding:9px 12px;align-items:center;gap:9px}.sidebar .style-15{height:24px;width:24px}.sidebar .style-16{margin-top:3px;color:#000;font-size:14px;font-weight:400}.sidebar .style-25{box-sizing:border-box;border-radius:10px;width:273px;height:auto;background-color:#16161f}.sidebar .style-27{display:flex;border-bottom:1px solid rgba(0,0,0,.1);align-items:center;padding:8px 10px;gap:12px}.sidebar .style-27:hover{background:#f8f8f8!important}.sidebar .style-29{width:18px;margin-top:3px}.navbar.mobile{position:static}.navbar.mobile nav{display:flex;height:45px;border-top:1px solid #fff}.btn-menu{display:flex;align-items:center;justify-content:space-between;background:#08c}.btn-menu .button-dep{color:#fff;border:0;border-right:1px solid #fff;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding:8px;font-weight:700;text-transform:us;position:relative;text-align:center;text-transform:uppercase;font-size:10px;white-space:nowrap}.navbar{position:sticky;top:0;z-index:5}.navbar ::-webkit-scrollbar{display:none}.navbar .deposit{background:#c10930;display:grid;place-items:center;padding:0 10px;margin:auto 10px auto 0;height:40px;border-radius:6px;font-size:15px}.navbar .style-1{background:#2c3e50;display:flex;justify-content:space-between;align-items:center;width:100%;text-transform:uppercase}.navbar .style-1 .style-02{display:flex;align-items:center}.navbar .style-2{overflow-y:auto;display:flex;gap:7px;align-items:center}.navbar .style-2 li{cursor:pointer}.navbar .style-3:hover{opacity:.4}.navbar .style-3{border-radius:8px;display:flex;flex-direction:column;align-items:center;border-radius:0!important;padding:10px 15px}.navbar .style-4{box-sizing:border-box;border:0px none rgb(151,160,183);width:100%;object-fit:contain;height:25px;border-style:none;-webkit-user-select:none;user-select:none}.navbar .style-5{color:#fff;text-decoration:none solid #000;font-size:14px;max-width:100px;white-space:nowrap;transition:all .3s ease 0s;cursor:pointer;font-weight:700!important}.navbar .style-7,.navbar .style-16,.navbar .style-19{box-sizing:border-box;border:0px none rgb(151,160,183);width:100%;object-fit:contain;height:25px;border-style:none;-webkit-user-select:none;user-select:none}.navbar .style-22{box-sizing:border-box;border:0px none rgb(151,160,183);width:100%;object-fit:contain;height:16px;border-style:none;-webkit-user-select:none;user-select:none}.navbar .style-25,.navbar .style-28,.navbar .style-31{box-sizing:border-box;border:0px none rgb(151,160,183);width:100%;object-fit:contain;height:25px;border-style:none;-webkit-user-select:none;user-select:none}.navbar .style-35{flex-direction:row;display:flex;padding-left:0;margin-bottom:0;list-style:outside none none;margin-top:0;box-sizing:border-box}.navbar .style-35 .top-login{display:flex;align-items:center;gap:8px}.navbar .style-35 .top-login .top-signup{width:80px;height:30px;padding:3px 0;background:#343436;text-align:center;color:#fff;border-radius:8px;font-size:13px;border:1px solid #c10930}.navbar .style-35 .right{margin-right:7px}.navbar .style-35 .right .notification{display:flex;align-items:center;justify-content:end;margin-bottom:5px;font-size:12px;color:#fff;background:#ffffff45;padding:2px;text-transform:capitalize!important}.navbar .style-35 .right .notification .bal{font-size:12px}.navbar .style-35 .right .notification2{display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;text-transform:capitalize!important}.navbar .style-35 .right .notification2 .bal{font-size:12px}.navbar .style-35 .right .user{display:flex;font-size:12px;cursor:pointer;text-transform:capitalize!important}.navbar .style-35 .right .user .style-12{width:8px;margin-right:5px}.navbar .style-35 .right .user .down-arrow{width:12px;height:10px;margin-left:5px;margin-top:5px;filter:invert(100%) brightness(100%)}.navbar .style-36{display:none;margin-top:16px;box-sizing:border-box}.navbar .style-37{color:#000;text-decoration:none solid #000;box-sizing:border-box;transition:all .3s ease 0s}.navbar .style-38{vertical-align:-2px;box-sizing:border-box;width:1em;display:inline-block;font-size:16px;height:16px;overflow:visible}.navbar .style-39{box-sizing:border-box}.navbar .style-40{display:none;margin-top:16px;box-sizing:border-box}.navbar .style-41{color:#000;text-decoration:none solid #000;box-sizing:border-box;transition:all .3s ease 0s}.navbar .style-42{vertical-align:-2px;box-sizing:border-box;width:.875em;display:inline-block;font-size:16px;height:16px;overflow:visible}.navbar .style-43,.navbar .style-44{box-sizing:border-box}.navbar .style-45{box-sizing:border-box;display:flex;justify-content:center;align-items:center;margin:3px;border-radius:50px}.navbar .style-46{color:#000;border-radius:8.343px;width:87.12px;height:47.5375px;display:flex;justify-content:center;align-items:center;margin-right:10px;font-size:14px;font-weight:700;background-color:#c10930;padding:0 5px;cursor:pointer}.navbar .style-48{color:#000;display:flex;align-items:center;height:47.5375px;font-size:14px;font-weight:700;border-top-left-radius:8.343px;border-bottom-left-radius:8.343px;border:1.6px solid #c10930;width:87.12px;justify-content:center;background-color:#0000;cursor:pointer}.navbar .style-49{box-sizing:border-box;flex-direction:column;display:flex;justify-content:center;align-items:center}.navbar .style-50{border:0px none #000;box-sizing:border-box;filter:invert(.4) sepia(.92) saturate(40.75) hue-rotate(337deg) brightness(1.03) contrast(1.08);width:15px!important;margin-right:3px}.navbar .style-51{color:#000;background:#c10930 none repeat scroll 0% 0% / auto padding-box border-box;text-decoration:none solid #000;box-sizing:border-box;padding:0 5px;white-space:nowrap;display:flex;align-items:center;height:47.5375px;font-size:14px;font-style:normal;font-weight:700;line-height:normal;border-top-right-radius:8.343px;border-bottom-right-radius:8.343px;width:87.12px;justify-content:center;background-color:#c10930;transition:all .3s ease 0s}.navbar .style-52{box-sizing:border-box;flex-direction:column;display:flex;justify-content:center;align-items:center}.navbar .style-53{border:0px none #000;box-sizing:border-box;filter:brightness(0) invert(1);width:15px!important;margin-right:3px}.navbar .whatapp{padding-top:4px;box-sizing:border-box;background:#000 none repeat scroll 0% 0% / auto padding-box border-box;color:#fff}.navbar .user{border:1px solid #c10930;border-radius:10px;padding:7px 10px;text-align:center;margin-right:10px;color:#fff!important}.navbar .user-icon{width:12px;color:#fff}.navbar .text{font-size:15px;font-weight:700;color:#26ab69}.login{padding:10px;display:flex;justify-content:center}.login *{color:#fff}.login .style-log{color:#000;position:relative;padding:10px;width:350px;max-width:90%}.login .style-1{color:#000;border:none;cursor:pointer;margin:8px;font-size:20px;line-height:30px;justify-content:flex-end;float:right}.login .style-2{cursor:pointer;vertical-align:-2.5px;box-sizing:border-box;width:.6875em;display:inline-block;font-size:20px;height:20px;overflow:visible}.login .style-3{box-sizing:border-box}.login .style-4{box-sizing:border-box;box-shadow:#707d9b33 0 4px 65px;border-radius:4px;display:flex;align-items:center;flex-direction:column}.login .style-4 img{width:300px}.login .recaptchaTerms{color:#000;font-size:10px;text-align:center!important;width:100%;display:inline-block;margin-top:5px!important;line-height:15px;font-weight:400!important}.login .recaptchaTerms a{color:#0d6efd;font-size:10px}.login .style-5{text-align:center;align-items:center;justify-content:center;display:flex;box-sizing:border-box;font-size:22px;color:#08c;font-weight:400!important}.login .style-7{width:250px;height:70px;max-width:none!important}.login .style-8{box-sizing:border-box;padding:20px;color:#000!important;border-radius:4px;background:#fff;box-shadow:0 0 5px #fff}.login .style-9{box-sizing:border-box}.login .style-10{display:inline-block;box-sizing:border-box;font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:#fff;padding:4px 0}.login .style-11{height:50px;width:100%;align-items:center;display:flex;position:relative;box-sizing:border-box}.login .user{display:flex;align-items:center;position:relative;width:100%}.login .style-12{font-size:10px;position:absolute;background:#e9ecef;padding:8px 10px;right:0;border:1px solid #ced4da;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.login .style-14{width:15px;height:15px}.login .style-13{vertical-align:-2px;box-sizing:border-box;color:#000;width:.875em;display:inline-block;font-size:16px;height:16px;overflow:visible}.login .style-15{color:#000;padding:8px 10px;display:block;width:100%;font-size:15px;font-weight:600;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;box-sizing:border-box;outline:none;border:1px solid #dbdbdb;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.login .style-15::placeholder{font-weight:400!important}.login .style-16{padding:13px 14px;left:45px;position:absolute;top:0;height:50px;pointer-events:none;border:.8px solid rgba(0,0,0,0);transform-origin:0px 0px;transition:opacity .1s ease-in-out 0s,transform .1s ease-in-out 0s;display:block;box-sizing:border-box;font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:#707d9b}.login .style-17{box-sizing:border-box}.login .style-18{display:inline-block;box-sizing:border-box;font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:#fff;padding:4px 0}.login .style-19{box-sizing:border-box;position:relative;align-items:center}.login .style-20{height:50px;width:100%;align-items:center;display:flex;position:relative;box-sizing:border-box}.login .style-21{color:#000;text-decoration:none solid #000;box-sizing:border-box;position:absolute;right:15px;top:10px;cursor:pointer}.login .style-22{vertical-align:-2px;box-sizing:border-box;color:#bfbfbf;margin-top:6px;width:1.25em;display:inline-block;font-size:16px;height:16px;overflow:visible}.login .style-23{box-sizing:border-box}.login .style-24{background-color:#fff;box-sizing:border-box;outline:rgb(151,160,183) none 0px;padding:9px 18px;color:#97a0b7;border-radius:15px 2px 2px 15px}.login .style-25{vertical-align:-2px;box-sizing:border-box;color:#000;width:1em;display:inline-block;font-size:16px;height:16px;overflow:visible}.login .style-26{box-sizing:border-box}.login .style-27{height:43px;color:#fff;padding:8px;line-height:20px;display:block;width:100%;font-size:16px;font-weight:600;background-color:#000;border:.8px solid rgb(207,215,233);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px 15px 15px 2px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;margin:0;box-sizing:border-box;background:#000 none repeat scroll 0% 0% / auto padding-box border-box;outline:#fff none 0px}.login .style-28{padding:13px 14px;left:45px;position:absolute;top:0;height:50px;pointer-events:none;border:.8px solid rgba(0,0,0,0);transform-origin:0px 0px;transition:opacity .1s ease-in-out 0s,transform .1s ease-in-out 0s;display:block;box-sizing:border-box;font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:#707d9b}.login .style-30{box-sizing:border-box;position:relative;align-items:center}.login .style-31{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:0;margin-right:-12px;margin-left:-12px;box-sizing:border-box;align-items:center;padding:0}.login .style-32{flex:0 0 auto;width:8.33333%;color:#000;flex-shrink:1;max-width:100%;margin:0;font-size:16px;line-height:24px;box-sizing:border-box;background:#000 none repeat scroll 0% 0% / auto padding-box border-box;border:0px none rgb(0,0,0);border-radius:0;outline:rgb(0,0,0) none 0px;padding:0}.login .style-33{flex:0 0 auto;width:91.6667%;font-size:14px;color:#97a0b7;text-align:center;flex-shrink:0;max-width:100%;font-weight:600;line-height:16.8px;box-sizing:border-box;padding:0;margin:0;display:flex;justify-content:flex-start}.login .style-34{text-decoration:underline!important;color:#97a0b7;box-sizing:border-box;position:static;right:15px;top:10px;cursor:pointer;padding-left:5px}.login .style-35{text-align:center!important;margin-top:5px!important;color:#000;box-sizing:border-box;font-size:14px;font-style:normal;line-height:22px;margin:5px 0 0;font-weight:600}.login .style-36{color:red;padding-left:4px;font-size:14px}.login .style-37{scrollbar-width:thin;padding-top:10px;box-sizing:border-box}.login .style-38{font-size:14px;width:100%;padding:10px 0;background:#08c;color:#fff;font-weight:600;text-align:center;text-transform:capitalize}.login .style-39{scrollbar-width:thin;padding-top:16px;box-sizing:border-box}.login .style-40{font-size:14px;border-radius:15px;width:100%;border:0px none #000;padding:14px 0;background:#c10930 none repeat scroll 0% 0% / auto padding-box border-box;color:#000;font-weight:600;text-align:center}.login .style-41{color:#000;scrollbar-width:thin;box-sizing:border-box;font-size:14px;font-style:normal;line-height:22px;text-align:center;margin:16px 16px 0;font-weight:600}.login .style-42{scrollbar-width:thin;color:red;text-decoration:none solid #c10930;box-sizing:border-box;padding-left:4px;font-size:14px}.login .form-error{font-size:15px;color:red}.sports .clickable{min-width:165px;max-width:170px}.sports ::-webkit-scrollbar{width:0px!important;height:0px!important;background:#16161f}.sports{margin-top:10px;width:100%}.sports .style-0{overflow-x:auto;display:flex;gap:4px;align-items:center;padding:3px;width:100%}.sports .style-0>*{margin:0 3px;width:100px!important}.sports .style-5{background:linear-gradient(270deg,#c435ef,#662ef3);padding:0 10px;display:flex;align-items:center;border-radius:3px;justify-content:space-between;height:40px;width:100%}.sports .style-2{background:linear-gradient(90deg,#20a635 2.29%,#22ff7a 83.94%);padding:0 10px;display:flex;align-items:center;border-radius:3px;justify-content:space-between;height:40px;width:100%}.sports .style-3{border:0px none #000;height:25px;border-style:none;-webkit-user-select:none;user-select:none}.sports .style-4{background:linear-gradient(91deg,#07abd0 .66%,#95d7e6 99.47%);padding:0 10px;display:flex;align-items:center;border-radius:3px;justify-content:space-between;width:100%;height:40px}.sports .style-1{background:linear-gradient(270deg,#3984f7,#242156);padding:0 10px;display:flex;align-items:center;border-radius:3px;justify-content:space-between;width:100%;height:40px}.sports .style-6{border:0px none #000;height:30px;border-style:none;-webkit-user-select:none;user-select:none}.sports .style-7{background:linear-gradient(91deg,#f7a545 .66%,#c10930 99.47%);padding:0 10px;display:flex;align-items:center;border-radius:3px;justify-content:space-between;width:100%;height:40px}.sports .style-8{color:#000;text-decoration:none solid #000;text-align:center;font-size:15px;font-style:normal;font-weight:600;max-width:120px;line-height:1px;white-space:nowrap;background-color:#0000;border:0px none #000;transition:all .3s ease 0s;cursor:pointer}.sports .style-9{border:0px none #000;height:30px;border-style:none;-webkit-user-select:none;user-select:none}.sports .style-10{background:linear-gradient(91deg,#ec62e2 .66%,#9c31f0 99.47%);padding:0 10px;display:flex;align-items:center;border-radius:3px;justify-content:space-between;width:100%!important;height:60px;margin:0}.sports .style-11{color:#000;text-decoration:none solid #000;text-align:center;font-size:16px;font-style:normal;font-weight:600;max-width:120px;line-height:1px;white-space:nowrap;background-color:#0000;border:0px none #000;transition:all .3s ease 0s;cursor:pointer}.sports .style-12{border:0px none #000;height:30px;border-style:none;-webkit-user-select:none;user-select:none}.sports .style-13{background:linear-gradient(91deg,#07abd0 .66%,#95d7e6 99.47%);padding:0 10px;display:flex;align-items:center;border-radius:3px;justify-content:space-between;width:100%!important;height:60px;margin:0}.sports .style-14{color:#000;text-decoration:none solid #000;text-align:center;font-size:16px;font-style:normal;font-weight:600;max-width:120px;line-height:1px;white-space:nowrap;background-color:#0000;border:0px none #000;transition:all .3s ease 0s;cursor:pointer}.sports .style-15{height:35px!important;border:0px none #000;border-style:none;-webkit-user-select:none;user-select:none}.sports .style-16{background:linear-gradient(270deg,#c435ef,#662ef3);padding:0 10px;display:flex;align-items:center;border-radius:3px;justify-content:space-between;width:100%!important;height:60px;margin:0}.sports .style-17{color:#000;text-decoration:none solid #000;text-align:center;font-size:16px;font-style:normal;font-weight:600;max-width:120px;line-height:1px;white-space:nowrap;background-color:#0000;border:0px none #000;transition:all .3s ease 0s;cursor:pointer}.sports .style-18{height:35px!important;border:0px none #000;border-style:none;-webkit-user-select:none;user-select:none}.sports .style-19{background:linear-gradient(91deg,#f7a545 .66%,#c10930 99.47%);padding:0 10px;display:flex;align-items:center;border-radius:3px;justify-content:space-between;width:100%!important;height:60px;margin:0}.sports .style-20{color:#000;text-decoration:none solid #000;text-align:center;font-size:16px;font-style:normal;font-weight:600;max-width:120px;line-height:1px;white-space:nowrap;background-color:#0000;border:0px none #000;transition:all .3s ease 0s;cursor:pointer}.sports .style-21{height:35px!important;border:0px none #000;border-style:none;-webkit-user-select:none;user-select:none}.sports .casino{width:100px;max-width:none!important}.sport-navv .style-0{display:flex;align-items:center;margin:3px 0;overflow:hidden}.sport-navv .style-1{color:#fff;background:#2c3e50;font-size:16px;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;padding:6px 15px;white-space:nowrap;font-weight:400!important}.sport-navv .style-3{background:#ccc;font-size:16px;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;color:#000;padding:6px 15px;white-space:nowrap;border-right:1px solid #2c3e50;font-weight:400!important}.sport-navv .style-4{font-size:16px;margin-right:5px}.sport-nav .style-0{display:flex;align-items:center;overflow-x:auto}.sport-nav .style-1{color:#fff;background:#08c;font-size:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;padding:5px 15px;white-space:nowrap}.sport-nav .style-3{background:#2c3e50;font-size:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;color:#fff;padding:5px 15px;white-space:nowrap}.sport-nav .style-4{font-size:16px;margin-right:5px}.score .style-0{scrollbar-width:thin;box-sizing:border-box;padding:5px;display:flex;align-items:center;cursor:pointer}.score .style-1{background-color:#0000;display:flex;flex-direction:column;justify-content:center;scrollbar-width:thin;box-sizing:border-box}.score .style-2,.score .style-3{font-size:10px;width:50px!important;color:#97a0b7;font-weight:600;text-align:center;font-style:normal;line-height:normal;scrollbar-width:thin;box-sizing:border-box;background:#16161f none repeat scroll 0% 0% / auto padding-box border-box}.score .style-4{scrollbar-width:thin;box-sizing:border-box;flex:1 1 95%}.score .style-5{scrollbar-width:thin;box-sizing:border-box}.score .style-6{scrollbar-width:thin;box-sizing:border-box;color:#ff6621;height:10px;align-items:center;padding:2px 4px;display:flex}.score .style-7{display:flex;justify-content:space-between;border-top:0px none #000;padding:1px 0;background:#0000 none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin;box-sizing:border-box;background-color:#0000;border:0px none #000}.score .style-8{scrollbar-width:thin;box-sizing:border-box;flex:1 1 40%}.score .style-9{scrollbar-width:thin;box-sizing:border-box;display:flex;width:100%;align-items:start;padding:3px 8px;flex-direction:row}.score .style-10{color:#000;scrollbar-width:thin;box-sizing:border-box;text-align:center;margin:3px 0 2px;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.score .style-11{scrollbar-width:thin;box-sizing:border-box;text-align:center;margin:3px 0 2px;color:#898b9e;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.score .style-12{scrollbar-width:thin;box-sizing:border-box;display:flex;margin-right:20px;align-items:center}.score .style-13,.score .style-14{height:10px;border:0px none #000;scrollbar-width:thin;box-sizing:border-box;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;color:#000;font-size:7px;margin:0 4px;border-radius:1px}.score .style-15{scrollbar-width:thin;box-sizing:border-box;height:10px;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;color:#000;font-size:7px;margin:0 4px;border-radius:1px}.score .style-16{scrollbar-width:thin;box-sizing:border-box;padding:0 5px;font-size:7px;font-weight:700;letter-spacing:.035px}.score .style-17{scrollbar-width:thin;box-sizing:border-box;height:10px;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;color:#000;font-size:7px;margin:0 4px;border-radius:1px}.score .style-18{scrollbar-width:thin;box-sizing:border-box;padding:0 5px;font-size:7px;font-weight:700;letter-spacing:.035px}.score .style-19{scrollbar-width:thin;box-sizing:border-box;height:10px;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;color:#000;font-size:7px;margin:0 4px;border-radius:1px}.score .style-20{scrollbar-width:thin;box-sizing:border-box;padding:0 5px;font-size:7px;font-weight:700;letter-spacing:.035px}.score .style-21{scrollbar-width:thin;box-sizing:border-box;height:10px;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;color:#000;font-size:7px;margin:0 4px;border-radius:1px}.score .style-22{scrollbar-width:thin;box-sizing:border-box;padding:0 5px;font-size:7px;font-weight:700;letter-spacing:.035px}.score .style-23{scrollbar-width:thin;box-sizing:border-box;height:10px;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;color:#000;font-size:7px;margin:0 4px;border-radius:1px}.score .style-24{scrollbar-width:thin;box-sizing:border-box;padding:0 5px;font-size:7px;font-weight:700;letter-spacing:.035px}.score .style-25{scrollbar-width:thin;box-sizing:border-box;height:10px;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;color:#000;font-size:7px;margin:0 4px;border-radius:1px}.score .style-26{scrollbar-width:thin;box-sizing:border-box;padding:0 5px;font-size:7px;font-weight:700;letter-spacing:.035px}.score .style-27{display:flex;justify-content:space-between;align-items:center;scrollbar-width:thin;box-sizing:border-box}.score .style-28{scrollbar-width:thin;box-sizing:border-box;width:100%;display:flex}.score .style-29{display:flex;height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#43ceed;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.score .style-30{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;scrollbar-width:thin;box-sizing:border-box}.score .style-31{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.score .style-32{color:#161616;margin:0;font-size:9px;font-weight:600;line-height:normal;scrollbar-width:thin;box-sizing:border-box}.score .style-36{overflow-y:auto;max-width:100%;background-color:red}.score .style-37{scrollbar-width:thin;box-sizing:border-box;width:100%;display:flex}.score .style-38{display:flex;height:41px;width:67px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#f796ff;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.score .style-39{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;scrollbar-width:thin;box-sizing:border-box}.score .style-40{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.score .style-41{color:#161616;margin:0;font-size:9px;font-weight:600;line-height:normal;scrollbar-width:thin;box-sizing:border-box}.score .style-46{opacity:.5;height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#43ceed;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.score .style-47{display:flex;border:0px none rgb(0,0,0);height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;position:relative;scrollbar-width:thin;background-color:#f796ff4d}.score .style-48{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;scrollbar-width:thin;box-sizing:border-box}.score .style-51{opacity:.5;height:41px;width:67px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f796ff;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.score .style-52{display:flex;height:41px;width:67px;margin-right:8px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;position:relative;scrollbar-width:thin;background-color:#43ceed4d}.score .style-56{scrollbar-width:thin;box-sizing:border-box;width:100%;display:flex}.score .style-57{display:flex;height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#43ceed;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.score .style-58{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;scrollbar-width:thin;box-sizing:border-box}.score .style-59{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.score .style-60{color:#161616;margin:0;font-size:9px;font-weight:600;line-height:normal;scrollbar-width:thin;box-sizing:border-box}.score .style-65{scrollbar-width:thin;box-sizing:border-box;width:100%;display:flex}.score .style-66{display:flex;height:41px;width:67px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#f796ff;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.score .style-67{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;scrollbar-width:thin;box-sizing:border-box}.score .style-68{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.score .style-69{color:#161616;margin:0;font-size:9px;font-weight:600;line-height:normal;scrollbar-width:thin;box-sizing:border-box}.tournament .style-0{display:flex;justify-content:space-between;padding:4px 0;border-radius:2px 2px 0 0;background-color:#000;scrollbar-width:thin;box-sizing:border-box;z-index:1}.tournament .style-01{display:flex;align-items:center;color:#fff;background-size:cover;text-transform:uppercase}.tournament .style-01 .style-3{width:23px;margin-right:10px}.tournament .style-2{display:flex;align-items:center;font-weight:600;box-sizing:border-box;justify-content:space-between;width:100%}.tournament .title{font-style:normal;text-align:center;font-size:16px;font-weight:600;line-height:normal;padding:4px 20px 4px 7px;border-top-right-radius:50px;background:#0000 linear-gradient(90deg,#df4800,#ff5917) repeat scroll 0% 0% / auto padding-box border-box;color:#000;margin-top:8px;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-0{display:flex;padding:0 5px;background:#f7f7f7!important;border-bottom-right-radius:2px;border-bottom-left-radius:2px;box-sizing:border-box;position:relative}.tournament .matches .fancy{width:14px;margin:0 10px}.tournament .matches .tv-img{width:13px}.tournament .matches .game-bm{display:flex;align-items:center;justify-content:center;border-radius:100%;width:20px;height:20px}.tournament .matches .game-bm span{font-size:13px;font-weight:700!important;color:#000}.tournament .matches .game-custom{display:flex;align-items:center;justify-content:center;background:#c10930;border-radius:100%;width:20px;height:20px;margin:0 4px}.tournament .matches .game-custom span{font-size:11px;color:#fff}.tournament .matches .box{display:flex;flex-direction:row;height:25px}.tournament .matches .style-box{background:#66d1ff;justify-content:center;align-items:center;display:flex;flex-direction:column;color:#000;width:75px;max-width:100%;font-size:14px}.tournament .matches .style-box span{font-size:10px;font-weight:400}.tournament .matches .style-box2{background:#ffb4c5;justify-content:center;align-items:center;display:flex;flex-direction:column;color:#000;width:75px;max-width:100%;font-size:14px}.tournament .matches .style-box2 span{font-size:10px;font-weight:400}.tournament .matches .style-1{display:flex;width:100%;align-items:center;cursor:pointer;scrollbar-width:thin;box-sizing:border-box;border-bottom:1px solid #c7c8ca}.tournament .matches .style-4{font-style:normal;font-weight:600;line-height:12px;color:#000;display:flex;align-items:center;justify-content:center;z-index:99;margin-right:30px;text-align:center}.tournament .matches .time{margin-top:5px}.tournament .matches .inplay{display:grid;place-items:center;color:#03b37f;font-size:15px;font-weight:600;margin-right:15px}.tournament .matches .live{width:10px;height:10px;border-radius:100px;background:#28a745}.tournament .matches .style-5{color:#000;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-6{color:#000;font-size:12px}.tournament .matches .style-7{justify-content:center;align-items:center;flex-direction:row;font-size:13px;text-align:center;margin-left:10px}.tournament .matches .style-8{text-align:center;font-size:11px;color:#000;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-9,.tournament .matches .style-10{display:none;text-align:center;font-size:11px;color:#000;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-11{text-align:center;font-size:11px;color:#000;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-12{display:none;text-align:center;font-size:11px;color:#000;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-13{border-right:.8px solid rgb(22,22,31);height:43px;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-14{scrollbar-width:thin;width:100%!important;box-sizing:border-box}.tournament .matches .style-17{display:flex;color:#000;width:450px;z-index:99;align-items:center}.tournament .matches .style-18{display:flex;align-items:center;justify-content:flex-start}.tournament .matches .style-19{font-weight:400!important;font-size:14px;color:#000;white-space:nowrap}.tournament .matches .style-20{margin:0 10px;border-radius:50%;width:26px!important;height:22px}.tournament .matches .style-21{width:65px;text-align:center;font-size:13px;font-weight:600;color:#000;scrollbar-width:thin;text-transform:lowercase;box-sizing:border-box}.tournament .matches .style-22{justify-content:flex-start;display:flex;align-items:center;width:30%;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-23{margin:0 8px;border-radius:50%;width:26px!important;height:22px;scrollbar-width:thin;box-sizing:border-box;border:0px none #000}.tournament .matches .style-24{font-weight:600;font-size:14px;color:#000}.tournament .matches .style-30{display:flex;justify-content:space-between;align-items:center;scrollbar-width:thin;box-sizing:border-box;cursor:pointer}.tournament .matches .style-31{scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-32{display:flex;height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#43ceed;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.tournament .matches .style-33{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;color:#1e2028;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-34{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-35{color:#000;margin:0;font-size:9px;font-weight:600;line-height:normal;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-36{display:none;height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#43ceed;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.tournament .matches .style-37{scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-38{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;color:#1e2028;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-39{scrollbar-width:thin;font-size:14px;box-sizing:border-box}.tournament .matches .style-40{scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-41{display:flex;height:41px;width:67px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#f796ff;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.tournament .matches .style-42{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;color:#1e2028;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-43{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-44{color:#000;margin:0;font-size:9px;font-weight:600;line-height:normal;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-45{display:none;height:41px;width:67px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#f796ff;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.tournament .matches .style-46{scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-47{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;color:#1e2028;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-48{scrollbar-width:thin;font-size:14px;box-sizing:border-box}.tournament .matches .style-49{opacity:.5;height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#43ceed;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.tournament .matches .style-50{display:flex;border:0px none rgb(0,0,0);height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;position:relative;scrollbar-width:thin}.tournament .matches .style-51{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;color:#1e2028;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-54{opacity:.5;height:41px;width:67px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f796ff;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.tournament .matches .style-55{display:flex;border:0px none rgb(0,0,0);height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;position:relative;scrollbar-width:thin}.tournament .matches .style-56{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;color:#1e2028;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-59{scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-60{display:flex;height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#43ceed;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.tournament .matches .style-61{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;color:#1e2028;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-62{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-63{color:#000;margin:0;font-size:9px;font-weight:600;line-height:normal;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-64{display:none;height:41px;width:67px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#43ceed;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.tournament .matches .style-65{scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-66{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;color:#1e2028;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-67{scrollbar-width:thin;font-size:14px;box-sizing:border-box}.tournament .matches .style-68{scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-69{display:flex;height:41px;width:67px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#f796ff;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.tournament .matches .style-70{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;color:#1e2028;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-71{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-72{color:#000;margin:0;font-size:9px;font-weight:600;line-height:normal;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-73{display:none;height:41px;width:67px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;flex-direction:column;align-items:center;justify-content:center;background-color:#f796ff;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.tournament .matches .style-74{scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-75{font-style:normal;font-size:14px;font-weight:700;line-height:17px;text-align:center;display:block;color:#1e2028;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-76{scrollbar-width:thin;font-size:14px;box-sizing:border-box}.tournament .matches .style-77{scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-78{background-color:#0000;text-align:center;display:block;margin:0 7px;color:#000;border-radius:5px;padding:0;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-79{color:#c10930!important;font-size:20px!important;font-size:20px;font-style:normal;font-weight:600;text-align:center;cursor:pointer;scrollbar-width:thin;box-sizing:border-box}.tournament .matches .style-80{font-size:14px;scrollbar-width:thin;vertical-align:-1.75px;box-sizing:border-box;width:1em;display:inline-block;height:14px;overflow:visible}.tournament .matches .style-81{scrollbar-width:thin;box-sizing:border-box}@keyframes ani{0%{transform:translate(-20px)}to{transform:translate(20px)}}.tournament *{max-width:100%}.socre-match{display:flex;width:100%}.team{width:calc(100% - 415px)}.team .style-1{scrollbar-width:thin;box-sizing:border-box}.team .style-2{border-radius:16px;background-color:#0000;scrollbar-width:thin;box-sizing:border-box;margin-bottom:10px}.team .style-3{font-size:14px;color:#fff;scrollbar-width:thin;box-sizing:border-box}.team .style-4{color:#000;scrollbar-width:thin;margin-right:8px;margin-left:8px;box-sizing:border-box}.team .style-5{font-size:14px;color:#97a0b7;scrollbar-width:thin;box-sizing:border-box}.team .style-6{color:#000;scrollbar-width:thin;margin-right:8px;margin-left:8px;box-sizing:border-box}.team .style-7{font-size:14px;color:#fff;scrollbar-width:thin;box-sizing:border-box}.team .style-8{color:#000;scrollbar-width:thin;margin-right:8px;margin-left:8px;box-sizing:border-box}.team .style-9{font-size:14px;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-10{color:#000;scrollbar-width:thin;margin-right:8px;margin-left:8px;box-sizing:border-box}.team .style-11{color:#fff;font-size:14px;scrollbar-width:thin;box-sizing:border-box}.team .style-12{position:relative;background-color:#fff!important;border-color:#111016;scrollbar-width:thin;box-sizing:border-box}.team .style-13{justify-content:space-between;align-items:center;color:#75a7f2;font-weight:600;font-size:14px;scrollbar-width:thin;box-sizing:border-box}.team .style-30{display:flex;justify-content:flex-end;align-items:center;position:relative;scrollbar-width:thin;height:36px;box-sizing:border-box;border-bottom:1px solid #c7c8ca}.team .style-31{color:#000;font-weight:600;background:#72bbef;width:60px;height:35px;box-sizing:border-box;text-align:center;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;border-color:#0000;position:relative;scrollbar-width:thin}.team .style-32{color:#000;font-weight:600;background:#faa9ba;width:60px;height:35px;margin:0 1px;box-sizing:border-box;text-align:center;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;scrollbar-width:thin}.team .style-33{display:block;width:60px;height:35px;margin:0 5px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;scrollbar-width:thin}.team .style-34{display:block;width:60px;height:35px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;scrollbar-width:thin}.team .style-35{border-bottom:.8px solid rgb(17,16,22);scrollbar-width:thin;box-sizing:border-box}.team .style-36{display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px solid #c7c8ca;overflow-y:auto;max-width:100%;background:#fff}.team .style-37{display:flex;flex-direction:column;flex:1 1 0%;color:#97a0b7;scrollbar-width:thin;box-sizing:border-box;margin-left:3px}.team .profit{font-size:14px;margin-left:5px}.team .style-38{display:flex;flex-direction:row;align-items:center;scrollbar-width:thin;box-sizing:border-box;color:#000}.team .style-39{text-transform:capitalize;font-style:normal;font-weight:600;font-size:13px;color:#000;scrollbar-width:thin;box-sizing:border-box;padding:3px 7px}.team .style-42{display:flex;justify-content:flex-end;align-items:center;position:relative;cursor:pointer;margin-right:1px}.team .style-43{scrollbar-width:thin;box-sizing:border-box}.team .style-44{display:flex;width:60px;height:35px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#97a0b7;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border:.8px solid rgb(17,16,22);border-color:#111016;background-color:#fff;position:relative;scrollbar-width:thin}.team .style-45{font-style:normal;font-size:12px;font-weight:600;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-46{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-47{margin:0;font-size:9px;font-weight:600;line-height:normal;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-52{scrollbar-width:thin;box-sizing:border-box}.team .style-53{display:flex;width:60px;height:35px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border:.8px solid rgb(17,16,22);border-color:#111016;position:relative;scrollbar-width:thin}.team .style-54{font-style:normal;font-size:12px;font-weight:600;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-55{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-56{margin:0;font-size:9px;font-weight:600;line-height:normal;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-61{scrollbar-width:thin;box-sizing:border-box}.team .style-62{display:flex;width:60px;height:35px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border:.8px solid rgb(17,16,22);border-color:#111016;position:relative;scrollbar-width:thin}.team .style-63{font-style:normal;font-size:12px;font-weight:600;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-64{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-65{margin:0;font-size:9px;font-weight:600;line-height:normal;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-71{display:flex;width:60px;height:41px;box-sizing:border-box;text-align:center;color:#000;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#72bbef;margin-right:1px}.team .style-72{font-style:normal;font-size:12px;font-weight:600;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-73{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-74{color:#000;margin:0;font-size:9px;font-weight:600;line-height:normal;scrollbar-width:thin;box-sizing:border-box}.team .style-80{display:flex;width:60px;height:41px;box-sizing:border-box;text-align:center;color:#000;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#faa9ba}.team .style-81{font-style:normal;font-size:12px;font-weight:600;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-82{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-83{color:#000;margin:0;font-size:9px;font-weight:600;line-height:normal;scrollbar-width:thin;box-sizing:border-box}.team .style-89{display:flex;width:60px;height:35px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border:.8px solid rgb(17,16,22);border-color:#111016;position:relative;scrollbar-width:thin}.team .style-90{font-style:normal;font-size:12px;font-weight:600;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-91{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-92{margin:0;font-size:9px;font-weight:600;line-height:normal;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-98{display:flex;width:60px;height:35px;margin:0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border:.8px solid rgb(17,16,22);border-color:#111016;position:relative;scrollbar-width:thin}.team .style-99{font-style:normal;font-size:12px;font-weight:600;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-100{font-weight:600;line-height:normal;font-style:normal;font-size:11px;text-align:center;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-101{margin:0;font-size:9px;font-weight:600;line-height:normal;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-176{color:#000;scrollbar-width:thin;font-size:14px;box-sizing:border-box}.team .style-177{position:relative;background-color:#fff;border-bottom-left-radius:4.46px;border-bottom-right-radius:4.46px;border-color:#111016;scrollbar-width:thin;margin-top:8px;margin-bottom:8px;box-sizing:border-box}.team .style-178{display:flex;justify-content:space-between;align-items:center;padding-bottom:0;color:#75a7f2;font-weight:600;font-size:14px;background:#000 none repeat scroll 0% 0% / auto padding-box border-box;background-color:#000;border-bottom:.8px solid rgb(79,82,103);scrollbar-width:thin;box-sizing:border-box}.team .style-179{display:flex;justify-content:space-between;align-items:center;scrollbar-width:thin;box-sizing:border-box}.team .style-180{font-size:13px;padding:3px 10px;color:#fff;font-weight:600;line-height:normal;white-space:nowrap;background-color:#2c3e50d9;scrollbar-width:thin;text-transform:uppercase;width:100%}.team .style-181{scrollbar-width:thin;box-sizing:border-box}.team .style-182{background:#0dda4d none repeat scroll 0% 0% / auto padding-box border-box;height:29px;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:13px;text-align:center;font-weight:600;border-radius:21px;cursor:pointer;background-color:#0dda4d;border:.8px solid rgba(0,0,0,0);transition:color .15s ease-in-out 0s,background-color .15s ease-in-out 0s,border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;-webkit-appearance:button;-moz-appearance:button;appearance:button;margin:0 0 0 8px;box-sizing:border-box}.team .style-183,.team .style-184{font-style:normal;font-size:14px;color:#000;scrollbar-width:thin;box-sizing:border-box;padding-left:10px;padding-right:10px}.team .style-185{display:flex;justify-content:flex-end;align-items:center;position:relative;scrollbar-width:thin;height:20px;box-sizing:border-box}.team .style-186{color:#7fbdee;font-weight:600;width:60px;height:35px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;border-radius:2px;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;border-color:#0000;position:relative;scrollbar-width:thin}.team .style-187{color:#f59fc4;font-weight:600;width:60px;height:35px;margin:0 1px;box-sizing:border-box;text-align:center;border-radius:2px;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;border-color:#0000;position:relative;scrollbar-width:thin}.team .style-188{width:130px;scrollbar-width:thin;box-sizing:border-box}.team .style-189{float:right;scrollbar-width:thin;box-sizing:border-box}.team .style-190{margin:4px 2px;height:18px;display:flex;justify-content:center;align-items:center;background-color:#0000;font-weight:600;font-size:13px;border:0px none #000;border-radius:3px;padding:3px 5px;color:#000;scrollbar-width:thin;cursor:pointer;-webkit-appearance:button;-moz-appearance:button;appearance:button;text-transform:none;line-height:19.5px;box-sizing:border-box}.team .style-191{transform:rotate(0);width:14px;height:12px;float:right;z-index:0;scrollbar-width:thin;margin-top:0;box-sizing:border-box;border:0px none #000}.team .style-192{scrollbar-width:thin;box-sizing:border-box}.team .style-193{border-bottom:.8px solid rgb(17,16,22);scrollbar-width:thin;box-sizing:border-box}.team .style-194{display:flex;justify-content:space-between;align-items:center;padding:2px 0;margin-top:0;border-bottom-left-radius:4.46px;border-bottom-right-radius:4.46px;background-color:#fff;border-color:#111016;scrollbar-width:thin;box-sizing:border-box}.team .style-195{display:flex;flex-direction:row;flex:1 1 0%;padding-left:10px;color:#97a0b7;scrollbar-width:thin;position:relative;box-sizing:border-box}.team .style-196{text-transform:capitalize;font-style:normal;font-weight:600;font-size:13px;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-197{text-align:right;border-radius:5px;display:flex;flex-direction:column;font-size:12px;scrollbar-width:thin;margin-right:4px;margin-left:4px;box-sizing:border-box}.team .style-198{scrollbar-width:thin;font-weight:600;font-size:12px;color:#dc143c;box-sizing:border-box}.team .style-199{display:flex;justify-content:flex-end;align-items:center;position:relative;scrollbar-width:thin;box-sizing:border-box}.team .style-200{position:absolute;width:100%;height:35px;left:0;top:0;text-align:center;border-radius:2px;line-height:normal;display:flex;justify-content:center;align-items:center;z-index:99;font-size:13px;font-weight:700;background:#1b1923e6 linear-gradient(90deg,#153e48 .06%,#4c2e4e 97.71%) repeat scroll 0% 0% / auto padding-box border-box;border-width:.8px;border-style:solid;border-color:#000;border-image:linear-gradient(90deg,#257b8f .06%,#d360dd 97.71%) 1 / 1 / 0 stretch;background-color:#1b1923e6;scrollbar-width:thin;box-sizing:border-box}.team .style-201{color:#f7f3f7;display:block;scrollbar-width:thin;box-sizing:border-box}.team .style-202{scrollbar-width:thin;box-sizing:border-box}.team .style-203{display:flex;width:60px;height:35px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.team .style-204{font-size:13px;font-weight:600;padding:7px;font-style:normal;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-205{display:none;width:60px;height:35px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.team .style-206{font-size:15px;font-style:normal;font-weight:600;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-207{scrollbar-width:thin;box-sizing:border-box}.team .style-208{display:flex;width:60px;height:35px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.team .style-209{font-size:13px;font-weight:600;padding:7px;font-style:normal;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-212{width:120px;scrollbar-width:thin;box-sizing:border-box}.team .style-214{display:flex;justify-content:space-between;align-items:center;padding:2px 0;margin-top:0;border-bottom-left-radius:4.46px;border-bottom-right-radius:4.46px;background-color:#fff;border-color:#111016;scrollbar-width:thin;box-sizing:border-box}.team .style-215{display:flex;flex-direction:row;flex:1 1 0%;padding-left:10px;color:#97a0b7;scrollbar-width:thin;position:relative;box-sizing:border-box}.team .style-216{text-transform:capitalize;font-style:normal;font-weight:600;font-size:13px;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-217{text-align:right;border-radius:5px;display:flex;flex-direction:column;font-size:12px;scrollbar-width:thin;margin-right:4px;margin-left:4px;box-sizing:border-box}.team .style-218{scrollbar-width:thin;font-weight:600;font-size:12px;color:#dc143c;box-sizing:border-box}.team .style-219{display:flex;justify-content:flex-end;align-items:center;position:relative;scrollbar-width:thin;box-sizing:border-box}.team .style-220{scrollbar-width:thin;box-sizing:border-box}.team .style-221{display:flex;width:60px;height:35px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.team .style-222{font-size:13px;font-weight:600;padding:7px;font-style:normal;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-226{display:flex;width:60px;height:35px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.team .style-227{font-size:13px;font-weight:600;padding:7px;font-style:normal;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-230{width:120px;scrollbar-width:thin;box-sizing:border-box}.team .style-265{display:flex;justify-content:space-between;margin-top:0;scrollbar-width:thin;box-sizing:border-box;border-bottom:1px solid #c7c8ca;max-width:100%;background:#fff;margin-left:3px}.team .style-266{display:flex;flex-direction:row;color:#97a0b7;scrollbar-width:thin;position:relative;box-sizing:border-box}.team .amount{color:#e74c3c;margin-left:3px;margin-top:3px}.team .run-amount{color:#000!important;background:#fff;height:500px;overflow-y:auto;width:350px;font-size:14px}.team .run-amount .amounts{display:flex;width:100%;align-items:center;justify-content:space-between;background:#08c;padding:5px 10px}.team .style-267{text-transform:capitalize;font-style:normal;font-weight:400!important;font-size:13px;color:#000;scrollbar-width:thin;box-sizing:border-box;line-height:20px;padding:3px 5px}.team .style-268{text-align:right;border-radius:5px;display:flex;flex-direction:column;font-size:12px;scrollbar-width:thin;margin-right:4px;margin-left:4px;box-sizing:border-box}.team .style-269{scrollbar-width:thin;font-weight:600;font-size:12px;color:#dc143c;box-sizing:border-box}.team .style-270{display:flex;justify-content:flex-end;align-items:center;position:relative;scrollbar-width:thin;box-sizing:border-box}.team .style-271{scrollbar-width:thin;box-sizing:border-box;cursor:pointer}.team .style-272{display:flex;width:60px;height:43px;box-sizing:border-box;text-align:center;color:#000;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#72bbef;scrollbar-width:thin;margin-right:1px}.team .style-273{font-size:13px;font-weight:600;font-style:normal;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-277{display:flex;margin-right:1px;width:60px;height:43px;box-sizing:border-box;text-align:center;color:#000;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#faa9ba;scrollbar-width:thin}.team .style-278{font-size:13px;font-weight:600;padding:7px;font-style:normal;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-281{width:120px;scrollbar-width:thin;box-sizing:border-box}.team .style-282{position:relative;border-bottom-left-radius:4.46px;border-bottom-right-radius:4.46px;border-color:#111016;scrollbar-width:thin;box-sizing:border-box}.team .style-283{display:flex;justify-content:space-between;align-items:center;color:#75a7f2;font-weight:600;font-size:14px;background:#fff;scrollbar-width:thin;box-sizing:border-box;width:100%}.team .style-284{display:flex;justify-content:space-between;align-items:center;scrollbar-width:thin;box-sizing:border-box;width:100%}.team .style-285{font-style:normal;font-size:13px;color:#fff;padding:3px 10px;font-weight:600;line-height:normal;white-space:nowrap;background-color:#2c3e50d9;scrollbar-width:thin;box-sizing:border-box;text-transform:uppercase;width:100%}.team .style-286{scrollbar-width:thin;box-sizing:border-box}.team .style-287{background:#0dda4d none repeat scroll 0% 0% / auto padding-box border-box;color:#000;text-transform:none;height:29px;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:13px;text-align:center;font-style:normal;font-weight:600;line-height:normal;border-radius:21px;scrollbar-width:thin;text-decoration:none solid rgb(0,0,0);cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0dda4d;border:.8px solid rgba(0,0,0,0);transition:color .15s ease-in-out 0s,background-color .15s ease-in-out 0s,border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;-webkit-appearance:button;-moz-appearance:button;appearance:button;margin:0 0 0 8px;box-sizing:border-box}.team .style-288,.team .style-289{font-style:normal;font-size:14px;color:#000;scrollbar-width:thin;box-sizing:border-box;padding-left:10px;padding-right:10px}.team .style-290{display:flex;justify-content:flex-end;align-items:center;position:relative;scrollbar-width:thin;height:36px;box-sizing:border-box;margin-right:1px;border-bottom:1px solid #c7c8ca}.team .style-291{color:#000;background-color:#72bbef;font-weight:600;width:60px;height:35px;box-sizing:border-box;text-align:center;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;border-color:#0000;position:relative;scrollbar-width:thin;margin-right:1px}.team .style-292{color:#000;background:#faa9ba;font-weight:600;width:60px;height:35px;box-sizing:border-box;text-align:center;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;border-color:#0000;position:relative;scrollbar-width:thin}.team .style-293{width:130px;scrollbar-width:thin;box-sizing:border-box}.team .style-294{float:right;scrollbar-width:thin;box-sizing:border-box}.team .style-295{margin:4px 2px;height:18px;display:flex;justify-content:center;align-items:center;background-color:#0000;font-weight:600;font-size:13px;border:0px none #000;border-radius:3px;padding:3px 5px;color:#000;scrollbar-width:thin;cursor:pointer;-webkit-appearance:button;-moz-appearance:button;appearance:button;text-transform:none;line-height:19.5px;box-sizing:border-box}.team .style-296{transform:rotate(0);width:14px;height:12px;float:right;z-index:0;scrollbar-width:thin;margin-top:0;box-sizing:border-box;border:0px none #000}.team .style-319{display:flex;justify-content:space-between;align-items:center;padding:2px 0;margin-top:0;border-bottom-left-radius:4.46px;border-bottom-right-radius:4.46px;background-color:#fff;border-color:#111016;scrollbar-width:thin;box-sizing:border-box}.team .style-320{display:flex;flex-direction:row;flex:1 1 0%;padding-left:10px;color:#97a0b7;scrollbar-width:thin;position:relative;box-sizing:border-box}.team .style-321{text-transform:capitalize;font-style:normal;font-weight:600;font-size:13px;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-322{text-align:right;border-radius:5px;display:flex;flex-direction:column;font-size:12px;scrollbar-width:thin;margin-right:4px;margin-left:4px;box-sizing:border-box}.team .style-323{scrollbar-width:thin;font-weight:600;font-size:12px;color:#dc143c;box-sizing:border-box}.team .style-324{display:flex;justify-content:flex-end;align-items:center;position:relative;scrollbar-width:thin;box-sizing:border-box}.team .style-325{position:absolute;width:122px;max-width:130px;height:43px;text-align:center;border-radius:2px;display:flex;justify-content:center;align-items:center;z-index:2;font-size:13px;font-weight:700;background:#000;opacity:.8;border-width:.8px;border-style:solid;border-color:#000;border-image:linear-gradient(90deg,#257b8f .06%,#d360dd 97.71%) 1 / 1 / 0 stretch;background-color:#1b1923e6}.team .odd-active{position:absolute;width:100%;max-width:396px;height:40px;text-align:center;border-radius:2px;display:flex;justify-content:center;align-items:center;z-index:2;font-size:13px;font-weight:700;background:#1b1923e6 linear-gradient(90deg,#153e48 .06%,#4c2e4e 97.71%) repeat scroll 0% 0% / auto padding-box border-box;border-width:.8px solid #000;border-image:linear-gradient(90deg,#257b8f .06%,#d360dd 97.71%) 1 / 1 / 0 stretch}.team .style-326{color:red;display:block;scrollbar-width:thin;box-sizing:border-box}.team .style-327{scrollbar-width:thin;box-sizing:border-box}.team .style-328{display:flex;width:60px;height:35px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#43ceed none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.team .style-329{font-size:13px;font-weight:600;padding:7px;font-style:normal;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-333{display:flex;width:60px;height:35px;margin:0 8px 0 1px;box-sizing:border-box;text-align:center;color:#000;border-radius:2px;padding:0;flex-direction:column;justify-content:center;align-items:center;border-color:#111016;position:relative;background:#f796ff none repeat scroll 0% 0% / auto padding-box border-box;scrollbar-width:thin}.team .style-334{font-size:13px;font-weight:600;padding:7px;font-style:normal;line-height:17px;text-align:center;display:block;color:#000;scrollbar-width:thin;box-sizing:border-box}.team .style-337{width:120px;scrollbar-width:thin;box-sizing:border-box}.team .iframe{width:100%;border:none;overflow:hidden;opacity:1;margin:5px 0;max-width:100%;transition:all .15s linear}.bet{padding-right:8px;padding-left:8px;width:40%;margin-top:15px}.bet .style-1{position:relative;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;border-radius:2px;background-color:#fff;color:#97a0b7;scrollbar-width:thin;box-sizing:border-box}.bet .style-2{display:flex;justify-content:space-between;align-items:center;scrollbar-width:thin;box-sizing:border-box;padding:0 10px}.bet .style-3{scrollbar-width:thin;box-sizing:border-box}.bet .style-4{font-style:normal;font-size:16px;line-height:30px;color:#000;text-transform:capitalize;scrollbar-width:thin;box-sizing:border-box}.bet .style-5{scrollbar-width:thin;box-sizing:border-box}.bet .style-10{font-style:normal;font-weight:600;font-size:14px;line-height:normal;text-transform:capitalize;padding-left:0;margin-left:5px;color:#000;scrollbar-width:thin;cursor:pointer;-webkit-appearance:button;-moz-appearance:button;appearance:button;box-sizing:border-box}.bet .style-11{background-color:#111016;scrollbar-width:thin;box-sizing:border-box}.bet .style-12{padding:1px 5px;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;border-radius:2px 2px 0 0;background-color:#fff;scrollbar-width:thin;box-sizing:border-box}.bet .style-13{font-style:normal;font-size:12px;line-height:22px;color:#75a7f2;text-transform:capitalize;scrollbar-width:thin;box-sizing:border-box}.bet .style-14{padding:3px;width:100%;border:.8px solid rgb(17,16,22);scrollbar-width:thin;caption-side:bottom;border-collapse:collapse;box-sizing:border-box}.bet .style-15{border-bottom:.8px solid rgb(17,16,22);scrollbar-width:thin;border-color:#111016;border-style:solid;border-width:0px 0px .8px;box-sizing:border-box}.bet .style-16{font-style:normal;font-size:12px;line-height:22px;color:#000;text-transform:capitalize;padding:1px 5px;font-weight:700;scrollbar-width:thin;border-color:#111016;border-style:solid;border-width:0px;text-align:left;box-sizing:border-box}.bet .style-17,.bet .style-18{font-style:normal;font-size:12px;line-height:22px;color:#000;text-transform:capitalize;padding:1px 5px;font-weight:700;text-align:center;scrollbar-width:thin;border-color:#111016;border-style:solid;border-width:0px;box-sizing:border-box}.login *{max-width:100%!important}.price .style-0{position:relative;background-color:#fff;display:flex;flex-direction:column;padding:5px 3px 3px;border-radius:3px;box-sizing:border-box;border:.8px solid rgb(67,206,237);margin:5px 0}.price *{color:#333!important}.price .style-1{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0}.price .style-2{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0 2px;display:flex;justify-content:space-between;font-weight:600}.price .style-3{text-transform:capitalize;text-align:center;font-weight:700!important;font-size:12px;color:#000;margin:0;touch-action:manipulation;box-sizing:border-box;padding:3px 25px 0 6px;background-color:#43ceed;border-bottom-right-radius:23px;height:24px}.price .style-4{display:flex;flex-direction:row;justify-content:space-between;touch-action:manipulation;box-sizing:border-box;margin:5px 0 3px;padding:0 1px 1px 3px;gap:6px}.price .style-5{line-height:12px;touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;font-size:15px;white-space:nowrap;color:#000}.price .style-6{touch-action:manipulation;box-sizing:border-box;margin:0;padding:3px;line-height:12px;border-radius:3px;color:#13ff6e;font-style:15px}.price .style-7{justify-content:center;display:flex;align-items:center}.price .style-9{font-weight:600;font-size:11.2px}.price .style-10{color:#000;font-size:12px;font-weight:600;text-align:center}.price .style-12{background:#ffffff45!important;padding:5px;margin-bottom:5px}.price .style-13{justify-content:center;display:flex;text-align:center;font-weight:600;font-size:12px;color:#000;border-bottom:none!important;margin-bottom:4px}.price .style-14{font-weight:600;font-size:15px;width:100px}.price .style-15{font-weight:600;font-size:15px;width:235px}.price .style-16{display:flex;background:none!important;justify-content:center;width:100%;max-width:100%}.price .style-17{display:flex;flex-direction:row;margin:0 10px;justify-content:center}.price .style-20{text-align:center;width:100px;max-width:100%;font-weight:600;font-size:16px;box-shadow:none;color:#000;outline:none;border:none;border:1px solid #2c3e50d9}.price .style-23{display:flex;flex-direction:row;margin:0 10px}.price .style-24{background-color:#2c3e50d9;padding:0 15px;display:flex;align-items:center;justify-content:center}.price .style-25{font-size:30px;color:#fff!important}.price .style-26{text-align:center;border:none;border:1px solid #2c3e50d9;width:150px;max-width:100%;font-weight:600;font-size:16px;color:#000;outline:none}.price .style-29{touch-action:manipulation;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center}.price .style-30{font-weight:700;margin:1px;font-size:14px;width:100px;background:#2c3e50d9;color:#fff!important;height:30px;color:#000;text-align:center;justify-content:center}.price .style-38{display:flex;flex-direction:row;justify-content:space-between;touch-action:manipulation;box-sizing:border-box;margin:5px 0 3px;padding:0 1px 1px 3px;gap:6px}.price .style-39{background:#07701e none repeat scroll 0% 0% / auto padding-box border-box;border-radius:2px;width:100%;border:0px none #000;background-color:#07701e;color:#000;padding:8px 0;font-weight:600;touch-action:manipulation;box-sizing:border-box;margin:0 2px 0 0;-webkit-appearance:button;-moz-appearance:button;appearance:button;text-transform:none;overflow:visible;font-size:14px;line-height:16.1px}.price .style-40{background:#16448a none repeat scroll 0% 0% / auto padding-box border-box;border-radius:2px;width:100%;border:0px none #000;background-color:#16448a;color:#000;padding:8px 0;font-weight:600;touch-action:manipulation;box-sizing:border-box;margin:0 2px 0 0;-webkit-appearance:button;-moz-appearance:button;appearance:button;text-transform:none;overflow:visible;font-size:14px;line-height:16.1px}.price .style-41{background:#670794 none repeat scroll 0% 0% / auto padding-box border-box;border-radius:2px;width:100%;border:0px none #000;background-color:#670794;color:#000;padding:8px 0;font-weight:600;touch-action:manipulation;box-sizing:border-box;margin:0 2px 0 0;-webkit-appearance:button;-moz-appearance:button;appearance:button;text-transform:none;overflow:visible;font-size:14px;line-height:16.1px}.price .style-42{background:#b72100 none repeat scroll 0% 0% / auto padding-box border-box;border-radius:2px;width:100%;border:0px none #000;background-color:#b72100;color:#000;padding:8px 0;font-weight:600;touch-action:manipulation;box-sizing:border-box;margin:0 2px 0 0;-webkit-appearance:button;-moz-appearance:button;appearance:button;text-transform:none;overflow:visible;font-size:14px;line-height:16.1px}.price .style-43{display:flex;flex-direction:row;justify-content:flex-end;margin-top:10px;padding-right:10px;align-items:center}.price .style-44{width:200px!important;border-radius:2px;background-color:#e60000;color:#fff!important;font-weight:600;font-size:14px}.price .style-45{width:200px!important;border-radius:2px;background-color:#09b55a;color:#fff!important;font-weight:600;font-size:14px;padding:8px 0}.videos .style-0{padding:10px;margin:14px 0 0;border-top-left-radius:4px;border-top-right-radius:4px;background-color:#fff}.videos .style-1{font-size:20px;font-weight:600;color:#fff}.videos .style-3{display:flex;overflow-x:auto;gap:15px;background:#161721cf none repeat scroll 0% 0% / auto padding-box border-box;padding:15px;border:.8px solid rgba(79,82,103,.29);border-bottom-right-radius:10px;border-bottom-left-radius:10px}.videos .style-3 iframe{height:500px;width:286px;border:none;border-radius:10px}.videos ::-webkit-scrollbar{height:0!important}.all-games .games{display:flex;flex-wrap:wrap;justify-content:center}.all-games *{color:#fff}.all-games .a{width:180px;margin:1px;overflow:hidden;background:#222;display:flex;flex-direction:column}.all-games .a img{width:100%;height:80px}.all-games .name{font-size:12px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.all-games .provider{font-size:10px;color:#ffffffb3}.all-games .info{width:100%;background:#2f2f42;padding:5px 10px;margin-top:auto}.all-games .casino-tab{width:100%;background-color:#fff;padding:2px}.all-games .input{display:flex;height:36px;padding:10.133px 11px;align-items:center;gap:10.133px;background:#08c;margin-bottom:2px}.all-games .input-icon{width:11.632px;height:11.625px;display:flex;align-items:center}.all-games .casino-input{background-color:#fff;display:block;width:100%;padding:6px 12px;font-size:12px;font-weight:600;color:#000;border:none;outline:none}.all-games .p-name.active{background-color:#08c;color:#fff}.all-games .pro{display:flex;width:100%;background:#2c3e50;overflow-x:auto;margin-bottom:1px}.all-games .p-name{font-size:12px;color:#fff;white-space:nowrap;font-weight:400!important;text-transform:uppercase;padding:8px 19px}.all-games .cats{display:flex;width:100%;overflow-x:auto}.all-games .cats::-webkit-scrollbar{height:0!important}.all-games .cat{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:12px;padding:8px 15px;white-space:nowrap;margin-bottom:5px;border:1px solid #0088cc;color:#000;margin-top:2px}.all-games .cat img{height:20px;margin-right:10px;filter:invert(100%) brightness(0%)}.all-games .cat.active{background:#08c;color:#fff}.play iframe{width:100%;height:100%;border:none}.bets .sport-bet{scrollbar-width:thin;padding-right:4px;padding-left:4px;margin-top:8px;flex:0 0 auto;width:100%;flex-shrink:0;max-width:100%;box-sizing:border-box}.bets .style-011{width:100%;padding:3px 0;display:flex;align-items:center;justify-content:center;text-align:center}.bets .text{background:#2c3e50;padding:7px 10px;color:#fff;font-weight:400!important;margin-top:2px}.bets .style-1{color:#fff;background:#08c none repeat scroll 0% 0% / auto padding-box border-box;padding:10px 0;font-size:14px;cursor:pointer;white-space:nowrap;display:inline;border:.8px solid #0088cc;width:100%}.bets .style-3{border:.8px solid #0088cc;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;padding:10px 0;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;white-space:nowrap;display:inline;width:100%}.bets .style-5{background-color:#fff}.bets .style-8{display:flex;align-items:center;max-width:100%;padding:5px 0 3px 10px}.bets .style-20{font-weight:700;color:#000;font-size:14px;margin-left:2px}.bets .style-21{border-radius:3px;outline:none;width:100%;padding:6px 12px;font-size:14px;font-weight:700;background-color:#fff;border:.8px solid #0088cc;height:42px;margin-top:5px}.bets .style-22{width:100%;padding-right:15px;min-width:180px}.bets .style-28{box-sizing:border-box;overflow-x:auto;width:100%;white-space:nowrap}.bets .style-29{caption-side:bottom;border-collapse:collapse;box-sizing:border-box;margin:10px 0;width:100%}.bets .style-30{color:#fff;background-color:#2c3e50;border-color:#000;border-style:none;border-width:0px;box-sizing:border-box;font-style:normal;font-size:11px;line-height:22px;border:0px none #000}.bets .style-31{text-align:left;font-size:14px;text-transform:capitalize;padding:10px;font-weight:700}.bets .style-34{text-align:center;border-color:#000;border-style:solid;border-width:0px;box-sizing:border-box;font-size:14px;text-transform:capitalize;padding:10px;font-weight:700}.bets .style-41{border:.8px solid rgba(0,0,0,.1);color:#000}.bets .style-42{border-color:#585e6c;font-size:14px;padding:10px;font-weight:600;color:#fff;text-transform:uppercase}.bets .style-43{border-color:#585e6c;text-align:center;font-size:13px;padding:4px;line-height:22px}.games .style-1{font-size:20px;font-weight:600;color:#fff}.games .style-01{display:flex;align-items:center;padding:5px 10px;color:#fff;width:220px;height:33px;background-image:url(../images/Screenshot-2025-02-10-165205.png);background-size:cover;text-transform:uppercase}.games .style-01 .style-3{width:23px;margin-right:10px}.games .style-3{display:flex;flex-wrap:wrap;gap:3px}.games .style-38{height:150px}.games ::-webkit-scrollbar{display:none}.style-05{background:green;display:flex;align-items:center;color:#fff;padding:5px 10px}.style-05 .style-06{width:30px;margin-right:15px}.change-password{background-color:#fff;width:100%;padding:20px;justify-content:center;align-items:center;margin:50px auto auto;max-width:600px;border-radius:10px}.change-password .style-2{padding-top:16px}.change-password .style-3{font-weight:600;font-size:14px;line-height:22px;color:#707d9b;margin-left:7px}.change-password .style-4{height:50px;align-items:center;display:flex;position:relative;box-sizing:border-box;border:1px solid rgba(0,0,0,.2);border-radius:6px}.change-password .style-8{background-color:#fff;padding:11px 18px;color:#97a0b7;border-radius:15px 0 0 15px}.change-password .style-9{color:#000;width:1em;font-size:16px}.change-password .style-11{height:42px;color:#000;padding:15px 12px;width:100%;font-size:16px;font-weight:600;border:.8px solid rgb(207,215,233);border-radius:0 15px 15px 0;border:none;outline:none}.change-password .style-35{padding-top:24px;text-align:center}.change-password .style-36{font-size:14px;line-height:18px;border-radius:15px;width:100%;padding:14px 0;background:#08c none repeat scroll 0% 0% / auto padding-box border-box;color:#fff;font-weight:600}.transaction-history .style-011{width:100%;padding:3px 0;display:flex;align-items:center;justify-content:center;text-align:center}.transaction-history .text{background:#2c3e50;padding:7px 10px;color:#fff;font-weight:400!important;margin-top:2px}.transaction-history .style-1{color:#fff;background:#08c none repeat scroll 0% 0% / auto padding-box border-box;padding:10px 0;font-size:14px;cursor:pointer;white-space:nowrap;display:inline;width:100%;border:.8px solid #0088cc}.transaction-history .style-3{border:.8px solid #0088cc;background:#fff none repeat scroll 0% 0% / auto padding-box border-box;padding:10px 0;width:100%;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;white-space:nowrap;display:inline}.transaction-history .style-28{box-sizing:border-box;overflow-x:auto;width:100%;white-space:nowrap}.transaction-history .style-29{caption-side:bottom;border-collapse:collapse;box-sizing:border-box;width:100%}.transaction-history .style-30{color:#fff;background-color:#2c3e50;box-sizing:border-box;font-size:11px;border:.8px solid #fff;font-weight:700!important}.transaction-history .style-34{text-align:center;border-color:#000;border-style:solid;border-width:0px;box-sizing:border-box;font-size:14px;text-transform:capitalize;padding:10px;font-weight:700}.transaction-history .style-41{border:.8px solid rgba(0,0,0,.1);color:#000;background:#fff}.transaction-history .style-43{border-color:#585e6c;text-align:center;font-size:13px;padding:4px;line-height:22px}.signup{background:#c10930;height:100vh;justify-content:center;display:flex;align-items:center;overflow-y:auto;margin:0 -20px!important}.signup .style-0{padding:20px;background:#000;border:1px solid #fff;width:500px;border-radius:10px}.signup *{color:#fff}.signup input::placeholder{color:#666}.signup .style-3{align-items:center;display:flex;justify-content:center;margin-top:50px}.signup .style-4{max-width:210px;width:625px}.signup .style-6{display:flex;flex-direction:column;width:100%;align-items:center;background:#000;border:.8px solid #c10930;border-radius:20px;padding-bottom:20px}.signup .style-7{font-size:26px;touch-action:manipulation;box-sizing:border-box;margin:11px 0;padding:10px;scrollbar-width:thin;font-weight:300;line-height:30px;text-align:center;font-style:normal;color:#f4f4f4}.signup .style-8,.signup .style-9{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;color:#c10930;font-weight:600}.signup .style-10{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;text-decoration:none solid #c10930;color:#c10930;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#0000;scrollbar-width:thin;display:flex;width:100%;justify-content:center;align-items:center;cursor:pointer}.signup .style-11{max-width:100%;width:40px;height:auto;text-align:center}.signup .style-12{touch-action:manipulation;box-sizing:border-box;margin:0;padding:8px 0 8px 30px;text-decoration:none solid #000;color:#000;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#2ab63f;scrollbar-width:thin;animation:2.5s linear 0s infinite normal none running blinker;font-weight:700;background:#2ab63f none repeat scroll 0% 0% / auto padding-box border-box;width:80%;border:.8px solid #000;border-radius:8px;font-size:16px;text-align:center}.signup .style-13{font-size:16px;touch-action:manipulation;box-sizing:border-box;margin:20px 0 0;padding:0;scrollbar-width:thin;font-weight:600;line-height:19.2px;overflow:hidden;text-align:center;color:#00e66c}.signup .style-14{font-size:24px;touch-action:manipulation;box-sizing:border-box;margin:16px 0 8px;padding:4px 0;scrollbar-width:thin;text-align:center;font-weight:300;line-height:30px;display:flex;justify-content:center;border-radius:15px;color:#f4f4f4;font-style:normal}.signup .style-16{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;align-items:center;display:flex;outline:none;border:none}.signup .style-17{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0 16px;scrollbar-width:thin;outline:rgb(79,82,103) none 0px;background-color:#0000;color:#4f5267;border-right:.8px solid rgb(79,82,103)}.signup .style-18{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;vertical-align:-2px;width:.875em;display:inline-block;font-size:16px;height:16px;overflow:visible}.signup .style-20{touch-action:manipulation;box-sizing:border-box;margin:0;padding:9px 5px;scrollbar-width:thin;font-size:16px;line-height:24px;background:#0000 none repeat scroll 0% 0% / auto padding-box border-box;outline:#000 none 0px;color:#000;width:100%;border-radius:16px;border:0px none #000}.signup .style-23{position:relative;touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;align-items:center;flex-grow:1;display:flex;border-bottom:1px solid #fff}.signup .style-24{touch-action:manipulation;box-sizing:border-box;margin:0;padding:6px 8px;scrollbar-width:thin;width:100px!important;background:#0000 none repeat scroll 0% 0% / auto padding-box border-box;outline:#000 none 0px;color:#000;border-radius:16px;border:0px none #000}.signup .style-25{scrollbar-width:thin;position:relative;display:flex;box-sizing:border-box;flex-direction:row;align-items:center;height:30px}.signup .style-27{scrollbar-width:thin;z-index:1;position:relative;display:flex;align-items:center;height:28px;padding:0 6px 0 8px;box-sizing:border-box;white-space:nowrap;width:93px;border-right:.8px solid rgb(79,82,103)}.signup .style-28{scrollbar-width:thin;height:14px;box-shadow:#888 0 0 1px;background-image:url(https://magicwin360.net/flags.007b2705c0a8f69dfdf6.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:-2413px 0px;width:20px;box-sizing:border-box}.signup .style-29{scrollbar-width:thin;box-sizing:border-box}.signup .style-31{scrollbar-width:thin;padding:0 10px;position:relative;z-index:0;box-sizing:border-box;margin:0;font-size:16px;line-height:24px;color:#fff!important;background:#0000;border:0px none rgb(244,244,244);border:none;outline:none;text-align:left}.signup .style-33{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;position:relative}.signup .style-34{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;text-decoration:none solid #fff;color:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#0000;scrollbar-width:thin;position:absolute;right:15px;top:10px;cursor:pointer}.signup .style-35{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;vertical-align:-2px;width:1.25em;display:inline-block;font-size:16px;height:16px;overflow:visible}.signup .style-40{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;align-items:center;display:flex;outline:none;border:none}.signup .style-41{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0 16px;scrollbar-width:thin;outline:rgb(79,82,103) none 0px;background-color:#0000;color:#4f5267;border-right:.8px solid rgb(79,82,103)}.signup .style-42{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;vertical-align:-2px;width:.875em;display:inline-block;font-size:16px;height:16px;overflow:visible}.signup .style-44{touch-action:manipulation;box-sizing:border-box;padding:9px 20px;scrollbar-width:thin;font-size:16px;line-height:24px;background:#0000 none repeat scroll 0% 0% / auto padding-box border-box;color:#fff;width:100%;border-bottom:1px solid #fff;outline:none}.signup .style-61{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;display:inline-block;font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:#707d9b}.signup .style-62{touch-action:manipulation;box-sizing:border-box;margin:0 10px 0 0;padding:0;scrollbar-width:thin;font-size:14px;line-height:22px;width:auto;background:#0000 none repeat scroll 0% 0% / auto padding-box border-box;outline:#000 none 0px;color:#000;border-radius:0;border:0px none #000}.signup .style-64{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;position:relative}.signup .style-66{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;display:inline-block;font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:#707d9b}.signup .style-68{text-decoration:underline!important;touch-action:manipulation;box-sizing:border-box;padding:0;color:#c10930;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#0000;scrollbar-width:thin;position:static;margin:0 0 0 10px;right:15px;top:10px;cursor:pointer}.signup .style-69{touch-action:manipulation;box-sizing:border-box;margin:0;padding:16px 0 0;scrollbar-width:thin}.signup .style-70{touch-action:manipulation;box-sizing:border-box;margin:0;padding:14px 0;scrollbar-width:thin;-webkit-appearance:button;-moz-appearance:button;appearance:button;text-transform:none;font-size:14px;line-height:18px;border-radius:5px;display:block;width:100%;border:0px none #000;background:#c10930 none repeat scroll 0% 0% / auto padding-box border-box;color:#fff;transition:.3s linear;font-style:normal;font-weight:600;opacity:.4;text-align:center}.signup .style-71{touch-action:manipulation;box-sizing:border-box;margin:0 0 8px;padding:0;scrollbar-width:thin;text-align:center;display:flex;justify-content:center;border-radius:7px;color:#707d9b;font-weight:300;font-size:15px;font-style:normal;line-height:22px}.signup .style-72{touch-action:manipulation;box-sizing:border-box;margin:0;text-decoration:none solid #c10930;color:#c10930;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#0000;scrollbar-width:thin;padding:0 0 0 4px;font-size:15px;cursor:pointer}.commentary{display:flex;align-items:center;background:#6b091f;color:#fff;font-size:14px;margin-top:15px}.withdraw{width:100%;display:flex;gap:30px}.withdraw .style-0{width:100%}.withdraw .card{background:#fff;border-radius:15px;padding:20px;margin:20px 10px}.withdraw .for{background:#000;color:#fff;font-weight:700!important;font-size:13px;padding:20px;border-radius:15px;text-align:center;margin:0 10px 20px}.withdraw .style-1{font-size:28px;color:#000;text-align:center;margin-top:16px;margin-bottom:8px;font-weight:600}.withdraw .style-2{margin-bottom:16px;padding-left:32px;margin-top:20px}.withdraw .style-3{color:#000;margin-top:5px;font-weight:600;font-size:15px}.withdraw .style-7{scrollbar-width:thin;box-sizing:border-box;display:flex;justify-content:center;align-self:center;width:100%}.withdraw .style-8{display:flex;justify-content:center;width:50%;cursor:pointer}.withdraw .style-9{text-align:center;display:flex;justify-content:center;align-items:center;font-weight:600;background:#c10930;width:calc(100% - 30px);padding:10px;color:#fff}.withdraw .style-11{text-align:center;background:#fff;display:flex;justify-content:center;align-items:center;font-weight:600;color:#000;width:calc(100% - 30px);padding:10px}.withdraw .style-14{flex-wrap:wrap;color:#000;padding:0 5px}.withdraw .style-16{width:100%;background:#0000;border-radius:8px}.withdraw .style-17{font-size:14px;font-weight:200;margin-bottom:3px}.withdraw .style-18{background:#fff;color:#000;margin:0 0 0 -1px;font-size:16px;height:45px;width:100%;padding:12px;border-radius:3px;border:none;outline:none}.withdraw .style-21{background:#0000;border:none;border-radius:8px;margin-top:15px}.withdraw .style-22{scrollbar-width:thin;border-top-right-radius:0;border-bottom-right-radius:0;display:block;box-sizing:border-box;text-transform:capitalize;padding:0;font-style:normal;font-size:14px;line-height:normal;font-weight:200;margin-bottom:3px;color:#000}.withdraw .style-23{background:#fff;color:#000;border-color:#000;padding:10px;font-size:16px;font-weight:600;border-radius:3px;height:45px;width:100%;border:none;outline:none;border:1px solid #ced4da}.withdraw .style-25{display:flex;margin-top:15px;width:100%}.withdraw .style-26{width:100%}.withdraw .style-28{font-style:normal;font-size:14px;line-height:normal;font-weight:200;margin-bottom:3px}.withdraw .style-29{color:#000;border-color:#000;width:100%;padding:10px;font-size:16px;font-weight:600;background-color:#fff;border-radius:3px;height:45px;outline:none;border:none;border:1px solid #ced4da}.withdraw .style-30{margin-left:15px;width:30%}.withdraw .style-42{margin-top:10px;display:flex;justify-content:center;align-self:center;width:100%}.withdraw .style-44{color:#fff;background-color:#c10930;border-color:#000;padding:11px;font-size:1rem;line-height:1.5;width:100%;text-align:center;font-weight:200!important}.withdraw .style-45{display:flex;flex-wrap:wrap;overflow-x:auto;white-space:nowrap;overflow-y:auto;width:100%}.withdraw .style-47{background-color:#fff;scrollbar-width:thin;caption-side:bottom;border-collapse:collapse;box-sizing:border-box;margin:10px 0;width:100%}.withdraw .style-48{background-color:#c10930;color:#000;scrollbar-width:thin;border-color:#000;border-style:none;border-width:0px;box-sizing:border-box;font-style:normal;font-size:11px;line-height:22px;border:0px none #000}.withdraw .style-49{font-weight:600!important;background-color:#c10930;scrollbar-width:thin;text-align:center;border:1px solid #f5f5f5;box-sizing:border-box;font-size:14px;text-transform:capitalize;padding:6px 10px;color:#fff}.withdraw .style-56{scrollbar-width:thin;border-color:gray;border-style:solid;border-width:0px;box-sizing:border-box}.withdraw .style-57{color:#000;background-color:#fff;border-top:.8px solid #fff;scrollbar-width:thin;border-color:#fff rgb(128,128,128) rgb(128,128,128);border-style:solid;border-width:.8px 0px 0px;box-sizing:border-box;background:#fff none repeat scroll 0% 0% / auto padding-box border-box}.withdraw .style-58{color:#000;scrollbar-width:thin;text-align:center;border:1px solid #f5f5f5;box-sizing:border-box;font-size:14px;padding:4px;font-style:normal;line-height:22px;font-weight:500!important}.withdraw .style-66{color:#000;background-color:#000915;border-color:#000;font-weight:700;text-align:center;font-size:11px;border-radius:3px}.ex-acco{display:flex}.existing{color:#fff;width:100%}.existing .style-03{padding:0 5px;display:flex;flex-wrap:wrap;align-items:center;width:100%}.existing .style-4{background-color:#fff;border-radius:25px;padding:1.25rem;cursor:pointer;border:2px solid #fff;max-width:48%;width:100%;margin:15px 6px 0;position:relative}.existing .delete{background:#c10930;width:45px;height:45px;display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:0;border-top-right-radius:23px}.existing .active-border{border:2px solid #c10930}.existing .holder{font-size:18px!important;border-bottom:1px solid #ccc;padding-bottom:5px;font-weight:600!important;width:100px!important}.existing .acco{background:#f3f2f6;padding:15px;border-radius:15px;margin-top:10px}.existing .acco .style-3{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eaecef;width:100%;margin:0!important;background:transparent!important;border-radius:0;font-size:14px!important;line-height:15px;font-weight:300!important}.existing .acco .style-5{color:#000;touch-action:manipulation;box-sizing:border-box;font-size:14px;white-space:nowrap;font-weight:300!important}.existing .acco .style-6{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;display:flex;align-items:center;gap:25px;font-weight:300!important}.existing .acco .style-7{color:#000;font-weight:300!important;font-size:13px;white-space:nowrap}.existing .acco .style-8{max-width:100%;width:12px}.existing .style-7{margin-bottom:5px;font-size:14px;width:100%;color:#000}.existing .style-11{justify-content:center;display:flex;flex-direction:column;background:none;width:100%!important}.existing .style-13{width:100%;margin-top:10px}.existing .style-14{font-size:14px;font-weight:200;margin-left:2px}.existing .style-15{background:#fff;color:#000;font-size:16px;height:50px;width:100%;padding:10px;border-radius:5px;border:none;outline:none;border:1px solid #ced4da}.existing .style-24{display:flex;width:100%;white-space:nowrap;flex-wrap:wrap;justify-content:center;margin-top:15px}.existing .style-25{color:#c10930;border:.8px solid #c10930;background-color:#fff;font-weight:600;font-size:18px;border-radius:6px;width:100px;padding:6px 0;justify-content:center;display:flex;margin-top:0!important;margin:10px 5px}.deposit{color:#000!important;background:#dfe8e9;padding:20px}.deposit .amounts{display:flex;justify-content:center;flex-wrap:wrap;max-width:100%;width:500px;margin:0 auto}.deposit .amounts .amount{padding:10px 20px;margin:5px;border:1px solid #c10930;border-radius:6px;width:100px;text-align:center}.deposit .amounts .amount.active{background:#c10930;color:#fff}.deposit table *{font-size:13px!important}.deposit .deposit-form{display:flex;justify-content:space-between;gap:50px;width:100%}.deposit .upi-card{display:flex;justify-content:space-between}.deposit .deposit-amount{width:100%;padding:0 60px 0 30px}.deposit .imps{flex-wrap:wrap;width:100%}.deposit .card{background:#fff;border-radius:15px;padding:20px;margin-bottom:6px}.deposit .card-title{font-size:16px!important;text-transform:uppercase;font-weight:600!important;text-align:center;position:relative;padding-bottom:5px;border-bottom:1px solid #ccc;width:100px}.deposit .upi-container{background:#fff;padding:20px 30px;border-radius:15px;margin-top:20px;width:100%;display:flex;align-items:center;flex-direction:column;margin-bottom:6px}.deposit .style-1{display:flex;justify-content:center;overflow-x:auto;width:100%;list-style:outside none none;border-bottom:1px solid #777;background:#fff;padding:15px 0;border-top-left-radius:15px;border-top-right-radius:15px}.deposit .style-003{margin:0 5px;border-radius:15px;padding:3px 5px;background:transparent;border:1px solid #d5d5d5;display:flex;align-items:center;justify-content:center}.deposit .style-3{margin:0 5px;border-radius:15px;padding:3px 5px;background:transparent;display:flex;align-items:center;justify-content:center}.deposit .selected{border:2px solid #c10930;border-radius:15px}.deposit .style-8{width:60px;cursor:pointer}.deposit .style-24{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.deposit .style-25{text-align:center;font-weight:700;font-size:16px;align-items:center;display:flex;justify-content:center}.deposit .style-26{width:18px;margin:0 10px}.deposit .style-30{background:#000;width:50%;display:flex;align-items:center;flex-direction:column;justify-content:center;border-radius:6px;border:.8px solid rgba(245,245,245,0)}.deposit .style-31{display:flex;width:100%;margin-top:10px;justify-content:center}.deposit .style-32{background:#fff;color:#000;border-radius:5px;padding:15px 20px;font-size:8px;text-align:center;margin:0 5px}.deposit .style-33{font-size:16px}.deposit .style-34{background:#02a425;padding:5px 10px;border-radius:6px;color:#000;font-weight:600;margin:5px 0}.deposit .style-35{font-size:12px}.deposit .style-36{width:13px;margin-top:5px}.deposit .style-41{width:130px}.deposit .style-40{display:flex;justify-content:center;width:100%}.deposit .style-42{background:#fff;border:.8px solid #fff;margin-top:10px;width:80%}.deposit .style-43{text-align:center;font-weight:700;font-size:16px;margin:5px 0 10px}.deposit .style-44{color:#000;font-weight:600!important;font-size:18px;width:100%;text-align:left;margin-top:10px}.deposit input[type=file]::file-selector-button{background-color:#c10930;color:#fff!important;padding:7px;border:none;border-radius:5px;cursor:pointer;font-size:12px}.deposit .style-48{margin-right:8px;width:15px;max-width:100%;cursor:pointer}.deposit .style-50{width:100%;margin-top:10px;text-align:center;justify-content:center}.deposit .style-51{color:#000;font-weight:600!important;font-size:18px;width:100%;text-align:left}.deposit .style-52{scrollbar-width:thin;box-sizing:border-box;float:left;position:relative;width:100%}.deposit .style-53{font-size:13px;font-weight:300!important;color:#000;border-radius:5px;width:100%;height:50px;outline:none;border:none;padding:0 10px;border:1px solid #ced4da}.deposit .style-58{text-align:center;padding-top:15px;gap:7px;width:100%;display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:10px}.deposit .style-59{color:#000;background:#1f1d1400;border-radius:6px;border:.8px solid #000;width:100%;max-width:130px;height:44px;font-size:16px;font-weight:600;display:flex;justify-content:center;align-items:center}.deposit .style-83{color:#97a0b7;padding:5px;background:#0000;border-radius:5px;border:.8px solid rgb(236,176,36);position:relative;text-align:center;width:100%;margin-top:20px}.deposit .style-84{font-size:13px;color:#f6f6f6;font-weight:900;margin:5px 0}.deposit .style-86{position:absolute;top:-9px;right:-5px;font-size:21px;color:#02a425;width:25px;background:#02a425;border-radius:50%;max-width:100%}.deposit .style-87{background:#fff;border:.8px solid rgb(52,49,49);border-radius:6px;margin-top:16px;width:100%;padding:8px}.deposit .style-88{font-size:14px;color:#efe4e4;margin-bottom:10px;font-weight:700}.deposit .style-90{padding-left:15px;font-size:14px}.deposit .utr-num{background:#fff;display:flex;align-items:center;flex-direction:column;padding:15px;border-radius:15px}.deposit .col-md{display:flex;flex-direction:column;justify-content:center;text-align:center;margin-top:20px}.deposit .col-md label{color:#fff;display:block;border-radius:5px 0 0;position:relative;font-size:13px!important;text-transform:uppercase;background:#000;padding:5px;font-weight:600!important;width:70%!important;left:0;z-index:9;bottom:0;margin-bottom:10px}.deposit .col-md img{width:300px;height:500px;border-radius:10px;border:2px solid #000;background:#000;object-fit:contain}.deposit .style-91{overflow-x:auto;white-space:nowrap;color:#000;width:100%;overflow-y:auto;max-height:585px;max-width:400px;border-bottom:1px solid #ccc}.deposit .style-92{caption-side:bottom;border-collapse:collapse;box-sizing:border-box;width:100%}.deposit .err{color:#c10930;text-align:start;font-size:13px}.deposit .style-93{scrollbar-width:thin;background:#c10930;box-sizing:border-box;color:#fff}.deposit .style-95{scrollbar-width:thin;text-align:center;border-bottom-width:0px;border:1px solid #ccc;box-sizing:border-box;font-size:16px;padding:8px;font-weight:600}.deposit .style-99{margin-top:10px}.deposit .style-100{border-top:.8px solid #f5f5f5}.deposit .style-101{scrollbar-width:thin;color:#000;text-align:center;border:1px solid #f5f5f5;box-sizing:border-box;font-size:13px;padding:6px 8px}.deposit .style-104{width:50px;height:50px;text-align:center}.deposit .style-60{margin-top:20px;justify-content:center;display:flex}.deposit .style-61{color:#fff;font-size:14px;background:#59d159;font-weight:600;text-align:center;padding:10px 0;width:100%}.upi{display:flex;flex-direction:column;align-items:center;width:100%}.upi .how-to{text-shadow:0 8px 10px #a4a4a4,0 -2px 0px #ffffff;font-weight:700!important;font-size:14px;text-align:center;background:#fff;border:1px solid #eee;border-radius:25px;padding:5px;margin-top:10px;width:100%}.upi .for{background:#000;color:#fff;font-weight:700!important;font-size:13px;padding:20px;border-radius:25px;width:100%;text-align:center;margin-top:15px}.upi .qr-code{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;max-width:100%;width:100%;margin-top:20px;padding:20px;border-radius:15px}.upi .qr-code p{font-size:12px!important;font-weight:700!important;margin-top:10px}.upi .style-2{display:flex;flex-direction:column;justify-content:center;background:#f3f2f6;padding:15px;border-radius:20px;margin-top:20px;width:100%}.upi .style-3{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eaecef;width:100%;margin:0!important;background:transparent!important;border-radius:0;font-size:15px!important}.upi .style-5{color:#000;touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;font-size:14px;white-space:nowrap}.upi .style-6{touch-action:manipulation;box-sizing:border-box;margin:0;padding:0;display:flex;align-items:center;gap:25px}.upi .style-7{color:#000;font-weight:300!important;font-size:13px;white-space:nowrap}.upi .style-8{max-width:100%;width:12px}.payment-container{background:#000000b3;width:100%;height:100vh;position:fixed;top:0;left:0;z-index:8}.payment{width:350px;max-width:calc(100% - 30px);background:#f3f2f6;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9;border:1px solid rgba(255,255,255,.6);display:flex;flex-direction:column;align-items:center}.payment .qr-code{background:#fff;margin-top:20px}.payment .style-61{white-space:nowrap;width:200px;margin-bottom:20px}.payment .open{background:transparent;border:1px solid #c10930;color:#000}.payment .utr{width:calc(100% - 30px);margin-top:-30px}.payment header{background:#c10930;width:100%;padding:10px;text-align:center;text-transform:uppercase;letter-spacing:1px;color:#fff}.payment .close{position:absolute;right:0;top:0;width:39px;height:39px;display:grid;place-items:center;font-size:24px;filter:invert(100%) brightness(100%)}.score-99 .tabs{display:flex;margin-top:3px;margin-bottom:2px}.score-99 .tabs .tab{font-size:14px;color:#fff;width:100%;text-align:center;padding:10px;background:#08c;border-right:1px solid #fff}.score-99 .tabs .tab.active{color:#fff;border-bottom:1px solid #000}.load-more{width:250px;text-align:center;border:1px solid #c10930;padding:10px;cursor:pointer;margin:0 auto 10px;color:#c10930;border-radius:6px}.casino-points{width:350px;height:450px;max-width:calc(100vw - 40px);background:#22222f;border-radius:16px;display:flex;flex-direction:column;align-items:center;padding:15px}.casino-points img{max-width:100%;width:200px;margin-bottom:10px;margin-top:15px}.casino-points .note{text-transform:uppercase;font-weight:800;color:#fff;font-size:26px;letter-spacing:1.5px;margin-bottom:15px}.casino-points .point{color:#20a635;font-size:26px;letter-spacing:1.5px}.casino-points .btn{padding:15px 40px;font-size:20px;background:#c10930;color:#fff;margin-top:30px;border-radius:6px;text-transform:uppercase}.top-navbar{display:flex;justify-content:space-between;padding:7px 10px;background:#08c}.top-navbar .logo{width:150px}.top-navbar .match-ser{position:absolute;bottom:-25px;background:#fff!important;color:#c10930;width:100%;text-align:center;z-index:99;border-bottom:1px solid #ccc}.top-navbar .top-login{display:flex;align-items:center;gap:8px}.top-navbar .top-login .top-signup{width:80px;height:30px;padding:3px 0;background:#343436;text-align:center;color:#fff;border-radius:8px;font-size:13px;border:1px solid #c10930}.top-navbar .btn-deposit{background:#006400;color:#fff!important;border-bottom:4px solid darkred;margin-right:5px;text-transform:uppercase;font-size:11px;padding:7px 15px;border-radius:5px;display:flex;align-items:center}.top-navbar .btn-deposit img{width:18px;filter:invert(1);margin-right:5px}.top-navbar .btn-withdraw{background:#8b0000;color:#fff!important;border-bottom:4px solid darkgreen;margin-right:5px;text-transform:uppercase;font-size:11px;padding:7px 15px;border-radius:5px;display:flex;align-items:center}.top-navbar .btn-withdraw img{width:18px;filter:invert(1);margin-right:5px}.top-navbar .left{display:flex;align-items:center}.top-navbar .left .input{border:0;font-size:14px;color:#012970;box-shadow:0 0 10px #01297026;padding:7px 38px 7px 8px;border-radius:3px;width:300px;outline:none}.top-navbar .right{display:flex;color:#fff;align-items:center}.top-navbar .right .notification{display:flex;align-items:center;margin-right:20px;font-size:14px;color:#fff}.top-navbar .right .notification img{width:90px;margin-top:-8px}.top-navbar .right .notification .balance{margin-left:6px;font-weight:600!important}.top-navbar .right .rule{margin-right:15px;font-size:17px;color:#fff;display:flex;align-items:center;font-weight:600!important;cursor:pointer}.top-navbar .right .user{display:flex;align-items:center;font-size:16px;cursor:pointer;color:#fff;font-weight:500!important}.top-navbar .right .user .style-12{width:8px;margin-right:5px}.top-navbar .right .user .down-arrow{width:12px;height:10px;margin-left:5px;margin-top:5px}.user-profile .style-pro{position:absolute;display:block;z-index:7000;min-width:150px;font-size:14.4px;color:#000!important;background-color:#fff;border:1px solid rgba(255,255,255,.5);right:10px;top:55px;width:160px;text-wrap:wrap}.user-profile .btn-deposit{background:#006400;color:#fff;border-bottom:4px solid darkred;display:flex;align-items:center}.user-profile .btn-deposit img{width:16px;filter:invert(1);margin-right:8px}.user-profile .btn-deposit span{color:#fff!important;text-transform:uppercase;font-size:11px!important}.user-profile .btn-withdraw{background:#8b0000;border-bottom:4px solid darkgreen;align-items:center;display:flex}.user-profile .btn-withdraw img{width:16px;filter:invert(1);margin-right:8px}.user-profile .btn-withdraw span{color:#fff!important;font-size:11px!important;text-transform:uppercase}.user-profile *{color:#000!important}.user-profile .wallet{padding:10px}.user-profile .wallet .amount{display:flex;font-size:13px;font-weight:400;margin:5px 0}.user-profile .wallet .amount div{width:150px}.user-profile .wallet .amount span{margin-right:5px;width:100px;text-align:end}.user-profile .refer{padding:5px 10px;font-size:13px;font-weight:400;border-top:1px solid #777;border-bottom:1px solid #777}.user-profile .refer .bonus{border:1px solid #c10930;border-radius:20px;padding:5px;color:#c10930!important;text-align:center;font-size:12px}.user-profile .refer .earn{background:#c10930;color:#fff!important;text-align:center;padding:5px;border-radius:20px;font-size:12px;margin-top:5px}.user-profile .style-2{padding:7px 10px;align-items:center;text-align:center;color:#fff;background:#08c}.user-profile .style-3{color:#fff!important}.user-profile .style-11{color:#000;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;gap:16px;margin:10px 15px}.user-profile .style-12{font-size:14px;border-radius:5px;background:#ff6621 none repeat scroll 0% 0% / auto padding-box border-box;border:none;text-align:center;font-weight:200;color:#000;width:100%;height:30px}.user-profile .style-26{color:#000;width:100%;padding:9px 10px;font-weight:600;border-bottom:1px solid rgba(70,73,101,.2);display:flex;flex-direction:row;align-items:center}.user-profile .style-26 span{font-size:12px;font-weight:400}.user-profile .style-41{width:15px;margin-right:10px;filter:invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}.user-profile .style-260{color:#000;width:100%;font-weight:600;border-bottom:1px solid rgba(70,73,101,.2);display:flex;flex-direction:row;align-items:center;background:#2c3e50;padding:9px 10px 9px 18px}.user-profile .style-260 span{font-size:14px;font-weight:600;color:#fff!important}.user-profile .style-260 .style-410{min-width:15px;margin-right:10px}.reffer{display:flex;flex-direction:column;align-items:center}.reffer .box{padding:20px;border-radius:10px;background:#000;margin:0 20px;color:#fff;display:flex;flex-direction:column;align-items:center}.reffer .box .url{font-size:17px;text-align:center}.reffer .box .btn{background:#c10930;width:150px;text-align:center;padding:10px;font-size:14px;border-radius:20px;margin-top:20px}.reffer .note{color:#fff;background:#000;font-size:16px;margin:20px;padding:20px;display:flex;flex-direction:column;align-items:center;border-radius:10px;font-weight:400!important;text-align:center}.reffer .note h2{font-weight:600!important}.reffer .content{background:#c10930;color:#fff;display:flex;flex-direction:column;align-items:center;padding:10px;width:100%;margin-top:30px}.reffer .content h1{font-weight:700!important}.reffer .content p{font-size:12px;font-weight:400!important;text-align:center;padding-bottom:10px}.reffer .all-com .commision{margin:10px 0;background:#22222f;color:#fff;padding:5px 15px;border-radius:6px;width:100%;max-width:400px}.reffer .all-com div{margin:5px 0;font-size:14px}.reffer .all-com div label{margin-right:10px;color:silver}.reffer .note2{font-size:16px;color:#000}.ruls{color:#fff;max-width:900px;height:100vh;width:100%;overflow-y:auto;padding:20px;scrollbar-width:none;z-index:9999}.ruls .card-header{background:#08c;width:100%;padding:0 8px;border-top-left-radius:10px;border-top-right-radius:10px}.ruls .card-header h4{display:flex;justify-content:space-between;align-items:center;font-size:25px;font-weight:500!important;margin-left:5px}.ruls .card-content{background:#fff;padding:5px;width:100%}.ruls .card-content .category{background:#2c3e50;padding:9px 10px;cursor:pointer}.ruls .card-content .category h3{font-size:16px;margin-left:10px;font-weight:300px!important}.ruls .card-content p{color:#000;font-size:12px!important;padding:7px 10px;border:1px solid #dee2e6;font-weight:400!important}.ruls .card-content .p-black{color:#bd1828;font-size:12px!important;padding:7px 10px;border:1px solid #dee2e6;font-weight:300!important}.ruls .card-content .table-bordered{padding:5px;transition:max-height .5s cubic-bezier(0,1,0,1),opacity .3s ease-in-out,padding .3s ease,transform .4s ease}@keyframes fadeIn{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.mac88 .mac-pro{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.mac88 .a{width:180px;margin:1px;overflow:hidden;background:#222;display:flex;flex-direction:column;text-align:center}@media (max-width: 900px){::-webkit-scrollbar{width:0!important;height:0!important}.page .rs{padding:0}.signup{margin:0 -10px!important}.sidebar{position:fixed;left:-320px;z-index:5;top:55px;transition:left .25s linear}.sidebar .style-0{width:250px;box-shadow:0 20px 20px #000}.sidebar .style-2{display:none}.sidebar.show{left:0}.team .style-287,.style-288,.socre-match .team .style-182,.style-184{display:none}.sports .style-3{height:22px;margin-left:10px}.navbar .style-2{padding:0}.navbar .style-22{height:22px}.navbar .style-45{transform:scale(.9);margin-right:-10px}.navbar .user{margin-right:0;padding:0;border:none;margin-left:5px}.navbar .text{font-size:12px}.navbar .user-icon{width:10px}.team{width:100%}}@media (max-width: 1120px){.tv{width:100%;margin-left:0}.tv .style-2{margin-bottom:0;border-radius:0}.tv .style-4{margin-right:0}::-webkit-scrollbar{width:0!important;height:0!important}.ruls{padding:10px}.user-profile .style-pro{right:4px;top:55px}.top-navbar{display:none}.swiper{margin-top:0}.pro .casino-images{justify-content:center}.navbar .style-1{background:#08c}.navbar .style-2{gap:0}.navbar .style-3.active{border-right:1px solid #888;background:#08c}.navbar .style-3.active .style-5{color:#fff!important}.navbar .style-22{height:18px;margin-top:5px}.navbar .style-5{color:#fff!important;font-size:12px}.commentary{margin-top:0;background:#fff;color:#000;font-weight:400}.match-scroll{height:300px;overflow-y:auto}.tournament .matches .style-0{flex-direction:column;padding:5px 0}.tournament .matches .style-2{padding:0 5px}.tournament .matches .style-1{display:block}.tournament .matches .style-4{border-right:none;width:70px;height:30px;margin-right:0}.tournament .matches .live{font-size:13px}.tournament .matches .box{flex-direction:row;display:flex;width:100%}.tournament .matches .style-box{padding:0;width:100%;font-size:11px}.tournament .matches .style-box span{margin-top:-3px}.tournament .matches .style-box2{padding:0;width:100%;font-size:10px}.tournament .matches .style-box2 span{margin-top:-3px}.tournament .matches .style-7{white-space:break-spaces;line-height:10px;color:#444;font-size:8px;width:50px;text-align:center}.tournament .matches .time{margin-top:0}.tournament .matches .style-6{flex-direction:row;align-items:center;display:flex;color:#ff4a00}.tournament .matches .style-17{align-items:center;justify-content:space-between}.tournament .matches .style-19{font-size:12px;margin-bottom:5px}.tournament .matches .style-190{font-weight:700;font-size:14px;color:#333}.tournament .matches .style-18{width:150px;justify-content:flex-start;padding-left:7px}.tournament .matches .style-21{width:auto}.tournament .matches .style-22{width:150px;text-align:end;justify-content:flex-end}.tournament .matches .style-20{display:none}.tournament .matches .inplay{width:auto;background:none;height:auto;margin-right:5px;color:#00e66c}.tournament .matches .fancy{display:none}.tournament .matches .tv-img{margin:0 5px;width:17px}.tournament .matches .game-bm{margin:0 3px}.tournament .matches .game-custom{width:20px;height:20px;margin:0}.videos .style-3 iframe{height:335px;width:200px}.footer{background-color:#08c;color:#fff!important;align-items:center;flex-direction:column;display:flex;width:100%;padding:10px;margin-top:20px}.footer .footer-links{justify-content:space-between;width:100%;display:flex;padding:0 30px;margin-bottom:15px}.footer .nav-link{color:#fff;font-size:12px;font-weight:700;text-decoration:dashed}.footer .support-detail{font-size:13px;margin-bottom:10px;text-align:center}.footer-bottom{display:flex;align-items:center;flex-direction:column;justify-content:center;margin-top:5px}.footer-bottom .secure-logo{display:flex;align-items:center}.footer-bottom .secure-logo img{width:100px}.footer-bottom .secure-logo .ml{font-size:12px;font-weight:400!important;margin-left:5px}.footer-bottom .block{display:flex;gap:6px;margin-top:10px}.footer-bottom .block img{width:30px}.text-center{font-size:11px;font-weight:400;margin-bottom:3px}.bets .style-011{margin-top:0}.team{width:calc(100% + -0px)}.deposit{padding:0 10px;margin-top:30px}.deposit .card-title{margin-bottom:15px}.deposit .imps{margin-top:-10px}.deposit .upi-container{padding:20px}.deposit .upi-card{flex-direction:column;padding:0}.deposit .deposit-amount{padding:0}.deposit .style-1{padding-top:10px}.deposit .style-30,.deposit .style-91{width:100%}.deposit .style-59{max-width:100px}.deposit .style-42{width:100%}.deposit .deposit-form{flex-direction:column;gap:10px;padding:0}.existing .style-25{width:110px}.existing .style-03{flex-direction:column;padding:0}.existing .style-4{max-width:none;width:calc(100% - 20px);padding:10px}.upi .style-2{width:100%;margin:0}.withdraw{flex-direction:column;gap:0}.withdraw .style-0{padding:0;width:100%}.withdraw .style-9{width:100%}.withdraw .card{margin:10px}.withdraw .for{margin-bottom:10px}}@media (max-width: 850px){.games .a{width:127px}.games .name{font-size:12px}.games .info{padding:9px 8px}}@media (max-width: 500px){.price .style-30{width:90px}.price .style-43{padding:0;margin-top:5px}.price .style-24{padding:0 10px}.team .style-34{display:none}.games .style-38{height:135px}.games .a{width:135px}.mac88 .a{width:135px}.pro .casino-images{justify-content:center}.pro .casino-images .casino-img{width:130px}.pro .casino-imgg img{max-width:196px}}@media (max-width: 380px){.all-games .a{width:160px}}@media (max-width: 395px){.pro .casino-images{justify-content:center}.pro .casino-images .casino-img{width:122px}.pro .casino-imgg img{max-width:185px}.games .a,.mac88 .a{width:32%}}
