#transactionSettingsModal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition-property:all;transition-duration:.3s;opacity:0;position:fixed;height:100vh;display:flex;align-items:center;top:0;left:0;right:0;z-index:901;width:100%;padding:1rem;overflow-y:auto;overflow-x:hidden;opacity:100%}#transactionSettingsModal .p-3{padding:.75rem}#transactionSettingsModal .hidden{display:none}#transactionSettingsModal .block{display:block}@media (min-width: 768px){#transactionSettingsModal .md-block{display:block}#transactionSettingsModal .md-hidden{display:none}}#transactionSettingsModal .modal-content{position:relative;width:100%;max-width:450px;border-radius:.375rem;background-color:#0d0805;border:1px solid rgba(255,255,255,.06);display:flex;justify-content:center;flex-direction:column;margin:auto}#transactionSettingsModal .modal-content .p3{padding:.75rem}#transactionSettingsModal .modal-content .p3 .mb-2{margin-bottom:.5rem}#transactionSettingsModal .modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}#transactionSettingsModal .modal-content .modal-header .modal-title{font-size:1.125rem;line-height:1.25;color:#fff;margin:0;font-weight:400}#transactionSettingsModal .modal-content .modal-header .btn-close{padding:.375rem;margin-left:auto;display:inline-flex;align-items:center;justify-content:center;border-radius:1.125rem;color:var(--text-white-300);background-color:#0d0805;color:#fff;border:none;cursor:pointer}#transactionSettingsModal .modal-content .modal-header .btn-close svg{width:1.25rem;height:1.25rem}#transactionSettingsModal .modal-content .modal-header .btn-close .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#transactionSettingsModal .modal-content .slippage-tolerance{display:flex;align-items:center;justify-content:space-between;padding:1.25rem}#transactionSettingsModal .modal-content .slippage-tolerance .text{display:flex;align-items:center;font-size:1rem;line-height:1;font-weight:500;color:#f8a03c;margin:0}#transactionSettingsModal .modal-content .slippage-tolerance .text img[data-tooltip-id=tooltip]{margin-top:.25rem;margin-left:.75rem;cursor:pointer}#transactionSettingsModal .modal-content .slippage-tolerance .value{font-size:.875rem;line-height:1;font-weight:500;color:#f8a03c;margin:0}#transactionSettingsModal .modal-content .tolerance-selection-wrapper{display:flex;justify-content:center;flex-direction:row;margin-bottom:.75rem;margin:auto;color:#fff}#transactionSettingsModal .modal-content .tolerance-selection{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.375rem;border-radius:.375rem;border:1px solid rgba(221,223,228,.07);background-color:#140f0c}#transactionSettingsModal .modal-content .tolerance-selection .item input{display:none}#transactionSettingsModal .modal-content .tolerance-selection .item label{display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--text-dark-500);border-radius:3px;width:50px;height:30px;background-color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none;-moz-user-select:none}@media (min-width: 768px){#transactionSettingsModal .modal-content .tolerance-selection .item label{font-size:.875rem}}#transactionSettingsModal .modal-content .tolerance-selection .item input:checked+label{font-weight:var(--fw-600);color:var(--text-white-400);background-color:#272220;border:1px solid rgba(255,255,255,.05)}#transactionSettingsModal .modal-content .custom-percentage{display:flex;align-items:center;justify-content:space-between;width:100%}@media (min-width: 768px){#transactionSettingsModal .modal-content .custom-percentage{justify-content:flex-start}}#transactionSettingsModal .modal-content .custom-percentage .field{background-color:#140f0c!important}#transactionSettingsModal .modal-content .custom-percentage .text{font-size:.875rem;margin-bottom:0;line-height:1;font-weight:500;color:var(--text-dark-500)}#transactionSettingsModal .modal-content .custom-percentage .field{font-size:.875rem;margin-left:.75rem;text-align:center;border-radius:.375rem;outline:none;box-shadow:none;width:55px;height:43px;color:var(--text-dark-500);background-color:var(--bg-dark-1000);border:1px solid rgba(255,255,255,.05)}#transactionSettingsModal .modal-content .custom-percentage .field:focus{box-shadow:none;outline:0}#error-dialog dialog{border-color:var(--error-color);border-radius:var(--border-radius-basic);box-shadow:var(--box-shadow);max-width:380px;width:380px;margin-top:16px}#error-dialog h3{text-transform:uppercase}.modal-loader{display:flex;align-items:center;justify-content:center}.lds-done{display:flex;align-items:center;justify-content:center;position:relative;width:101px;height:101px;border:1px solid #ccc;border-radius:100%;border-width:5px;border-color:#e4761b}.lds-ring{display:inline-block;position:relative;width:101px;height:101px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:101px;height:101px;border:5px solid #ccc;border-radius:70%;animation:lds-ring calc(1.2s / var(--d,1)) cubic-bezier(.5,0,.5,1) infinite;border-color:#E4761B transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:calc(-.45s / var(--d,1))}.lds-ring div:nth-child(2){animation-delay:calc(-.3s / var(--d,1))}.lds-ring div:nth-child(3){animation-delay:calc(-.15s / var(--d,1))}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wave{position:relative;text-align:center;margin-left:auto;margin-right:auto}.wave .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:3px;background:#303131;animation:wave 1.3s linear infinite}.wave .dot:nth-child(2){animation-delay:-1.1s}.wave .dot:nth-child(3){animation-delay:-.9s}@keyframes wave{0%,60%,to{transform:initial;background-color:#303131}30%{background-color:#eee;transform:translateY(-8px)}}.price-calculation{background:#221c19;color:#6f6b6a;border-radius:4px}.price-calculation p{margin:0;padding:0}.faucet-main{@apply flex justify-center min-h-full;padding:20px 0}.faucet-main .faucet-box{max-width:520px;width:100%;padding:1em;margin:0 auto;background:#0d0805;border:1px solid var(--alpha-0, rgba(245, 247, 250, .03));border-radius:8px}.faucet-main .faucet-box .header{@apply flex items-center justify-between mb-4 md:mb-6;color:#fff}.faucet-main .faucet-box .header .heading{@apply leading-none;font-size:20px;font-weight:var(--fw-300);color:var(--text-white-100)}.faucet-main .faucet-box .header .btn-settings{@apply px-1 py-1;}.faucet-main .faucet-box .header .btn-settings img{@apply w-4 md:w-6;}.faucet-main .faucet-box .faucet-container{@apply relative mb-2.5 md:mb-5;}.faucet-main .faucet-box .faucet-container .faucet-from .badge{@apply rounded-lg text-xs w-8 md:w-11 h-4 md:h-6 flex items-center justify-center mb-0;font-weight:var(--fw-300);color:var(--text-dark-300);background:var(--bg-dark-800)}.faucet-main .faucet-box .faucet-container .faucet-from .amount,.faucet-main .faucet-box .faucet-container .faucet-to .amount{@apply block bg-transparent leading-none mb-0 border-0 outline-0 shadow-none;width:100%;font-size:22px;padding:0!important}.faucet-main .faucet-box .faucet-container .input-box{@apply block bg-transparent leading-none mb-0 md:mb-1.5 border-0 outline-0 shadow-none;width:100%;display:flex;align-items:center;flex-direction:row;font-weight:var(--fw-600);color:var(--text-white-200);box-sizing:border-box;padding:10px 15px;background:#f4f4f508;border:1px solid rgba(0,0,0,.07);border-radius:8px}.faucet-main .faucet-box .faucet-container .input-box input{box-sizing:border-box;padding:10px 15px;background:#15100d;outline:unset;border:unset}.faucet-main .faucet-box .faucet-container .faucet-from .amount:focus,.faucet-main .faucet-box .faucet-container .faucet-to .amount:focus{outline:0;box-shadow:none}.faucet-main .faucet-box .faucet-container .faucet-from .amount::placeholder,.faucet-main .faucet-box .faucet-container .faucet-to .amount::placeholder{color:var(--text-dark-500)}.faucet-main .faucet-box .faucet-container .faucet-from .amount::-webkit-input-placeholder,.faucet-main .faucet-box .faucet-container .faucet-to .amount::-webkit-input-placeholder{color:var(--text-dark-500)}.icon-holder{display:flex;align-items:center;gap:10px;margin-right:10px;color:#fff}.faucet-main .faucet-box .faucet-container .faucet-from .amount::-moz-placeholder,.faucet-main .faucet-box .faucet-container .faucet-to .amount::-moz-placeholder{color:var(--text-dark-500)}.faucet-main .faucet-box .faucet-container .faucet-from .amount:-ms-input-placeholder,.faucet-main .faucet-box .faucet-container .faucet-to .amount:-ms-input-placeholder{color:var(--text-dark-500)}.faucet-main .faucet-box .faucet-container .faucet-from .balance,.faucet-main .faucet-box .faucet-container .faucet-to .balance{@apply text-base leading-none mb-0;font-weight:var(--fw-400);color:var(--text-dark-500)}.faucet-main .faucet-box .input-title{color:#717179;font-size:.9rem}.rangeslider{position:relative;background:#1a1511;-ms-touch-action:none;touch-action:none;border-radius:8px;border:1px solid rgba(245,247,250,.03)}.rangeslider,.rangeslider .rangeslider__fill{display:block;box-shadow:inset 0 1px 3px #0006}.rangeslider .rangeslider__handle{background:#171312;border:1px solid #0F0A08;cursor:pointer;display:inline-block;position:absolute;border-radius:4px}.rangeslider .rangeslider__handle .rangeslider__active{opacity:1}.rangeslider .rangeslider__handle-tooltip{width:40px;height:40px;text-align:center;position:absolute;background-color:#f89728;font-weight:400;font-size:14px;transition:all .1s ease-in;border-radius:4px;display:inline-block;color:#0f0c09;left:50%;transform:translate3d(-50%,0,0)}.rangeslider .rangeslider__handle-tooltip span{margin-top:12px;display:inline-block;line-height:100%}.rangeslider .rangeslider__handle-tooltip:after{content:" ";position:absolute;width:0;height:0}.rangeslider-horizontal{height:24px;border-radius:10px}.rangeslider-horizontal .rangeslider__fill{height:100%;background-color:#352514;border-radius:8px 0 0 8px;top:0;box-shadow:0 -1px 1px #03020187 inset,0 1px 1px #ffffff24 inset}.rangeslider-horizontal .rangeslider__handle{width:16px;height:32px;border-radius:4px;top:50%;transform:translate3d(-50%,-50%,0);z-index:2}.rangeslider-horizontal .rangeslider__handle:after{content:"";background:url("data:image/svg+xml,%3csvg%20width='6'%20height='14'%20viewBox='0%200%206%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='2'%20height='14'%20rx='1'%20fill='%23F89728'/%3e%3crect%20x='4'%20width='2'%20height='14'%20rx='1'%20fill='%23F89728'/%3e%3c/svg%3e") no-repeat;position:absolute;top:8px;left:4px;width:6px;height:14px;background-size:6px 14px}.rangeslider-horizontal .rangeslider__handle-tooltip{top:-55px}.rangeslider-horizontal .rangeslider__handle-tooltip:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #F89728;left:50%;bottom:-8px;transform:translate3d(-50%,0,0)}.rangeslider-vertical{margin:20px auto;height:150px;max-width:10px;background-color:transparent}.rangeslider-vertical .rangeslider__fill,.rangeslider-vertical .rangeslider__handle{position:absolute}.rangeslider-vertical .rangeslider__fill{width:100%;background-color:#7cb342;box-shadow:none;bottom:0}.rangeslider-vertical .rangeslider__handle{width:30px;height:10px;left:-10px;box-shadow:none;z-index:10}.rangeslider-vertical .rangeslider__handle-tooltip{left:-100%;top:50%;transform:translate3d(-50%,-50%,0)}.rangeslider-vertical .rangeslider__handle-tooltip:after{border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #F89728;left:100%;top:12px}.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill{right:0}.rangeslider-reverse.rangeslider-vertical .rangeslider__fill{top:0;bottom:inherit}html{--toastify-toast-min-height: 50px !important}.toast{border-radius:6px;overflow:hidden}.toast.show{transform:translate(0)}.toast.order-toast{background-color:#100a07;border:1px solid rgba(245,247,250,.04);box-shadow:0 0 0 1px #ffffff17 inset}.toast.order-toast .toast-header{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(245,247,250,.04)}.toast.order-toast .toast-header .title{font-size:14px;font-weight:400;color:#f5f7fa5c;line-height:1.2;letter-spacing:-.39px;margin-bottom:0}.toast.order-toast .toast-header .btn-close{display:block;background-color:transparent;padding:0;border:0;box-shadow:none;outline:0;cursor:pointer}.toast.order-toast .toast-header .btn-close svg{width:14px}.toast.order-toast .toast-body{padding:12px;display:flex;flex-direction:column;row-gap:12px}.toast.order-toast .toast-body .order-info{display:flex;align-items:center;justify-content:space-between}.toast.order-toast .toast-body .order-info .token-pair{display:flex;align-items:center;column-gap:4px}.toast.order-toast .toast-body .order-info .token-pair .icons{display:flex}.toast.order-toast .toast-body .order-info .token-pair .icons img{width:14px}.toast.order-toast .toast-body .order-info .token-pair .icons .token2{margin-left:-6px}.toast.order-toast .toast-body .order-info .token-pair .names{font-size:14px;font-weight:400;color:#f5f7faf2;line-height:1.2;letter-spacing:-.39px;margin-bottom:0}.toast.order-toast .toast-body .order-info .order-call{height:24px;display:flex;align-items:center;padding:2px 6px;font-size:12px;font-weight:400;line-height:1.2;border-radius:4px}.toast.order-toast .toast-body .order-info .order-call.success{background:#0ed0651a;color:#0ed065}.toast.order-toast .toast-body .order-info .order-call.failed{background:#f03d3d1a;color:#f03d3d}.toast.order-toast .toast-body .key-val-pair{display:flex;flex-direction:column;row-gap:6px}.toast.order-toast .toast-body .key-val-pair .flex{display:flex;align-items:center;justify-content:space-between}.toast.order-toast .toast-body .key-val-pair .flex .key,.toast.order-toast .toast-body .key-val-pair .flex .value{font-size:14px;font-weight:400;line-height:1.2;margin-bottom:0}.toast.order-toast .toast-body .key-val-pair .flex .key{color:#f5f7fa5c}.toast.order-toast .toast-body .key-val-pair .flex .value{color:#f5f7faf2}.toast.slim-toast{display:flex;align-items:flex-start;column-gap:4px;padding:12px;box-shadow:0 0 0 1px #ffffff08 inset}.toast.slim-toast.success{background:#0ed0651a}.toast.slim-toast.success .text{color:#0ed065}.toast.slim-toast.success .btn-close svg path{fill:#0ed065}.toast.slim-toast.failed{background:#f03d3d1a}.toast.slim-toast.failed .text{color:#f03d3d}.toast.slim-toast.failed .btn-close svg path{fill:#f03d3d}.toast.slim-toast .icon{width:14px;margin-top:1px}.toast.slim-toast .text{font-size:14px;font-weight:400;line-height:1.2;letter-spacing:-.39px}.toast.slim-toast .btn-close{margin-top:2px;margin-left:auto;display:block;background-color:transparent;padding:0;border:0;box-shadow:none;outline:0;cursor:pointer}.toast.slim-toast .btn-close svg{display:block;width:14px}.Toastify__toast{padding:0!important}.Toastify__toast-icon{display:none!important}*,*:before,*:after{box-sizing:border-box}body{background-color:#010101;margin:0}h1,h2,h3,h4,h5,h6,p{margin-top:0}.container-fluid{max-width:1920px;margin:0 auto;padding:0 30px}.container-sm{max-width:940px;margin:0 auto;padding:0 30px}.container-lg{max-width:1120px;margin:0 auto;padding:0 30px}.page-title{font-size:24px;font-weight:500;color:#fff;line-height:1.1;margin-bottom:12px}.page-desc{font-size:16px;font-weight:400;color:#ffffff52;line-height:1.3;margin-bottom:36px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mt-16{margin-top:16px}.text-start{text-align:left!important}.text-center{text-align:center!important}.text-end{text-align:right!important}.position-relative{position:relative}.overflow-y-hidden{overflow-y:hidden;padding-right:17px}.overflow-x-auto{overflow-x:auto}.separator-lg{margin:16px 0;height:2px;width:100%;background-color:#0d0a08;border-bottom:1px solid rgb(38,31,25);border-top:0;border-right:0;border-left:0}.text-decor-none{text-decoration:none}.text-uppercase{text-transform:uppercase}.bold{font-weight:500}.text-secondary{color:#f89728}.text-alpha-300{color:#f5f7fa5c}.text-white{color:#fff!important}.dotted-underline{border-bottom:1px dashed rgba(255,255,255,.24)}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-not-allowed_{cursor:not-allowed!important}.text-danger-1{color:#fc39451a}.text-danger-2{color:#fc3945}.text-danger-3{color:#f80808}.text-sm{font-size:14px}.blur-sm{filter:blur(1px)}.blur-md{filter:blur(2px)}.blur-lg{filter:blur(4px)}.main{padding:92px 0 40px;min-height:calc(100vh - 132px)}.avatar-placeholder{border-radius:100%}.avatar-placeholder.sm{width:1rem;height:1rem}.avatar-placeholder.md{width:2rem;height:2rem}.avatar-placeholder.lg{width:3rem;height:3rem}.btn-gold{height:44px;width:100%;display:flex;align-items:center;justify-content:center;background-color:#f89728;padding:6px 20px;font-size:16px;font-weight:500;color:#0f0906;border-radius:10px;border:1px solid rgba(245,247,250,.03);box-shadow:0 1px 1px #fff9 inset;outline:0;cursor:pointer;transition:all .2s}.btn-gold.disabled{color:#ffffff52;background-color:#ffffff0a;border-color:#ffffff08;box-shadow:none;cursor:default;pointer-events:none}.btn-gold:disabled{color:#ffffff52;background-color:#ffffff0a;border-color:#ffffff08;box-shadow:none;cursor:default;pointer-events:none}.navbar{position:fixed;top:0;left:0;right:0;padding:10px 0;background-color:#0f0906cc;border-bottom:1px solid rgba(245,247,250,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9}.navbar .navbar-main{display:flex;align-items:center}.navbar .navbar-main .navbar-brand{display:flex;align-items:center;column-gap:8px;text-decoration:none;margin-right:50px}.navbar .navbar-main .navbar-brand img{width:25px}.navbar .navbar-main .navbar-collapse{flex:1;display:flex;align-items:center;justify-content:space-between}.navbar .navbar-main .navbar-collapse ul{list-style-type:none;display:flex;align-items:center;column-gap:30px;padding:0;margin:0}.navbar .navbar-main .navbar-collapse ul li .nav-link{font-size:14px;font-weight:500;color:#f5f7fa5c;line-height:1.1;padding:10px 0;text-decoration:none}.navbar .navbar-main .navbar-collapse ul li .nav-link.active{color:#f89728}.navbar .navbar-main .navbar-collapse .btn-connect{width:auto;height:40px;padding:8px 12px;font-size:14px;line-height:1}.navbar .navbar-main .navbar-collapse .flex{display:flex;align-items:center;column-gap:18px}.navbar .navbar-main .navbar-collapse .flex .btn-notifications{position:relative;height:40px;width:40px;display:flex;align-items:center;justify-content:center;background-color:#f5f7fa14;border-radius:10px;cursor:pointer}.navbar .navbar-main .navbar-collapse .flex .btn-notifications .circle{position:absolute;right:-3px;bottom:-3px;height:11px;width:11px;display:flex;align-items:center;justify-content:center;background-color:#0f0906;border-radius:50%}.navbar .navbar-main .navbar-collapse .flex .btn-notifications .circle .dot{height:5px;width:5px;background-color:#f89728;border-radius:50%}.navbar .navbar-main .navbar-collapse .flex .wallet-title{height:40px;padding:0 12px;display:flex;align-items:center;column-gap:6px;background-color:#f5f7fa14;font-size:14px;font-weight:500;color:#f5f7fad9;border-radius:10px;cursor:pointer;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.navbar .navbar-main .navbar-collapse .flex .wallet-title .icon{width:10px}.mob-menu{display:none}.wallet-dropdown{position:fixed;top:65px;right:30px;width:300px;display:flex;flex-direction:column;row-gap:14px;padding:16px 12px 12px;background-color:#100a07;border-radius:8px;border-left:1px solid rgba(245,247,250,.04);border-right:1px solid rgba(245,247,250,.04);border-bottom:1px solid rgba(245,247,250,.04);visibility:hidden;opacity:0;transform:translateY(10px);transition:all .2s;z-index:11}.wallet-dropdown.show{visibility:visible;opacity:1;transform:translateY(0)}.wallet-dropdown .header{display:flex;flex-direction:column;row-gap:8px}.wallet-dropdown .header .title{font-size:18px;font-weight:500;color:#fff;line-height:1.2;margin-bottom:0}.wallet-dropdown .header .desc{font-size:14px;font-weight:500;color:#ffffff52;line-height:1.3;letter-spacing:-.28px;margin-bottom:0}.wallet-dropdown .wallet-list{display:flex;flex-direction:column;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:8px}.wallet-dropdown .wallet-list .wallet{display:flex;align-items:center;justify-content:space-between;column-gap:10px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.07);cursor:pointer;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.wallet-dropdown .wallet-list .wallet:last-of-type,.wallet-dropdown .wallet-list .wallet:only-of-type{border-bottom:0}.wallet-dropdown .wallet-list .wallet .name{display:flex;align-items:center;column-gap:12px;font-size:14px;font-weight:500;color:#ffffffe0;letter-spacing:-.4px}.wallet-dropdown .wallet-list .wallet .name .logo{width:32px}.wallet-dropdown .wallet-list .wallet .not-installed{font-size:12px;font-weight:500;color:#ffffff52;line-height:1.1;letter-spacing:-.4px;margin:0}.wallet-dropdown .wallet-list .wallet .arrow-icon{width:16px;margin-left:auto}.notification-dropdown{position:fixed;right:30px;top:65px;width:400px;background-color:#120b07;border-radius:8px;border-left:1px solid rgba(245,247,250,.04);border-right:1px solid rgba(245,247,250,.04);border-bottom:1px solid rgba(245,247,250,.04);visibility:hidden;opacity:0;transform:translateY(10px);transition:all .2s;z-index:11}.notification-dropdown.show{visibility:visible;opacity:1;transform:translateY(0)}.notification-dropdown .dd-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgb(13,10,8)}.notification-dropdown .dd-header .heading{font-size:16px;font-weight:500;color:#f5f7fa5c;line-height:1.2;letter-spacing:-.48px;margin-bottom:0}.notification-dropdown .dd-header .btn-close{padding:0 5px;background-color:transparent;border:0;box-shadow:none;outline:0;cursor:pointer}.notification-dropdown .dd-header .btn-close img{width:12px}.notification-dropdown .dd-body{border-top:1px solid rgb(38,31,25);padding:16px}.notification-dropdown .dd-body .notifications-list{display:flex;flex-direction:column;border-bottom:1px solid rgb(38,31,25)}.notification-dropdown .dd-body .notifications-list .list-item{display:flex;align-items:flex-start;justify-content:space-between;column-gap:20px;padding:20px 0;border-top:1px solid rgb(38,31,25);border-bottom:1px solid rgb(13,10,8);text-decoration:none;cursor:pointer}.notification-dropdown .dd-body .notifications-list .list-item:first-child{padding-top:0;border-top:0}.notification-dropdown .dd-body .notifications-list .list-item .content{flex:1}.notification-dropdown .dd-body .notifications-list .list-item .content .title{font-size:14px;font-weight:500;color:#fff;line-height:1.2;margin-bottom:6px}.notification-dropdown .dd-body .notifications-list .list-item .content .desc{font-size:14px;font-weight:400;color:#ffffff52;line-height:1.3;margin-bottom:0}.notification-dropdown .dd-body .notifications-list .list-item .time{font-size:14px;font-weight:400;color:#ffffff52;line-height:1.2;margin-bottom:0}.notification-dropdown .dd-body .btn-view-all{width:100%;height:42px;display:flex;align-items:center;justify-content:center;column-gap:8px;font-size:14px;font-weight:500;color:#ffffff52;text-decoration:none;background:linear-gradient(0deg,#ffffff08,#ffffff08),#1a140f;border-radius:8px;margin-top:20px;border:0;outline:0;box-shadow:none}.profile-dropdown{position:fixed;right:30px;top:65px;width:300px;padding:16px;display:flex;flex-direction:column;row-gap:40px;background-color:#120b07;border-radius:8px;border-left:1px solid rgba(245,247,250,.04);border-right:1px solid rgba(245,247,250,.04);border-bottom:1px solid rgba(245,247,250,.04);visibility:hidden;opacity:0;transform:translateY(10px);transition:all .2s;z-index:11}.profile-dropdown.show{visibility:visible;opacity:1;transform:translateY(0)}.profile-dropdown .dd-header{display:flex;align-items:center;justify-content:space-between;column-gap:20px}.profile-dropdown .dd-header .address{flex:1;display:flex;align-items:center;column-gap:5px;font-size:14px;font-weight:500;color:#fff;line-height:1.1;margin-bottom:0}.profile-dropdown .dd-header .address .icon{width:18px}.profile-dropdown .dd-header .address span{max-width:120px;overflow:hidden;text-overflow:ellipsis}.profile-dropdown .dd-header .action-btns{display:flex;column-gap:8px}.profile-dropdown .dd-header .action-btns a,.profile-dropdown .dd-header .action-btns button{height:32px;width:32px;display:flex;align-items:center;justify-content:center;background-color:#ffffff0a;text-decoration:none;border:0;box-shadow:none;outline:0;cursor:pointer;border-radius:8px}.profile-dropdown .dd-header .action-btns a img,.profile-dropdown .dd-header .action-btns button img{width:16px}.profile-dropdown .balance{display:flex;align-items:center;flex-direction:column;row-gap:4px}.profile-dropdown .balance .text-lg{font-size:30px;font-weight:500;color:#e9e8fd;line-height:1.1;letter-spacing:-2.17px;margin-bottom:0}.profile-dropdown .balance .text-sm{font-size:16px;font-weight:500;color:#787676;line-height:1;margin-bottom:0}.profile-dropdown .btn-disconnect{width:100%;height:42px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;color:#ffffff52;text-decoration:none;padding:0 12px;background:#ffffff0a;border-radius:8px;border:0;outline:0;box-shadow:none;cursor:pointer}.dashboard-columns{display:grid;grid-gap:16px;grid-template-columns:calc(75% - 8px) calc(25% - 8px)}.dashboard-columns .span-one{grid-column:1;grid-row:1}.dashboard-columns .span-two{grid-column:1;grid-row:2/span 1}.dashboard-columns .span-three{grid-column:2;grid-row:2/span 3;margin-top:-83px}.dashboard-columns .span-four{grid-column:1;grid-row:3/span 2}.perp-card{background-color:#0f0906;border-radius:8px}.top-widgets{display:flex;align-items:stretch;justify-content:flex-end}.top-widgets .item{min-width:130px;padding:14px 16px;border-left:1px solid rgba(255,255,255,.04)}.top-widgets .item:first-child{flex:1;min-width:250px;border-left:0;padding-top:0;padding-bottom:0;margin-right:auto}.top-widgets .item .coin-conversion{height:100%;display:flex;align-items:center;column-gap:8px;cursor:pointer;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.top-widgets .item .coin-conversion .icons{display:flex}.top-widgets .item .coin-conversion .icons .coin1,.top-widgets .item .coin-conversion .icons .coin2{object-fit:cover;width:24px;height:24px}.top-widgets .item .coin-conversion .icons .coin2{margin-left:-6px}.top-widgets .item .coin-conversion .names{font-size:18px;font-weight:500;color:#f5f7faf2;line-height:1;margin-bottom:0}.top-widgets .item .coin-conversion .dropdown-icon{width:18px;margin-left:8px}.top-widgets .item .key{font-size:12px;font-weight:400;color:#f5f7fa5c;line-height:1.1;margin-bottom:6px}.top-widgets .item .value{font-size:18px;font-weight:500;color:#f5f7faf2;line-height:1.1;letter-spacing:-.03em;margin-bottom:0}.top-widgets .item .value.negative{color:#ff8f97}.top-widgets .item .value.positive{color:#77feb3}.conversion-dropdown{position:relative}.conversion-dropdown .dropdown{max-width:100%;min-width:480px;position:absolute;left:0;top:calc(100% + 8px);transform:translateY(10px);background-color:#0f0906;border-radius:8px 8px 0 0;visibility:hidden;opacity:0;transition:all .2s;z-index:1;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.conversion-dropdown .dropdown.show{visibility:visible;opacity:1;transform:translateY(0)}.conversion-dropdown .dropdown .dd-header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.04)}.conversion-dropdown .dropdown .dd-header .heading{font-size:16px;font-weight:500;color:#f5f7fa5c;line-height:1.1;letter-spacing:-.03em;margin-bottom:0}.conversion-dropdown .dropdown .dd-header .btn-close{padding:0 5px;background-color:transparent;border:0;box-shadow:none;outline:0;cursor:pointer}.conversion-dropdown .dropdown .dd-header .btn-close img{width:12px}.conversion-dropdown .dropdown .dd-body{padding:16px 12px}.conversion-dropdown .dropdown .dd-body .search-token-pair{width:100%;height:40px;font-size:14px;font-weight:400;color:#f5f7faf2;background-color:#f5f7fa0a;padding:4px 12px 4px 36px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.33333%2013.1667C10.2789%2013.1667%2012.6667%2010.7789%2012.6667%207.83333C12.6667%204.88781%2010.2789%202.5%207.33333%202.5C4.38781%202.5%202%204.88781%202%207.83333C2%2010.7789%204.38781%2013.1667%207.33333%2013.1667Z'%20stroke='%23F5F7FA'%20stroke-opacity='0.25'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14%2014.5001L11.1%2011.6001'%20stroke='%23F5F7FA'%20stroke-opacity='0.25'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center left 14px;background-size:16px 16px;border-radius:8px;border:0;outline:0;box-shadow:0 0 0 1px #1f1812,0 0 0 1px #120e0b inset;margin-bottom:16px}.conversion-dropdown .dropdown .dd-body .search-token-pair::-ms-input-placeholder{color:#f5f7fa40}.conversion-dropdown .dropdown .dd-body .search-token-pair::placeholder{color:#f5f7fa40}.conversion-dropdown .dropdown .dd-body .token-pairs-card{background-color:#f5f7fa0a;padding-bottom:4px;border-radius:8px;overflow:hidden}.conversion-dropdown .dropdown .dd-body .token-pairs-card table{width:100%;border-spacing:0}.conversion-dropdown .dropdown .dd-body .token-pairs-card table thead tr th{padding:12px;font-size:12px;font-weight:500;color:#f5f7fa5c;text-align:right;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.04)}.conversion-dropdown .dropdown .dd-body .token-pairs-card table thead tr th:first-child{text-align:left;padding-left:16px}.conversion-dropdown .dropdown .dd-body .token-pairs-card table thead tr th:last-child{padding-right:16px}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr{cursor:pointer;transition:all .2s}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr:hover{background-color:#f5f7fa14}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td{padding:12px;font-size:12px;font-weight:500;color:#f5f7faf2;text-align:right}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td:first-child{padding-left:16px}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td:last-child{padding-right:16px}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td .token-pair{height:100%;display:flex;align-items:center;column-gap:8px}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td .token-pair .icons{display:flex}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td .token-pair .icons .coin1,.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td .token-pair .icons .coin2{object-fit:cover;width:24px;height:24px}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td .token-pair .icons .coin2{margin-left:-8px}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td .token-pair .names{font-size:16px;font-weight:500;margin-bottom:0}.coins-chart{width:65%}.coins-chart img{width:100%;height:100%;object-fit:cover}.perp-tabs .tabs-header{height:42px;display:flex;align-items:stretch;justify-content:flex-start}.perp-tabs .tabs-header .header-item{min-width:100px;display:flex;align-items:center;justify-content:center;background-color:transparent;padding:0 20px;font-size:14px;font-weight:400;color:#f5f7fa5c;border:none;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.perp-tabs .tabs-header .header-item.active{color:#f89728;border-bottom:1px solid #F89728}.orderBook-trade-tabs{width:35%}.orderBook-trade-tabs .tabs-header .header-item{min-width:auto;width:50%}.orderBook-trade-tabs .tabs-header .header-item.active{background-color:transparent;color:#f89728;text-shadow:1px 1px 0 rgba(0,0,0,.4)}.orderBook-trade-tabs table{width:100%;margin:0;border-spacing:0}.orderBook-trade-tabs table thead tr{background-color:#f5f7fa08}.orderBook-trade-tabs table thead tr th{width:33.33%;padding:8px 14px;font-size:12px;font-weight:400;color:#f5f7fa5c;text-align:right;border-bottom:1px solid rgb(13,10,8)}.orderBook-trade-tabs table tbody tr td{padding:8px 14px;font-size:12px;font-weight:400;color:#f5f7faf2;text-align:right}.orderBook-trade-tabs table tbody tr td .progress{position:relative;width:100%;height:28px;background-color:#11301f4d;border-radius:6px 0 0 6px}.orderBook-trade-tabs table tbody tr td .progress .progress-bar{position:absolute;top:0;right:0;bottom:0;background-color:#13422899;border-radius:6px 0 0 6px}.orderBook-trade-tabs table tbody tr td:last-child{padding-top:0;padding-right:0;padding-bottom:0}.orderBook-trade-tabs table tbody tr:first-child td{border-top:1px solid rgb(38,31,25)}.listing-tabs{flex:1}.listing-tabs .tabs-content{max-height:330px!important;overflow-y:scroll!important;-ms-overflow-style:none;scrollbar-width:none}.listing-tabs .tabs-content ::-webkit-scrollbar{display:none}.listing-tabs .tabs-content ::-webkit-scrollbar{width:0;background:transparent}.listing-tabs .tabs-content .listing-table{width:100%;margin:0;border-spacing:0}.listing-tabs .tabs-content .listing-table thead tr{background-color:#ffffff0a}.listing-tabs .tabs-content .listing-table thead tr th{padding:16px 12px;font-size:14px;font-weight:400;color:#f5f7fa5c;text-align:right;white-space:nowrap;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.listing-tabs .tabs-content .listing-table thead tr th:first-child{padding-left:16px}.listing-tabs .tabs-content .listing-table thead tr th:last-child{padding-right:16px}.listing-tabs .tabs-content .listing-table tbody tr td.no-positions{font-size:.8rem!important;color:#aaa}.listing-tabs .tabs-content .listing-table tbody tr td{padding:16px 12px;font-size:14px;font-weight:500;color:#f5f7faf2;text-align:right;border-bottom:1px solid rgba(255,255,255,.04)}.listing-tabs .tabs-content .listing-table tbody tr td:first-child{padding-left:16px}.listing-tabs .tabs-content .listing-table tbody tr td:last-child{padding-right:16px}.listing-tabs .tabs-content .listing-table tbody tr td .coin-status{display:flex;align-items:center;column-gap:8px;justify-content:flex-start}.listing-tabs .tabs-content .listing-table tbody tr td .coin-status .icon{width:18px}.listing-tabs .tabs-content .listing-table tbody tr td .coin-status .badge{min-width:40px;height:24px;display:flex;align-items:center;justify-content:center;padding:4px 8px;font-size:10px;font-weight:500;border-radius:6px}.listing-tabs .tabs-content .listing-table tbody tr td .coin-status .badge.success{background-color:#11301f;color:#77feb3}.listing-tabs .tabs-content .listing-table tbody tr td .coin-status .badge.danger{background-color:#301111;color:#fe7777}.listing-tabs .tabs-content .listing-table tbody tr td .net-value{display:flex;align-items:center;column-gap:4px;justify-content:flex-end}.listing-tabs .tabs-content .listing-table tbody tr td .net-value .negative{font-size:12px;font-weight:500;color:#ff8f97}.listing-tabs .tabs-content .listing-table tbody tr td .net-value .positive{font-size:12px;font-weight:500;color:#77feb3}.listing-tabs .tabs-content .listing-table tbody tr td .table-actions{display:flex;align-items:center;column-gap:16px;justify-content:flex-end}.listing-tabs .tabs-content .listing-table tbody tr td .table-actions .btn-close{background-color:transparent;padding:0;font-size:14px;font-weight:500;color:#ff8f97;outline:0;box-shadow:none;border:0}.listing-tabs .tabs-content .listing-table tbody tr td .table-actions .actions-dd .icon{display:block;width:16px;cursor:pointer}.listing-tabs .tabs-content .listing-table tbody tr:last-of-type td{border-bottom:0}.listing-tabs .tabs-content .no-data-found{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center}.listing-tabs .tabs-content .no-data-found .heading{font-size:18px;font-weight:500;color:#f5f7faf2;line-height:1.1;margin-bottom:12px}.listing-tabs .tabs-content .no-data-found .desc{font-size:16px;font-weight:500;color:#f5f7fa5c;line-height:1.1;margin-bottom:0}.listing-tabs .tabs-content .no-data-found .desc .link{color:#f89728;text-decoration:none}.calculator-tabs .tabs-header .header-item{min-width:auto;width:100%}.calculator-tabs .tabs-content{padding:16px 12px}.calculator-sub-tabs .sub-tabs-header{height:40px;display:flex;align-items:stretch;column-gap:12px;padding:4px;background-color:#040201;box-shadow:0 0 0 1px #000 inset,0 0 0 1px #ffffff0d;border-radius:8px}.calculator-sub-tabs .sub-tabs-header .sub-tabs-item{width:100%;display:flex;align-items:center;justify-content:center;background-color:transparent;padding:0 20px;font-size:14px;font-weight:500;color:#f5f7fa5c;cursor:pointer;border-radius:8px;transition:all .2s;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.calculator-sub-tabs .sub-tabs-header .sub-tabs-item.active{background-color:#171312;color:#f89728;box-shadow:0 -1px 1px #050404 inset,0 1px 1px #70707040 inset,0 0 0 1px #0f0a08 inset}.calculator-sub-tabs .sub-tabs-content{padding-top:24px}.exchange-swap{position:relative;display:flex;flex-direction:column;row-gap:5px}.exchange-swap .swap-card{background-color:#f5f7fa0a;border-radius:8px;overflow:hidden}.exchange-swap .swap-card .row-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.04)}.exchange-swap .swap-card .row-item .key,.exchange-swap .swap-card .row-item .value{color:#f5f7fa5c;line-height:1.1;margin-bottom:0;white-space:nowrap}.exchange-swap .swap-card .row-item .key .use-max,.exchange-swap .swap-card .row-item .value .use-max{color:#f89728;cursor:pointer;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.exchange-swap .swap-card .row-item .key .use-max.active,.exchange-swap .swap-card .row-item .value .use-max.active,.exchange-swap .swap-card .row-item .key .use-max.active:hover,.exchange-swap .swap-card .row-item .value .use-max.active:hover,.exchange-swap .swap-card .row-item .key .use-max:hover,.exchange-swap .swap-card .row-item .value .use-max:hover{color:#f89728}.exchange-swap .swap-card .row-item .key{font-size:16px;font-weight:500}.exchange-swap .swap-card .row-item .value{font-size:14px;font-weight:400}.exchange-swap .swap-card .row-item .btn-select-coin{display:flex;align-items:center;column-gap:6px;font-size:16px;font-weight:500;color:#fff;cursor:pointer;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.exchange-swap .swap-card .row-item .btn-select-coin .coin-icon{width:18px;object-fit:cover;height:18px}.exchange-swap .swap-card .row-item .btn-select-coin .dd-icon{width:16px}.exchange-swap .swap-card .row-item .field-container{flex:1}.exchange-swap .swap-card .row-item .field-container .field{width:100%;font-size:24px;font-weight:500;color:#f5f7faf2;padding:0;background-color:transparent;border:0;outline:0;box-shadow:none}.exchange-swap .swap-card .row-item .field-container .field::-ms-input-placeholder{color:#f5f7fa5c}.exchange-swap .swap-card .row-item .field-container .field::placeholder{color:#f5f7fa5c}.exchange-swap .swap-card .row-item .field-container .field[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.exchange-swap .swap-card .row-item:last-child{border-bottom:0}.exchange-swap .btn-swapable{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background-color:#1c1817;border:0;box-shadow:0 -1px 1px #050404 inset,0 1px 1px #87878740 inset,0 0 0 1px #0f0a08 inset;border-radius:10px;outline:0;cursor:pointer}.exchange-swap .btn-swapable.md{width:44px;height:44px}.exchange-swap .btn-swapable.sm{width:36px;height:36px}.range-card{background-color:#f5f7fa0a;border-radius:8px;overflow:hidden}.range-card .header{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(245,247,250,.03)}.range-card .header .title{font-size:14px;font-weight:500;color:#f5f7faf2;line-height:1.3;margin-bottom:0}.range-card .header .icon{display:flex;text-decoration:none;cursor:pointer}.range-card .header .icon img{width:16px}.range-card .body{display:flex;align-items:stretch;column-gap:12px;padding:12px;border-bottom:1px solid rgba(245,247,250,.03)}.range-card .body .rangeslider{flex:1}.range-card .body .value-filed{min-width:50px;padding:0 10px;background-color:#f5f7fa08;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:400;color:#f5f7faf2;border:1px solid rgba(245,247,250,.04);border-radius:6px}.range-card .leverage-multiplier{display:flex}.range-card .leverage-multiplier .info{flex:1;display:flex;align-items:center;column-gap:4px;padding:12px;font-size:14px;font-weight:500;color:#ffffff52;line-height:1.2}.range-card .leverage-multiplier .info .icon{display:flex}.range-card .leverage-multiplier .info .icon img{width:16px}.range-card .leverage-multiplier .actionables{display:flex}.range-card .leverage-multiplier .actionables span{display:flex;align-items:center;justify-content:center;padding:12px;font-size:14px;font-weight:500;color:#ffffff52;line-height:1.2;border-left:1px solid rgba(245,247,250,.08);cursor:pointer;transition:all .2s}.range-card .leverage-multiplier .actionables span.active,.range-card .leverage-multiplier .actionables span:hover{background-color:#f5f7fa14;color:#f5f7faf2}.key-value-card{background-color:#f5f7fa08;border:1px solid rgba(245,247,250,.08);border-radius:6px;overflow:hidden}.key-value-card .header{padding:12px;border-bottom:1px solid rgba(245,247,250,.08);display:flex;align-items:center;justify-content:space-between;color:#fff}.key-value-card .header .title{font-size:14px;font-weight:400;color:#f5f7faf2;line-height:1.3;margin-bottom:0}.key-value-card .header .actionables{align-items:center;color:#f5f7fa5c;display:flex;font-size:14px;font-weight:400}.key-value-card .header .actionables .val{border-bottom:1px dashed rgba(255,255,255,.24)}.key-value-card .header .actionables .btn{color:#f89728;cursor:pointer}.key-value-card .body{padding:12px}.key-value-card .body .item{display:flex;align-items:center;justify-content:space-between;column-gap:15px;margin-bottom:12px}.key-value-card .body .item:last-child{margin-bottom:0}.key-value-card .body .item .key{display:flex;align-items:center;column-gap:8px;font-size:14px;font-weight:400;color:#f5f7fa5c;line-height:1.3}.key-value-card .body .item .key .icon{display:flex;text-decoration:none;cursor:pointer}.key-value-card .body .item .key .icon img{width:16px}.key-value-card .body .item .value{font-size:14px;font-weight:400;color:#f5f7faf2;line-height:1.1;margin-bottom:0}.footer{width:100%;position:fixed;bottom:0;left:0;right:0;background-color:#1a1412;padding-top:16px;z-index:9}.footer:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:16px;background-color:#010101}.footer .footer-main{display:flex;align-items:center;justify-content:space-between}.footer .footer-main .left{display:block;height:24px;display:flex;align-items:center;column-gap:4px;font-size:12px;font-weight:400;color:#f5f7fa5c;cursor:default!important;line-height:1.1;text-decoration:none;padding-right:24px;border-right:1px solid rgba(245,247,250,.08)}.footer .footer-main .left .dot{width:6px;height:6px;border-radius:50%}.footer .footer-main .left .dot.online{background-color:#00e100}.footer .footer-main .left .dot.offline{background-color:#fe7777}.footer .footer-main .left .icon{width:12px}.footer .footer-main .right{display:block;height:24px;display:flex;align-items:center;column-gap:4px;font-size:12px;font-weight:400;color:#f5f7fa5c;line-height:1.1;text-decoration:none;padding-left:24px;border-left:1px solid rgba(245,247,250,.08)}.footer .footer-main .right .icon{width:12px}.modal{position:fixed;top:50%;left:50%;max-height:100%;z-index:20;height:100%;overflow-x:hidden;overflow-y:auto;transform:translate(-50%) translateY(-55%);opacity:0;visibility:hidden;transition:all .2s}.modal .modal-dialog{height:calc(100% - 3rem);width:420px;display:flex;align-items:center;margin:1.5rem auto}.modal .modal-dialog .modal-content{width:100%;display:flex;flex-direction:column;max-height:100%;pointer-events:auto;background-color:#191310;border-radius:8px;overflow:hidden}.modal .modal-dialog .modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid rgb(13,10,8)}.modal .modal-dialog .modal-content .modal-header .modal-title{font-size:16px;font-weight:500;color:#f5f7fa5c;line-height:1.1;letter-spacing:-.03em;margin-bottom:0}.modal .modal-dialog .modal-content .modal-header .btn-close{padding:0 5px;background-color:transparent;border:0;box-shadow:none;outline:0;cursor:pointer}.modal .modal-dialog .modal-content .modal-header .btn-close img{width:12px}.modal .modal-dialog .modal-content .modal-body{padding:16px;border-top:1px solid rgb(38,31,25);overflow-y:auto;overflow-x:hidden}.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar{width:8px}.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track{background:#191310}.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb{background:#231e1a}.modal.show{transform:translate(-50%) translateY(-50%);opacity:1;visibility:visible}.token-modal .modal-dialog .modal-content .modal-body .search-token-pair{width:100%;height:40px;font-size:14px;font-weight:400;color:#f5f7faf2;background-color:#f5f7fa0a;padding:4px 12px 4px 36px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.33333%2013.1667C10.2789%2013.1667%2012.6667%2010.7789%2012.6667%207.83333C12.6667%204.88781%2010.2789%202.5%207.33333%202.5C4.38781%202.5%202%204.88781%202%207.83333C2%2010.7789%204.38781%2013.1667%207.33333%2013.1667Z'%20stroke='%23F5F7FA'%20stroke-opacity='0.25'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14%2014.5001L11.1%2011.6001'%20stroke='%23F5F7FA'%20stroke-opacity='0.25'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center left 14px;background-size:16px 16px;border-radius:8px;border:0;outline:0;box-shadow:0 0 0 1px #1f1812,0 0 0 1px #120e0b inset;margin-bottom:16px}.token-modal .modal-dialog .modal-content .modal-body .search-token-pair::-ms-input-placeholder{color:#f5f7fa40}.token-modal .modal-dialog .modal-content .modal-body .search-token-pair::placeholder{color:#f5f7fa40}.token-modal .modal-dialog .modal-content .modal-body .token-list-card{background-color:#231e1a;border-radius:8px}.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgb(23,20,17)}.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-header .key,.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-header .value{font-size:14px;font-weight:500;color:#f5f7fa5c;line-height:1.3;text-transform:uppercase}.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-body{border-top:1px solid rgb(46,39,34)}.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-body .list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:all .2s}.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-body .list-item:hover{background-color:#f5f7fa0a}.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-body .list-item:last-of-type{border-radius:0 0 8px 8px}.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-body .list-item .token{display:flex;align-items:center;column-gap:8px}.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-body .list-item .token .icon{width:24px}.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-body .list-item .token .name{font-size:16px;font-weight:400;color:#f5f7faf2;line-height:1.2;margin-bottom:0}.token-modal .modal-dialog .modal-content .modal-body .token-list-card .list-body .list-item .value{font-size:14px;font-weight:500;color:#f5f7fa5c;line-height:1.2;margin-bottom:0}.acknowledgement-modal .modal-body .img-container{width:100%;border-radius:5px;overflow:hidden}.acknowledgement-modal .modal-body .img-container img{display:block;width:100%;height:auto}.acknowledgement-modal .modal-body .desc{font-size:14px;font-weight:400;color:#f5f7fa5c;line-height:1.5;margin:12px 0 16px}.acknowledgement-modal .modal-body .checkbox-container label{position:relative;display:block;padding-left:26px;font-size:12px;font-weight:400;color:#f5f7fa5c;line-height:1.5;margin:0 0 20px;cursor:pointer;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.acknowledgement-modal .modal-body .checkbox-container label:before{content:"";position:absolute;left:0;top:3px;width:16px;height:16px;background-image:url(../images/icons/icon-checkbox-unchecked.png);background-repeat:no-repeat;background-size:16px 16px}.acknowledgement-modal .modal-body .checkbox-container input:checked+label:before{background-image:url(../images/icons/icon-checkbox-checked.png)}.modal-backdrop{position:fixed;display:none;top:0;left:0;width:100vw;height:100vh;background-color:#0e0906c7;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);transition:all .2s}.modal-backdrop.show{display:block;z-index:10;transition:all .2s}.styles-module_dark__xNqje{max-width:240px!important;background:#191310!important;font-size:12px!important;font-weight:500!important;color:#f5f7fa5c!important;line-height:1.4!important;padding:10px 12px!important;border:1px solid rgba(245,247,250,.08)!important;border-radius:8px!important;opacity:1!important}.styles-module_arrow__K0L3T{width:12px!important;height:12px!important;background:#191310!important}.tradingview-widget-container{height:540px;width:100%;border-radius:8px}.tradingview-widget-container iframe{border-radius:8px;overflow:hidden}.tradingview-widget-container iframe .chart-container.single-visible{border-radius:8px}.tradingview-widget-container__widget{height:calc(100% - 32px);width:100%}.liquidity-pools .columns{display:flex;align-items:flex-start;column-gap:30px}.liquidity-pools .columns .liquidity-card{width:calc(53% - 15px);display:flex;flex-direction:column}.liquidity-pools .columns .liquidity-card .header{padding:16px;display:flex;flex-direction:column;row-gap:16px;border-bottom:1px solid rgba(255,255,255,.04)}.liquidity-pools .columns .liquidity-card .header .title{font-size:16px;font-weight:400;color:#ffffff52;line-height:1.1;margin-bottom:12px}.liquidity-pools .columns .liquidity-card .header .liquidity-value{font-size:32px;font-weight:500;color:#fff;line-height:1;margin-bottom:0}.liquidity-pools .columns .liquidity-card .header .selected-coins{background-color:#ffffff12;border:1px solid rgba(255,255,255,.07);border-radius:6px}.liquidity-pools .columns .liquidity-card .header .selected-coins .item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(255,255,255,.07)}.liquidity-pools .columns .liquidity-card .header .selected-coins .item:last-child{border-bottom:0}.liquidity-pools .columns .liquidity-card .header .selected-coins .item .name{display:flex;align-items:center;column-gap:4px;font-size:14px;font-weight:400;color:#fff;text-transform:uppercase;line-height:1;text-decoration:none}.liquidity-pools .columns .liquidity-card .header .selected-coins .item .name .coin-icon{width:14px;height:14px;object-fit:cover}.liquidity-pools .columns .liquidity-card .header .selected-coins .item .name .arrow-icon{width:12px}.liquidity-pools .columns .liquidity-card .header .selected-coins .item .value{display:flex;align-items:center;column-gap:4px;font-size:14px;font-weight:400;color:#fff;text-transform:uppercase;line-height:1}.liquidity-pools .columns .liquidity-card .header .selected-coins .item .value span{color:#ffffff52}.liquidity-pools .columns .liquidity-card .details .details-list{display:flex;flex-direction:column;row-gap:16px;padding:16px;border-bottom:1px solid rgba(255,255,255,.04)}.liquidity-pools .columns .liquidity-card .details .details-list:last-child{border-bottom:0}.liquidity-pools .columns .liquidity-card .details .details-list .details-title{font-size:16px;font-weight:500;color:#fff;line-height:1.1;margin-bottom:0}.liquidity-pools .columns .liquidity-card .details .details-list .details-item{display:flex;flex-direction:column;row-gap:16px}.liquidity-pools .columns .liquidity-card .details .details-list .details-item .single-item{display:flex;align-items:center;justify-content:space-between}.liquidity-pools .columns .liquidity-card .details .details-list .details-item .single-item .key{display:flex;align-items:center;column-gap:8px;font-size:14px;font-weight:400;color:#ffffff52;line-height:1.1}.liquidity-pools .columns .liquidity-card .details .details-list .details-item .single-item .key .coin-icon{object-fit:cover;width:16px;height:16px}.liquidity-pools .columns .liquidity-card .details .details-list .details-item .single-item .value{display:flex;align-items:center;column-gap:4px;font-size:14px;font-weight:500;color:#fff;line-height:1.1}.liquidity-pools .columns .liquidity-card .details .details-list .details-item .single-item .value .icon{width:12px}.liquidity-pools .columns .liq-pools-card{width:calc(47% - 15px)}.searchbar{width:100%;height:40px;padding:10px 12px 10px 36px;background-color:#ffffff0a;font-size:14px;font-weight:500;color:#fff;border:rgba(255,255,255,.04);border-radius:10px;box-shadow:none;outline:0;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.33333%2013.1667C10.2789%2013.1667%2012.6667%2010.7789%2012.6667%207.83333C12.6667%204.88781%2010.2789%202.5%207.33333%202.5C4.38781%202.5%202%204.88781%202%207.83333C2%2010.7789%204.38781%2013.1667%207.33333%2013.1667Z'%20stroke='%23F5F7FA'%20stroke-opacity='0.25'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14%2014.5001L11.1%2011.6001'%20stroke='%23F5F7FA'%20stroke-opacity='0.25'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center left 12px;background-size:16px}.searchbar::placeholder{color:#ffffff52;font-weight:400}.searchbar ::-ms-input-placeholder{color:#ffffff52;font-weight:400}.table-card .header{padding:16px}.table-card .custom-table .head-row{display:flex;padding:0 16px;background-color:#ffffff0a;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.table-card .custom-table .head-row .column{min-width:150px;padding:10px;font-size:14px;font-weight:400;color:#ffffff52;line-height:1.1;text-align:right;white-space:nowrap}.table-card .custom-table .rows{display:flex;flex-direction:column}.table-card .custom-table .rows .body-row{display:flex;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.04)}.table-card .custom-table .rows .body-row .column{min-width:150px;padding:16px 10px;display:flex;align-items:center;justify-content:flex-end}.table-card .custom-table .rows .body-row .column .key{display:none}.table-card .custom-table .rows .body-row .column .value{font-size:16px;font-weight:400;color:#fff;line-height:1.2;white-space:nowrap;margin-bottom:0}.table-card .custom-table .table-footer{display:flex;justify-content:flex-end;padding:16px}.table-card .custom-table .table-footer .pagination{display:flex;align-items:center;column-gap:8px}.table-card .custom-table .table-footer .pagination .btn-prev,.table-card .custom-table .table-footer .pagination .btn-next{height:20px;width:20px;display:flex;align-items:center;justify-content:center;background-color:transparent;padding:0;border:0;border-radius:2px;box-shadow:none;outline:0;cursor:pointer}.table-card .custom-table .table-footer .pagination .btn-prev .icon,.table-card .custom-table .table-footer .pagination .btn-next .icon{width:100%;height:100%}.table-card .custom-table .table-footer .pagination .btn-prev:disabled,.table-card .custom-table .table-footer .pagination .btn-next:disabled{cursor:default}.table-card .custom-table .table-footer .pagination .btn-prev:disabled .icon path,.table-card .custom-table .table-footer .pagination .btn-next:disabled .icon path{stroke:#ffffff52}.table-card .custom-table .table-footer .pagination .btn-prev:hover,.table-card .custom-table .table-footer .pagination .btn-next:hover{background-color:#f5f7fa0a}.table-card .custom-table .table-footer .pagination .pages-count{font-size:14px;font-weight:500;color:#ffffffe0;line-height:1.3}.pools-table .head-row .column:nth-child(1){text-align:left}.pools-table .head-row .column:nth-child(2){min-width:140px}.pools-table .head-row .column:nth-child(3),.pools-table .head-row .column:nth-child(4){min-width:180px}.pools-table .head-row .column:nth-child(5){min-width:200px}.pools-table .head-row .column:nth-child(6){padding-right:16px}.pools-table .rows .body-row .column .token-pair{display:flex;align-items:center;column-gap:8px}.pools-table .rows .body-row .column .token-pair .tokens{display:flex}.pools-table .rows .body-row .column .token-pair .tokens .coin{object-fit:cover;width:32px;height:32px;border:1px solid #211b17;border-radius:999px}.pools-table .rows .body-row .column .token-pair .tokens .coin.coin1{z-index:1}.pools-table .rows .body-row .column .token-pair .tokens .coin.coin2{margin-left:-8px}.pools-table .rows .body-row .column .token-pair .names{display:flex;align-items:center;font-size:16px;font-weight:500;color:#fff;line-height:1.3;margin-bottom:0;text-decoration:none}.pools-table .rows .body-row .column:nth-child(1){flex:1;justify-content:flex-start}.pools-table .rows .body-row .column:nth-child(2){min-width:140px}.pools-table .rows .body-row .column:nth-child(3),.pools-table .rows .body-row .column:nth-child(4){min-width:180px}.pools-table .rows .body-row .column:nth-child(5){min-width:200px}.leaderboard-table .head-row .column:nth-child(1){min-width:60px;text-align:left}.leaderboard-table .head-row .column:nth-child(2){flex:1;text-align:left}.leaderboard-table .head-row .column:nth-child(5){min-width:180px}.leaderboard-table .rows .body-row .column .value.positive{color:#0ed065}.leaderboard-table .rows .body-row .column .value.negative{color:#ff2828}.leaderboard-table .rows .body-row .column:nth-child(1){min-width:60px;justify-content:flex-start}.leaderboard-table .rows .body-row .column:nth-child(2){flex:1;justify-content:flex-start}.leaderboard-table .rows .body-row .column:nth-child(5){min-width:180px}.referral-table .head-row .column{min-width:140px!important}.referral-table .head-row .column:nth-child(1){min-width:60px!important;text-align:left}.referral-table .head-row .column:nth-child(2){flex:1;text-align:left}.referral-table .rows .body-row .column{min-width:140px!important}.referral-table .rows .body-row .column:nth-child(1){min-width:60px!important;justify-content:flex-start}.referral-table .rows .body-row .column:nth-child(2){flex:1;justify-content:flex-start}.referral-stats{display:flex;background-color:#0f0906;border-radius:8px;margin-bottom:36px}.referral-stats .item{flex:1;padding:16px}.referral-stats .item:nth-child(1){border-right:1px solid rgba(255,255,255,.04)}.referral-stats .item .key{font-size:16px;font-weight:400;color:#ffffff52;line-height:1.2;margin-bottom:10px}.referral-stats .item .value{font-size:24px;font-weight:500;color:#fff;line-height:1;letter-spacing:-.69px;margin-bottom:0}.referral-tabs{background-color:#0f0906;border-radius:8px}.referral-tabs .tabs-header{display:flex;justify-content:flex-start;border-radius:8px 8px 0 0;border-bottom:1px solid rgba(255,255,255,.07)}.referral-tabs .tabs-header .item{position:relative;min-width:120px;padding:12px 24px;font-size:14px;font-weight:500;color:#ffffff52;line-height:1.3;white-space:nowrap;letter-spacing:-.42px;text-align:center;cursor:pointer;transition:all .2s}.referral-tabs .tabs-header .item.active{color:#f89728}.referral-tabs .tabs-header .item.active:after{content:"";height:1px;width:100%;position:absolute;left:0;right:0;bottom:-1px;background-color:#f89728;transition:all .2s}.referral-tabs .tabs-body .content-header{display:flex;flex-direction:column;row-gap:24px;padding:24px 16px}.referral-tabs .tabs-body .content-header .title{font-size:14px;font-weight:400;color:#ffffff52;line-height:1.2;margin-bottom:16px}.referral-tabs .tabs-body .content-header .code{font-size:32px;font-weight:500;color:#ffffff3d;line-height:1;letter-spacing:-.69px;margin-bottom:0}.referral-tabs .tabs-body .content-header .text-bar{width:100%;padding:10px;background-color:#ffffff0a;border-radius:8px}.referral-tabs .tabs-body .content-header .text-bar .text{font-size:14px;font-weight:500;color:#ffffff52;line-height:1.3;margin-bottom:0}.referral-tabs .tabs-body .content-header .text-bar .text span{color:#f89728}.referral-tabs .tabs-body .content-header .copy-bar{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px;background-color:#ffffff0a;border-radius:8px}.referral-tabs .tabs-body .content-header .copy-bar .text{font-size:14px;font-weight:500;color:#ffffff52;line-height:1.3;margin-bottom:0}.referral-tabs .tabs-body .content-header .copy-bar .text a{display:inline-block;color:#f89728;text-decoration:none}.referral-tabs .tabs-body .content-header .copy-bar .btn-copy{height:24px;width:24px;display:flex;align-items:center;justify-content:center;padding:0;background-color:transparent;box-shadow:none;border:0;border-radius:3px;cursor:pointer;transition:all .2s}.referral-tabs .tabs-body .content-header .copy-bar .btn-copy .icon{width:16px}.referral-tabs .tabs-body .content-header .copy-bar .btn-copy:hover{background-color:#ffffff0a}.referral-tabs .tabs-body .content-header .copy-bar .btn-copy:hover .icon path{stroke-opacity:.64}.referral-tabs .tabs-body .content-footer{padding:24px 16px 16px;display:flex;column-gap:250px;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.04)}.referral-tabs .tabs-body .content-footer .text{font-size:14px;font-weight:500;color:#ffffff52;line-height:1.4;margin-bottom:0}.referral-tabs .tabs-body .content-footer .text span{color:#f89728}.referral-tabs .tabs-body .content-footer .btn-referral{padding:12px 16px;background-color:#f89728;font-size:16px;font-weight:500;color:#0d0805;line-height:1;white-space:nowrap;text-shadow:0px 1px 1px rgba(255,255,255,.28);border-radius:10px;border:1px solid transparent;box-shadow:none;outline:0;cursor:pointer}.referral-tabs .tabs-body .content-footer .btn-referral:disabled{background-color:#ffffff0a;color:#ffffff52;text-shadow:none;border-color:#ffffff08;cursor:default}@media only screen and (min-width: 1441px) and (max-width: 1599.98px){.dashboard-columns{grid-template-columns:calc(73% - 8px) calc(27% - 8px)}}@media only screen and (min-width: 1365px) and (max-width: 1440.98px){.dashboard-columns{grid-template-columns:calc(71% - 8px) calc(29% - 8px)}}@media only screen and (min-width: 1200px) and (max-width: 1364.98px){.dashboard-columns{grid-template-columns:calc(68% - 8px) calc(32% - 8px)}}@media only screen and (min-width: 1024px) and (max-width: 1199.98px){.dashboard-columns{grid-template-columns:calc(65% - 8px) calc(35% - 8px)}.pools-table .head-row .column:nth-child(1){min-width:160px}.pools-table .head-row .column:nth-child(2){min-width:120px}.pools-table .head-row .column:nth-child(3),.pools-table .head-row .column:nth-child(4){min-width:150px}.pools-table .head-row .column:nth-child(5){min-width:180px}.pools-table .rows .body-row .column .value{font-size:14px!important}.pools-table .rows .body-row .column .token-pair .tokens .coin{width:22px;height:22px}.pools-table .rows .body-row .column .token-pair .names{font-size:14px}.pools-table .rows .body-row .column:nth-child(1){min-width:160px}.pools-table .rows .body-row .column:nth-child(2){min-width:120px}.pools-table .rows .body-row .column:nth-child(3),.pools-table .rows .body-row .column:nth-child(4){min-width:150px}.pools-table .rows .body-row .column:nth-child(5){min-width:180px}}@media screen and (max-width: 767.98px){.container-fluid,.container-sm,.container-lg{padding:0 16px}.overflow-y-hidden{padding-right:0}.main{padding:92px 0 80px;min-height:calc(100vh - 172px)}.navbar .navbar-main{justify-content:space-between}.navbar .navbar-main .navbar-brand img{width:22px}.navbar .navbar-main .navbar-collapse{flex:auto;justify-content:flex-end}.navbar .navbar-main .navbar-collapse ul{display:none}.mob-menu{display:block;position:fixed;left:0;right:0;bottom:0;padding:12px 16px;background-color:#0d0805cc;border-top:1px solid rgba(245,247,250,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9}.mob-menu ul{display:flex;column-gap:12px;list-style-type:none;padding:0;margin:0;overflow-x:auto}.mob-menu ul li .nav-link{display:block;font-size:14px;font-weight:500;color:#f5f7fac9;line-height:1.1;padding:10px 12px;background-color:transparent;text-decoration:none;white-space:nowrap;border-radius:6px;transition:all .2s}.mob-menu ul li .nav-link.active{background-color:#f8972812;color:#f89728}.wallet-dropdown{top:auto;left:0;right:0;bottom:0;width:100%;max-height:calc(100vh - 120px);border:0;border-radius:8px 8px 0 0;transform:translateY(100%);transition:all .3s}.wallet-dropdown.show{transform:translateY(-60px);transition:all .3s}.wallet-dropdown .wallet-list .wallet .name{font-size:16px;letter-spacing:0}.wallet-dropdown .wallet-list .wallet .name .logo{width:36px}.wallet-dropdown .wallet-list .wallet .not-installed{margin-top:3px}.wallet-dropdown .wallet-list .wallet .arrow-icon{width:18px}.notification-dropdown{top:auto;left:0;right:0;bottom:0;width:100%;max-height:calc(100vh - 120px);border:0;border-radius:8px 8px 0 0;transform:translateY(100%);transition:all .3s}.notification-dropdown.show{transform:translateY(-60px);transition:all .3s}.profile-dropdown{top:auto;left:0;right:0;bottom:0;width:100%;max-height:calc(100vh - 120px);border:0;border-radius:8px 8px 0 0;transform:translateY(100%);transition:all .3s}.profile-dropdown.show{transform:translateY(-60px);transition:all .3s}.footer{display:none}.modal{top:60px;left:0;right:0;bottom:60px;max-height:calc(100vh - 120px);height:calc(100vh - 120px);transform:translate(0) translateY(100%)!important}.modal .modal-dialog{height:100%;width:100%;align-items:flex-end;margin:0}.modal .modal-dialog .modal-content .modal-header{padding:16px}.modal.show{transform:translate(0) translateY(0)!important}.modal-backdrop{top:60px;bottom:60px;height:calc(100vh - 120px);border-top:1px solid rgba(245,247,250,.08)}.dashboard-columns{display:block}.dashboard-columns .span-one,.dashboard-columns .span-two{margin-bottom:16px}.dashboard-columns .span-three{margin-bottom:16px;margin-top:0}.top-widgets{flex-wrap:wrap}.top-widgets .item{width:50%;padding:14px 16px;border-top:1px solid rgba(255,255,255,.04)}.top-widgets .item:first-child{width:100%;padding:16px;border-top:0}.top-widgets .item:nth-last-of-type(2),.top-widgets .item:nth-last-of-type(4){border-left:0}.top-widgets .item .coin-conversion .dropdown-icon{margin-left:auto}.conversion-dropdown{position:relative}.conversion-dropdown .dropdown{width:100%;min-width:100%;position:absolute;left:0;top:calc(100% + 8px);transform:translateY(10px);background-color:#0f0906;border-radius:8px 8px 0 0;visibility:hidden;opacity:0;transition:all .2s;z-index:1;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.conversion-dropdown .dropdown.show{visibility:visible;opacity:1;transform:translateY(0)}.conversion-dropdown .dropdown .dd-header{padding:12px 16px}.conversion-dropdown .dropdown .dd-body .token-pairs-card table thead tr th:last-child{display:none}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td{font-size:14px}.conversion-dropdown .dropdown .dd-body .token-pairs-card table tbody tr td:last-child{display:none}.tradingview-widget-container{height:300px}.liquidity-pools .columns{flex-direction:column;align-items:stretch;row-gap:36px}.liquidity-pools .columns .liquidity-card{width:100%}.liquidity-pools .columns .liquidity-card .details .details-list .details-item .single-item .value span{display:none}.liquidity-pools .columns .liq-pools-card{width:100%}.liquidity-pools .columns .liq-pools-card .exchange-swap .swap-card:nth-of-type(1) .row-item:last-of-type,.liquidity-pools .columns .liq-pools-card .exchange-swap .swap-card:nth-of-type(2) .row-item:last-of-type{padding-bottom:28px}.table-card .custom-table .head-row{display:none}.table-card .custom-table .rows .body-row{flex-direction:column}.table-card .custom-table .rows .body-row .column{min-width:auto;width:100%;padding:8px 0;justify-content:space-between}.table-card .custom-table .rows .body-row .column .key{display:flex;align-items:center;column-gap:8px;font-size:14px;font-weight:400;color:#ffffff52;line-height:1.2;margin-bottom:0}.table-card .custom-table .rows .body-row .column .key .icon{width:16px}.table-card .custom-table .rows .body-row .column .value{font-size:14px}.pools-table .rows .body-row:first-of-type .column:first-of-type{padding-top:8px}.pools-table .rows .body-row .column:nth-child(1){padding:20px 0 16px;min-width:auto}.pools-table .rows .body-row .column:nth-child(1) .key{display:none}.pools-table .rows .body-row .column:nth-child(2){min-width:auto}.pools-table .rows .body-row .column:nth-child(3),.pools-table .rows .body-row .column:nth-child(4){min-width:auto}.pools-table .rows .body-row .column:nth-child(5){min-width:auto}.pools-table .rows .body-row .column:nth-child(6){min-width:auto;padding:8px 0 16px}.leaderboard-table .rows .body-row:first-of-type .column:nth-of-type(2){padding-top:8px}.leaderboard-table .rows .body-row .column:nth-child(1){min-width:auto;order:2;justify-content:space-between}.leaderboard-table .rows .body-row .column:nth-child(2){order:1;justify-content:space-between;padding:16px 0 8px}.leaderboard-table .rows .body-row .column:nth-child(2) .key{display:none}.leaderboard-table .rows .body-row .column:nth-child(2) .value{font-size:16px}.leaderboard-table .rows .body-row .column:nth-child(3){order:3}.leaderboard-table .rows .body-row .column:nth-child(4){order:4}.leaderboard-table .rows .body-row .column:nth-child(5){order:5;min-width:auto;padding:8px 0 16px}.referral-table .rows .body-row .column{min-width:140px!important}.referral-table .rows .body-row .column:nth-child(1){order:2;justify-content:space-between}.referral-table .rows .body-row .column:nth-child(2){order:1;justify-content:flex-start;padding-top:16px}.referral-table .rows .body-row .column:nth-child(2) .key{display:none}.referral-table .rows .body-row .column:nth-child(3){order:3}.referral-table .rows .body-row .column:nth-child(4){order:6;padding:8px 0 16px}.referral-table .rows .body-row .column:nth-child(5){order:4}.referral-table .rows .body-row .column:nth-child(6){order:5}.referral-stats{display:block}.referral-stats .item:nth-child(1){border-right:0;border-bottom:1px solid rgba(255,255,255,.04)}.referral-tabs .tabs-header .item{min-width:auto;width:100%;padding:12px 10px}.referral-tabs .tabs-body .content-footer{flex-direction:column;align-items:stretch;row-gap:24px}}.hand{cursor:pointer}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 80px;--toastify-toast-max-height: 200px;--toastify-font-family: "Inter", sans-serif !important;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:10px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;background:#0d0907!important;border:1px solid rgba(245,247,250,.03)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body>div:last-child{font-size:14px;word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:#f89d33}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{position:absolute;top:15px;right:15px;color:#fff;opacity:.5;background:transparent;outline:none;border:none;padding:0;cursor:pointer;transition:.3s ease}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}.Toastify__toast .title{font-size:15px;font-weight:600;line-height:1.2;color:#fefeff;margin-bottom:6px;padding-right:30px}.Toastify__toast .timestamp{font-size:14px;font-weight:500;line-height:1.4;color:#717179;margin-bottom:0}.Toastify__toast .link{display:flex;border-top:1px solid rgba(245,247,250,.08);align-items:flex-end;font-size:14px;font-weight:300;line-height:1.2;color:#f89728;text-decoration:none;margin-top:22px}.Toastify__toast .link .icon{width:12px;margin-left:8px}
