: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)}}.dashboard-main{display:flex;width:100%}.dashboard-left-main{flex:0 0 290px;max-width:290px;transition:all .5s;width:100%}.dashboard-right-main{flex:1 1;width:calc(100vw - 290px)}.display-row{margin-left:-7.5px;margin-right:-7.5px}.display-row>*{padding:5px 7.5px}.dashboard-containt-main{background-color:#f4f3f6;background-image:url(/static/media/Yes_pay_background.07b7d2287f0a4ffc73c5.png);background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:100vh;padding:108px 20px 20px}.dashboard-content .admin-page-title{color:#5d5a68;font-family:Poppins-SemiBold;font-size:22px;line-height:35px}.admin-dash-main .admin-page-title{color:#004554;font-family:Poppins-SemiBold;font-size:16px;line-height:25px}.mr-15{margin-right:15px}.mt-0{margin-top:0!important}.border-btn-main .border-btn,.border-btn-main .border-btn:hover{background-color:#e8e8ea;border-radius:6px;color:#6b6874;font-family:Poppins-Medium;font-size:15px;line-height:18px;padding:6px 14px 5px;text-transform:capitalize}.input-box .MuiInputBase-root{width:100%}fieldset{border-color:#0000!important;top:0!important}.primary-btn-main-comman .btn-dark-comman-main{background:linear-gradient(90deg,#1acb41,#7ed947 52%);border:1px solid;border-radius:4px;color:#fff!important;font-size:12px;line-height:15px;min-height:40px;min-width:95px;padding:6px 14px 5px;text-transform:capitalize;transition:all .5s ease}.cus-search .user-search-box{margin-right:15px;position:relative}.cus-search input{padding-left:35px!important}.form-group .form-control input{background-color:initial;border:1px solid #c9c8cd;border-radius:6px;color:#6b7280;font-family:Poppins-Regular;font-size:15px;line-height:23px;max-height:38px;min-height:38px;padding:0 15px;width:100%}.user-search-box .form-group .form-control input{line-height:22px}.form-control fieldset{border:#0000!important;border-radius:2px}.cus-search .user-search-box .search-grey-img{left:16px;position:absolute;top:50%;transform:translateY(-50%);width:14px}.primary-btn-main-comman{cursor:pointer}.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}.table-design-main table{border-collapse:collapse;border-spacing:0 9px;margin:0!important}.kyc-table-list tr td,.kyc-table-list tr th,.page-table-main tr td,.page-table-main tr th{text-align:left!important}.table-design-main tr th{color:#726f7b!important}.page-table-main .table-th{border-bottom:1px solid #d1d5db}.table-design-main .table-th{border-bottom:1!important;font-family:Poppins-SemiBold!important}.page-table-main .table-th{border-bottom:1px solid #dedde0!important;color:#111827;font-family:Poppins-Medium;font-size:12px;line-height:18px;padding:10px 10px 10px 0}.table-design-main tr td:first-child,.table-design-main tr th:first-child{border-radius:0 0 0 0}.table-design-main .table-th:first-child{padding-left:15px!important}.page-table-main .table-td{padding:10px 10px 10px 0}.page-table-main .table .table-td:first-child,.page-table-main .table .table-th:first-child{padding-left:15px;width:12%}.page-table-main .table .table-td:first-child{color:#111827}.view-icon{height:20px;width:20px}.page-table-main .table-td{border-bottom:none;color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:10px 5px 10px 0}.transaction-wrap .page-table-main .table-td{padding:10.5px 0}.table-design-main tr td:last-child,.table-design-main tr th:last-child{border-radius:0 6px 6px 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%}.form-group .form-control input::placeholder{color:#6b7280}.pagination-main .MuiTablePagination-actions .MuiIconButton-sizeMedium{padding:0!important}.table-design-main .table-th{font-family:Poppins-Medium!important;padding:17px 10px 17px 0!important}.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}.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:last-child .MuiIconButton-sizeMedium:last-child label{margin-right:0!important}.admin-tabs-main .admin-tab{color:#666b84;font-family:Poppins-Regular;font-size:15px;line-height:21px;padding:10px 15px;text-transform:capitalize}.admin-tabs-main .MuiTabs-indicator{background:#32b0c4;height:2px}.admin-tabs-main .admin-tab.Mui-selected{color:#32b0c4;font-family:Poppins-Medium}.admin-tabpanel>.MuiBox-root{padding:24px 0}.tabpanelinner-body{border-radius:6px;padding:15px}.mt-25{margin-top:25px}.primary-border-btn-main .primary-border-btn{align-items:center;background:#32b0c4;border:1.5px solid #0000;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Poppins-Medium;font-size:16px;justify-content:center;line-height:19px;padding:7px 15px;text-align:center;text-transform:capitalize;width:100%}.primary-border-btn-main-header .history-btn-header{border-radius:6px;box-shadow:0 2px 6px #2f2b3d24,0 0 #0000,0 0 #0000;font-family:Poppins-Medium;height:35px!important;margin-left:3px;margin-right:15px;max-width:87px;min-width:82px;min-width:170px}.primary-btn-main-comman .deposit-btn-dark-comman-main{background:#32b0c4;color:#fff;text-transform:capitalize}.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:#32b0c4;border:none;border-radius:6px;color:#fff!important;font-family:Poppins-Medium;font-size:15px;line-height:18px;margin-right:10px;min-height:40px;min-width:95px;padding:6px 14px 5px;text-transform:capitalize}.mb-10{margin-bottom:10px}.input-box .form-lable{color:#2f2b3dc7;line-height:21px;margin-bottom:4px}.display-flex{display:flex}.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}.admin-sub-title-main .admin-sub-title{color:#5d5a68;font-family:Poppins-bold;font-size:20px;line-height:30px}.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}.referral-list-tree-btn{display:flex!important;justify-content:space-between!important}.flex-table{display:flex}.ref-card-main{border:1px solid #e0e0e0;width:100%}.card-left-team{margin-right:13px}.ref-title{color:#5b5865;font-family:Poppins-SemiBold;padding:10px;text-align:left}.ref-inner{display:flex;flex-wrap:wrap;max-height:300px;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}.discard-btn-main .discard-user-btn,.discard-btn-main .discard-user-btn:hover{margin-right:10px;min-height:40px;min-width:83px}.me-0{margin-right:0!important}.file-upload-btn-main{max-width:-webkit-max-content;max-width:max-content;position:relative}.upload-profile-img{border-radius:50%;height:80px;object-fit:cover;width:80px}.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}.add-user-data-main{border-radius:6px}.edit-profile-flex{align-items:center;display:flex;margin-bottom:20px}.add-user-input{margin-bottom:20px}.add-user-input .form-control{width:100%}.add-user-input .form-control input{color:#0009!important}.country-code-main .country-code-details{background-color:initial;border:1px solid #d1d5db;border-radius:4px;color:#08080a;padding-left:14px;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}.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-btn-flex{align-items:center;display:flex;justify-content:flex-end;margin-top:50px}.user-save-icon{height:15px;margin-right:8px;object-fit:contain;width:15px}.change-pass-main{border-radius:6px;max-width:514px;padding:20px;width:100%}.admin-tabpanel .edit-highlight-text{color:#5b5867;font-family:Poppins-Medium;font-size:15px!important;margin-bottom:4px}.admin-tabpanel .edit-para-text{color:#6b7280;margin-bottom:24px}.input-mb-20px{margin-bottom:20px}.error-text{color:red;font-family:Poppins-Regular;font-size:13px;line-height:15px;margin-top:3px}.pass_group_main .pass_position{margin-left:0}.pass_group_main .icon_end_icon{position:absolute;right:16px}.change-pass-flex{margin-bottom:20px}.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%}.primary-btn-main-comman .btn-dark-comman-main:hover,.submit-btn-main .submit-user-btn:hover{background:#32b0c4;color:#fff!important}.admin-login-box{align-items:center;display:flex;justify-content:center;min-height:100vh}.admin-login-main{margin:auto;max-width:380px;width:100%}.center-logo-login{margin-bottom:20px;text-align:center}.center-logo-login .logo-admin{height:100px;object-fit:contain}.card-login-main{background:#fff}.input-box-admin{margin-bottom:24px}.flex-all{display:flex;justify-content:space-between}.checkbox-main{align-items:center;display:flex;text-align:center}.checkbox-main .checkbox-lable{align-items:flex-start;color:#32b0c4;display:flex;margin-left:0;margin-right:0}.checkbox-main span{color:#32b0c4;font-family:Poppins-Regular;font-size:14px;line-height:21px}.checkbox-lable .MuiCheckbox-root{margin-right:10px;padding:0}.checkbox-main .MuiSvgIcon-root{color:#767676;height:20px;width:20px}.common-para{font-family:Poppins-Regular;font-size:14px!important;line-height:21px!important}.admin-forgot-para{color:#004dd1}.admin-forgot-para a{color:#32b0c4;text-decoration:none}.btn-main .btn,.btn-main .btn:hover{background:#32b0c4;border-radius:0;border-radius:6px;color:#fff!important;font-family:Poppins-Regular;font-size:15px;line-height:21px;min-height:38px;padding:5px 30px;text-transform:capitalize;width:100%}.btn-main-submit{cursor:pointer}.primary-btn-main-link-user .btn-dark-comman-main{background:#8dbbc3;border:none;border-radius:6px;box-shadow:0 2px 6px #2f2b3d24,0 0 #0000,0 0 #0000}.primary-btn-main-comman .btn-dark-comman-main{background:#32b0c4;border:none;border-radius:6px;box-shadow:0 2px 6px #2f2b3d24,0 0 #0000,0 0 #0000}.login-btn-main .login-btn{margin-top:16px}.box-shadow-none{box-shadow:none!important}.transaction-right{display:flex}.username-bold{color:#000;font-weight:600}.transaction-right .admin-text-field-main{margin-right:20px}.transaction-table-main .table .table-td:first-child,.transaction-table-main .table .table-td:nth-child(2),.transaction-table-main .table .table-th:first-child,.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-th:nth-child(3){width:11%!important}.transaction-table-main .table .table-td:nth-child(4),.transaction-table-main .table .table-th:nth-child(4){width:15%!important}.transaction-table-main .table .table-td:nth-child(5),.transaction-table-main .table .table-th:nth-child(5){width:13%!important}.transaction-table-main .table .table-td:nth-child(6),.transaction-table-main .table .table-th:nth-child(6){width:10%!important}.kyc-table-list .table .table-td:first-child,.kyc-table-list .table .table-td:nth-child(2),.kyc-table-list .table .table-td:nth-child(3),.kyc-table-list .table .table-th:first-child,.kyc-table-list .table .table-th:nth-child(2),.kyc-table-list .table .table-th:nth-child(3){width:20%}.kyc-table-list .table .table-td:nth-child(4),.kyc-table-list .table .table-td:nth-child(5),.kyc-table-list .table .table-th:nth-child(4),.kyc-table-list .table .table-th:nth-child(5){width:15%}.kyc-table-list .table .table-td:nth-child(6),.kyc-table-list .table .table-th:nth-child(6){width:10%}.login-details-title .login-title{color:#5d5a68;font-family:Poppins-Bold;font-size:24px;line-height:35px;margin-bottom:4px}.f-direction{flex-direction:column}.login-logo-details .logo-login{height:300px;max-width:300px}.logo-anim{align-items:center;display:flex;justify-content:center}.login-logo-title{color:#2f2b3dc7;font-family:Poppins-Bold;font-size:110px;line-height:166px}.login-pd-main{padding:0}.login-form-details .login-max-content{margin:auto;max-width:350px}.login-form-details .login-details-title{margin-bottom:20px}.login-details-title .login-desc{color:#2f2b3dad;font-family:Poppins-Regular;font-size:14px;line-height:21px;margin-bottom:24px}.login-grid-inner .login-column{padding:0 7.5px}.login-grid-inner{margin:0 -7.5px}.custom-group .form-label{color:#2f2b3dc7;font-family:Poppins-Medium;font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:4px;margin-top:0}.form-control p{margin-left:0!important}.checkbox-main .custom-check span{border:1px solid #6b6e74;border-radius:4px}.checkbox-main .custom-check{margin-right:8px;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:#32b0c4;border-radius:6px;box-shadow:none;color:#fff;font-family:Poppins-Regular;font-size:16px;line-height:25px;min-height:38px;padding:5px 30px;text-transform:capitalize}.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#0000!important}.form-control-textarea:focus-visible{outline:none!important}.country-code-main .country-code-details svg{height:17px}.position-relative{position:relative}.container{margin:auto;max-width:1140px;padding-left:15px;padding-right:15px;width:100%}.affliated-tree button,.primary-btn-main .btn-dark-comman,.primary-btn-main .btn-light-comman{background:#32b0c4;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 20px}.affliated-tree button:hover,.primary-btn-main .btn-dark-comman:hover,.primary-btn-main .btn-light-comman:hover{background-position:100%!important;background:#32b0c4!important;border-color:#32b0c4!important;color:#fff!important}.country-code-main .country-code-details .MuiPhoneNumber-flagButton{padding:0}.user-title-row,.withdrawal-head-title{margin-bottom:0}.submit-btn-main{display:flex;justify-content:flex-start}.kyc-card-hgt{min-height:0;min-height:auto}.kyc-row-main{margin:0 -15px}.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-input-details .form-lable{color:#000!important;font-family:Poppins-Medium;font-size:13px;line-height:18px;margin-bottom:5px}.doc-upload-input{display:flex;position:relative}.doc-upload-input .kycpreview{left:290px;position:absolute!important;top:0}.pass_group_main{position:relative}.pass_group_main .custom_form_control{padding-right:0;width:100%}.pass_group_main .custom_form_control input{padding-right:45px!important}.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}.comman-flex-justify{align-items:center;display:flex;justify-content:space-between}.mb-20px{margin-bottom:20px}.signin-btn-main .comman-primary-btn{min-width:100%}.roundmainimg,.roundmainimg3{animation:rotating 12s linear infinite}.roundmainimg2{animation:rotating1 12s linear infinite;height:35px;position:absolute;right:5px;top:3px;width:74px}.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:28px;position:absolute;right:28px;top:6px;width:28px}@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)}}.resend-main{align-items:center!important;display:flex!important;font-family:Poppins-Medium;justify-content:center!important;margin:10px 0!important}.upload-icon-img{height:10px;object-fit:contain;width:10px}.user-title-flex{align-items:center;display:flex}.admin-title-icon{height:18px;margin-right:7px;width:18px}.bg-white{background:#fff;border-radius:6px;box-shadow:0 4px 18px #2f2b3d1a,0 0 #0000,0 0 #0000;height:100%;padding:20px}.country-code-main .country-code-details .MuiInput-underline{min-height:40px}.change-pass-fl-start{justify-content:flex-start}.otp-main .form-group .form-control input{min-height:45px}.recharts-wrapper.line-chart-main{width:100%!important}.recharts-wrapper.line-chart-main .recharts-surface{object-fit:cover;width:100%}.recharts-legend-wrapper{width:100%!important}.presale-input-mr-15{margin-right:15px}.input-box .ck-content{min-height:300px}.MuiDataGrid-columnSeparator,.icon-setclose{display:none}.stack-box-btn{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.admin-dash-right{align-items:center;background:#e8e6fc;border-radius:50%;display:flex;height:42px;justify-content:center;width:42px}.purchase-card .admin-dash-right{background:#dcf6e8}.br-boottom-none{border-bottom:none!important}.set-code-box-main{margin-bottom:12px}.referrel-card{background:#fff;border-radius:6px;box-shadow:0 4px 18px #2f2b3d1a,0 0 #0000,0 0 #0000;padding-bottom:20px}.left-right-box{background:#f1f1f2;border-radius:6px;height:36px;justify-content:center;margin-right:15px;width:36px}.left-right-box,.left-right-box-main{align-items:center;display:flex}.refferal-search-right{justify-content:flex-end}.referral-list-tree-btn{margin-bottom:20px}.mb-0{margin-bottom:0!important}.w-100{max-width:100%!important;width:100%!important}.waitlist-sub{justify-content:end!important}.pos-rel{position:relative}.header-main-details{background:linear-gradient(72.47deg,#18c77763 22.16%,#3ca4b5d6 76.47%);padding:10px 20px}.presale-login-btn{background:#fff!important;color:#7367f0!important;font-family:Poppins-Medium;font-size:14px}.country-code-main .multiline-input{border:1px solid #c9c8cd}.supp-send-btn{margin-top:20px}.close-icon-modal{height:13px;width:13px}.close-modal{position:absolute;right:10px;top:-2px;z-index:9}.colse-position,.set-modal-line{position:relative}.set-modal-line:after{background:#7f7f7f4a;bottom:-25px;content:"";display:flex;height:2px;left:0;position:absolute;right:0}.primary-btn-main .primary-btn,.primary-btn-main .primary-btn:hover{background-color:#32b0c4;border:1px solid #32b0c4!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%}.qr-btn{margin-top:16px}.referral-table .MuiDataGrid-footerContainer{display:none}.referral-table .MuiDataGrid-cell{color:#726f7c;font-family:Poppins-Regular}.referral-table .referral-main{height:300px;width:100%}.title-admin-drop,.title-admin-drop span{align-items:center;display:flex}.ref-inner::-webkit-scrollbar{width:3px}.ref-inner::-webkit-scrollbar-track{background:#f1f1f1}.ref-inner::-webkit-scrollbar-thumb{background:#d3d6da;background:#555}.data-table-wrap .admin-sub-title{color:#5d5a68;font-family:Poppins-bold;font-size:20px;line-height:30px;margin-bottom:20px}.data-table-wrap .MuiDataGrid-footerContainer{display:none}.user-waitlist-main .user-list-table .table .table-td:first-child,.user-waitlist-main .user-list-table .table .table-td:nth-child(2),.user-waitlist-main .user-list-table .table .table-th:first-child,.user-waitlist-main .user-list-table .table .table-th:nth-child(2){width:10%}.user-waitlist-main .user-list-table .table .table-td:nth-child(3),.user-waitlist-main .user-list-table .table .table-td:nth-child(4),.user-waitlist-main .user-list-table .table .table-th:nth-child(3),.user-waitlist-main .user-list-table .table .table-th:nth-child(4){width:15%}.user-waitlist-main .user-list-table .table .table-td:nth-child(5),.user-waitlist-main .user-list-table .table .table-td:nth-child(6),.user-waitlist-main .user-list-table .table .table-th:nth-child(5),.user-waitlist-main .user-list-table .table .table-th:nth-child(6){width:10%}.user-waitlist-main .user-list-table .table .table-td:nth-child(7),.user-waitlist-main .user-list-table .table .table-td:nth-child(8),.user-waitlist-main .user-list-table .table .table-td:nth-child(9),.user-waitlist-main .user-list-table .table .table-th:nth-child(7),.user-waitlist-main .user-list-table .table .table-th:nth-child(8),.user-waitlist-main .user-list-table .table .table-th:nth-child(9){width:15%}.page-table-main .table .table-td:first-child a{color:#6b7280;text-decoration:none}.row-mb{margin-bottom:20px}.billionair-tokenpre-card{box-shadow:0 4px 18px #2f2b3d1a,0 0 #0000,0 0 #0000!important}.my-referral-main .text-copy-box{align-items:center;display:flex;margin-right:0}.my-referral-main .dash-text-copy-box{margin-right:0}.my-referral-title{margin-bottom:10px}.mt-10{margin-top:10px}.display-none{display:none!important}.column-mb{margin-bottom:16px}.bg-gradiant{background-image:linear-gradient(72.47deg,#3fe398 22.16%,#32b0c4 76.47%)!important;border:none!important}.waitlist-check-main .checkbox-lable{color:#5b5865!important;font-family:Poppins-Regular;font-size:14px;line-height:21px}.checkbox-lable .terms-link{color:#32b0c4;text-decoration:none}.modal-close-icon{filter:invert();position:absolute;right:0;top:0;width:20px}.app-download-ic{width:20px}.app-deposit-main{align-items:center;display:flex}.res-deposite-btn{background:none;border:none;color:#32b0c4;cursor:pointer;margin:0 5px!important}.wallet-ic{margin:0 10px;width:25px}.set-qr-btn-modal .dash-qr-title{color:#fff!important}.dash-text-copy-box{align-items:center;display:flex}.hash-key-input{max-width:100%!important}.network-dropdown{align-items:center;display:flex}.network-dropdown-ic{margin-right:10px}.hash-key-text{margin-bottom:15px}.terms-and-condition-modal{border:none!important}.token-table-main .table-td,.token-table-main .table-th{color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:10px 5px 10px 0;text-align:left}.token-table-main .table .table-td:first-child,.token-table-main .table .table-th:first-child{padding-left:15px;width:12%;width:16%}.token-table-main .table .table-td:nth-child(2),.token-table-main .table .table-th:nth-child(2){width:16%}.token-table-main .table .table-td:nth-child(3),.token-table-main .table .table-th:nth-child(3){width:14%}.token-table-main .table .table-td:nth-child(4),.token-table-main .table .table-th:nth-child(4){width:12%}.token-table-main .table .table-td:nth-child(5),.token-table-main .table .table-td:nth-child(6),.token-table-main .table .table-th:nth-child(5),.token-table-main .table .table-th:nth-child(6){width:18%}.main-modal{background-color:#fff;border-radius:4px;box-shadow:0 0 24px #0003;left:50%;max-width:90%;padding:16px;position:absolute;top:50%;transform:translate(-50%,-50%);width:400px}.modal-button-box{display:flex;justify-content:flex-end;margin-top:13px}.modal-button-box button{background:#0000 linear-gradient(90deg,#089cbc,#52ea9c) 0 0 no-repeat padding-box;color:#fff;font-family:Poppins-SemiBold;font-size:10px;height:30px;width:15px}.modal-button-box button:hover{background-color:brown;color:#fff;font-size:10px;height:30px;width:15px}.token-search-main{margin-left:500px}.edit-main .modal-textfield{border:1px solid #004554;border-radius:10px}.table-design-main .table-header tr td:first-child{margin-left:50px}.table-design-main .table-data{padding:17px 10px 17px 5px}.my_income-table-main .table .table-td:first-child,.my_income-table-main .table .table-th:first-child{width:18%}.my_income-table-main .table .table-td:nth-child(2),.my_income-table-main .table .table-td:nth-child(3),.my_income-table-main .table .table-th:nth-child(2),.my_income-table-main .table .table-th:nth-child(3){width:15%}.my_income-select{min-height:30px!important;min-width:200px}.my_income-select .select-tab{height:40px;margin-bottom:10px;min-height:40px}.swap-box-main{padding:10px}.swap-box-content{align-items:center;background-color:#fff;border:1px solid #2cb4c921;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:15px;padding:15px}.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}.swap-input-box .form-group .form-control input{background-color:initial;border-left:0;border-right:0;border-top:0;color:#353945;font-family:Poppins-Regular;font-size:13px;line-height:18px}.form-group .form-control input::placeholder{color:#08080a;font-family:Poppins-Regular;font-size:14px;line-height:20px;opacity:1}.available-swipe-box{align-items:center;background-image:linear-gradient(72.47deg,#3fe398 22.16%,#32b0c4 76.47%);border-radius:50%;display:flex;height:40px;justify-content:center;left:0;margin:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:40px}.available-swiper-icon{width:25px}.available-token-sec{align-items:center;background:#32b0c42b;border-radius:10px;display:flex;justify-content:space-between;margin:0 0 10px;padding:15px}.available-token-sec .available-data,.available-token-sec .available-titles{color:#000;font-family:Poppins-Regular;font-size:15px;line-height:18px;margin:0}.btn-main-primary .btn-primary,.btn-main-primary .btn-primary:hover{background-image:linear-gradient(72.47deg,#3fe398 22.16%,#32b0c4 76.47%);border-radius:4px;color:#fff;font-family:Poppins-Regular;font-size:14px;line-height:20px;padding:10px 15px;text-transform:capitalize;width:100%}.excha-card{background:#fff;border-radius:15px;box-shadow:0 8px 24px #959da533;padding:21px}.swap-box-wrapper{position:relative}.full-width .input-box.swap-input-box{max-width:100%}.full-width.swap-box-content{flex-wrap:wrap}.crypto-token-form{margin-top:25px}.withdraw-token-form{margin-top:0}.crypto-token-form-withdraw{margin-top:25px}.crypto-token-form .dropdown-box .form-control .dropdown-select,.transfer-sec .dropdown-box .form-control .dropdown-select{border:1px solid #d1d5db!important;border-radius:8px}.input-box{margin-bottom:15px}.input-box-panel{margin-bottom:0}.crypto-token-form .withdraw-main-btn{margin:23px 0 0;text-align:center}.crypto-token-form .withdraw-main-btn-btn{margin:15px 0 0;text-align:center}.swap-box-wrapper .swap-input-box .MuiSelect-select{padding:10px 32px 10px 10px}.swap-input-box .MuiInputBase-root{border:1px solid #d1d5db!important;border-radius:8px;height:35.97px;width:100%}.swap-input-box .form-group .form-control input{border-bottom:0 solid #35394533!important}.swap-input-box{max-width:48%;width:100%}.admin-sub-title-main .title{font-family:Poppins-Medium;font-size:13px;font-weight:700}.admin-sub-title-main .tab-btn .css-1h9z7r5-MuiButtonBase-root-MuiTab-root{color:#111827}.transfer-verify-verify{border-bottom:0 solid;color:green}.table-td .restak-button{background:linear-gradient(72.47deg,#3fe398 22.16%,#32b0c4 76.47%);color:#fff;font-family:Poppins-Medium;font-size:12px;height:25px;text-transform:capitalize}.confirmation-box .con-btn{display:flex;justify-content:center}.kyc-view-section{padding:15px}.kyc-view-second-section{margin-top:10px;padding:15px}.border-gradient{border:3px solid;border-image-slice:1}.dialog-box .dialog-title{border-image-source:linear-gradient(270deg,#3fe398,#32b0c4);font-family:Poppins-Medium;text-transform:capitalize}.income-card{min-width:207px}.login-btn-main .disabled{background-color:#aae3eb;color:#32b0c4;cursor:not-allowed}.signin-btn-main .disabled{background-color:#aae3eb!important;color:#32b0c4;cursor:not-allowed}.user-withdraw-list table tbody tr td:first-child,.user-withdraw-list table thead tr th:first-child{width:12%!important}.user-withdraw-list table tbody tr td:nth-child(2),.user-withdraw-list table tbody tr td:nth-child(3),.user-withdraw-list table thead tr th:nth-child(2),.user-withdraw-list table thead tr th:nth-child(3){width:13%!important}.user-withdraw-list table tbody tr td:nth-child(4),.user-withdraw-list table thead tr th:nth-child(4){width:6%!important}.user-withdraw-list table tbody tr td:nth-child(5),.user-withdraw-list table thead tr th:nth-child(5){width:10%!important}.user-withdraw-list table tbody tr td:nth-child(6),.user-withdraw-list table thead tr th:nth-child(6){width:8%!important}.user-withdraw-list table tbody tr td:nth-child(7),.user-withdraw-list table thead tr th:nth-child(7){width:7%!important}.user-withdraw-list table tbody tr td:nth-child(8),.user-withdraw-list table thead tr th:nth-child(8){width:5%!important}.user-details-status-active{background-color:green;color:#fff;text-align:center}.user-details-status-deactive{background-color:red;color:#fff;text-align:center}.admin-dashboard-box .admin-page-title{color:#5d5a68;font-family:Poppins-SemiBold;font-size:22px;line-height:35px}.admin-dash-price .basic-card-detail,.basic-card-detail p{color:#5d5a68!important;font-family:Poppins-SemiBold;font-size:14px}.basic-card-detail p:nth-child(2){color:#5d5a68!important;font-family:Poppins-Regular;font-size:15px}.net-ex-tabbar .MuiFormControlLabel-labelPlacementEnd .MuiFormControlLabel-label{font-family:Poppins-Regular;font-size:14px}.wallet-withdraw-modal-balance{align-items:center;border:1px solid gray;border-radius:10px;display:flex;justify-content:space-between;margin:0 0 10px;padding:15px}.admin-user-wallet-list .table .table-td:first-child,.admin-user-wallet-list .table .table-th:first-child{width:10%}.admin-user-wallet-list .table .table-td:nth-child(2),.admin-user-wallet-list .table .table-td:nth-child(3),.admin-user-wallet-list .table .table-th:nth-child(2),.admin-user-wallet-list .table .table-th:nth-child(3){width:15%}.admin-user-wallet-list .table .table-td:nth-child(4),.admin-user-wallet-list .table .table-td:nth-child(5),.admin-user-wallet-list .table .table-td:nth-child(6),.admin-user-wallet-list .table .table-td:nth-child(7),.admin-user-wallet-list .table .table-td:nth-child(8),.admin-user-wallet-list .table .table-th:nth-child(4),.admin-user-wallet-list .table .table-th:nth-child(5),.admin-user-wallet-list .table .table-th:nth-child(6),.admin-user-wallet-list .table .table-th:nth-child(7),.admin-user-wallet-list .table .table-th:nth-child(8){width:12%}.wallet-modal-box-set{border:1px solid #d1d5db!important;border-radius:14px;width:100%}.wallet-modal-box-set p{min-width:240px;padding:8px 15px;width:80%}.wallet-text-line p{font-family:Poppins-Regular;font-size:15px;line-height:15px;margin-left:18px}.wallet-text-line-box{display:flex}.input-box-admin-wallet{align-items:center;display:flex}.input-box-admin-wallet .form-lable{margin-bottom:0!important;margin-right:10px}.wallet-text-line-box-1{margin-top:13px}.wallet-modal-set-main{max-width:752px!important;width:100%!important}.wallet-modal-set-height{overflow:auto}.wallet-modal-set-height::-webkit-scrollbar{width:3px}.wallet-modal-set-height::-webkit-scrollbar-track{background:#f1f1f1}.wallet-modal-set-height::-webkit-scrollbar-thumb{background:#888}.wallet-modal-set-height::-webkit-scrollbar-thumb:hover{background:#555}.primary-btn-main-user .wallet-modal-btn-set{margin-left:10px!important}.modal-wallet{display:flex;gap:2px}.social-tablist .facebook-icon{width:50px}.social-tablist .instagram-icon{width:40px}.social-tablist .youtube-icon{width:50px}.social-tablist .twitter-icon{width:30px}.social-tablist .discord-icon{width:40px}.social-tablist label{font-size:50px}.tab-label{color:#726f7b;font-size:14px;font-weight:700}.social-textfield{border:2px solid}.sub-tab-box{padding:15px}.sub-tab-box .social-text{margin-bottom:10px}.approve-icon .reject{height:30px;object-fit:contain;width:30px}.dialog-box .dialog-box-social{border-image-source:linear-gradient(270deg,#3fe398,#32b0c4);width:500px}.dialog-box-social .dialog-title-social{font-size:20px}.social-approve-reject-button{display:flex;justify-content:flex-end;margin-top:10px}.social-approve-reject-button .social-btn,.social-approve-reject-button .social-btn:hover{color:#fff}.social-approve-reject-button .social-btn,.social-approve-reject-button .social-btn:disabled,.social-approve-reject-button .social-btn:hover{border:1px solid;border-radius:6px;border-radius:4px;box-shadow:0 2px 6px #2f2b3d24,0 0 #0000,0 0 #0000;font-size:12px;height:20px;line-height:15px;min-height:40px;min-width:95px;padding:6px 14px 5px;text-decoration:none;text-transform:capitalize;width:50px}.social-approve-reject-button .social-btn:disabled{color:#878585}.social-approve-reject-button .approve-btn,.social-approve-reject-button .approve-btn:hover{background:green}.social-approve-reject-button .reject-btn,.social-approve-reject-button .reject-btn:hover{background:red}.social-approve-reject-button .approve-btn-disabled:disabled{background:green;margin-right:5px}.social-approve-reject-button .reject-btn-disabled{background:red}.view-social-main .social-table-list .table-td{border-bottom:1px solid #dedde0}.table .table-td:first-child,.view-social-main .social-table-list .table .table-th:first-child{width:10%!important}.table .table-td:nth-child(2),.view-social-main .social-table-list .table .table-th:nth-child(2){width:14%}.table-social-main .table-social-ic{object-fit:contain;width:30px}.table-social-main{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.table-social-main .table-social-check{display:none;height:20px;left:50%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.table-social-main.active .table-social-check{display:block}.table-social-main:last-child{margin-right:0}.table-social{align-items:center;display:flex}.primary-btn-main-comman .social-submit{min-width:-webkit-max-content;min-width:max-content}.login-bg-content{align-items:center;background:linear-gradient(0deg,#a9f7ff,#c8ffe4);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;width:100%}.auth-logo,.login-bg-content{display:flex;justify-content:center}.auth-logo{margin-bottom:10px}.admin-login-main-wrap{align-items:center;display:flex;justify-content:center;min-height:100vh}.admin-login-inner .admin-wel-text{color:#5d5a68;font-family:Poppins-Bold;font-size:24px;line-height:35px;margin-bottom:4px}.admin-login-inner .admin-sign-para{color:#2f2b3dad;margin-bottom:24px}.bg-login-vector{max-width:300px}.admin-login-main .login-yesPay{height:100px;width:100px}*{box-sizing:border-box;margin:0;padding:0}body,html{scroll-behavior:smooth}@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)}.user-head-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.form-control-details-auth .icon-position-rel input,.form-group .form-control input{background-color:initial;border:1px solid #d1d5db!important;border-radius:14px!important;color:#08080a;font-size:14px;line-height:21px;width:100%}.join-wait-input input{border-radius:4px!important;max-width:400px;min-width:400px!important;padding:7px 15px!important}.join-field input{max-width:400px}.table-icon-flex .table-icon-btn{margin-right:2px;min-width:30px;padding:0}.table-view-icons{height:20px;object-fit:contain;width:20px}.table-icon-flex{align-items:center;display:flex}.merchant-user-table-main .table .table-td:first-child,.merchant-user-table-main .table .table-th:first-child{width:5%!important}.merchant-user-table-main .table .table-td:nth-child(2),.merchant-user-table-main .table .table-th:nth-child(2){width:15%!important}.merchant-user-table-main .table .table-td:nth-child(3),.merchant-user-table-main .table .table-th:nth-child(3){width:12%!important}.merchant-user-table-main .table .table-td:nth-child(4),.merchant-user-table-main .table .table-th:nth-child(4){width:15%!important}.merchant-user-table-main .table .table-td:nth-child(5),.merchant-user-table-main .table .table-th:nth-child(5){width:18%!important}.merchant-user-table-main .table .table-td:nth-child(6),.merchant-user-table-main .table .table-th:nth-child(6){width:15%!important}.merchant-user-table-main .table .table-td:nth-child(7),.merchant-user-table-main .table .table-th:nth-child(7){width:8%!important}.merchant-user-table-main .table .table-td:nth-child(8),.merchant-user-table-main .table .table-th:nth-child(8){width:12%!important}.merchant-user-table-main .table-view-toggle-btn{display:flex}.merchant-table-main .merchant-user-table-main .table .table-th:nth-child(8){text-align:center!important}.merchant-userdetails-table-main .table .table-td:first-child,.merchant-userdetails-table-main .table .table-th:first-child{width:10%!important}.merchant-userdetails-table-main .table .table-td:nth-child(2),.merchant-userdetails-table-main .table .table-th:nth-child(2){width:2%!important}.merchantdetails-table-main{width:400px}.admin-bucinessInfo-inner-box,.admin-dashboard-inner-box{grid-gap:15px;border-radius:6px;display:grid;gap:15px;grid-template-columns:repeat(12,1fr);max-width:100%;padding:15px;width:100%}.admin-bucinessInfo-inner-box{align-items:center}.user-details .basic-card-detail p{font-size:15px}.user-details .basic-card-detail p:nth-child(2){color:#5d5a68!important;font-family:Poppins-Regular;font-size:14px}.loader-main{align-items:center;background:#ffffff80;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loader-img{width:100px}.loader-overlay{overflow:hidden;pointer-events:none}.admin-dashboard-box-header-main{display:flex}.admin-dashboard-box-header-main .admin-back-icon-main{background:#000;color:#fff;margin:0 10px 5px 0;padding:7px}.admin-dashboard-box-header-main .admin-back-icon-main:hover{background:#000;color:#fff}.admin-dashboard-box-header-main .admin-back-icon-main .admin-back-icon{height:.7em;width:.7em}.admin-dashboard-box-header-main .admin-page-title{color:#5d5a68;font-family:Poppins-SemiBold;font-size:22px;line-height:35px}.profile-header{display:flex;height:30px;position:relative;width:30px}.profile-img,.profile-input-box{border-radius:50%;height:30px;width:30px}.profile-img{object-fit:cover}.profile-input-box .profile-upload-btn{display:none}.profile-edit-main{bottom:0;cursor:pointer;position:absolute;right:0}.edit-div{align-items:center;background:#ededed;border:1px solid #d1d5db;border-radius:50%;display:flex;height:10px;justify-content:center;width:10px}.profile-edit-img{height:8px;width:8px}.token-name{margin:7px}.token-image{display:flex}.admin-sidebar-main{background:#fff;box-shadow:0 2px 6px #2f2b3d24,0 0 #0000,0 0 #0000;height:100vh;outline:none;overflow:auto;position:fixed;top:0;transition:all .5s;width:290px;z-index:999}.admin-sidebar-main.active{left:-300px}.admin-sidebar-main{height:100%;left:0}.scrollbar::-webkit-scrollbar{height:3px;width:3px}.scrollbar::-webkit-scrollbar-track{background:#f1f1f1c4}.scrollbar::-webkit-scrollbar-thumb{background:#d7cfcf40}.redirect-home-link{text-decoration:none}.admin-sidebar-logo-main{text-align:center}.admin-side-logo-text{align-items:center;background:#fff;border-bottom:2px solid #eeedf0;display:flex;justify-content:center!important;padding:5px}.admin-side-logo-text .admin-sidebar-logo,.admin-side-logo-text .logo-text{display:block}.admin-sidebar-logo{margin-top:4px;max-width:80px;object-fit:contain;padding:4px 0;width:100%}.admin-side-logo-text .admin-sidebar-logo{margin-top:0;max-width:65px;padding:0}.logo-text{color:#2f2b3dc7;font-family:Poppins-Bold;font-size:18px;letter-spacing:1px;line-height:27px}.admin-sidebar-list-main .admin-sidebar-list{padding:0}.admin-sidebar-list-main .admin-sidebar-listitem{margin-bottom:10px;padding:0}.admin-sidebar-list-main .admin-sidebar-link{align-items:center;color:#2f2b3dad;display:flex;font-family:Poppins-Regular;font-size:14px;line-height:21px;padding:10px 12px;text-decoration:none;width:100%}.admin-sidebar-list-main .admin-sidebar-link.active{background-image:linear-gradient(72.47deg,#3fe398 22.16%,#32b0c4 76.47%);border-radius:6px;color:#fff}.admin-sidebar-list-main .admin-sidebar-link.active svg path{fill:#000}.admin-sidebar-list-main{background:#fff;min-height:100vh;padding:16px}.admin-sidebar-list-main ul li:hover a.dashboard-header{background:#f5f5f6}.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}.admin-sidebar-list .MuiAccordionDetails-root{padding:0 16px!important}.admin-sidebar-listitem .expandless-icon,.admin-sidebar-listitem .expandmore-icon{position:absolute;right:10px;top:10px}.admin-sidebar-submenulist .admin-sidebar-listitem:first-child .admin-sidebar-link{margin-top:20px}.admin-submenu-listitem-main .admin-sidebar-link{display:block}.admin-sidebar-submenulist .admin-sidebar-link{margin-left:10px}.align-center{align-items:center;display:flex}a.admin-sidebar-link .align-center span{margin-left:8px}.dashboard-header{align-items:center;color:#2f2b3dad;display:flex;font-family:Poppins-Regular;font-size:15px;line-height:22px;padding:10px 12px;text-decoration:none;width:100%}.admin-sidebar-icons svg{height:24px;object-fit:contain;width:24px}@keyframes rotate-animation{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.admin-sidebar-icons{display:flex;margin-right:8px;object-fit:contain;width:24px}.admin-sidebar-icon{height:20px;object-fit:contain;width:20px}.user-sidebar-icon{animation:rotate-animation 3s linear infinite;height:37px;width:37px}.admin-header-main{align-items:center;background:#fff;border-radius:6px;box-shadow:0 2px 6px 0 #2f2b3d24,0 0 0 0 #0000,0 0 0 0 #0000;display:flex;justify-content:space-between;left:310px;padding:13.5px 20px;position:fixed;right:20px;top:20px;transition:all .5s;z-index:9}.dashboard-main.active .admin-header-main{left:20px;max-width:calc(100% - 40px)}.res-admin-header .admin-header-row{justify-content:space-between}.res-admin-header .admin-header-row button{display:flex;justify-content:start;padding:0}.res-admin-logo{display:none}.admin-header-row{justify-content:flex-end}.admin-header-row,.flex-drop-main{align-items:center;display:flex}.flex-drop-main .admin-header-drop{color:#2f2b3dc7;font-family:Poppins-Bold;font-size:14px;line-height:21px;text-align:start}.flex-drop-main .header-user-name{text-transform:none!important}.flex-drop-main .admin-drop-user{color:#6b7280;font-family:Poppins-Bold;font-size:14px;line-height:21px;text-align:start}.admin-header-profile-icon{height:36px;margin-right:12px;object-fit:cover}.drop-header-menu .MuiPaper-rounded{border:1px solid #e5e7eb;border-radius:1px;box-shadow:10px 10px 20px #0000001a;margin-top:13px}.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}.drop-header-menu ul{padding:0}.text-decoration{text-decoration:none}.drop-header{height:15px;margin-right:6px;width:15px}.airdrop-section-main .dashboard-left-main,.cross-res{display:none}.dashboard-main.active .dashboard-left-main{flex:0 1}.after-blur-header-effect{position:relative}.after-blur-header-effect:after{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#f8f7fab3 44%,#f8f7fa6e 73%,#f8f7fa00);background-repeat:repeat;block-size:calc(64px + 1.5rem);content:"";display:block;height:86px;inset-block-start:-1rem;inset-inline-end:0;inset-inline-start:0;left:0;-webkit-mask:linear-gradient(#000,#000 18%,#0000);mask:linear-gradient(#000,#000 18%,#0000);position:fixed;right:0;top:0;width:100%;z-index:2}.mobile-menu-btn:hover{background:#0000}.user-sidebar-loading-icon{animation:rotate-animation 2s linear infinite;height:100px;width:100px}
/*# sourceMappingURL=main.a097e7d4.css.map*/