/* --------------- Side userpannel -----------*/
.personal-tool , .screen-tool {
    height: 100%;
}

.title-main {
    background-color: #5f5f5f;
    padding: 8px 15px;
    color: #fff;
}

.personal-tool .name {
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.txt-small , .txt-small:hover {
    background-color: #f0ad4e;
    padding: 5px;
    color: #fff;
    border-radius: 8px;
}

.personal-tool .title {
    background-color: #e8e8e8;
    padding: 10px 20px;
}

.personal-tool .function {
    list-style: none;
    padding: 0 20px;
}

.personal-tool .function a, .function a:hover {
    color: #777;
}

.personal-tool .function li {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.personal-tool .function li:last-child {
    border: none;
}

.avatar-update {
    position: relative;
    max-width: 205px;
    margin: 20px auto;
}

.avatar-update .avatar-edit {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 1;
}

.avatar-update .avatar-edit input {
    display: none;
}

.avatar-update .avatar-edit input + label {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-update .avatar-edit input + label:after {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-update .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#imgPreview {
    background-image: url("https://st3.depositphotos.com/1767687/16607/v/450/depositphotos_166074422-stock-illustration-default-avatar-profile-icon-grey.jpg");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

/*-------------------------------- Content - userpannel  ----------------------------*/
.form-info {
    padding: 0 25px;
    margin-top: 20px;
}

.block-post {
    /*padding: 15px;*/
}

.table .item {
    padding-right: 20px;
}
button.uptin {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
}
