page-profile .profile-header {
    position: relative;
}
.page-profile .profile-header .profile-cover-blur {
    width: 100%;
    height: 350px;
    background-color: #fff;
    filter: blur(100px);
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 0;
    pointer-events: none;
}
.page-profile .profile-header .profile-cover {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.page-profile .profile-avatar-wrap {
    width: 100%;
    margin: -70px auto 0;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.page-profile .profile-avatar-wrap .profile-avatar {
        width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    float: left;
    background: #fff;
}
.page-profile .profile-avatar-wrap .profile-avatar img{
    width: 100%;
}
.page-profile .profile-avatar-wrap .profile-meta {
    margin-left: 190px;
    padding-top: 90px;
}
.page-profile .profile-avatar-wrap .meta-left {
    float: left;
    max-width: 470px;
}
.page-profile .profile-avatar-wrap .meta-right {
    float: right;
    margin-top: 10px;
}
.page-profile .profile-avatar-wrap .profile-name {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.page-profile .profile-avatar-wrap .btn-profile-report,
.page-profile .profile-avatar-wrap .btn-profile-zalo,
.page-profile .profile-avatar-wrap .btn-profile-phone {
    background-color: #08a74e;
    border-color: #08a74e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    user-select: auto;
    height: 37px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
.page-profile .profile-avatar-wrap .btn-profile-phone {
    font-weight: bold;
    font-size: 1.1rem;
}
.page-profile .profile-avatar-wrap .btn-profile-phone i {
    width: 20px;
    height: 20px;
    background: url(../images/phone-white.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
        font-size: 20px !important;
}
.page-profile .profile-avatar-wrap .btn-profile-zalo {
    background-color: #e3e6ea;
    border-color: #e3e6ea;
    color: #333;
    margin-left: 5px;
}
.page-profile .profile-avatar-wrap .btn-profile-report {
    background-color: #e3e6ea;
    border-color: #e3e6ea;
    color: #333;
    margin-left: 5px;
    float: right;
}
.page-profile .profile-avatar-wrap .btn-profile-report:hover {
    background-color: #f1f1f1;
}
.page-profile .profile-avatar-wrap .btn-profile-phone:hover,
.page-profile .profile-avatar-wrap .btn-profile-zalo:hover {
    opacity: 0.9;
}
.page-profile .profile-avatar-wrap .btn-profile-report i {
    width: 15px;
    height: 15px;
    background: url(../images/report.svg) center no-repeat;
    background-size: 15px;
    display: inline-block;
    margin-right: 10px;
}

.aside-box {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #dedede;
}
.aside-box .aside-box-title {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0px;
    margin-bottom: 10px;
    position: relative;
    color: #333;
    line-height: 1.2;
}
.aside-box .aside-box-title span{
        font-size: 18px;
}
.broker-info i{
    width: 24px;
    text-align: center;
}
.broker-email{
    white-space: nowrap;
    overflow: hidden;
}
.broker-joindate a{
    font-weight: 600;
}
.broker-joindate .full{
    display: none;
}

.broker-joindate.show-all .min{
    display: none;
}

.broker-joindate.show-all .full{
    display: block;
}