@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap);
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
    pointer-events: none;
}
html {
    height: 100%;
}
body {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #121417;
    height: 100%;
}
a {
    transition: 0.4s linear;
}
.main-wrapper {
    padding: 110px 0 10px 250px;
    width: 100%;
}
.leftsidebar {
    padding: 0 15px;
    background: #191c22;
    width: 250px;
    height: 100%;
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.logo-bx {
    padding: 25px 20px 25px;
    background: #191c22;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.logo-bx img {
    margin: 0 auto;
    width: 86%;
}
.left-nav-bx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    padding: 105px 0 75px 15px;
}
.left-nav-bx li {
    display: block;
    margin: 0 0 5px;
}
.left-nav-bx li:last-child {
    margin: 0;
}
.left-nav-bx li a,
.out-bx a {
    padding: 12px 15px;
    background: 0 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #d4d6d9;
    display: block;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.left-nav-bx li a img,
.out-bx a img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.left-nav-bx li a:hover,
.left-nav-bx li.active a {
    background: #2d3340;
    color: #fff;
}

.out-bx {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 15px;
    background: #191c22;
}
.out-bx li {
    display: inline-block;
}
.out-bx li a{
    padding: 12px 10px;
}
.out-bx li a img{
    width: 20px;
}
header {
    padding: 25px 25px 25px 280px;
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    background: #121417;
    z-index: 99;
}
header .row {
    align-items: center;
}
.head-title h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.logo-mobile {
    display: none;
}
.search-bx {
    position: relative;
}
.search-bx .form-control {
    padding: 15px 15px 15px 45px;
    border: 1px solid #22272e;
    border-radius: 10px;
    height: auto;
    background-color: #191c22;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    color: #d4d6d9;
    border: none;
}
.search-bx button {
    position: absolute;
    top: 13px;
    left: 15px;
    background: 0 0;
    border: none;
    color: #d4d6d9;
    font-size: 18px;
}
.right-bar {
    text-align: right;
}
.right-bar li {
    display: inline-block;
    margin-right: 15px;
}
.right-bar li:last-child {
    margin: 0;
}
.right-bar li a.btn-wal {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 400;
    color: #f36;
    border: 1px solid #f36;
    border-radius: 10px;
    display: block;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.right-bar li a.btn-wal i {
    display: none;
}
.right-bar li a.btn-wal:hover {
    background: #f36;
    color: #fff;
}
.right-bar li a.btn-wal:hover i{
    color: #fff;
}
.right-bar li.searchmobile {
    display: none;
}

.right-bar li.dropdown a img {
    display: inline-block;
    width: 45px;
    height: 45px;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.right-bar li.dropdown a .img2{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    opacity: 0;
}
.right-bar li.dropdown:hover .img2{
    opacity: 1;
}
.right-bar li.dropdown.show .img2{
    opacity: 1;
}
/*.right-bar ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.right-bar li.dropdown{
    position: relative;
}
.right-bar li.dropdown a{
    display: flex;
    align-items: center;
}
.right-bar li.dropdown a span{
    height: 45px;
    width: 45px;
    border-radius: 100%;
    background: #1E232B;
    position: relative;
    display: inline-block;
    position: absolute;
    left: 0;

}*/
/*.right-bar li.dropdown a img {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.right-bar li.dropdown a .img2{
    opacity: 0;
}
.right-bar li.dropdown a:hover span{
    background: #FF3366;
}
.right-bar li.dropdown a:hover .img1{
    opacity: 0;
}
.right-bar li.dropdown a:hover .img2{
    opacity: 1;
}*/
.right-bar li a i {
    margin-left: 5px;
    color: #fff;
}
.dropdown-toggle::after {
    display: none;
}
.mark-dt .dropdown-menu,
.right-bar li .dropdown-menu {
    padding: 0;
    box-shadow: none;
    border-radius: 3px;
    border: none;
    background: rgb(45 51 64 / 95%);
    z-index: 5;
}
.right-bar li .dropdown-menu{
    left: auto !important;
    right: -0%;
    top: 100% !important;
    margin: 25px 0 0;
    min-width: 300px;
    transform: unset !important;
}
.mark-dt .dropdown-menu a,
.right-bar li .dropdown-menu a {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #9b9b9b;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    border-radius: 3px;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.right-bar li .dropdown-menu a span{
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 2px solid #34b6af;
    display: inline-block;
    margin: 0 15px 0 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.right-bar li .dropdown-menu a .c2{border-color: #fd4e8e;}
.right-bar li .dropdown-menu a .c3{border-color: #906afc;}
.right-bar li .dropdown-menu a .c4{border-color: #f5c250;}
.right-bar li .dropdown-menu a .c5{border-color: #389bef;}
.right-bar li .dropdown-menu a .c6{border-color: #d6d9dc;}
.right-bar li .dropdown-menu a .c7{border-color: #d6d9dc;}
.right-bar li .dropdown-menu a .c8{border-color: #d6d9dc;}
.right-bar li .dropdown-menu a:hover span{background: #34b6af;border-color: #fff;}
.right-bar li .dropdown-menu a:hover .c2{background: #fd4e8e;}
.right-bar li .dropdown-menu a:hover .c3{background: #906afc;}
.right-bar li .dropdown-menu a:hover .c4{background: #f5c250;}
.right-bar li .dropdown-menu a:hover .c5{background: #389bef;}
.right-bar li .dropdown-menu a:hover .c6{background: #d6d9dc;}
.right-bar li .dropdown-menu a:hover .c7{background: #d6d9dc;}
.right-bar li .dropdown-menu a:hover .c8{background: #d6d9dc;}


.mark-dt .dropdown-menu a:hover,
.right-bar li .dropdown-menu a:hover {
    background: transparent;
    color: #fff;
}
.mark-dt .dropdown-menu {
    left: -155px !important;
}
.srh-btn {
    display: none;
}
.chart-ttf-box {
    padding: 25px 25px;
    background: #191c22;
    border-radius: 20px;
    margin: 0 0 30px;
}
.chart-img img {
    margin: 0 auto;
}
.bit-lst-bx ul {
    width: 90%;
    overflow: hidden;
    margin: 25px auto 15px;
}
.bit-lst-bx ul li {
    float: left;
    width: 33.33%;
    font-size: 12px;
    font-weight: 400;
    color: #b6b9bf;
    text-align: center;
}
.bit-lst-bx ul li img {
    display: inline-block;
    margin-right: 5px;
}
.vol-chrt-tabs .nav-tabs {
    border-bottom: 2px solid #252933;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.vol-chrt-tabs .nav-tabs li {
    float: left;
    width: 25%;
}
.vol-chrt-tabs .nav-tabs li a {
    font-size: 14px;
    font-weight: 400;
    color: #b6b9bf;
    display: block;
    padding: 10px 5px;
    border-radius: 0;
    border: none;
    margin: 0;
    position: relative;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.vol-chrt-tabs .nav-tabs li a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #f36;
    border-radius: 2px;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.vol-chrt-tabs .nav-tabs .nav-item.show .nav-link,
.vol-chrt-tabs .nav-tabs .nav-link.active {
    background: 0 0;
    color: #fff;
    border-radius: 0;
    border: none;
    font-weight: 400;
}
.vol-chrt-tabs .nav-tabs .nav-link.active:after {
    width: 100%;
}
.vol-content {
    width: 100%;
}
.vol-content li {
    display: block;
    padding: 17px 0 0;
    width: 100%;
    overflow: hidden;
}
.vol-ic {
    display: inline-block;
    width: 10%;
}
.vol-ic img {
    margin: 0;
}
.vol-dt {
    padding: 0 0 10px;
    border-bottom: 1px solid #252a36;
    display: inline-block;
    width: 90%;
    float: right;
}
.vol-dt h3 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 22px;
    display: inline-block;
}
.vol-dt h3 span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #b6b9bf;
}
.vol-dt h4 {
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 22px;
    display: inline-block;
    float: right;
}
.vol-dt h4 span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #89cd00;
}
.vol-dt h4 span.low {
    color: #e74b17;
}
.vol-content li:last-child .vol-dt {
    border-bottom: none;
}
.progress-report-box {
    padding: 25px 25px;
    background: #191c22;
    border-radius: 20px;
    margin: 0 0 30px;
}
.progress-report-box img {
    width: 100%;
}
.market-place-slider {
    padding: 25px 25px;
    background: #191c22;
    border-radius: 20px;
    margin: 0 0 30px;
}
.market-head {
    width: 100%;
    margin: 0 0 25px;
}
.market-place-slider h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0;
    display: inline-block;
}
.mark-dt {
    float: right;
}
.mark-dt i {
    font-size: 18px;
    color: #b6b9bf;
}
.market-block {
    padding: 0 20px 0 0;
}
.market-block .market-box {
    padding: 10px 10px 20px;
    border-radius: 15px;
    background: #222730;
}
.mark-row {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.mark-row .mark-img {
    width: 50%;
    float: left;
}
.mark-row .mark-img img {
    border-radius: 15px;
    width: 100%;
    height: 140px;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.mark-row .mark-dt {
    width: 50%;
    float: left;
}
.mark-row .mark-dt h4 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    padding: 0 15px;
    line-height: 22px;
}
.mark-row .mark-dt h4 span {
    display: block;
    color: #b6b9bf;
    font-weight: 400;
}
.mark-row .mark-dt h4:last-child {
    margin: 0;
}
.market-act {
    padding: 15px 10px 0;
}
.market-act h5 {
    font-size: 14px;
    font-weight: 500;
    color: #b6b9bf;
    margin: 0 0 15px;
}
.market-act h5 span {
    color: #fff;
}
.market-act .btn-group .btn-main {
    padding: 10px 15px;
    border-radius: 10px;
    background: #f36;
    border: 2px solid #f36;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.market-act .btn-group .view-btn {
    background: 0 0;
    color: #f36;
    margin-right: 15px;
}
.market-act .btn-group .btn-main:hover {
    background: #e56735;
    color: #fff;
    border-color: #e56735;
}
.market-act .btn-group .view-btn:hover {
    background: #f36;
    color: #fff;
    border-color: #f36;
}
.exchange-block {
    padding: 25px;
    margin: 0 15px;
    background: #191c22;
    border-radius: 20px;
}
.exchange-block h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #fff;
}
.exchange-block h4 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ccc;
}
.swap-bx {
    padding: 20px;
    background: #1e232b;
    border-radius: 15px;
    width: 100%;
    display: flex;
}
.swap-bx .swap-lft,
.swap-bx .swap-rght {
    width: 50%;
}
.swap-lft h5,
.swap-rght h5 {
    font-size: 14px;
    font-weight: 400;
    color: #b6b9bf;
    margin: 0 0 5px;
    display: block;
}
.swap-lft .form-control{
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    border: none;
    height: auto;
    padding: 0;
    /*width: auto;*/
}
.swap-lft .form-control:focus{
    box-shadow: none !important;
}
.swap-lft .form-control::placeholder{
    color: #fff;
}
input[type="number"]{
     -webkit-appearance: none;
}
.swap-rght h5 span {
    color: #fff;
}
.swap-bx .swap-rght {
    text-align: right;
}
.swap-bx .swap-lft h2 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.swap-rght a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.swap-rght a img {
    display: inline-block;
    margin-right: 5px;
}
.swap-rght a i {
    margin-left: 5px;
}
.swap-rght .dropdown-menu {
    padding: 0 30px 0 0;
    box-shadow: none;
    border-radius: 3px;
    border: none;
    background: #2d3340;
    left: 0 !important;
    top: 100%;
    margin: 10px 0 0;
    width: auto;
    min-width: auto;
}
.swap-rght .dropdown-menu a {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    border-radius: 3px;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.swap-rght .dropdown-menu a:hover {
    background: 0 0;
    color: #fff;
}
img.refresh-btn {
    margin: 15px auto;
    display: table;
}
.rang-bx {
    padding: 60px 0px 20px;
}
.rang-bx .slider-wrapper {
    width: 100%;
    margin: 0 auto;
}
.rang-bx .noUi-connects {
    border-radius: 5px;
}
.rang-bx .noUi-target {
    border-radius: 5px;
    height: 6px;
    border: none;
    background: #1e232b;
    box-shadow: none;
}
.rang-bx .noUi-horizontal {
    height: 6px;
}
.rang-bx .noUi-horizontal .noUi-tooltip {
    display: none;
}
.rang-bx .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f36;
    border: none;
    box-shadow: 0 0 8px rgba(41, 44, 51, 0.4);
    right: -5px;
}

.noUi-base, .noUi-connects{width: 100% !important;}

.rang-bx .noUi-handle:after,
.rang-bx .noUi-handle:before {
    display: none;
}
.rang-bx .noUi-connect {
    background: linear-gradient(90deg, #e56735 0, #de2571 100%);
    border-radius: 5px;
}
.rang-bx .noUi-pips-horizontal {
    top: -55px;
    height: 54px;
    right: 10px;
    left: 10px;
    width: auto;
}
.rang-bx .noUi-marker-horizontal.noUi-marker-large {
    display: none;
}
.rang-bx .noUi-pips {
    position: absolute;
    color: #b6b9bf;
    font-size: 13px;
    font-weight: 400;
}
.some-totalbx h6 {
    padding: 10px 0;
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #b6b9bf;
}
.some-totalbx h6 span {
    float: right;
    color: #fff;
    font-weight: 500;
}
.exchange-block .btn-main {
    padding: 10px 15px;
    background: #f36;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    margin: 15px 0;
}
.exchange-block .btn-main:hover {
    background: #e56735;
    color: #fff;
}
.exchange-block .viewall {
    padding: 10px 15px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.mainprogress-wrp,
.turbo-lst-wrp {
    padding: 0 15px;
}
.turbo-lst-wrp h2 {
    font-size: 20px;
    font-size: 500;
    color: #fff;
    margin: 0 0 25px;
}
.turbo-bx {
    padding: 30px;
    background: #191c22;
    border-radius: 10px;
    margin: 0 0 30px;
}
.turbo-bx img {
    margin: 0 auto 25px;
}
.turbo-bx h6 {
    font-size: 15px;
    font-weight: 400;
    color: #b6b9bf;
    text-align: center;
    margin: 0 0 10px;
}
.turbo-bx h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: center;
}
.token-row-bx {
    padding: 25px;
    border-radius: 20px;
    background: #191c22;
    margin: 0 0 30px;
    width: 100%;
}
.stake-frm h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
}
.stake-frm .form-group {
    position: relative;
    margin: 0 0 20px;
}
.stake-frm .form-group .form-control {
    padding: 12px 50px 12px 15px;
    background: #222730;
    border-radius: 10px;
    border: none;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    color: #d4d6d9;
    box-shadow: none;
}
.stake-frm .form-group span {
    font-size: 15px;
    font-weight: 400;
    color: #dfdfdf;
    position: absolute;
    top: 12px;
    right: 15px;
}
.stake-frm .form-group h6 {
    font-size: 14px;
    font-weight: 400;
    color: #dfdfdf;
    margin: 15px 0 0;
    display: block;
    width: 100%;
}
.stake-frm .form-group h6 span {
    float: right;
    position: relative;
    top: 0;
    right: 0;
}
.btn-token .btn-main {
    padding: 12px 15px;
    width: 100%;
    display: block;
    border-radius: 10px;
    background: #e56636;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.earbtb .btn-main {
    background: #e24554;
}
.unkbtn .btn-main {
    background: #f36;
}
.btn-token span {
    font-size: 14px;
    font-weight: 400;
    color: #dfdfdf;
    display: block;
    margin: 5px 0 0;
    text-align: center;
}
.btn-token .btn-main:hover {
    background: #f36;
    color: #fff;
}
.btn-token.unkbtn .btn-main:hover {
    background: #e56636 ;
    color: #fff;
}
.token-info {
    padding: 10px 30px;
    border-left: 1px solid #252a36;
    width: 70%;
}
.token-info p {
    font-size: 15px;
    font-weight: 300;
    color: #b6b9bf;
    margin: 0 0 15px;
}
.token-info p:last-child {
    margin: 0;
}
.populer-coins-wrp,
.token-wrp {
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
}
.populer-coins-wrp h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 30px;
}
.populer-table {
    overflow: hidden;
    width: 100%;
}
.populer-table .table {
    margin: 0 0 30px;
    background: #191c22;
    border-radius: 20px;
    border: none;
    overflow: hidden;
}

.tokens-table {
    width: max-content !important;
}

.populer-table .table thead th {
    padding: 15px 25px;
    font-weight: 500;
    color: #b6b9bf;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #252a36;
}
.populer-table .table thead .first-th{
    padding: 15px 25px 15px 30px;
}


.populer-coins-wrp .populer-table .table tbody td {
    padding: 0 25px;
}

.populer-table .table tbody td {
    padding: 15px 25px;
    font-weight: 300;
    color: #b6b9bf;
    font-size: 15px;
    border: none;
    vertical-align: middle;
    border-bottom: 1px solid #252a36;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}

.populer-table .table tbody td .icons{
    width: 30px;
    display: inline-block;
    margin-right: 5px;
    height: 13px;
}
.populer-table .table tbody td img {
    margin: 0 auto;
    /*display: inline-block;*/
}
.populer-table .table tbody td span {
    color: #89cd00;
}
.populer-table .table tbody td span.low {
    color: #e74b17;
}
.populer-table .table tbody tr:last-child td {
    border-bottom: none;
}
.populer-table .table tbody tr:hover td {
    background: #222730;
    border-bottom-color: transparent;
    cursor: pointer;
}
.apexcharts-xaxis-label.apexcharts-text tspan,
.apexcharts-yaxis-label.apexcharts-text tspan {
    color: #858585;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-family: Rubik;
}
.chart-details {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.chart-details h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
    text-align: center;
}
.chart-details p {
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    margin: 0 0 40px;
    text-align: center;
}
.chart-details span {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
    text-align: center;
}
.progress-report-box {
    padding: 40px 25px 25px;
}
.progress-details {
    position: absolute;
    top: 15px;
    left: 40px;
}
.progress-details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
}
.progress-details h2 span {
    font-size: 14px;
    color: #89cd00;
}
.apexcharts-canvas {
    position: relative;
    user-select: none;
    width: 100% !important;
    height: 100% !important;
}
.apexcharts-xaxis-label.apexcharts-text tspan,
.apexcharts-yaxis-label.apexcharts-text tspan {
    color: #858585;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-family: Rubik;
}
#chart-two .apexcharts-tooltip {
    background: #242a33;
    border: none !important;
    box-shadow: none !important;
}
#chart-two .arrow_box {
    padding: 7px 9px 6px 9px;
}
#chart-two .apexcharts-tooltip span {
    display: block;
    text-align: center;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 3px;
}
#chart-two .apexcharts-tooltip span.x-day-name {
    font-size: 12px;
    line-height: 14px;
    color: #b6b9bf;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
}
#chart-two .apexcharts-legend {
    float: none !important;
    display: block;
    left: auto;
    text-align: right;
}
.apexcharts-legend-marker{
    vertical-align: middle;
}
#chart-two .apexcharts-legend-series {
    float: none !important;
    text-align: right;
    display: inline-block;
}
#chart-two .apexcharts-legend-text {
    color: #b6b9bf !important;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.staking-wrp .token-info {
    padding: 30px 0 15px;
    margin-top: 30px;
    border-left: none;
    border-top: 1px solid #252a36;
    width: 100%;
}
.swap-centerbx {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}
.swap-centerbx .swap-bx {
    padding: 20px 30px;
}
.swap-btn-group {
    display: flex;
    align-items: center;
    margin: 25px 0 0;
}
.swap-btn-group .viewall {
    border: 1px solid #f36;
    color: #f36;
    border-radius: 10px;
    margin-right: 15px;
    padding: 12px 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.swap-btn-group .viewall:hover{
    background: #f36;
    color: #fff;
}
.swap-btn-group .btn-main {
    padding: 12px 15px;
    margin: 0;
}
.vote-block {
    background: #191c22;
    border-radius: 20px;
    margin: 0 0 30px;
    padding: 25px;
}
.voting-user {
    display: flex;
    align-items: center;
}
.voting-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.voting-user h4 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
}
.voting-user h4 span {
    font-size: 13px;
    font-weight: 400;
    color: #b6b9bf;
    display: block;
}
.vot-timebx {
    text-align: right;
}
.vot-timebx p {
    margin: 0;
    padding: 0 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #b6b9bf;
}
.vot-dt-bx {
    padding: 15px 0 0;
}
.vot-dt-bx h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    line-height: 24px;
}
.vot-dt-bx p {
    font-size: 15px;
    font-weight: 400;
    color: #b6b9bf;
    line-height: 24px;
    margin: 0 0 15px;
}
.down-bx i {
    margin: 30px auto;
    display: table;
    font-size: 24px;
    color: #b6b9bf;
}
.vot-dt-bx h6 {
    padding: 15px;
    background: #2d3340;
    border-radius: 7px;
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.vot-dt-bx h6 span {
    font-weight: 500;
    margin-left: 10px;
    float: right;
}
.pay-vot-bx h4 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px;
}
.pay-vot-bx .form-group {
    margin: 0 0 20px;
    position: relative;
}
.pay-vot-bx .form-group label {
    font-size: 16px;
    font-weight: 400;
    color: #d4d6d9;
    margin: 0 0 15px;
    display: block;
}
.pay-vot-bx .form-group .form-control {
    padding: 12px 45px 12px 15px;
    background-color: #222730;
    border-radius: 10px;
    height: auto;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.calc-btn i {
    color: #d4d6d9;
    font-size: 22px;
    position: absolute;
    bottom: 13px;
    right: 15px;
}
select.form-control {
    display: block;
    margin: 0 0;
    -webkit-appearance: none;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}
.vote-dte p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #b6b9bf;
    line-height: 22px;
}
.vote-dte p button {
    color: #b6b9bf;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0 5px;
    background: transparent;
}
.vote-dte p span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #b6b9bf;
    padding: 5px 10px;
    border-radius: 4px;
    background: #242933;
}
.vot-tot p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #b6b9bf;
    line-height: 22px;
    text-align: right;
}
.pay-vot-bx .btn-main {
    padding: 10px 15px;
    display: block;
    background: #f7ed4a;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #191c22;
    border: none;
    margin: 20px 0 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.pay-vot-bx .btn-main:hover {
    background: #e56735;
    color: #fff;
}
.governance-row {
    padding: 0 15px;
}
.vote-chart-bx {
    background: #191c22;
    border-radius: 20px;
    margin: 0 0 30px;
    padding: 25px;
}

.vote-chart-bx.vote-chart-padding {
    padding: 25px 25px 0 14px;
}

.vote-chart-bx {
    padding: 25px 25px 0 25px;
    position: relative;
}

.vote-chart-bx img {
    width: 100%;
}
.vote-chart-bx ul li {
    float: left;
    width: 50%;
    padding-right: 5px;
    position: relative;
}

.vote-chart-bx ul {
    display: block;
}
.vote-chart-bx ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    background: #262b33;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.vote-chart-bx ul li:last-child {
    padding-right: 0;
    padding-left: 5px;
    text-align: right;
}
.vote-chart-bx ul li:last-child:after {
    display: none;
}
.vote-chart-bx ul li img {
    max-width: 100%;
}
.vote-chart-bx ul li h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 90px;
}
.vote-chart-bx ul li:last-child h4 {
    left: auto;
    right: 90px;
}
.vote-chart-bx ul li h4 span {
    font-size: 15px;
    display: block;
    color: #fff;
}
.voting-result-bx h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
}
.result-bx {
    margin: 0 0 20px;
}
.result-bx h4 {
    font-size: 15px;
    font-weight: 400;
    color: #b6b9bf;
    margin: 0 0 10px;
}
.result-bx h5 {
    font-size: 15px;
    font-weight: 400;
    color: #b6b9bf;
    margin: 0 0 5px;
    display: inline-block;
    margin-right: 30px;
}
.result-bx h5 span {
    color: #fff;
    font-weight: 500;
}
.result-box-lst {
    height: 265px;
    overflow: auto;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    border-radius: 30px;
    background: 0 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: 0 0;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #c4c4c4;
}
.voting-transacbx {
    padding: 25px 0 0;
}
.voting-transacbx h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 0 25px;
    margin: 0 0 15px;
}
.voting-transacbx .populer-table .table {
    margin: 0;
}
.vote-result-chart {
    padding: 30px;
}
.vote-result-chart img {
    margin: 0 auto;
}
.voting-transacbx {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.voting-transacbx::-webkit-scrollbar {
    display: none;
}
.voting-transacbx table tbody {
    display: block;
    max-height: 260px;
    overflow-y: auto;
}
.voting-transacbx table tbody tr,
.voting-transacbx table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.voting-transacbx .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.nfts-wrpper {
    padding: 0 15px;
}
.nfts-block {
    padding: 5px 5px;
    background: #222730;
    border-radius: 15px;
    margin: 0 0 30px;
}
.nft-row {
    margin: 0 0 15px;
}
.nfts-block .nft-img img {
    border-radius: 15px;
    width: 100%;
}
.nft-data {
    padding: 20px 10px;
}
.voting-sec-bx {
    text-align: right;
    justify-content: flex-end;
}
.voting-sec-bx.voting-user h4 {
    padding: 0 15px 0 0;
}
.nft-data h6 {
    padding: 15px;
    background: #2d3340;
    border-radius: 7px;
    margin: 0 0 25px;
    font-size: 15px;
    font-weight: 500;
    color: #b6b9bf;
    text-align: center;
}
.nft-data h6 span {
    color: #fff;
    margin-right: 5px;
}
.nft-data h6 b {
    margin: 0 20px;
}
.nft-data .swap-btn-group {
    margin: 0 0 0;
}
.nft-data .swap-btn-group .viewall {
    border: 1px solid #f36;
    color: #f36;
    border-radius: 10px;
    margin-right: 15px;
    text-align: center;
    padding: 11px 15px;
    width: 50%;
}
.nft-data .swap-btn-group .viewall:hover{
    background: #f36;
    color: #fff;
}
.nft-data .swap-btn-group .btn-main {
    padding: 11px 15px;
    background: #f36;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #f36;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    width: 50%;
    margin: 0 0;
}
.nft-data .swap-btn-group .btn-main:hover{
    background: #e56735;
    color: #fff;
    border-color: #e56735;
}
.pager-box {
    padding: 0 0 15px;
}
.pager-box ul li {
    display: inline-block;
}
.pager-box ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #b6b9bf;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.pager-box ul li.active a {
    background: #292c33;
}
.pager-box ul li a:hover {
    color: #f36;
}
.exchange-trading-wrp {
    padding: 15px 15px;
}
.exchange-trading-wrp .nav-tabs {
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.exchange-trading-wrp .nav-tabs li {
    float: none;
    margin: 0;
}
.exchange-trading-wrp .nav-tabs li a {
    padding: 12px 25px;
    color: #d4d6d9;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    border-radius: 15px 15px 0 0;
    border: none;
}
.exchange-trading-wrp .nav-tabs .nav-item.show .nav-link,
.exchange-trading-wrp .nav-tabs .nav-link.active {
    background: #191c22;
    color: #f36;
}
.exchange-trading-wrp .nav-tabs li a:hover {
    color: #f36;
}
.exchange-trading-wrp .tab-content {
    padding: 35px;
    background: #191c22;
    border-radius: 20px;
}
.exchange-table table {
    margin: 0 0 30px;
    border-radius: 8px;
    overflow: hidden;
}
.exchange-table table thead th {
    padding: 15px;
    background: #1f2329;
    font-size: 15px;
    font-weight: 500;
    color: #b6b9bf;
    border: none;
}
.exchange-table table tbody td {
    border: none;
    font-size: 15px;
    font-weight: 400;
    color: #b6b9bf;
    background: #23272e;
    vertical-align: middle;
}
.exchange-table table tbody td span {
    color: #fff;
}
.exchange-table table tbody td img {
    display: inline-block;
    margin-right: 5px;
}
.exchange-action .btn-main {
    padding: 12px 15px;
    text-align: center;
    display: block;
    width: 100%;
    background: #f36;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px;
}
.exchange-action .btn-main:hover{
    background: #e56735;
    color: #fff;
}
.exchange-action h6 {
    padding: 15px;
    border-radius: 10px;
    background: #2d3340;
    text-align: center;
    display: block;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.exchange-action h6 span {
    display: block;
    font-weight: 300;
}
.abt-exchange {
    padding: 15px 0;
    border-bottom: 1px solid #252a36;
}
.abt-exchange h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
}
.abt-exchange p {
    font-size: 15px;
    font-weight: 300;
    color: #b6b9bf;
    line-height: 24px;
    margin: 0;
}
.abt-exchange p a {
    color: #f36;
}
.trade-info {
    padding: 15px 0 0;
}
.trade-info .row {
    align-items: center;
}
.trade-dt-short h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10xp;
}
.trade-dt-short p {
    font-size: 15px;
    font-weight: 400;
    color: #b6b9bf;
    line-height: 24px;
    margin: 0 0 15px;
}
.trade-dt-short a {
    display: inline-block;
    margin-right: 15px;
}
.trade-dt-short a:last-child {
    margin: 0;
}
.quick-this-trade {
    text-align: right;
}
.trade-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 15px;
}
.trade-logo h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0 15px 0 0;
}
.quick-this-trade ul {
    overflow: hidden;
    width: 100%;
}
.quick-this-trade li {
    display: block;
}
.quick-this-trade li a {
    display: inline-block;
    text-align: right;
    padding: 5px 0;
    color: #b6b9bf;
    font-size: 15px;
}
.quick-this-trade li a img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.multisender-wrp {
    padding: 30px 15px;
}
.multisender-wrp h2 {
    font-size: 30px;
    font-weight: 500;
    color: #d4d6d9;
    text-align: center;
    margin: 0 0 10px;
}
.multisender-wrp h6 {
    font-size: 15px;
    font-weight: 300;
    color: #b6b9bf;
    text-align: center;
    margin: 0 0 40px;
}
.multisender-block {
    padding: 40px;
    border-radius: 20px;
    background: #191c22;
}
.multisender-block .form-group {
    margin: 0 0 30px;
    position: relative;
}
.multisender-block .form-group label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 0 0 10px;
    color: #d4d6d9;
}
.multisender-block .form-group .form-control {
    padding: 12px 15px 12px 15px;
    background: #222730;
    border-radius: 10px;
    height: auto;
    border: none;
    font-size: 15px;
    font-weight: 400;
    color: #d4d6d9;
    box-shadow: none;
}
.multisender-block .form-group .form-control.seachbxfrm {
    padding: 12px 15px 12px 45px;
}
.multisender-block .form-group i {
    color: #d4d6d9;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.togle-switchbx input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}
.togle-switchbx label {
    cursor: pointer;
    text-indent: -9999px;
    width: 100%;
    height: 46px;
    background: #222730;
    display: block;
    border-radius: 30px;
    position: relative;
    margin: 0 !important;
}
.togle-switchbx label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}
.togle-switchbx input:checked + label {
    background: #f36;
}
.togle-switchbx input:checked + label:after {
    left: calc(100% - 6px);
    transform: translateX(-100%);
}
/*.togle-switchbx label:active:after {
    width: 100%;
}*/

