.um-header {
    border: unset !important;
    padding-bottom: 0 !important;
}

.um-profile-photo a.um-profile-photo-img {
    left: -15px !important;
}

.um-cover.has-cover {
    max-width: 1480px;
    margin: 0 auto;
    height: auto !important;
}

.um-cover-e {
    height: auto !important;
}

.um-profile-meta {
    padding: 100px 0 0 !important;
    text-align: center;
}

.um-name {
    margin: 0 !important;
    float: unset !important;
}


.um-profile.um .um-name a {
    display: block;
    color: #000 !important;
    font-size: 24px !important;
}

.um-name img {
    display: unset !important;
}

.um-header .uk-button {
    font-size: 16px;
    border-radius: 80px;
    font-weight: 500;
}

.um-header .tab_action {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}


.um-header .tab_action .uk-button.uk-active {
    color: #fff;
    border: 1px solid var(--Gradient-Color-Mu-2, #CE68B2);
    background: var(--Gradient-Color-mu-01, linear-gradient(270deg, #CF67B1 0%, #6EA2F9 100%));
}


.um-header .el-image-post {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}

.um-header .uk-card {
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(270deg, rgba(207, 103, 177, 0.10) 0%, rgba(110, 162, 249, 0.10) 100%);
}

.um-header .el-content-post {
    position: absolute;
    top: 5px;
    right: 5px;
    background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
    color: #FFF;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 40px;
    font-size: 10px;
}

.um-header .el-title-post {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.um-header .el-meta-post {
    font-size: 12px;
    color: rgba(106, 106, 106, 1);
}

.um-header .el-view {
    font-size: 12px;
    color: rgba(106, 106, 106, 1);
    margin-left: 5px;
    flex: 1;
    text-align: right;
}

.um-header .el-chap {
    font-size: 12px;
}


.post-custom .el-image-post {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}

.post-custom .uk-card {
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(270deg, rgba(207, 103, 177, 0.10) 0%, rgba(110, 162, 249, 0.10) 100%);
}

.post-custom .el-content-post {
    position: absolute;
    top: 5px;
    right: 5px;
    background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
    color: #FFF;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 40px;
    font-size: 10px;
}

.post-custom .el-title-post {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.post-custom .el-meta-post {
    font-size: 12px;
    color: rgba(106, 106, 106, 1);
}

.post-custom .el-view {
    font-size: 12px;
    color: rgba(106, 106, 106, 1);
    margin-left: 5px;
    flex: 1;
    text-align: right;
}

.post-custom .el-chap {
    font-size: 12px;
}

.uk-link-user {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.uk-link-user:hover {
    border-color: #CF67B1;
    background: linear-gradient(90deg, rgba(206, 104, 178, 0.10) 0%, rgba(110, 163, 250, 0.10) 100%);
}

.uk-link-user img {
    border-radius: 50% !important;
    border: 1px solid #CF67B1;
}

.uk-link-user .uk-title-user {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.uk-link-user:hover .uk-title-user {
    background: var(--Gradient-Color-Mu-2, linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img-post-comment {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px !important;
}


.um table td {
    width: calc(100% / 3);
    vertical-align: middle !important;
    transition: all 0.3s;
}

.um table thead tr td {
    background: #F5EFFD;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.um table thead tr>td:first-child {
    border-radius: 15px 0 0 15px;
}

.um table thead tr>td:last-child {
    border-radius: 0 15px 15px 0;
}

.um .table-comment tbody tr {
    cursor: pointer;
}

.um .table-comment .title-truyen {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.um .table-comment .title-chuong {
    color: #000;
    font-size: 16px;
}

.um .table-comment .time-comment {
    color: #000;
    font-size: 18px;
}

.um .table-comment .content-comment {
    color: #000;
    font-size: 16px;
}

.um .table-chuong-history .title-truyen {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.um .table-chuong-history .title-chuong {
    color: #000;
    font-size: 16px;
}

.um .table-chuong-history .time-comment {
    color: #000;
    font-size: 18px;
}

.um .table-chuong-history .content-comment {
    color: #000;
    font-size: 16px;
}

.um table tbody tr>td:first-child {
    border-radius: 20px 0 0 20px;
}

.um table tbody tr>td:last-child {
    border-radius: 0 20px 20px 0;
}

.um table tbody tr:hover td {
    background: #F0F6FE;
}

.table-vo-so-history thead {
    background: #F5EFFD;
}

.table-vo-so-history thead tr td:nth-child(2),
.table-vo-so-history thead tr td:nth-child(3) {
    text-align: center;
}

.table-vo-so-history,
.table-chuong-history {
    font-size: 18px;
    color: #000;
}

.table-vo-so-history .plus {
    color: #0DAA4C;
}

.table-vo-so-history .minus,
.table-chuong-history .minus {
    color: #D90D0D;
}

.cap_bac img {
    width: 75px;
}

/* .uk-comment-title .cap_bac img {
    width: 5%;
} */

.um li.uk-active>.uk-button {
    background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
    color: #FFF;
}

.um-profile.um .um-profile-meta {
    color: #000 !important;
}



.um-header .uk-button {
    text-wrap: nowrap;
}

.ju-theo-doi-vo-so {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.um-meta-text {
    font-size: 15px !important;
    margin-top: 30px !important;
}

.ju-sw {
    gap: 10px;
}

@media(max-width:960px) {
    .ju-sw {
        overflow-x: scroll;
    }

    .um-header {
        padding: 0 30px !important;
    }

    .um-profile-photo a.um-profile-photo-img {
        left: -30px !important;
    }

    .um-profile-meta {
        padding: 0 !important;
        text-align: left;
    }

    .um-name>a,
    .img_rank {
        position: relative;
        left: 170px;
    }

    .um .cap_bac img {
        width: 25%;
    }

    .um-header .tab_action {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 8px;
    }

    .um-header .tab_action::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .um-header .tab_action::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    .um-header .tab_action::-webkit-scrollbar-thumb {
        background: #CF67B1;
        border-radius: 10px;
    }



    .um-header .tab_action a {
        text-wrap: nowrap;
    }
}

@media(max-width:480px) {
    .um-header {
        padding: 0 15px !important;
    }

    .um-header .uk-button {
        font-size: 14px;
    }

    .um-name a {
        font-size: 20px !important;
    }

    div.uimob500 .um-profile-photo {
        left: -130px !important;
    }

    div.uimob500 .um-header .um-name {
        text-align: left !important;
        font-size: 18px !important;
    }


    .uk-width-1-1 div.uimob500 .um-header .um-profile-meta {
        padding-top: 0 !important;
    }

    .um-name>a,
    .img_rank {
        left: 33%;
    }

    div.uimob500 .um-header .um-meta-text {
        margin-top: 15px !important;
        font-size: 15px !important;
    }

    .um table thead tr td {
        font-size: 16px;
    }

    .um table tbody td {
        font-size: 14px;
    }

    .ju-btn-action>div {
        margin-top: 0 !important;

    }

    .ju-theo-doi-vo-so.uk-margin-top {
        margin-top: 8px !important;
    }

}