.coinschart2 .xcol{
    color:#1f252d;
}
.coinschart2 .coinimg{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.coinschart2 .coinchart{
    width: 96px;
    height: 40px;
}
.coinschart2 .icon-arrow-down{
    font-size:6px;
}
.coinschart2 th > *{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: right;
    font-weight: 400;
    font-size: 14px;
    color: #6B7582;
}
.coinschart2 th{
    font-weight: normal;
    padding:5px;
    cursor: pointer;
}

.coinschart2 td{
    text-align: right;
    padding:10px 5px;
}

.coinschart2 .aa{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coinschart2 .bb{
    display: flex;
    gap: 10px;
    align-items: center;
}

.coinschart2 .name{
    font-weight: 600;
    font-size: 17px;
    line-height: 14px;
    padding-top: 6px;
    
}
.coinschart2 .symbol{
    color:#47505e;
    font-size:14px;
}
.coinschart2 .name, .coinschart2 .symbol{
    overflow: hidden;
    width: 160px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.coinschart2 .pricedollar{
    font-weight: bold;
    
}
.coinschart2 .buybtn{
    border: 1px solid #1aa0894f;
    padding: 1px 6px;
    border-radius: 7px;
    font-weight: 500;
    color: #323944;
    font-size: 12px;
    color: #1aa089;
    line-height: 20px;
}
.coinschart2 .volusd, .coinschart2 .mcusd{
    text-align:right;
}

.coinschart2 th .uicon {
    transition:all .2s;
    color: #1aa089;
}
.coinschart2 .toup .uicon {
    display: inline-block;
    transform: rotate(180deg);
}
.coinschart2 td .toup {
    color: #00ab11;
}
.coinschart2 td .todown {
    color: #d12646;
}
.coinschart2 .chnage1w, .coinschart2 .chnage1d {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: right;
}

.coinschart2 td img.todown {
    filter: hue-rotate(320deg) saturate(8);
}
.coinschart2 td img.toup {
    ffilter: hue-rotate(95deg);
    filter: invert(39%) sepia(97%) saturate(914%) hue-rotate(91deg) brightness(94%) contrast(103%);

}
.coinschart2 tbody tr:hover {
    background: #f7f8fc;
}
.coinschart2 tbody tr {
    border-bottom: 1px solid #e5e9ee;
    cursor:pointer;
    height:76px;
}
.coinschart2 .rank {
    text-align:center;
}
.coinschart2 .chart {
    direction:rtl;
}

.coinschart2 th:not([sort]) .uicon {
    opacity:0;
}