.lst-csvbx h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
}
.lst-csvbx h4 a {
    font-size: 16px;
    font-weight: 300;
    color: #f36;
    float: right;
}
.lst-blocker {
    background: #23272e;
    border-radius: 10px;
    margin: 0 0 30px;
    overflow: hidden;
}
.lst-blocker li {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #b6b9bf;
}
.lst-blocker li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #2d3138;
    text-align: center;
    margin: 0 15px 0 0;
}
.lst-blocker li:nth-child(even) {
    background: #282c33;
}
.ccv-act-bx .row {
    align-items: center;
}
.ccv-act-bx .btn-main {
    padding: 12px 25px;
    border-radius: 10px;
    background: 0 0;
    border: 1px solid #f36;
    color: #f36;
    font-size: 16px;
    font-weight: 500;
}
.ccv-act-bx .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;

}
.ccv-act-bx .btn {
    padding: 12px 25px;
    border-radius: 10px;
    background: 0 0;
    border: 1px solid #f36;
    color: #f36;
    font-size: 16px;
    font-weight: 500;
}
.ccv-act-bx .upload-btn-wrapper input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.ccv-act-bx .btn-main.send-btn {
    background: #f36;
    color: #fff;
    float: right;
}
.ccv-act-bx .btn-main:hover {
    background: #e56735;
    color: #fff;
    border-color: #e56735;
}
.multi-bx {
    padding: 30px;
    background: #191c22;
    border-radius: 12px;
    margin: 0 0 30px;
}
.multi-bx img {
    margin: 0 auto 15px;
}
.multi-bx h6 {
    font-size: 15px;
    font-weight: 300;
    color: #b6b9bf;
    text-align: center;
    margin: 0 0 5px;
}
.multi-bx h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: center;
}
.pool-frm {
    padding: 30px;
    background: #191c22;
    border-radius: 20px;
}
.pool-frm .form-group {
    margin: 0 0 15px;
    position: relative;
}
.pool-frm .form-group label {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #d4d6d9;
    margin: 0 0 10px;
}

