.widget-profile {
    text-align: center;
    padding: 24px 20px;
}

.k-main .sidebar  .profile-avatar img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    object-fit: cover;
}

.profile-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 12px 0 8px;
}

.profile-motto {
    font-size: 14px;
    color: #5B8DEE;
    line-height: 1.7;
    font-style: italic;
    margin: 0 0 14px;
    padding: 0 12px;
}

.profile-motto::before {
    content: '“';
    color: #c3d4f5;
    font: 22px Georgia, serif;
    vertical-align: -6px;
}

.profile-motto::after {
    content: '”';
    color: #c3d4f5;
    font: 22px Georgia, serif;
    vertical-align: -6px;
}

.profile-bio {
    font-size: 13px;
    color: #777;
    line-height: 1.9;
    text-align: left;
    margin-bottom: 14px;
}

.profile-tags {
    margin-bottom: 14px;
}

.profile-tags span {
    display: inline-block;
    margin: 3px;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px;
    background: #f0f2f5;
    color: #666;
}

/*.profile-links .kicon {*/
/*    !*display: inline-block;*!*/
/*    !*margin: 0 6px;*!*/
/*    !*padding: 5px 16px;*!*/
/*    !*font-size: 13px;*!*/
/*    !*border-radius: 20px;*!*/
/*    !*border: 1.5px solid #5B8DEE;*!*/
/*    !*color: #5B8DEE;*!*/
/*    !*text-decoration: none;*!*/
/*    !*transition: all .25s ease;*!*/
/*    font-size: 28px;*/
/*    color: #333;*/
/*}*/
/*.profile-links .kicon {*/
/*    font-size: 28px;*/
/*    color: #666;*/
/*    transition: all .25s ease;*/
/*}*/
/*.profile-links a:hover {*/
/*    color: #000;*/
/*    !*background: #5B8DEE;*!*/
/*    !*color: #fff;*!*/
/*    !*transform: translateY(-2px);*!*/
/*}*/
/*.profile-links a:hover .kicon {*/
/*    color: #000;*/
/*    transform: scale(1.15);*/
/*}*/

.profile-links {
    /*display: flex;*/
    /*flex-direction: column;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-links a {
    display: flex;
    align-items: center;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    /*display: flex;*/
    /*align-items: center;*/
    width: 220px;
}

.profile-links .kicon {
    font-size: 22px;
    margin-right: 8px;
    color: #333;
}

.profile-links a:hover {
    color: #000;
}

.profile-links a:hover .kicon {
    transform: translateY(-2px);
}