@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}.css-1f8bwsm,.css-cveggr-MuiListItemIcon-root{min-width:0!important}body{background-color:#343c48}: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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-color-progress-bgo:0.2}.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:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;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;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.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:.5s;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;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;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{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}header{background-color:#303641;border-bottom:1px solid #000;gap:60px;height:80px;justify-content:space-between;padding:0 20px;position:fixed;top:0;width:calc(100% - 250px)}header,header .wrap{align-items:center;display:flex}header .wrap{flex:1 1;gap:40px;justify-content:end;width:100%}header .url-con{flex:2 1;margin-left:50px;position:relative;width:100%}header .url-con input{background:none;border:1px solid #7b7b7c;border-radius:100px;color:#fff;font-size:18px;outline:none;padding:12px 6px;padding-inline-start:45px;position:relative;width:100%;&::placeholder{color:#d86dc6}}header .url-con .url-img{display:none;left:25px;width:30px}header .url-con .copy-img,header .url-con .url-img{position:absolute;top:50%;transform:translate(-50%,-50%)}header .url-con .copy-img{color:#b38fe4;cursor:pointer;font-size:20px;right:10px}header .search-con{position:relative}header .search-con input{background:none;border:1px solid #4a5465;border-radius:100px;color:#fff;font-size:18px;outline:none;padding:8px 6px;padding-inline-start:45px;position:relative;width:100%;&::placeholder{color:#d86dc6}}header .search-con .search{color:#707987;cursor:pointer;font-size:22px;left:25px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}header .header-action-con{align-items:center;background-color:#252a32;border-radius:100px;display:flex;gap:12px;padding:6px 8px}header .header-action-con svg{color:#9fa5af;cursor:pointer;font-size:20px}header .header-action-con .clipboardcheck-con,header .header-action-con .handban-con{align-items:center;background-color:#303641;border-radius:50px;display:flex;height:40px;justify-content:center;width:40px}header .header-action-con .handban-con{position:relative}header .header-action-con .handban-con span{align-items:center;background-color:#3eaad1;border-radius:20px;color:#fff;display:flex;font-size:12px;height:14px;justify-content:center;padding-top:3px;position:absolute;right:0;top:0;width:14px}header .header-action-con .exclamation-con{align-items:center;background-color:#303641;border-radius:50px;display:flex;height:40px;justify-content:center;position:relative;width:40px}header .header-action-con .exclamation-con span{align-items:center;background-color:#da6044;border-radius:20px;color:#fff;display:flex;font-size:12px;height:14px;justify-content:center;padding-top:3px;position:absolute;right:2px;top:2px;width:14px}header .profile-con{position:relative}header .profile-con .box{align-items:center;background-color:#3eaad1;border-radius:100px;cursor:pointer;display:flex;height:48px;justify-content:center;position:relative;width:48px}header .profile-con .showProfile-con{border-radius:28px;height:auto;min-width:335px;overflow:hidden;position:absolute;right:0;top:55px;z-index:1000}header .profile-con .showProfile-con .one{background:#24252e;padding:14px 14px 8px}header .profile-con .showProfile-con .two{background:#303641;padding:14px 14px 18px}header .profile-con .showProfile-con .two .exclusive-offer{display:flex;justify-content:center}header .profile-con .showProfile-con .two .exclusive-offer p{background-color:#000;border:1px solid #ffffff80;border-radius:20px;color:#fff;cursor:pointer;font-family:poppins,sans-serif;font-size:11px;margin-top:30px;padding:3px 8px;transform:translateY(-24px)}header .profile-con .showProfile-con .two .contentt{text-align:center}header .profile-con .showProfile-con .two .contentt h3{color:#fff;font-family:poppins,sans-serif;font-size:18px;letter-spacing:.5px;margin-bottom:8px}header .profile-con .showProfile-con .two .contentt p{color:#ffffff80;font-family:poppins,sans-serif;font-size:14px;margin-bottom:16px}header .profile-con .showProfile-con .two .btnwrapper{margin-inline:auto;width:90%}header .profile-con .showProfile-con .two .btnwrapper button{background-color:#f9e727;border:none;border-radius:12px;color:#000;cursor:pointer;font-family:poppins,sans-serif;font-size:16px;font-weight:700;outline:none;padding:12px 16px;width:100%}header .profile-con .showProfile-con .one .top{display:flex;justify-content:space-between;margin-bottom:16px}header .profile-con .showProfile-con .one .top .logout-con{align-items:center;display:flex;gap:10px}header .profile-con .showProfile-con .one .top .logout-con svg{color:#ffffff80;cursor:pointer}header .profile-con .showProfile-con .one .top p{color:#ffffff80;font-family:poppins,sans-serif;font-size:14px;margin:0}header .profile-con .showProfile-con .one .wallet-address-con{align-items:center;border-bottom:1px solid #ffffff80;display:flex;gap:16px;justify-content:start;padding-bottom:24px}header .profile-con .showProfile-con .one .wallet-address-con img{border-radius:100px;height:50px;object-fit:contain;width:50px}header .profile-con .showProfile-con .one .wallet-address-con p{color:#fff;font-family:poppins,sans-serif;font-size:22px;margin:0}header .profile-con .showProfile-con .one .wallet-address-con h3{color:#fff;font-family:poppins,sans-serif;font-size:15px;margin:10px}header .profile-con .showProfile-con .one .wallet-address-con svg{color:#fff;cursor:pointer;font-size:22px}header .profile-con .showProfile-con .crypton-balance-con{margin-top:24px}header .profile-con .showProfile-con .crypton-balance-con .main-wrap{display:flex;justify-content:space-between}header .profile-con .showProfile-con .crypton-balance-con .one p{color:#ffffff80;font-family:poppins,sans-serif;font-size:16px;margin:0}header .profile-con .showProfile-con .crypton-balance-con .one .wrap{align-items:center;display:flex;gap:3px;justify-content:start}header .profile-con .showProfile-con .crypton-balance-con .one .wrap h2{color:#fff;font-family:poppins,sans-serif;font-size:20px;margin:0}header .profile-con .box h3{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:18px;margin:0}.sidebar-wrappp::-webkit-scrollbar{width:4px}.sidebar-wrappp::-webkit-scrollbar-thumb{background-color:#307fe2;border-radius:10px}.sidebar-wrappp::-webkit-scrollbar-track{background-color:#051a2e}.sidebar-wrappp::-webkit-scrollbar-thumb:hover{background-color:#0a335c}.main-sidebar .sidebar-profile{align-items:center;display:flex;gap:12px;margin:0 0 .5rem;overflow:hidden;padding:16px 8px 16px 5px}a{color:#fff;text-decoration:none;&:hover{color:#fff}}.main-sidebar .sidebar-profile p{margin:0}.main-sidebar .sidebar-profile h6,.main-sidebar .sidebar-profile p{color:#95a0b1;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px}.main-sidebar .sidebar-links-con{display:flex;flex-direction:column;justify-content:center;width:95%}.main-sidebar .sidebar-links-con .sidebar-link{align-items:center;border-radius:0 100px 100px 0;color:#fff;cursor:pointer;display:flex;margin-bottom:10px;padding:10px;text-decoration:none;transition:background-color .3s ease}.main-sidebar .sidebar-links-con .sidebar-link h3{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:22px}.sidebar-link:hover{background-color:#0d7fa8;border-radius:0 100px 100px 0;border-top-right-radius:100%}.sidebar-link.active{background-color:#0d7fa8;border-radius:0 100px 100px 0}.sidebar-link span{margin-left:10px}.backOffice,.backOffice .content{background-color:#343c48}.backOffice .content{height:100vh}.backOffice .content .breadcrum{align-items:center;display:flex;gap:16px;margin-bottom:12px}.backOffice .content .breadcrum svg.home{color:#0d7fa8;cursor:pointer;font-size:22px}.backOffice .content .breadcrum p{align-items:center;color:#fff;display:flex;font-family:poppins;gap:2px;margin:0}.backOffice .content .breadcrum p svg{color:#fff;font-size:20px}.backOffice .content .card-con{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin:0 auto}.backOffice .content .card-con a{text-decoration:none}.backOffice .content .card-con .cardd{background-color:#303641;border-radius:12px;display:flex;flex-direction:column;height:135px;justify-content:space-between;padding:12px;width:100%}.backOffice .content .card-con .cardd .top svg{font-size:35px}.backOffice .content .card-con .cardd .bottom{align-self:flex-end;display:flex;justify-content:space-between;width:100%}.backOffice .content .card-con .cardd .bottom h3,.backOffice .content .card-con .cardd .bottom p{color:#fff;font-family:poppins,sans-serif;font-size:16px;font-weight:400}.backOffice .content .card-con .cardd .bottom p{margin-bottom:0}.table-wrapper{margin-top:50px;overflow-x:auto;width:100%}table{border-collapse:collapse;margin:50px 0 0;padding:0;table-layout:fixed;width:100%}table thead{background-color:#1e90ff;color:#fff}table thead th{border-bottom:1px solid #444851}table thead th,td,th{word-wrap:break-word;padding:15px;text-align:left}td,th{color:#e0e0e0;white-space:normal}td,th{font-family:poppins,sans-serif}tr:nth-child(2n){background-color:#2c2f36;color:#fff}.mobile-content{display:none}.home-wrap{background-image:url(/static/media/home-bg.bab6b5005288d9f44ed8.jpg);background-repeat:no-repeat;background-size:cover;height:100vh;justify-content:center}.home-wrap,.home-wrap .cardd{align-items:center;display:flex}.home-wrap .cardd{background-color:#0a1936;border-radius:15px;box-shadow:0 0 10px 0 #0000001a;flex-direction:column;margin-inline:auto;max-width:400px;padding:16px}.home-wrap .cardd img{margin-bottom:12px;width:140px}.home-wrap .cardd h1{font-size:25px;line-height:30px;margin-bottom:0}.home-wrap .cardd h1,.home-wrap .cardd p{color:#fff;font-family:poppins,sans-serif;text-align:center}.home-wrap .cardd p{font-size:16px;margin-bottom:16px}.home-wrap .cardd .btn-wrapper{text-align:center}.home-wrap .cardd .btn-wrapper button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem;padding:10px 20px;transition:background-color .3s ease,box-shadow .3s ease}.home-wrap .cardd .btn-wrapper button:hover{background-color:#0056b3;box-shadow:0 4px 8px #0003}.main-cardd-buyDvt{background-color:#202c38;border-radius:12px;padding:16px}.main-cardd-buyDvt .top{margin-bottom:24px}.main-cardd-buyDvt .top h3{color:#fff;font-family:poppins,sans-serif;font-size:22px;font-weight:600}.cardd-dvt-con{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.cardd-dvt-con .cardd-dvt{align-items:center;background-color:#2b3846;border-radius:8px;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:12px}.cardd-dvt-con .cardd-dvt .plan-heading{color:#fff;font-family:poppin,sans-serif;font-size:22px;font-weight:500}.cardd-dvt-con .cardd-dvt .wrap-content-dvt{align-content:center;display:flex;justify-content:space-between;width:100%}.cardd-dvt-con .cardd-dvt .wrap-content-dvt h2{color:#fff;font-family:poppins,sans-serif;font-size:18px;font-weight:700;margin:0}.cardd-dvt-con .cardd-dvt .wrap-content-dvt p{color:#fff;font-family:poppins,sans-serif;font-size:16px;font-weight:500;margin:0}.cardd-dvt-con .cardd-dvt button{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;padding:12px 24px;text-transform:uppercase;transition:background-color .3s ease,box-shadow .3s ease}.cardd-dvt-con .cardd-dvt button:hover{background-color:#218838;box-shadow:0 4px 8px #0003}.card-link+.card-link{margin-left:0}.loader{align-items:center;display:flex;height:100vh;justify-content:center;margin-left:-.65em}.load1{box-shadow:0 1px 7px #0000004d}.load1,.load2{background-color:#fff;border-radius:5px;content:"";height:1.2em;margin-right:1em;position:absolute;width:1.2em}.load2{animation:flow2 2s infinite}.load3{animation:flow3 2s infinite}.load3,.load4{background-color:#fff;border-radius:5px;content:"";height:1.2em;margin-right:1em;position:absolute;width:1.2em}.load4{animation:flow4 2s infinite}.load5{animation:flow5 2s infinite}.load5,.load6{background-color:#fff;border-radius:5px;content:"";height:1.2em;margin-right:1em;position:absolute;width:1.2em}.load6{animation:flow6 6s infinite}.load7{animation:flow7 6s infinite}.load7,.load8{background-color:#fff;border-radius:5px;content:"";height:1.2em;margin-right:1em;position:absolute;width:1.2em}.load8{animation:flow8 6s infinite}.load9{animation:flow9 6s infinite;background-color:#fff;border-radius:5px;content:"";height:1.2em;position:absolute;width:1.2em}@keyframes flow2{50%{box-shadow:0 1px 7px #0000004d;transform:translateX(3em)}to{transform:translateX(0)}}@keyframes flow3{50%{box-shadow:0 1px 7px #0000004d;transform:translateX(-3em)}to{transform:translateX(0)}}@keyframes flow4{50%{box-shadow:0 1px 7px #0000004d;transform:translateY(3em)}to{transform:translateY(0)}}@keyframes flow5{50%{box-shadow:0 1px 7px #0000004d;transform:translateY(-3em)}to{transform:translateY(0)}}@keyframes flow6{30%{box-shadow:0 1px 7px #0000004d;transform:translateX(3em)}60%{box-shadow:0 1px 7px #0000004d;transform:translateX(3em) translateY(-3em)}to{transform:translateX(0) translateY(0)}}@keyframes flow7{30%{box-shadow:0 1px 7px #0000004d;transform:translateX(-3em)}60%{box-shadow:0 1px 7px #0000004d;transform:translateX(-3em) translateY(3em)}to{transform:translateX(0) translateY(0)}}@keyframes flow8{30%{box-shadow:0 1px 7px #0000004d;transform:translateY(3em)}60%{box-shadow:0 1px 7px #0000004d;transform:translateY(3em) translateX(3em)}to{transform:translateX(0) translateY(0)}}@keyframes flow9{30%{box-shadow:0 1px 7px #0000004d;transform:translateY(-3em)}60%{box-shadow:0 1px 7px #0000004d;transform:translateY(-3em) translateX(-3em)}to{transform:translateX(0) translateY(0)}}.img-upload-comp{align-items:center;display:flex;gap:40px;position:relative}.img-upload-comp p{font-family:Nunito Sans,sans-serif;font-size:18px;margin-bottom:10px}.img-upload-comp .img-wrapper{align-items:center;border:1px solid #bfbfbf;border-radius:.5rem;display:inline-block;display:flex;gap:50px;height:50px;margin-inline:auto;padding:.5rem .4rem;position:relative;width:50px}.img-upload-comp .img-wrapper img{height:100%;object-fit:contain;width:100%}.img-upload-comp.uploaded-img{border-radius:8px;height:85px;object-fit:contain;width:100%}.img-upload-comp .icon-overlay{align-items:flex-start;display:flex;gap:10px;padding:8px;position:absolute;right:-20px;top:-20px}.img-upload-comp.icon-overlay label svg{color:#fff}.img-upload-comp .icon-overlay label h3{color:#fff;font-size:16px;line-height:0;margin:0;padding-bottom:4px}.img-upload-comp .upload-icon{align-items:center;background:#000;border:none;border-radius:50%;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;height:18px;justify-content:center;padding:5px;width:18px}.img-upload-comp .upload-icon input{display:none}.img-upload-comp .delete-icon{background:none;border:1px solid #e0201c;border-radius:4px;color:#e0201c;cursor:pointer;display:none;font-family:Nunito Sans,sans-serif;font-size:16px;margin-top:25px;min-width:11.75rem;outline:none;padding:.6rem 1rem;transition:background-color .3s ease,color .3s ease;&:hover{background-color:#e0201c;color:#fff}}h1.buy-ico{border-bottom:1px solid #444851;color:#fff;font-family:poppins,sans-serif;font-size:22px;font-weight:600;padding-bottom:8px}.finance-buy-send-card{margin-top:50px;margin-inline:auto;max-width:400px}.finance-buy-send-card .send-recieved-con h2{color:#fff;font-family:poppins,sans-serif;font-size:18px;margin-bottom:3px;margin-left:4px}.finance-buy-send-card .send-recieved-con .text-wrap{align-items:center;background-color:#2f3f50;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:12px;padding:4px 12px}.finance-buy-send-card .send-recieved-con .text-wrap h3{color:#fff;font-family:poppins,sans-serif;font-size:16px;margin:0}.finance-buy-send-card .send-recieved-con .text-wrap img{object-fit:contain}.finance-buy-send-card .input-con{margin-bottom:12px;margin-top:24px}.finance-buy-send-card .input-con h2{color:#fff;font-family:poppins,sans-serif;font-size:18px;margin-bottom:3px;margin-left:4px}.finance-buy-send-card .input-con input{background-color:initial;border:none;color:#fff;font-family:poppins,sans-serif;font-size:16px;outline:none;padding:12px 8px;width:100%}.finance-buy-send-card .input-con .wrap{align-items:center;border:1px solid #fff;border-radius:6px;display:flex}.finance-buy-send-card .input-con .wrap span{align-items:center;border-right:1px solid #fff;color:#fff;display:flex;font-family:poppins,sans-serif;font-weight:14px;height:48px;justify-content:center;padding:4px;text-align:center}.finance-buy-send-card .price-con{background-color:#2f3f50;border-radius:6px;margin-bottom:30px;padding:6px 12px}.finance-buy-send-card .price-con h2{color:#fff;color:#3a84ff}.finance-buy-send-card .price-con h2,.finance-buy-send-card .price-con p{font-family:poppins,sans-serif;font-size:18px;margin-bottom:3px;margin-left:4px}.finance-buy-send-card .price-con p{color:#fff;color:#219653}.finance-buy-send-card .btn-wrap{text-align:center}.finance-buy-send-card .btn-wrap button{background-color:#0060ff;border:none;border-radius:6px;color:#fff;font-family:poppins,sans-serif;font-size:16px;outline:none;padding:12px 16px;width:100%}.confirmation-page{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:20px;text-align:center}.confirmation-page p{color:#fff;font-size:1.2rem}.confirmation-page h1,.confirmation-page p{font-family:Poppins,sans-serif;margin:10px 0}.confirmation-page h1{color:#fd3146;font-weight:700}.btn-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:20px}button.sure{border:none;border-radius:5px;cursor:pointer;font-size:1rem;min-width:120px;padding:10px 20px;transition:background-color .3s ease}button.sure:first-child{background-color:#28a745;color:#fff}button.sure:first-child:hover{background-color:#218838}button.sure:last-child{background-color:#dc3545;color:#fff}button.sure:last-child:hover{background-color:#c82333}.captcha-wrap{display:flex;justify-content:center;margin-bottom:20px;margin-top:20px}.sidebarWidthDeafult{margin-left:250px}.main-sidebar{position:relative}.overlay{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:400}@media (min-width:768px){.overlay{display:none}}@media (max-width:991px){.backOffice .content .card-con,.cardd-dvt-con{grid-template-columns:repeat(2,1fr)}table{table-layout:auto}td,th{font-size:14px;padding:10px}table thead th{font-size:15px}header .url-con{display:none}.mobile-content{display:block}.mobile-content .url-con{margin-top:16px;margin-inline:auto;position:relative;width:95%}.mobile-content .url-con .url-img{display:none;left:25px;position:absolute;top:50%;transform:translate(-50%,-50%);width:30px}.mobile-content .url-con input{background:none;border:1px solid #7b7b7c;border-radius:100px;color:#fff;font-size:16px;outline:none;padding:8px 6px;padding-inline-start:12px;position:relative;width:100%}.mobile-content .url-con .copy-img{color:#b38fe4;cursor:pointer;font-size:20px;position:absolute;right:10px;top:50%;transform:translate(-50%,-50%)}.mobile-content .header-action-con{display:none}.table-wrapper{margin-top:0}table{margin-top:20px}}@media (max-width:768px){.sidebarWidthDeafult{margin-left:0}header{width:100%}.backOffice .content .card-con,.cardd-dvt-con{grid-template-columns:repeat(1,1fr)}.backOffice .content{height:auto}.mobile-content .header-action-con{display:block}header .header-action-con{display:none}.mobile-content .header-action-con{align-items:center;background-color:#252a32;border-radius:100px;display:flex;gap:12px;justify-content:center;margin-left:10px;margin-top:16px;max-width:max-content;padding:6px 8px}.mobile-content .header-action-con .clipboardcheck-con,.mobile-content .header-action-con .handban-con{align-items:center;background-color:#303641;border-radius:50px;display:flex;height:40px;justify-content:center;width:40px}.mobile-content .header-action-con .handban-con{position:relative}.mobile-content .header-action-con .exclamation-con{align-items:center;background-color:#303641;border-radius:50px;display:flex;height:40px;justify-content:center;position:relative;width:40px}.mobile-content .header-action-con svg{color:#9fa5af;cursor:pointer;font-size:20px}}@media (max-width:480px){header .profile-con .showProfile-con{min-width:280px}header .profile-con .showProfile-con .crypton-balance-con .one p{font-size:13px}}.updateProfileModal .modal-lg{margin-inline:auto;max-width:320px}.updateProfileModal .modal-content{background:linear-gradient(135deg,#2b3038,#59606d);color:#fff}.updateProfileModal .modal-header{padding:16px 8px 8px}.updateProfileModal .modal-header h3{font-family:Poppins,sans-serif;font-size:20px}.updateProfileModal .modal-body{padding:8px}.updateProfileModal .modal-body form{margin-top:24px}.updateProfileModal .modal-body form .form-group{display:flex;flex-direction:column;margin-bottom:8px}.updateProfileModal .modal-body form .form-group label{color:#e0e0e0;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;letter-spacing:.5px}.updateProfileModal .modal-body form .form-group .PhoneInput,.updateProfileModal .modal-body form .form-group input{background-color:#2e3440;border:1px solid #59606d;border-radius:5px;color:#fff;font-size:14px;outline:none;padding:.75rem 1rem;transition:border-color .3s ease}.updateProfileModal .modal-body form .form-group .PhoneInput input::placeholder,.updateProfileModal .modal-body form .form-group input::placeholder{color:#7a828e}.updateProfileModal .modal-body form .form-group .PhoneInput input:focus,.updateProfileModal .modal-body form .form-group input:focus{border-color:#4c566a}.updateProfileModal .modal-body form .btn-wrapper{display:flex;justify-content:center;margin-top:1.5rem}.updateProfileModal .modal-body form .btn-wrapper button{background:linear-gradient(135deg,#59606d,#343c48);border:1px solid #59606d;border-radius:5px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 2rem;transition:background-color .3s ease,box-shadow .3s ease}.updateProfileModal .modal-body form .btn-wrapper button:hover{background:linear-gradient(135deg,#4a4f5a,#2e343b);box-shadow:0 6px 8px #0003}.updateProfileModal .modal-body form .PhoneInput{height:3rem;width:100%}.confirmationModal .modal-lg{margin-inline:auto;max-width:420px}.confirmationModal .modal-content{background:linear-gradient(135deg,#2b3038,#59606d);color:#fff}.confirmationModal .modal-header{padding:16px 8px 8px}.confirmationModal .modal-body p{color:#fff;font-family:Poppins,sans-serif;font-size:18px;margin-bottom:12px;text-align:center}.confirmationModal .modal-body h4{color:#fff;font-family:Poppins,sans-serif;font-size:14px;margin-bottom:24px;text-align:center}.confirmationModal .modal-body .btn-wrap{display:flex;gap:10px;justify-content:center;margin-top:20px}.confirmationModal .modal-body .btn-wrap button{border:none;border-radius:4px;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;min-width:120px;padding:10px 20px;transition:background-color .3s ease}.confirmationModal .modal-body .btn-wrap button.cancel{background-color:#f0f0f0;color:#333}.confirmationModal .modal-body .btn-wrap button.cancel:hover{background-color:#e0e0e0}.confirmationModal .modal-body .btn-wrap button.sure{background-color:#007bff;color:#fff}.confirmationModal .modal-body .btn-wrap button.sure:hover{background-color:#0056b3}@media (max-width:450px){.confirmationModal .modal-lg{max-width:90%}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.admin-airdrop{align-items:center;background-color:#343c48;display:flex;height:100vh;justify-content:center;padding:20px}.admin-airdrop-card{background-color:#303641;border-radius:12px;box-shadow:0 4px 8px #0000001a;max-width:400px;padding:40px;text-align:center;width:100%}.airdrop-title{color:#fff;margin-bottom:24px}.airdrop-amount-input,.airdrop-file-input{background-color:#424854;border:none;border-radius:8px;color:#fff;margin-bottom:20px;padding:12px;width:100%}.airdrop-button-container{display:flex;justify-content:center}.airdrop-submit-button{background-color:#0d7fa8;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:12px 20px;transition:background-color .3s ease;width:auto}.airdrop-submit-button:hover{background-color:#085f78}@media (max-width:768px){.admin-airdrop-card{padding:20px}.airdrop-amount-input,.airdrop-file-input,.airdrop-submit-button{font-size:14px;padding:10px}}@media (max-width:480px){.admin-airdrop-card{padding:15px}.airdrop-amount-input,.airdrop-file-input{font-size:12px;padding:8px}}
/*# sourceMappingURL=main.3733672b.css.map*/