.pool-frm .form-group .form-control {
    padding: 12px 15px;
    height: auto;
    border-radius: 10px;
    background: #222730;
    box-shadow: none;
    border: none;
    font-size: 15px;
    font-weight: 400;
    color: #d4d6d9;
}
.custome-check .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.custome-check .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    color: #e0e0e0;
}
.custome-check .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid #49505e;
    background: #2d3340;
    transition: all 0.2s linear;
}
.custome-check .styled-checkbox:hover + label:before {
    /*background: #f36;*/
    border-color: #f36;
}
.custome-check .styled-checkbox:checked + label:before {
    background: #f36;
    border-color: #f36;
}
.custome-check .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.custome-check .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.custome-check .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 12px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg);
}
.boarding-wrp {
    padding: 25px 15px;
}
.boarding-block {
    padding: 30px;
    border-radius: 15px;
    background: #191c22;
    margin: 0 0 35px;
    position: relative;
}
.boarding-block label {
    padding: 5px 25px;
    background: #2d3340;
    border-radius: 0 0 6px 6px;
    position: absolute;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0);
}
.boarding-block label:before {
    position: absolute;
    content: "";
    border-bottom: 7px solid #495267;
    border-left: 7px solid transparent;
    top: 0;
    left: -7px;
}
.boarding-block label:after {
    position: absolute;
    content: "";
    border-bottom: 7px solid #495267;
    border-right: 7px solid transparent;
    top: 0;
    right: -7px;
}
.board-logobx img {
    margin: 0 0 10px;
}
.board-logobx h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.cat-nm p {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #d4d6d9;
    margin: 0;
}
.boarding-lst {
    padding: 15px 0;
}
.boarding-lst li {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
}
.boarding-lst li span {
    color: #b6b9bf;
    float: right;
}
.progress-bar-bx {
    padding: 0 0 15px;
}
.progress-bar-bx h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    display: block;
}
.progress-bar-bx .progress {
    height: 10px;
    margin-bottom: 10px;
    background: #1e232b;
    border-radius: 10px;
}
.progress-bar-bx .progress-bar {
    background: linear-gradient(90deg, #e56735 0, #de2571 100%);
    border-radius: 10px;
    text-align: left;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.progressbar-data h5 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #f36;
}
.progressbar-data h5 span {
    display: block;
    float: right;
    color: #b6b9bf;
}
.boarding-block .btn-main {
    padding: 12px 15px;
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f36;
    font-size: 15px;
    font-weight: 500;
    color: #f36;
    text-align: center;
    margin: 15px 0 0;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}
.boarding-block .btn-main:hover {
    background: #f36;
    color: #fff;
}
.vote-result-chart {
    position: relative;
}
.result-text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.result-text h4 {
    font-size: 18px;
    font-weight: 500;
    color: #ffd704;
    margin: 0;
    text-align: center;
}
.result-text h4 span {
    display: block;
    text-align: center;
    color: #e44f4a;
    padding: 6px 0 0;
}
#result-chart {
    margin: 0 auto;
    display: table;
    text-align: center;
}
.apexcharts-legend.apexcharts-align-center.position-right {
    display: none;
}
.two-progress {
    position: relative;
    top: auto;
    left: auto;
}
.two-progress ul {
    display: flex;
    align-items: center;
}
.two-progress ul li {
    display: inline-block;
    margin: 0 80px 0 0;
}
.two-progress ul li:last-child {
    margin: 0;
}
.two-progress h2 {
    margin: 0 0 5px;
}
.two-progress h4 {
    font-size: 15px;
    font-weight: 400;
    color: #b6b9bf;
    margin: 0 0 5px;
}
.two-progress h4 button img{
    font-style: italic;
    padding-left: 5px;
    width: 20px;
    color: #b6b9bf;
}
.two-progress h4 button {
    
    border: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.two-progress h3 {
    font-size: 15px;
    font-weight: 400;
    color: #89cd00;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}
.two-progress h3 img {
    margin-right: 5px;
    width: 10px;
}
.two-progress ul li:last-child h3 {
    color: #e74b17;
}
.drop-title-head h2 {
    font-size: 20px;
    font-weight: 500;
    color: #d4d6d9;
    margin: 0 0 30px;
}
.admin-form-block {
    padding: 25px 25px;
    background: #191c22;
    border-radius: 20px;
    margin: 0 0 30px;
}
.admin-form-block h3 {
    font-size: 20px;
    font-weight: 500;
    color: #d4d6d9;
    margin: 0 0 25px;
}
.admin-form-block .form-group {
    margin: 0 0 25px;
    position: relative;
}
.admin-form-block .form-group label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #d4d6d9;
    margin: 0 0 10px;
}
.admin-form-block .form-group .form-control {
    padding: 12px 15px;
    background: #222730;
    border-radius: 10px;
    height: auto;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #d4d6d9;
    resize: none;
}
.admin-form-block .form-group .form-control::-webkit-input-placeholder {
    color: #575A61;
}
.admin-form-block .form-group .form-control::-moz-placeholder {
    color: #575A61;
}
.admin-form-block .form-group .form-control:-ms-input-placeholder {
    color: #575A61;
}
.admin-form-block .form-group .form-control:-moz-placeholder {
    color: #575A61;
}
.admin-form-block .form-group span {
    font-size: 14px;
    font-weight: 400;
    color: #d4d6d9;
    display: block;
    margin: 5px 0 0;
}
.admin-form-block .form-group .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.admin-form-block .form-group .upload-btn-wrapper .btn {
    color: gray;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #f36;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.admin-form-block .form-group .upload-btn-wrapper:hover .btn{
    background: #e56735;
}
.admin-form-block .form-group .upload-btn-wrapper  input[type="file"] {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.admin-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #d4d6d9;
    margin: 0 0 25px;
    display: block;
    padding: 0 0 15px;
    border-bottom: 1px solid #252a36;
}
.admin-form-block .form-group.select-onebx label {
    margin: 0;
}
.customcheckbx li {
    display: inline-block;
    margin-right: 15px;
    min-width: 30%;
}
.minirowcheck .customcheckbx li {
    min-width: 100px;
}
.customcheckbx li:last-child {
    margin: 0;
}
.customcheckbx .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.customcheckbx .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #d4d6d9;
}
.customcheckbx .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #2d3340;
    border-radius: 4px;
    border: 1px solid #49505e;
}
.customcheckbx .styled-checkbox:checked + label:before {
    background: #f36;
    border: 1px solid #f36;
}
.customcheckbx .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.customcheckbx .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.customcheckbx .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 11px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg);
}


