.avt .avt-img {
    border: 1px solid #019578;
    min-width: 25px;
}

.avt .vip-avatar {

    position: absolute;
    top: -3px;
    left: -2px;
}

.avt img {

    border-radius: 50%;
    width: 100%;
    height: 25px;
}

.avt-xs {
    width: 25px;
    height: 25px;
}

.avt {
    position: relative;
}

.player-profile-main-wrap #top-donate .tab-content .tab-pane .name-player-review {
    font-size: 13.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 85%;
}

.name-player-review {
    cursor: pointer;
}

.color-vip-1,
.color-vip-6 {
    display: inline-block !important;
    font-weight: 600;
}

.color-vip-1 {
    color: #007895 !important;
}

.mg-24 .top-donate-player .total-amount {
    text-align: right;
    color: #dfdfdf;
    font-weight: 600;

}

.avt {
    float: left;
    margin-right: 7px;
}

.mg-24 {
    margin-top: 24px;
}

.mg-24 .top-donate-player .ky-1 {
    color: #dfdfdf;
    font-weight: 700;
}

.mg-24 .top-donate-player {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -.2px;
    height: 33px;
    color: #354052;
}

/*.nav-tabs {
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052;
    border: none!important;
    padding: 0 15px 0 0;
}*/

@media screen and (min-width: 425px) and (max-width: 768px) {
    div.player-profile-main-wrap #top-donate .tab-content .tab-pane .top-donate-player .total-amount {
        padding: 0 15px 0 5px;
    }
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-family: sans-serif;
}

.tabs__label {
    padding: 10px 16px;
    cursor: pointer;
}

.tabs__radio {
    display: none;
}

.tabs__content {
    order: 1;
    width: 100%;
    border-bottom: 3px solid #dddddd;
    line-height: 1.5;
    font-size: 0.9em;
    display: none;
}

.tabs__radio:checked+.tabs__label {
    font-weight: bold;
    color: #009578;
    border-bottom: 2px solid #009578;
}

.tabs__radio:checked+.tabs__label+.tabs__content {
    display: initial;
}

.top-info-section {
    text-align: center;
    border-bottom: 10px solid #f4f3f3;
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
}

.top-info-section img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.top-info-section .background-top1 {
    position: absolute;
    top: -34px;
    left: 50%;
    height: 149px;
    width: 190px;
    transform: translateX(-50%);
}

.rank-modal-p {
    color: orange;
    font-size: 1.4rem;
    line-height: 25px;
}

.list-title h1 {
    color: #cdcdcd;
}