.nav .header{
    margin-bottom: 0px;
}
h1{
    font-size: 20px;
}
.ex .symbol .name{
    font-weight: 550;
}
.ex h1{
    margin: 20px 0px 15px 0px;
    color: var(--footer-color);
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.list-content{
    position: relative;
}
.v-btn {
    font-family: auto;
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    justify-content: center;
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 8px;
    height: 32px;
    min-width: 64px;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    background: var(--table-header-bg-color);
    color: var(--item-p-color);
}
.v-btn.active {
    background: var(--body-bgcolor);
    color: var(--item-p-hover-color);
}
.table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    border-radius: 2px 2px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    font-family: XPK, Arial, sans-serif;
}
table .nocontent {
    height: 18px;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 4px;
    border-radius: 4px;
    background-color: var(--table-header-bg-color);
    color: var(--search-color);
}
.table thead tr{
    height: 45px;
    font-size: 0.75rem;
    background-color: var(--table-header-bg-color);
}
.table tr th{
    padding: 0px;
    margin: 0px;
    background-color: var(--table-header-bg-color);
    color: var(--a-color);
    border-bottom: 1px solid var(--table-header-bg-color);
    font-family: XPK, Arial, sans-serif;
    font-weight: 500;
}
.table tr th:nth-last-child(1),.table tr td:nth-last-child(1){
    padding-right: 10px !important;
}
.table .star .icon-star1,.table .star .icon-star2{
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table .star .icon-star1:hover,.table .star .icon-star2:hover{
    font-size: 14px;
    cursor: pointer;
}
.table tr td{
    border-bottom: 1px solid var(--table-td-border-bottom-color);
    height: 60px;
    color: var(--a-color);
    background-color: var(--body-bgcolor);
}
.table tr td:nth-child(1),.table tr th:nth-child(1){
    padding-left: 10px !important;
}
.table tbody tr:hover > td{
    background-color: var(--table-header-td-color);
}
.table .tr-content{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
#exchangExrank9{
    background: rgb(10, 180, 90);width: 90%;
}#exchangExrank8{
 background: rgb(100, 200, 51); width: 80%;
}#exchangExrank7{
  background: rgb(100, 200, 51); width: 70%;
}#exchangExrank6{
   background: rgb(167, 211, 90); width: 60%;
}#exchangExrank5{
    background: rgb(167, 211, 90); width: 50%;
}
#exchangExrank4{
    background: rgb(217, 209, 20); width: 40%;
}
#exchangExrank3{
    background: rgb(217, 209, 20); width: 30%;
}
#exchangExrank2{
    background: rgb(250, 173, 20); width: 20%;
}
#exchangExrank1{
    background: rgb(250, 173, 20); width: 10%;
}
.ivu-table-cell {
    padding-left: 0;
    white-space: nowrap;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    box-sizing: border-box;
}
.icon-people-full:before {
    content: url(https://static.68bbq.com/images/ic_platform_popular.png);
    vertical-align: -3px;
}.icon-people-half:before {
    content: url(https://static.68bbq.com/images/ic_platform_halfpopular.png);
    vertical-align: -3px;
}.icon-people-empty:before {
    content: url(https://static.68bbq.com/images/ic_platform_unpopular.png);
    vertical-align: -3px;
}
.table-container .iconfont{
    margin-right: 2px;
}

.symbol {
     display: flex;
     align-items: center;
}
.symbol .logo {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding-top: 0px;
}
.symbol .name {
    font-weight: 600;
    padding-left: 5px;
}
.table_cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.cell{
    display: inline-block;
}
.exrenk {
    color: #373b3f;
    display: inline-block;
    padding-top: 4px;
}
.exrenk span {
    display: inline-block;
}
.exrenk .num {
    display: inline-block;
    text-align: left
}
.exrenk .bar {
    width: 50px;
    display: inline-block;
    position: relative;
    background: #f1f2f5
}
.exrenk .bar,.exrenk .bar span {
    height: 8px;
    border-radius: 27px;
}
.exrenk .bar span {
    position: absolute;
    left: 0;
    top: 0;
}
.exrenk.zero {
    color: #84929c
}
.excol1{
    width: 83px;
}
.excol3{
    width: 105px;
}
.excol2,.excol4,.excol5,.excol6,.excol7,.excol8,.excol9{
    width: 140px;
}
.excol10{
     width: 188px;
 }
customTable #table_head .table_cell span {
    color: #939ea9;
}
.ex-de{
    display: flex;
    padding: 1px 15px;
}
.ex-de .symbol{
    margin-bottom: 10px;
    justify-content: space-between;
}
.ex-de .symbol .div-logo{
    display: flex;
}
.ex-de .info{
    width: auto;
    flex: 0 0 322px;
}
.ex-de .symbol .name {
    font-size: 18px;
    line-height: 26px;
    color: var(--font-5-color);
    font-family: 'Roboto', sans-serif;
}
.ex-de .symbol .rank{
    font-size: 13px;
    margin-top: 3px;
}
.ex-de .content{
    height: 100%;
    position: relative;
    width: calc(100vw - 354px);
    max-width: 1194px;
    margin-top: 20px;
    padding-bottom: 40px;
}
.ex-de .info .wrapper{
    display: flex;
    flex-direction: column;
    width: 312px;
    top: 0px;
    border-right: 1px solid var(--news-border-bottom-color);
    overflow-y: auto;
    overflow-x: hidden;
    position: sticky;
    max-height: calc(100vh - 64px);
    scrollbar-width: none;
    padding: 20px 10px 20px 0;
}
.ex-de .symbol .name{
    margin: 0px;
}
.ex-de .item{
    padding: 8px 4px;
    display: flex;
    flex-direction: column;
}
.ex-de .item .item-con{
    display: flex  ;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}
.ex-de .item .item-con p{
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    color: var(--item-p-color);
}
.ex-de .item .item-con .item-data{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}
.ex-de .item .item-con .item-a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: var(--item-a-bg-color);
    padding: 4px 6px 4px 10px;
    border-radius: 8px;
    color: var(--item-p-color);
}
.ex-de .item .item-con .item-a:hover {
    color: var(--item-p-hover-color);
}
.ex-de .item .item-con .moreicon{
    color: var(--item-p-hover-color);
}
.ex-de .item .item-con .item-a:hover {
    background-color: var(--item-a-hover-bg-color)
}
.ex-de .item .item-con .item-a p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
    white-space: nowrap;
}
.ex-de .item .item-con .item-a p:hover{
    color: var(--item-p-hover-color);
}
.ex-de .item .item-con .icon-link1{
    font-size: 10px;
    line-height: 11px;
    color: var(--item-p-color);
}
.ex-de .item .item-con .more{
    position: relative;
}
.ex-de .item .item-con .more .more-con{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    background: var(--item-a-bg-color);
    color: var(--item-more-color);
}
.ex-de .item .item-con .more .more-con.dot{
    border-radius: 50%;
}
.ex-de .item .item-con .more .more-con:hover{
    background: var(--item-a-hover-bg-color);
    color: var(--item-p-hover-color);
}
.ex-de .item .item-con .more .icon-a-Moreoperations{
    width: 16px;
    height: 23px;
    font-size: 16px;
}
.ex-de .item .item-con .more .more-data{
    display: none;
    border: 1px solid var(--news-border-bottom-color);
    background-color: var(--more-data-bg-color);
    padding: 8px 0;
    width: 216px;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .05);
    flex-direction: column;
    gap: 4px;
    max-height: 236px;
    overflow-y: auto;
    right: 0;
    top: 32px;
    border-radius: 12px;
    z-index: 900;
    position: absolute;
}
.ex-de .item .item-con .more .more-data .more-a{
    display: flex  ;
    align-items: center;
    gap: 4px;
    min-height: 40px;
    padding: 0 12px 0 16px;
}
.ex-de .item .item-con .more .more-data .more-a:hover{
    background: var(--item-a-bg-color);
}
.ex-de .item .item-con .bbs{
    border-radius: 50%;
    padding: 4px;
    width: 28px;
    height: 28px;
}
.ex-de .item .item-con .iconfont{
    font-size: 16px;
}
.dark .ex-de .item .item-con .iconfont{
    color: #b3b3b3;
}
.ex-de .itemInfo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    margin-top: 20px;
}
.ex-de .itemInfo .itemList{
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
    border-radius: 12px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .02);
    border: 1px solid transparent;
    width: calc(50% - 5px);
    border: 1px solid var(--item-a-bg-color);
    display: flex;
    flex-direction: column;
}
.ex-de .itemInfo .itemTitle{
    display: flex;
    align-items: center;
}
.ex-de .itemInfo .itemTit{
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    color: var(--item-tit-color);
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 116px;
    white-space: nowrap;
}
.ex-de .itemContent{
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    max-width: 150px;
    color: var(--item-p-hover-color);
}
.ex-de .itemContent img{
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.ex-de .itemInfo .iconfont{
    font-size: 12px;
    margin-left: 2px;
    color: var(--item-more-color);
    cursor: pointer;
}
.ex-de .tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--item-a-bg-color);
}
.ex-de .tabs .root{
    overflow: hidden;
    min-height: 48px;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.ex-de .tabs .scroller{
    position: relative;
    display: inline-block;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: nowrap;
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0px;
}
.ex-de .tabs .scroller .tablist{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ex-de .tabs .scroller .tablist span,.ex-de .tabs .scroller .tablist a{
    color: var(--item-p-color);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    max-width: 360px;
    min-width: 90px;
    position: relative;
    min-height: 48px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 12px 16px;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    -webkit-flex-direction: row;
}
.ex-de .tabs .scroller .tablist span.active,.ex-de .tabs .scroller .tablist a.active{
    font-weight: 500 !important;
    color: var(--item-p-hover-color) !important;
    border-bottom: 2px solid rgb(255, 149, 0);
}
.content #charts{
    position: relative;
}
.content #charts,.wrapper #charts{
    margin-top: 30px;
    min-height: 360px;
}
.charts-tip{
    background-color: var(--language-select-bgcolor);
    border: 0px;
    padding: 2px 10px;
    border-radius: 10px;
    border: 1px solid var(--border-bottom-color);
    color: var(--item-p-hover-color);
}
.charts-tip .charts-time{
    font-size: 14px;
}
.charts-tip .charts-name{
    font-size: 14px;
    font-weight: 600;
}
.charts-tip .charts-value{
    font-size: 14px;
    font-weight: 600;
    margin-left: 30px;
}
.charts-tip .charts-dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba( 255, 107, 1, 1);
    border-radius: 50%;
    margin-right: 3px;
}
.head-cate{
    margin-top: 5px;
    display: flex !important;
    justify-content: space-between !important;
}
.head-cate .headl{
    display: flex !important;
}
.head-cate .tabs-bar{
    background: var(--table-header-bg-color);
    border-radius: 8px;
    height: 40px;
    padding: 0 4px;
    align-items: center !important;
    flex-direction: row !important;
    display: flex !important;
}
.about{
    margin-top: 25px;
}
.about img{
    width: 100%;
}
.content .title,.about .title{
    margin: 40px 0 20px;
    font-weight: 500;
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0;
    color: var(--item-p-color);
    padding: 0 20px;
}
.about .card{
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .02);
    border-radius: 16px;
    background-color: var(--more-data-bg-color);
    border: 1px solid var(--item-a-bg-color);
    color: var(--item-p-color);
}
.about .card h2,.about .card h3{
    font-size: 1.17em;
    line-height: 28px;
    letter-spacing: 0;
    margin: 10px 0px 10px 0px;
    color: var(--item-p-color);
}
.about .card p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}
.about .card .detail{
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.about .card .detail:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 8em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--body-bgcolor));
}
.about .card .more{
    background-color: var(--item-a-bg-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border-color: transparent;
}
.clink,.more-a{
    cursor: pointer;
}
.markets{
    margin-top: 8px;
}
.ex-de .markets .symbol {
    justify-content: inherit;
}
.mkcol1{
    width: 50px;
}
.mkcol2{
    width: 135px;
}
.mkcol3{
    width: 110px;
}
.mkcol4,.mkcol5{
    width: 125px;
}
.mkcol8{
    width: 60px;
}
.mkcol9{
    width: 90px;
}
.mkcol6,.mkcol7{
    width: 100px;
}
.ex-de .symbol .name {
    font-weight: 550;
    font-size: 14px;
}
.ex-de .table .symbol{
    margin-bottom: 0px;
}
.coin h1{
    margin: 20px 0px 15px 0px;
    color: var(--footer-color);
}
.coin .categories .head-cate .v-btn{
    font-size: 13px;
    min-width: auto;
    padding: 0 16px;
}
.coin .categories .head-cate .tabs-bar{
    height: 38px;
}
.coin .categories .head-cate .tabs-bar{
    padding: 0 2px;
}
.coin .categories{
    margin-top: 12px;
    margin-bottom: 22px;
}
.coin .categories .iconfont{
    margin-right: 5px;
    font-size: 15px;
    font-weight: 550;
}
.coin .categories .headr .v-btn{
    font-weight: 600;
    padding: 1px 12px;
}
.coin .categories .head-cate .headr .tabs-bar{
    height: 32px;
}
.coin .categories .head-cate .headr .v-btn:hover {
    background-color: var(--item-a-hover-btn-color)
}
.coin_col1{width:30px;}.coin_col2{width:50px;}.coin_col3{width:220px;}.coin_col4{width:150px;}.coin_col5,.coin_col6{width:80px;}.coin_col7,.coin_col10{width:190px;}.coin_col8,.coin_col9{width:200px;}
.concept_col1{width:45px;}.concept_col2,.concept_col5{max-width:310px;}.concept_col3{width:170px;}.concept_col4{width:110px;}.concept_col6,#table .concept_col7{max-width:220px;}
.coin .coin-item-symbol{
    line-height: 24px;
    white-space: normal;
    color: rgb(128, 138, 157);
    margin: 0px 0px 0px 6px;
    font-size: 14px;
    font-family: Inter, Nunito, -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Helvetica, Arial, sans-serif;
}
.coin .jrRnei {
    height: 6px;
    border-radius: 3px;
    background: rgb(239, 242, 245);
    width: 160px;
    float: right;
    margin-top: 5px;
}
.coin .gntWGK {
    height: 6px;
    border-radius: 3px;
    background: rgb(207, 214, 228);
    width: 145px;
    top: 0px;
    left: 0px;
}
.coin .table tr td,.coin .table tr th{
    font-family: Inter, Nunito, -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.coin .table tr td .amountDay{
    line-height: 1.5;
    margin: 0px;
    color: rgb(88, 102, 126);
    font-size: 12px;
}
.coin #metaverse .metaverse, #binance-launchpad .binance-launchpad,#defi .defi,#nft .nft,#dogecoin-portfolio .dogecoin-portfolio,#solana-ecosystem .solana-ecosystem,#play-to-earn .play-to-earn,#bnb-chain .bnb-chain{
    background: var(--body-bgcolor);
    color: var(--item-p-hover-color);
}
.text-secondary {
    color: #919ca7 !important;
}
.text-dark {
    color: var(--item-p-color);
}
.pointer {
    cursor: pointer;
}
.collapse:not(.show) {
    display: none;
}
.concept .table tr td:nth-child(1),.concept  .table tr th:nth-child(1) {
    padding-left: 0px !important;
}
.concept .percentage-bar{
    width: 150px;
    float: right;
}
.concept .percentage-bar .percentage-bar-slider {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: var(--search-bgcolor);
    border-radius: 5px;
    line-height: 0;
    font-size: 0px;
}
.concept .percentage-bar--win, .concept .percentage-bar--lose {
    top: 0px;
    position: absolute;
}
.concept .percentage-bar--win {
    left: 0px;
    background-color: rgb(22, 199, 132);
    height: inherit;
    border-radius: 5px 0px 0px 5px;
}
.concept .percentage-bar--lose {
    right: 0px;
    background-color: rgb(234, 57, 67);
    height: inherit;
    border-radius: 0px 5px 5px 0px;
}
.concept .percentage-bar-number {
    margin-top: 6px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.concept .iworPT {
    line-height: 1.5;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
}
.concept .percentage-bar-percentage {
    font-size: 11px;
    color: #58667e;
}
.concept .table tr th.pl20,.concept .table tr td.pl20{
    padding-left: 20px;
}
.concept .symbol .gainers-container-left .red,.concept .symbol .gainers-container-left .green{
    padding-left: 5px;
}
.concept .symbol .gainers-container-left{
    margin-left: 5px;
}
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.gainers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gainers .col-lg-6:first-child {
    padding-right: 15px;
}
.gainers .font-size-18{
    font-size: 18px;
    margin-bottom: 5px;
}
.timeline-sel{
    margin-top: 1.5rem !important;
}
.timeline-sel .btn-border {
    color: #98a6ad;
    border: 1px solid #98a6ad;
    border-radius: 0.3rem;
    font-weight: 700;
    font-family: Nunito, sans-serif;
}
.timeline-sel .btn {
    font-size: 12px;
    padding: 0.25rem 0.6rem;
    margin-right: 2px;
}
.timeline-sel .btn-now {
    color: #3688fc;
    border-color: #3688fc;
}
btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.gainers .table tr td:nth-child(1), .gainers .table tr th:nth-child(1),.best-cryptos .table tr td:nth-child(1), .best-cryptos .table tr th:nth-child(1){
    padding-left: 0px !important;
}
.scroll{
    overflow-x: scroll;
}
.best-cryptos{
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 16px;
}
.best-cryptos .col-lg{
    padding: 10px;
    border: 1px solid rgb(239, 242, 245);
    border-radius: 8px;
}
.best-cryptos .icon-logo .iconfont{
    font-size: 24px;
    width: 24px;
    height: 24px;
    font-weight: 400;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
}
.best-cryptos .icon-round_rank_fill{
    color: #ea3943;
}
.best-cryptos .icon-hangqing-mian{
    color: #16c784;
}
.best-cryptos .scaleY{
    color: #ea3943;
}
.best-cryptos .icon-icon-release{
    color: #16c784;
}
.best-cryptos .col-tit{
    margin-bottom: 8px;
}
.best-cryptos .scaleY{
    transform: scaleY(-1);
}
.best-cryptos .icon-logo{
    display: flex;
    align-items: center;
}
.best-cryptos .icon-logo h3{
    margin-left: 5px;
}
#coindesc,#coindesc li,#coindesc div,#coindesc span,#coindesc ol,#coindesc p{
    font-size: 15px;
}
#coindesc table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    border-radius: 2px 2px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    font-family: XPK, Arial, sans-serif;
}
#coindesc thead tr {
    padding: 0px;
    margin: 0px;
    background-color: var(--table-header-bg-color);
    color: var(--a-color);
    border-bottom: 1px solid var(--table-header-bg-color);
    font-family: XPK, Arial, sans-serif;
    font-weight: 500;
}
#coindesc thead th,#coindesc  thead td {
    height: 40px;
    padding: 9px 5px;
    line-height: 20px;
    border-right: 1px solid #D6D6D6;
}
#coindesc tr td {
    height: 40px;
    padding: 9px 5px;
    line-height: 20px;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}