.radio-btn{display: flex;align-items: center;}
.radio-btn [type="radio"]:checked,
.radio-btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-btn [type="radio"]:checked + label,
.radio-btn [type="radio"]:not(:checked) + label{
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.radio-btn [type="radio"]:checked + label:before,
.radio-btn [type="radio"]:not(:checked) + label:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #2d3340;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #49505e;
}
.radio-btn [type="radio"]:checked + label:after,
.radio-btn [type="radio"]:not(:checked) + label:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    font-weight: 600;
    width: 20px;
    height: 21px;
    text-align: center;
    background: #f36;
    border-color: #f36;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-btn [type="radio"]:hover + label:before{
    border-color: #f36;
    -webkit-transition: all 0.3 linear; 
    transition: all 0.3 linear; 
}
.radio-btn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    
}
.radio-btn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



.admin-form-block .form-group span.note-bx {
    margin: 15px 0 0;
}
.success-msg-bx h4 {
    font-size: 30px;
    font-weight: 500;
    color: #d4d6d9;
    text-align: center;
    line-height: 22px;
    margin: 15px 0 15px;
}
.success-msg-bx p {
    font-size: 15px;
    font-weight: 400;
    color: #d4d6d9;
    text-align: center;
    line-height: 22px;
    margin: 0 0 15px;
}
.admin-form-block .btn-send {
    padding: 12px 15px;
    display: block;
    text-align: center;
    border-radius: 10px;
    border: none;
    outline: 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #f36;
    width: 100%;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.admin-form-block .btn-send:hover {
    background: #e56735;
    color: #fff;
}
.summary-review-block {
    padding: 25px 25px;
    background: #191c22;
    border-radius: 20px;
    margin: 0 0 30px;
}
.summary-review-block h3 {
    font-size: 20px;
    font-weight: 500;
    color: #d4d6d9;
    margin: 0 0 25px;
}
.air-drop-img {
    margin: 0 0 25px;
}
.air-drop-img img {
    border-radius: 10px;
    width: 100%;
}
.drop-tblebx table {
    margin: 0;
}
.drop-tblebx table tbody td {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 400;
    color: #b6b9bf;
    border: none;
}
.drop-tblebx table tbody td span {
    color: #fff;
}
.drop-tblebx table tbody td:first-child {
    width: 30%;
}
.drop-tblebx h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 25px 0;
}
.drop-tblebx h5 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
}
.drop-tblebx ul {
    margin: 0 0 25px;
}
.drop-tblebx li {
    display: block;
    padding: 5px 0 5px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #b6b9bf;
    position: relative;
}
.drop-tblebx li:before {
    position: absolute;
    content: "";
    background: url(../images/bullet-ic.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    top: 8px;
    left: 0;
}
.drop-tblebx p {
    font-size: 15px;
    font-weight: 400;
    color: #d4d6d9;
    line-height: 24px;
    margin: 0 0 15px;
}
.drop-tblebx p:last-child {
    margin: 0;
}
.summery-act p {
    font-size: 15px;
    font-weight: 400;
    color: #d4d6d9;
    line-height: 24px;
    margin: 0 0 20px;
}
.summery-act .btn-main {
    padding: 10px 15px;
    max-width: 150px;
    text-align: center;
    border-radius: 8px;
    background: #f36;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 25px;
    display: block;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.summery-act .btn-main:hover {
    background: #e56735;
    color: #fff;
}
.summery-act .btn-main:last-child {
    margin: 0;
}
.left-nav-bx .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}


/* **** Lodder **** */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  overflow: hidden;
}
.overlay .overlayDoor:before, 
.overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #111;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
  left: 0;
}
.overlay .overlayDoor:after {
  right: 0;
}
.overlay.loaded .overlayDoor:before {
  left: -50%;
}
.overlay.loaded .overlayDoor:after {
  right: -50%;
}
.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}
.loaded.overlay{
    display: none;
}
.overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
@keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
/* **** End Lodder **** */


