.header-author {
    padding: 20px 0;
}

.user-box {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 1rem;
}

.user-box .user-info {
    display: flex;
    align-items: center;
    gap: 15px
}

.user-box .user-info .left-user {
    border-radius: 50%;
    overflow: hidden;
}
.user-box-wrap {
    float: right;
    display: flex;
}

.user-box-wrap .us-box {
    height: 65px;
    width: 100px;
    border-radius: 4px;
    text-align: center;
    float: right;
    margin-top: 2px;
    overflow: hidden;
}

.user-box-wrap .us-box:first-child {
    border: 1px solid var(--fs-color-primary);
    color: var(--fs-color-primary);
    margin-right: 20px;
}

.user-box-wrap .us-box:first-child .us-val {
    background: url(../images/author/ic-free.png) var(--fs-color-primary) no-repeat right 0px top 0px;
}


.user-box-wrap .us-box:last-child {
    border: 1px solid var(--fs-color-secondary);
    color: var(--fs-color-secondary);
}


.user-box-wrap .us-box:last-child .us-val {
    background: url(../images/author/ic-price.png) var(--fs-color-secondary) no-repeat right 0px top 0px;
}

.user-box-wrap .us-box .us-val {
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding-right: 40px;
    height: 43px;
    padding-top: 7px;
    background-position: right 0px top 0px;
    background-repeat: no-repeat;
}


.title-file {
    font-size: 23px;
    font-weight: 600;
    background: #e9ebee;
    padding: 8px 15px;
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 1rem;
}