body{
    background: #1f2329;
    font-size: 14px;
    line-height: normal;
}
img{
    max-width: 100%;
    height: auto;
}
a,a:hover{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.app{
    position: relative;
    width: 100%;
    max-width: 575px;
    margin-inline: auto;
    overflow-x: hidden;
}
aside{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 575px;
    margin-inline: auto;
    background: #1f2329;
    color: #fff;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: all .3s ease-in-out;
    z-index: 9998;
}
aside.opened{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.aside-head,.form-head{
    padding: 20px 15px;
}
.aside-body,.form-body{
    max-height: calc(100vh - 41px);
    overflow-y: auto;
}
.form-body{
    padding: 15px;
}
.close-btn,.support,.popup-btn:not(.link,.button),.file-btn,.search-btn,.menu-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #defff3;
    color: #17ac74;
    font-size: 14px;
    cursor: pointer;
}
.close-btn:hover,.support:hover,.popup-btn:not(.link,.button):hover,.file-btn:hover,.search-btn:hover,.menu-btn:hover{
    color: #17ac74;
}
.user-info{
    padding: 10px 15px;
    font-size: 12px;
}
.user-info .avatar .numb{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #333;
    font-weight: 600;
}
.user-info .score{
    color: #838b9c;
}
.aside-link{
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
}
.aside-link:hover,.aside-link:focus{
    color: #fff;
}
.aside-link::before,.submenu-body .item::before{
    content: '\f054';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 10px;
    color: #838b9c;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.aside-footer{
    padding: 10px 15px;
    margin-top: 40px;
    border-top: 1px solid #fff;
}
.aside-footer .logout{
    color: #17ac74;
}
.form-group{
    margin-bottom: 15px;
}
.button{
    display: block;
    text-align: center;
    background: #17ac74;
    color: #fff;
    padding-block: 12px;
    border-radius: 4px;
    font-weight: 600;
    border: none;
}
.button:hover,.button:focus{
    background: #fff;
    color: #17ac74;
}
.button.style-2{
    color: #17ac74;
    background: #fff;
}
.button.style-2:hover,.button.style-2:focus{
    background: #17ac74;
    color: #fff;
}
.button.style-3{
    background: #df163d;
    color: #fff;
}
.button.style-3:hover,.button.style-3:focus{
    background: #fff;
    color: #df163d;
}
.submenu{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2329;
    color: #fff;
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    z-index: 99999;
}
.submenu.opened{
    transform: translateX(0);
}
.submenu .back,.page-head .back{
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}
.submenu .back a,.page-head .back a,
.submenu .back a:hover,.page-head .back a:hover{
    color: #fff;
}
.submenu-head,.page-head{
    padding: 15px;
    border-bottom: 1px solid #34393e;
}
.submenu-body{
    padding: 15px;
    max-height: calc(100vh - 55px);
    overflow-y: auto;
}
.submenu-body .item{
    padding-block: 10px;
    font-size: 12px;
    color: #fff;
}
.submenu-body .item::before{
    content: '\f00c';
    font-size: 16px;
    color: #fff;
}
.submenu-body .item.active::before{
    color: #17ac74;
}
.table:not(.table-borderless)>*>*{
    border-color: #34393e;
}
.table td,.table th{
    vertical-align: middle;
}
table.dataTable{
    width: 100% !important;
}
.dataTable  th.text-start,.dataTable td.text-start{
    text-align: start;
}
.dataTable  th.text-center,.dataTable td.text-center{
    text-align: center;
}
.dataTable  th.text-end,.dataTable td.text-end{
    text-align: end;
}
table.dataTable tbody tr{
    background: transparent;
}
table.dataTable.no-footer{
    border: none;
}
table.dataTable td:first-child{
    width: 100px;
}
a.link,span.link{
    color: #17ac74;
    font-weight: 600;
    cursor: pointer;
}
.form-control,.form-select{
    height: 40px;
    padding-inline: 15px;
    font-size: 12px;
    background: #1f2329;
    border-radius: 4px;
    border: 1px solid #34393e;
    color: #fff;
    caret-color: #fff;
}
.form-control.icon-input{
    padding-inline: 35px;
}
.form-control:focus,.form-control:active,
.form-select:focus,.form-select:active{
    border-color: #34393e;
    box-shadow: none;
    background: #1f2329;
    color: #fff;
}
form label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.fa-lock{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #838b9c;
}
.toggle-pass{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #838b9c;
}
.toggle-pass .fa-eye{
    display: none;
}
header{
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    background: #34393e;
    border-radius: 8px;
}
.header-logo{
    width: 30px;
    height: 30px;
}
header .user img{
    width: 20px;
    height: 20px;
}
.item-title{
    font-weight: 600;
}
.small-txt{
    font-size: 12px;
}
.xl-txt{
    font-size: 30px;
}
.lg-txt{
    font-size: 26px;
}
.gray-txt{
    color: #838b9c;
}
.item-badge{
    display: block;
    width: fit-content;
    border-radius: 4px;
    padding: 6px 12px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}
.rise{
    color: #17ac74;
}
.rise-bg{
    background: rgba(46, 189, 133, .2);
}
.fall{
    color: #d62548;
}
.fall-bg{
    background: rgba(223, 41, 74, .2);
}
.draw{
    color: #7d919d;
}
.white-txt{
    color: #fff;
}
.banner-content{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    background: #34393e;
    border-radius: 8px;
    margin-inline: 15px;
    margin-top: -25px;
    padding-block: 16px;
    z-index: 2;
}
.main-sec{
    margin-block: 20px 100px;
}
.main-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 5px;
    row-gap: 15px;
    margin-inline: 15px;
}
.grid-item{
    color: #fff;
}
.grid-item:hover,.grid-item:focus{
    color: #fff;
}
.grid-item .icon{
    width: 20px;
    height: 20px;
    margin-inline: auto;
    margin-bottom: 5px;
}
.grid-item .name{
    font-size: 11px;
    line-height: normal;
}
.main-sec .noti{
    background: #34393e;
    border-radius: 18px;
    padding: 6px 12px;
    margin-inline: 15px;
}
.main-sec .links{
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 10px;
    margin-inline: 15px;
}
.main-sec .links a{
    color: #fff;
    font-size: 10px;
}
.main-sec .links li:not(:last-child) a{
    padding: 8px 12px;
    border-radius: 4px;
    background: #34393e;
    border: 1px solid #4c4e53;
    height: 100%;
}
.main-sec .links li:last-child{
    align-self: center;
}
.main-sec .links a:hover,.main-sec .links a:focus{
    color: #17ac74;
}
.nav-tabs{
    border-bottom: none;
    flex-wrap: nowrap;
    font-size: 12px;
    background: #34393e;
    padding: 8px;
}
.nav-tabs .nav-link{
    position: relative;
    border-radius: 0;
    border: none;
    background: transparent;
    color: #fff;
    font-weight: 500;
}
.nav-tabs .nav-link::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 20px;
    background: transparent;
    border-radius: 2px;
}
.nav-tabs .nav-link.border-none::before{
    content: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: transparent;
    color: #17ac74;
}
.nav-tabs .nav-item.show .nav-link::before,.nav-tabs .nav-link.active::before{
    background: #17ac74;
}
.nav-tabs .nav-link:hover{
    color: #17ac74;
}
.nav-link.rise-bg.active{
    color: #fff;
    background: #17ac74;
}
.nav-link.fall-bg.active{
    color: #fff;
    background: #df163d;
}
.content-header{
    font-size: 11px;
    color: #838b9c;
    padding-inline: 15px;
}
.content-body .item{
    padding: 20px 15px 0 15px;
}
.tab-content .right{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 11px;
    text-align: right;
}
.tab-content .right span:last-child{
    max-width: 70px;
    min-width: 70px;
}
footer{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 575px;
    margin-inline: auto;
    background: #1f2329;
    border-top: 1px solid #34393e;
    z-index: 999;
}
.footer-item{
    padding-block: 15px;
    color: #fff;
    font-size: 12px;
}
.footer-item:hover,.footer-item.active{
    color: #17ac74;
}
.footer-item .active-icon,.footer-item.active img:not(.active-icon){
    display: none;
}
.footer-item.active .active-icon{
    display: block;
}
.title{
    font-size: 22px;
}
.subtitle{
    font-size: 14px;
}
.text-underline{
    text-decoration: underline;
}
.sec-padding{
    padding: 20px 15px 0 15px;
}
.mining-content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background: #34393e;
    border: 1px solid #34393e;
    border-radius: 8px;
}
.mining-content .item{
    padding: 20px;
}
.border-right{
    border-right: 1px solid #34393e !important;
}
.border-bottom{
    border-bottom: 1px solid #34393e !important;
}
.mining-content .item.border-right{
    border-right: 1px solid #505358 !important;
}
.mining-content .item.border-bottom{
    border-bottom: 1px solid #505358 !important;
}
.join-mining{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: #17ac74;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.grid-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.box-icon .icon{
    padding: 6px 12px;
    background: #2f323b;
    border-radius: 4px;
    text-align: center;
}
.border{
    border: 1px solid #34393e !important;
}
.user-info.swiper{
    height: 200px;
}
.page-body{
    max-height: calc(100vh - 52px);
    overflow-y: auto;
    padding-bottom: 30px;
}
.page-body::-webkit-scrollbar{
    display: none;
}
.position-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.project-item{
    border: 1px solid #505358;
    border-radius: 8px;
    cursor: pointer;
}
.project-head{
    border-bottom: 1px solid #505358;
}
.project-body{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: center;
}
.popup-bottom{
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
}
.popup-bottom.opened{
    pointer-events: all;
}
.popup-bottom .overlay{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease-in-out;
    z-index: 99998;
}
.popup-bottom.opened .overlay{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.popup-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 90vh;
    background: #1f2329;
    color: #fff;
    border-radius: 14px 14px 0 0;
    transition: all .3s ease-in-out;
    transform: translateY(100%);
    z-index: 99999;
}
.popup-bottom.opened .popup-wrap{
    transform: translateY(0);
}
.popup-bottom:not(.buy-popup) .popup-head h6{
    margin-inline: auto;
}
.popup-body{
    max-height: calc(90vh - 42px);
    overflow-y: auto;
}
#noti .modal-content{
    border-radius: 16px;
    overflow: hidden;
    background: #1f2329;
}
#noti .modal-body{
    background: #1f2329;
}
input.no-appearance{
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #fff;
    appearance: none;
}
input.no-appearance:active,input.no-appearance:focus,input.no-appearance:focus-visible{
    box-shadow: none;
    border: none;
    outline: none;
}
.buy-input{
    border: 1px solid #4c4e53;
    border-radius: 4px;
}
.w-max{
    width: max-content;
}
.no-scrollbar::-webkit-scrollbar{
    display: none;
}
.upload-item{
    background: #1f2329;
    border-radius: 4px;
    border: 1px solid #4c4e53;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16/9;
    text-align: center;
    padding: 15px;
}
.upload-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.white-txt.link{
    color: #fff;
}
.exchange-input{
    border: 1px solid #4c4e53;
    border-radius: 4px;
}
.w-60{
    width: 60%;
}
.break-all{
    word-break: break-all;
}
a.white-txt:hover{
    color: #fff;
}
.qr-box{
    width: 140px;
    height: 140px;
    border: 1px solid #17ac74;
}
.line-clamp{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w-80{
    width: 80%;
}
.grid-4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 5px;
}
.grid-6{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
}
.xs-txt{
    font-size: 10px;
}
.progress{
    position: relative;
    height: 5px;
    width: 100%;
    border-radius: 4px;
    background: #d9d9d9;
}
.progress-line{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: #17ac74;
}
.button.small-btn{
    padding: 4px 14px;
}
.box-items .item{
    padding: 12px;
    box-shadow: 0 .08rem .16rem .026667rem rgba(19,138,93,.15);
    border-radius: 4px;
    background: #1f2329;
}
.search-content{
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    margin-top: -5px;
    position: relative;
    z-index: 2;
    background: #1f2329;
}
.search-input{
    padding: 0 40px;
    border-radius: 18px;
    background: #34393e;
    border: none;
}
.search-input:active,.search-input:focus{
    background: #34393e;
}
.search-input~i{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 12px;
}
table.dataTable tbody th, table.dataTable tbody td{
    padding: 8px 2px;
}
.hide-info-btn .fa-eye-slash,.hide-info-btn.hidden .fa-eye{
    display: none;
}
.hide-info-btn.hidden .fa-eye-slash{
    display: block;
}
.transfer-box .left{
    width: 82%;
}
.transfer-box .right{
    width: 18%;
}
.w-15{
    width: 15%;
}
.w-80{
    width: 80%;
}
.w-70{
    width: 70%;
}
.w-25{
    width: 25%;
}
.transfer-box{
    background: #404040;
    border-radius: 4px;
    padding-inline: 16px;
}
.transfer-box .form-select{
    padding: 0;
    border: none;
    background: #404040;
}
.border-dash-bottom{
    border-bottom: 1px dashed #777;
}
.border-bottom-white{
    border-bottom: 1px solid #777;
}
#crypt-candle-chart{
    width: 100%;
    height: 300px;
}
.divine{
    width: 100%;
    height: 4px;
    background: #131722;
}
.bottom-btns{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2329;
    padding: 10px 15px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    z-index: 9990;
}
.badge.rise-bg{
    background: #17ac74;
}
.cycle-btn{
    background: #2f323b;
    border-radius: 4px;
    padding: 8px 4px;
}
.cycle-btn.active{
    background: #17ac74;
}
.bg-progress{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.select-popup .active,.select-popup a:hover{
    color: #17ac74;
}
.select-popup a:focus{
    color: #838b9c;
}
.slider-content{
    gap: 2px;
}
.slider-content span:not(.slider-numb){
    display: block;
    height: 6px;
    width: 100%;
    background: #34393e;
}
input[type='range'] {
    background:#17ac74;
    height: 4px;
    width: 100%;
    border-radius: 4px;
}
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background:#fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
@media only screen and (min-width: 576px){
    body{
        font-size: 16px;
    }
    .small-txt{
        font-size: 14px;
    }
   .header-logo{
        width: 54px;
        height: 54px;
    } 
    header .user img{
        width: 34px;
        height: 34px;
    }
    .grid-item .icon{
        width: 20px;
        height: 20px;
    }
    .grid-item .name{
        font-size: 14px;
    }
    .main-sec .links a{
        font-size: 12px;
    }
    .nav-tabs{
        font-size: 14px;
    }
    .content-header{
        font-size: 12px;
    }
    .tab-content .right span:last-child{
        max-width: 90px;
        min-width: 90px;
    }
    .footer-item{
        font-size: 14px;
    }
    .aside-link{
        font-size: 14px;
    }
    .aside-link::before{
        font-size: 12px;
    }
    .submenu-body .item{
        font-size: 14px;
    }
    .title{
        font-size: 26px;
    }
    .subtitle{
        font-size: 16px;
    }
}