div#myModal {
    background: rgba(0,0,0,0.7);
}
div#myModal .modal-dialog{
    top: 50%;
    transform: translate(0, -50%)!important;
}
div#myModal .modal-dialog .modal-content{
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: #191c22;
    border-radius: 20px;
    padding: 25px;
}
div#myModal .modal-content button{
    box-shadow: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-shadow: none;
    background-color:#f36 !important;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#myModal .modal-content button:hover{
    background-color: #e56735 !important;
    color: #fff;
    opacity: 1 !important;
}
div#myModal .modal-dialog .modal-body{
       padding: 0;
    background: #2d3340;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
}

div#myModal .input {
  /*border: 1px solid #000;*/
    color: #fff;
    border-radius: 1px;
    padding-right: 15px;
    padding-top: 5px;
    text-align: right;
    margin-right: 6px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #444f63;
    height: 60px;
    transition: all .2s ease-in-out;
    width: 365px;
    margin: 0 auto 10px;
    box-shadow: none;
    outline: none;
    overflow: hidden;
}


div#myModal .input:hover {
  
}

div#myModal .buttons {}

div#myModal .operators {margin: 0 0 10px;}

div#myModal .operators li {
  /*display: inline-block;*/
  /*border: 1px solid transparent;
  border-radius: 1px;
  width: 76px;
  text-align: center;
  padding: 10px;
  margin: 20px 4px 10px 0;*/
  float: left;
  width: 25%;
  padding: 0 10px 0 0;
}
div#myModal .operators li:last-child{
    padding: 0;
}
div#myModal .operators li div{
    cursor: pointer;
    color: #fff;
    padding: 10px;
    text-align: center;
    background-color: #444f63;
    transition: border-color .2s ease-in-out, background-color .2s, box-shadow .2s;
}
div#myModal .leftPanel {
  display: inline-block;
}

