body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--black:#000;--white:#fff;--pink:#ce3b9d;--blue:#2b5af3;--green:#38ff8e;--darkBlue:#040b28;--gray:#24293b;--br-gray:#47495a;--gradient:linear-gradient(99deg,#38ff8e,#2b5af3);--border-radius-5:5px;--border-radius-15:15px;--body-text:"Inter";--head-text:"violetsans";--w3m-accent:#2b5af3;--cardColor:#fffffff;--body-base:#f8f8f8;--box-shadow:0 0 27px #231f200d;--table-border:#d7d7d7;--input-border:#b4b4b4}*{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Inter;src:url(/static/media/Inter-Regular.c64a7a350853171b3ea9.ttf)}@font-face{font-family:violetsans;src:url(/static/media/VioletSans-Regular.3a2615f471014042612c.ttf)}h1.MuiTypography-root,h2.MuiTypography-root,h3.MuiTypography-root,h4.MuiTypography-root,h5.MuiTypography-root,h6.MuiTypography-root{font-family:violetsans;font-family:var(--head-text);font-weight:600;text-transform:uppercase}.grid-main .grid-item{background-color:initial;border-radius:0;box-shadow:none;padding:0}.text-decoration-none{text-decoration:none!important}.flex-all{display:flex;justify-content:space-between}.page-body{background:#f8f8f8;background:var(--body-base);min-height:100vh;padding:20px}.pink-color{color:#fb2b76!important}.admin-login-main-flex .form-group .form-control input{width:100%}.form-group .form-control input{border:1px solid #3e3e3e;border-radius:22px;font-family:Inter;font-family:var(--body-text);font-size:16px;line-height:15px;padding:11px 15px;width:auto}.form-group .form-control input::placeholder{font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:15px;opacity:1}.form-group .form-control .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0000;border-width:0}fieldset{border:0}.page-border{background-color:#1e1e1e;border-radius:15px;padding:20px}.btn-main-primary .btn-primary,.btn-main-primary .btn-primary:hover{background:#0000 linear-gradient(90deg,#b21cd8,#14f9ff) 0 0 no-repeat padding-box;border-radius:22px;color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px;padding:8px 20px;text-transform:capitalize}.btn-main-primary .btn-primary-sub,.btn-main-primary .btn-primary-sub:hover{background:linear-gradient(99deg,#38ff8e,#2b5af3);background:var(--gradient);border-radius:7px;color:#fff}.border-btn-main .border-btn,.border-btn-main .border-btn:hover{background-color:#ffffff1a;border-radius:17px;color:#fff;font-family:Inter;font-family:var(--body-text);padding:6px 14px 5px}.common-para{font-family:Inter;font-family:var(--body-text);font-size:14px!important;line-height:21px!important}.admin-login-main-flex{align-items:center;background:url(/static/media/glassbg-full.9f3e2cbeb6f8ec20cb6d.png) no-repeat;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative}.admin-login-left-main{flex:0 0 50%;max-width:50%;width:100%}.admin-login-right-main{position:relative;width:100%;z-index:1}.login-left-bg{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;background-size:cover;height:100vh;object-fit:cover;width:100%}.auth-logo-box{align-items:center;display:flex;height:100vh;justify-content:center}.auth-logo{object-fit:contain}.admin-login-main{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(1px);background:#ffffff40;border:1px solid #fff;border-radius:30px;box-shadow:0 0 2px #0003;margin:auto;max-width:380px;padding:30px;width:100%}.login-btn-main .login-btn{margin-top:28px;width:100%}.varify-btn-main.verify-btn{margin-top:28px}.checkbox-main{align-items:center;display:flex}.checkbox-main .MuiButtonBase-root{margin-right:10px;padding:0}.checkbox-main .checkbox-lable{color:#9babc5;font-family:Inter;font-family:var(--body-text);font-size:15px;line-height:20px;margin-left:0;margin-right:0}.mission-checkbox-flex{margin-top:35px!important}.mission-checkbox-flex .mission-checkbox-label{width:100px!important}.checkbox-lable .MuiCheckbox-root{margin-right:10px;padding:0}.checkbox-lable .MuiFormControlLabel-label{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px}.admin-login-inner .admin-wel-text{color:#000;color:var(--black);font-family:violetsans;font-family:var(--head-text);font-size:24px;line-height:25px;margin-bottom:4px}.admin-login-inner .admin-sign-para{color:#7c7c7c;margin-bottom:32px}.admin-login-inner .admin-sign-para.margin-top{color:#fff;cursor:pointer;margin-bottom:32px;margin-top:20px}.input-box .form-lable{color:#000;color:var(--black);font-family:Inter;font-family:var(--body-text);font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:6px;margin-top:0}.input-box{margin-bottom:10px}.cms-margin{margin-bottom:10px!important}.admin-forgot-para{color:#f7b90f}.password-form-control .MuiInputBase-root .passwrd-eye{color:#fefeff}.input-box .MuiInputBase-root{border-radius:22px;color:#000;color:var(--black);width:100%}.input-box .MuiInputBase-root fieldset{border-color:#000;border-color:var(--black)}.input-box .MuiInputBase-root svg{color:#000;color:var(--black)}.password-form-control .MuiInputBase-root{border:1px solid #3e3e3e}.password-form-control .MuiInputBase-root input{border:0}.input-box .MuiInputBase-root fieldset:hover{border-color:#0000}.input-box .MuiInputBase-root .MuiInputAdornment-root{margin:0}.checkbox-main .MuiSvgIcon-root{color:#4facfe;height:20px;width:20px}.password-input-box fieldset{border:1px solid #3e3e3e}.password-input-box svg{color:#fff}.password-input-box input{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:15px;padding:12px 14px}.dashboard-left-main{flex:0 0 260px;max-width:260px;transition:all .5s;width:100%}.dashboard-right-main{flex:1 1;width:calc(100% - 280px)}.dashboard-containt-main{border-radius:1.25rem;height:calc(100vh - 135px);margin-left:20px;margin-top:95px;overflow:auto;transition:all .5s}.dashboard-main{display:flex;width:100%}.box-frame{background:#fff;background:var(--white);border-radius:1.25rem;box-shadow:0 0 27px #231f200d;box-shadow:var(--box-shadow);padding:1.25rem}.admin-sidebar-icons{height:18px;margin-right:15px;object-fit:contain;width:18px}.admin-sidebar-main{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 0 27px #231f200d;box-shadow:var(--box-shadow);height:calc(100vh - 135px);overflow:auto;position:fixed;top:115px;transition:all .5s;width:260px;z-index:999}.admin-sidebar-list-main{padding:20px}.admin-header-drop-main .drop-header-btn{padding:0}.admin-sidebar-list-main .admin-sidebar-list{padding:0;position:relative}.profile-noti-text{align-items:center;background-color:#fb2b76;border-radius:50%;color:#fff;display:flex;font-family:Inter;font-family:var(--body-text);font-size:10px;height:22px;justify-content:center;line-height:16px;position:absolute;right:0;text-align:center;width:22px}.admin-sidebar-list-main .admin-sidebar-listitem{padding:0}.admin-sidebar-list-main .admin-sidebar-link{align-items:center;color:#24293b;color:var(--gray);cursor:pointer;display:flex;font-family:violetsans;font-family:var(--head-text);font-size:14px;line-height:21px;margin-bottom:5px;padding:7px 10px;text-decoration:none;width:100%}.admin-sidebar-list-main .admin-sidebar-link.active{background:linear-gradient(99deg,#38ff8e,#2b5af3);background:var(--gradient);border-radius:7px;color:#fff}.scrollbar::-webkit-scrollbar{height:4px;width:4px}.scrollbar::-webkit-scrollbar-track{background:#1e1e1e}.scrollbar::-webkit-scrollbar-thumb{background:#fff;border-radius:8px}.scrollbar::-webkit-scrollbar-thumb:hover{background:#0000}.admin-header-main{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 0 27px #231f200d;box-shadow:var(--box-shadow);left:20px;margin-bottom:20px;padding:10px 20px;position:fixed;right:20px;top:20px;transition:all .5s;z-index:9}.admin-sidebar-logo{height:48px;max-width:200px;object-fit:contain;width:100%}.admin-header-left{align-items:center;display:flex;justify-content:space-between}.admin-header-left .header-right-wrape{display:flex}.admin-header-right{align-items:center;display:flex;justify-content:flex-end}.admin-header-icon-box{margin:0 10px}.admin-header-icon{height:20px;object-fit:contain;width:20px}.admin-header-profile-icon{border-radius:50%;height:40px;object-fit:cover;width:40px}.dashboard-content .admin-page-title{font-family:Inter;font-family:var(--body-text);font-size:20px;line-height:30px;margin-bottom:15px}.dashboard-content .admin-page-para{font-family:Inter;font-family:var(--body-text);font-size:16px;line-height:25px;margin-bottom:20px}.admin-dashboard-inner-box{align-items:center;background-color:#2b5af3;background-color:var(--blue);border-radius:10px;display:flex;height:90px;justify-content:space-between;margin-bottom:1.25rem;max-width:100%;min-height:116px;padding:25px;width:100%}.active .admin-dashboard-inner-box{background:#38ff8e;background:var(--green)}.admin-dashboard-inner-box .admin-dash-text{color:#fff;color:var(--white);font-family:Inter;font-family:var(--body-text);font-size:11px;font-weight:500;letter-spacing:.1px;line-height:25px;text-transform:uppercase}.active .admin-dashboard-inner-box .admin-dash-text{color:#000;color:var(--black)}.admin-dashboard-inner-box .admin-dash-price{color:#fff;color:var(--white);font-family:violetsans;font-family:var(--head-text);font-size:36px;font-weight:500;letter-spacing:1px;line-height:46px}.header-rows{align-items:center;border-bottom:1px solid #999;padding-bottom:10px}.header-text{font-family:violetsans;font-family:var(--head-text);text-transform:uppercase}.active .admin-dashboard-inner-box .admin-dash-price{color:#000;color:var(--black)}.dash-icons{height:45px;object-fit:cover;width:100%}.dashboard-graph{height:336px;min-width:100%;object-fit:cover;width:100%}.page-table-main .table-container{background-color:#1e1e1e;box-shadow:none;max-width:100vw;overflow:auto;padding-bottom:7px}.page-table-main .table{min-width:1100px}.page-table-main .table-th{border-bottom:1px solid #3e3e3e;color:#9babc5;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px;padding:10px 10px 10px 0;text-align:left}.page-table-main .table .table-td:first-child{padding-left:0}.page-table-main .table-td{border-bottom:0;color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px;padding:10px 10px 10px 0;text-align:left}.page-table-main .table .table-td:first-child,.page-table-main .table .table-td:nth-child(2),.page-table-main .table .table-td:nth-child(3),.page-table-main .table .table-th:first-child,.page-table-main .table .table-th:nth-child(2),.page-table-main .table .table-th:nth-child(3){width:15%}.page-table-main .table .table-td:nth-child(4),.page-table-main .table .table-th:nth-child(4){width:35%}.admin-sub-title-main .admin-sub-title{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:18px;line-height:27px;margin-bottom:15px}.view-btn-main .view-order-btn{height:28px;min-width:96px}.view-btn-main .view-order-btn:hover{color:#fff;font-size:12px;height:28px;line-height:18px;min-width:100px}.admin-dash-box{background-color:#1e1e1e;border-radius:10px;padding:15px 25px}.admin-dashboad-row{margin-bottom:20px}.display-row>*{padding:0 8px}.display-row{margin-left:-8px;margin-right:-8px}.table-lable-main{font-family:Inter;font-family:var(--body-text);font-size:12px;line-height:18px}.paid-lable-dots{background-color:#04ab47}.paid-lable{color:#04ab47}.table-lable-dots{border-radius:50%;height:7px;margin-right:4px;width:7px}.table-lable-flex{align-items:center;display:flex}.failed-lable-dots{background-color:#e4004d}.failed-lable{color:#e4004d}.pending-lable-dots{background-color:#f39c12}.pending-lable{color:#f39c12}.page-table-main .table-container::-webkit-scrollbar{height:5px;width:2px}.page-table-main .table-container::-webkit-scrollbar-track{background:#161616;border-radius:5px}.page-table-main .table-container::-webkit-scrollbar-thumb{background:#161616}.page-table-main .table-container::-webkit-scrollbar-thumb:hover{background:#555}.add-user-containt .add-basic-text{color:#fff;margin:0 0 4px}.add-user-containt .add-section-text{color:#9babc5;margin-bottom:20px}.add-user-input .form-control-textarea{background-color:#161616;border:1px solid #3e3e3e;border-radius:22px;color:#fff;font-family:Inter;font-family:var(--body-text);font-size:12px;line-height:15px;min-height:70px;padding:15px;resize:none;width:100%}.radio-main .radiogroup .MuiButtonBase-root.Mui-checked{color:#9babc5}.radio-main .MuiFormControlLabel-label{color:#9babc5;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px}.user-btn-flex{align-items:center;display:flex;justify-content:flex-end;margin-top:10px}.dropdown-box .form-control{position:relative;width:100%}.dropdown-box .form-control .dropdown-select{background-color:#161616}.dropdown-box .notify-btn{background-color:#04ab47}.dropdown-select .MuiSelect-select{border:1px solid #3e3e3e;border-radius:22px;color:#fff;display:flex;font-family:Inter;font-family:var(--body-text);font-size:12px;line-height:24px;padding:9px 15px;white-space:inherit!important}.dropdown-select .MuiSelect-select:focus{border-radius:22px}.form-control fieldset{border:none;border-radius:22px}.grey-down{height:10px;object-fit:contain;position:absolute;right:21.92px;top:17.92px;width:10px}.discard-btn-main .discard-user-btn,.discard-btn-main .discard-user-btn:hover{background-color:#ffffff1a;height:36px;margin-right:10px;min-width:83px}.user-save-icon{margin-right:8px;object-fit:contain}.save-btn-main .save-user-btn,.save-btn-main .save-user-btn:hover{background:#0000 linear-gradient(90deg,#b21cd8,#14f9ff) 0 0 no-repeat padding-box;color:#fff;height:36px;min-width:87px}.admin-tabs-main .admin-tab{background-color:#1e1e1e;border-radius:25px;color:#9babc5;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px;margin-right:20px;padding:10px 15px;text-transform:capitalize}.admin-tabs-main .admin-tab.Mui-selected{background:#0000 linear-gradient(90deg,#b21cd8,#14f9ff) 0 0 no-repeat padding-box;border-radius:25px;color:#fff}.admin-tabs-main .MuiTabs-indicator{background-color:initial;height:0}.admin-tabpanel .edit-highlight-text{color:#fff;font-family:Inter;font-family:var(--body-text);margin-bottom:4px}.admin-tabpanel .edit-para-text{color:#6b7280;margin-bottom:24px}.admin-tabpanel>.MuiBox-root{padding:24px 0}.edit-profile-flex{align-items:center;display:flex;margin-bottom:20px}.dropdown-box .notify-btn,.dropdown-box .notify-btn:hover{margin-top:30px}.delete-box .delete-btn,.delete-box .delete-btn:hover,.dropdown-box .notify-btn,.dropdown-box .notify-btn:hover{background:#0000 linear-gradient(90deg,#b21cd8,#14f9ff) 0 0 no-repeat padding-box;border-radius:10px;color:#fff;height:36px;min-width:87px}.delete-box .delete-btn,.delete-box .delete-btn:hover{margin-right:30px}.file-upload-btn-main .file-upload-btn,.file-upload-btn-main .file-upload-btn:hover{background-color:#161616;border:1px dotted #3e3e3e;border-radius:10px;box-shadow:0 3px 6px #00000029;height:137px;min-width:150px;padding:0;width:150px}.file-upload-btn-main{max-width:-webkit-max-content;max-width:max-content;position:relative}.upload-profile-img{border-radius:10px;height:137px;object-fit:cover;width:150px}.profile-upload-flex{display:flex}.upload-input{margin-right:15px}.table-image{height:40px;object-fit:cover;width:40px}.upload-icon-img{height:10px;object-fit:contain;width:10px}.switch-main{margin-left:20px}.switch-lable .MuiTypography-root{color:#9babc5;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px}.change-pass-main{background-color:#1e1e1e;border-radius:15px;max-width:514px;padding:20px;width:100%}.change-pass-input-box .form-group .form-control input{background-color:#161616;border-radius:22px;padding:12px 15px;width:100%}.change-pass-flex{margin-bottom:10px}.userdata-btn-flex{display:flex}.userdata-btn-flex button{min-width:30px}.userlist-data{align-items:center;display:flex;justify-content:center;width:100%}.userlist-img{height:25px;margin-right:15px;object-fit:cover;width:25px}.userlist-table-main .table{margin:0;min-width:1250px}.userlist-table-main .table .table-td:first-child,.userlist-table-main .table .table-td:nth-child(2),.userlist-table-main .table .table-th:first-child,.userlist-table-main .table .table-th:nth-child(2){width:2%}.userlist-table-main .table .table-td:nth-child(3),.userlist-table-main .table .table-th:nth-child(3){width:7%}.userlist-table-main .table .table-td:nth-child(4),.userlist-table-main .table .table-th:nth-child(4){width:6%}.userlist-table-main .table .table-td:nth-child(5),.userlist-table-main .table .table-th:nth-child(5){width:9%}.userlist-table-main .table .table-td:nth-child(6),.userlist-table-main .table .table-th:nth-child(6){width:10%}.userlist-table-main .table .table-td:nth-child(7),.userlist-table-main .table .table-th:nth-child(7){width:6%}.userlist-table-main .table .table-td:nth-child(10),.userlist-table-main .table .table-td:nth-child(8),.userlist-table-main .table .table-td:nth-child(9),.userlist-table-main .table .table-th:nth-child(10),.userlist-table-main .table .table-th:nth-child(8),.userlist-table-main .table .table-th:nth-child(9){width:5%}.down-icon,.plus-icon{height:15px;margin-right:9px;object-fit:contain;width:15px}.export-btn-main .export-btn,.export-btn-main .export-btn:hover{background-color:#26282d;margin-right:10px}.adduser-btn-main .adduser-btn,.adduser-btn-main .adduser-btn:hover{min-width:115px}.user-search-box{margin-right:10px;position:relative}.user-search-box .form-control input{background-color:#26282d;color:#fff;font-family:Inter;font-family:var(--body-text);font-size:12px;line-height:15px;min-width:199px;padding:9px 10px 9px 30px}.user-search-box .form-control input::placeholder{color:#4d586a;font-family:Inter;font-family:var(--body-text);font-size:12px;line-height:15px;opacity:1}.search-grey-img{height:15px;left:16px;position:absolute;top:16px;width:15px}.user-list-flex{margin-bottom:20px}.user-list-flex,.userlist-btn-flex{align-items:center;display:flex;justify-content:space-between}.user-list-flex .user-list-page-title{margin-bottom:0}.span-text{color:#4d586a;margin-left:3px}.modal .modal-title{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:20px;line-height:30px;margin-bottom:20px}.modal-header{align-items:center;display:flex;justify-content:space-between}.modal-close-icon{height:13px;object-fit:contain;position:absolute;right:20px;top:28px;width:13px}.modal-user-btn-flex{display:flex;justify-content:flex-end;padding-top:3px}.modal .add-user-modal-inner-main{background-color:#161616;border-radius:10px;max-width:500px;padding:24px 24px 30px;position:relative;width:100%}.modal-input-box{margin-bottom:24px}.modal-input-box .form-group .form-control input{background-color:#1e1e1e;padding:12px 15px}.user-circle-img{display:flex;height:52px;margin:auto;object-fit:contain;width:52px}.modal-delete .delete-modal-inner-main{background-color:#161616;border-radius:10px;max-width:500px;padding:40px 24px;width:100%}.delete-modal-inner-main .delete-modal-title{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:28px;line-height:42px;margin:20px 0 16px;text-align:center}.delete-modal-inner-main .delete-modal-para{color:#6b7280;margin:auto;max-width:304px;text-align:center;width:100%}.delete-modal-btn-flex{display:flex;justify-content:center;margin-top:26px}.delete-modal-btn-flex .modal-btn,.delete-modal-btn-flex .modal-btn:hover{background-color:#26282d;border-radius:22px;max-width:100px;padding:8px;text-transform:capitalize;width:100%}.delete-modal-btn-flex .modal-cancel-btn{color:#fff;margin-right:20px}.delete-modal-btn-flex .modal-delete-btn,.delete-modal-btn-flex .modal-delete-btn:hover{background-image:linear-gradient(90deg,#00f2fe,#4facfe);color:#000}.MuiBackdrop-root-MuiModal-backdrop{background-color:#232323cc}.flex-drop-main .admin-header-drop{color:#6b7280;font-size:12px;line-height:18px;margin-left:12px;text-align:start;text-transform:capitalize}.flex-drop-main .admin-header-drop,.flex-drop-main .header-drop-title{font-family:Inter;font-family:var(--body-text)}.flex-drop-main{align-items:center;display:flex}.drop-header-menu .MuiPaper-rounded{background-color:initial;border-radius:15px;box-shadow:0 15px 20px #00000029;margin-top:18px}.drop-header{height:15px;margin-right:6px;width:15px}.drop-header-menu .drop-header-menuitem{padding:0}.drop-header-menu .drop-header-menuitemlink{color:#9babc5;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px;padding:5px 16px}.drop-header-menu ul{background:#fff;background:var(--white);border-radius:5px;box-shadow:0 0 27px #231f200d;box-shadow:var(--box-shadow);padding:12px 11px}.admin-sidebar-listitem .expandless-icon,.admin-sidebar-listitem .expandmore-icon{position:absolute;right:10px;top:10px}.admin-submenu-listitem-main .admin-sidebar-link{display:block}.admin-sidebar-submenulist .admin-sidebar-link{margin-left:10px}.admin-sidebar-submenulist .admin-sidebar-listitem:first-child .admin-sidebar-link{margin-top:20px}.pagination-main{align-items:center;display:flex;justify-content:flex-end;margin-top:5px}.pagination-main .MuiPaginationItem-root{border-radius:4px;color:#6b7280;font-family:Inter;font-family:var(--body-text);font-size:12px;height:20px;line-height:18px;margin:0 4px;min-width:20px;padding:0}.pagination-main .MuiPaginationItem-root.Mui-selected{background:#0000 linear-gradient(90deg,#b21cd8,#14f9ff) 0 0 no-repeat padding-box;color:#fff}.progress-bar-main{max-width:470px;position:relative;width:100%}.progress-bar-main .progress-bar .MuiLinearProgress-bar{background-color:#114a65;border-radius:8px}.progress-bar-content{margin-top:30px}.progress-bar-content .admin-page-title{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:20px;line-height:30px}.progress-bar-text{color:#6b7280;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px;position:absolute;right:-35px;top:-5px}.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#3e3e3e!important}.form-control-textarea:focus-visible{outline:none!important}.admin-sidebar-logo-main,.bergur-btn-main{display:none}.dropdown-box svg{color:#fff}.radio-main .MuiRadio-colorPrimary span{color:#9babc5}.filter-main{position:relative}.filter-main .MuiDrawer-paper{background-color:#161616!important;max-width:400px;min-width:400px;width:100%}.filter-header{background-color:#26282d;display:flex;justify-content:space-between;padding:16px 25px}img.filter-close-icon{height:21px;object-fit:contain;width:21px}.filter-header .filter-title{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:20px;line-height:30px}.filter-inner-main{padding:20px 25px}.filter-btn-main{display:flex;justify-content:flex-end}.filter-btn-main .filter-cancel-btn{height:36px;margin-right:20px;min-width:90px}.filter-btn-main .filter-btn,.filter-btn-main .filter-btn:hover{height:36px;max-width:90px}.filter-footer{border-top:1px solid #3e3e3e;bottom:0;left:0;padding:15px 25px;position:absolute;right:0;width:100%}.filter-checkbox-main .checkbox-lable{margin-right:20px}.input-box .form-control-eye{border:1px solid #3e3e3e;padding-right:0}.input-box .form-control-eye input{border:0}.input-box .form-control-eye .toggle-eye-btn{margin-right:0}.input-box .form-control-eye .toggle-eye-btn svg{color:#fff}.otp-input-box .form-group .form-control input{max-width:70px;padding:11px 15px;text-align:center}.otp-input-box .form-group .MuiFormControl-root{max-width:70px}.otp-flex-main{align-items:center;display:flex;justify-content:space-between}.otp-input-box{margin-bottom:10px;margin-right:15px}.otp-flex-main .otp-input-box:last-child{margin-right:0}div .Mui-error{font-family:Inter;font-family:var(--body-text);font-size:12px;line-height:15px}.page-scrollbar::-webkit-scrollbar{height:4px;width:4px}.page-scrollbar::-webkit-scrollbar-track{background:#0000}.page-scrollbar::-webkit-scrollbar-thumb{background:#0000;border-radius:8px}.page-scrollbar::-webkit-scrollbar-thumb:hover{background:#0000}.cust-otp-main .MuiOtpInput-Box input{background:#161616;border:1px solid #3e3e3e;border-radius:16px;color:#fff}.genreslist-table-main .table .table-td:first-child,.genreslist-table-main .table .table-th:first-child{width:5%}.genreslist-table-main .table .table-td:nth-child(2),.genreslist-table-main .table .table-td:nth-child(3),.genreslist-table-main .table .table-th:nth-child(2),.genreslist-table-main .table .table-th:nth-child(3){width:10%}.genreslist-table-main .table .table-td:nth-child(4),.genreslist-table-main .table .table-td:nth-child(5),.genreslist-table-main .table .table-th:nth-child(4),.genreslist-table-main .table .table-th:nth-child(5){width:7%}.genreslist-table-main .table .table-td:nth-child(6),.genreslist-table-main .table .table-th:nth-child(6){width:10%}.genreslist-table-main .table .table-td:nth-child(7),.genreslist-table-main .table .table-th:nth-child(7){width:1%}.genreslist-table-main .table{margin:0;min-width:1300px}.addgame-list-table-main .table .table-td:first-child,.addgame-list-table-main .table .table-th:first-child{width:5%}.addgame-list-table-main .table .table-td:nth-child(2),.addgame-list-table-main .table .table-td:nth-child(3),.addgame-list-table-main .table .table-th:nth-child(2),.addgame-list-table-main .table .table-th:nth-child(3){width:10%}.addgame-list-table-main .table .table-th:nth-child(6),.addgame-list-table-main.table .table-td:nth-child(6){width:7%}.addgame-list-table-main .table .table-td:nth-child(7),.addgame-list-table-main .table .table-th:nth-child(7){width:1%}.addgame-list-table-main .table{margin:0;min-width:1300px}.cms-page-content .cms-lables{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:0;margin-top:30px}.cms-input-box{margin:10px 0 30px}.cms-form-box{max-width:300px;min-width:300px;width:100%}.cms-page-containt .cms-discription-lables{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:15px;margin-top:0}.search-icon-box{left:15px;position:absolute;top:11px}.images-upload-btn{height:100%;position:relative}.images-upload-btn .image-upload-btn,.images-upload-btn .image-upload-btn:hover{background-color:#161616;border:1px dotted #3e3e3e;border-radius:10px;box-shadow:none;height:100%;min-height:137px;padding:0;width:100%}.upload-img{border-radius:10px;height:30px;object-fit:contain;width:30px}.upload-img-slider{border-radius:10px;height:137px;object-fit:cover;width:100%}.document-close{background:#fff;border-radius:50%;cursor:pointer;height:20px;position:absolute;right:-6px;top:-8px;width:20px}.set-add-btn{display:flex;justify-content:flex-start}.document-close-set{position:relative}.edit-profile-btn-main{margin-top:15px}.userdata-btn-flex svg{color:#ffffffad}.add-game-row{margin:0 0 20px}.search-icon{height:12px;object-fit:contain;width:12px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cms-page-content .admin-page-title{margin-bottom:40px}.cms-page-content{padding-bottom:17px}.cms-page-row{margin:0 0 10px}.cms-page-containt{padding-bottom:15px}.admin-sidebar-dropdown{align-items:"self-start";display:flex}.add-game-btn .save-user-btn{margin-left:10px}.user-back-icon{color:#fff;height:4px}.userlist-dialog-btn{background-color:#1976d2!important;color:#fff!important}.news-list-flex{align-items:center;display:flex;justify-content:space-between}.inactive{color:#e2150e!important}.Active{color:green!important}.sidebar-slider-icons{color:#fff!important}.game-list-table{align-items:center}.rolelist-btn-flex{display:flex;justify-content:end}.rolelist-table-main .table{min-width:1100px}.rolelist-table-main .table .table-td:first-child,.rolelist-table-main .table .table-td:nth-child(2),.rolelist-table-main .table .table-td:nth-child(3),.rolelist-table-main .table .table-td:nth-child(4),.rolelist-table-main .table .table-th:first-child,.rolelist-table-main .table .table-th:nth-child(2),.rolelist-table-main .table .table-th:nth-child(3),.rolelist-table-main .table .table-th:nth-child(4){width:20%}.guide-edit-icon{color:#f5f5f5;height:20px}.adminrolelist-table-main .table .table-td:first-child,.adminrolelist-table-main .table .table-th:first-child{width:25%}.adminrolelist-table-main .table .table-td:nth-child(2),.adminrolelist-table-main .table .table-th:nth-child(2){width:30%}.adminrolelist-table-main .table .table-td:nth-child(3),.adminrolelist-table-main .table .table-td:nth-child(4),.adminrolelist-table-main .table .table-th:nth-child(3),.adminrolelist-table-main .table .table-th:nth-child(4){width:35%}.subadmin-table-main .table{min-width:1200px}.subadmin-table-main .table .table-td:first-child,.subadmin-table-main .table .table-td:nth-child(2),.subadmin-table-main .table .table-th:first-child,.subadmin-table-main .table .table-th:nth-child(2){width:3%}.subadmin-table-main .table .table-td:nth-child(3),.subadmin-table-main .table .table-th:nth-child(3){width:10%}.subadmin-table-main .table .table-td:nth-child(4),.subadmin-table-main .table .table-td:nth-child(5),.subadmin-table-main .table .table-td:nth-child(6),.subadmin-table-main .table .table-td:nth-child(7),.subadmin-table-main .table .table-td:nth-child(8),.subadmin-table-main .table .table-td:nth-child(9),.subadmin-table-main .table .table-th:nth-child(4),.subadmin-table-main .table .table-th:nth-child(5),.subadmin-table-main .table .table-th:nth-child(6),.subadmin-table-main .table .table-th:nth-child(7),.subadmin-table-main .table .table-th:nth-child(8),.subadmin-table-main .table .table-th:nth-child(9){width:5%}.role-addrole-icons{margin-right:10px}.admin-guide-sidebar-icons{height:25px;width:25px}.sociallinks-btn-flex{align-items:center;display:flex;justify-content:flex-end}.ckeditor-error{color:#d32f2f!important;font-family:Inter;font-family:var(--body-text);font-size:12px;line-height:15px;margin-top:4px}.ck-editor__editable_inline{min-height:250px}.ck-editor__editable ol li,.ck-editor__editable ul li{margin:0 15px!important}.userlist-table-main .table .table-td.reviewlist-td{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-height:55px;overflow:hidden;text-overflow:ellipsis;width:100%}.form-grp-upload-cover{width:274px}.form-grp-upload-cover .images-upload-btn .image-upload-btn{min-width:137px;padding:0}.user-delete-dialong .MuiPaper-root{background-color:#1e1e1e;border-radius:10px;margin:0;padding:20px}.user-delete-dialong .userlist-dialog-text{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:19px;line-height:28px;margin-bottom:0;text-align:center}.user-delete-dialong .MuiDialogContent-root{padding:0}.user-delete-dialong .dialog-btn-main{align-items:center;display:flex;justify-content:center;margin-top:15px}.user-delete-dialong .dialog-lable-text{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:25px;word-break:break-word}.user-delete-dialong .dialog-close-btn-main{align-items:center;display:flex;justify-content:flex-end;margin-top:10px}.table-body .check-box-role,.table-th .check-box-role{color:hsla(0,0%,100%,.473);padding:0}.table-body .check-box-role svg{padding:0}.genres-list-table-main .table{min-width:1100px}.genres-list-table-main .table .table-td:first-child,.genres-list-table-main .table .table-td:nth-child(2),.genres-list-table-main .table .table-td:nth-child(3),.genres-list-table-main .table .table-th:first-child,.genres-list-table-main .table .table-th:nth-child(2),.genres-list-table-main .table .table-th:nth-child(3){width:2%}.genres-list-table-main .table .table-td:nth-child(4),.genres-list-table-main .table .table-td:nth-child(5),.genres-list-table-main .table .table-th:nth-child(4),.genres-list-table-main .table .table-th:nth-child(5){width:4%}.genres-list-table-main .table .table-td:nth-child(6),.genres-list-table-main .table .table-th:nth-child(6){width:2%}.genres-list-table-main .table .table-td:nth-child(7),.genres-list-table-main .table .table-th:nth-child(7){width:5%}.addgame-list-table-main .table{min-width:1100px}.addgame-list-table-main .table .table-td:first-child,.addgame-list-table-main .table .table-th:first-child{width:3%}.addgame-list-table-main .table .table-td:nth-child(2),.addgame-list-table-main .table .table-td:nth-child(3),.addgame-list-table-main .table .table-td:nth-child(4),.addgame-list-table-main .table .table-td:nth-child(5),.addgame-list-table-main .table .table-td:nth-child(6),.addgame-list-table-main .table .table-td:nth-child(7),.addgame-list-table-main .table .table-th:nth-child(2),.addgame-list-table-main .table .table-th:nth-child(3),.addgame-list-table-main .table .table-th:nth-child(4),.addgame-list-table-main .table .table-th:nth-child(5),.addgame-list-table-main .table .table-th:nth-child(6),.addgame-list-table-main .table .table-th:nth-child(7){width:7%}.network-list-table-main .table{min-width:1000px}.network-list-table-main .table .table-td:first-child,.network-list-table-main .table .table-th:first-child{width:3%}.network-list-table-main .table .table-td:nth-child(2),.network-list-table-main .table .table-th:nth-child(2){width:4%}.network-list-table-main .table .table-td:nth-child(3),.network-list-table-main .table .table-td:nth-child(4),.network-list-table-main .table .table-td:nth-child(5),.network-list-table-main .table .table-td:nth-child(6),.network-list-table-main .table .table-th:nth-child(3),.network-list-table-main .table .table-th:nth-child(4),.network-list-table-main .table .table-th:nth-child(5),.network-list-table-main .table .table-th:nth-child(6){width:7%}.news-list-table-main .table{min-width:1000px}.news-list-table-main .table .table-td:first-child,.news-list-table-main .table .table-th:first-child{width:8%}.news-list-table-main .table .table-td:nth-child(2),.news-list-table-main .table .table-th:nth-child(2){width:7%}.news-list-table-main .table .table-td:nth-child(3),.news-list-table-main .table .table-th:nth-child(3){width:13%}.news-list-table-main .table .table-td:nth-child(4),.news-list-table-main .table .table-td:nth-child(5),.news-list-table-main .table .table-td:nth-child(6),.news-list-table-main .table .table-th:nth-child(4),.news-list-table-main .table .table-th:nth-child(5),.news-list-table-main .table .table-th:nth-child(6){width:15%}.news-list-table-main .table .table-td:nth-child(7),.news-list-table-main .table .table-th:nth-child(7){width:10%}.rew-list-table-main .table{min-width:1000px}.rew-list-table-main .table .table-td:first-child,.rew-list-table-main .table .table-td:nth-child(2),.rew-list-table-main .table .table-th:first-child,.rew-list-table-main .table .table-th:nth-child(2){width:3%}.rew-list-table-main .table .table-td:nth-child(3),.rew-list-table-main .table .table-td:nth-child(4),.rew-list-table-main .table .table-th:nth-child(3),.rew-list-table-main .table .table-th:nth-child(4){width:6%}.rew-list-table-main .table .table-td:nth-child(5),.rew-list-table-main .table .table-th:nth-child(5){width:10%}.rew-list-table-main .table .table-td:nth-child(6),.rew-list-table-main .table .table-th:nth-child(6){width:8%}.rew-list-table-main .table .table-td:nth-child(7),.rew-list-table-main .table .table-th:nth-child(7){width:10%}.rew-list-table-main .table .table-td:nth-child(8),.rew-list-table-main .table .table-th:nth-child(8){width:8%}.rew-list-table-main .table .table-td:nth-child(9),.rew-list-table-main .table .table-th:nth-child(9){width:5%}.add-user-data-main .form-lable{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:6px;margin-top:0}.review-list-table-main .table{min-width:1500px}.review-list-table-main .table .table-td:first-child,.review-list-table-main .table .table-th:first-child{width:3%}.review-list-table-main .table .table-td:nth-child(2),.review-list-table-main .table .table-th:nth-child(2){width:4%}.review-list-table-main .table .table-td:nth-child(3),.review-list-table-main .table .table-th:nth-child(3){width:6%}.review-list-table-main .table .table-td:nth-child(4),.review-list-table-main .table .table-td:nth-child(5),.review-list-table-main .table .table-td:nth-child(6),.review-list-table-main .table .table-td:nth-child(7),.review-list-table-main .table .table-th:nth-child(4),.review-list-table-main .table .table-th:nth-child(5),.review-list-table-main .table .table-th:nth-child(6),.review-list-table-main .table .table-th:nth-child(7){width:5%}.review-list-table-main .table .table-td:nth-child(8),.review-list-table-main .table .table-th:nth-child(8){width:7%}.slider-list-table-main .table{min-width:1000px}.slider-list-table-main .table .table-td:first-child,.slider-list-table-main .table .table-td:nth-child(2),.slider-list-table-main .table .table-th:first-child,.slider-list-table-main .table .table-th:nth-child(2){width:7%}.slider-list-table-main .table .table-td:nth-child(3),.slider-list-table-main .table .table-td:nth-child(4),.slider-list-table-main .table .table-td:nth-child(5),.slider-list-table-main .table .table-th:nth-child(3),.slider-list-table-main .table .table-th:nth-child(4),.slider-list-table-main .table .table-th:nth-child(5){width:20%}.slider-list-table-main .table .table-td:nth-child(6),.slider-list-table-main .table .table-td:nth-child(7),.slider-list-table-main .table .table-th:nth-child(6),.slider-list-table-main .table .table-th:nth-child(7){width:15%}.games-list-table-main .table{min-width:900px}.games-list-table-main .table .table-td:first-child,.games-list-table-main .table .table-td:nth-child(2),.games-list-table-main .table .table-th:first-child,.games-list-table-main .table .table-th:nth-child(2){width:3%}.games-list-table-main .table .table-td:nth-child(3),.games-list-table-main .table .table-th:nth-child(3){width:5%}.games-list-table-main .table .table-td:nth-child(4),.games-list-table-main .table .table-th:nth-child(4){width:8%}.games-list-table-main .table .table-td:nth-child(5),.games-list-table-main .table .table-th:nth-child(5){width:10%}.games-list-table-main .table .table-td:nth-child(6),.games-list-table-main .table .table-td:nth-child(7),.games-list-table-main .table .table-th:nth-child(6),.games-list-table-main .table .table-th:nth-child(7){width:7%}.games-list-table-main .table .table-td:nth-child(8),.games-list-table-main .table .table-th:nth-child(8){width:5%}.status-list-table-main .table{min-width:1000px}.status-list-table-main .table .table-td:first-child,.status-list-table-main .table .table-td:nth-child(2),.status-list-table-main .table .table-td:nth-child(3),.status-list-table-main .table .table-td:nth-child(4),.status-list-table-main .table .table-th:first-child,.status-list-table-main .table .table-th:nth-child(2),.status-list-table-main .table .table-th:nth-child(3),.status-list-table-main .table .table-th:nth-child(4){width:25%}.investor-list-table-main .table .table-td:first-child,.investor-list-table-main .table .table-td:nth-child(2),.investor-list-table-main .table .table-th:first-child,.investor-list-table-main .table .table-th:nth-child(2){width:2%}.investor-list-table-main .table .table-td:nth-child(3),.investor-list-table-main .table .table-th:nth-child(3){width:5%}.investor-list-table-main .table .table-td:nth-child(4),.investor-list-table-main .table .table-td:nth-child(5),.investor-list-table-main .table .table-td:nth-child(6),.investor-list-table-main .table .table-td:nth-child(7),.investor-list-table-main .table .table-th:nth-child(4),.investor-list-table-main .table .table-th:nth-child(5),.investor-list-table-main .table .table-th:nth-child(6),.investor-list-table-main .table .table-th:nth-child(7){width:3%}.guide-list-table-main .table{min-width:900px}.guide-list-table-main .table .table-td:first-child,.guide-list-table-main .table .table-td:nth-child(2),.guide-list-table-main .table .table-th:first-child,.guide-list-table-main .table .table-th:nth-child(2){width:7%}.guide-list-table-main .table .table-td:nth-child(3),.guide-list-table-main .table .table-td:nth-child(4),.guide-list-table-main .table .table-td:nth-child(5),.guide-list-table-main .table .table-td:nth-child(6),.guide-list-table-main .table .table-td:nth-child(7),.guide-list-table-main .table .table-th:nth-child(3),.guide-list-table-main .table .table-th:nth-child(4),.guide-list-table-main .table .table-th:nth-child(5),.guide-list-table-main .table .table-th:nth-child(6),.guide-list-table-main .table .table-th:nth-child(7){width:15%}.editor-choice-table-main .table{min-width:1000px}.editor-choice-table-main .table .table-td:first-child,.editor-choice-table-main .table .table-td:nth-child(2),.editor-choice-table-main .table .table-td:nth-child(3),.editor-choice-table-main .table .table-td:nth-child(4),.editor-choice-table-main .table .table-td:nth-child(5),.editor-choice-table-main .table .table-th:first-child,.editor-choice-table-main .table .table-th:nth-child(2),.editor-choice-table-main .table .table-th:nth-child(3),.editor-choice-table-main .table .table-th:nth-child(4),.editor-choice-table-main .table .table-th:nth-child(5){width:20%}.editor-choice-table-main .table .table-td:nth-child(6),.editor-choice-table-main .table .table-th:nth-child(6){width:5%}.add-user-input .custom-date-picker{width:100%}.add-user-input .custom-date-picker .MuiInputBase-root{padding:0}.add-user-input .custom-date-picker .MuiButtonBase-root{margin:0;padding:0;position:absolute;right:30px;top:10px}.add-user-input .custom-date-picker .MuiButtonBase-root[aria-label="Choose date"]{color:#fff}.vr-icon{height:20px;margin-left:5px;object-fit:contain;width:20px}.platform-list-table-main .table{min-width:1000px}.platform-list-table-main .table .table-td:first-child,.platform-list-table-main .table .table-td:nth-child(2),.platform-list-table-main .table .table-td:nth-child(3),.platform-list-table-main .table .table-td:nth-child(4),.platform-list-table-main .table .table-td:nth-child(5),.platform-list-table-main .table .table-th:first-child,.platform-list-table-main .table .table-th:nth-child(2),.platform-list-table-main .table .table-th:nth-child(3),.platform-list-table-main .table .table-th:nth-child(4),.platform-list-table-main .table .table-th:nth-child(5){width:20%}.event-list-table-main .table{min-width:1000px}.event-list-table-main .table .table-td:first-child,.event-list-table-main .table .table-th:first-child{width:6%}.event-list-table-main .table .table-td:nth-child(2),.event-list-table-main .table .table-th:nth-child(2){width:5%}.event-list-table-main .table .table-td:nth-child(3),.event-list-table-main .table .table-th:nth-child(3){width:10%}.event-list-table-main .table .table-td:nth-child(4),.event-list-table-main .table .table-td:nth-child(5),.event-list-table-main .table .table-td:nth-child(6),.event-list-table-main .table .table-th:nth-child(4),.event-list-table-main .table .table-th:nth-child(5),.event-list-table-main .table .table-th:nth-child(6){width:15%}.event-list-table-main .table .table-td:nth-child(7),.event-list-table-main .table .table-td:nth-child(8),.event-list-table-main .table .table-th:nth-child(7),.event-list-table-main .table .table-th:nth-child(8){width:10%}.noti-list-table-main .table{min-width:1000px}.noti-list-table-main .table .table-td:first-child,.noti-list-table-main .table .table-td:nth-child(2),.noti-list-table-main .table .table-td:nth-child(3),.noti-list-table-main .table .table-td:nth-child(4),.noti-list-table-main .table .table-td:nth-child(5),.noti-list-table-main .table .table-th:first-child,.noti-list-table-main .table .table-th:nth-child(2),.noti-list-table-main .table .table-th:nth-child(3),.noti-list-table-main .table .table-th:nth-child(4),.noti-list-table-main .table .table-th:nth-child(5){width:20%}.display-row-noti-user,.user-noti-flex{align-items:center}.user-noti-flex{display:flex;width:100%}.noti-btns-main{display:flex;justify-content:flex-end;margin-top:10px}.name-with-icon{display:flex}.role-add-table-main .table{min-width:0;min-width:auto}.role-add-table-main .table .table-td:nth-child(2),.role-add-table-main .table .table-td:nth-child(3),.role-add-table-main .table .table-th:first-child,.role-add-table-main .table .table-th:nth-child(2),.role-add-table-main .table .table-th:nth-child(3),.role-add-table-mainn .table .table-td:first-child{width:15%}.role-add-table-main{border:1px solid #3e3e3e;border-radius:15px;margin:15px 0;padding:15px 15px 0}.not-found-text{align-items:center;color:#fff;display:flex;font-family:Inter;font-family:var(--body-text);justify-content:center;margin:auto;max-width:100%;width:100%}.user-delete-btn-main{margin-right:10px}.userdata-btn-flex .MuiIconButton-root{padding:0}.role-delete-btn-main{display:flex;justify-content:flex-end}.table-data-text{-webkit-line-clamp:1;-webkit-box-orient:vertical;cursor:pointer;display:-webkit-box;max-width:200px;min-height:21px;overflow:hidden;text-overflow:ellipsis;width:100%;word-break:break-word}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{border-radius:22px!important;-webkit-box-shadow:inset 0 0 0 1000px #171c3600;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.role-card-main{background-color:#1e1e1e;border-radius:11px;padding:15px;width:100%}.role-titles-main .role-titles{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px;margin-bottom:0}.roles-data-box{flex:0 0 100px;max-width:100px;width:100%}.add-role-flex{display:flex}.roles-data-box .role-data-title{color:#9babc5;font-family:Inter;font-family:var(--body-text);font-size:13px;line-height:19px}.role-card-inner-flex{display:flex}.roles-data-main-flex{display:flex;flex:1 1;justify-content:flex-start}.role-titles-main{flex:0 0 50%;max-width:50%;width:100%}.roles-data-box .check-box-role svg{color:#9babc5;height:16px;margin-right:5px;width:16px}.roles-data-box .check-box-role{padding:0}.add-role-row{margin-bottom:20px}.loader-main{align-items:center;background:#0000 linear-gradient(180deg,#161616,#1e1e1e);display:flex;height:100vh;justify-content:center;width:100%}.loader-img{filter:invert(.5);height:50px;object-fit:cover;width:50px}.otp-box-main{align-items:center;display:flex;justify-content:space-between}.otp-box-main .mui-otp-box{background:#161616;border:1px solid #3e3e3e;border-radius:16px;color:#fff}.role-total-user-flex{align-items:center;display:flex;justify-content:space-between}.admin-rolelist-row{margin-bottom:20px}.role-total-user-flex .role-totle-user-text{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:6px;margin-top:0}.role-user-name-box .role-user-name{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:18px;letter-spacing:0;line-height:26px;margin-bottom:0;text-transform:capitalize}.edit-role-flex{align-items:center;display:flex;justify-content:space-between;margin:10px 0 0}.edit-role-flex .edit-role-text{color:#9babc5;font-family:Inter;font-family:var(--body-text);font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:6px;margin-top:0}.role-user-img-flex .user-avtar-group-main .role-user-imges{border:1px solid #fff;height:30px;width:30px}.role-user-imges .MuiAvatar-img{height:30px;object-fit:contain;width:30px}.role-user-name-box{margin:10px 0}.user-avtar-group-main .MuiAvatar-circular{background-color:#161616;border:1px solid #fff!important;font-family:Inter;font-family:var(--body-text);font-size:12px;height:30px;line-height:17px;margin-left:-4px!important;width:30px}.edit-role-icon{cursor:pointer;height:20px;object-fit:contain;width:20px}.add-role-more-flex{align-items:center;display:flex;justify-content:space-between}.role-more-img{height:100px;object-fit:contain;width:100px}.sub-title-main .sub-title-text{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:24px;line-height:32px;margin-bottom:25px}.checkbox-flex{display:flex;margin-top:37px}.checkbox-flex .checkbox-main:first-child{margin-right:20px}.page-inner-box{margin:25px 0}.date-picker-form-group .MuiInputBase-root .MuiInputAdornment-root{margin:0;position:absolute;right:17px}.date-picker-form-group .MuiInputBase-root{padding-right:0}.date-picker-form-group .MuiStack-root>.MuiTextField-root{min-width:100%}.date-picker-form-group .MuiStack-root .MuiButtonBase-root{color:#9babc5}.date-picker-form-group .MuiStack-root{padding:0}.plus-flex{align-items:center;display:flex;justify-content:space-between}.plus-icon-box .plus-icon-btn,.plus-icon-box .plus-icon-btn:hover{align-items:center;background-color:#161616;border-radius:5px;display:flex;height:40px;justify-content:center;min-width:40px;width:100%}.plus-icon-box .plus-icon-img{height:25px;object-fit:contain;width:20px}.flex-end-admin-btn{display:flex;justify-content:end}.add-remove-position .btn-plus-top-admin{position:absolute;right:0;top:0}.add-remove-position{position:relative}.add-remove-position .btn-pos-top-quest{position:absolute;right:0;top:0}.add-remove-position .admin-minus-icon{height:14px;width:14px}.dashboard-content .page-title-text{margin-bottom:0}.form-group .form-control input.Mui-disabled,textarea:disabled{-webkit-text-fill-color:#ffffff73;color:#ffffff73}.MuiMenu-list{max-height:300px;overflow:auto}.MuiMenu-list::-webkit-scrollbar{width:3px}.MuiMenu-list::-webkit-scrollbar-track{background:#f1f1f1}.MuiMenu-list::-webkit-scrollbar-thumb{background:#888}.MuiMenu-list::-webkit-scrollbar-thumb:hover{background:#555}.MuiMenu-list .menuitem{display:block;max-width:370px;overflow:hidden;text-overflow:ellipsis}.game-dropdown .MuiMenu-list .game-menu-list{max-width:auto!important}.tab-view-quests{align-items:center;display:flex;justify-content:space-between}.reward-form{flex:1 1}.ck-reset_all :not(.ck-reset_all-excluded *),.ck.ck-reset_all{color:#fff!important}ul.ck.ck-reset.ck-list{background:#161616}.ck.ck-list__item .ck-button.ck-on{background:#1e1e1e}.ck.ck-list__item .ck-button.ck-on:focus:not(.ck-switchbutton):not(.ck-disabled){border:1px solid #3e3e3e;box-shadow:none}.flex-div{display:flex;justify-content:space-between}.ck.ck-toolbar.ck-toolbar_grouping{background:#161616;border:1px solid #3e3e3e}.ck-custom-editor-main .ck.ck-list,.ck-custom-editor-main a.ck.ck-button.ck-on,.ck.ck-button.ck-on{background:#161616}.ck.ck-dropdown__panel{background-color:#161616;border-color:#3e3e3e}.ck.ck-editor__main>.ck-editor__editable.ck-focused,.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){background:#161616;border-color:#3e3e3e;color:#fff;min-height:300px}.ck-reset_all :not(.ck-reset_all-excluded *),.ck.ck-reset_all{color:#fff}.ck.ck-button:not(.ck-disabled):hover,.ck.ck-toolbar .ck.ck-toolbar__separator,a.ck.ck-button:not(.ck-disabled):hover{background:#161616}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active{background:#161616;border:none;box-shadow:none!important;color:#fff}.ck.ck-button:not(.ck-disabled):hover,.ck.ck-list__item .ck-button:hover:not(.ck-disabled),a.ck.ck-button:not(.ck-disabled):hover{background:#161616}.ck.ck-button.ck-on,a.ck.ck-button.ck-on{color:#fff}.ck.ck-button.ck-on:not(.ck-disabled):hover,.ck.ck-button:not(.ck-disabled):hover,.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,a.ck.ck-button.ck-on:not(.ck-disabled):hover,a.ck.ck-button:not(.ck-disabled):hover{background:#161616}.ck.ck-balloon-panel{background:#161616;border:var(--ck-balloon-border-width) solid #3e3e3e}.ck.ck-balloon-panel[class*=arrow_n]:after{border-color:#0000 #0000 #161616;margin-top:0}.ck.ck-content a{color:#fff}.ck.ck-input{background:#1e1e1e;border:1px solid #3e3e3e}.table-data-text figure,.table-data-text img,.table-data-text table{display:none;height:40px;margin-right:10px;object-fit:cover;width:40px}.table-data-text .vr-icon{height:20px;object-fit:contain;width:20px}.ck.ck-button:not(.ck-disabled):hover,a.ck.ck-button:not(.ck-disabled):hover{background-color:initial}.userlist-dialog-text img{height:300px;max-width:523px;object-fit:cover;width:100%}.user-delete-dialong::-webkit-scrollbar{width:3px}.user-delete-dialong::-webkit-scrollbar-track{background:#f1f1f1}.user-delete-dialong::-webkit-scrollbar-thumb{background:#888}.user-delete-dialong::-webkit-scrollbar-thumb:hover{background:#555}.custom-recaptcha{margin-bottom:12px;margin-left:41px;margin-top:15px}.error-text{color:#c82622ed!important;font-family:Inter!important;font-family:var(--body-text)!important;font-size:12px!important;line-height:15px!important;margin:3px 0 0!important}.table-data-text a{color:#fff;font-family:Inter;font-family:var(--body-text);font-size:14px;line-height:21px;text-decoration:none}.offering-cus-table .offering-table-body{border:1px solid #d7d7d7;border:1px solid var(--table-border);border-radius:0 0 15px 15px;border-top:none;padding:15px}.offering-cus-table .offering-table-head{background:linear-gradient(99deg,#38ff8e,#2b5af3);background:var(--gradient);border-radius:15px 15px 0 0;display:flex;padding:11px 20px}.offering-cus-table .th-blank{text-align:center;width:8%}.offering-cus-table .th-offe-type{text-align:center;width:32%}.width-new{width:10%}.offering-cus-table .th-action,.offering-cus-table .th-offe-price,.offering-cus-table .th-offe-raise,.offering-cus-table .th-quantity{text-align:center;width:15%}.offering-cus-table .offering-th{color:#fff;color:var(--white);font-family:violetsans;font-family:var(--head-text);font-size:12px;line-height:27px;min-width:29px;text-transform:uppercase}.offering-tr .offering-tr-main{padding:10px}.offering-tr-main .lock-main{height:30px;width:30px}.offering-list{display:flex;width:60%}.offering-tr .offering-th-text{color:#000;color:var(--black);font-family:Inter;font-family:var(--body-text);font-size:12px;font-weight:600;line-height:27px}.css-18etzq8{color:#18bf2e!important;margin:0}.gradient-box,.gradient-inner-box{border-radius:5px;border-radius:var(--border-radius-5)}.space-between{align-items:center;display:flex;justify-content:space-between}.cus-center,.d-flex{display:flex!important}.offering-list .offering-td-box{height:44px;width:100%}.cus-center{align-items:center;justify-content:center}.gradient-inner-box{background:#040b28;background:var(--darkBlue);height:100%;width:100%}.gradient-box{background:linear-gradient(99deg,#ff387a,#4845ff);background:linear-gradient(99deg,#38ff8e,#2b5af3);background:var(--gradient);padding:1px}.presale-wraper{background:#fff;background:var(--white);padding:15px;width:100%}.crtl-wrape{background:linear-gradient(99deg,#ff387a,#4845ff);background:linear-gradient(99deg,#38ff8e,#2b5af3);background:var(--gradient);border-radius:15px;margin-top:10px;padding:1px}.crtl-wrape .inner-pad{align-items:center;padding:10px}.crtl-wrape .inner-pad,.crtl-wrape .inner-pad2{background:#fff;background:var(--white);border-radius:14px;display:flex;height:100%;justify-content:space-between;width:100%}.crtl-wrape .inner-pad2{align-items:flex-start;flex-direction:column;padding:15px}.crtl-wrape .inner-pad2 p.mint-btn{display:flex;justify-content:space-between;width:100%}.crtl-wrape .inner-pad2 p{font-family:violetsans;font-family:var(--head-text);font-size:17px;margin-bottom:5px}.crtl-wrape .inner-pad2 p.Mui-error{color:red;font-size:13px}.home-input-main .form-control input{border:0!important;text-align:left}.home-input-main .form-control input,.home-input-main .form-control input::placeholder{color:#fff!important;font-size:20px!important;line-height:25px!important}.home-input-main .form-control fieldset{border:0!important}.primary-btn-main .primary-btn,.primary-btn-main .primary-btn:hover{background:#2b5af3;background:var(--blue);border-radius:20px;color:#fff;color:var(--white);font-size:14px;font-weight:400;line-height:16px;padding:12px 30px;text-transform:uppercase;width:100%}.input-fild{border:1px solid #b4b4b4!important;border:1px solid var(--input-border)!important;border-radius:8px;color:#000!important;height:42px;margin-bottom:23px!important;padding:0!important;width:100%}.input-fild input{font-size:15px;padding:9px 10px}.offering-list .inner-wrape{display:flex;gap:15px;justify-content:space-between;width:100%}.offering-table-head .offering-list .inner-wrape{padding:0 11px 0 0}.offering-list.table-head-adjust{padding-left:20px}.btn-like{font-family:var(--var(--body-text))}.btn-like .offering-th-text{line-height:1.25;white-space:nowrap}.offering-table-body .offering-tr{margin-bottom:10px}.offering-table-body .offering-tr:last-child{margin-bottom:0}.offering-table-head.tryed{align-items:center;background:none;justify-content:space-between}.offering-cus-table .offering-table-head.tryed{padding:0 0 10px}.offering-table-head.tryed .title-main{font-family:violetsans;font-family:var(--head-text);font-size:18px;text-transform:uppercase}.gradient-bg{background:linear-gradient(99deg,#38ff8e,#2b5af3);background:var(--gradient)}.border-round-table{background:#fff;background:var(--white);border:1px solid #d7d7d7;border:1px solid var(--table-border);border-radius:17px;overflow:hidden}.border-round-table>div{background:none;color:#fff}.border-round-table>div th{color:#fff;color:var(--white);font-family:violetsans;font-family:var(--head-text);font-size:12px;line-height:27px;text-transform:uppercase}.date-picker-custom input{padding:8.6px 14px}.date-picker-custom fieldset{border-color:#fff}.date-picker-mui{border:1px solid #d1d5db!important;border-radius:6px!important}.admin-header-logo-main{line-height:1}.offering-tr{background:#d2d2d2;border-radius:6px;margin-bottom:10px;padding:1px}.offering-tr .gradient-inner-box{background:#fff;background:var(--white)}.offering-td-box.quantity-box.th-quantity .lock-ic-main,.offering-tr .gradient-inner-box.lock-ic-main{border:1px solid #d2d2d2}.primary-btn button{background:#38ff8e;background:var(--green);color:#000;color:var(--black)}.form-wrape .crtl-wrape .inner-pad{padding:15px}.form-wrape .crtl-wrape .inner-pad2{padding:0}.form-wrape .crtl-wrape .MuiGrid-container{margin-top:0}.form-wrape .crtl-wrape .MuiGrid-item{padding-top:0}textarea.input-fild{font-family:Inter;font-family:var(--body-text);padding:15px!important}textarea.input-fild.Mui-error{margin-bottom:0!important}.title-header .title-header-flex{align-items:center;display:flex;justify-content:space-between;width:100%}.title-header .title-header-flex .title-main{font-family:violetsans;font-family:var(--head-text);font-size:18px;text-transform:uppercase}.MuiDateRangeCalendar-root>div:first-child{display:none}.astrick-sing{color:red}.datepicker-wrape div{display:flex;justify-content:flex-end;padding-right:0;width:auto}.datepicker-wrape .MuiStack-root{padding:0}td .admin-icon{max-width:24px}.admin-login-main .input-box{margin-bottom:15px}.vdo-frame{height:100%;opacity:.35;pointer-events:none;position:absolute;width:120%}.vdo-frame .presale-video{height:100%;width:100%}.admin-login-inner .primary-btn-main{margin-top:22px;max-width:122px}.admin-login-main .auth-logo-box{border-bottom:1px solid #d9d9d9;height:auto;padding-bottom:15px}.admin-login-main form{border-top:1px solid #ffffff73;padding-top:25px}.admin-modal-header{align-items:center;display:flex;justify-content:space-between}.admin-modal .admin-modal-inner.qr-scanner-modal-inner{max-width:350px}.admin-modal .admin-modal-title{color:#000;font-size:17px;font-weight:500;line-height:26px}.admin-modal .admin-modal-inner{border:1px solid #d3d3d361;border-radius:10px;max-height:calc(100vh - 40px);max-width:500px;padding:20px 15px;width:calc(100% - 30px)}.admin-modal-hgt-scroll{margin-right:-5px;max-height:calc(100vh - 190px);overflow:auto;padding:10px 5px 10px 0}.MuiBackdrop-root{background-color:#000000b3}.admin-modal-header .modal-close-btn{min-width:30px;padding:0}.admin-modal-header{border-bottom:1px solid #d3d3d361;padding-bottom:10px}.admin-modal-close-icon{cursor:pointer}.admin-modal-user-btn-flex{display:flex;gap:10px;justify-content:space-evenly;padding-top:3px}.border-btn-main .border-btn,.border-btn-main .border-btn:hover{border:1px solid #d3d3d3;border-radius:25px;color:gray;font-size:12px;font-weight:400;line-height:18px;padding:8px 20px;text-transform:capitalize}.modal-footer{border-top:1px solid #d3d3d361;padding:15px 0 0}.cus-scrollbar::-webkit-scrollbar{width:3px}.cus-scrollbar::-webkit-scrollbar-track{background:#f1f1f1}.cus-scrollbar::-webkit-scrollbar-thumb{background:#888}.cus-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}.qr-main{margin:auto;max-width:-webkit-max-content;max-width:max-content;width:100%}.qr-footer-main{align-items:center;display:flex;justify-content:center;margin:20px 0 0}.card-btn-flex{margin:10px 0 0}.date-search-wrapper{align-items:center;display:flex;gap:8px}.date-search-wrapper .date-picker-custom{min-width:100%!important}.pagination-design nav{display:flex}.pagination-design nav ul li .MuiPaginationItem-previousNext{color:#003d90}.pagination-design nav ul li button,.pagination-design nav ul li button:hover{background:#0000;color:#99a4b5;font-family:inter-medium,sans-serif;height:auto;margin:0;min-width:auto}.pagination-design nav ul li button.Mui-selected,.pagination-design nav ul li button.Mui-selected:hover{background:#0000;color:#003d90}.pagination-design .pagination-count{display:flex;justify-content:center}.pagination-design{display:flex;justify-content:flex-end;margin-top:15px}.admin-search-box .admin-form-group{position:relative}.admin-search-grey-img{position:absolute;right:11px;top:35%}.admin-search-box input{padding:14px 11px}.pagination-count .input-design-div{max-width:70px}.pagination-count .MuiSelect-select{padding:4px}.no-data-in-list{color:#000;color:var(--black)}.phasetype-cus-table .phasetype-table-body{border:1px solid #ce3b9d;border:1px solid var(--pink);border-radius:0 0 15px 15px;border-top:none;padding:15px 27px}.phasetype-cus-table .phasetype-table-head{background:linear-gradient(99deg,#38ff8e,#2b5af3);background:var(--gradient);border-radius:15px 15px 0 0;display:flex;padding:11px 42px}.phasetype-cus-table .th-blank{text-align:center;width:8%}.phasetype-cus-table .th-offe-type{text-align:center;width:17%}.phasetype-cus-table .th-action,.phasetype-cus-table .th-offe-price,.phasetype-cus-table .th-offe-raise,.phasetype-cus-table .th-quantity{text-align:center;width:15%}.phasetype-cus-table .phasetype-th{color:#fff;color:var(--white);font-family:Poppins-Regular;font-size:12px;line-height:27px;min-width:29px}.phasetype-tr .phasetype-tr-main{padding:8px 15px}.phasetype-tr-main .lock-main{height:30px;width:30px}.phasetype-list{display:flex;margin-left:4%;width:76%}.phasetype-tr .phasetype-th-text{color:#fff;color:var(--white);font-family:Poppins-Medium;font-size:12px;line-height:27px}.phasetype-list .phasetype-td-box{height:30px;width:100%}.phasetype-list .inner-wrape{display:flex;gap:88px;width:100%;.th-quantity{width:25%}}.phasetype-table-head .phasetype-list .inner-wrape{padding:0 11px 0 0}.btn-like{color:#fff}.btn-like .phasetype-th-text{line-height:1.25;white-space:nowrap}.phasetype-table-body .phasetype-tr{margin-bottom:10px}.phasetype-table-body .phasetype-tr:last-child{margin-bottom:0}.custom-btn-group{display:flex!important;justify-content:flex-end!important;width:100%}.assign-btn,.cancel-btn{background-color:#4caf50;border:none!important;border-radius:5px!important;color:#f3f6fa!important;cursor:pointer!important;display:inline-block!important;font-size:13px!important;margin-left:6px!important;padding:7px 13px!important;text-align:center!important;text-decoration:none!important;transition:background-color .3s!important}.cancel-btn{background-color:#887e7d!important}.assign-btn:hover,.cancel-btn:hover{background-color:#4373b3!important}.assign-btn:focus,.cancel-btn:focus{outline:none!important}.ver-center{align-items:center;display:flex}.lock-ic-main.border-none{border:none}.input-fild .MuiInputBase-formControl{padding:0}.cus-cancel-btn{background-color:red!important;margin-right:10px}.custom-btn-group .primary-btn,.custom-btn-group .primary-btn:hover{background:#2b5af3;background:var(--blue);border-radius:20px;color:#fff;color:var(--white);font-size:12px;font-weight:400;line-height:14px;padding:10px 21px;text-transform:uppercase;width:100%}.custom-btn-group .primary-btn-main{margin-right:5px}.cus-table{border-radius:15px}.cus-table-header{border-radius:15px 15px 0 0}.cus-table-body .cus-td,.cus-table-header .cus-th{align-items:center;display:flex;justify-content:center;width:25%}.cus-table-header .cus-th{color:#fff;color:var(--white);font-family:violetsans;font-family:var(--head-text);font-size:12px;line-height:27px;min-width:29px;text-transform:uppercase}.cus-table .cus-table-header{background:linear-gradient(99deg,#38ff8e,#2b5af3);background:var(--gradient);padding:11px 20px}.cus-table-body .cus-tr{border:1px solid #d7d7d7;border:1px solid var(--table-border);border-radius:5px;padding:10px}.cus-table-body{border:1px solid #d7d7d7;border:1px solid var(--table-border);border-radius:0 0 15px 15px;border-top:none;padding:15px}.cus-table.offering-list{display:block;width:100%}.cus-table.offering-list .offering-td-box{height:44px;width:80%}.gradient-inner-box{background-color:#fff;background-color:var(--white)}.cus-select .MuiSelect-select,.gradient-inner-box p{color:#000;color:var(--black);font-family:Inter;font-family:var(--body-text);font-size:12px;font-weight:600;line-height:27px}.stat-box{display:flex;gap:30px;width:100%}.stat-box .stat{align-items:center;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background:#fff;background:#ffffff40;border:1px solid #fff;border-radius:16px;box-shadow:0 8px 32px 0 #1f26871a;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px;padding:30px;position:relative;width:33.33333%}.stat-box .p-currency{align-items:center;background:#2b5af3;background:var(--blue);border-radius:50%;display:flex;height:42px;justify-content:center;width:42px}.stat.unlock .p-currency{background:#38ff8e;background:var(--green)}.stat.available .p-currency{background:#000;background:var(--black)}.stat-box .p-currency svg{height:24px}.stat-box h6{font-family:var(--headfont);font-size:30px;font-weight:600;position:relative}.stat-box .claim-lable{background:#2b5af3;background:var(--blue);border-radius:14px;display:inline-block;line-height:1.25;padding:4px 15px 5px;position:absolute;right:0;width:auto}.stat-box .claim-lable span{color:#fff;color:var(--white);font-size:13px;font-weight:500}.stat-box p{color:#000;color:var(--black);font-family:var(--bodyfont);opacity:.87}.stat-box .text-wrape{width:calc(100% - 60px)}.date-new{margin-bottom:5%!important;margin-left:2%!important;width:100%!important}.wallet-activity-table td,.wallet-activity-table th{vertical-align:middle;white-space:nowrap!important}@media screen and (min-width:992px) and (max-width:1199px){.admin-dashboard-inner-box .admin-dash-price{font-size:19px;line-height:21px}}@media screen and (max-width:991px){.upload-img-slider{height:125px}.add-game-row{margin-top:10px}}@media screen and (min-width:768px) and (max-width:991px){.bergur-btn-main{display:block}.body-overflow{overflow:hidden}.admin-sidebar-main{border-radius:0;height:100vh;left:-500px;position:fixed;top:0;transition:all .5s;z-index:9999}.admin-sidebar-main.active{left:0}.close-icon{display:block;height:23px;object-fit:contain;width:23px}.admin-sidebar-logo-main{display:flex;justify-content:flex-end;padding:9px 0 0}.bergur-btn-main .admin-bergur-button{min-width:-webkit-max-content;min-width:max-content}.dashboard-left-main{flex:0 1;max-width:0;width:0}.dashboard-right-main{margin-left:0}.dashboard-containt-main{margin-left:0;margin-top:110px;padding:0 0 24px}.dashboard-content .admin-page-title{font-size:21px;line-height:23px}.dashboard-content .admin-page-para{font-size:14px;line-height:23px}.admin-login-left-main{display:none}.admin-login-right-main{flex:0 0 100%;max-width:100%;width:100%}.login-left-bg{display:none}.admin-login-box{padding:50px 15px 100px}.dashboard-graph{min-width:100%}.change-pass-main{max-width:100%}}@media (max-width:767px){.bergur-btn-main .admin-bergur-button{min-width:-webkit-max-content;min-width:max-content}.admin-header-main{padding:10px}.checkbox-flex{margin-top:0}.dashboard-containt-main{margin-left:0;margin-top:80px;padding:10px 0 24px}.admin-dashboard-inner-box{max-width:100%}.dashboard-content .admin-page-title{font-size:20px}.admin-dashboard-inner-box .admin-dash-price{font-size:17px;line-height:23px}.dash-icons{height:100%;max-width:120px;width:100%}.admin-login-left-main{display:none}.admin-login-right-main{flex:0 0 100%;max-width:100%;width:100%}.admin-login-box{padding:50px 15px 100px}.login-left-bg{display:none}.add-user-input .form-control-textarea{min-width:100%}.user-btn-flex{margin-top:10px}.user-list-flex,.userlist-btn-flex{align-items:flex-start;flex-direction:column;margin-bottom:15px;width:100%}.user-list-inner-flex{justify-content:flex-end;width:100%}.export-btn-main .export-btn,.export-btn-main .export-btn:hover{margin-right:0;min-width:150px}.adduser-btn-main .adduser-btn,.adduser-btn-main .adduser-btn:hover{min-width:150px}.dashboard-content .user-list-page-title{margin-bottom:20px}.user-search-box{margin-bottom:15px;margin-right:0}.user-search-main{width:100%}.bergurmenu-icon{display:block;height:20px;object-fit:contain;width:20px}.admin-header-icon-box{margin-right:15px}.admin-header-row .bergur-button{min-width:37px;padding:0}.dashboard-left-main{flex:0 1;max-width:0;width:0}.dashboard-right-main{margin-left:0}.admin-sidebar-logo-main{display:flex;justify-content:flex-end;padding:9px 0 0}.close-icon{height:23px;object-fit:contain;width:23px}.bergur-btn-main,.close-icon{display:block}.admin-sidebar-main.active{left:0}.admin-sidebar-main{border-radius:0;height:100vh;left:-500px;overflow:auto;position:fixed;top:0;transition:all .5s;z-index:9999}.password-input-box .MuiOutlinedInput-input{padding:9.5px 12px}.dashboard-graph{height:200px;min-width:100%}.filter-main .MuiDrawer-paper{max-width:300px;min-width:300px}.filter-main{align-items:flex-end;display:flex;justify-content:flex-end;margin-bottom:14px;order:1;width:100%}.admin-header-search{display:none}.page-table-main .table-td{font-size:12px;line-height:16px}.modal .modal-inner{max-width:335px}.filter-checkbox-main .checkbox-lable{margin-bottom:10px;width:100%}.admin-dashboard-inner-box .admin-dash-text{font-size:14px;line-height:17px}.add-user-input{margin-bottom:10px}.admin-tabs-main .admin-tab{min-height:30px}.change-pass-main{max-width:100%}.body-overflow{overflow:hidden}.dashboard-content .admin-page-title{font-size:19px;line-height:25px}.dashboard-content .admin-page-para{font-size:12px;line-height:20px}.admin-page-title-main{margin-bottom:10px}.cms-input-box{margin:10px 0}.user-delete-dialong .MuiPaper-root{max-width:300px}.user-delete-dialong .userlist-dialog-text{font-size:14px;line-height:25px}.file-upload-btn-main{max-width:100%}.file-upload-btn-main .file-upload-btn,.file-upload-btn-main .file-upload-btn:hover{height:137px;min-width:100%;width:100%}.profile-upload-flex{flex-direction:column}.upload-input{margin-right:0}.form-grp-upload-cover{width:100%}.noti-btns-main{margin-top:0}.user-noti-btn-flex{margin-top:20px}}.comingsoon-wrape{background:#0000 linear-gradient(88deg,#b21cd8,#1495ff) 0 0 no-repeat;background:#1b181f;height:100vh;position:relative;width:100%}.comingsoon-wrape .inner{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;justify-content:center;margin:0 auto;max-width:600px}.comingsoon-wrape .inner .globe{background:#1b181f;z-index:2}.comingsoon-wrape .inner .globe:before{background:#b21cd8;background:linear-gradient(180deg,#b21cd8,#1b181f 41%);border-radius:50%;content:"";display:inline-block;height:280px;opacity:.25;width:280px}.comingsoon-wrape .inner .globe,.comingsoon-wrape .inner .globe-shadow{border-radius:50%;content:"";display:inline-block;height:280px;position:absolute;width:280px}.comingsoon-wrape .inner .globe-shadow{background:#b21cd8;background:radial-gradient(circle,#b21cd8 29%,#1b181f 100%);filter:blur(30px);margin-top:-109px;transform:scale(.9);z-index:1}.comingsoon-wrape h2{color:#fff;font-family:Poppins-Regular;font-size:30px;letter-spacing:30px;padding-left:30px;position:relative;text-align:center;text-transform:uppercase;z-index:3}.comingsoon-wrape .button-wrape{bottom:10%;display:flex;gap:15px;justify-content:center;position:absolute;width:100%;z-index:3}.comingsoon-wrape .admin-sidebar-logo{left:50%;margin-left:-75px;position:absolute;top:10%;width:150px}.history-btn{background:var(--gradient);border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-right:10px;padding:7px 12px}.history-btn span{margin:0 10px}.history-custom-btn-group{display:flex}.history-wraper{padding:15px;width:100%}.history-cus-table .history-table-body{border:1px solid var(--pink);border-radius:0 0 15px 15px;border-top:none;padding:15px 27px}.history-cus-table .history-table-head{background:var(--gradient);border-radius:15px 15px 0 0;display:flex;padding:11px 42px}.history-cus-table .th-blank{text-align:center;width:8%}.history-cus-table .th-offe-type{text-align:center;width:6%}.history-cus-table .th-action,.history-cus-table .th-offe-price,.history-cus-table .th-offe-raise,.history-cus-table .th-quantity{text-align:center;width:15%}.history-cus-table .history-th{color:var(--white);font-family:Poppins-Regular;font-size:12px;line-height:27px;min-width:29px}.history-tr .history-tr-main{padding:8px 15px}.history-tr-main .lock-main{height:30px;width:30px}.history-list{display:flex;margin-left:4%;width:91%}.history-tr .history-th-text{color:var(--white);font-family:Poppins-Medium;font-size:12px;line-height:27px}.history-list .history-td-box{height:30px;width:100%}.history-list .inner-wrape{display:flex;gap:88px;width:100%;.th-quantity{width:25%}}.history-table-head .history-list .inner-wrape{padding:0 11px 0 0}.btn-like{background:linear-gradient(109deg,#ff387a,#4845ff) 0 0;border-radius:15px;color:var(--white);font-family:var(--poppins-medium);font-size:16px;line-height:16px;padding:13.5px 10px;text-transform:capitalize;width:100%}.btn-like .history-th-text{line-height:1.25;white-space:nowrap}img.lock-ic{height:14px;width:14px}.history-table-body .history-tr{margin-bottom:10px}.history-table-body .history-tr:last-child{margin-bottom:0}.table-btn{background:#2b5af3;background:var(--blue);border-radius:8px;cursor:pointer;display:inline-block;height:34px;padding:9px;width:34px}.table-btn svg{height:16px;width:16px}.modal-head{border-bottom:1px solid #efefef;color:var(--blue);display:flex;font-family:var(--headfont);font-size:26px;font-weight:600;padding:15px 20px 10px;position:relative;text-transform:uppercase;width:100%}.modal-body{display:flex;padding:20px 20px 0;width:100%}.account-data-ul{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-bottom:20px;width:100%}.account-data-li{display:flex;gap:10px}.account-li-lable{color:#000;font-weight:600}.account-li-data,.account-li-lable{font-size:13px!important;margin-bottom:0!important}.account-li-data{color:#666;font-weight:400}.cus-modal-li{display:flex;width:100%}.modal-pad .modal-body .cus-modal-li p{color:#666;font-size:15px;font-weight:400}.modal-pad .cus-modal-li p.li-list-title{color:#000;font-weight:600;width:160px}.modal-footer{display:flex;justify-content:flex-start;padding:10px 15px}.modal-footer .modal-btn-sec button{background:var(--blue);border:15px;color:var(--white);font-family:var(--headfont);padding:10px 25px;text-transform:uppercase}.sticky-glass-bgs .table-wrape td,.sticky-glass-bgs .table-wrape th{text-align:center}.sticky-glass-bgs .table-wrape td:first-child,.sticky-glass-bgs .table-wrape th:first-child{max-width:30px}.view-flex{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.view-flex .view-content .view-content-btn{background-color:initial;border:1px solid #e79654;border-radius:5px;color:#e79654;font-size:14px;padding:4px 7px;text-transform:capitalize}.view-wrapper{background:#ffffff40;background:#000;border:1px solid #fff;border-radius:10px;box-shadow:0 8px 32px 0 #1f26871a;margin:0 10px 10px;padding:10px}.view-content{color:#fff;font-size:12px;line-height:16px;text-align:left}.view-alert-box .MuiAlert-message{padding:0!important;width:100%}.modal-wrape .modal-pad{border:0;border-radius:24px;max-width:450px;width:90%}.modal-wrape .modal-pad h2{font-family:var(--headfont);font-size:30px;font-weight:600;margin-bottom:30px;text-transform:uppercase}.modal-wrape .modal-pad h2 span.frame{display:inline-block;font-size:30px;line-height:40px;padding:0 10px 3px;position:relative}.modal-wrape .modal-pad h2 span.frame:after{background:url(/static/media/modal-frame.3c9483de1e433408f81b.svg) no-repeat 0 0;content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;width:100%}.modal-wrape .modal-pad p{font-size:16px;font-weight:500;margin-bottom:20px}.modal-wrape .modal-pad .input-wrape{margin-bottom:15px}.modal-wrape .modal-pad a.modal-close{background:#38ff8e;background:var(--green);border-radius:50%;height:32px;padding:0 11px;position:absolute;right:10px;top:10px;width:32px}svg{height:auto;width:100%}.copy-svg{height:auto;width:34%}.claim-right-main{align-items:center;color:#000;display:flex;font-size:11px;gap:10px}.pagination-button{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;margin:0 5px;padding:8px 12px;transition:background-color .3s,color .3s,border-color .3s}.pagination-button:hover{background-color:#f0f0f0}.pagination-button:disabled{cursor:not-allowed;opacity:.6}.pagination-text{color:#000;margin:0 10px}.copy-flex{align-items:center;display:flex;gap:5px}.copy-flex button{min-width:30px;padding:0}.copy-icon{height:16px;width:16px}.copy-btn{margin-left:-11%!important;margin-right:-20%!important}
/*# sourceMappingURL=main.a051f75f.css.map*/