@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";
.wallet-adapter-button{color:#fff;cursor:pointer;background-color:#0000;border:none;border-radius:4px;align-items:center;height:48px;padding:0 24px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;line-height:48px;display:flex}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{color:#999;cursor:not-allowed;background:#404144}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{display:inline-block;position:relative}.wallet-adapter-dropdown-list{z-index:99;grid-row-gap:10px;opacity:0;visibility:hidden;background:#2c2d30;border-radius:10px;grid-template-rows:1fr;margin:0;padding:10px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;display:grid;position:absolute;top:100%;right:0;box-shadow:0 8px 20px #0009}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{cursor:pointer;white-space:nowrap;box-sizing:border-box;color:#fff;border:none;border-radius:6px;outline:none;flex-direction:row;justify-content:center;align-items:center;width:100%;height:37px;padding:0 20px;font-size:14px;font-weight:600;display:flex}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{fill:#999;align-self:center}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transition:transform .15s ease-in;transform:rotate(180deg)}.wallet-adapter-modal{opacity:0;z-index:1040;background:#00000080;transition:opacity .15s linear;position:fixed;inset:0;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{cursor:pointer;background:#1a1f2e;border:none;border-radius:50%;justify-content:center;align-items:center;padding:12px;display:flex;position:absolute;top:18px;right:18px}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;inset:0}.wallet-adapter-modal-container{justify-content:center;align-items:center;min-height:calc(100vh - 6rem);margin:3rem;display:flex}@media (max-width:480px){.wallet-adapter-modal-container{min-height:calc(100vh - 2rem);margin:1rem}}.wallet-adapter-modal-wrapper{box-sizing:border-box;z-index:1050;background:#10141f;border-radius:10px;flex-direction:column;flex:1;align-items:center;max-width:400px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;position:relative;box-shadow:0 8px 20px #0009}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{text-align:center;color:#fff;margin:0;padding:64px 48px 48px;font-size:24px;font-weight:500;line-height:36px}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{width:100%;margin:0 0 12px;padding:0;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{border-radius:0;font-size:18px;font-weight:400}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{opacity:.6;margin-left:auto;font-size:14px}.wallet-adapter-modal-list-more{cursor:pointer;color:#fff;background-color:#0000;border:none;align-self:flex-end;align-items:center;padding:12px 24px 24px 12px;display:flex}.wallet-adapter-modal-list-more svg{fill:#fff;margin-left:.5rem;transition:all .1s}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;padding:0 24px 24px;display:flex}.wallet-adapter-modal-middle-button{cursor:pointer;color:#fff;background-color:#512da8;border:none;border-radius:8px;width:100%;margin-top:48px;padding:12px;font-size:18px;display:block}
.multi-range-slider *{box-sizing:border-box;margin:0;padding:0}.multi-range-slider{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border:1px solid gray;border-radius:10px;flex-direction:column;padding:20px 10px;display:flex;position:relative;box-shadow:1px 1px 4px #000}.multi-range-slider .bar-left{background-color:#f0f0f0;border-radius:10px 0 0 10px;width:25%;padding:4px 0;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-right{background-color:#f0f0f0;border-radius:0 10px 10px 0;width:25%;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-inner{background-color:#0f0;border:1px solid #000;flex-grow:1;flex-shrink:1;justify-content:space-between;display:flex;position:relative;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-inner-left,.multi-range-slider .bar-inner-right{width:50%}.multi-range-slider .thumb{z-index:1;cursor:pointer;background-color:#fff;position:relative}.multi-range-slider .thumb:before{content:"";background-color:inherit;z-index:1;cursor:pointer;border:1px solid #000;border-radius:50%;width:20px;height:20px;margin:-8px -12px;position:absolute;box-shadow:0 0 3px #000,inset 0 0 5px gray}.multi-range-slider .input-type-range:focus+.thumb:after{content:"";z-index:2;border:1px dotted #000;border-radius:50%;width:11px;height:11px;position:absolute;top:-4px;left:-7px;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.multi-range-slider .caption{justify-content:center;align-items:center;width:2px;height:2px;display:none;position:absolute;bottom:35px;left:1px;overflow:visible}.multi-range-slider .thumb .caption *{text-align:center;color:#fff;white-space:nowrap;background-color:#00f;border-radius:15px;min-width:30px;height:30px;padding:0 5px;font-size:75%;line-height:30px;position:absolute;box-shadow:0 0 5px #000}.multi-range-slider .thumb:active .caption,.multi-range-slider .input-type-range:focus+.thumb .caption{display:flex}.multi-range-slider .input-type-range{opacity:0;pointer-events:none;width:100%;position:absolute;top:0;left:0}.multi-range-slider .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider .ruler .ruler-rule{border-bottom:1px solid;border-left:1px solid;flex-grow:1;flex-shrink:1;padding:5px 0;display:flex}.multi-range-slider .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider .ruler .ruler-sub-rule{border-left:1px solid;flex-grow:1;flex-shrink:1;margin-bottom:-5px;padding:3px 0;display:flex;bottom:0}.multi-range-slider .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider .labels{justify-content:space-between;margin-top:10px;margin-bottom:-20px;padding:0;display:flex}.multi-range-slider .label{justify-content:center;width:1px;font-size:80%;display:flex}.multi-range-slider .label:first-child{justify-content:start}.multi-range-slider .label:last-child{justify-content:end}.multi-range-slider.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider.zero-ranage-margin .thumb-right{left:8px}.multi-range-slider.disabled{color:#b4b4b4;border:1px solid #c8c8c8;box-shadow:1px 1px 4px #b4b4b4}.multi-range-slider .bar{display:flex}.multi-range-slider.disabled .bar-left,.multi-range-slider.disabled .bar-right{background-color:#c9c9c9;box-shadow:inset 0 0 5px #a0a0a0}.multi-range-slider.disabled .bar-inner{background-color:#82f382;border:1px solid #959595;box-shadow:inset 0 0 5px #676767}.multi-range-slider.disabled .thumb{background-color:#fff}.multi-range-slider.disabled .thumb:before{border:1px solid #c8c8c8;box-shadow:0 0 3px #232323,inset 0 0 5px gray}.multi-range-slider.disabled .input-type-range:focus+.thumb:after{border:1px dotted #232323;box-shadow:0 0 5px #fff,inset 0 0 10px #232323}.multi-range-slider.disabled .thumb .caption *{color:#c7c7c7;background-color:#545489;box-shadow:0 0 5px #232323}
.multi-range-slider-black *{box-sizing:border-box;margin:0;padding:0}.multi-range-slider-black{color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background-color:#000;border:1px solid gray;flex-direction:column;padding:30px 10px 25px;display:flex;position:relative}.multi-range-slider-black .bar{display:flex}.multi-range-slider-black .bar.active *{transition:none}.multi-range-slider-black .bar-left{background-color:gray;border:1px solid #000;border-radius:10px 0 0 10px;width:25%;padding:5px 0;box-shadow:inset 0 0 5px #000}.multi-range-slider-black .bar-right{background-color:gray;border:1px solid #000;border-radius:0 10px 10px 0;width:25%;box-shadow:inset 0 0 5px #000}.multi-range-slider-black .bar-inner{background-color:#0f0;border:1px solid #000;flex-grow:1;flex-shrink:1;justify-content:space-between;display:flex;position:relative;box-shadow:inset 0 0 5px #000}.multi-range-slider-black .bar-inner-left,.multi-range-slider-black .bar-inner-right{width:50%}.multi-range-slider-black .thumb{z-index:1;cursor:pointer;background-color:#fff;position:relative}.multi-range-slider-black .thumb:before{content:"";background-color:inherit;z-index:1;cursor:pointer;border:1px solid #000;border-radius:7px;width:20px;height:30px;margin:-10px -12px;position:absolute;box-shadow:0 0 5px #000,inset 0 0 10px gray}.multi-range-slider-black .input-type-range:focus+.thumb:after{content:"";z-index:2;border:1px dotted #000;border-radius:7px;width:12px;height:22px;position:absolute;top:-6px;left:-8px;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.multi-range-slider-black .caption{justify-content:center;align-items:center;width:2px;height:2px;display:flex;position:absolute;bottom:45px;left:1px;overflow:visible}.multi-range-slider-black .thumb .caption *{text-align:center;color:#fff;white-space:nowrap;background-color:#00f;border-radius:15px;min-width:30px;height:30px;padding:0 5px;font-size:75%;line-height:30px;position:absolute;box-shadow:0 0 5px #000}.multi-range-slider-black .thumb:active .caption,.multi-range-slider-black .input-type-range:focus+.thumb .caption{display:flex}.multi-range-slider-black .input-type-range{opacity:0;pointer-events:none;width:100%;position:absolute;top:0;left:0}.multi-range-slider-black .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider-black .ruler .ruler-rule{border-bottom:1px solid;border-left:1px solid;flex-grow:1;flex-shrink:1;padding:5px 0;display:flex}.multi-range-slider-black .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider-black .ruler .ruler-sub-rule{border-left:1px solid;flex-grow:1;flex-shrink:1;margin-bottom:-5px;padding:3px 0;display:flex;bottom:0}.multi-range-slider-black .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider-black .labels{justify-content:space-between;margin-top:10px;margin-bottom:-20px;padding:0;display:flex}.multi-range-slider-black .label{font-size:80%}.multi-range-slider-black.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider-black.zero-ranage-margin .thumb-right{left:8px}