.account.page-layout-3columns .sidebar-additional {
    margin-top: 10px;
}
.sidebar-top-section {
    text-align: right;
}
.icon-section, .profile-pic-section {
    display: inline-block;
    vertical-align: middle;
}
.icon-section img {
    padding-right: 10px;
}
a.activity-href {
    text-decoration: none;
    color: unset;
}
.badge-section {
    border: 2px solid #E5E5E5;
    padding: 10px;
    margin-top: 20px;
}
.section-title {
    margin-top: 10px;
}
.badge-image, .badge-description {
    display: table-cell;
    vertical-align: top;
}
.badge-description {
    padding-left: 10px;
}
.badge-name h3 {
    margin: 0;
    color: #006BB4;
}
.badge-title {
    color: #777777;
}
.sidebar-additional {
    padding-left: 0 !important;
}
.page-layout-3columns .sidebar-additional {
    width: 25% !important;
}
.page-layout-3columns .column.main {
    width: 53% !important;
}
.badge-image {
    width: 60px;
}
.badge-item {
    margin-bottom: 20px;
}
.profile-pic-section {
    width: 75px;
    height: 75px;
    position: relative;
    overflow: hidden;
    /* border-radius: 50%; */
}
img.profile-pic-icon {
    display: inline;
    margin: 0 auto;
    margin-left: -25%;
    height: 100%;
    width: auto;
}
.profile-pic-section .wk-image-circle {
    width: 60px;
    height: 60px;
    border-radius: 250px;
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.profile-pic-section img.profile-pic-icon {
    border-radius: 50%;
}
.notification-icons, .notification-icons.active, .activity-icons {
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    height: 40px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    content: "";
}
.notification-icons {
    background-position: -210px -18px;
}
.notification-icons.active {
    background-position: -331px -14px;;
}
span.activity-icons {
    background-position: -175px -13px;
}
.wk-sidebar-badge-circle {
    width: 70px;
    height: 70px;
    border: 1px solid #8383aa;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
    line-height: 2;
    font-size: 30px;
    background: #d4d4d4;
}
.badge-image img.badge-img {
    border-radius: 50%;
    height: 60px;
}
.badge .tooltip img {
    border-radius: 50%;
    height: 40px;
}