div#myModal .numbers div {
  display: inline-block;
 /* border: 1px solid #444f63;
  border-radius: 1px;
  width: 80px;
  text-align: center;
  padding: 10px;
  margin: 10px 4px 10px 0;*/
  width: 80px;
  text-align: center;
  padding: 10px;
  margin: 0 8px 10px 0;
  cursor: pointer;
  background-color: #444f63;
  color: #fff;
  transition: border-color .2s ease-in-out, background-color .2s, box-shadow .2s;
}
div#myModal .numbers div:active {
  font-weight: bold;
}

div#myModal div.equal {
  display: inline-block;
  border: 1px solid #f36;
  border-radius: 1px;
  width: 24%;
  text-align: center;
  padding: 85px 10px; 
  vertical-align: top;
  cursor: pointer;
  color: #FFF;
  background-color: #f36;
  transition: all .2s ease-in-out;
}
.close-sidebar{
    height: 100%;
    width: 0;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.open-sidebar.close-sidebar{width: 100%;}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    height: 40px;
    width: 40px;
    background: #000;
    border-radius: 4px;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s linear;
}
.back-to-top:hover{
    background: #f36;
    color: #fff;
}

.form-control:focus{
    transition: all 0.3s linear;
}

.polipop_position_top-right{width: 380px;}
.polipop_layout_popups.polipop_theme_default .polipop__closer{display: none !important;}
.polipop_theme_default .polipop__notification_type_error{
    background: #121417 !important;
    border: 1px solid #fc3869;
    box-shadow: none;
    outline: none;
}
.polipop_theme_default .polipop__notification_type_error .polipop__notification-progress-inner{
    height: 110px !important;
    background: rgb(255, 51, 102, 0.3) !important;
}
.polipop_layout_popups.polipop_theme_default .polipop__notification-title{
    color: #fc3869;
    font-size: 24px;
    text-transform: capitalize;
}
.polipop_theme_default .polipop__notification-content{
    font-size: 14px !important;
    color: #af1a40 !important;
    font-weight:600 !important;
}
.polipop__notification-close{
    position: absolute;
    top: 0;
    font-size: 53px !important;
    top: 29px !important;
    right: 20px !important;
    color: #807f7e !important;
    font-weight: 200 !important;
}

