: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)}}.navbar{background-color:#141414;display:flex;align-items:center;padding:0 20px}.navbar .logo{margin-right:20px}.navbar .logo img{height:32px}.navbar .menu-desktop{display:none;flex:1;justify-content:center}@media (min-width: 1025px){.navbar .menu-desktop{display:flex}}.navbar .menu-mobile{flex:1;text-align:right}@media (min-width: 1025px){.navbar .menu-mobile{display:none}}.navbar .ant-menu .ant-menu-item:hover{color:#ffffffb3!important;border-bottom:none!important}.navbar .ant-menu .ant-menu-item-selected{color:#08ff96!important;border-bottom:none!important}.navbar .login-button{margin-left:15px;background-color:#08ff96;border-color:#08ff96}.ant-drawer .ant-drawer-content{background-color:#141414}.ant-drawer .ant-drawer-body{padding:0}.ant-drawer .ant-menu{background-color:#141414}.ant-menu-overflow-item .ant-menu-item .ant-menu-item-selected .ant-menu-item-only-child:after{border-bottom:none!important}.ant-menu-horizontal.ant-menu-light .ant-menu-item,.ant-menu-horizontal.ant-menu-light .ant-menu-submenu,.ant-menu-horizontal.ant-menu-dark .ant-menu-item,.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu{border-bottom:2px solid transparent;transition:border-color .3s,color .3s}.ant-menu-horizontal.ant-menu-light .ant-menu-item:hover,.ant-menu-horizontal.ant-menu-light .ant-menu-item-active,.ant-menu-horizontal.ant-menu-light .ant-menu-item-selected,.ant-menu-horizontal.ant-menu-light .ant-menu-submenu:hover,.ant-menu-horizontal.ant-menu-light .ant-menu-submenu-active,.ant-menu-horizontal.ant-menu-light .ant-menu-submenu-selected,.ant-menu-horizontal.ant-menu-dark .ant-menu-item:hover,.ant-menu-horizontal.ant-menu-dark .ant-menu-item-active,.ant-menu-horizontal.ant-menu-dark .ant-menu-item-selected,.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu:hover,.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-active,.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-selected{color:#08ff96!important}.ant-menu-horizontal.ant-menu-light .ant-menu-item:after,.ant-menu-horizontal.ant-menu-light .ant-menu-submenu:after,.ant-menu-horizontal.ant-menu-dark .ant-menu-item:after,.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu:after{display:none!important}.ant-menu-horizontal.ant-menu-light .ant-menu-item-selected,.ant-menu-horizontal.ant-menu-light .ant-menu-submenu-selected,.ant-menu-horizontal.ant-menu-dark .ant-menu-item-selected,.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-selected{background-color:transparent!important}.ant-drawer .ant-menu-vertical .ant-menu-item:hover,.ant-drawer .ant-menu-vertical .ant-menu-item-active,.ant-drawer .ant-menu-vertical .ant-menu-item-selected{color:#08ff96!important;border-right:3px solid #08ff96!important}.ant-drawer .ant-menu-vertical .ant-menu-item-selected{background-color:#08ff961a!important}.ant-drawer .ant-menu-vertical .ant-menu-item:after{display:none!important}.join-tournament-btn{margin-top:10px}.noti-join-tou{display:flex;align-items:center;gap:15px}.noti,.logo a{display:flex}.join-tournament-navbar-btn{width:198px;height:50px;padding:14px 12px;gap:10px;border-radius:5px;font-family:Inter;font-size:18px;font-weight:400;line-height:21.78px;text-align:center}.user-detail-dropdown{min-width:207px;height:56px;gap:0px;border-radius:100px;background-color:#13241d;color:#08ff96;border:none}.user-detail-dropdown:hover{background-color:#13241d!important;border:none;color:#08ff96}.ant-space-item:hover{color:#08ff96}.ant-menu-vertical{background-color:#141414}.user-profile-img{width:44px;height:44px;border-radius:100%}.user-profile-avatar{border-radius:100%;width:31px;height:31px}.ant-dropdown-menu{background-color:#13241d!important;color:#fff}.ant-dropdown-menu-item.notification-class{white-space:initial!important}.font-english .ant-dropdown-menu-item{font-family:Anybody,sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:18.63px;text-align:center;color:#fff!important;margin:10px 7px!important}.font-arabic .ant-dropdown-menu-item{font-family:Alexandria,sans-serif;font-size:18px!important;font-weight:400!important;line-height:18.63px;text-align:center;color:#fff!important;margin:10px 7px!important}.font-english .ant-dropdown-menu-title-content{font-family:Anybody,sans-serif;font-size:18px;font-weight:400;line-height:18.63px;text-align:left}.font-english .ant-dropdown-menu-title-content a{font-family:Anybody,sans-serif}.font-arabic .ant-dropdown-menu-title-content{font-family:Alexandria,sans-serif;font-size:18px;font-weight:400;line-height:18.63px;text-align:right;margin-right:10px}.font-arabic .ant-dropdown-menu-title-content a{font-family:Alexandria,sans-serif}.my-profile-item{color:#08ff96!important}.font-english .user-name{font-family:Anybody,sans-serif;font-size:14px;font-weight:400;line-height:14.49px;text-align:left;opacity:60%}.font-arabic .user-name{font-family:Alexandria,sans-serif;font-size:14px;font-weight:400;line-height:14.49px;text-align:left;opacity:60%}.message-img{display:flex;cursor:pointer}.ant-menu .ant-menu-sub .ant-menu-vertical{background-color:#141414!important}.ant-menu-sub{background-color:#141414!important;color:#fff!important}.ant-menu-submenu-title{color:#fff!important}.menu-desktop ul{width:100%!important}.notification .ant-dropdown-menu-light{width:930px!important;max-height:300px;overflow-y:scroll}.font-english .congratulation{font-family:Anybody;font-size:16px;font-weight:700;line-height:25px;text-align:left}.font-arabic .congratulation{font-family:Alexandria,sans-serif;font-size:16px;font-weight:700;line-height:25px;text-align:right}.notification-bell{cursor:pointer;margin-left:12px}.user-name-navbar{color:#08ff96;font-family:Inter;font-size:18px;font-weight:500;line-height:21.78px;text-align:left}.user-name-navbar:hover,.anticon .anticon-down:hover{color:#08ff96}.ant-dropdown-arrow:before{color:#08ff96!important;background:#08ff96!important}::-webkit-scrollbar{max-width:3px;max-height:7px}::-webkit-scrollbar-track{background:#141414;border-radius:10px;width:3px}::-webkit-scrollbar-thumb{border-radius:10px;background:#08ff96}::-webkit-scrollbar-thumb:hover{background:#08ff96}.highlight{color:#08ff96!important;filter:brightness(0) saturate(100%) invert(59%) sepia(66%) saturate(2229%) hue-rotate(109deg) brightness(108%) contrast(94%)}.font-english .ant-menu-title-content{font-family:Anybody,"sans-serif";font-size:15px;font-weight:400;line-height:16.56px;text-align:center}.font-arabic .ant-menu-title-content{font-family:Alexandria,sans-serif;font-size:15px;font-weight:400;line-height:16.56px;text-align:center}.ant-menu-item-only-child{margin-left:0!important}.join-tournament-style{margin-left:15px;background:#08ff96;border-color:#08ff96;min-width:198px;height:50px;padding:14px 12px;gap:10px;border-radius:5px;font-family:Inter;font-size:18px;font-weight:400;line-height:21.78px;text-align:center}.mobile{display:none!important}.desktop{display:block!important}.font-arabic .login-signup-btn{color:#141414!important;font-family:Alexandria,sans-serif}.font-english .login-signup-btn{color:#141414!important;font-family:Anybody,"sans-serif"}.login-signup-btn:hover{color:#fff!important}.noti .ant-space-item{display:flex!important;justify-content:center;align-items:center}.notification ul li img{width:50px!important;height:50px!important;min-width:50px!important}.chat-unread-count{width:30px;height:30px;background-color:#08ff96;color:#fff;border-radius:100%;display:flex;justify-content:center;align-items:center}.coins-icons{min-width:150px;height:56px;gap:0px;border-radius:100px;background-color:#13241d;border:none;text-align:center;display:flex;gap:10px;justify-content:center;color:#fff;text-transform:uppercase;align-items:center;cursor:pointer}.footer-section{background-color:#141414;width:100%;height:478px;display:flex;align-items:center;color:#fff}.font-english .footer-description{font-family:Anybody,sans-serif;font-size:15px;font-weight:400;line-height:29px;text-align:left}.font-arabic .footer-description{font-family:Alexandria,sans-serif;font-size:15px;font-weight:400;line-height:29px;text-align:right}.footer-menu-icons ul li{padding-left:0!important}.font-english .footer-menu-icons ul li a{font-size:12px;font-family:Anybody,sans-serif}.font-arabic .footer-menu-icons ul li a{font-size:12px;font-family:Alexandria,sans-serif}.footer-menu-icons{margin-top:43px;margin-bottom:27px}.font-english .social-icons{display:flex;gap:15px}.font-arabic .social-icons{display:flex;gap:15px;flex-direction:row-reverse;margin-top:100px}.font-english .copy-write{font-family:Anybody,sans-serif;font-size:17px;font-weight:400;line-height:27px;text-align:left;margin-top:76px}.font-arabic .copy-write{font-family:Alexandria,sans-serif;font-size:17px;font-weight:400;line-height:27px;text-align:right;margin-top:76px}.footer-login-buttons{margin-top:215px}.font-english .login-btn,.font-arabic .login-btn{width:68px;font-family:Anybody,sans-serif;font-size:18px;font-weight:400;line-height:21.78px;text-align:center;border:none;background:none;color:#fff;margin:0 15px}.sign-up-btn{width:119px;height:50px;padding:14px 25px;border-radius:5px;border:1px solid #08ff96;background:none;color:#08ff96;margin-left:15px;margin-right:25px}.rtl{direction:ltr;text-align:right}.footer-logo{width:100px;height:100px}.footer-logo svg{width:100%;height:97%}.font-arabic .footer-section .under-footer-section{flex-direction:row-reverse!important}.font-arabic .footer-logo{margin-right:0}.font-arabic .under-footer-menu-icons{justify-content:end;font-family:Alexandria,sans-serif}.chat-support{width:50px;height:50px;position:fixed;bottom:50px;right:40px;z-index:9999;background-color:#141414;border-radius:100%;padding:5px;animation:bounce 1s infinite;transition:transform .3s ease-in-out;cursor:pointer}.chat-support img{width:100%}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.font-english .game-notification-popup-container{position:fixed;top:70px;right:20px;overflow:auto;max-height:100vh;padding:0 0 100px;z-index:1000}.font-arabic .game-notification-popup-container{position:fixed;top:70px;left:20px;overflow:auto;max-height:100vh;padding:0 0 100px;z-index:1000}.font-english .game-notification-popup{margin:15px 0;width:auto;background:linear-gradient(90deg,#141414,#13241d);border:1px solid #08ff96!important;border-radius:8px;color:#fff;z-index:1000}.font-english .game-notification-popup .popup-content{display:flex;flex-direction:column;gap:10px;padding:10px}.font-english .game-notification-popup .popup-content .game-info{display:flex;justify-content:space-between;flex-direction:column;gap:10px;align-items:flex-start}.font-english .game-notification-popup .popup-content .game-info .game-icon{width:40px;height:40px;border-radius:50%;background:#fff;object-fit:contain}.font-english .game-notification-popup .popup-content .game-info .game-details .game-title{font-family:Anybody;font-weight:600;font-size:18px;line-height:20.2px;letter-spacing:0%;text-transform:uppercase;margin:0;color:#fff}.font-english .game-notification-popup .popup-content .game-info .game-details .platform{color:#08ff96!important;font-family:Anybody;font-weight:400;font-size:16px;line-height:23.47px;letter-spacing:0%;text-transform:capitalize}.font-english .game-notification-popup .popup-content .username{color:#08ff96!important}.font-english .game-notification-popup .popup-content .action-buttons{display:flex;gap:10px;margin-top:15px}.font-english .game-notification-popup .popup-content .action-buttons .chat-button,.font-english .game-notification-popup .popup-content .action-buttons .invite-button{background-color:#ff344b!important;color:#fff!important;border:none;font-family:Anybody;font-weight:700;font-size:16.95px;line-height:100%;letter-spacing:0%;text-align:center;height:46px;text-transform:uppercase}.font-english .game-notification-popup .popup-content .action-buttons .chat-button:hover,.font-english .game-notification-popup .popup-content .action-buttons .invite-button:hover{background-color:#ff344b!important;color:#fff!important;border-color:#ff344b!important}.font-english .game-notification-popup .popup-content .action-buttons .go-button{background-color:#08ff96!important;border:none;font-family:Anybody;font-weight:700;font-size:16.95px;line-height:100%;letter-spacing:0%;text-align:center;text-transform:uppercase;height:46px}.font-english .game-notification-popup .popup-content .action-buttons .go-button:hover{background-color:#08ff96!important;color:#141414!important}.font-english .game-notification-popup .invited-by{font-family:Anybody,sans-serif;font-weight:700;font-size:20px;line-height:100%;letter-spacing:0%;text-transform:uppercase;color:#08ff96}.font-arabic .game-notification-popup{margin:15px 0;width:auto;background:linear-gradient(90deg,#141414,#13241d);border:1px solid #08ff96!important;border-radius:8px;color:#fff;z-index:1000}.font-arabic .game-notification-popup .popup-content{display:flex;flex-direction:column;gap:10px;padding:10px}.font-arabic .game-notification-popup .popup-content .game-info{display:flex;justify-content:space-between;flex-direction:column;gap:10px;align-items:flex-start}.font-arabic .game-notification-popup .popup-content .game-info .game-icon{width:40px;height:40px;border-radius:50%;background:#fff;object-fit:contain}.font-arabic .game-notification-popup .popup-content .game-info .game-details .game-title{font-family:Alexandria,"sans-serif";font-weight:600;font-size:18px;line-height:20.2px;letter-spacing:0%;text-transform:uppercase;margin:0;color:#fff}.font-arabic .game-notification-popup .popup-content .game-info .game-details .platform{color:#08ff96!important;font-family:Alexandria,"sans-serif";font-weight:400;font-size:16px;line-height:23.47px;letter-spacing:0%;text-transform:capitalize}.font-arabic .game-notification-popup .popup-content .username{color:#08ff96!important}.font-arabic .game-notification-popup .popup-content .action-buttons{display:flex;gap:10px;margin-top:15px}.font-arabic .game-notification-popup .popup-content .action-buttons .chat-button,.font-arabic .game-notification-popup .popup-content .action-buttons .invite-button{background-color:#ff344b!important;color:#fff!important;border:none;font-family:Alexandria,"sans-serif";font-weight:700;font-size:16.95px;line-height:100%;letter-spacing:0%;text-align:center;height:46px;text-transform:uppercase}.font-arabic .game-notification-popup .popup-content .action-buttons .chat-button:hover,.font-arabic .game-notification-popup .popup-content .action-buttons .invite-button:hover{background-color:#ff344b!important;color:#fff!important;border-color:#ff344b!important}.font-arabic .game-notification-popup .popup-content .action-buttons .go-button{background-color:#08ff96!important;border:none;font-family:Alexandria,"sans-serif";font-weight:700;font-size:16.95px;line-height:100%;letter-spacing:0%;text-align:center;text-transform:uppercase;height:46px}.font-arabic .game-notification-popup .popup-content .action-buttons .go-button:hover{background-color:#08ff96!important;color:#141414!important}.font-arabic .game-notification-popup .invited-by{font-family:Alexandria,"sans-serif";font-weight:700;font-size:20px;line-height:100%;letter-spacing:0%;text-transform:uppercase;color:#08ff96}.font-arabic .invited-by{font-family:Alexandria,sans-serif;font-weight:700;font-size:20px;line-height:100%;letter-spacing:0%;text-transform:uppercase;color:#08ff96}.font-english .clear-btn-one-to-one{width:100px;margin-top:0;background:#08ff96!important;font-size:14px;font-weight:600;color:#141414!important;border-radius:10px;padding:15px 10px!important;text-transform:uppercase;font-family:Anybody,sans-serif;border:none}.font-english .clear-btn-one-to-one:hover{background:#08ff96!important;color:#141414!important}.font-arabic .clear-btn-one-to-one{width:100px;margin-top:0;background:#08ff96!important;font-size:14px;font-weight:600;color:#141414!important;border-radius:10px;padding:15px 10px!important;text-transform:uppercase;font-family:Anybody,sans-serif;border:none}.font-arabic .clear-btn-one-to-one:hover{background:#08ff96!important;color:#141414!important}.alert{background-color:#fff;font-size:14px;text-align:center;font-weight:400;overflow:hidden;margin-bottom:0;padding:20px;display:flex;align-items:center}.content{display:flex;justify-content:space-between;align-items:center}.alert-mobile{display:none}.alert-icons{display:flex;gap:10px;align-items:center;cursor:pointer}.font-english .sharing-heading{font-family:Anybody,"sans-serif";font-size:14px}.font-arabic .sharing-heading{font-family:Alexandria,"sans-serif";font-size:14px}.font-english .sub-sharing-heading{font-size:12px;font-family:Anybody,"sans-serif"}.font-english .sub-sharing-heading{font-size:12px;font-family:Alexandria,"sans-serif"}.apple-icon{height:40px}@media (max-width: 768px){.menu-desktop{display:none!important}.menu-mobile{display:block!important;width:auto;max-width:max-content}}@media (min-width: 1200px){.menu-desktop{display:flex!important}.menu-mobile{display:none!important}}.navbar-mobile-ads{position:sticky;top:0;z-index:998}.header{display:"flex";align-items:"center";padding:"0 20px"}.ant-menu .ant-menu-item .ant-menu-title-content:after{border-bottom:none!important}.container{width:100%;max-width:1278px;margin:0 auto;text-align:center}.language{cursor:pointer}.selected-language{cursor:pointer;color:#08ff96}.text-start{text-align:left;margin:16px 0}.bg-color{background:#141414;height:100vh;min-height:max-content}.timeline-section .ant-tabs-tab-active{background-color:#08ff96!important;border:none!important;border-bottom:none!important;padding:25px!important;color:#141414!important}.highlighted-text{color:#08ff96!important;margin:0 3px}input::placeholder{color:#fff!important;opacity:.6!important}.ant-input-status-error{border-color:#ff4d4f!important;background-color:#fff1f0!important}.ant-pagination-item-link{background-color:#fff!important}@media screen and (max-width: 576px){.container{width:100%!important}}.swal2-cancel{background-color:#f44336!important;margin:10px;border:none;color:#fff;font-size:18px;padding:15px;border-radius:10px;cursor:pointer}.login-section{background:url(/assets/Login-bg-2QcVHCvP.svg);background-repeat:no-repeat;width:100%}.login-main-box{display:flex;justify-content:center;height:100%;flex-direction:column}.font-english .login-heading{margin-bottom:50px;margin-top:117px;font-family:Anybody,sans-serif;font-size:48px;font-weight:700;text-transform:uppercase;line-height:59px;text-align:center;color:#fff}.font-arabic .login-heading{margin-bottom:50px;margin-top:117px;font-family:Alexandria,sans-serif;font-size:48px;font-weight:700;text-transform:uppercase;line-height:59px;text-align:center;color:#fff}.font-english .ant-form-item-label>label{color:#fff!important;font-family:Anybody,sans-serif;font-size:16px!important;font-weight:400!important;line-height:30px!important}.font-arabic .ant-form-item-label>label{color:#fff!important;font-family:Alexandria,sans-serif;font-size:12px!important;font-weight:400!important;line-height:30px!important}.ant-form-item{margin-bottom:15px}.font-english .forgot-pass{font-family:Anybody,sans-serif;font-size:12px;font-weight:400;line-height:17.6px;text-align:right;color:#fff;margin:0;cursor:pointer;z-index:9;position:relative}.font-arabic .forgot-pass{font-family:Alexandria,sans-serif;font-size:12px;font-weight:400;line-height:17.6px;text-align:left;color:#fff;margin:0;cursor:pointer;z-index:9;position:relative}.font-english .signup-here-msg{font-family:Anybody,sans-serif;font-size:14px;font-weight:400;line-height:17.6px;text-align:center;color:#fff;margin:5px 0 0;cursor:pointer;z-index:9;position:relative}.font-arabic .signup-here-msg{font-family:Alexandria,sans-serif;font-size:14px;font-weight:400;line-height:17.6px;text-align:center;color:#fff;margin:0;cursor:pointer;z-index:9;position:relative}.ant-select-selector:hover,.ant-select-selector:focus{border-color:#fff;box-shadow:none;font-family:Anybody,sans-serif}.ant-input::placeholder,.ant-input-password input::placeholder{color:#fff!important;background:#141414!important;font-family:Anybody,sans-serif;opacity:30%}.font-english .ant-input{color:#fff!important;background:#141414!important;height:62px;font-family:Anybody;font-size:18px;font-weight:400;line-height:18.63px;text-align:left}.font-arabic .ant-input{color:#fff!important;background:#141414!important;height:62px;font-family:Alexandria,sans-serif;font-size:18px;font-weight:400;line-height:18.63px;text-align:right}.ant-select-selection-item::placeholder{color:#fff;background:#141414}.ant-input-password-icon{color:#fff!important}.font-english .submit-btn,.font-arabic .submit-btn{background-color:#08ff96;color:#141414;font-family:Anybody,sans-serif;text-transform:uppercase;font-size:20px;font-weight:700;line-height:20.7px;text-align:center;padding:22px 24px;gap:10px;border-radius:5px;margin:20px auto 0}.font-english .submit-btn:hover,.font-arabic .submit-btn:hover{background-color:#08ff96!important;color:#141414!important;border-color:#08ff96;margin-left:0;font-family:Anybody,sans-serif}.ant-input-affix-wrapper,.ant-input-affix-wrapper:hover{background-color:#141414}.login-up-box{width:641px;padding:66px 75px;margin:0 auto 75px;background-color:#141414;overflow:hidden;border-radius:20px;border:1px solid #08ff96;z-index:1;position:relative;display:flex;justify-content:center;align-items:center}.login-up-box:before{width:641px;height:415px;content:"";position:absolute;width:400px;height:277%;background-color:#000;box-shadow:0 0 10px #080808;animation:animate 4s linear infinite;margin:0 auto;display:flex}.login-up-box:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;background-color:#000;border:2px solid #08ff96;z-index:-1;border-radius:16px}.ant-form-item-control-input-content{background:none!important}.signup-here,.signup-here:hover{color:#08ff96}.font-english .sign-up-here,.font-arabic .sign-up-here{font-size:14px;font-weight:400;line-height:17.6px;text-align:center;color:#08ff96;font-family:Anybody,sans-serif;cursor:pointer}.forgot-pass-section{background:url(/assets/Forgot-Password-DAp-7xrM.svg);background-repeat:no-repeat;width:100%;height:600px}.forgot-main-box{display:flex;justify-content:center;height:100%;flex-direction:column}.font-english .forgot-pass-heading{margin-bottom:15px;margin-top:117px;font-family:Anybody,sans-serif;font-size:48px;font-weight:700;text-transform:uppercase;line-height:59px;text-align:center;color:#fff}.font-arabic .forgot-pass-heading{margin-bottom:15px;margin-top:117px;font-family:Alexandria,sans-serif;font-size:48px;font-weight:700;text-transform:uppercase;line-height:59px;text-align:center;color:#fff}.font-english .forgot-pass-para{font-family:Anybody,sans-serif;font-size:20px;font-weight:400;line-height:30px;text-align:center;color:#fff;margin-bottom:40px}.font-arabic .forgot-pass-para{font-family:Alexandria,sans-serif;font-size:20px;font-weight:400;line-height:30px;text-align:center;color:#fff;margin-bottom:40px}.font-english .submit-btn{background-color:#08ff96;color:#141414;margin-left:0;font-family:Anybody,sans-serif;text-transform:uppercase;font-size:20px;font-weight:700;line-height:20.7px;text-align:center;padding:22px 24px;gap:10px;border-radius:5px}.font-arabic .submit-btn{background-color:#08ff96;color:#141414;font-family:Alexandria,sans-serif;text-transform:uppercase;font-size:20px;font-weight:700;line-height:20.7px;text-align:center;padding:22px 24px;gap:10px;border-radius:5px;margin:20px 15px 0 auto}.font-english .submit-btn:hover{background-color:#08ff96!important;color:#141414!important;border-color:#08ff96;margin-left:0;font-family:Anybody,sans-serif}.font-arabic .submit-btn:hover{background-color:#08ff96!important;color:#141414!important;border-color:#08ff96;margin-left:0;font-family:Alexandria,sans-serif}.ant-input-affix-wrapper{background-color:#141414}.ant-input-affix-wrapper:hover,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper:active,.ant-input-affix-wrapper:before,.ant-input-affix-wrapper:after{background-color:#141414}.ant-input-number-input-wrap>input{color:#fff!important;background:#141414!important;height:62px}.ant-input-number-handler{display:none!important}.ant-input-number-handler-wrap{background:#141414!important}.ant-input-affix-wrapper:before{background-color:#141414!important;color:#fff!important}.ant-input:hover{border-color:#fff}.forgot-up-box{padding:66px 75px;border:2px solid rgba(8,255,150,.3294117647);margin:0 auto 75px;background-color:#141414;border:1px solid #08ff96!important;z-index:11;position:relative;width:641px;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:20px;border:1px solid black;z-index:1}.forgot-up-box:before{margin:0 auto;content:"";position:absolute;width:348px;height:190%;background-color:#08ff96;box-shadow:0 0 10px #080808;animation:animate 4s linear infinite;z-index:-1}.forgot-up-box:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background-color:#000;border-radius:16px;z-index:-1}@keyframes animate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.font-arabic .use-different-email{font-size:16px;color:#08ff96;text-align:right;cursor:pointer;font-family:Alexandria,"sans-serif"}.ant-input-number-input-wrap>input{background:#343a40!important}.ant-input-number-handler-wrap{display:none!important}.ant-input-number:hover input{min-width:290.59px!important}.font-english .use-different-email{font-size:16px;color:#08ff96;text-align:right;cursor:pointer;font-family:Anybody,"sans-serif"}.term-condition-heading{text-align:center;color:#fff;margin:22px 0;text-transform:uppercase;font-size:36px}.term-condition-section{margin:50px 0}.text-left{text-align:left;color:#fff;margin:22px 0}.font-english .inner-heading{text-align:left;color:#fff;margin:15px 0 0;line-height:35px;font-family:Anybody,sans-serif}.font-arabic .inner-heading{text-align:right;color:#fff;margin:15px 0 0;line-height:35px;font-family:Alexandria,sans-serif!important}.main-heading{text-align:center;color:#fff;margin:22px 0;text-transform:uppercase;font-size:36px}.font-english .detail-heading{color:#141414;font-size:52px;font-weight:900;text-transform:none;letter-spacing:-1px;font-family:Anybody,sans-serif}.font-arabic .detail-heading{color:#141414;font-size:52px;font-weight:900;text-transform:none;letter-spacing:-1px;font-family:Alexandria,sans-serif}.font-english .detail-para{color:#141414;font-size:24px;font-weight:700;text-transform:none;letter-spacing:-1px;font-family:Anybody,sans-serif;margin-top:20px}.font-arabic .detail-para{color:#fff;font-size:24px;font-weight:700;text-transform:none;letter-spacing:-1px;font-family:Alexandria,sans-serif;margin-top:20px}.about-us-detail-section{padding:50px 0;background-color:#fff;color:#141414}.content-section{margin-top:50px}.about-us-details-bg{width:100%;height:400px}.about-us-details-bg img{width:100%}.content-section .highlighted-text,.about-us-detail-section .highlighted-text{color:#08ff96;margin:0 3px}.font-english .details-heading{font-size:24px;color:#141414;font-family:Anybody,sans-serif;text-align:left;letter-spacing:1px;text-transform:uppercase}.font-arabic .details-heading{font-size:24px;color:#fff;font-family:Alexandria,sans-serif;text-align:right;letter-spacing:1px;text-transform:uppercase}.font-english .details-para{font-size:20px;line-height:25px;color:#141414;font-family:Anybody,sans-serif;text-align:left;letter-spacing:1px;margin-top:15px}.font-arabic .details-para{font-size:20px;line-height:25px;color:#141414;font-family:Alexandria,sans-serif;text-align:right;letter-spacing:1px;margin-top:15px}.font-english .about-us-below-para{font-size:32px;font-weight:700;font-family:Anybody,sans-serif;color:#141414;line-height:36px}.font-english .about-us-below-para{font-size:32px;font-weight:700;color:#141414;font-family:Alexandria,sans-serif;line-height:36px}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{width:100px;height:100px;border:10px solid #f3f3f3;border-top:10px solid #08ff96;border-radius:50%;animation:spinner 1.5s linear infinite;position:absolute;pointer-events:none;display:flex;align-items:center;justify-content:center}.spinner-container{z-index:999999999;position:fixed;display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background:#fff9;top:0;left:0;transition:.5s}*{margin:0;padding:0;box-sizing:border-box}.font-arabic{font-family:Alexandria,sans-serif!important}.font-english{font-family:Anybody,sans-serif!important}.lazy-loading{color:#fff;text-align:center}.ant-tabs-tab-active{background-color:#08ff96!important;border:none!important;border-bottom:none!important;padding:25px!important;color:#141414!important}.swal2-popup{background:#141414!important;color:#fff!important}.font-english .swal2-confirm{background-color:#4caf50!important;padding:15px;margin:10px;border:none;color:#fff;font-size:18px;border-radius:10px;cursor:pointer;font-family:Anybody,sans-serif}.font-arabic .swal2-confirm{background-color:#4caf50!important;padding:15px;margin:10px;border:none;color:#fff;font-size:18px;border-radius:10px;cursor:pointer;font-family:Alexandria,sans-serif}.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px #00000013,0 1px 2px #00000013,1px 2px 4px #00000013,1px 3px 8px #00000013,2px 4px 16px #00000013;pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:#0006}div:where(.swal2-container).swal2-backdrop-hide{background:transparent!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(#0000001a,#0000001a)}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(#0003,#0003)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible{box-shadow:0 0 0 3px #7066e080}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible{box-shadow:0 0 0 3px #dc374180}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible{box-shadow:0 0 0 3px #6e788180}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible{box-shadow:0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:#0003}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em}div:where(.swal2-container) button:where(.swal2-close){z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:transparent;color:#ccc;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:none;background:transparent;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:inset 0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{z-index:1;justify-content:center;margin:0;padding:1em 1.6em .3em;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:transparent;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px transparent;color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:#fff}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:transparent;font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:transparent;color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:transparent;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px #0006}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}.font-arabic section.about-us-detail-section .detail-para,.font-arabic section.about-us-detail-section .details-heading{color:#141414}.timeline-section{background:#141414!important;padding-top:40px}.font-arabic .lanuage-selection-division.desktop{margin-left:34px!important;margin-right:0!important}.font-english .lanuage-selection-division.desktop{margin-left:0!important;margin-right:10px!important}.under-leadership-section ul.ant-pagination{margin-top:30px!important}.font-arabic button.ant-pagination-item-link{rotate:180deg}section.user-profile-section{background:#141414}.font-english label,.font-arabic label{font-size:18px!important}.font-english input.ant-input,.font-arabic input.ant-input{font-size:15px!important}.all-tournament-tab-section>div{width:100%!important}@media (min-width: 768px) and (max-width: 1024px){.container{width:100%;padding:20px}.join-community-content{width:100%}.join-tournament{width:80%!important;height:60px!important}.join-community-content,.ea-sports-logo,.ea-sports-logo img{width:100%}.score-submission-winner-list{flex-direction:column}.send-icon-image{right:8%!important}.lanuage-selection-division{margin:0!important}.sign-up{max-width:175px!important;width:100%!important;min-width:auto!important;margin-left:26px!important}.about-us-details{width:100%!important}.join-us-section{height:auto!important;margin-top:60px!important}.font-arabic .feature-heading{font-size:45px!important}.footer-login-buttons{margin-top:50px;margin-bottom:50px}.heading,.sub-heading{font-size:60px!important;line-height:60px!important}.our-client-section{height:auto!important;margin-top:60px!important}.font-english .join-our-heading{font-size:42px!important}.join-community-section{height:auto}.font-english .join-us-heading,.font-arabic .join-us-heading{font-size:45px!important}.banner-section{height:auto!important}.sign-up-box{width:100%!important;padding:66px 0!important}.signup-main-box{display:flex;flex-direction:column;height:100%;padding:0 15px}.login-up-box{width:100%!important}.track{flex-direction:column!important}.login-main-box,.avatar-img-box{padding:20px}.font-english .join-community-content,.font-arabic .join-community-content{width:100%!important}}@media (max-width: 1350px){.font-english .timeline-box-title,.font-arabic .timeline-box-title{font-size:24px!important;line-height:30px!important;padding-left:16px!important}.font-english .ant-tabs-tab-btn,.font-arabic .ant-tabs-tab-btn{font-size:20px!important}.bracket-tab-section .bracket-heading-btn>.under-bracket-heading-btn{gap:80px!important}.font-english .team-border-fix .upper-main-team:after,.font-arabic .team-border-fix .upper-main-team:after{right:-72px!important}.main-team-members{min-width:177.66px!important}.main-team-members a:before{transform:translate(-50%,48px)!important}.font-english h2.title-timeline,.font-arabic h2.title-timeline{font-size:36px}.font-english .timeline-box-title,.font-arabic .timeline-box-title{font-size:18px;line-height:22px;padding-left:0}.timeline-content{position:relative;z-index:1;padding:56px 30px!important}.font-english .timeline-box-content{font-size:14px;text-align:center}.font-english .champion-player:before,.font-arabic .champion-player:before{top:calc(50% - 5px)!important}.font-english .team-border-fix .upper-main-team:before{right:-112px!important;top:calc(50% + 18px)!important}.bracket-heading-btn>.under-bracket-heading-btn>div{min-width:248px!important}.all-tournament-tab-section{display:block!important}.all-tournament-tab-section .ant-tabs-nav-list{width:100%;justify-content:space-between;align-items:center}.filter-tournament-section{left:15px!important}.all-tournament-tab-section .ant-tabs-content.ant-tabs-content-top{margin-top:24px}.all-tournament-tab-section .ant-card.ant-card-bordered.ant-card-hoverable{min-width:auto!important}.past-tournament-card-section .ant-card-body{min-width:auto!important;width:100%!important}.font-english .past-tournament-card-section .registration-btn,.font-arabic .past-tournament-card-section .registration-btn,.font-english .upcoming-past-tournament-card-section .registration-btn,.font-arabic .upcoming-past-tournament-card-section .registration-btn{margin-top:22px}.upcoming-past-tournament-card-section .ant-card-body{max-width:100%;min-width:auto!important;width:100%!important}}@media (max-width: 1278px){.container{padding-left:20px;padding-right:20px}.about-section-bg .container{padding-left:0!important;padding-right:0!important}.all-tournament-tab-section{display:block}.send-icon-image{right:8%!important}.score-submission-winner-list{flex-direction:column;width:100%}}@media (max-width: 1200px){.lanuage-selection-division.desktop{display:none!important}.font-arabic .lanuage-selection-division.mobile{padding-left:12px}li.ant-dropdown-menu-item.notification-class img{width:14px!important}.notification .ant-dropdown-menu-light{width:auto!important;max-width:700px!important}.font-english .congratulation,.font-arabic .congratulation{font-size:14px;font-weight:400}.user-name-navbar{display:none!important}.user-detail-dropdown{min-width:auto}.ant-drawer-close{color:#fff!important}.font-english .ant-tabs-tab-btn{font-size:18px!important}.header-main{justify-content:space-between!important;flex:unset}.under-past-tournament-card-section .ant-card.ant-card-bordered.ant-card-hoverable{min-width:auto!important;max-width:max-content!important;width:100%!important}.ant-drawer-title{color:#fff}.lanuage-selection-division.mobile{width:72%;display:flex!important;justify-content:end}.font-arabic .header-main .logo{margin-right:0!important;margin-left:26px!important}.noti-join-tou{gap:9px}.message-img{margin-left:20px}.font-english .contact-us-heading,.font-arabic .contact-us-heading{font-size:36px!important;line-height:46px!important;margin-top:30px!important;margin-bottom:10px!important}.font-english .contact-us-description,.font-arabic .contact-us-description{line-height:30px!important;margin-bottom:30px!important}.sign-up-box{padding:32px 20px!important;margin-bottom:30px!important}.timeline-content .slick-slide{padding:0 10px}}@media (max-width: 1024px){.font-english .game-name,.font-english .player-name,.font-arabic .game-name,.font-arabic .player-name{font-family:Anybody,sans-serif;font-weight:500!important;font-size:11px!important;line-height:27px!important;text-transform:capitalize;color:#fff!important;cursor:pointer}.duel-section{height:auto!important;padding:50px 0!important}.game-lobby{position:relative;margin-top:0!important}.global-type-message-section{bottom:-67px!important}.global-input-send{max-width:100%!important;margin-left:0!important}.global-chat-box{margin-top:0!important}.register-now-main-box{padding-bottom:50px!important}.timeline-content{margin-top:0}.header-main{padding-left:10px!important;padding-right:10px!important}.user-detail-dropdown{background:transparent}.font-english .join-us-heading{font-size:38px!important;line-height:1.4!important}.all-tournament-tab-section .ant-tabs-tab{padding:10px!important;gap:6px}.font-english .ant-tabs-tab-btn{font-size:14px!important}.filter-tournament-section,.game-type-filter-section{top:100px!important}.score-submission-winner-list{width:100%!important}section.feature-tournament-section .main-box .subunder-main-box-2{padding-bottom:38px}.about-us-section{padding-left:20px}.card-tournament-details{column-gap:8px}.user-score-add{margin-top:0}.round-input-field{width:88%;margin-top:14px}section.feature-tournament-section .main-box .subunder-main-box{padding:0!important}.alert{border-radius:9px!important;position:absolute;top:20vh;left:calc(50% - 230.5px);width:436px;z-index:10;padding:15px;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.alert .content{flex-direction:column}.alert .sharing-heading{font-size:30px;margin-bottom:15px}.alert .alert-mobile{display:block;width:100%;height:auto}.alert .sharing-download{margin:15px 0}.alert .close-icon{position:absolute;right:20px;top:20px;z-index:1}.alert .apple-icon{height:50px}}@media (max-width: 767px){.font-english .invited-button,.font-english .invite-button,.font-english .chat-button,.font-arabic .chat-button,.font-arabic .invited-button{width:50px!important;height:30px!important}.font-english .game-lobby .ant-table-wrapper .ant-table-thead>tr>th{text-align:left!important;font-size:14px!important}.font-english .game-name{margin-bottom:0!important}.font-english .sharing-banner-wrapper .sharing-left .banner-heading{font-size:32px!important;padding:0!important}.global-input-send{max-width:100%!important;margin-left:1px!important}.global-input-send .global-chat-input{width:100%!important}.duel-section{height:auto!important}.chat-fire-img{width:15px!important;height:15px!important}.global-chat-box .global-type-message-section{bottom:-68px!important}.font-english .sharing-banner-wrapper{padding:0!important}.font-english .global-chat-box,.font-arabic .global-chat-box{margin:40px auto 0 0!important}.font-english .global-chat-box .chat-header{display:flex!important;justify-content:flex-start!important}.alert{border-radius:9px!important;position:absolute;top:20vh;left:calc(50% - 188.5px);width:345px;z-index:10;padding:15px;margin:15px;flex-direction:column}.alert .content{flex-direction:column}.alert .sharing-heading{font-size:30px;margin-bottom:15px}.alert .alert-mobile{display:block;width:100%;height:auto}.alert .sharing-download{margin:15px 0}.alert .close-icon{position:absolute;right:20px;top:20px;z-index:1}.font-english .coin-note{font-size:12px!important;line-height:20px!important}.font-english .withdraw-note-para,.font-arabic .withdraw-note-para,.font-english .withdraw-request-heading,.font-arabic .withdraw-request-heading{font-size:12px!important}.font-arabic .game-notification-popup .game-lobby{background:#141414!important;padding:20px;border-radius:10px;max-width:1000px;margin:30px 10px 10px!important;box-shadow:0 0 15px #08ff9680;position:relative;z-index:1!important;overflow:hidden;border:2px solid #08ff96}.font-english .chat-button,.font-arabic .chat-button{background:transparent;border:1px solid #08ff96;color:#08ff96;position:relative;z-index:1!important;width:100px;height:34px;font-family:Anybody,sans-serif;font-weight:400;font-size:14px;line-height:23px;letter-spacing:0%;text-align:center;text-transform:capitalize}body.font-english .coin-withdrawal-modal .ant-table-thead th.ant-table-cell,body.font-arabic .coin-withdrawal-modal .ant-table-thead th.ant-table-cell{font-size:13px!important}.coin-withdrawal-modal td.ant-table-cell{padding:10px 14px!important;font-size:12px!important}.coin-withdrawal-modal .withdraw-request-button{width:124px!important;height:66px!important;margin-top:0!important;line-height:1.1!important;font-size:14px!important}.coin-withdrawal-modal .withdraw-request-button span{word-wrap:break-word;white-space:normal;font-size:12px!important}.font-english .invite-button{background:#08ff96;color:#000;position:relative;z-index:1!important;width:100px;border:1px solid #08ff96;height:34px;font-family:Anybody,sans-serif;font-weight:700;font-size:12px;line-height:100%;text-align:center;text-transform:uppercase}.font-english .invite-button span,.font-arabic .invite-button span{font-size:10px}.font-arabic .invite-button{background:#08ff96;color:#000;position:relative;z-index:1!important;width:50px!important;border:1px solid #08ff96;height:30px!important;font-family:Anybody,sans-serif;font-weight:700;font-size:10px;line-height:100%;text-align:center;text-transform:uppercase}.font-english .swal2-title{font-size:16px!important;font-family:Anybody,sans-serif;font-weight:700;line-height:100%;letter-spacing:0%;text-align:center;text-transform:uppercase;color:#fff!important}.font-arabic .swal2-title{font-size:16px!important;font-family:Alexandria,sans-serif;font-weight:700;line-height:100%;letter-spacing:0%;text-align:center;text-transform:uppercase;color:#fff!important}.font-english .swal2-confirm .swal2-styled{font-family:Anybody,sans-serif;font-weight:700;font-size:16px!important}.font-arabic .swal2-confirm .swal2-styled{font-family:Anybody,sans-serif;font-weight:700;font-size:16px!important;font-family:Alexandria,sans-serif}.font-english .swal2-cancel .swal2-styled{font-family:Anybody,sans-serif;font-weight:700;font-size:16px!important}.font-arabic .swal2-cancel .swal2-styled{font-family:Alexandria,sans-serif;font-weight:700;font-size:16px!important}.game-platform-wrap .game-name{font-size:15px!important;display:block;line-height:18px}.game-platform-wrap .platform-name{font-size:13px!important}.font-arabic .game-notification-popup{width:100%!important}.font-english .game-notification-popup .popup-content .action-buttons,.font-arabic .game-notification-popup .popup-content .action-buttons{flex-direction:row!important}.disable-invite-btn{max-width:100px;font-size:16px}.action-buttons .invited-button{max-width:100px;font-size:15px;height:34px}.game-lobby th.ant-table-cell{padding-left:8px!important;font-size:16px!important;padding-right:0!important}.game-lobby th.ant-table-cell span{gap:6px!important}.game-lobby .ant-table-wrapper .ant-table-thead>tr>th{line-height:20px;padding:12px 5px}.font-arabic .game-lobby .ant-table-wrapper .ant-table-thead>tr>th{text-align:right!important;padding-right:10px!important;font-size:14px!important}.game-lobby{padding:12px 8px!important;border:1px solid #08ff96;margin:30px 0;height:auto!important;top:70px!important}.game-lobby tr.ant-table-row.ant-table-row-level-0 td.ant-table-cell{padding-left:6px!important;padding-right:6px!important}.game-lobby .filter-container button,.game-lobby .filter-container button span,.game-lobby .filter-container button:hover{font-size:12px!important}.ready-to-play{font-size:14px!important}.disable-chat-btn,.disable-invite-btn{width:50px!important;height:30px!important;font-size:10px!important}.font-english .responsive-chat-icon{display:block!important;width:30px;height:30px;position:absolute;bottom:10px;right:10px!important;left:auto!important}.font-arabic .responsive-chat-icon{display:block!important;width:30px;height:30px;position:absolute;bottom:10px;left:10px!important;right:auto!important}.font-english .game-name,.font-english .player-name{font-family:Anybody,sans-serif;font-weight:500!important;font-size:12px!important;line-height:27px!important;text-transform:capitalize;color:#fff!important;cursor:pointer}.font-arabic .game-name,.font-arabic .player-name{font-family:Alexandria,sans-serif;font-weight:500;font-size:12px;line-height:27px;text-transform:capitalize;color:#fff!important;cursor:pointer}.font-english .game-lobby .ant-table-wrapper .ant-table-thead>tr>th{text-align:left!important;font-size:16px!important}.game-lobby .ant-table-wrapper .ant-table-thead>tr>th img{width:18px}.game-lobby .ant-table-wrapper .ant-table-thead>tr>th:before{display:none!important}.action-buttons span{font-size:10px!important}.coins-wallet-text{display:none}.sign-up-box span.ant-select-selection-item{justify-content:flex-start!important;gap:8px!important;padding-right:0!important}.choose-country-input span.ant-input-group-addon{max-width:72px!important;padding-left:0!important;padding-right:0!important;margin-left:6px}.under-past-tournament-card-section .ant-card.ant-card-bordered.ant-card-hoverable{min-width:100%!important}.mobile-tournament-chat-tabs{display:block!important}.font-arabic .tournament-detail-tab .ant-tabs-nav .ant-tabs-nav-list>div{margin-left:0!important;padding-left:20px!important;padding-right:20px!important}.font-arabic .dynamic-content,.font-english .dynamic-content{padding-bottom:20px!important;padding-right:15px!important;padding-left:15px!important}.font-arabic .dynamic-content ul li{text-align:right}.footer-description{font-family:Alexandria,sans-serif;font-size:15px;font-weight:400;line-height:29px;text-align:right;margin-top:5px}.font-arabic .header-main .logo{margin-right:0!important;margin-left:12px!important}.score-submission-winner-list{width:100%!important}.font-english .timeline-box-content,.font-arabic .timeline-box-content{padding-left:0!important;text-align:center!important}.main-tournament-details{column-gap:10px!important}.registration-open{font-size:14px!important;height:40px!important}.about-us-details{min-height:310px!important}.footer-logo img{width:100%;height:97%}.about-us-btn{margin-top:0!important;margin-bottom:0!important}.about-us-section{background-position:center!important;min-height:300px!important}.bg-video video,.bg-video:before{height:500px!important}.past-tournament-card-section .card-img,.past-tournament-card-section .card-img img,.upcoming-past-tournament-card-section .card-img,.upcoming-past-tournament-card-section .card-img img{min-height:205px!important;max-height:205px!important}.coin-win-section .ant-row>div{margin-bottom:0!important}.join-tournament-button-featured.big-card{justify-content:center!important}.font-english .feature-heading,.font-arabic .feature-heading{padding-bottom:0}div#rc-tabs-0-panel-players .container{padding:0}.unregistered-section .unregistered-heading{font-family:Anybody!important;font-size:79.75px!important;font-style:italic!important;font-weight:700!important;line-height:104.28px!important;text-align:center!important;color:#fff;margin-bottom:12px}.unregistered-section .font-english .unregistered-msg{font-family:Anybody!important;font-size:17.68px!important;font-weight:400!important;line-height:0px!important;text-align:center!important;color:#fff;margin-bottom:0}.under-main-box{flex-direction:column!important}section.feature-tournament-section .main-box .subunder-main-box{padding:0!important;width:100%;flex:0 0 100%;max-width:100%!important}.font-english section.feature-tournament-section .main-box .subunder-main-box-2,.font-arabic section.feature-tournament-section .main-box .subunder-main-box-2{padding:0!important}.font-english .tournament-para,.font-arabic .tournament-para{font-size:14px!important;line-height:21px!important}.join-us-heading-col{width:100%!important;max-width:100%!important}.font-english .join-us-heading,.font-arabic .join-us-heading,.font-english .join-us-description,.font-arabic .join-us-description{max-width:100%!important}.under-details-tab-section{margin-right:0!important}.font-english .register-now-title,.font-arabic .register-now-title,.font-english h2.title-timeline,.font-arabic h2.title-timeline{font-size:36px!important}.font-english h2.title-timeline,.font-arabic h2.title-timeline{margin-top:20px}.font-english .timeline-box-title,.font-arabic .timeline-box-title{font-size:18px!important;padding-left:0!important;text-align:center!important;line-height:25px!important}.font-english .under-details-tab-section .content-column,.font-arabic .under-details-tab-section .content-column{border:none!important;border-bottom:1px solid #e0e0e0!important;border-right:0 solid #e0e0e0!important}section.happy-player-section .slick-list{padding-bottom:5px!important}.font-english .under-details-tab-section .content-column.is-user-logg,.font-arabic .under-details-tab-section .content-column.is-user-logg{border-bottom:0 solid #e0e0e0!important}.dynamic-content{padding:0!important}.font-english .details-tab-section h2,.font-arabic .details-tab-section h2{font-size:26px!important;padding-bottom:0!important}.players-section .price-show-section{flex-direction:row!important}.font-english .player-box .round-wise-player-name,.font-arabic .player-box .round-wise-player-name{margin-bottom:0!important}.font-english .player-box .qualified,.font-arabic .player-box .qualified,.font-english .player-box .not-qualified,.font-arabic .player-box .not-qualified{margin-top:10px!important}.font-english .players-section .prize-pool-place,.font-arabic .players-section .prize-pool-place{width:50%!important;display:flex!important;align-items:center}.font-english .prize-pool-price,.font-arabic .prize-pool-price{margin-top:0!important}.tab-section{margin-top:50px!important;margin-bottom:30px!important}.font-english .players-eid .eid,.font-arabic .players-eid .eid,.font-english .players-eid .user-name,.font-arabic .players-eid .user-name{font-size:18px!important;padding-bottom:0!important}.font-english .prize-pool-heading,.font-arabic .prize-pool-heading{padding-top:10px!important;font-size:26px!important;padding-bottom:10px!important}.font-arabic h2.title-timeline{margin-bottom:26px!important;margin-top:0!important}.add-highlighted-bg{padding:10px!important}.message-left-box{padding-top:20px!important;padding-bottom:20px!important}.message-left-box .message-detail-box{margin-top:10px;margin-bottom:20px}.user-image-btn{padding:10px!important}.chat-user-image{margin:0 0 0 5px!important}.chat-back-icon{margin-right:10px!important}.userimage-name{align-items:center!important;cursor:pointer}.online-offline{margin-bottom:0!important}.chat-user-name{font-size:18px!important;line-height:20.84px!important;margin-left:10px}.chat-user-name span.text-primary{font-size:14px}.message-date{padding:0!important;font-size:12px}.particular-user-chat img{width:40px!important;height:40px!important}.particular-user-chat img.chat-img{width:100%!important;height:100%!important;border-radius:0!important;cursor:pointer!important}.select-file-image{padding-left:15px!important;padding-right:0!important}.type-message-section{gap:10px!important}.message-bubble.sent>div{align-items:flex-start!important}.prize-pool-section,.bracket-tab-section{margin-top:10px!important}.one-to-one-message>div{width:100%}p.message-text-sent{max-width:100%!important;display:block!important;word-break:break-all!important}.font-english .prize-pool-place,.font-arabic .prize-pool-place,.font-english .prize-pool-price,.font-arabic .prize-pool-price{font-size:15px!important;display:block!important;white-space:break-spaces!important;max-width:136px!important;word-break:break-all!important}.prize-pool-inner-content{padding:10px 20px 30px!important}.past-tournament-card-section .ant-card-body{max-width:100%!important;width:100%}.past-tournament-card-section .join-free-btn{margin-top:8px!important;max-width:160px!important}section.footer-section.ltr>.container>div>div{flex:0 0 100%!important;max-width:100%!important}.timeline-content{padding:30px 15px!important;width:100%!important;margin-top:0!important}.font-arabic .available-game-detail{padding-right:20px!important}.champion-name{font-size:30px!important;line-height:1.2!important;padding-left:15px!important;padding-right:15px!important;margin-top:20px!important}.container .tab-section .container{padding-left:0!important;padding-right:0!important}.font-english .register-now-title{text-align:center;line-height:1.2!important;font-size:36px!important}.font-arabic .register-now-title{text-align:center}.font-english .round-meesage-show,.font-arabic .round-meesage-show{padding:0!important}.font-english .round-meesage-show,.font-arabic .round-meesage-show{font-size:14px;margin-bottom:5px!important}.font-english .register-heading,.font-arabic .register-heading{font-size:26px!important}.score-submission-winner-list{margin-top:0!important}.winner-image{width:78px;height:78px;margin-bottom:15px}.result-banner-section{background-size:cover!important;height:268px!important}.font-english .issue-submit-btn,.font-arabic .issue-submit-btn{margin-top:10px!important;font-size:16px!important;width:100%!important;max-width:191.3px!important;margin-left:0!important;display:flex!important}.font-english .upload-question-sec .answer-list,.font-arabic .upload-question-sec .answer-list{line-height:28px!important}.upload-question-sec .issues{font-size:16px!important;line-height:0!important}.font-english .issue-question,.font-arabic .issue-question{font-size:28px!important}.answer-ul-list{margin-top:0!important}.font-english .upload-question-sec,.font-arabic .upload-question-sec{padding:40px 15px!important}.result-tab-section{margin-top:20px!important;background:#141414!important}.font-english .winner-user-name,.font-arabic .winner-user-name{margin-bottom:0!important;font-size:16px!important;word-wrap:break-word!important;padding-left:5px!important;padding-right:5px!important;line-height:24px!important;word-break:break-all!important}.font-english .no-data-found,.font-arabic .no-data-found{font-size:24px!important;padding:15px!important}.featured-banner-section{background-attachment:cover;background-size:cover!important}.available-game-detail{padding-top:0!important;padding-left:11px!important}.filter-tournament-section{top:100px;left:42px}.font-english h2.title-timeline,.font-arabic h2.title-timeline{padding-top:10px}.font-arabic h2.title-timeline{padding-top:20px}.section-right-pannel{padding:20px}.font-english .prize-pool-price,.font-arabic .prize-pool-price{display:flex!important;gap:20px;max-width:100%!important;margin-top:20px;align-items:center;justify-content:left!important}.view,.back{font-size:18px!important}.font-english .players-section .prize-pool-price,.font-arabic .players-section .prize-pool-price,.font-english .players-section .players-eid .eid,.font-arabic .players-section .players-eid .eid,.font-english .players-section .players-eid .user-name,.font-arabic .players-section .players-eid .user-name{min-width:50%;width:50%!important}.tab-filter-section .all-tournament-tab-section .ant-tabs-tab{height:35px!important;padding:14px!important}.tab-filter-section .all-tournament-tab-section .ant-tabs-tab-active{padding:16px!important}.font-english .prize-pool-heading,.font-arabic .prize-pool-heading{font-size:22px!important}.register-now-main-box{height:auto!important}.register-now-main-box .ant-row-center{padding:10px!important;flex-flow:nowrap!important;justify-content:unset!important}.font-english .past-tournament-card-section .registration-btn,.font-arabic .past-tournament-card-section .registration-btn,.font-english .upcoming-past-tournament-card-section .registration-btn,.font-arabic .upcoming-past-tournament-card-section .registration-btn{margin-top:12px;margin-bottom:12px}.all-tournament-tab-section{flex-direction:column!important}.container{width:100%;padding:15px}.join-tournament{width:80%!important;height:60px!important}.font-english .about-us-para{padding-left:15px;margin-top:0!important}.font-arabic .about-us-para{padding-left:15px;font-size:18px!important;padding-right:15px!important;line-height:1.4!important;margin-top:0!important;margin-bottom:12px!important}.font-arabic .about-us-btn{margin-right:15px!important}.join-community-content{width:100%!important}.ea-sports-logo,.ea-sports-logo img{width:100%}.lanuage-selection-division{margin:0!important}.sign-up{max-width:188px!important;width:100%!important;padding:0 8px!important;height:40px!important;margin:0 0 0 15px!important}.font-arabic .menu-mobile>button{margin-left:0!important;justify-content:end}.font-arabic .login-signup-btn{font-size:10px}.footer-section{height:auto}.about-us-details{width:100%!important}.join-us-section{height:auto!important;margin-top:64px!important}.font-english .copy-write{margin-top:28px!important;text-align:center!important}.footer-login-buttons{margin-top:20px!important;margin-bottom:20px!important}.font-english .feature-heading,.font-arabic .feature-heading{font-size:34px!important;padding-top:0!important;line-height:1.2!important;padding-bottom:0!important}.tournament-details{column-gap:10px!important;width:100%}.join-tournament-button-featured{margin-top:18px!important}.main-tournament-details{grid-template-columns:1fr}.font-english section.feature-tournament-section .main-box .subunder-main-box,.font-arabic section.feature-tournament-section .main-box .subunder-main-box{padding:0!important}.main-box{margin-top:30px!important}.past-tournament-card-section .inner-content-card{padding:15px!important}.font-english .feature-sub-heading,.font-english .banner-para{font-size:18px!important;line-height:28px!important;margin-top:6px!important;max-width:486px}.font-arabic .heading{line-height:56px!important}.font-arabic .feature-sub-heading,.font-arabic .banner-para{margin-top:10px!important}.font-english section.feature-tournament-section .feature-sub-heading,.font-arabic section.feature-tournament-section .feature-sub-heading{margin-bottom:10px!important;margin-top:12px!important;margin:0 auto;font-size:18px}.gutter-row{margin-bottom:0}.tournament-details-section>.tournament-details{justify-content:flex-start;align-items:self-start;margin-bottom:20px;row-gap:20px}.tournament-details-section{padding:10px 0!important;width:100%!important}.main-box{padding:15px!important}.join-free-btn{padding:16px 22px!important;margin-top:10px!important}.font-english .feature-tournament-section .tournament-name{margin-top:22px!important;font-size:26px!important;margin-bottom:12px}.footer-login-buttons{margin-top:50px;margin-bottom:50px}.heading{font-size:36px!important;line-height:38px!important}.login-signup-btn{font-size:12px}.banner-content{padding-left:20px;padding-right:20px;height:480px!important}.sub-heading{font-size:34px!important;line-height:42px!important}.about-section-bg{padding-top:0!important;padding-bottom:0!important}.our-client-section{height:auto!important;margin-top:60px!important}.font-english .about-heading{font-size:36px!important;padding-left:15px!important;line-height:1.3!important;margin-bottom:5px!important;margin-top:20px!important}.font-arabic .about-heading{font-size:36px!important;padding-left:15px;padding-right:15px!important;margin-bottom:5px!important;margin-top:20px!important}.font-english .about-us-para{padding-right:20px!important;line-height:1.4!important;font-size:15px}.font-english .join-our-heading,.font-arabic .join-our-heading{font-size:32px!important;line-height:1.2!important}.font-english .join-community-content,.font-arabic .join-community-content,.join-community-section{height:auto!important}.font-english .join-community-content,.font-arabic .join-community-content{padding-top:30px;padding-bottom:30px}.font-english .happy-player-heading,.font-arabic .happy-player-heading{margin-top:10px!important;font-size:36px!important}.past-tournament-card-section .gutter-row>div{padding-bottom:0!important}.font-english .join-our-community-btn,.font-english .about-us-btn{width:208px!important;height:46px!important;display:flex;justify-content:center;align-items:center}.slick-slide{padding-right:10px!important}h1.happy-player-heading+div{margin-left:10px!important}.font-english .join-our-community-btn button,.font-english .about-us-btn button,.font-arabic .join-our-community-btn button,.font-arabic .about-us-btn button{font-size:16px!important}section.about-section-bg{margin-top:30px}.font-english .about-us-btn{margin-left:15px;margin-bottom:20px!important}.font-arabic .about-us-btn{margin-bottom:20px!important}.join-community-section{height:auto!important}.font-english .join-us-heading{line-height:1.3!important}.font-english .join-us-heading,.font-arabic .join-us-heading{font-size:32px!important}.font-arabic .join-us-heading{line-height:1.6!important}.font-english .join-us-description,.font-arabic .join-us-description{line-height:1.4!important}.font-arabic .social-icons,.font-arabic .copy-write{margin-top:20px}section.join-us-section.ltr>.container>.ant-row{row-gap:8px!important}.footer-menu-icons ul li:first-child{padding-left:0}section.footer-section.ltr,.font-arabic .footer-section.ltr{padding-top:20px!important}.footer-menu-icons{margin-top:16px;margin-bottom:8px}.banner-section{height:auto!important}.sign-up-box{width:100%!important;padding:32px 20px!important}.signup-main-box{display:flex;flex-direction:column;height:100%;padding:16px}.owl-couresel-inner{flex-direction:column!important;align-items:center!important;gap:12px!important}.happy-player-box{height:auto!important}.player-name{text-align:center!important;margin-top:10px!important;font-size:15px}.player-message{text-align:center!important;margin-bottom:12px}.sign-up-box:before{content:"";width:300px!important;height:132%;position:absolute;background-color:#000;box-shadow:0 0 10px #080808;animation:animate 4s linear infinite}.all-tournament-tab-section .ant-tabs-content.ant-tabs-content-top{margin-top:36px!important}.game-type-filter-section{top:155px!important;left:15px!important}.login-up-box{width:100%!important;padding:50px 20px!important}.login-main-box{padding:0 15px!important}.login-up-box:before{width:285px!important}.login-up-box .ant-input-password{padding-top:0;padding-bottom:0!important}.font-english .ant-input,.font-arabic .ant-input{font-size:14px!important}.font-english .signup-here-msg,.font-arabic .signup-here-msg{line-height:26.6px}.login-heading,.font-english .sign-up-heading,.font-arabic .sign-up-heading{font-size:36px!important;margin-top:40px!important;margin-bottom:20px!important}.login-up-box{margin-bottom:30px!important}.term-condition{font-size:14px}.font-english .avatar-select-img p{font-size:18px}.forgot-up-box{width:100%!important;padding:66px 30px!important;height:auto!important}.forgot-up-main-box{padding:0 15px}.font-english .forgot-pass-para{font-size:18px!important}.forgot-pass-section{height:auto!important}.font-arabic .forgot-pass-para{font-size:18px!important}.forgot-up-box:before{margin:0 auto;content:"";position:absolute;width:260px!important;height:190%;background-color:#08ff96;box-shadow:0 0 10px #080808;animation:animate 4s linear infinite;z-index:-1}.login-after-home-page{padding:15px!important}.active-tourn-bg{height:auto!important}.active-tour-heading{line-height:48px!important;font-size:40px!important}.active-tour-division:before{content:"";position:absolute;width:169px!important;height:315%;background-color:#08ff96;box-shadow:0 0 10px #080808;animation:animate 6s linear infinite}.join-academy-bg{height:auto!important}.track{flex-direction:column}.track-record{width:100%!important}.user-detail-dropdown{min-width:auto!important;margin-right:0;margin-left:10px;background:transparent;padding:0!important;margin-top:-30px!important}.noti-join-tou{gap:6px!important}.noti-join-tou .noti:nth-child(3){margin-left:10px}.noti-join-tou .noti:nth-child(2){margin-left:2px}.join-tour-navbar-btn a{display:none!important}.past-tournament-section{width:100%!important}.ongoing-tournament-inner{width:100%!important;height:auto!important}.registration-open{width:100%!important;max-width:250px!important}.main-box{height:auto!important}.join-tournament-button .registration-open span{font-size:15px}.my-tournament-inner{width:100%!important;height:auto!important}.end-registration{width:100%!important;font-size:32.64px!important;padding:8px!important}.details-tab-section{height:auto!important}.font-english .details-tab-section-heading,.font-arabic .details-tab-section-heading,.font-english .details-tab-section-para{width:100%!important}.font-english .details-tab-section p,.font-english .dynamic-content ul li{font-size:14px;line-height:22px}.font-arabic .details-tab-section-para,.font-english .details-tab-section-para{width:100%!important}.details-inner-section{padding:0!important}.font-arabic .lanuage-selection-division.mobile{padding:0}.main-box.two-tournament{margin-bottom:20px!important}.font-english .details-tab-section-para,.font-arabic .details-tab-section-para{height:auto!important}.font-english .congratulation{font-size:13px}.notification .ant-dropdown-menu-light{min-width:100%!important;max-height:372px;overflow-y:scroll;max-width:100%!important;position:fixed!important}.font-arabic .user-profile-drpdown{margin-top:-12px}.user-profile-drpdown>ul{position:fixed!important}.join-tournament-button-featured{margin-top:10px!important}.notification-class>span{white-space:normal}.font-english .ant-dropdown-menu-item,.font-arabic .ant-dropdown-menu-item{padding-left:0!important;padding-right:0!important}li.ant-dropdown-menu-item.notification-class img{min-width:24px!important}.game-detail-box{width:100%!important}.bio-section{flex-direction:column;gap:30px}.font-english .bio{width:100%!important}.game-play-box{width:100%!important;margin:10px 0!important}.game-img{width:100%!important;height:100%!important;margin:0!important}.user-detail-main{height:auto!important;margin-top:20px!important}.coin-win-section{padding:15px!important}.game-detail-inner{flex-direction:column!important;height:auto!important}.game-detail-box{height:auto!important}.hide-on-mobile{display:none}.message-right-box{display:block}.edit-user-profile-box:before{width:290px!important}.edit-user-form{padding:20px!important}.join-tour-navbar-btn{display:none!important}.user-profile-img{border-radius:100%;min-width:23px!important;min-height:16px!important;width:36px;height:38px}.join-tournament-style{padding-right:15px!important;width:50px!important}.mobile{display:block!important}.desktop{display:none!important}.join-tournament-sub-head{width:100%!important;height:auto!important}.font-english .join-tournament-heading{width:100%!important;font-size:36px!important}.font-english div.ant-form-item-row .ant-form-item-label label{color:#fff!important;font-family:Anybody,sans-serif;font-size:20px!important;font-weight:400!important;line-height:30px!important;text-align:right!important}.font-arabic div.ant-form-item-row .ant-form-item-label label{color:#fff!important;font-family:Alexandria,sans-serif;font-size:20px!important;font-weight:400!important;line-height:30px!important;text-align:right!important}.font-arabic .join-tournament-heading{width:100%!important}.message-img{display:none}.edit-avatar-section{padding:15px!important;margin:40px 15px!important}.chat-back-icon{display:block!important;font-size:18px;color:#fff;transform:rotate(0);width:unset}.font-english .tournament-chat-tabs.is-visible-mobile{display:block!important}.user-profile-section .user-detail-main .user-avatar{padding-left:10px!important;padding-right:10px!important}.font-english .fix-user-name,.font-arabic .fix-user-name{font-size:24px!important;margin-bottom:6px!important}.font-arabic .tournament-chat-tabs.is-visible-mobile{display:block!important}.is-hide-mobile{display:none!important}.is-visible-mobile{display:block!important}.message-container{min-height:500px!important;padding-bottom:100px!important}.type-message-section{width:96%!important;background-color:#131315}.register-score-section{margin:33px 28px 77px!important}.score-submission-winner-list{width:100%!important;flex-direction:column!important;height:auto!important;padding:20px 0!important}.font-arabic .add-screenshot-btn{width:100%!important}.user-image-btn{display:flex;align-items:center!important;padding:20px}.game-score-detail{gap:20px!important}.score-submission-partison:after{content:"";position:absolute!important;background-image:url("data:image/svg+xml,%3csvg%20width='400'%20height='80'%20viewBox='0%200%20400%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M399%2080L399%2058.3791C399%2055.6177%20396.761%2053.3791%20394%2053.3791L199.119%2053.3791M199.119%2053.3791L199.119%201.10766e-06M199.119%2053.3791L5.99999%2053.3791C3.23857%2053.3791%200.999999%2055.6177%200.999999%2058.3791L1%2080'%20stroke='white'%20stroke-width='2'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:100%!important;position:absolute;width:100%!important;height:58%!important;max-height:161px!important;top:111%!important;left:-301px!important;transform:translate(calc(100% - 37px),-50%);display:none!important}.score-submission-partison>.gutter-row{margin-bottom:0!important}.register-score-section>div{margin-top:15px}.user-score-add{margin-top:0}.report-issue{margin-top:10px!important;max-width:199px;margin:0 auto}input.round-input-field{width:100%;margin-top:5px!important;margin-bottom:10px!important}label.score-label{display:block;font-size:14px!important}.action-btn-score{padding-bottom:10px}.score-submission-winner-list{margin:0;margin-bottom:0!important}.font-english .report-issue-btn,.font-arabic .report-issue-btn{margin-left:0!important;padding:12px 24px!important;font-size:14px!important;width:100%!important;display:block;height:auto!important}.font-english .register-here-btn,.font-arabic .register-here-btn{height:auto!important;line-height:19.7px!important;padding:12px!important;margin-bottom:5px!important;font-size:18px!important}.register-score-section>div.file-preview p{color:#fff;margin-bottom:0!important}.track{flex-direction:column!important}.my-tournament-inner:before{width:187px!important}.ongoing-tournament-inner:before{width:187px!important}.font-arabic .bio{width:100%!important}.send-icon-image{right:8%!important}.score-submission-winner-list{flex-direction:column}.profile-right-section .ant-row{width:100%!important;gap:20px;justify-content:space-between;flex-wrap:wrap!important}.ant-card.ant-card-bordered.ant-card-hoverable{min-width:100%!important;max-width:100%!important}.past-tournament-card-section .card-img img{width:95%!important}.all-tournament-tab-section .ant-tabs-nav-wrap{justify-content:left!important}.font-arabic .menu-mobile{text-align:left!important}.notification-bell{margin-left:0!important;margin-right:3px!important}.notification-bell img{max-width:24px}.user-detail-dropdown:hover{background:#141414!important}.leadership-heading{font-size:36px!important}.past-tournament-card-section .join-free-btn{margin-top:5px}.font-english .past-tournament-card-section .card-title,.font-arabic .past-tournament-card-section .card-title{margin:10px 0 8px}.card-tournament-details{margin-bottom:7px;column-gap:18px;padding-bottom:0!important}.about-us-section{padding-left:0}.bg-dark-black{width:100%!important}.font-arabic .tournament-para,.font-arabic .past-tournament-card-section .card-title,.font-arabic .past-tournament-card-section .card-description{text-align:right!important}.past-tournament-card-section .gutter-row{margin-bottom:2px;width:100%!important}.past-tournament-card-section .card-img img{width:100%!important}section.ongoing-tournament>.container,section.my-tournament>.container{padding:0}.registration-open{display:flex;justify-content:center;align-items:center;padding:10px 24px}.all-tournament-tab-section .ant-tabs-nav-list{width:auto!important}.all-tournament-tab-section .ant-row .gutter-row{margin-bottom:0!important}.font-english .ant-tabs-tab-btn,.font-arabic .ant-tabs-tab-btn{font-size:13px!important}.font-english .active-tab-key{font-size:36px!important}.all-tournament-tab-section .ant-tabs-content.ant-tabs-content-top{margin-top:84px}.past-tournament-section{padding-bottom:30px!important}.no-tournament-data-found{margin-top:0!important}.font-english .upcoming-past-tournament,.font-arabic .upcoming-past-tournament{margin-bottom:15px!important;font-size:26px!important;margin-top:30px!important}.upcoming-past-tournament-card-section .card-img{min-width:auto!important;width:100%!important;max-width:100%!important}.under-all-tournament-tab-section .ant-tabs-nav-operations{display:none!important}section.my-tournament{padding-top:0;margin-top:30px!important}.common-field-input{width:100%!important}.choose-country-input span.ant-input-group-addon{max-width:97px!important}.font-english .avatar-select-img p,.font-arabic .avatar-select-img p{font-size:18px!important}.term-condition{font-size:14px!important}a.go-to-term{margin-left:5px}.font-english .already-have-account,.font-arabic .already-have-account{font-size:17px!important}.user-detail-dropdown{height:auto!important}.user-detail-dropdown>div{margin-top:-18px!important;height:100%;transform:translateY(0);column-gap:0!important}.tab-filter-section{margin-top:30px!important}.font-arabic .user-email-username{width:100%;display:block;white-space:unset!important;word-break:break-all;font-size:14px!important}.font-arabic .user-name{text-align:right!important}.notification{max-width:94%!important;right:5px!important;top:68px!important}.notification>.ant-dropdown-arrow{display:none!important}.font-english .notification{top:68px!important;left:5px!important}.ant-table-cell{font-size:16px!important}.under-leadership-section thead.ant-table-thead .ant-table-cell{font-size:15px!important;line-height:1.1!important;padding:10px!important}.under-leadership-section tbody.ant-table-tbody .ant-table-cell{padding:10px 5px!important;font-size:14px!important}.under-leadership-section .ant-table-body{padding:0!important}li.ant-pagination-next.ant-pagination-disabled button.ant-pagination-item-link{opacity:60%}.consumer-profile-section{padding:30px 0!important}.font-arabic .chat-back-icon{rotate:180deg;margin-right:0!important;margin-left:12px}.type-message-section{max-width:100%;margin-left:4px}.message-heading{font-size:36px!important;margin-top:30px;margin-bottom:20px}.prize-pool-price.prize-user-avatar-url{margin-bottom:20px;margin-top:10px;padding-top:16px}.timeline-section .ant-tabs .ant-tabs-nav-operations{display:none}.font-arabic .prize-pool-price{justify-content:left!important}.font-arabic .prize-pool-price p.prize{text-align:right!important}.price-show-section .prize-image{display:flex}.font-arabic .prize-pool-place{min-width:auto!important;margin-left:22px!important}.font-english .prize-pool-place{margin-right:22px!important}.price-show-section{align-items:center!important}.prize-pool-price.dollar-prize p{margin-bottom:0!important}.font-arabic .prize-pool-price,.font-english .prize-pool-price{padding-top:0!important;margin-bottom:0!important}.font-english .prize-pool-price .coins{margin-left:0!important;line-height:22px!important}.font-arabic .prize-pool-price .coins{line-height:22px!important}.filter-tournament-section,.game-type-filter-section{max-width:44%;width:50%;min-width:auto}.tab-filter-section .filter-tournament-section .ant-select,.tab-filter-section .game-type-filter-section .ant-select{min-width:auto!important;width:100%}.game-type-filter-section{top:100px!important;right:15px!important;left:auto!important}.about-us-details-bg{height:auto}.content-section{margin-top:30px}.font-english .about-us-below-para,.font-arabic .about-us-below-para{font-size:18px;line-height:24px;margin-top:15px}.font-english .details-para,.font-arabic .details-para{font-size:18px}.font-english .detail-para,.font-arabic .detail-para{font-size:20px;margin-top:10px;line-height:24px}.font-english .detail-heading,.font-arabic .detail-heading{font-size:36px}.about-us-detail-section{padding:30px 0 35px}.message-heading{margin-top:30px!important;margin-bottom:20px!important}.font-english .leadership-heading,.font-arabic .leadership-heading{padding:50px 0 28px!important}.user-profile-section .user-detail-main .user-avatar{margin-top:20px!important;padding:0!important}.game-play-box{height:54px!important}.font-english .user-bio,.font-arabic .user-bio{margin-bottom:0!important}.coin-win-section{margin-top:0!important;margin-bottom:20px!important}.font-english .player-heading,.font-english .game-id-heading,.font-arabic .player-heading,.font-arabic .game-id-heading{font-size:26px!important;margin-top:30px!important;line-height:28px!important}.font-english .bio p,.font-arabic .bio p{font-size:16px!important;margin-bottom:0!important}.font-english .user-profile-name{font-size:24px!important;margin-bottom:0!important}.game-id{margin-top:30px;margin-bottom:30px}.game-id .ant-flex{flex-direction:column!important}.game-id-division{width:100%!important}.game-id{margin-top:20px!important;margin-bottom:20px!important}.font-english .game-id-head,.font-arabic .game-id-head,.font-english .game-dynamic-id,.font-arabic .game-dynamic-id{margin-left:15px!important;font-size:18px!important;margin-bottom:5px!important}.font-english .game-dynamic-id,.font-arabic .game-dynamic-id{font-size:16px!important}.copy-img{margin-right:15px!important}form.ant-form{width:100%!important;padding-right:0!important}.font-english .sign-up-box .ant-form-item-control,.font-arabic .sign-up-box .ant-form-item-control{width:auto!important}.time-line-division{width:100%;overflow:auto}section.registered-section .register-score-section{margin-left:15px!important;margin-right:15px!important}.font-english .add-screenshot-btn,.font-arabic .add-screenshot-btn{height:auto!important;padding:16px 24px!important;font-size:14px!important;max-width:80%}.timeline-section .container.is-visible-mobile{padding-left:0!important;padding-right:0!important}.message-text-received,.message-timestamp{margin-bottom:0!important}.font-english .user-profile-drpdown .ant-space-item{margin-top:-10px!important}.tournament-img{width:100%;max-height:160px!important;min-height:205px!important}.font-english .game-detail,.font-english .game-score,.font-arabic .game-detail,.font-arabic .game-score{margin-bottom:0!important;font-size:16px!important}.message-detail-box.add-highlighted-bg{padding-left:30px!important}.font-arabic .message-detail-box.add-highlighted-bg{padding-left:0!important;padding-right:30px!important}.logo{width:65%;max-width:38px}.lanuage-selection-division.mobile{width:auto!important;margin-left:10px!important}.font-arabic .lanuage-selection-division.mobile{margin-left:0!important}.font-arabic .lanuage-selection-division.mobile{margin-right:0!important}header.ant-layout-header.header-main .coins-icons img{height:20px;margin:0 3px!important}header.ant-layout-header.header-main .logo img{height:36px!important}section.user-profile-section{padding-left:15px!important;padding-right:15px!important}.avatar-img{width:30%!important}.sign-up-box{padding:15px!important}.font-arabic .team-border-fix .upper-main-team:after{right:-36px!important;top:94px!important}.font-arabic .team-border-fix .upper-main-team:before{top:calc(50% + 27px)!important;right:calc(-100% + 174px)!important}.font-arabic .players-eid .user-name{text-align:left!important}.font-arabic .players-eid .eid{text-align:right!important}.type-message-section{margin-bottom:0!important}.font-english .issue-heading,.font-arabic .issue-heading{font-size:28px!important;line-height:33px!important}.unregistered-section{padding:0 20px!important}.font-english .issue-para{font-size:16px!important;line-height:24px!important}.ant-select-dropdown{max-width:100%!important;width:350px!important;margin:10px!important}.ant-select-item-option-content{display:flex;gap:45px!important;align-items:center!important;justify-content:left!important}a.signup-here,.login-txt{display:block!important}.font-arabic .user-detail-dropdown>div{transform:translateY(2px)!important}.font-arabic .noti{transform:translateY(2px)!important}.font-english .game-id-heading,.font-arabic .game-id-heading{margin-bottom:15px!important}.font-english .edit-account-heading,.font-arabic .edit-account-heading{font-size:36px!important}.featured-banner-section{padding-left:15px!important;padding-right:15px!important}.mobile-direction-chng{flex-direction:column-reverse}.noti{margin-top:10px!important}button.next-tab-btn,button.prev-tab-btn{display:block!important}body.font-english .withdraw-title{font-size:22px!important;margin:0 0 15px!important;line-height:1.2}.enough-balance-btn{font-size:12px!important}.font-english .withdraw-note{font-family:Anybody,sans-serif;font-size:14px;font-weight:700;line-height:20.7px;text-align:center;text-decoration-skip-ink:none;color:#fff}.font-arabic .withdraw-note{font-family:Alexandria,sans-serif;font-size:16px;font-weight:700;line-height:20.7px;text-align:center;text-decoration-skip-ink:none;color:#fff}.withdraw-button{max-width:300px}.coin-withdrawal-modal .ant-modal-content{padding:24px 15px!important}.coin-withdrawal-modal .ant-table-content{overflow:auto}.wallet-section .ant-card-body{padding:0!important}.coin-balance{width:auto!important;height:72px!important}.font-english .coin-balance .coin-count,.font-arabic .coin-balance .coin-count{font-size:36px!important}.font-arabic .withdraw-button,.font-english .withdraw-button{font-size:18px!important;padding:25px!important}.tournament-chat-tabs .ant-tabs-tab-btn{font-size:12px!important}.noti sup.ant-scroll-number.ant-badge-count{min-width:13px;height:13px;width:13px!important;line-height:1}.coins-icons{min-width:auto;margin-left:0;gap:0!important;margin-top:7px;padding:0 0 0 5px;height:auto}.coins-icons span{line-height:32px!important;font-size:14px}.noti span.ant-scroll-number-only-unit.current{font-size:11px!important}.font-english .game-notification-popup{width:100%!important}.message-right-side-box{min-height:auto!important;margin-top:-20px}.rules-btn{width:80%;padding:0 15px!important}.one-to-one-game-chat .ant-row{display:flex;flex-wrap:wrap-reverse!important}.message-right-side-box{margin-bottom:50px!important}}@media (max-width: 540px){.font-english .user-profile-drpdown{left:5px!important;width:94%!important;top:68px!important;max-width:50px}.font-arabic .user-profile-drpdown{right:5px!important;width:94%!important;top:68px!important;max-width:50px}}@media (max-width: 370px){.font-arabic .lanuage-selection-division.mobile{margin-left:0!important}}@media (min-width: 768px){.disable-desktop-click{pointer-events:none}}