#coindesc tr:first-child td{
    border-top: 1px solid #D6D6D6;
}
#coindesc tr td:last-of-type {
    border-right: 1px solid #D6D6D6;
}
.loading-mask{
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 2000;
    background: hsla(0,0%,100%,.9) !important;
}
.loading-mask .loading-spinner{
    margin-top: -21px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.loading-mask .v-loading{
    margin: 0 auto;
    color: #fc6a01;
}
.coin{
    min-height: 200px;
    position: relative;
}
.clink{
    cursor: pointer;
}
@media (max-width: 1400px) {
    .table-container {
        overflow-x: scroll;
    }
    .table-container:after,.table-container .scroll:after{
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 4;
        width: 30px;
        transition: box-shadow .3s;
        content: "";
        pointer-events: none;
        right: 0;
    }
    .marketstop .table-container:after{
        top: 120px;
        bottom: 92px;
    }
    .td-after:after{
        position: absolute;
        top: 0;
        right: 0;
        bottom: -1px;
        width: 30px;
        transform: translateX(100%);
        transition: box-shadow .3s;
        content: "";
        pointer-events: none;
    }
    .box-shadow:after{
        box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .15);
    }
    .td-after:after{
        box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .15);
    }
    .sticky1 {
        position: sticky !important;
        left: 0;
        z-index: 9;
    }
    .sticky2 {
        position: sticky !important;
        left: 83px;
        z-index: 9;
    }
    .list-content,.categories{
        margin: 0px 10px;
    }
    .main h1,.main .text-secondary{
        padding-left: 10px;
    }
    .marketstop{
        padding: 0px 10px;
    }
    .marketstop .sticky2{
        left: 50px;
    }
    .coin .table-container:after {
        top: 0;
        bottom: 51px;
    }
    .collect .table-container:after {
        top: 0;
        bottom: 18px;
    }
    .news-coin .table-container:after {
        top: 0;
        bottom: 18px;
    }
    .gainers-losers .col-lg-6{
        position: relative;
    }
    .gainers-losers .table-container:after{
        position: initial;
        content: none;
    }
    .gainers-losers .table-container {
        overflow-x: initial;
    }
    .gainers-losers .table-container .scroll:after{
        top: 35px;
        bottom: 10px;
    }
    .ex .table-container:after {
        top: 0;
        bottom: 9px;
    }
    .coin .sticky1 {
        left: 0;
    }
    .coin .sticky2 {
        left: 30px;
    }
    .coin .sticky3 {
        position: sticky !important;
        left: 80px;
        z-index: 9;
    }
    .gainers .coin_col3{
        width: 160px;
    }
    .gainers .coin_col8{
        width: auto;
    }
}
@media (max-width: 1360px) {
    .best-cryptos{
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .best-cryptos .coin_col5{
        width: auto;
    }
}
@media (max-width: 1200px) {
    .coin .categories .tabs-bar {
        overflow-x: scroll;
        width: 100%;
    }
    .coin .categories .tabs-bar::-webkit-scrollbar {
        display: none;
    }
    .coin .head-cate .headl{
        display: block !important;
    }
    .coin .head-cate .headr .tabs-bar{
        background: var(--body-bgcolor);
    }
    .coin .head-cate {
        display: block !important;
    }
    .gainers-losers .categories .head-cate,.best .categories .head-cate,.news-coin .categories .head-cate,.volume .categories .head-cate{
        display: flex !important;
    }
    .coin .head-cate .headr {
        margin-top: 12px;
    }
    .coin .categories{
        margin-bottom: 12px;
    }
}
@media (max-width: 1150px) {
    .gainers .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gainers .coin_col3{
        width: auto;
    }
    .gainers .coin_col5{
        width: auto;
    }
    .gainers .col-lg-6:first-child{
        padding-right: 0px;
    }
}
@media (max-width: 950px) {
    .best-cryptos{
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .concept .percentage-bar {
        width: 130px;
        float: right;
    }
    .concept_col1{width:35px;}.concept_col2{width:140px;}.concept_col3{width:130px;}.concept_col4{width:90px;}.concept_col5{width:150px;}.concept_col6,.concept_col7{width:200px;}
}
@media (max-width: 900px) {
    .th-hide{
        display: none;
    }
    .ex .table tr td:nth-child(2),.ex .table tr th:nth-child(2){
        padding-left: 10px !important;
    }
    .excol3{
        width: 70px;
    }
    .sticky2 {
        position: sticky !important;
        left: 0;
        z-index: 9;
    }
    .ex-de{
        display: block;
    }
    .ex-de .content{
        width: 100%;
        margin-top: 0px;
    }
    .ex-de .info .wrapper{
        width: 100%;
    }
    .ex-de .info .wrapper .item-wr{
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
    .ex-de .info .wrapper .item-wr .item-nav{
        width: 50%;
    }
    .ex-de .info .wrapper .item-wr .itemInfo {
        width: 50%;
        margin-left: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .markets .table tr td:nth-child(2), .markets .table tr th:nth-child(2) {
        padding-left: 10px !important;
    }
    .coin .sticky3 {
        position: sticky !important;
        left: 30px;
        z-index: 9;
    }
    .coin .coin_col3{
        width: 150px;
    }
    .coin .coin_col4{
        width: 120px;
    }
    .marketstop .mkcol1{
        width: 35px;
    }
    .marketstop .sticky2 {
        left: 35px;
    }
    .gainers .coin_col5{
        min-width: 80px;
    }
    .gainers .coin_col8{
        min-width: 150px;
    }
}
@media (max-width: 680px) {
.ex-de .info .wrapper .item-wr{
    display: block;
    justify-content: center;
    align-items: stretch;
}
.ex-de .info .wrapper .item-wr .item-nav{
    width: 100%;
    margin-top: 8px;
}
.ex-de .info .wrapper .item-wr .itemInfo {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.ex-de .info .wrapper {
    border-right: 1px solid var(--news-border-bottom-color);
    overflow-y: auto;
    overflow-x: hidden;
    position: inherit;
    max-height: inherit;
    scrollbar-width: none;
    padding: 20px 10px 20px 0;
}
.marketstop .info .wrapper .item-wr{
    display: none;
}
.marketstop .content{
    margin-top: 0px;
}
.marketstop .info .wrapper{
    padding-bottom: 0px;
}
}
@media (max-width: 600px) {
    .ex-de {
        padding: 1px 10px;
    }
    .about .card {
        padding: 20px;
    }
}
@media (max-width: 500px) {
.head-cate{
    display: block !important;
}
.head-cate .headr{
    margin-top: 8px;
}
}
@media (max-width: 376px) {
.excol3{
    width: 60px;
}
}
