: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{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)}}.header{background:#ddddddeb;display:block;font-size:17px;height:45px;height:48px;left:0;line-height:45px;margin:0;max-height:44px;min-width:1024px;padding-left:60px;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:9999}.follow{float:right;margin-right:79px}.follow img{position:relative;top:7px;width:25px}.follow a{color:#131313;text-decoration:none}.org-tree ul{padding-top:20px}.org-tree li,.org-tree ul{position:relative;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}.org-tree li{float:left;list-style-type:none;padding:20px 5px 0;text-align:center}.org-tree li:after,.org-tree li:before{border-top:1px solid #ccc;content:"";height:20px;position:absolute;right:50%;top:0;width:50%}.org-tree li:after{border-left:1px solid #ccc;left:50%;right:auto}.org-tree li:only-child:after,.org-tree li:only-child:before{display:none}.org-tree li:only-child{padding-top:0}.org-tree li:first-child:before,.org-tree li:last-child:after{border:0}.org-tree li:last-child:before{border-radius:0 5px 0 0;-webkit-border-radius:0 5px 0 0;-moz-border-radius:0 5px 0 0;border-right:1px solid #ccc}.org-tree li:first-child:after{border-radius:5px 0 0 0;-webkit-border-radius:5px 0 0 0;-moz-border-radius:5px 0 0 0}.org-tree ul ul:before{border-left:1px solid #ccc;content:"";height:20px;left:50%;position:absolute;top:0;width:0}.org-tree li a{border:1px solid #ccc;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;color:#666;display:inline-block;font-family:arial,verdana,tahoma;font-size:11px;padding:5px 10px;text-decoration:none;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}.org-tree li a:hover,.org-tree li a:hover+ul li a{background:#c8e4f8;border:1px solid #94a0b4;color:#000}.org-tree li a:hover+ul li:after,.org-tree li a:hover+ul li:before,.org-tree li a:hover+ul ul:before,.org-tree li a:hover+ul:before{border-color:#94a0b4}.card{padding-top:50px;position:relative}.card .image{left:50%;position:absolute;top:-10px;transform:translateX(-50%);z-index:100}.card .image,.card .image img{border-radius:50%;height:80px;width:80px}.card .image img{border:3px solid #96f6b7}.card .card-body{background:#fff;border-radius:16px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:37px;left:50%;min-width:100px;padding-top:60px;position:relative;text-align:center;transform:translateX(-50%);width:max-content;z-index:1}.card .card-body h2{font-weight:600;line-height:20px}.card .card-body p{font-size:small;line-height:20px}.card .card-footer{background:#96f6b7;border-radius:16px;border-top-left-radius:0;border-top-right-radius:0;bottom:0;left:50%;padding:3px;position:relative;text-align:center;transform:translateX(-50%);width:max-content;z-index:-1}.card .card-footer img{margin:5px;width:25px}.tree-body{background:#f1f1f1!important;border:1px solid #000000a8!important;border-radius:7px!important;max-width:300px;padding:0!important;width:100%}.tree-footer{background:#0000!important;padding:10px!important}.tree-card ul:before{height:40px}.custom-tree ul{padding-top:20px}.custom-tree ul ul:before{height:20px}.tree-card{padding-top:0}.tree-footer h4{font-size:12px}.page-bg{background-image:url(/static/media/bgimg.cad637f642cd12d5f945.png)}.flex-all{display:flex;justify-content:space-between}.form-group .form-control input{border:1px solid #849ec1;padding:11.45px 16px}.btn-main .btn,.btn-main .btn:hover{background:#5a320a;border-radius:0;box-shadow:none;color:#fff;font-family:Poppins-Regular;font-size:16px;line-height:25px;max-width:380px;min-height:45px;padding:5px 30px;text-transform:capitalize;width:100%}.border-btn-main .border-btn{font-family:Poppins-Regular;text-transform:capitalize}.border-btn-main .border-btn,.border-btn-main .border-btn:hover{background-color:initial;border:1px solid #000;border-radius:4px;color:#000;font-size:12px;line-height:18px;padding:6px 14px 5px}.border-btn-main .border-btn:hover{min-width:100px}.common-para{font-family:Poppins-Regular;font-size:14px!important;line-height:21px!important}.center-logo-login{margin-bottom:20px;text-align:center}.admin-login-main{margin:auto;max-width:380px;width:100%}.admin-login-box{align-items:center;display:flex;justify-content:center;min-height:100vh}.login-btn-main .login-btn{margin-top:28px}.checkbox-main .checkbox-lable{color:#6b7280;margin-left:0;margin-right:0}.checkbox-lable .MuiCheckbox-root{margin-right:13px;padding:0}.checkbox-lable .MuiFormControlLabel-label{font-family:Poppins-Regular;font-size:14px;line-height:21px}.admin-login-inner .admin-wel-text{color:#5a320a;font-family:Poppins-Bold;font-size:24px;line-height:25px;margin-bottom:4px;text-align:center}.admin-login-inner .admin-sign-para{color:#6b7280;margin-bottom:32px;text-align:center}.input-box .form-lable{color:#000;font-family:Poppins-Medium;font-size:14px;letter-spacing:0;line-height:17px;margin-bottom:10px;margin-top:0}.input-box-admin{margin-bottom:20px}.admin-forgot-para{color:#004dd1}.input-box .MuiInputBase-root{width:100%}.input-box .MuiInputBase-root fieldset:hover{border-color:#0000}.checkbox-main .MuiSvgIcon-root{color:#74540b;height:20px;width:20px}.login-main-row{display:flex;flex-wrap:wrap}.log-col-6{flex:0 0 50%;max-width:50%;width:50%}.login-left-image{align-items:center;background-image:linear-gradient(140deg,#000,#004dd1 180%);display:flex;height:100vh;justify-content:center;padding:50px}.center-logo-login .logo-admin{height:100px;object-fit:contain}.card-login-main{background:#fff;padding:30px 20px}.admin-sidebar-icons{display:flex;margin-right:8px}.admin-sidebar-main{background:#27170a;border-right:1px solid #e5e7ebab;height:100vh;overflow:auto;padding:0 16px;position:fixed;top:0;transition:all .5s;width:260px;z-index:999}.admin-sidebar-logo{height:55px;margin-top:4px;max-width:80px;object-fit:contain;padding:4px 0;width:100%}.admin-sidebar-logo-main{text-align:center}.admin-sidebar-list-main .admin-sidebar-list,.admin-sidebar-list-main .admin-sidebar-listitem{padding:0}.admin-sidebar-list-main .admin-sidebar-link{align-items:center;color:#fff;display:flex;font-family:Poppins-Medium;font-size:14px;line-height:21px;margin-bottom:10px;padding:10px 12px;text-decoration:none;width:100%}.admin-sidebar-list-main .admin-sidebar-link.active{background:#5a320a;border-radius:4px;color:#fff}.admin-sidebar-list-main .admin-sidebar-link.active svg path{fill:#000}.drop-header-menu .MuiPaper-rounded{border:1px solid #e5e7eb;border-radius:1px;box-shadow:10px 10px 20px #0000001a;margin-top:13px}.drop-header{height:15px;margin-right:6px;width:15px}.drop-header-menu .drop-header-menuitem{border-bottom:1px solid #e5e7eb;color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:14px;padding:11px 16px;text-decoration:none}.text-decoration{text-decoration:none}.drop-header-menu ul{padding:0}.admin-header-main{background:#27170a;border-bottom:1px solid #e5e7eb;left:260px;padding:14px 20px;position:fixed;right:0;top:0;transition:all .5s;z-index:9}.admin-sidebar-list-main{margin-top:15px}.admin-header-row{align-items:center;display:flex;justify-content:flex-end}.admin-header-icon-box{display:flex;margin-right:11px}.admin-header-icon{height:20px;object-fit:contain;width:20px}.admin-header-profile-icon{border-radius:50%;height:36px;margin-right:12px;object-fit:cover;width:36px}.flex-drop-main{align-items:center;display:flex}.flex-drop-main .admin-header-drop{color:#fff;font-family:Poppins-Medium;font-size:16px;line-height:19px;text-align:start}.flex-drop-main .admin-drop-user{color:#6b7280;font-family:Poppins-Bold;font-size:14px;line-height:21px;text-align:start}.private-sale-fileld{margin-top:15px!important;width:620px}.primary-btn-main .sale-btn,.primary-btn-main .sale-btn:hover{background-color:#001436;border-radius:5px;color:#fff;font-family:Urbanist-Semibold;font-size:16px;line-height:19px;margin-bottom:0!important;padding:15px;text-transform:capitalize;width:100%}.userbar{color:#000;text-decoration:none}.admin-dashboard-inner-box{max-width:245px}.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(5),.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(5){width:10%}.presale-table-main .table .table-td:first-child,.presale-table-main .table .table-th:first-child{width:10%!important}.presale-table-main .table .table-td:nth-child(2),.presale-table-main .table .table-td:nth-child(3),.presale-table-main .table .table-th:nth-child(2),.presale-table-main .table .table-th:nth-child(3){width:17%!important}.presale-table-main .table .table-td:nth-child(4),.presale-table-main .table .table-td:nth-child(5),.presale-table-main .table .table-th:nth-child(4),.presale-table-main .table .table-th:nth-child(5){width:15%!important}.transaction-table-main .table .table-td:first-child,.transaction-table-main .table .table-th:first-child{width:16%!important}.transaction-table-main .table .table-td:nth-child(2),.transaction-table-main .table .table-th:nth-child(2){width:10%!important}.transaction-table-main .table .table-td:nth-child(3),.transaction-table-main .table .table-td:nth-child(4),.transaction-table-main .table .table-th:nth-child(3),.transaction-table-main .table .table-th:nth-child(4){width:11%!important}.transaction-table-main .table .table-td:nth-child(5),.transaction-table-main .table .table-th:nth-child(5){width:16%!important}.transaction-table-main .table .table-td:nth-child(6),.transaction-table-main .table .table-th:nth-child(6){width:10%!important}.kyc-table-main .table .table-td:first-child,.kyc-table-main .table .table-th:first-child{width:20%!important}.kyc-table-main .table .table-td:nth-child(2),.kyc-table-main .table .table-td:nth-child(6),.kyc-table-main .table .table-th:nth-child(2),.kyc-table-main .table .table-th:nth-child(6){width:14%!important}.working-income-table .table .table-td:first-child,.working-income-table .table .table-th:first-child{width:80%!important}.working-income-table .table .table-td:nth-child(2),.working-income-table .table .table-th:nth-child(2){width:20%!important}.admin-sub-title-main .note{align-items:center;color:red;display:flex;font-family:Poppins-Medium;font-size:14px;justify-content:space-between;line-height:30px}.current-rank-box{margin-bottom:10px!important;padding-bottom:0!important;text-decoration:none!important}.current-rank-box .admin-sub-title-main a{cursor:pointer;text-decoration:none!important}.admin-dashboad-row{margin-bottom:24px}.table-lable-main{font-family:Poppins-Regular;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:#d1d5db;border-radius:5px}.page-table-main .table-container::-webkit-scrollbar-thumb{background:#8888885c}.page-table-main .table-container::-webkit-scrollbar-thumb:hover{background:#555}.add-user-containt .add-basic-text{color:#111827;margin:24px 0 4px}.add-user-containt .add-section-text{color:#6b7280;margin-bottom:20px}.add-user-input .form-control input{border:0;color:#0009!important;padding:10px 15px;width:100%}.add-user-input .form-control-textarea{border:1px solid #d1d5db;border-radius:4px;min-height:100px;min-width:1015px;resize:none}.radio-main .radiogroup .MuiButtonBase-root.Mui-checked{color:#004dd1}.radio-main .MuiFormControlLabel-label{color:#6b7280;font-family:Poppins-Regular;font-size:14px;line-height:21px}.user-btn-flex{align-items:center;display:flex;justify-content:flex-end;margin-top:60px}.dropdown-box .form-control{position:relative;width:100%}.dropdown-select .MuiSelect-select{color:#0009;display:flex;font-family:Poppins-Medium;font-size:14px;line-height:24px;padding:6px 15px}.form-control fieldset{border:#0000!important;border-radius:2px}.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{margin-right:10px;min-height:40px;min-width:83px}.user-save-icon{height:15px;margin-right:8px;object-fit:contain;width:15px}.save-btn-main .save-user-btn,.save-btn-main .save-user-btn:hover{min-height:36px;min-width:87px}.admin-tabs-main .admin-tab{color:#111827;font-family:Poppins-Regular;font-size:14px;line-height:21px;padding:10px 15px;text-transform:capitalize}.admin-tabs-main .admin-tab.Mui-selected{color:#27170a;font-family:Poppins-Medium}.admin-tabs-main .MuiTabs-indicator{background-color:#74540b;height:2px}.admin-tabpanel .edit-highlight-text{color:#111827;font-family:Poppins-Medium;margin-bottom:4px}.admin-tabpanel .edit-para-text{color:#6b7280;margin-bottom:24px}.admin-tabpanel>.MuiBox-root{padding:24px 0}.file-upload-btn-main .file-upload-btn,.file-upload-btn-main .file-upload-btn:hover{background-color:#fff;border-radius:50%;bottom:13px;box-shadow:0 3px 6px #00000029;height:17px;min-width:17px;padding:0;position:absolute;right:0;width:17px}.file-upload-btn-main{max-width:max-content;position:relative}.upload-profile-img{border-radius:50%;height:80px;object-fit:cover;width:80px}.upload-icon-img{height:10px;object-fit:contain;width:10px}.edit-profile-flex{align-items:center;display:flex;margin-bottom:20px}.user-pass{height:36px}.add-user-data-main{border:1px solid #d1d5db;border-radius:6px;box-shadow:0 3px 6px #0000001a;padding:25px}.form-group .Mui-focused fieldset,.user-pass fieldset{border-color:#0000!important;border-width:1px!important}.comman-btn-main .primary-btn,.comman-btn-main .primary-btn:hover,.submit-btn-main .submit-user-btn,.submit-btn-main .submit-user-btn:hover{background-color:#5a320a;border:1px solid #5a320a;border-radius:4px;color:#fff;font-size:12px;line-height:18px;margin-right:10px;min-height:40px;min-width:95px;padding:6px 14px 5px;text-transform:capitalize}.dashboard-content .admin-page-title{color:#001436}.change-pass-main{border:1px solid #d1d5db;border-radius:6px;max-width:514px;padding:20px;width:100%}.change-pass-input-box .form-group .form-control input{background-color:initial;border:1px solid #d1d5db;border-radius:4px;padding:5.5px 15px;width:100%}.change-pass-flex{margin-bottom:20px}.add-user-btn{align-items:center;background-color:#74540b;border-radius:5px;color:#fff;display:flex;font-family:Poppins-Medium;font-size:16px;justify-content:center;line-height:19px;max-width:100px;min-width:115px;padding:10px;text-decoration:none;width:100%}.add-user-btn svg{height:20px;margin-right:10px;object-fit:contain;width:20px}.user-data-head .MuiDataGrid-main .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeadersInner{width:100%}.user-head-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:13px;margin-top:10px}.user-head-title h2{line-height:19px}.user-dashboard-link:visited{background-color:#f39c12;font-size:50px}.dashboard-header{align-items:center;color:#fff;display:flex;font-family:Poppins-Medium;font-size:14px;line-height:21px;margin-bottom:10px;padding:10px 12px;text-decoration:none;width:100%}.add-user-data-main .user-data-head{border:none}.menulist .MuiPaper-rounded{box-shadow:none!important;left:1170px!important;top:260px!important;width:10ch!important}.menulist .MuiPaper-rounded ul li{padding:8px 12px}.menu-option-li button,.menu-option-li button:hover{background:#0000;box-shadow:none;color:#001a47;font-family:Poppins-Medium;font-size:12px;justify-content:flex-start;line-height:18px;padding:0;text-transform:capitalize}.swal2-backdrop-show .swal2-show{padding:15px}.swal2-backdrop-show .swal2-icon-show{margin-top:0}.swal2-backdrop-show .swal2-show h2{padding:10px 0 0}.swal2-backdrop-show .swal2-show .swal2-actions{justify-content:flex-end;margin:10px 0 0}.scrollbar::-webkit-scrollbar{height:3px;width:3px}.scrollbar::-webkit-scrollbar-track{background:#f1f1f1c4}.scrollbar::-webkit-scrollbar-thumb{background:#d7cfcf40}.scrollbar::-webkit-scrollbar-thumb:hover{background:#555}.userbar-tabs-main .userbar-tab .tab.Mui-selected{color:#7668fe}.userbar-tabs-main .userbar-tab{color:#495463;font-family:Poppins-Medium;font-size:16px;line-height:19px;margin-right:45px;min-height:0;min-width:max-content;padding-bottom:10px;padding-left:0;text-transform:capitalize}.userbar-tabs-main .userbar-tabs{border-bottom:1px solid #e6effb;min-height:0}.userbar-tabs-main .MuiTabs-indicator{background-color:initial;width:92.6562px!important}.user-data-head .MuiDataGrid-columnHeaderTitle{color:#495463;font-family:Poppins-Medium;font-size:15px;line-height:20px;overflow:visible;overflow:initial;text-overflow:clip}.admin-datepicker-flex .sale-field:first-child{margin-right:20px}.airdrop-section-main .dashboard-left-main{display:none}.admin-sidebar-icon{height:24px;object-fit:contain;width:24px}.admin-sidebar-close{display:none;height:20px;object-fit:contain;width:20px}.admin-text-field-main{height:auto;margin-bottom:16px;min-height:65px}.admin-text-field-main .admin-textfield{width:100%}.admin-text-field-main .admin-textfield input{border:1px solid #74540b42;border-radius:6px;color:#0009!important;max-width:523px;padding:9px 15px;width:100%}.admin-text-field-main .admin-textfield .MuiInputBase-root{border-radius:3px}.presale-input .admin-textfield input{max-width:660px!important}.privat-sale-datepicker input{padding:8.5px 15px}.admin-textfield .MuiFormLabel-root{top:-6px}.primary-btn-main .admin-private-btn{height:40px;margin-top:0;max-width:90px}.admin-private-main{padding:10px 0 0}.admin-sidebar-icons svg{height:24px;object-fit:contain;width:24px}.token-view-box{border:1px solid #d1d5db;border-radius:10px;max-width:500px;padding:25px;width:100%}.token-view-box-right{flex:1 1}.token-box-flex{align-items:center;border-bottom:1px solid #d1d5db;display:flex;justify-content:space-between;margin-bottom:10px}.token-view-box .token-view-lables{color:#495463;font-family:Poppins-Medium;font-size:15px;line-height:20px;padding-bottom:10px}.add-user-input{margin-bottom:20px}.token-view-box .token-view-data{color:#495463;font-family:Poppins-Regular;font-size:12px;line-height:18px}.token-box-flex:last-child{margin-bottom:0}.add-user-input .form-control{width:100%}.add-user-input .form-control .MuiNativeSelect-select{border-radius:3px;padding:7.154px 15px}.dashboard-content .add-user-page-title{margin-bottom:12px}.dropdown-select input{padding:10.5px 15px 8px!important}.admin-sidebar-list .MuiAccordion-root{background-color:initial;box-shadow:none;color:#fff;font-family:Poppins-Medium;font-size:14px;line-height:21px}.admin-sidebar-list .MuiAccordionSummary-expandIconWrapper svg{color:#fff}.private-sale-usd-box .MuiInput-root:after,.private-sale-usd-box .MuiInput-root:before{border:#0000}.private-sale-usd-box .MuiInputBase-input{font-family:Urbanist-Regular;font-size:16px;line-height:19px;text-align:right}.private-sale-usd-box .MuiInput-root:hover:before{border:#0000!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.private-card-wrap{flex-wrap:wrap}.MuiDataGrid-columnHeader:focus{outline:none!important}.MuiDataGrid-root .MuiDataGrid-cell:focus-within,.MuiDataGrid-root .MuiDataGrid-columnHeader:focus-within{outline:none!important;outline-offset:0;outline-width:0}.user-title-row,.withdrawal-head-title{margin-bottom:0}.admin-sidebar-list .MuiAccordionDetails-root{padding:0 16px!important}.transcation-popup{padding:8px}.transcation-popup input{margin:8px}.dropdown-adduser .MuiSelect-select{background-color:initial;border:1px solid #849ec1;border-radius:14px;color:#08080a;font-size:14px;line-height:21px;padding:11.45px 16px;width:100%}.error-text{color:red;font-family:Poppins-Regular;font-size:13px;line-height:15px;margin-top:3px}.admin-forgot-para a{color:#000;text-decoration:none}.input-box-admin2{margin-bottom:0!important}.btn-set-box{width:100%}.primary-btn-main-user button{background-color:#74540b;color:#fff}.date-picker-mui{border:1px solid #d1d5db!important;border-radius:6px!important}.send-message-content{text-align:center}.flex-input{display:flex;margin-bottom:20px}.join-wait-input-set input{min-width:700px!important}.set-join-btn-box{margin-left:20px}.submit-btn-main{display:flex;justify-content:flex-start}.dashboard-right-main{flex:calc(100vw - 260px) 1;overflow:auto}.logo-text{color:#fff;font-family:Poppins-SemiBold;font-size:19px}.admin-side-logo-text{align-items:center;display:flex;justify-content:left!important;margin-bottom:31px;margin-top:15px;text-align:left}.res-admin-logo{display:none}.admin-side-logo-text .admin-sidebar-logo,.admin-side-logo-text .logo-text{display:block}.admin-sidebar-main.active{left:-300px}.admin-sidebar-main{height:100%;left:0}.dashboard-main.active .dashboard-left-main{flex:0 1}.dashboard-main.active .admin-header-main{left:0}.admin-side-logo-text .admin-sidebar-logo{height:40px;margin-top:0;max-width:64px;padding:0}.res-admin-header .admin-header-row{justify-content:space-between}.res-admin-header .admin-header-row button{display:flex;justify-content:start;padding:0}.preasale-search{display:flex}.cus-search .user-search-box{margin-right:15px;position:relative}.cus-search .user-search-box .search-grey-img{left:16px;position:absolute;top:16px}.cus-search input{padding-left:35px!important}.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}.errorshow{color:#d32f2f;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.03333em;line-height:1.66;margin:3px 14px 0;text-align:left}.user-search-box .form-group .form-control input{border-radius:5px;line-height:22px;padding-bottom:10px;padding-top:9px}.admin-sidebar-list-main ul li:hover a.dashboard-header{background:#5a320a;border-radius:4px;color:#fff!important}.align-center{align-items:center;display:flex}.email-icon path{fill:#1a73e8}.page-table-main .table-container{border-radius:14px}a.admin-sidebar-link .align-center span{margin-left:8px}.page-table-main .table .table-td:first-child,.page-table-main .table .table-th:first-child{padding-left:15px;width:12%}.admin-dash-box .page-table-main .table{margin:0}.transactionlist table{min-width:100%}.box-shadow-none{box-shadow:none!important}.card-main{border:1px solid #b3b3b387;border-radius:9px;box-shadow:0 3px 6px #d5d2d2;padding:15px}.charttitle{border-bottom:1px solid #b3b3b3;font-family:Poppins-Medium;padding-bottom:15px}.xaxis-main .recharts-cartesian-axis-ticks .recharts-cartesian-axis-tick text{font-family:Poppins-Regular;font-size:11px}.yaxis-main .recharts-cartesian-axis-tick text{font-family:Poppins-Regular;font-size:12px}.line-chart-main .recharts-label-list text{font-family:Poppins-Regular;font-size:8px}.transactionlist tr td:nth-child(4),.transactionlist tr th:nth-child(4){text-align:left;width:5%!important}.page-table-main tr td,.page-table-main tr th{text-align:left!important}.page-table-main .table .table-td:first-child a{color:#000;text-decoration:none}.custom-card{border:1px solid #d7d7d7;border-radius:6px;box-shadow:0 3px 6px #d5d2d2;padding:0 15px 15px}.detailform-row{border-radius:5px;box-shadow:0 3px 6px #0000001a;display:flex}.detialform-title{background:#d9d8d8;border-radius:5px 0 0 5px;font-family:Poppins-medium;width:140px}.detailform-content,.detialform-title{align-items:center;display:flex;font-size:14px;padding:5px 5px 5px 15px}.detailform-content{font-family:Poppins-Regular;line-height:25px}.user-detail-profile{border-radius:5px;height:170px;object-fit:cover;width:170px}.user-detail-profile-main{display:flex;justify-content:center;width:100%}.user-details-name p{font-family:Poppins-SemiBold;font-size:15px;margin-top:14px;text-align:center}.user-detail-profile-section{padding-right:20px}.userdetail-profilesec{padding-bottom:20px}.view-icon{height:20px;width:20px}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.tabpanelinner-body{border:1px solid #d1d5db;border-radius:6px;padding:15px}.set-admin-upload{max-width:660px;position:relative!important}.set-position-btn2{bottom:4px;position:absolute;right:4px}.upload-btn-input{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.primary-border-btn-main .upload-set-btn{height:35px!important;min-width:150px!important}.mr-15{margin-right:15px}.mt-0{margin-top:0!important}.waitlist-drop .MuiInputBase-colorPrimary{width:209px}.waitlist-drop .MuiOutlinedInput-input{border:1px solid #d1d5db;padding:8px 15px}.page-table-main .table .table-td:nth-child(2) a{color:#6b7280;text-decoration:none}.email-ellip{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-ellip a{color:#000;text-decoration:none}.waitlist-table tr td:first-child,.waitlist-table tr th:first-child{width:12%!important}.waitlist-table tr td:nth-child(2),.waitlist-table tr td:nth-child(3),.waitlist-table tr th:nth-child(2),.waitlist-table tr th:nth-child(3){width:8%!important}.waitlist-table tr td:nth-child(4),.waitlist-table tr th:nth-child(4){width:10%!important}.waitlist-table tr td:nth-child(5),.waitlist-table tr td:nth-child(6),.waitlist-table tr th:nth-child(5),.waitlist-table tr th:nth-child(6){width:8%!important}.waitlist-table tr td:nth-child(7),.waitlist-table tr th:nth-child(7){width:5%!important}.waitlist-table tr td:nth-child(8),.waitlist-table tr th:nth-child(8){width:7%!important}.waitlist-table tr td:nth-child(9),.waitlist-table tr th:nth-child(9){width:5%!important;width:11%!important}.date-range-picker .date-picker-mui .MuiStack-root{padding-top:3px}.date-range-picker .MuiInputBase-colorPrimary input{font-family:Poppins-Medium;font-size:13px;height:23px;padding:6.5px 14px}.waitlist-table tr td:last-child .MuiIconButton-sizeMedium:last-child label{margin-right:0!important}.set-chart-drop{align-items:center;display:flex;justify-content:space-between}.chart-drop .MuiOutlinedInput-input{border:1px solid #d1d5db;padding:8px 15px}.chart-drop .MuiSelect-select{min-width:150px!important;width:150px!important}.presale-dash .user-dashboard-inner-box{background:linear-gradient(90deg,#6a4c38,#4d2a14de)!important}.prasale-tot-transaction .table .table-td:nth-child(2),.prasale-tot-transaction .table .table-th:nth-child(2){width:19%!important}.prasale-tot-transaction .table .table-td:nth-child(3),.prasale-tot-transaction .table .table-th:nth-child(3){width:27%!important}.admin-text-field-main-set{height:auto!important;margin-bottom:0!important;min-height:auto!important}.pagination-main .MuiTablePagination-actions .MuiIconButton-sizeMedium{padding:0!important}.adduser-btn{border:.5px solid gray;color:#000!important}.username-bold{color:#000;font-weight:600}.table-design-main tr th{background:#5a320a;color:#fff!important}.table-design-main table{border-collapse:initial;border-spacing:0 9px}.table-design-main tr td{background:#2828281a;border-bottom:0!important}.table-design-main tr td:first-child,.table-design-main tr th:first-child{border-radius:6px 0 0 6px}.table-design-main tr td:last-child,.table-design-main tr th:last-child{border-radius:0 6px 6px 0}.table-design-main .table-th{border-bottom:0!important;font-family:Poppins-SemiBold!important;padding:17px 10px 17px 0!important}.table-design-main .table-th:first-child{padding-left:15px!important}.table-design-main table{margin:0!important}.kyc-table tr .table-td{padding:5px 10px 5px 0}.kyc-image-view{height:300px;object-fit:cover;width:100%}.kyc-content{background:#e3e3e3;border:1px solid #d1d5db;border-radius:5px;font-family:Poppins-regular;font-size:13px;padding:10px}.kyc-upload-doc{height:200px;object-fit:contain;width:200px}.loader-bg-main{align-items:center;background:#32323291;bottom:0;display:flex;height:100vh;justify-content:center;left:0;padding-left:260px;position:absolute;right:0;top:0}.loader-bg-main .logo-small-loader{bottom:0;height:150px;left:0;margin:auto;object-fit:contain;position:absolute;right:0;top:0;width:150px}@keyframes animNameloader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-inner-bg-main{position:relative}.headerlogo-login{height:66px!important;margin-top:5px;max-width:122px!important}.headerroundmainimg3{height:84px!important;position:absolute;width:147px!important}.headerroundmainimg2{animation:rotating1 12s linear infinite;height:110px!important;position:absolute;width:111px!important}.sorting-arrow{visibility:hidden}.col-name:hover .sorting-arrow{visibility:visible}.create-hover{align-items:center;display:flex}.create-hover span.create-hover-span{display:none}.page-table-main tr th:hover .create-hover span.create-hover-span{display:flex}.withdraw-request-btn{margin-top:0!important}*{box-sizing:border-box;margin:0;padding:0}body,html{scroll-behavior:smooth}.container{margin:auto;max-width:1140px;padding-left:15px;padding-right:15px;width:100%}@font-face{font-family:Poppins-Regular;src:url(/static/media/Poppins-Regular.3c813f59f8b9c1566f24.ttf)}@font-face{font-family:Poppins-Medium;src:url(/static/media/Poppins-Medium.245eba61ae6102afd720.ttf)}@font-face{font-family:Poppins-Bold;src:url(/static/media/poppins-bold.d346aa915b3aa516475b.ttf)}@font-face{font-family:Poppins-SemiBold;src:url(/static/media/Poppins-SemiBold.ff7d9669826125a6c305.ttf)}@font-face{font-family:Teko-Regular;src:url(/static/media/Teko-Regular.6ec97560195734f5daab.ttf)}@font-face{font-family:Teko-Bold;src:url(/static/media/Teko-Bold.5087919e224ac0479efb.ttf)}@font-face{font-family:Teko-Medium;src:url(/static/media/Teko-Medium.954d718a0614c77ea53a.ttf)}@font-face{font-family:Teko-SemiBold;src:url(/static/media/Teko-SemiBold.a6326446d081c2093509.ttf)}.grid-main .grid-item{background-color:initial;border-radius:0;box-shadow:none;padding:0}.primary-btn-main-link-user .comman-primary-btn,.primary-btn-main-link-user .comman-primary-btn.active,.primary-btn-main-link-user .comman-primary-btn:hover,.primary-btn-main-user .comman-primary-btn,.primary-btn-main-user .comman-primary-btn.active,.primary-btn-main-user .comman-primary-btn:hover{background:#5a320a;border-radius:0;box-shadow:none;color:#fff;font-family:Poppins-Regular;font-size:16px;line-height:25px;min-height:45px;padding:5px 30px;text-transform:capitalize}.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#0000!important}.form-control-textarea:focus-visible{outline:none!important}.form-control p{margin-left:0!important}.form-group .form-control input{background-color:initial;border:1px solid #d1d5db;border-radius:4px;color:#08080a;font-size:14px;line-height:21px;padding:9.45px 16px;width:100%}.form-group .text-custom-control{background:#0000;border:1px solid #849ec1;border-radius:14px;font-family:Poppins-Regular;min-height:138px;padding:11.45px 16px;resize:none;width:100%}.form-group .form-control input::placeholder{color:#08080a;font-family:Poppins-Regular;font-size:14px;line-height:20px;opacity:1}.form-group .form-control .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#849ec1;border-width:0}fieldset{border-color:#0000!important;top:0!important}.footer-main .custom-group .form-label,.footer-main .form-group .form-control input,.footer-main .form-group .form-control input::placeholder,.footer-main .form-group .text-custom-control{color:#fff}.hero-pos-relative{margin-top:-100px;position:relative}.home-inner-main{min-height:802px;object-fit:cover;width:100%}.home-text-content-top .home-pd-contnet{align-items:center;display:flex;min-height:702px;padding:50px 0}.home-text-content-top{align-items:center;bottom:0;display:flex;left:0;min-height:802px;padding-top:100px;position:absolute;right:0;top:0}.home-content-details .home-choose-life-title{color:#f5aa16;font-family:Teko-Bold;font-size:32px;line-height:45px;margin-bottom:10px}.home-content-details .home-start-your-fitness{align-items:center;color:#fff;display:flex;font-family:Teko-SemiBold;font-size:65px;line-height:70px;margin-bottom:2px;max-width:468px;min-height:161px;text-transform:uppercase}.home-content-details .home-distracted-long{color:#fff;font-family:Poppins-Regular;font-size:14px;line-height:28px;margin-bottom:33px}.outline-btn-main .outline-btn-list{border:1px solid #fff;border-radius:12px;color:#fff;font-family:Poppins-Medium;height:45px;min-width:151px;padding:5px 20px;text-transform:capitalize}.store-main-btn-list{align-items:center;display:flex;margin-bottom:21px}.home-register-btn .primary-btn-main-user .comman-primary-btn{box-shadow:0 3px 6px #00000047}.outline-btn-main .outline-btn-list .store-img-home{margin-right:4.1px}.store-main-btn-list .btn-list-store{margin-right:10px}.w-100{max-width:100%!important;width:100%!important}.comman-flex-justify{align-items:center;display:flex;justify-content:space-between}.header-main-details{background:#0000}.header-main-component{position:relative;z-index:9}.header-main-pd{padding:30px 0 0}.logo-header,.logo-main-left{height:80px}.center-list-header .header-ul-list{align-items:center;display:flex;padding:0}.center-list-header .header-ul-list .header-listitem-li{max-width:max-content;padding:0 20px}.center-list-header .header-ul-list .header-listitem-li .header-redirect-link{color:#fff;font-family:Poppins-Regular;font-size:16px;line-height:23px;text-decoration:none}.jyoful-main-content .pd-joyful-investment{padding:60px 0 159px}.title-details-joyful .joyful-spirit-title{color:#06060f;font-family:Teko-SemiBold;font-size:60px;line-height:66px;margin:auto auto 67px;max-width:642px;text-align:center;text-transform:uppercase}.virtual-joyful-race-main .virtual-joyful-list .virtual-joyful-listitem{margin-bottom:57.5px;padding:0 0 13.5px;position:relative}.virtual-joyful-race-main .virtual-joyful-list .virtual-joyful-listitem:after{background:#051f58;bottom:0;content:"";height:1px;position:absolute;width:100%}.virtual-box-list .customize-joyful-details span{color:#e17025}.virtual-box-list .customize-joyful-details{color:#1b2636;font-family:Poppins-SemiBold;font-size:21px;line-height:30px;margin:0 11.7px;max-width:300px}.virtual-joyful-race-main .virtual-joyful-list .virtual-joyful-listitem:last-child{margin-bottom:0}.joyful-race-main-img{text-align:center}.joyful-bg-top{left:0;position:absolute;right:0;top:-70px}.footer-pos-main,.pos-relative-joyful,.referral-friend-content{position:relative}.joyful-race-content{height:677px;margin:auto;max-width:553px}.virtual-joyful-race-main{position:relative;z-index:1}.roadmapbg-main-contant{background-image:linear-gradient(180deg,#032058c4,#000000c4),url(/static/media/roadmapbg.e0d6c10063a19c5aedb8.png);background-repeat:no-repeat;background-size:cover;position:relative;width:100%}.roadmap-pd-list{padding:79.5px 0 474px}.roadmap-title-content .shadow-contnet-title-comman{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#ffffff40 -3%,#092257);-webkit-background-clip:text;font-family:Poppins-Bold;font-size:89px;letter-spacing:15px;line-height:86px;opacity:.28;text-align:center;text-transform:uppercase}.list-roadmap-details .listitem-roadmap-details:last-child{padding-bottom:0}.bottom-arrow-roadmap .roadmap-arrow-bottom{bottom:-1px;left:0;position:absolute;right:0;width:100%}.roadmap-title-content .title-roadmap-details{color:#fff;font-family:Teko-SemiBold;font-size:60px;line-height:66px;margin-bottom:142.7px;margin-top:-21px;text-align:center;text-transform:uppercase}.max-content-roadmap{margin:auto;max-width:631.89px}.flex-btn,.road-content-max-list .rounded-road-year-flex{align-items:center;display:flex}.rounded-road-year-flex .year-text-contnet{margin-right:12.3px;position:relative;z-index:9}.year-text-contnet .year-title-details{align-items:center;bottom:0;color:#fff;display:flex;font-family:Poppins-Medium;font-size:21px;height:73px;justify-content:center;line-height:29px;margin-left:auto;padding:9px;position:absolute;right:0;top:0;width:73px}.rounded-road-year-flex .qtitle-roadmap{color:#fff;font-family:Poppins-Medium;font-size:23px;line-height:32px}.list-roadmap-details .listitem-roadmap-details:nth-child(2n){justify-content:end;margin-left:auto}.roadmap-details-content .roadmap-desc{color:#fff;font-family:Poppins-Regular;font-size:12px;line-height:18px;text-align:center}.roadmap-details-content{margin:-18px 44px 0;max-width:231px}.list-roadmap-details .listitem-roadmap-details:nth-child(2n) .road-content-max-list .rounded-road-year-flex{flex-direction:row-reverse}.list-roadmap-details .listitem-roadmap-details:nth-child(2n) .year-text-contnet .year-title-details{left:0;margin-left:0;margin-right:auto}.list-roadmap-details .listitem-roadmap-details:nth-child(2n) .rounded-road-year-flex .year-text-contnet{margin-left:12.3px;margin-right:0}.list-roadmap-details .listitem-roadmap-details{padding:0 0 65.1px}.list-roadmap-details .listitem-roadmap-details:nth-child(2n) .roadmap-details-content{margin:-18px auto 0 130px}.list-roadmap-details .listitem-roadmap-details:nth-child(2n) .bg-year-rounded .rounded-img{transform:rotate(180deg)}.max-content-roadmap .list-roadmap-details{padding:0;position:relative}.max-content-roadmap .list-roadmap-details:after{background:#fff;content:"";height:calc(100% - 124px);left:0;margin:auto;position:absolute;right:0;top:0;width:1px}.referral-main-title-box .small-referral-title{color:#000;font-family:Teko-SemiBold;font-size:60px;line-height:84px;margin-bottom:8px;margin-top:-21px;text-align:center;text-transform:uppercase}.title-referral-main .description-referral-details{color:#000;font-family:Poppins-Regular;font-size:14px;line-height:20px;margin-bottom:52px;text-align:center}.referral-friend-content{padding-top:93px}.flex-referral{align-items:center;display:flex;margin-bottom:21px}img.refrrel-icon{height:102px;margin-right:13px;object-fit:contain;width:117px}.referral-content-details{border:1px solid #849ec1;border-radius:16px;padding:10px 7px 17px 9px}.title-reffrel-program .title-pro-refreel{color:#000;font-family:Poppins-SemiBold;font-size:22px;line-height:31px;margin-bottom:4px}.title-reffrel-program .prices-pro-refreel{color:#000;font-family:Poppins-Medium;font-size:18px;line-height:25px}.referral-content-details .referral-details-card{color:#000;font-family:Poppins-Regular;font-size:18px;line-height:27px;max-width:490px}.address-footer-main .footer-add-ul,.footer-social-icon-main .footer-social-icon-ul,.referral-card-list-details .referral-box-ul,.virtual-joyful-race-main .virtual-joyful-list{padding:0}.referral-card-list-details .referral-box-ul .referral-box-listitem{padding:0 0 20px}.referral-card-list-details .referral-box-ul .referral-box-listitem:last-child{padding-bottom:0}.refrral-friend-bg .refrral-mobile-img{height:608px;max-width:330.11px;object-fit:cover}.refrral-friend-bg{margin:auto 62px auto auto;max-width:330.11px}.referral-friend-content:after{background-image:url(/static/media/reffrral-bg.9da1c5f7517fe45d9082.svg);content:"";height:813px;position:absolute;right:0;top:0;width:471px;z-index:-1}.referral-grid{align-items:center}.referral-details-main{overflow-x:hidden;padding:73.5px 0 179px}.footer-main-content{background-image:url(/static/media/footerbg.e2e12fe6ea80e2ab6df6.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.pd-footer-details{padding:64.5px 0 37px}.contact-us-details .contactus-title{color:#fff;font-family:Teko-SemiBold;font-size:60px;line-height:84px;margin-bottom:25px;margin-top:-21px;text-align:center;text-transform:uppercase}.referral-main-title-box .shadow-referral-title{background:-webkit-linear-gradient(#e3e6eb -17%,#fff);-webkit-background-clip:text;font-size:85px;letter-spacing:14px;opacity:.45}.contact-us-details .contactus-title-shadow,.referral-main-title-box .shadow-referral-title{-webkit-text-fill-color:#0000;font-family:Poppins-Bold;line-height:86px;text-align:center;text-transform:uppercase}.contact-us-details .contactus-title-shadow{background:-webkit-linear-gradient(#ffffff40 -3%,#000f2c);-webkit-background-clip:text;font-size:89px;letter-spacing:15px;opacity:.28}.custom-group .form-label{color:#08080a;font-family:Poppins-Medium;font-size:14px;line-height:20px;margin-bottom:11px}.footer-grid .footer-column{padding:0 14px}.footer-form-details .footer-grid .footer-column{margin-bottom:30px}.footer-form-details .footer-grid .footer-column:last-child{margin-bottom:0}.footer-grid{margin:0 -14px}.footer-details-main .footer-title{color:#fff;font-family:Poppins-SemiBold;font-size:35px;line-height:49px;margin-bottom:20px}.footer-details-main .footer-desc{color:#fff;font-family:Poppins-Regular;font-size:14px;line-height:21px;margin-bottom:26px}.rounde-footer-inner-details{margin:auto auto auto 51px;max-width:356px}.footer-bg-rounded{align-items:center;display:flex;height:437px;justify-content:center;position:relative}.svg-rounded-border .footer-line-bg{height:557px;max-width:557px}.svg-rounded-border{left:-60px;position:absolute;top:-56px}.footer-social-icon-main .visit-social-title{color:#fff;font-family:Poppins-SemiBold;font-size:19px;line-height:27px;margin-bottom:18.3px;text-align:center}.footer-logo{height:118px;margin:auto auto 26px;max-width:168px}.address-footer-main .footer-add-ul .footer-add-li{padding:0 0 8px}.address-footer-main .footer-add-ul .footer-add-li .add-icon-main-footer{align-items:center;background:#122341;border-radius:50%;display:flex;height:41px;justify-content:center;margin-right:10px;width:41px}.address-footer-main .footer-add-ul .footer-add-li .add-footer-title{color:#fff;font-family:Poppins-Regular;font-size:14px;line-height:20px}.address-footer-main{margin-bottom:43px}.footer-social-icon-main .footer-social-icon-ul{align-items:center;display:flex;justify-content:center;margin:auto;max-width:243.82px}.footer-social-icon-main .footer-social-icon-ul .footer-social-icon-li{display:inline;display:initial;padding:0}.footer-social-icon-main .footer-social-icon-ul .footer-social-icon-li .social-redirect-link{align-items:center;display:flex;height:42.21px;justify-content:center;margin:auto;width:42.21px}.footer-top-minus{bottom:0;left:0;position:absolute;right:0;top:0;z-index:9}.footer-pos-main{padding-top:53px}.send-footer-btn .comman-primary-btn{min-width:161px}.signin-btn-main .comman-primary-btn{min-width:100%}.send-footer-btn{padding-top:16px;text-align:end}.bottom-bg-footer{background:#4e270c;padding:2px 0}.bottom-bg-footer .copyright-title{color:#ddd;font-family:Poppins-Medium;font-size:16px;line-height:26px}.login-bg-content{background-image:url(/static/media/bgimg.cad637f642cd12d5f945.png)}.login-bg-content,.signup-bg-content{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:center;width:100%}.signup-bg-content{background-image:linear-gradient(45deg,#03205899,#03205899),url(/static/media/signupbg.05ba371c392ac880b356.png)}.login-logo-details .logo-login{height:200px;max-width:252px}.login-form-details .login-max-content{margin:auto;max-width:350px}.signup-form-details .signup-max-details{margin:auto;max-width:405px}.login-form-details .login-details-title{margin-bottom:20px}.login-details-title .login-title{color:#5a320a;font-family:Teko-SemiBold;font-size:56px;line-height:90px}.login-details-title .login-desc{color:#08080a;font-family:Poppins-Regular;font-size:14px;line-height:21px}.pass_group_main{position:relative}.pass_group_main .pass_position{margin-left:0}.pass_group_main .custom_form_control{padding-right:0;width:100%}.pass_group_main .custom_form_control input{padding-right:45px!important}.pass_group_main .icon_end_icon{position:absolute;right:16px}.mb-20px{margin-bottom:20px}.checkbox-main{align-items:center;display:flex;text-align:center}.checkbox-main .custom-check span{border:1px solid #032058;border-radius:4px}.checkbox-main .custom-check{margin-right:8px;padding:0}.checkbox-main span,.create-account-text .signup-redirect{font-family:Poppins-Regular;font-size:14px;line-height:21px}.create-account-text .signup-redirect{color:#08080a;text-decoration:none}.flex-check-login{margin-bottom:40px;margin-top:-10px}.account-link-details .already-account-title{color:#08080a;font-family:Poppins-Regular;font-size:14px;line-height:21px}.account-link-details .already-account-title .redirect-account-link{color:#0371f1;font-family:Poppins-Regular;font-size:14px;line-height:21px;margin-left:5px;text-decoration:none}.account-link-details,.signin-btn-main{margin-top:20px}.login-grid-inner .login-column{padding:0 7.5px}.login-grid-inner{margin:0 -7.5px}.login-pd-main{padding:0}.burgur-icon-main{display:none;margin-left:10px}.burgur-icon-main .outline-btn-list{height:40px;min-width:inherit;padding:5px 15px}.burgur-icon-main .outline-btn-main .outline-btn-list .store-img-home{margin-right:0}.overlay-section{display:none}.input-mb-20px{margin-bottom:20px}.referral-main-component{align-items:center;background-image:url(/static/media/1239296.9f783fc24c64336f0e1a.png);background-size:cover;display:flex;justify-content:center;min-height:calc(100vh - 100px);padding:100px 0}.billionair-tokenpre-main{margin:auto;max-width:430px}.billionair-tokenpre-card .billionair-tokenpre-body{padding:40px;position:relative;z-index:1}.billionair-list-content .hero-token-presale{-webkit-line-clamp:2;color:#fff;font-size:28px;font-weight:900;letter-spacing:-.03em;line-height:31.4px}.billionair-list-content .hero-token-details-presale,.billionair-list-content .hero-token-presale{-webkit-box-orient:vertical;display:-webkit-box;font-family:Poppins,Arial,sans-serif;margin-bottom:15px;overflow:hidden;text-align:center}.billionair-list-content .hero-token-details-presale{-webkit-line-clamp:4;color:#ffffffb3;font-size:16px;font-weight:100;line-height:1.3}.time-flex-list{align-items:center;display:flex;justify-content:center;margin-bottom:16px}.main-time-box{min-width:78px;padding:0 17px;text-align:center}.main-time-box .time-numer-presale{color:#fff;font-family:Poppins,Arial,sans-serif;font-size:24px;font-weight:600;line-height:34.6px;margin-bottom:0}.main-time-box .time-numer-presale-list{color:#ffffff80;font-family:Poppins,Arial,sans-serif;font-size:12px;line-height:26.28px}.time-presale-btns-list{margin:auto;max-width:341px}.time-presale-main-btn{margin-bottom:0}.btn-main-light-list .btn-light-comman,.primary-btn-main .btn-dark-comman,.primary-btn-main .btn-light-comman{border:none;box-shadow:0 4px 64px #00000040;font-family:Poppins,Arial,sans-serif;font-size:18px;font-weight:500;height:40px;line-height:20px;padding:9px 20px 12px;width:100%}.btn-main-light-list .btn-light-comman,.primary-btn-main .btn-light-comman{background:linear-gradient(270deg,#ffd178 9.13%,#ffbe9f 91.81%);color:#1c1d23;text-transform:none}.primary-btn-main .btn-dark-comman{background:#74540b;border:1px solid #ffffff7d;color:#fff;text-transform:capitalize}.carntertainment-flex{align-items:center;justify-content:space-between;margin:0 auto;max-width:1490px;width:100%}.time-progress-bar-main{background:#ffffff38;border-radius:100px;display:flex;height:14px;margin:0 auto 24.33px;max-width:326px}.token-presale-background{align-items:center;background-image:url(/static/media/bgimg.cad637f642cd12d5f945.png);background-size:cover;display:block;height:100%;justify-content:center;min-height:calc(100vh - 126px);padding:37px 0 30px}.affliated-tree .tree-button,.affliated-tree .tree-button:hover{background:#74540b;border:1px solid #fff;border-radius:0;color:#fff;font-size:18px;font-weight:500;height:40px;min-height:40px;padding:10px 20px;text-transform:capitalize}.position-relative{position:relative}.pos-topright{position:absolute!important;right:30px;top:0}.billionair-tokenpre-card{background:linear-gradient(90deg,#604309,#56280b);border-radius:0;overflow:hidden;position:relative}span.time-progress-bar{background:#fff;border-radius:100px;height:14px;width:20%}.btn-light-comman{background:#74540b!important;border:1px solid #ffffff82!important;color:#fff!important;text-transform:none!important}.new-time-presale-btns-list{display:flex;justify-content:center}.footer-set{align-items:center;justify-content:space-between}.footer-set,.footer-set ul{display:flex}.footer-ul li{padding:0;white-space:nowrap}.footer-ul li a{color:#ddd;font-family:Poppins-Medium;font-size:16px;line-height:26px;padding:0 10px;text-decoration:none}.footer-ul li a:hover{color:#ad8528}.affliated-tree button,.primary-btn-main .btn-dark-comman,.primary-btn-main .btn-light-comman{background-image:linear-gradient(30deg,#74540b 50%,#0000 0)!important;background-position:0!important;background-repeat:no-repeat!important;background-size:751px!important;cursor:pointer;transition:background .3s ease-in-out!important}.affliated-tree button:hover,.primary-btn-main .btn-dark-comman:hover,.primary-btn-main .btn-light-comman:hover{background-color:initial!important;background-position:100%!important;border-color:#fff!important;color:#fff!important}.new-time-presale-btns-list .time-presale-main-btn,.new-time-presale-btns-list .time-whiteppaer-main-btn{width:calc(50% - 10px)}.token-presale .header-main-component .header-main-details{background:#0000}.token-presale .header-main-component{left:0;position:fixed;right:0;top:0}.logo-main-left-logo{margin-top:-38px}.admin-header-logo,.logo-token-left{height:50px}.res-set-modal-hit{border-radius:14px;padding:15px 25px!important}.res-set-modal-hit li{padding:8px 0!important}.input-box-admin2 .form-group{margin-bottom:0!important}.res-set-modal-hit h4{color:#74540b;font-family:Poppins,Arial,sans-serif;font-size:28px;font-weight:900;letter-spacing:-.03em;line-height:31.4px;margin:10px 0 30px!important;text-align:center}.set-grid-modal{padding-top:5px!important}.primary-btn-main-comman{cursor:pointer}.primary-btn-main-comman .btn-dark-comman-main{background:#5a320a!important;background-image:linear-gradient(30deg,#5a320a 50%,#0000 0)!important;background-position:0!important;background-repeat:no-repeat!important;background-size:894px!important;background-size:772px!important;border:1px solid #ffffff7d;color:#fff;text-transform:capitalize;transition:background .3s ease-in-out!important}.primary-btn-main-comman .btn-dark-comman-main:hover{background-color:initial!important;background-position:100%!important;border-color:#7c5e1857!important;color:#5a320a!important}.dashboard-left-main{flex:0 0 290px;flex:0 0 260px;max-width:290px;max-width:260px;transition:all .5s;width:100%}.dashboard-containt-main{background-color:#fff;min-height:100vh;padding:88px 24px 24px}.dashboard-main{display:flex;width:100%}.dashboard-content .admin-page-title{color:#111827;font-family:Poppins-SemiBold;font-size:26px;line-height:39px;margin-bottom:20px}.admin-dashboard-inner-box{align-items:center;border:1px solid #d1d5db;border-radius:6px;display:flex;height:90px;justify-content:space-between;max-width:100%;padding:15px 20px;width:100%}.admin-dashboard-inner-box .admin-dash-text{color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:18px}.admin-dashboard-inner-box .admin-dash-price{color:#111827;font-family:Poppins-Medium;font-size:30px;line-height:46px}.dash-icons{height:50px;width:50px}.page-table-main .table-container{box-shadow:none;padding-bottom:7px}.page-table-main .table{margin:0 19px}.page-table-main .table-th{border-bottom:1px solid #d1d5db;color:#111827;font-family:Poppins-Medium;font-size:12px;line-height:18px;padding:10px 10px 10px 0}.page-table-main .table .table-td:first-child{color:#111827}.page-table-main .table-td{border-bottom:1px solid #d1d5db;color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:10px 10px 10px 0}.page-table-main .table .table-td:first-child,.page-table-main .table .table-th:first-child{width:14%}.prasale-tot-transaction .table .table-th:first-child{width:20%}.page-table-main .table .table-td:nth-child(2),.page-table-main .table .table-th:nth-child(2){width:25%}.page-table-main .table .table-td:nth-child(3),.page-table-main .table .table-td:nth-child(4),.page-table-main .table .table-td:nth-child(5),.page-table-main .table .table-th:nth-child(3),.page-table-main .table .table-th:nth-child(4),.page-table-main .table .table-th:nth-child(5){width:15%}.page-table-main .table .table-td:nth-child(6),.page-table-main .table .table-th:nth-child(6){width:18%}.admin-sub-title-main .admin-sub-title{font-family:Poppins-Medium}.view-btn-main .view-order-btn,.view-btn-main .view-order-btn:hover{font-size:12px;height:28px;line-height:18px;min-width:100px}.view-btn-main .view-order-btn:hover{background-color:#114a65;color:#fff}.admin-dashboard-table-row{border-bottom:1px solid #d1d5db;padding:20px 19px}.admin-dash-box{border:1px solid #d1d5db;border-radius:8px;padding:0 0 20px}.display-row>*{padding:0 8px}.display-row{margin-left:-8px;margin-right:-8px}.dashboard-right-main{flex:1 1}.user-dashboard-inner-box{background:linear-gradient(110deg,#604309e0,#491f05e8)!important;border:none!important;box-shadow:0 0 5px #00000038!important;height:100px!important;margin-bottom:15px}.dash-icons{height:18px;object-fit:contain;width:18px}.dash-icon-main{align-items:center;background:#fff3;border-radius:50px;display:flex;flex:0 0 40px;height:40px;justify-content:center;width:40px}.user-disply{display:none}.user-dashboard-header{align-items:center;color:#000!important;display:flex;font-family:Poppins-Medium;font-size:14px;line-height:21px;margin-left:25px;padding:5px 20px 5px 81px!important;text-decoration:none;width:100%}.user-sidebar-main{background:#fff;border-right:none!important;height:100vh;left:0;overflow:auto;padding:0!important;position:fixed;top:0;width:260px;z-index:999}.admin-dashboard-inner-box .user-dash-text{color:#fff!important;font-family:Poppins-Regular;font-size:14px;line-height:18px;white-space:nowrap}.admin-dashboard-inner-box .user-dash-price{color:#fff!important;font-family:Poppins-Medium;font-size:18px;line-height:40px}.user-sidebar-logo{height:50px!important;max-width:79px!important}.user-header-main{background:#27170a!important;border-bottom:1px solid #e5e7eb;left:260px;min-height:58px;padding:11px 20px!important;position:fixed;right:0;top:0;z-index:9}.user-sidebar-logo-main{background:#27170a!important;height:57.08px;text-align:left!important}.affliated-tree .tree-button-user,.affliated-tree .tree-button-user:hover{height:30px!important;min-height:30px!important}.dash-token-value-box{align-items:center;background:#e7e7e7;border-radius:5px;display:flex;height:31px;justify-content:center;margin-bottom:0;padding:10px}.dash-token-value-box .user-value-box{font-size:17px;line-height:23px}.referral-box{display:flex;justify-content:space-between;padding:8px 15px 0}.referral-box-code{padding-right:30px}.admin-sub-title-main .admin-sub-title{color:#111827;font-family:Poppins-bold;font-size:20px;line-height:30px}.admin-sub-title-main-user .admin-sub-title{color:#111827;font-family:Poppins-Medium;font-size:17px;line-height:30px}.user-dash-box{box-shadow:0 0 20px #00000026}.dash-referral-btn-main{margin-bottom:21px;margin-top:20px}.display-flex{display:flex}.dash-text-copy-box{margin-right:10px}.text-copy-box{background:#fff;border-radius:4px;box-shadow:0 0 12px #00000017;max-width:600px;padding:11px 15px 12px;width:100%}.text-copy-box .text-copy{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Poppins-Medium;font-size:14px;line-height:17px;overflow:hidden}.primary-btn-main .primary-btn,.primary-btn-main .primary-btn:hover{background-color:#5b350a;border:1px solid #fff!important;border-radius:5px;color:#fff;font-family:Poppins-Medium;font-size:16px;justify-content:center;line-height:19px;padding:9px 20px;text-align:center;text-transform:capitalize;width:100%}.text-decoration{text-decoration:none!important}.primary-border-btn-main .history-btn{margin-left:10px;max-width:105px;min-width:70px;min-width:105px}.primary-border-btn-main .primary-border-btn{align-items:center;background:#5a330a;border:1.5px solid #5a320a;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Poppins-Medium;font-size:16px;justify-content:center;line-height:19px;padding:5px;text-align:center;text-transform:capitalize;width:100%}.primary-border-btn-main .history-btn{font-family:Poppins-Medium;height:40px;max-width:87px;min-width:82px;min-width:108px}.set-code-box-main{padding:10px 20px}.logout{height:18px;width:20px}.admin-sidebar-list-main-user{margin-top:35px!important}.set-qr-code{align-items:center;display:flex;height:100px;justify-content:center}.form-box{background:#fff}.join-wait-input input{border-radius:4px!important;padding:7px 15px!important}.join-hit li{padding:5px 0!important}.white-paper-margin{margin-top:93px}.logo-token{margin-top:0!important}.header-flex-content{background:#27170a;padding:15px 30px}.copy-btn{background:#5a330a;border-radius:5px;display:flex!important}.copy-btn-set{margin-left:10px}.copy-btn button svg path{fill:#fff}.set-qr-btn-modal .MuiBox-root{background:#fff;left:50%;max-width:300px!important;padding:40px;position:absolute;top:50%;transform:translate(-50%,-50%)}.qr-main-modal,.set-qr-btn-modal .MuiBox-root{border:1px solid #d1d5db!important;border-radius:8px;box-shadow:0 0 20px #00000026!important}.qr-main-modal{background-color:#fff;padding:50px 32px!important;width:700px!important}.qr-modal-set .MuiBox-root{background:#fff;left:50%;margin:auto;max-width:250px!important;padding:6px 20px;position:static!important;top:50%;transform:none!important}.set-modal-line:after{background:#7f7f7f4a;content:"";display:flex;height:100%;position:absolute;right:-28px;top:0;width:2px}.set-modal-line{position:relative}.mt-25{margin-top:25px}.qr-btn{margin-top:16px}.mt-10{margin-top:10px}.mb-15{margin-bottom:15px!important}.modal-text{font-size:14px!important}.modal-text,.withdraw-note{color:#000!important;font-family:Poppins-Medium!important;line-height:20px!important}.withdraw-note{font-size:13px!important}.input-design-div .MuiFilledInput-underline,.input-design-div .MuiFilledInput-underline.Mui-focused,.input-design-div .MuiFilledInput-underline:hover{background:#fff;border:1px solid #d4d9e1;border-radius:6px;height:40px}.input-design-div .main-select-box{border:1px solid #74540b42;border-radius:6px;margin:15px 0;width:100%}.input-design-div .MuiSelect-outlined{padding:5.5px 14px}.input-design-div em{font-size:14px;font-style:normal;line-height:20px}.setting-card{border-radius:7px;box-shadow:0 3px 6px #8888887a;min-height:calc(100vh - 120px);padding:15px}.admin-header-profile-box button{padding:0}.setting-content .MuiGrid-container{margin-top:0}.cross-res{display:none}.close-modal{border-radius:50px;display:flex;height:31px;padding:8px 9px;right:-19px;top:-34px;width:32px}.close-icon-modal{height:13px;width:13px}.colse-position{position:relative}.display-none{display:none!important}.icon-setclose{display:none}.res-primary-btn{display:flex!important}.set-hover-text:hover{color:#bf5a08;cursor:pointer}.btn-main-submit .btn,.btn-main-submit .btn:hover{color:#ffffff6e!important;cursor:pointer!important;pointer-events:auto!important}.primary-border-btn-main-header .history-btn-header{font-family:Poppins-Medium;height:35px!important;margin-left:3px;margin-right:15px;max-width:87px;min-width:82px;min-width:170px}.set-logo-text-header{align-items:center;display:flex}.res-logo-icon{display:none}.set-box-line:after{background:#7f7f7f4a;bottom:15px;content:"";display:flex;height:calc(100% - 100px);position:absolute;right:50%;top:68px;width:2px}.set-box-line{position:relative}table.referral tr td.border,table.referral tr th.border{border-right:1px solid #e0e0e0}.set-home-logo{align-items:center;display:flex}.home-logo-text{margin-left:10px}.user-sidebar-link.active{margin-left:25px;padding:5px 20px 5px 81px!important}.flex-table{display:flex}.referral-list-tree-btn{display:flex!important;justify-content:space-between!important}.qrcode-title{color:#111827!important;font-family:Poppins-SemiBold!important;font-size:23px!important;line-height:30px!important;margin-bottom:20px!important;text-align:center!important}.spin-loader{display:flex;justify-content:center}.refferaltables-main .referral{min-width:100%}.refferaltables-main{box-shadow:0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f;width:50%}.refferaltables-main .MuiPaper-elevation{border-radius:0;box-shadow:none!important}.referral-right .set-hover-text{border-right:0!important}.referral tr th{background:#c1c1c159;font-family:Poppins-SemiBold}.logo-anim{align-items:center;display:flex;justify-content:center;padding-top:40px}.roundmainimg,.roundmainimg3{animation:rotating 12s linear infinite}.roundmainimg2{animation:rotating1 12s linear infinite;height:280px;position:absolute;width:291px}.roundmainimg{height:290px;object-fit:cover;position:absolute;width:290px}.hero-bgimage{align-items:center;display:flex;justify-content:center;left:0;object-fit:contain;position:absolute;top:9px}.roundmainimg3{height:234px;position:absolute;width:247px}@keyframes rotating{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@keyframes rotating1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes crescendo{0%{transform:scale(.9)}to{letter-spacing:5px;transform:scale(1.3)}}.modal-text-copybox{max-width:100%;width:82%}.admin-dashboard-box2 .user-dashboard-inner-box{height:100px!important;margin-bottom:15px;transition:all .5s}.admin-dashboard-box2 .user-dashboard-inner-box:hover{transform:scale(1.04)}.tree-center{display:flex;justify-content:center}.primary-btn-main-link-user{text-decoration:none!important}.checkbox-main .checkbox-lable{align-items:flex-start;display:flex}.checkbox-lable .MuiFormControlLabel-label{text-align:left}.f-direction{flex-direction:column}.login-logo-title{animation:crescendo 1.5s ease-in infinite alternate;color:#fff;font-family:Poppins-SemiBold;font-size:28px;padding-top:40px}.ref-card-main{border:1px solid #e0e0e0;margin:0 13px;width:50%}.ref-title{background:#5a320a;color:#fff;font-family:Poppins-SemiBold;padding:10px}.ref-inner{display:flex;flex-wrap:wrap;max-height:408px;overflow:auto;padding:7px}.ref-card-inner{background:#f1eded;border:1px solid #d3cccc;border-radius:4px;cursor:pointer;display:flex;font-family:Poppins-Regular;font-size:14px;justify-content:center;margin:8px;min-width:75px;padding:5px 6px}.redirect-home-link{text-decoration:none}.marquee-text{color:#fff;font-family:Poppins-Regular;font-size:14px;max-width:540px;width:550px}.res-none{display:inline-flex}.flex-text,.header-right{align-items:center;display:flex}.flex-text{justify-content:space-between}.resposive-dropdown .text-decoration .resposive-dropdown-main{background:#0000}.resposive-dropdown .text-decoration .resposive-dropdown-main .primary-border-btn{background:#0000;border:0;border-bottom:1px solid #74540b;border-radius:0;color:#000;padding:13px 20px}.resposive-dropdown .text-decoration:last-child .resposive-dropdown-main .primary-border-btn{border-bottom:0}.setting-iconsvg{height:30px}.res-marquee-text{color:#74540b;display:none;padding-top:95px}.name-copy-qr button{align-items:center;background:#5a330a;color:#fff;cursor:pointer;display:flex;font-family:Poppins-Medium;font-size:16px;justify-content:center;line-height:19px;min-width:137px;padding:5px 20px;text-align:center;text-transform:capitalize;width:100%}.flex-text,.res-set-btn-deposit-link{display:none}.resend-main{align-items:center!important;display:flex!important;font-family:Poppins-Medium;justify-content:center!important;margin:10px 0!important}.resend-button a{color:#74540b;letter-spacing:-.3px;margin-left:9px;text-decoration:none}.primary-btn-main-comman .deposit-btn-dark-comman-main:hover{background-color:initial!important;background-position:100%!important;border-color:#7c5e1857!important;color:#fff!important}.primary-btn-main-comman .deposit-btn-dark-comman-main{background:#5a330a!important;background-image:linear-gradient(30deg,#5a320a 50%,#0000 0)!important;background-position:0!important;background-repeat:no-repeat!important;background-size:894px!important;background-size:772px!important;border:1.5px solid #5a320a;color:#fff;text-transform:capitalize;transition:background .3s ease-in-out!important}.primary-btn-main-comman .deposit-link-btn-dark-comman-main:hover{background-color:initial!important;background-position:100%!important;border-color:#7c5e1857!important;color:#5a320a!important;font-family:Poppins-Medium}.primary-btn-main-comman .deposit-link-btn-dark-comman-main{background:#5a330a!important;background-image:linear-gradient(30deg,#5a320a 50%,#0000 0)!important;background-position:0!important;background-repeat:no-repeat!important;background-size:894px!important;background-size:772px!important;border:1.5px solid #5a320a;color:#fff;text-transform:capitalize;transition:background .3s ease-in-out!important}.otp-flex-main2{margin:auto;max-width:346px;width:100%}.set-count-box-top{margin-top:10px}.transaction-right{display:flex}.transaction-right .admin-text-field-main{margin-right:20px}.transaction-table-main2 .table .table-td:first-child,.transaction-table-main2 .table .table-td:nth-child(2),.transaction-table-main2 .table .table-th:nth-child(2){width:50%!important}.transaction-table-main2 .table{min-width:250px!important}.page-table-main tr td.set-table-td{text-align:center!important}.date-range-picker .css-e83jn5-MuiStack-root>.MuiTextField-root{min-width:252px!important}.kyc-input-details .dropdown-box .form-control{position:relative;width:100%}.kyc-input-details .dropdown-box .form-control .dropdown-select{background-color:initial;border:1px solid #d1d5db;border-radius:4px;width:100%}.kyc-input-details .dropdown-select .MuiSelect-select{color:#08080a;display:flex;font-family:Poppins-Regular;font-size:14px;line-height:21px;padding:7px 16px}.kyc-input-details .form-group .form-control fieldset{border:0;border-color:#0000;border-width:0}.kyc-input-details .MuiMenu-list .menuitem{font-size:14px}.kyc-row-main .kyc-grid-column{margin-bottom:15px;padding:0 15px}.kyc-row-main{margin:0 -15px}.kyc-input-details .form-lable{color:#000!important;font-family:Poppins-Medium;font-size:13px;line-height:18px;margin-bottom:5px}.title-name-upload{margin-bottom:10px}.title-name-upload label,.title-name-upload label:hover{background:#0000;border:1px solid #d1d5db;border-radius:4px;box-shadow:none;color:#d1d5db;flex-direction:column;height:300px;text-transform:capitalize;width:100%}.title-name-upload label span{margin-top:10px}.right-submit-btn{align-items:end;display:flex;justify-content:end}.kyc-card-hgt{min-height:0;min-height:auto}.upload-img-content{border:1px solid #d1d5db;border-radius:4px;display:flex;position:relative}.upload-img-content .upload-kyc-img{height:300px;object-fit:cover;width:100%}.close-kyc-main{align-items:center;background:#fff;border-radius:50%;box-shadow:0 3px 6px #8888887a;display:flex;height:35px;justify-content:center;position:absolute;right:0;top:0;width:35px}.close-kyc-main img{height:20px;width:20px}.country-code-main .country-code-details{background-color:initial;border:1px solid #d1d5db;border-radius:4px;color:#08080a;width:100%}.country-code-main .country-code-details .MuiInput-underline:before{display:none!important}.country-code-main .country-code-details .MuiInput-underline:after{border-bottom:0!important}.country-code-main .country-code-details input{font-size:14px;line-height:21px;padding-left:0!important}.country-code-add-user input{padding:9.45px 16px!important}.doc-upload-input{display:flex;position:relative}.doc-upload-input .kycpreview{left:290px;position:absolute!important;top:0}.multiline-input{border:1px solid #d1d5db!important}.support-btn-flex{margin-top:10px!important}.login-user-form{position:relative}.flaot-support-btn{bottom:-50px;left:560px;position:"absolute"}.tab-one-dash .css-19kzrtu{padding:10px 0 0!important}.admin-dash-main .css-1gsv261{border:none}.tab-two-dash .css-19kzrtu{padding:10px 0 0!important}.tab-label-dash .MuiTabs-scroller .MuiTabs-flexContainer button{font-family:Poppins-Regular;font-size:14px;line-height:18px}.tab-label-dash .css-1aquho2-MuiTabs-indicator{background-color:#bda07e!important}.tab-label-dash .css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected{color:#572c0a}.main-stack-tab-one .css-19kzrtu{padding:10px 0 0!important}.response-main-card{align-items:center;display:flex;justify-content:center;padding:10px}.response-main-card img{height:400px;width:400px}.response-main-card h3{margin:10px 0;text-align:center}.kyc-edit-button{justify-content:center;margin-top:10px}.kyc-edit-button,.title-admin-drop{align-items:center;display:flex}.title-admin-drop span{font-size:5px;margin-left:5px}.set-stack-btn{display:flex}.stack-box-btn{display:flex;justify-content:space-between}.set-qr-code-new{display:inline!important;display:initial!important;height:100px}.set-stack-modal{display:flex;justify-content:space-between;text-align:center}.primary-border-btn-main .history-btn .history-btn-stack{height:35px!important}.sub-title-stack .admin-sub-title{color:#111827;font-family:Poppins-Medium;font-size:12px;line-height:20px}.sub-title-stack .admin-sub-title-stack{color:#111827;font-family:Poppins-Bold;font-size:14px;line-height:20px;margin-bottom:10px}.Withdraw-modal{padding:5px}.Withdraw-modal .withdraw-main{margin-bottom:10px}.Withdraw-modal .Withdraw-header{text-align:center}.stack-modal-wid .Withdraw-header h5{font-family:Poppins-Medium;font-size:25px;padding-bottom:5px;text-align:center}.stack-modal-wid .Withdraw-header{padding:35px 25px}.stack-modal-wid .Withdraw-modal{padding:0!important}.Withdraw-group-btn{display:flex;justify-content:center;margin-top:10px}.Withdraw-modal .content{margin-top:15px}.stack-modal-wid{border:none!important;border-radius:8px;position:relative}.with-head-both{align-items:center;display:flex;justify-content:space-between}.Withdraw-para-price{display:flex;margin-top:10px}.Withdraw-para-price-set{border-right:1px solid;margin-right:10px;padding-right:10px}.withdraw-main-text{font-family:Poppins-Regular;font-size:13px;line-height:15px}.withdraw-main-line{margin-left:10px!important}.with-cont{padding-top:10px}.stack-other-model .Withdraw-header{padding:10px 0 0}.stack-other-model .main-select-box{margin:5px 0 0}.stack-other-model .input-box .modal-text{margin:0!important}.stack-other-model .input-box .form-group{margin-top:5px!important}.stack-other-model .content .primary-border-btn-main button{margin-left:0!important}.stack-other-model .Withdraw-header h5{padding-bottom:0;padding-left:15px;text-align:start}.stack-other-model .Withdraw-modal{padding-top:10px}.close-modal{position:absolute;right:10px;top:-2px}.stack-other-model .close-modal{top:6px}.btn-m-auto .history-btn{margin:auto!important}.from_login_details .flex-div{align-items:center!important;display:flex!important;justify-content:space-between!important}.verify-user{align-items:center;display:flex;justify-content:space-between;padding-right:5px}.verify-user .verify-link{color:blue!important}.verify-user .verify-success{color:green!important}.verify-user .verify-token{color:#5a320a!important}.stack-details{width:100%!important}.roi-year-intereset{border:1px solid #d3d3d3;margin:5px 10px}.roi-table-main .table .table-td:nth-child(2),.roi-table-main .table .table-th:nth-child(2){width:15%!important}.stak-search-set{justify-content:end;margin:20px 0 10px}.dash-token-box-set{justify-content:left!important;max-width:190px;width:100%}.page-table-main-income .table .table-td:first-child,.page-table-main-income .table .table-th:first-child{width:20%!important}.page-table-main-income .table .table-td:nth-child(2),.page-table-main-income .table .table-th:nth-child(2){width:25%!important}.page-table-main-income .table .table-td:nth-child(3),.page-table-main-income .table .table-td:nth-child(4),.page-table-main-income .table .table-td:nth-child(5),.page-table-main-income .table .table-th:nth-child(3),.page-table-main-income .table .table-th:nth-child(4),.page-table-main-income .table .table-th:nth-child(5){width:20%!important}.primary-border-btn-main .withdraw-amount-btn{cursor:none!important;font-size:14px!important;line-height:28px!important}@media screen and (min-width:992px) and (max-width:1199px){.login-pd-main{padding:50px 30px}.login-form-details .login-max-content,.signup-form-details .signup-max-details{margin:initial;max-width:none}.container{max-width:960px}.title-details-joyful .joyful-spirit-title{font-size:55px;line-height:61px;margin:auto auto 57px}.virtual-box-list .customize-joyful-details{font-size:19px;line-height:30px;max-width:inherit}.joyful-bg-top{top:-8px}.joyful-race-content{height:547px;max-width:none;width:100%}.jyoful-main-content .pd-joyful-investment{padding:70px 0}.roadmap-pd-list{padding:70px 0 304px}.contact-us-details .contactus-title,.referral-main-title-box .small-referral-title,.roadmap-title-content .title-roadmap-details{font-size:50px;line-height:60px}.roadmap-title-content .title-roadmap-details{margin-bottom:91.7px}.contact-us-details .contactus-title-shadow,.referral-main-title-box .shadow-referral-title,.roadmap-title-content .shadow-contnet-title-comman{font-size:67px;line-height:76px}.referral-friend-content{padding-top:13px}.referral-friend-content:after{background-repeat:no-repeat;background-size:cover;height:733px;width:381px}.refrral-friend-bg .refrral-mobile-img{height:548px}.footer-bg-rounded{height:auto}.svg-rounded-border .footer-line-bg{height:487px;max-width:487px}.footer-logo{height:100px;margin:auto auto 20px;max-width:150px}.address-footer-main{margin-bottom:23px}.footer-details-main .footer-title{font-size:25px;line-height:49px;margin-bottom:10px}.billionair-tokenpre-main{margin-top:60px}.token-presale-background{height:100%;min-height:calc(100vh - 47px)}.user-sidebar-logo{height:52px!important}.res-primary-btn{display:flex;margin:25px 0 0}.icon-setclose{margin:25px 0 0}.res-dash-referral-btn-main{display:block}.white-paper-margin{margin-top:189px}.icon-setclose{display:block}}@media screen and (max-width:991px){.referral-list-tree-btn{display:flex!important;flex-direction:column;justify-content:space-between}.res-referral-list-tree-btn{margin-bottom:20px!important}.user-sidebar-link.active{margin-left:10px;margin-right:10px}.mobile-show.overlay-mobile-active{display:block!important}.center-list-header .header-ul-list.header-left-active{left:0}.header-override{overflow:hidden}.overlay-section{background:#15141480;bottom:0;max-width:100%!important;position:fixed!important;right:0;top:0!important;transition:all .3s!important;width:100%!important;z-index:99}.burgur-icon-main{display:block}.center-list-header .header-ul-list{background:#032058;bottom:0;flex-direction:column;height:100vh;left:-253px;min-width:250px;overflow:auto;padding:10px 0;position:fixed;top:0;transition:all .5s;z-index:999}.center-list-header .header-ul-list .header-listitem-li{max-width:100%;padding:10px 20px;text-align:start;width:100%}}@media screen and (min-width:768px) and (max-width:991px){.signup-form-details .signup-max-details{margin:initial;max-width:none;width:100%}.signup-form-details .signin-btn-main .comman-primary-btn{min-width:49%}.login-form-details .login-max-content{min-width:400px}.login-pd-main{align-items:center;display:flex;height:100vh;justify-content:center;padding:50px;width:100%}.container{max-width:720px}.login-logo-details .logo-login{height:120px}.logo-header,.logo-main-left{height:60px}.outline-btn-main .outline-btn-list,.primary-btn-main-user .comman-primary-btn{border-radius:10px;font-size:14px;line-height:20px;min-height:40px}.home-text-content-top .home-pd-contnet{min-height:500px}.home-inner-main,.home-text-content-top{min-height:600px}.home-content-details .home-start-your-fitness{font-size:50px;line-height:59px;min-height:0;min-height:auto}.title-details-joyful .joyful-spirit-title{font-size:40px;line-height:46px;margin:auto auto 57px;max-width:492px}.virtual-box-list .customize-joyful-details{font-size:14px;line-height:22px}.virtual-joyful-race-main .virtual-joyful-list .virtual-joyful-listitem{margin-bottom:15.5px}.joyful-bg-top{top:-40px}.joyful-race-content{height:397px;margin-left:-15px;max-width:267px}.jyoful-main-content .pd-joyful-investment{padding:70px 0}.roadmap-pd-list{padding:70px 0 297px}.refrrel-icon{height:95px;width:95px}.flex-referral{margin-bottom:10px}.title-reffrel-program .title-pro-refreel{font-size:18px}.title-reffrel-program .prices-pro-refreel{font-size:16px;line-height:23px}.referral-content-details .referral-details-card{font-size:14px;line-height:24px}.referral-friend-content{padding-top:35px}.refrral-friend-bg .refrral-mobile-img{height:502px;max-width:330.11px}.refrral-friend-bg{margin:auto 22px auto 40px;max-width:321.11px}.referral-friend-content:after{background-repeat:no-repeat;background-size:cover;height:693px;width:311px}.referral-details-main{padding:70px 0}.contact-us-details .contactus-title,.referral-main-title-box .small-referral-title,.roadmap-title-content .title-roadmap-details{font-size:40px;line-height:45px;margin-top:-15px}.contact-us-details .contactus-title-shadow,.referral-main-title-box .shadow-referral-title,.roadmap-title-content .shadow-contnet-title-comman{font-size:50px;letter-spacing:4px;line-height:55px}.roadmap-title-content .title-roadmap-details{margin-bottom:52.7px}.svg-rounded-border .footer-line-bg{display:none}.rounde-footer-inner-details{margin:0;max-width:none}.footer-details-main .footer-title{font-size:24px;line-height:26px}.footer-details-main .footer-desc{font-size:11px;line-height:19px;margin-bottom:15px}.footer-form-details .footer-grid .footer-column{margin-bottom:15px}.address-footer-main{margin-bottom:20px}.footer-pos-main{padding-top:20px}.admin-login-main-flex{flex-direction:column;height:auto}.admin-login-left-main,.admin-login-right-main{flex:0 0 100%;max-width:100%;width:100%}.admin-login-box{padding:50px 15px 100px}.login-left-bg{background-size:cover;height:50vh}.user-list-flex{align-items:flex-start;flex-direction:column;margin-bottom:24px}.login-bg-content{display:none}.bottom-bg-footer .copyright-title{font-size:12px}.footer-ul li a{font-size:12px;padding:0 10px}.admin-sidebar-main{height:100%}.admin-sidebar-logo{height:60px;padding:8px 0}.res-primary-btn{display:flex;margin:25px 0 0}.res-dash-referral-btn-main{display:block}.billionair-tokenpre-main{margin-top:60px}.token-presale-background{height:100%;min-height:calc(100vh - 47px)}.user-sidebar-logo{height:52px!important}.set-modal-line:after{right:-19px}.admin-dashboard-inner-box .user-dash-price{font-size:20px;line-height:26px}.user-sidebar-logo-main{background:#27170a!important;height:59px;text-align:left!important}.icon-setclose{display:none!important}.res-join-wait-input input{min-width:200px!important}.dashboard-main.active .admin-header-main{left:0}.refferaltables-main{width:100%}.user-header-main{height:60px}.admin-dashboard-inner-box .user-dash-text{font-size:10px;white-space:normal}.ref-card-main{margin:0 0 20px;width:100%}.ref-card-inner{margin:9px 6px}.flex-table{display:block}.page-table-main .table tr td,.page-table-main .table tr th{white-space:nowrap}.otp-flex-main2{max-width:100%}.admin-tabs-main .MuiTabs-scroller{overflow:auto!important}}@media screen and (max-width:767px){.res-stack-box{margin-left:5px!important}.res-primary-stack{display:flex}.main-stack-box{display:none}.marquee-text{width:100%}.marquee-text,.otp-flex-main2{max-width:100%}.login-pd-main{align-items:center;display:flex;height:100vh;justify-content:center;padding:50px 15px;width:100%}.flex-check-login{margin-top:10px}.login-details-title .login-title{font-size:50px;line-height:60px}.mb-20px{margin-bottom:10px}.login-form-details .login-max-content{margin:initial;max-width:none;width:100%}.login-logo-details .logo-login{height:100px}.title-details-joyful .joyful-spirit-title{font-size:32px;line-height:40px;margin:auto auto 35px}.bottom-arrow-roadmap .roadmap-arrow-bottom,.contact-us-details .contactus-title-shadow,.max-content-roadmap .list-roadmap-details:after,.referral-main-title-box .shadow-referral-title,.roadmap-title-content .shadow-contnet-title-comman,.roadmapbg-main-contant:after,.svg-rounded-border .footer-line-bg{display:none}.rounde-footer-inner-details{margin:initial;max-width:none}.list-roadmap-details .listitem-roadmap-details{padding:0 0 35.1px}.list-roadmap-details .listitem-roadmap-details:nth-child(2n) .road-content-max-list .rounded-road-year-flex{align-items:end;flex-direction:column-reverse}.road-content-max-list .rounded-road-year-flex{align-items:start;flex-direction:column-reverse}.rounded-road-year-flex .year-text-contnet{margin-right:0}.bg-year-rounded img{width:100%}.list-roadmap-details .listitem-roadmap-details:nth-child(2n) .roadmap-details-content{margin:-18px 0 0 60px}.roadmap-details-content{margin:-18px 48px 0 0;max-width:inherit}.roadmap-pd-list{padding:50px 0}.referral-details-main{padding:50px 0 80px}.rounded-road-year-flex .qtitle-roadmap{margin-bottom:-17px}.list-roadmap-details .listitem-roadmap-details:nth-child(2n) .rounded-road-year-flex .year-text-contnet{margin-left:0}.contact-us-details .contactus-title,.referral-main-title-box .small-referral-title,.roadmap-title-content .title-roadmap-details{font-size:40px;line-height:50px;margin-bottom:20.7px;margin-top:-16px}.title-referral-main .description-referral-details{font-size:13px;line-height:20px;margin-bottom:23px}.title-reffrel-program .prices-pro-refreel{font-size:14px;line-height:18px}.title-reffrel-program .title-pro-refreel{font-size:18px;line-height:24px}.referral-content-details .referral-details-card{font-size:15px;line-height:22px}.flex-referral{margin-bottom:15px}img.refrrel-icon{height:100px;width:100px}.referral-friend-content{padding-top:25px}.joyful-race-content{height:497px;width:100%}.jyoful-main-content .pd-joyful-investment{padding:50px 0}.virtual-joyful-race-main .virtual-joyful-list .virtual-joyful-listitem{margin-bottom:15px}.virtual-box-list .customize-joyful-details{font-size:18px;line-height:28px;max-width:none}.pos-relative-joyful{display:flex;flex-direction:column-reverse}.joyful-bg-top{position:static}.logo-header,.logo-main-left{height:55px}.primary-btn-main-user .comman-primary-btn{border-radius:10px;font-size:14px;min-height:38px}.home-content-details .home-start-your-fitness{font-size:43px;line-height:46px;min-height:0;min-height:auto}.home-text-content-top .home-pd-contnet{min-height:485px}.home-text-content-top{min-height:600px;padding-top:75px}.home-inner-main{min-height:600px}.hero-pos-relative{margin-top:-75px}.referral-friend-content:after{background-repeat:no-repeat;background-size:100% 100%;bottom:-39px;height:480px;right:-44%;top:auto;width:437px}.refrral-friend-bg .refrral-mobile-img{height:388px;margin-top:52px;max-width:330.11px}.refrral-friend-bg{margin-left:auto;margin-right:0;max-width:300.11px}.footer-logo{height:100px;margin:0 0 15px;max-width:none;text-align:center}.address-footer-main .footer-add-ul .footer-add-li{justify-content:center;padding:0 0 4px}.footer-bg-rounded,.footer-social-icon-main .footer-social-icon-ul{align-items:start;justify-content:start}.footer-bg-rounded{height:auto;justify-content:center;margin-bottom:40px}.address-footer-main{margin-bottom:15px}.footer-details-main .footer-desc{font-size:11px;line-height:19px;margin-bottom:26px;text-align:center}.footer-details-main .footer-title{font-size:25px;line-height:35px;margin-bottom:20px;text-align:center}.res-set-modal-hit{max-height:calc(100vh - 30px);overflow:auto;width:95%!important}.login-bg-content{display:none}.checkbox-main span{font-family:Poppins-Regular;font-size:12px;line-height:21px}.admin-header-logo{height:50px}.billionair-list-content .hero-token-presale{font-size:21px;line-height:35.4px;margin-bottom:9.41px}.billionair-list-content .hero-token-details-presale{font-size:12px;line-height:21.12px;margin-bottom:9.87px}.main-time-box .time-numer-presale{color:#fff;font-size:29px;line-height:43.6px;margin-bottom:0}.main-time-box .time-numer-presale-list{font-size:13px;line-height:26.28px}.billionair-tokenpre-main{margin:auto;max-width:335px;width:94%}.affliated-tree .tree-button,.affliated-tree .tree-button:hover{font-size:10px;font-weight:500;padding:10px}.res-set-modal-hit{max-height:none;max-width:600px!important;overflow:visible;overflow:initial;padding:20px 15px!important;width:100%!important}.res-li-modal{padding:5px 0!important}.input-box-admin2 .form-group{margin-bottom:10px!important}.main-time-box{min-width:60px;padding:0 8px;text-align:center}.comman-flex-justify{justify-content:start}.admin-sidebar-main{left:-290px}.admin-sidebar-logo{height:76px;padding:9px 0}.admin-mobile-menu-icon{display:block;height:20px}.admin-tabs-main .admin-tab{padding:10px 5px}.admin-sidebar-main.active{left:0}.cross-res{display:flex;justify-content:flex-end;margin-top:10px;position:absolute;right:0;top:4px}.cross-res button{padding:0}.qr-main-modal{width:95%!important}.set-modal-line:after{display:none}.res-primary-btn{display:flex;margin:25px 0 0}.footer-set,.res-dash-referral-btn-main{display:block}.footer-ul li a{font-size:13px;line-height:22px;padding:0 10px}.res-set-cross-icon{display:flex;justify-content:space-between}.icon-setclose{align-items:center;display:flex;margin-right:20px}.cancel-btn{border:1px solid #fff;border-radius:50%;height:30px;object-fit:contain;padding:5px;width:30px}.admin-sidebar-main{left:-300px}.dashboard-left-main{flex:initial;max-width:none;width:auto}.admin-header-logo,.logo-token-left{height:54px}.admin-side-logo-text .admin-sidebar-logo{height:55px;max-width:55px}.new-time-presale-btns-list .time-presale-main-btn,.new-time-presale-btns-list .time-whiteppaer-main-btn{width:100%}.new-time-presale-btns-list{display:block}.res-mb-20{margin-bottom:20px}.bottom-bg-footer .copyright-title{font-size:12px;line-height:22px;text-align:center}.res-header-listitem-li{justify-content:end!important}.token-presale-background{height:100%;min-height:calc(100vh - 87px)}.comman-flex-justify{justify-content:space-between!important}.res-set-modal-hit h4{font-size:20px;line-height:22.4px}.user-sidebar-logo{height:52px!important}.admin-header-main{left:0}.admin-sidebar-logo{height:0;margin-top:4px;max-width:85px}.admin-sidebar-logo-main{align-items:center;display:flex;justify-content:space-between}.billionair-tokenpre-card{display:none}.res-pt-20{padding-top:20px!important}.admin-header-logo,.logo-token-left{height:50px;padding:9px 0}.display-none,.user-sidebar-logo-main{display:block!important}.primary-border-btn-main-header .history-btn-header{font-family:Poppins-Medium;height:35px!important;margin-left:23px;margin-right:15px;min-width:120px}.res-set-menu-icone-btn{min-width:43px!important}.admin-header-row-icon{justify-content:space-between!important}.res-logo-icon{display:block}.hit-token-box{padding:11px 0}.user-sidebar-logo{height:50px!important;max-width:89px!important}.user-sidebar-logo-main{background:#27170a!important;height:76.08px!important;text-align:left!important}.admin-sidebar-main{height:100%}.add-user-data-main{max-width:calc(100vw - 50px);overflow:auto}.user-head-title{flex-wrap:wrap}.dashboard-content .admin-page-title{margin-bottom:0}.res-join-wait-input input{min-width:0!important;min-width:auto!important}.res-join-wait-input .submit-btn-main button{height:36px;min-height:36px}.res-admin-logo .admin-sidebar-logo{display:block;height:37px;margin-top:0;max-width:85px;padding:0;width:55px}.res-admin-logo{justify-content:left}.res-admin-header{display:flex;justify-content:space-between}.res-admin-header .logo-text{font-size:11px}.admin-side-logo-text .admin-sidebar-logo,.admin-side-logo-text .logo-text{display:none}.res-logo-text{margin-left:-35px}.res-admin-header .admin-header-row button{justify-content:center}.res-set-logo-home{margin-top:5px}.admin-header-row-icon .mobile-menu-btn{display:flex!important;justify-content:flex-end;min-width:20px;padding-right:10px}.admin-header-logo,.logo-token-left-set{height:50px!important;padding:0!important}.deposit-modal-scroll{height:calc(100vh - 30px);overflow:auto}.refferaltables-main{margin-top:20px;width:100%}.admin-dashboard-inner-box .user-dash-text{white-space:normal}.ref-card-main{margin:20px 0;width:100%}.ref-card-inner{margin:9px 6px;min-width:81px}.flex-table{display:block}.res-none{display:none}.desc-none,.res-marquee-text{display:block}.flex-text{display:flex}.set-code-box-main .dash-referral-btn-main .text-copy-box .text-copy{display:inherit;overflow:inherit}.dashboard-containt-main{padding-top:10px}.res-copt-text{display:none!important}.res-set-btn-deposit{display:flex;justify-content:space-between}.res-set-btn-deposit-link{align-items:center;display:flex}.primary-border-btn-main .res-history-btn{font-family:Poppins-Medium;height:30px;margin-left:0;max-width:87px;min-width:82px;min-width:90px}.res-admin-dashboad-row{margin-top:15px}.primary-border-btn-main .res-primary-border-btn{font-size:12px!important}.dashboard-content .admin-page-title{font-size:20px}.set-qr-code{display:none}.res-admin-header+.dashboard-containt-main{padding-top:88px}.page-table-main .table tr td,.page-table-main .table tr th{white-space:nowrap}.primary-border-btn-main .upload-set-btn{height:35px!important;min-width:100px!important}.admin-tabs-main .MuiTabs-scroller{overflow:auto!important}.admin-login-inner{padding-left:15px;padding-right:15px}.flex-drop-main .admin-header-drop{font-size:13px}.dash-referral-btn-main{margin-bottom:0;margin-top:20px}.user-btn-flex{margin-top:10px}.add-user-input{margin-bottom:10px}.doc-upload-input .kycpreview{left:221px;position:absolute!important;top:1px}.user-sidebar-link.active{margin-left:25px}.user-dashboard-header,.user-sidebar-link.active{padding:5px 20px 5px 36px!important}}@media only screen and (max-width:320px){.res-gird-box{width:100%!important}}
/*# sourceMappingURL=main.25ade174.css.map*/