@import url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}@font-face{font-family:"SedanSC";src:url(/static/media/SedanSC-Regular.3eeb6728.ttf)}@font-face{font-family:"Montserrat";src:url(/static/media/montserrat.regular.e20d5327.ttf)}*{margin:0;padding:0;box-sizing:unset;line-height:unset;transition:all .5s ease}:hover{color:unset;border:unset}body{background-color:#151521;color:#fff}::-webkit-scrollbar{display:none}.page-content{padding-top:100px;padding-left:250px;color:#ddd;font-family:"Montserrat";font-size:16px}@media screen and (max-width:900px){.page-content{padding-top:80px;padding-left:0}}@media screen and (max-width:900px){.desktop{display:none!important}}@media screen and (min-width:900px){.mobile{display:none!important}}.button{cursor:pointer}a{color:#fff;text-decoration:none}.hidden{display:none!important}.text-white{color:#fff}p{margin:0}button{border:none}button:disabled{cursor:not-allowed}.default-btn{padding:8px 15px;display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px;position:relative;color:#fff;font-size:14px;font-weight:500;font-family:"Montserrat";border-radius:8px;background:#1263f1;transition:background-color .2s ease-in-out 0s;cursor:pointer}.default-btn:hover{background-color:rgba(18,99,241,.8)}.default-btn:disabled{cursor:not-allowed;background:#1263f1}input[type=checkbox],input[type=radio]{cursor:pointer}*{word-wrap:break-word!important;overflow-wrap:break-word!important}h1,h2,h3,h4,h5,h6{color:#fff}.dashboard{font-family:"SedanSC";text-align:center;font-size:40px}.create-staking-pool{width:min(90%,1500px);max-width:1500px;margin:50px auto auto;padding-bottom:80px}@media screen and (max-width:900px){.create-staking-pool{margin-top:10px}}.create-staking-pool .title{font-size:40px}@media screen and (max-width:900px){.create-staking-pool .title{text-align:center}}.create-staking-pool .form{margin-top:30px;padding:28px 36px;border:2px solid hsla(0,0%,86.7%,.2);border-radius:15px;display:flex;flex-direction:column;justify-content:center;grid-gap:15px;gap:15px;box-shadow:4px 4px 8px rgba(18,99,241,.6)}.create-staking-pool .form .div-line{width:100%;background-color:#ddd;height:1px;opacity:.3}.create-staking-pool .form .top{display:flex;justify-content:space-between;align-items:center}.create-staking-pool .form .warning-text{color:#e91e63}.create-staking-pool .form .tips-text{color:#1263f1}.create-staking-pool .form label{display:flex;justify-content:space-between;align-items:center}.create-staking-pool .form label span{color:#e91e63}.create-staking-pool .form .text-input-group{display:flex;justify-content:space-between;grid-column-gap:36px;-webkit-column-gap:36px;column-gap:36px}@media screen and (max-width:1150px){.create-staking-pool .form .text-input-group{flex-direction:column;grid-row-gap:15px;row-gap:15px}}.create-staking-pool .form .text-input-item{width:100%}.create-staking-pool .form .text-input-item select option{color:#000}.create-staking-pool .form .text-input,.create-staking-pool .form .text-input-area{height:40px;width:100%;padding-left:10px;color:#ddd;font-size:20px;display:flex;justify-content:center;align-items:center;border-radius:10px;background:none;border:2px solid #666}.create-staking-pool .form .text-input-area:hover,.create-staking-pool .form .text-input:hover{border-color:#0ff}.create-staking-pool .form .text-input-area:focus,.create-staking-pool .form .text-input:focus{border-color:#0ff;outline:none}.create-staking-pool .form .text-input-area{height:unset}.create-staking-pool .form .token-info-item{display:flex;justify-content:space-between;align-items:center}.create-staking-pool .form .radio-input-item{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.create-staking-pool .form .radio-input-item div{display:flex;align-items:center}.create-staking-pool .form .radio-input-item div .radio-input{width:20px;height:20px;margin-right:10px}.create-staking-pool .form .checkbox-input-item{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.create-staking-pool .form .checkbox-input-item div{display:flex;align-items:center}.create-staking-pool .form .checkbox-input-item div .radio-input{width:20px;height:20px;margin-right:10px}.create-staking-pool .form .btn-group{display:flex;justify-content:center;grid-gap:15px;gap:15px}.staking-pool-list{width:min(90%,1600px);margin:0 auto auto;padding-bottom:80px}.staking-pool-list .title{font-size:40px}.staking-pool-list .tab-switcher{display:flex;justify-content:center;align-items:center}.staking-pool-list .tab-switcher .tab,.staking-pool-list .tab-switcher .tab-active{padding:0 20px;font-size:20px;line-height:2.5;cursor:pointer;border-bottom:5px solid transparent}.staking-pool-list .tab-switcher .tab-active:hover,.staking-pool-list .tab-switcher .tab:hover{background-color:hsla(0,0%,100%,.062745098)}.staking-pool-list .tab-switcher .tab-active{color:#1263f1;border-bottom:5px solid #1263f1}.staking-pool-list{margin-top:30px;display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;grid-gap:30px;gap:30px;flex-wrap:wrap}@media screen and (max-width:900px){.staking-pool-list{width:90%}}.staking-pool-list .title{width:80%;text-align:left}@media screen and (max-width:900px){.staking-pool-list .title{text-align:center}}.staking-pool-list .list-container{margin-top:30px;display:flex;width:100%;justify-content:flex-start;align-items:center;grid-gap:30px;gap:30px;flex-wrap:wrap}.staking-pool-details{width:min(90%,1500px);max-width:1500px;margin:50px auto auto;padding-bottom:80px}@media screen and (max-width:900px){.staking-pool-details{margin-top:10px;flex-direction:column}}.staking-pool-details .title{font-size:40px}@media screen and (max-width:900px){.staking-pool-details .title{text-align:center}}.staking-pool-details .content{width:100%}.staking-pool-details .content .my-stakings,.staking-pool-details .content .owner-console,.staking-pool-details .content .staking{margin-top:30px;padding:28px 36px;border:2px solid hsla(0,0%,86.7%,.2);border-radius:15px;display:flex;flex-direction:column;justify-content:center;grid-gap:15px;gap:15px;box-shadow:4px 4px 8px rgba(18,99,241,.6)}.staking-pool-details .content .my-stakings .title,.staking-pool-details .content .owner-console .title,.staking-pool-details .content .staking .title{font-size:30px;text-align:center}.staking-pool-details .content .my-stakings label,.staking-pool-details .content .owner-console label,.staking-pool-details .content .staking label{display:flex;justify-content:space-between;align-items:center}.staking-pool-details .content .my-stakings label span,.staking-pool-details .content .owner-console label span,.staking-pool-details .content .staking label span{color:#e91e63}.staking-pool-details .content .my-stakings .text-input-group,.staking-pool-details .content .owner-console .text-input-group,.staking-pool-details .content .staking .text-input-group{display:flex;justify-content:space-between;grid-column-gap:36px;-webkit-column-gap:36px;column-gap:36px}@media screen and (max-width:1150px){.staking-pool-details .content .my-stakings .text-input-group,.staking-pool-details .content .owner-console .text-input-group,.staking-pool-details .content .staking .text-input-group{flex-direction:column;grid-row-gap:15px;row-gap:15px}}.staking-pool-details .content .my-stakings .text-input-group .left,.staking-pool-details .content .my-stakings .text-input-group .right,.staking-pool-details .content .owner-console .text-input-group .left,.staking-pool-details .content .owner-console .text-input-group .right,.staking-pool-details .content .staking .text-input-group .left,.staking-pool-details .content .staking .text-input-group .right{width:50%;display:flex;flex-direction:column;grid-gap:10px;gap:10px}@media screen and (max-width:900px){.staking-pool-details .content .my-stakings .text-input-group .left,.staking-pool-details .content .my-stakings .text-input-group .right,.staking-pool-details .content .owner-console .text-input-group .left,.staking-pool-details .content .owner-console .text-input-group .right,.staking-pool-details .content .staking .text-input-group .left,.staking-pool-details .content .staking .text-input-group .right{width:100%}}.staking-pool-details .content .my-stakings .text-input-group .left .title,.staking-pool-details .content .my-stakings .text-input-group .right .title,.staking-pool-details .content .owner-console .text-input-group .left .title,.staking-pool-details .content .owner-console .text-input-group .right .title,.staking-pool-details .content .staking .text-input-group .left .title,.staking-pool-details .content .staking .text-input-group .right .title{font-size:25px}.staking-pool-details .content .my-stakings .text-input-group .left,.staking-pool-details .content .owner-console .text-input-group .left,.staking-pool-details .content .staking .text-input-group .left{text-align:left}.staking-pool-details .content .my-stakings .text-input-group .right,.staking-pool-details .content .owner-console .text-input-group .right,.staking-pool-details .content .staking .text-input-group .right{text-align:right}.staking-pool-details .content .my-stakings .text-input-item,.staking-pool-details .content .owner-console .text-input-item,.staking-pool-details .content .staking .text-input-item{width:100%}.staking-pool-details .content .my-stakings .text-input-item select option,.staking-pool-details .content .owner-console .text-input-item select option,.staking-pool-details .content .staking .text-input-item select option{color:#000}.staking-pool-details .content .my-stakings .text-input-item .warning-text,.staking-pool-details .content .owner-console .text-input-item .warning-text,.staking-pool-details .content .staking .text-input-item .warning-text{color:#e91e63}.staking-pool-details .content .my-stakings .text-input-item .tips-text,.staking-pool-details .content .owner-console .text-input-item .tips-text,.staking-pool-details .content .staking .text-input-item .tips-text{color:#1263f1}.create-launchpad .step-1 .staking-pool-details .content .my-stakings .text-input-area,.create-launchpad .step-1 .staking-pool-details .content .owner-console .text-input-area,.create-launchpad .step-1 .staking-pool-details .content .staking .text-input-area,.create-launchpad .step-2 .staking-pool-details .content .my-stakings .text-input-area,.create-launchpad .step-2 .staking-pool-details .content .owner-console .text-input-area,.create-launchpad .step-2 .staking-pool-details .content .staking .text-input-area,.create-launchpad .step-3 .staking-pool-details .content .my-stakings .text-input-area,.create-launchpad .step-3 .staking-pool-details .content .owner-console .text-input-area,.create-launchpad .step-3 .staking-pool-details .content .staking .text-input-area,.create-launchpad .step-4 .staking-pool-details .content .my-stakings .text-input-area,.create-launchpad .step-4 .staking-pool-details .content .owner-console .text-input-area,.create-launchpad .step-4 .staking-pool-details .content .staking .text-input-area,.create-staking-pool .form .staking-pool-details .content .my-stakings .text-input-area,.create-staking-pool .form .staking-pool-details .content .owner-console .text-input-area,.create-staking-pool .form .staking-pool-details .content .staking .text-input-area,.staking-pool-details .content .my-stakings .create-launchpad .step-1 .text-input-area,.staking-pool-details .content .my-stakings .create-launchpad .step-2 .text-input-area,.staking-pool-details .content .my-stakings .create-launchpad .step-3 .text-input-area,.staking-pool-details .content .my-stakings .create-launchpad .step-4 .text-input-area,.staking-pool-details .content .my-stakings .create-staking-pool .form .text-input-area,.staking-pool-details .content .my-stakings .text-input,.staking-pool-details .content .owner-console .create-launchpad .step-1 .text-input-area,.staking-pool-details .content .owner-console .create-launchpad .step-2 .text-input-area,.staking-pool-details .content .owner-console .create-launchpad .step-3 .text-input-area,.staking-pool-details .content .owner-console .create-launchpad .step-4 .text-input-area,.staking-pool-details .content .owner-console .create-staking-pool .form .text-input-area,.staking-pool-details .content .owner-console .text-input,.staking-pool-details .content .staking .create-launchpad .step-1 .text-input-area,.staking-pool-details .content .staking .create-launchpad .step-2 .text-input-area,.staking-pool-details .content .staking .create-launchpad .step-3 .text-input-area,.staking-pool-details .content .staking .create-launchpad .step-4 .text-input-area,.staking-pool-details .content .staking .create-staking-pool .form .text-input-area,.staking-pool-details .content .staking .text-input{height:40px;width:100%;padding-left:10px;color:#ddd;font-size:20px;display:flex;justify-content:center;align-items:center;border-radius:10px;background:none;border:2px solid #666}.create-launchpad .step-1 .staking-pool-details .content .my-stakings .text-input-area:hover,.create-launchpad .step-1 .staking-pool-details .content .owner-console .text-input-area:hover,.create-launchpad .step-1 .staking-pool-details .content .staking .text-input-area:hover,.create-launchpad .step-2 .staking-pool-details .content .my-stakings .text-input-area:hover,.create-launchpad .step-2 .staking-pool-details .content .owner-console .text-input-area:hover,.create-launchpad .step-2 .staking-pool-details .content .staking .text-input-area:hover,.create-launchpad .step-3 .staking-pool-details .content .my-stakings .text-input-area:hover,.create-launchpad .step-3 .staking-pool-details .content .owner-console .text-input-area:hover,.create-launchpad .step-3 .staking-pool-details .content .staking .text-input-area:hover,.create-launchpad .step-4 .staking-pool-details .content .my-stakings .text-input-area:hover,.create-launchpad .step-4 .staking-pool-details .content .owner-console .text-input-area:hover,.create-launchpad .step-4 .staking-pool-details .content .staking .text-input-area:hover,.create-staking-pool .form .staking-pool-details .content .my-stakings .text-input-area:hover,.create-staking-pool .form .staking-pool-details .content .owner-console .text-input-area:hover,.create-staking-pool .form .staking-pool-details .content .staking .text-input-area:hover,.staking-pool-details .content .my-stakings .create-launchpad .step-1 .text-input-area:hover,.staking-pool-details .content .my-stakings .create-launchpad .step-2 .text-input-area:hover,.staking-pool-details .content .my-stakings .create-launchpad .step-3 .text-input-area:hover,.staking-pool-details .content .my-stakings .create-launchpad .step-4 .text-input-area:hover,.staking-pool-details .content .my-stakings .create-staking-pool .form .text-input-area:hover,.staking-pool-details .content .my-stakings .text-input:hover,.staking-pool-details .content .owner-console .create-launchpad .step-1 .text-input-area:hover,.staking-pool-details .content .owner-console .create-launchpad .step-2 .text-input-area:hover,.staking-pool-details .content .owner-console .create-launchpad .step-3 .text-input-area:hover,.staking-pool-details .content .owner-console .create-launchpad .step-4 .text-input-area:hover,.staking-pool-details .content .owner-console .create-staking-pool .form .text-input-area:hover,.staking-pool-details .content .owner-console .text-input:hover,.staking-pool-details .content .staking .create-launchpad .step-1 .text-input-area:hover,.staking-pool-details .content .staking .create-launchpad .step-2 .text-input-area:hover,.staking-pool-details .content .staking .create-launchpad .step-3 .text-input-area:hover,.staking-pool-details .content .staking .create-launchpad .step-4 .text-input-area:hover,.staking-pool-details .content .staking .create-staking-pool .form .text-input-area:hover,.staking-pool-details .content .staking .text-input:hover{border-color:#0ff}.create-launchpad .step-1 .staking-pool-details .content .my-stakings .text-input-area:focus,.create-launchpad .step-1 .staking-pool-details .content .owner-console .text-input-area:focus,.create-launchpad .step-1 .staking-pool-details .content .staking .text-input-area:focus,.create-launchpad .step-2 .staking-pool-details .content .my-stakings .text-input-area:focus,.create-launchpad .step-2 .staking-pool-details .content .owner-console .text-input-area:focus,.create-launchpad .step-2 .staking-pool-details .content .staking .text-input-area:focus,.create-launchpad .step-3 .staking-pool-details .content .my-stakings .text-input-area:focus,.create-launchpad .step-3 .staking-pool-details .content .owner-console .text-input-area:focus,.create-launchpad .step-3 .staking-pool-details .content .staking .text-input-area:focus,.create-launchpad .step-4 .staking-pool-details .content .my-stakings .text-input-area:focus,.create-launchpad .step-4 .staking-pool-details .content .owner-console .text-input-area:focus,.create-launchpad .step-4 .staking-pool-details .content .staking .text-input-area:focus,.create-staking-pool .form .staking-pool-details .content .my-stakings .text-input-area:focus,.create-staking-pool .form .staking-pool-details .content .owner-console .text-input-area:focus,.create-staking-pool .form .staking-pool-details .content .staking .text-input-area:focus,.staking-pool-details .content .my-stakings .create-launchpad .step-1 .text-input-area:focus,.staking-pool-details .content .my-stakings .create-launchpad .step-2 .text-input-area:focus,.staking-pool-details .content .my-stakings .create-launchpad .step-3 .text-input-area:focus,.staking-pool-details .content .my-stakings .create-launchpad .step-4 .text-input-area:focus,.staking-pool-details .content .my-stakings .create-staking-pool .form .text-input-area:focus,.staking-pool-details .content .my-stakings .text-input:focus,.staking-pool-details .content .owner-console .create-launchpad .step-1 .text-input-area:focus,.staking-pool-details .content .owner-console .create-launchpad .step-2 .text-input-area:focus,.staking-pool-details .content .owner-console .create-launchpad .step-3 .text-input-area:focus,.staking-pool-details .content .owner-console .create-launchpad .step-4 .text-input-area:focus,.staking-pool-details .content .owner-console .create-staking-pool .form .text-input-area:focus,.staking-pool-details .content .owner-console .text-input:focus,.staking-pool-details .content .staking .create-launchpad .step-1 .text-input-area:focus,.staking-pool-details .content .staking .create-launchpad .step-2 .text-input-area:focus,.staking-pool-details .content .staking .create-launchpad .step-3 .text-input-area:focus,.staking-pool-details .content .staking .create-launchpad .step-4 .text-input-area:focus,.staking-pool-details .content .staking .create-staking-pool .form .text-input-area:focus,.staking-pool-details .content .staking .text-input:focus{border-color:#0ff;outline:none}.staking-pool-details .content .my-stakings .div-line,.staking-pool-details .content .owner-console .div-line,.staking-pool-details .content .staking .div-line{width:100%;background-color:#ddd;height:1px;opacity:.3}.staking-pool-details .content .my-stakings .info-item,.staking-pool-details .content .owner-console .info-item,.staking-pool-details .content .staking .info-item{margin-top:16px;width:100%;display:flex;justify-content:space-between;align-items:flex-start;font-family:Arial,Helvetica,sans-serif;font-size:14px;grid-gap:10px;gap:10px}.staking-pool-details .content .my-stakings .info-item .key,.staking-pool-details .content .owner-console .info-item .key,.staking-pool-details .content .staking .info-item .key{text-align:left;min-width:30%}.staking-pool-details .content .my-stakings .info-item .value,.staking-pool-details .content .owner-console .info-item .value,.staking-pool-details .content .staking .info-item .value{text-align:right;max-width:70%}.staking-pool-details .content .my-stakings .btn-group,.staking-pool-details .content .owner-console .btn-group,.staking-pool-details .content .staking .btn-group{display:flex;justify-content:center;grid-gap:15px;gap:15px}.staking-pool-details .content .my-stakings .btn-group span,.staking-pool-details .content .owner-console .btn-group span,.staking-pool-details .content .staking .btn-group span{color:#0ff}.staking-pool-details .content .my-stakings .wallet-warning,.staking-pool-details .content .owner-console .wallet-warning,.staking-pool-details .content .staking .wallet-warning{width:80%;margin-inline:auto;border:2px solid green;background:rgba(0,128,0,.1333333333);color:#0ff;font-size:25px;line-height:2;display:flex;justify-content:center;align-items:center;border-radius:10px}.staking-pool-details .content .owner-console .text-input-group .btn-group{display:flex;align-items:center}.staking-pool-details .content .my-stakings .list-container{margin-top:30px;display:flex;width:80%;justify-content:flex-start;align-items:center;grid-gap:30px;gap:30px;flex-wrap:wrap}@media screen and (max-width:600px){.staking-pool-details .content .my-stakings .list-container{width:95%;flex-direction:column}}.staking-pool-details .content .my-stakings .list-container .locker{border-radius:30px;padding:12px;width:270px;border:2px solid hsla(0,0%,86.7%,.2);border-radius:15px;box-shadow:4px 4px 8px rgba(18,99,241,.6);display:flex;flex-direction:column;grid-gap:12px;gap:12px}@media screen and (max-width:600px){.staking-pool-details .content .my-stakings .list-container .locker{width:100%}}.create-launchpad{width:min(90%,1500px);max-width:1500px;margin:50px auto auto;padding-bottom:80px}@media screen and (max-width:900px){.create-launchpad{margin-top:10px}}.create-launchpad .steps{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:30px;gap:30px}@media screen and (max-width:1000px){.create-launchpad .steps{flex-direction:column;justify-content:flex-start}}.create-launchpad .steps .active-step,.create-launchpad .steps .step{width:25%;display:flex;align-items:flex-start;grid-gap:10px;gap:10px}@media screen and (max-width:1000px){.create-launchpad .steps .active-step,.create-launchpad .steps .step{width:100%}}.create-launchpad .steps .active-step .step-number,.create-launchpad .steps .step .step-number{width:30px;min-width:30px;height:30px;border-radius:50%;background:hsla(0,0%,100%,.1254901961);display:flex;justify-content:center;align-items:center}.create-launchpad .steps .active-step .step-text .description,.create-launchpad .steps .step .step-text .description{font-size:12px}.create-launchpad .steps .active-step .step-number{background:#1263f1}.create-launchpad .div-line{width:100%;background-color:#ddd;height:1px;opacity:.3}.create-launchpad .step-1,.create-launchpad .step-2,.create-launchpad .step-3,.create-launchpad .step-4{margin-top:30px;padding:28px 36px;border:2px solid hsla(0,0%,86.7%,.2);border-radius:15px;display:flex;flex-direction:column;justify-content:center;grid-gap:15px;gap:15px;box-shadow:4px 4px 8px rgba(18,99,241,.6)}.create-launchpad .step-1 .top,.create-launchpad .step-2 .top,.create-launchpad .step-3 .top,.create-launchpad .step-4 .top{display:flex;justify-content:space-between;align-items:center}.create-launchpad .step-1 .warning-text,.create-launchpad .step-2 .warning-text,.create-launchpad .step-3 .warning-text,.create-launchpad .step-4 .warning-text{color:#e91e63}.create-launchpad .step-1 .tips-text,.create-launchpad .step-2 .tips-text,.create-launchpad .step-3 .tips-text,.create-launchpad .step-4 .tips-text{color:#1263f1}.create-launchpad .step-1 label,.create-launchpad .step-2 label,.create-launchpad .step-3 label,.create-launchpad .step-4 label{display:flex;justify-content:space-between;align-items:center}.create-launchpad .step-1 label span,.create-launchpad .step-2 label span,.create-launchpad .step-3 label span,.create-launchpad .step-4 label span{color:#e91e63}.create-launchpad .step-1 .text-input-group,.create-launchpad .step-2 .text-input-group,.create-launchpad .step-3 .text-input-group,.create-launchpad .step-4 .text-input-group{display:flex;justify-content:space-between;grid-column-gap:36px;-webkit-column-gap:36px;column-gap:36px}@media screen and (max-width:1150px){.create-launchpad .step-1 .text-input-group,.create-launchpad .step-2 .text-input-group,.create-launchpad .step-3 .text-input-group,.create-launchpad .step-4 .text-input-group{flex-direction:column;grid-row-gap:15px;row-gap:15px}}.create-launchpad .step-1 .text-input-item,.create-launchpad .step-2 .text-input-item,.create-launchpad .step-3 .text-input-item,.create-launchpad .step-4 .text-input-item{width:100%}.create-launchpad .step-1 .text-input-item select option,.create-launchpad .step-2 .text-input-item select option,.create-launchpad .step-3 .text-input-item select option,.create-launchpad .step-4 .text-input-item select option{color:#000}.create-launchpad .step-1 .text-input,.create-launchpad .step-1 .text-input-area,.create-launchpad .step-2 .text-input,.create-launchpad .step-2 .text-input-area,.create-launchpad .step-3 .text-input,.create-launchpad .step-3 .text-input-area,.create-launchpad .step-4 .text-input,.create-launchpad .step-4 .text-input-area{height:40px;width:100%;padding-left:10px;color:#ddd;font-size:20px;display:flex;justify-content:center;align-items:center;border-radius:10px;background:none;border:2px solid #666}.create-launchpad .step-1 .text-input-area:hover,.create-launchpad .step-1 .text-input:hover,.create-launchpad .step-2 .text-input-area:hover,.create-launchpad .step-2 .text-input:hover,.create-launchpad .step-3 .text-input-area:hover,.create-launchpad .step-3 .text-input:hover,.create-launchpad .step-4 .text-input-area:hover,.create-launchpad .step-4 .text-input:hover{border-color:#0ff}.create-launchpad .step-1 .text-input-area:focus,.create-launchpad .step-1 .text-input:focus,.create-launchpad .step-2 .text-input-area:focus,.create-launchpad .step-2 .text-input:focus,.create-launchpad .step-3 .text-input-area:focus,.create-launchpad .step-3 .text-input:focus,.create-launchpad .step-4 .text-input-area:focus,.create-launchpad .step-4 .text-input:focus{border-color:#0ff;outline:none}.create-launchpad .step-1 .text-input-area,.create-launchpad .step-2 .text-input-area,.create-launchpad .step-3 .text-input-area,.create-launchpad .step-4 .text-input-area{height:unset}.create-launchpad .step-1 .token-info-item,.create-launchpad .step-2 .token-info-item,.create-launchpad .step-3 .token-info-item,.create-launchpad .step-4 .token-info-item{display:flex;justify-content:space-between;align-items:center}.create-launchpad .step-1 .radio-input-item,.create-launchpad .step-2 .radio-input-item,.create-launchpad .step-3 .radio-input-item,.create-launchpad .step-4 .radio-input-item{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.create-launchpad .step-1 .radio-input-item div,.create-launchpad .step-2 .radio-input-item div,.create-launchpad .step-3 .radio-input-item div,.create-launchpad .step-4 .radio-input-item div{display:flex;align-items:center}.create-launchpad .step-1 .radio-input-item div .radio-input,.create-launchpad .step-2 .radio-input-item div .radio-input,.create-launchpad .step-3 .radio-input-item div .radio-input,.create-launchpad .step-4 .radio-input-item div .radio-input{width:20px;height:20px;margin-right:10px}.create-launchpad .step-1 .checkbox-input-item,.create-launchpad .step-2 .checkbox-input-item,.create-launchpad .step-3 .checkbox-input-item,.create-launchpad .step-4 .checkbox-input-item{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.create-launchpad .step-1 .checkbox-input-item div,.create-launchpad .step-2 .checkbox-input-item div,.create-launchpad .step-3 .checkbox-input-item div,.create-launchpad .step-4 .checkbox-input-item div{display:flex;align-items:center}.create-launchpad .step-1 .checkbox-input-item div .radio-input,.create-launchpad .step-2 .checkbox-input-item div .radio-input,.create-launchpad .step-3 .checkbox-input-item div .radio-input,.create-launchpad .step-4 .checkbox-input-item div .radio-input{width:20px;height:20px;margin-right:10px}.create-launchpad .step-1 .btn-group,.create-launchpad .step-2 .btn-group,.create-launchpad .step-3 .btn-group,.create-launchpad .step-4 .btn-group{display:flex;justify-content:center;grid-gap:15px;gap:15px}.create-launchpad .step-1 .ant-picker,.create-launchpad .step-2 .ant-picker,.create-launchpad .step-3 .ant-picker,.create-launchpad .step-4 .ant-picker{height:44px;width:100%;padding:0 10px;display:flex;justify-content:center;align-items:center;border-radius:10px;background:none;border:2px solid #666}.create-launchpad .step-1 .ant-picker .ant-picker-input input,.create-launchpad .step-2 .ant-picker .ant-picker-input input,.create-launchpad .step-3 .ant-picker .ant-picker-input input,.create-launchpad .step-4 .ant-picker .ant-picker-input input{color:#ddd;font-size:20px}.create-launchpad .step-1 .ant-picker:hover,.create-launchpad .step-2 .ant-picker:hover,.create-launchpad .step-3 .ant-picker:hover,.create-launchpad .step-4 .ant-picker:hover{border-color:#0ff}.create-launchpad .step-1 .ant-picker:focus,.create-launchpad .step-2 .ant-picker:focus,.create-launchpad .step-3 .ant-picker:focus,.create-launchpad .step-4 .ant-picker:focus{border-color:#0ff;outline:none}.create-launchpad .info-item{display:flex;justify-content:space-between;align-items:center;margin-top:.5em}.create-launchpad .info-item .info{color:#0ff}.create-token{width:min(90%,1500px);margin:0 auto auto;padding-bottom:80px}.create-token .tab-switcher{display:flex;justify-content:flex-start;align-items:center}.create-token .tab-switcher .tab,.create-token .tab-switcher .tab-active{padding:0 20px;font-size:20px;line-height:2.5;cursor:pointer;border-bottom:5px solid transparent}.create-token .tab-switcher .tab-active:hover,.create-token .tab-switcher .tab:hover{background-color:hsla(0,0%,100%,.062745098)}.create-token .tab-switcher .tab-active{color:#1263f1;border-bottom:5px solid #1263f1}.create-token .div-line{width:100%;background-color:#ddd;height:1px;opacity:.3}.create-token .create-field,.create-token .manage-field{margin-top:100px;padding:28px 36px;border:2px solid hsla(0,0%,86.7%,.2);border-radius:15px;display:flex;flex-direction:column;justify-content:center;grid-gap:15px;gap:15px;box-shadow:4px 4px 8px rgba(18,99,241,.6);z-index:1}@media screen and (max-width:900px){.create-token .create-field,.create-token .manage-field{margin-top:30px}}.create-token .create-field select option,.create-token .manage-field select option{color:#000}.create-token .create-field .warning-text,.create-token .manage-field .warning-text{color:#e91e63}.create-token .create-field .tip-text,.create-token .manage-field .tip-text{color:#1263f1}.create-token .create-field label span,.create-token .manage-field label span{color:#e91e63}.create-token .create-field .text-input-group,.create-token .manage-field .text-input-group{display:flex;justify-content:space-between;grid-column-gap:36px;-webkit-column-gap:36px;column-gap:36px}@media screen and (max-width:1150px){.create-token .create-field .text-input-group,.create-token .manage-field .text-input-group{flex-direction:column;grid-row-gap:15px;row-gap:15px}}.create-token .create-field .text-input-item,.create-token .manage-field .text-input-item{width:100%}.create-launchpad .step-1 .create-token .create-field .text-input-area,.create-launchpad .step-1 .create-token .manage-field .text-input-area,.create-launchpad .step-2 .create-token .create-field .text-input-area,.create-launchpad .step-2 .create-token .manage-field .text-input-area,.create-launchpad .step-3 .create-token .create-field .text-input-area,.create-launchpad .step-3 .create-token .manage-field .text-input-area,.create-launchpad .step-4 .create-token .create-field .text-input-area,.create-launchpad .step-4 .create-token .manage-field .text-input-area,.create-staking-pool .form .create-token .create-field .text-input-area,.create-staking-pool .form .create-token .manage-field .text-input-area,.create-token .create-field .create-launchpad .step-1 .text-input-area,.create-token .create-field .create-launchpad .step-2 .text-input-area,.create-token .create-field .create-launchpad .step-3 .text-input-area,.create-token .create-field .create-launchpad .step-4 .text-input-area,.create-token .create-field .create-staking-pool .form .text-input-area,.create-token .create-field .text-input,.create-token .manage-field .create-launchpad .step-1 .text-input-area,.create-token .manage-field .create-launchpad .step-2 .text-input-area,.create-token .manage-field .create-launchpad .step-3 .text-input-area,.create-token .manage-field .create-launchpad .step-4 .text-input-area,.create-token .manage-field .create-staking-pool .form .text-input-area,.create-token .manage-field .text-input{height:40px;width:100%;padding-left:10px;color:#ddd;font-size:20px;border-radius:10px;background:none;border:2px solid #666}.create-launchpad .step-1 .create-token .create-field .text-input-area:hover,.create-launchpad .step-1 .create-token .manage-field .text-input-area:hover,.create-launchpad .step-2 .create-token .create-field .text-input-area:hover,.create-launchpad .step-2 .create-token .manage-field .text-input-area:hover,.create-launchpad .step-3 .create-token .create-field .text-input-area:hover,.create-launchpad .step-3 .create-token .manage-field .text-input-area:hover,.create-launchpad .step-4 .create-token .create-field .text-input-area:hover,.create-launchpad .step-4 .create-token .manage-field .text-input-area:hover,.create-staking-pool .form .create-token .create-field .text-input-area:hover,.create-staking-pool .form .create-token .manage-field .text-input-area:hover,.create-token .create-field .create-launchpad .step-1 .text-input-area:hover,.create-token .create-field .create-launchpad .step-2 .text-input-area:hover,.create-token .create-field .create-launchpad .step-3 .text-input-area:hover,.create-token .create-field .create-launchpad .step-4 .text-input-area:hover,.create-token .create-field .create-staking-pool .form .text-input-area:hover,.create-token .create-field .text-input:hover,.create-token .manage-field .create-launchpad .step-1 .text-input-area:hover,.create-token .manage-field .create-launchpad .step-2 .text-input-area:hover,.create-token .manage-field .create-launchpad .step-3 .text-input-area:hover,.create-token .manage-field .create-launchpad .step-4 .text-input-area:hover,.create-token .manage-field .create-staking-pool .form .text-input-area:hover,.create-token .manage-field .text-input:hover{border-color:#0ff}.create-launchpad .step-1 .create-token .create-field .text-input-area:focus,.create-launchpad .step-1 .create-token .manage-field .text-input-area:focus,.create-launchpad .step-2 .create-token .create-field .text-input-area:focus,.create-launchpad .step-2 .create-token .manage-field .text-input-area:focus,.create-launchpad .step-3 .create-token .create-field .text-input-area:focus,.create-launchpad .step-3 .create-token .manage-field .text-input-area:focus,.create-launchpad .step-4 .create-token .create-field .text-input-area:focus,.create-launchpad .step-4 .create-token .manage-field .text-input-area:focus,.create-staking-pool .form .create-token .create-field .text-input-area:focus,.create-staking-pool .form .create-token .manage-field .text-input-area:focus,.create-token .create-field .create-launchpad .step-1 .text-input-area:focus,.create-token .create-field .create-launchpad .step-2 .text-input-area:focus,.create-token .create-field .create-launchpad .step-3 .text-input-area:focus,.create-token .create-field .create-launchpad .step-4 .text-input-area:focus,.create-token .create-field .create-staking-pool .form .text-input-area:focus,.create-token .create-field .text-input:focus,.create-token .manage-field .create-launchpad .step-1 .text-input-area:focus,.create-token .manage-field .create-launchpad .step-2 .text-input-area:focus,.create-token .manage-field .create-launchpad .step-3 .text-input-area:focus,.create-token .manage-field .create-launchpad .step-4 .text-input-area:focus,.create-token .manage-field .create-staking-pool .form .text-input-area:focus,.create-token .manage-field .text-input:focus{border-color:#0ff;outline:none}.create-token .create-field .token-info-item,.create-token .manage-field .token-info-item{display:flex;justify-content:space-between;align-items:center}.create-token .create-field .checkbox-input-item,.create-token .manage-field .checkbox-input-item{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.create-token .create-field .checkbox-input-item div,.create-token .manage-field .checkbox-input-item div{display:flex;align-items:center}.create-token .create-field .checkbox-input-item div .radio-input,.create-token .manage-field .checkbox-input-item div .radio-input{width:20px;height:20px;margin-right:10px}.create-token .create-field .btn-group,.create-token .manage-field .btn-group{display:flex;justify-content:center}.create-token .manage-field .token-list{display:flex;flex-direction:column;align-items:stretch;font-family:Arial,Helvetica,sans-serif}.create-token .manage-field .token-list .column{display:flex;align-items:center;text-align:center;line-height:3}.create-token .manage-field .token-list .column:first-child{color:#0ff;border-bottom:2px solid hsla(0,0%,86.7%,.3)}.create-token .manage-field .token-list .column div:first-child{width:5%}.create-token .manage-field .token-list .column div:nth-child(2),.create-token .manage-field .token-list .column div:nth-child(3){width:10%}.create-token .manage-field .token-list .column div:nth-child(4){width:25%}.create-token .manage-field .token-list .column div:nth-child(5){width:50%}.launchpad-list{width:min(90%,1600px);margin:0 auto auto;padding-bottom:80px}.launchpad-list .title{font-size:40px}.launchpad-list .tab-switcher{display:flex;justify-content:center;align-items:center}.launchpad-list .tab-switcher .tab,.launchpad-list .tab-switcher .tab-active{padding:0 20px;font-size:20px;line-height:2.5;cursor:pointer;border-bottom:5px solid transparent}.launchpad-list .tab-switcher .tab-active:hover,.launchpad-list .tab-switcher .tab:hover{background-color:hsla(0,0%,100%,.062745098)}.launchpad-list .tab-switcher .tab-active{color:#1263f1;border-bottom:5px solid #1263f1}.launchpad-list .filter{display:flex;justify-content:right;align-items:center;grid-gap:10px;gap:10px}.launchpad-list .filter label{font-size:20px}.launchpad-list .filter select{background:none}.launchpad-list .filter select option{color:#000}.create-launchpad .step-1 .launchpad-list .filter .text-input-area,.create-launchpad .step-2 .launchpad-list .filter .text-input-area,.create-launchpad .step-3 .launchpad-list .filter .text-input-area,.create-launchpad .step-4 .launchpad-list .filter .text-input-area,.create-staking-pool .form .launchpad-list .filter .text-input-area,.launchpad-list .filter .create-launchpad .step-1 .text-input-area,.launchpad-list .filter .create-launchpad .step-2 .text-input-area,.launchpad-list .filter .create-launchpad .step-3 .text-input-area,.launchpad-list .filter .create-launchpad .step-4 .text-input-area,.launchpad-list .filter .create-staking-pool .form .text-input-area,.launchpad-list .filter .text-input{height:40px;padding-left:10px;color:#ddd;font-size:20px;display:flex;justify-content:center;align-items:center;border-radius:10px;background:none;border:2px solid #666}.create-launchpad .step-1 .launchpad-list .filter .text-input-area:hover,.create-launchpad .step-2 .launchpad-list .filter .text-input-area:hover,.create-launchpad .step-3 .launchpad-list .filter .text-input-area:hover,.create-launchpad .step-4 .launchpad-list .filter .text-input-area:hover,.create-staking-pool .form .launchpad-list .filter .text-input-area:hover,.launchpad-list .filter .create-launchpad .step-1 .text-input-area:hover,.launchpad-list .filter .create-launchpad .step-2 .text-input-area:hover,.launchpad-list .filter .create-launchpad .step-3 .text-input-area:hover,.launchpad-list .filter .create-launchpad .step-4 .text-input-area:hover,.launchpad-list .filter .create-staking-pool .form .text-input-area:hover,.launchpad-list .filter .text-input:hover{border-color:#0ff}.create-launchpad .step-1 .launchpad-list .filter .text-input-area:focus,.create-launchpad .step-2 .launchpad-list .filter .text-input-area:focus,.create-launchpad .step-3 .launchpad-list .filter .text-input-area:focus,.create-launchpad .step-4 .launchpad-list .filter .text-input-area:focus,.create-staking-pool .form .launchpad-list .filter .text-input-area:focus,.launchpad-list .filter .create-launchpad .step-1 .text-input-area:focus,.launchpad-list .filter .create-launchpad .step-2 .text-input-area:focus,.launchpad-list .filter .create-launchpad .step-3 .text-input-area:focus,.launchpad-list .filter .create-launchpad .step-4 .text-input-area:focus,.launchpad-list .filter .create-staking-pool .form .text-input-area:focus,.launchpad-list .filter .text-input:focus{border-color:#0ff;outline:none}.launchpad-list .list-container{margin-top:30px;display:flex;width:100%;justify-content:center;align-items:center;grid-gap:30px;gap:30px;flex-wrap:wrap}.pool-details{width:min(96%,1500px);max-width:1500px;margin:50px auto auto;padding-bottom:80px;display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width:900px){.pool-details{margin-top:10px;flex-direction:column}}.pool-details .info{width:60%;display:flex;flex-direction:column;align-items:stretch;grid-gap:20px;gap:20px}@media screen and (max-width:900px){.pool-details .info{width:100%}}.pool-details .info .project-description{border-radius:30px;padding:2%;border:2px solid hsla(0,0%,86.7%,.2);box-shadow:4px 4px 8px rgba(18,99,241,.6)}.pool-details .info .project-description .info-top{display:flex;justify-content:stretch;align-items:flex-start;grid-gap:10px;gap:10px}.pool-details .info .project-description .info-top .avatar{width:54px;height:54px;border-radius:50%}.pool-details .info .project-description .info-top .content{width:100%;display:flex;flex-direction:column;align-items:flex-start;grid-gap:15px;gap:15px}.pool-details .info .project-description .info-top .content .top{width:100%;display:flex;justify-content:space-between;align-items:center}.pool-details .info .project-description .info-top .content .top .title{font-size:24px;color:#fff}.pool-details .info .project-description .info-top .content .top .sale-canceled,.pool-details .info .project-description .info-top .content .top .sale-ended,.pool-details .info .project-description .info-top .content .top .sale-filled,.pool-details .info .project-description .info-top .content .top .sale-live,.pool-details .info .project-description .info-top .content .top .sale-upcomming{display:flex;align-items:center;line-height:26px;border-radius:13px;padding:0 8px;background-color:#d1fae5;color:#10b981;font-size:14px;font-weight:600;white-space:nowrap}.pool-details .info .project-description .info-top .content .top .sale-canceled span,.pool-details .info .project-description .info-top .content .top .sale-ended span,.pool-details .info .project-description .info-top .content .top .sale-filled span,.pool-details .info .project-description .info-top .content .top .sale-live span,.pool-details .info .project-description .info-top .content .top .sale-upcomming span{width:8px;height:8px;border-radius:50%;background-color:#10b981;margin-right:5px}.pool-details .info .project-description .info-top .content .top .sale-ended{background-color:#feeaf1;color:#f95192}.pool-details .info .project-description .info-top .content .top .sale-ended span{background-color:#f95192}.pool-details .info .project-description .info-top .content .top .sale-upcomming{background-color:#fdfaea;color:#d29813}.pool-details .info .project-description .info-top .content .top .sale-upcomming span{background-color:#d29813}.pool-details .info .project-description .info-top .content .top .sale-canceled{background-color:#e9eaeb;color:#bdc2c4}.pool-details .info .project-description .info-top .content .top .sale-canceled span{background-color:#bdc2c4}.pool-details .info .project-description .info-top .content .middle{width:100%;display:flex;justify-content:flex-start;align-items:center;grid-gap:16px;gap:16px}.pool-details .info .project-description .info-top .content .middle img{height:20px;width:20px;cursor:pointer}.pool-details .info .project-description .info-top .content .middle img:hover{opacity:.5}.pool-details .info .project-description .info-top .content .bottom{width:100%;font-size:14px}.pool-details .info .project-description .youtube{padding:2%}.pool-details .info .basic-info{border-radius:30px;padding:2%;border:2px solid hsla(0,0%,86.7%,.2);box-shadow:4px 4px 8px rgba(18,99,241,.6)}.pool-details .info .basic-info .content{width:100%}.pool-details .info .basic-info .content .info-item{margin-top:16px;width:100%;display:flex;justify-content:space-between;align-items:flex-start;font-family:Arial,Helvetica,sans-serif;font-size:14px}.pool-details .info .basic-info .content .info-item .key{min-width:30%}.pool-details .info .basic-info .content .info-item .value{text-align:right;max-width:70%}.pool-details .info .token-metrics{border-radius:30px;padding:2%;border:2px solid hsla(0,0%,86.7%,.2);box-shadow:4px 4px 8px rgba(18,99,241,.6)}.pool-details .info .token-metrics .apexcharts-legend-text{color:#fff!important}@media screen and (max-width:900px){.pool-details .info .token-metrics{padding:50px 0}}.pool-details .info .whitelist{border-radius:30px;padding:2%;border:2px solid hsla(0,0%,86.7%,.2);box-shadow:4px 4px 8px rgba(18,99,241,.6)}.pool-details .info .whitelist .title{font-size:20px;text-align:center}.pool-details .info .whitelist .list-line{width:100%;display:flex;justify-content:center;align-items:center;grid-gap:20px;gap:20px;text-align:center}.pool-details .info .whitelist .list-line .left{width:10%}.pool-details .info .whitelist .list-line .right{width:90%}.pool-details .info .whitelist .add-box{margin-top:20px}.pool-details .info .whitelist .add-box .input-box{width:100%;display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px}.pool-details .info .whitelist .add-box .input-box textarea{width:100%;padding-left:10px;color:#ddd;font-size:20px;border-radius:10px;background:none;border:2px solid #666}.pool-details .info .whitelist .add-box .input-box textarea:hover{border-color:#0ff}.pool-details .info .whitelist .add-box .input-box textarea:focus{border-color:#0ff;outline:none}.pool-details .info .whitelist .add-box button{margin-top:16px}.pool-details .info .whitelist .add-box .add-btn{font-size:20px;font-weight:900;color:#0ff;padding:0 10px;cursor:pointer}.pool-details .info .whitelist .add-box .add-btn:hover{opacity:.6;border-radius:5px}.pool-details .actions{width:38%;display:flex;flex-direction:column;align-items:stretch;grid-gap:20px;gap:20px;font-family:Arial,Helvetica,sans-serif;font-size:14px}@media screen and (max-width:900px){.pool-details .actions{width:100%}}.pool-details .actions .status-1{border-radius:30px;border:2px solid hsla(0,0%,86.7%,.2);box-shadow:4px 4px 8px rgba(18,99,241,.6);padding:10px 2% 2%}.pool-details .actions .status-1 .title{width:100%;font-size:25px;text-align:center}.launchpad-card .time-view .pool-details .actions .status-1 .time,.pool-details .actions .status-1 .launchpad-card .time-view .time,.pool-details .actions .status-1 .time-state{width:100%;text-align:center;font-size:20px;margin-top:12px}.launchpad-card .time-view .pool-details .actions .status-1 .time span,.pool-details .actions .status-1 .launchpad-card .time-view .time span,.pool-details .actions .status-1 .time-state span{color:#e91e63;font-weight:900}.pool-details .actions .status-1 .progress-bar{width:100%;position:relative;height:8px;border-radius:4px;border:1px solid #aaa;margin-top:16px;margin-bottom:8px}.pool-details .actions .status-1 .progress-bar .progress{position:absolute;left:0;background-color:#10b981;height:100%}.pool-details .actions .status-1 .progress-detail{display:flex;justify-content:space-between;align-items:center}.pool-details .actions .status-1 .buy-box{margin-top:20px}.pool-details .actions .status-1 .buy-box .title{font-size:20px;text-align:left}.pool-details .actions .status-1 .buy-box .input-box{width:100%;display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px}.pool-details .actions .status-1 .buy-box .input-box input{height:30px;width:100%;padding-left:10px;color:#ddd;font-size:20px;border-radius:10px;background:none;border:2px solid #666}.pool-details .actions .status-1 .buy-box .input-box input:hover{border-color:#0ff}.pool-details .actions .status-1 .buy-box .input-box input:focus{border-color:#0ff;outline:none}.pool-details .actions .status-1 .buy-box .input-box .max-btn{font-size:20px;font-weight:900;color:#0ff;padding:0 10px;cursor:pointer}.pool-details .actions .status-1 .buy-box .input-box .max-btn:hover{opacity:.6;border-radius:5px}.pool-details .actions .status-1 .buy-box button{margin-top:16px}.pool-details .actions .status-1 .tips{width:100%;color:#1263f1;text-align:center}.pool-details .actions .status-2{border-radius:30px;padding:2%;border:2px solid hsla(0,0%,86.7%,.2);box-shadow:4px 4px 8px rgba(18,99,241,.6)}.pool-details .actions .status-2 .option-item{margin-top:16px;width:100%;display:flex;justify-content:space-between;align-items:flex-start;font-family:Arial,Helvetica,sans-serif;font-size:14px}.pool-details .actions .status-2 .option-item .key{min-width:30%}.pool-details .actions .status-2 .option-item .value{text-align:right;max-width:70%}.pool-details .actions .status-3,.pool-details .actions .status-4{border-radius:30px;border:2px solid hsla(0,0%,86.7%,.2);box-shadow:4px 4px 8px rgba(18,99,241,.6);padding:10px 2% 2%}.pool-details .actions .status-3 .title,.pool-details .actions .status-4 .title{width:100%;font-size:25px;text-align:center}.pool-details .actions .status-3 button,.pool-details .actions .status-4 button{margin-top:16px}.pool-details .actions .status-3 .option-item,.pool-details .actions .status-4 .option-item{margin-top:16px;width:100%;display:flex;justify-content:space-between;align-items:flex-start;font-family:Arial,Helvetica,sans-serif;font-size:14px}.pool-details .actions .status-3 .option-item .key,.pool-details .actions .status-4 .option-item .key{min-width:30%}.pool-details .actions .status-3 .option-item .value,.pool-details .actions .status-4 .option-item .value{text-align:right;max-width:70%}.fixed-header,.header{color:#fff;font-size:25px;background:none;width:100%;height:80px;position:fixed;top:0;z-index:40}.fixed-header .header-right,.header .header-right{position:absolute;padding:0 20px;right:0;height:100%;display:flex;align-items:center;justify-content:flex-end;grid-gap:10px;gap:10px}.fixed-header,.header-mobile{background-color:rgba(0,0,0,.6666666667)}.header-mobile{color:#fff;font-size:25px;width:100%;height:64px;position:fixed;top:0}.header-mobile .header-right{position:absolute;padding:0 20px;right:0;height:100%;display:flex;align-items:center;justify-content:flex-end;grid-gap:20px;gap:20px}.mobile-menu{padding:0 20px;height:64px;align-items:center;justify-content:flex-start}.mini-sidebar,.mobile-menu,.sidebar{position:fixed;left:0;top:0;display:flex;z-index:50}.mini-sidebar,.sidebar{background-color:#0c0c12;width:180px;padding:0 25px;height:-webkit-fill-available;flex-direction:column;overflow:visible;overflow:initial;transition:width .5s}@media screen and (max-width:900px){.mini-sidebar,.sidebar{top:64px}}.mini-sidebar .toggle-btn-container,.sidebar .toggle-btn-container{position:absolute;top:35px;right:-16px}.mini-sidebar .toggle-btn-container .toggle-btn,.sidebar .toggle-btn-container .toggle-btn{visibility:hidden;width:32px;height:32px;border-radius:50%;background-color:#313539;display:flex;justify-content:center;align-items:center;transition:background .3s}.mini-sidebar .toggle-btn-container:hover .toggle-btn,.sidebar .toggle-btn-container:hover .toggle-btn{visibility:visible}.mini-sidebar .sidebar-top,.sidebar .sidebar-top{padding:15px 0;height:70px;display:flex;justify-content:space-between;align-items:center;grid-gap:10px;gap:10px}.mini-sidebar .sidebar-top a img,.sidebar .sidebar-top a img{width:50px;height:50px}.mini-sidebar .sidebar-top p,.sidebar .sidebar-top p{width:120px;font-weight:700;font-size:25px;line-height:30px;font-family:"Oleo Script Swash Caps",cursive;color:#fff}.mini-sidebar .sidebar-divline,.sidebar .sidebar-divline{width:100%;background-image:linear-gradient(90deg,rgba(52,71,103,0),#fff,rgba(52,71,103,0))!important;height:1px;opacity:.3}.mini-sidebar{width:auto;padding:0 15px}.mini-sidebar .sidebar-top p{display:none}.icon-button,.small-icon-button{height:45px;padding:0 15px;display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px;position:relative;font-size:14px;font-weight:500;font-family:"Montserrat";border-radius:8px;background:#1263f1;transition:background-color .2s ease-in-out 0s}.icon-button:hover,.small-icon-button:hover{background-color:rgba(18,99,241,.8)}@media screen and (max-width:900px){.icon-button,.small-icon-button{height:40px}}.icon-button img,.small-icon-button img{max-width:30px;max-height:30px}.small-icon-button{height:35px}@media screen and (max-width:900px){.small-icon-button{height:35px}}.small-icon-button img{max-width:25px;max-height:25px}.sidebar-active-item,.sidebar-active-sub-item,.sidebar-item,.sidebar-sub-item{margin-top:10px;height:50px;display:flex;justify-content:flex-start;align-items:center;grid-gap:20px;gap:20px;position:relative;padding:0 12px;color:#fff;font-size:14px;font-family:"Montserrat";border-radius:8px;background:transparent;transition:background .3s}.sidebar-active-item,.sidebar-active-item:hover,.sidebar-active-sub-item,.sidebar-active-sub-item:hover,.sidebar-item:hover,.sidebar-sub-item:hover{background-color:#e91e63}.sidebar-active-sub-item{padding-left:30px;font-size:13px;color:#e91e63;background:transparent;transition:color .3s}.sidebar-active-sub-item:hover{background:transparent}.sidebar-sub-item{padding-left:30px;font-size:13px;transition:color .3s}.sidebar-sub-item:hover{background:transparent;color:#e91e63}.switch-network-btn{display:flex;justify-content:center;align-items:center}.switch-network-btn img{width:30px;height:30px}.connect-wallet-btn{position:relative;font-size:14px;font-weight:500;font-family:"Montserrat"}.connect-wallet-btn .dropdown{width:100%;display:none;position:absolute;background-color:#f1f1f1;box-shadow:0 8px 16px 0 #777}.connect-wallet-btn .dropdown div{color:#000;padding:12px 16px;text-decoration:none;display:block}.connect-wallet-btn .dropdown div:hover{background-color:#ddd}.connect-wallet-btn:hover .dropdown{display:block}.switch-network-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5647058824);z-index:100;display:flex;justify-content:center;align-items:center;font-family:"Montserrat"}.switch-network-backdrop .switch-network-window{width:600px;background-color:#fff;z-index:100;border-radius:15px;color:#000;font-size:20px;box-shadow:0 0 0 100vmax rgba(0,0,0,.5019607843)}@media screen and (max-width:900px){.switch-network-backdrop .switch-network-window{width:90%}}.switch-network-backdrop .switch-network-window .title{padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.switch-network-backdrop .switch-network-window .title img{width:25px}.switch-network-backdrop .switch-network-window .title img:hover{background:#ddd;transition:background-color .2s ease-in-out 0s}.switch-network-backdrop .switch-network-window .divider{width:100%;height:5px;background-color:#000}.switch-network-backdrop .switch-network-window .content{padding:24px;display:flex;justify-content:center;grid-gap:15px;gap:15px}@media screen and (max-width:900px){.switch-network-backdrop .switch-network-window .content{padding:18px}}.switch-network-backdrop .switch-network-window .content .network{width:250px;height:120px;padding:20px 8px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;border:2px solid #ddd;border-radius:15px;transition:background-color .2s ease-in-out 0s}@media screen and (max-width:900px){.switch-network-backdrop .switch-network-window .content .network{height:80px;font-size:14px}}.switch-network-backdrop .switch-network-window .content .network:hover{background:rgba(18,99,241,.4);border:2px solid #1263f1}.switch-network-backdrop .switch-network-window .content .network img{width:75px;height:75px}@media screen and (max-width:900px){.switch-network-backdrop .switch-network-window .content .network img{width:50px;height:50px}}.switch-network-backdrop .switch-network-window .content .network div{text-align:center}.launchpad-card{border-radius:30px;padding:25px;min-width:320px;border:2px solid hsla(0,0%,86.7%,.2);border-radius:15px;box-shadow:4px 4px 8px rgba(18,99,241,.6)}.launchpad-card .avatar-sale{display:flex;justify-content:space-between;align-items:center}.launchpad-card .avatar-sale .avatar{width:54px;height:54px;border-radius:50%}.launchpad-card .avatar-sale .pool-details .info .project-description .info-top .content .top .sale-canceled,.launchpad-card .avatar-sale .pool-details .info .project-description .info-top .content .top .sale-ended,.launchpad-card .avatar-sale .pool-details .info .project-description .info-top .content .top .sale-filled,.launchpad-card .avatar-sale .pool-details .info .project-description .info-top .content .top .sale-upcomming,.launchpad-card .avatar-sale .sale-canceled,.launchpad-card .avatar-sale .sale-ended,.launchpad-card .avatar-sale .sale-filled,.launchpad-card .avatar-sale .sale-live,.launchpad-card .avatar-sale .sale-upcomming,.pool-details .info .project-description .info-top .content .top .launchpad-card .avatar-sale .sale-canceled,.pool-details .info .project-description .info-top .content .top .launchpad-card .avatar-sale .sale-ended,.pool-details .info .project-description .info-top .content .top .launchpad-card .avatar-sale .sale-filled,.pool-details .info .project-description .info-top .content .top .launchpad-card .avatar-sale .sale-upcomming{display:flex;align-items:center;height:26px;border-radius:13px;padding:0 8px;background-color:#d1fae5;color:#10b981;font-size:14px;font-weight:600}.launchpad-card .avatar-sale .pool-details .info .project-description .info-top .content .top .sale-canceled span,.launchpad-card .avatar-sale .pool-details .info .project-description .info-top .content .top .sale-ended span,.launchpad-card .avatar-sale .pool-details .info .project-description .info-top .content .top .sale-filled span,.launchpad-card .avatar-sale .pool-details .info .project-description .info-top .content .top .sale-upcomming span,.launchpad-card .avatar-sale .sale-canceled span,.launchpad-card .avatar-sale .sale-ended span,.launchpad-card .avatar-sale .sale-filled span,.launchpad-card .avatar-sale .sale-live span,.launchpad-card .avatar-sale .sale-upcomming span,.pool-details .info .project-description .info-top .content .top .launchpad-card .avatar-sale .sale-canceled span,.pool-details .info .project-description .info-top .content .top .launchpad-card .avatar-sale .sale-ended span,.pool-details .info .project-description .info-top .content .top .launchpad-card .avatar-sale .sale-filled span,.pool-details .info .project-description .info-top .content .top .launchpad-card .avatar-sale .sale-upcomming span{width:8px;height:8px;border-radius:50%;background-color:#10b981;margin-right:5px}.launchpad-card .avatar-sale .sale-ended{background-color:#feeaf1;color:#f95192}.launchpad-card .avatar-sale .sale-ended span{background-color:#f95192}.launchpad-card .avatar-sale .sale-upcomming{background-color:#fdfaea;color:#d29813}.launchpad-card .avatar-sale .sale-upcomming span{background-color:#d29813}.launchpad-card .avatar-sale .sale-canceled{background-color:#e9eaeb;color:#bdc2c4}.launchpad-card .avatar-sale .sale-canceled span{background-color:#bdc2c4}.launchpad-card .progress-bar{width:100%;position:relative;height:8px;border-radius:4px;border:1px solid #aaa}.launchpad-card .progress-bar .progress{position:absolute;left:0;background-color:#10b981;height:100%}.launchpad-card .title{margin-top:25px;font-size:20px;font-weight:600;color:#fff}.launchpad-card .coin-fair{font-size:14px;color:#fff;margin-top:5px}.launchpad-card .progress-number,.launchpad-card .soft-hard{margin-top:30px;font-size:16px;font-weight:600;color:#fff}.launchpad-card .price{font-size:20px;color:#1263f1;font-weight:600;margin-top:5px}.launchpad-card .progress-number{margin-top:15px;margin-bottom:10px}.launchpad-card .price-range{display:flex;align-items:center;justify-content:space-between;margin-top:5px}.launchpad-card .price-range div{font-size:13px;color:#fff}.launchpad-card .liqudity,.launchpad-card .lock{margin-top:20px;display:flex;align-items:center;justify-content:space-between}.launchpad-card .liqudity .title,.launchpad-card .lock .title{margin-top:0;font-size:16px;color:#fff}.launchpad-card .liqudity .subtitle,.launchpad-card .lock .subtitle{font-size:14px;color:#fff}.launchpad-card .lock{margin-top:5px}.launchpad-card .divider{margin-top:5px;width:100%;height:.5px;background-color:#ddd}.launchpad-card .time-view{margin-top:30px;display:flex;align-items:center;justify-content:space-between}.launchpad-card .time-view .time,.launchpad-card .time-view .time-state{font-size:16px;color:#fff}.launchpad-card .time-view .time{font-weight:700}.staking-pool-card{border-radius:30px;padding:25px;width:320px;border:2px solid hsla(0,0%,86.7%,.2);border-radius:15px;box-shadow:4px 4px 8px rgba(18,99,241,.6)}@media screen and (max-width:900px){.staking-pool-card{width:100%}}.staking-pool-card .name{margin-top:25px;font-size:20px;font-weight:600;color:#fff;text-align:center}.staking-pool-card .info-line{margin:20px 0;display:flex;align-items:center;justify-content:space-between}.staking-pool-card .info-line .key{margin-top:0;font-size:16px;color:#fff}.staking-pool-card .info-line .value{font-size:14px;color:#0ff}.staking-pool-card .divider{width:100%;background-color:#ddd;height:1px;opacity:.3}.staking-pool-card .btn-group{margin-top:20px;display:flex;justify-content:center;grid-gap:15px;gap:15px}
/*# sourceMappingURL=main.df0f78cb.chunk.css.map */