.polipop_theme_default .polipop__notification-icon{display: none !important;}






/*.noUi-horizontal .noUi-handle{right: 0px;}*/

.right-bar ul li:first-child{width: 60%;}
.collapse:not(.show) {
     display: block; 
}
.right-bar ul li .search-input{
    position: relative;
}

 .ui-widget.ui-widget-content{
    border: none;
    position: absolute;
    z-index: 9988;
 }
.ui-menu-item .ui-state-active  {
  background:  #5b5f64;
  cursor: pointer;
  color: #d3d6d9;
  border-color: transparent !important;
}

.ui-menu .ui-menu-item{
    border: none;
    box-shadow: none;
    background-image: unset;
    outline: none;
    list-style-image:unset;
    background: #191c22;
    color: #ddd;
}
.ui-menu .ui-menu-item-wrapper{
    display: flex;
    align-items: center;
}
.ui-menu .ui-menu-item:hover{
    background: no-repeat;
    border: none;
}
.right-bar ul li .search-input .icon{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 55px;
  width: 50px;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: #d3d6d9;
  cursor: pointer;
  font-weight: 300;
}



div#search-bix {
    background: rgba(0,0,0,0.7);
}
div#search-bix .modal-dialog{
    top: 50%;
    width: 80%;
    margin: 0 auto;
    transform: translate(0, -50%)!important;
}
div#search-bix .modal-dialog .modal-content{
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: #191c22;
    border-radius: 20px;
    padding: 0;
}
div#search-bix .modal-dialog .modal-content .modal-body{
    padding: 0;
    background: transparent;
}
div#search-bix .modal-dialog .form-control{
    padding: 15px 15px 15px 45px;
    border: 1px solid #22272e;
    border-radius: 10px;
    height: auto;
    background-color: #191c22;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    color: #d4d6d9;
    border: none;
}
div#search-bix .modal-dialog .search-input .icon-mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 55px;
    width: 50px;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    color: #d3d6d9;
    cursor: pointer;
    font-weight: 300;
}
div#search-bix .modal-dialog button {
    position: absolute;
    top: 13px;
    left: 15px;
    background: 0 0;
    border: none;
    color: #d4d6d9;
    font-size: 18px;
}



.governance-row .result-box-lst{padding:0 0 25px;height: 275px;}

.drop-down{
    position: relative;
    display: block;
    width: 100%;
}
.drop-down:before{
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f0dd";
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    font-size: 16px;
    transform: translate(0, -50%);
    z-index: 91;
}
.drop-down .selected a{
    background:#fff no-repeat scroll right center;
    background:transparent;
    display:block;
    padding: 12px 45px 12px 15px;
    background-color: #222730;
    border-radius: 10px;
    height: auto;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
    transition: all 0.3s linear;
}
.drop-down .selected a:hover{
    border-color: #FFBA01;
}


.drop-down .selected a span{
  cursor:pointer; 
  display:block; 
  padding:5px;
}

.drop-down .option{
  position:relative;
}

.drop-down .options ul{
  background:#2d3340 none repeat scroll 0 0;
  display:none;
  list-style:none;
  padding:0px 0px;
  position:absolute;
  left:0px;
  top:45px;
  border-radius: 6px;
  width:auto;
  min-width:100%;
  border:1px solid #2d3340;
  overflow: hidden;
  z-index: 8;
}

.drop-down .selected span.value, .drop-down .options span.value{
  display: none;
}
.drop-down .options ul li a{
  padding:10px 20px; 
  display:block;
  text-decoration:none;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #b6b9bf;
  width: 100%;
  margin: 0;
}
.drop-down .options ul li:last-child a{
    font-weight: 400;
}

.drop-down .options ul li a:hover{
  background:#222730;
  color: #fff;
  transition:0.2s ease;
}

.add-fix.open-sidebar{
    height: 100%;
    width: 100%;
    position: fixed;
}

.polipop__notification-progress {
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    transform:rotate(-180deg) !important;
    -webkit-transform:rotate(-180deg) !important;
    -ms-transform:rotate(-180deg) !important;
    position: absolute !important;
}


.populer-table .table tbody td .icons{
    height: auto;
}
.populer-table .table tbody td .ic-bix{
    display: flex;
    align-items: center;
}

.nfts-wrp{
    position: relative;
}
.nfts-wrp .nft-chart-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.nft-chart-box{display: none;}
.nfts-wrp .progress-report-box{padding: 50px 25px 0;margin: 0 0 0;}
.nfts-wrp .nfts-block .nft-img img{height: 295px;object-fit: cover;}