.post-data .profile-image, .notification-data .profile-image {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}
img.profile-pic-post {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
.activity-post {
    border: 2px solid #E5E5E5;
    padding: 10px;
    margin-top: 20px;
}
.post-description {
    display: inline-block;
    width: 85%;
    margin-left: 10px;
}
.post-details {
    display: inline-block;
    width: 85%;
    margin-left: 10px;
}
span.post-desc {
    margin-top: 10px;
    display: block;
}
.post-img {
    padding: 10px;
    text-align: center;
}
textarea#post_description {
    width: 100%;
    border: none;
    resize: unset;
}
label.file-uploader-button-post.action-default {
    cursor: pointer;
}
.profile-image .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-image img.profile-pic-post {
    border-radius: 50%;
}
.file-uploader-area {
    float: left;
    margin: 10px;
}
.quick_post {
    display: inline-block;
}
.post_visiblity {
    display: inline-block;
}
.post_action {
    float: right;
}
.file-uploader-summary .action-remove {
    bottom: 4px;
    float: right;
    background: none;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
}
.file-uploader-summary .action-remove::before {
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    height: 34px;
    width: 30px;
    background-position: -82px -180px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    content: "";
}
.file-uploader-summary {
    width: 100%;
    text-align: center;
}
.file-uploader-summary .action-remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.post-delete-btn button.action.switch {
    background-image: none;
    background: none;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
}

.post-delete-btn button.action.switch span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.post-delete-menu button.action.switch:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    color: #000;
}
.post-delete-menu.active button.action.switch:after {
    content: '\e621';
}
.post-delete-menu ul:before {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid;
    border-color: transparent transparent #b5b2b2 transparent;
    z-index: 99;
    right: 10px;
    top: -12px;
}
span.post-delete-btn {
    float: right;
}
ul.post.links {
    min-width: 130px;
    z-index: 1000;
}
.activity-post ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
}
.post-delete-menu {
    display: contents;
}
.post-details li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 7px;
    text-align: center;
}
.post-details .post li {
    margin: 0;
    padding: 0;
}
.post-details ul li:hover {
    background: #e8e8e8;
}
.post-delete-menu .post-menu {
    display: none;
}
.post-delete-menu.active .post-menu {
    display: block;
    width: 20%;
    float: right;
    position: relative;
    top: 10px;
}
.activity-post .component-wrapper {
    display: inline-block;
    margin: 5px 0px;
}
.post-like {
    display: inline-block;
}
.post-dislike {
    display: inline-block;
}
.post-comments {
    display: inline;
}
.post-share {
    display: inline-block;
}
.component-wrapper .like-btn {
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    height: 27px;
    width: 33px;
    background-position: -42px -101px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}
.component-wrapper .like-btn.active {
    background-position: -9px -101px;
}
.component-wrapper .share-btn {
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    height: 27px;
    width: 33px;
    background-position: -164px -101px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.component-wrapper .dislike-btn {
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    height: 27px;
    width: 33px;
    background-position: -109px -101px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}
.component-wrapper .dislike-btn.active {
    background-position: -77px -101px;
}
.component-wrapper .comment-btn {
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    height: 27px;
    width: 33px;
    background-position: -138px -101px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.post-comment {
    width: 85%;
    display: inline-block;
    position: relative;
}
.post-data.comment {
    border: 2px solid #e5e5e5;
    margin: 10px 0px;
}
.profile-image.comment {
    padding: 5px;
}
textarea[name='post_comment'] {
    width: 100%;
    resize: unset;
    border: none;
    margin: 3px 5px;
}
.post-comment .action.submit {
    position: absolute;
    right: 0;
    top: 17px;
}
.post-comment .action.submit, .comment-reply .action.submit, button.action.follow, .mark-read .action.submit, .load-more .action.submit {
    background-image: none;
    background: none;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 6px;
    text-decoration: none;
    text-shadow: none;
    color: #1979c3;
    font-weight: 600;
    font-size: 16px;
}
.post-details.comments .component-wrapper {
    margin-left: -10px;
}
.post-data.comment-box {
    margin-bottom: 20px;
}
.post-details.comments {
    margin-top: 5px;
}
.comment-reply {
    display: inline-block;
}
.post-comment.reply {
    width: 100%;
    margin: 10px;
    display: none;
}
.post-comment.reply.active {
    display: block;
}
.post-data.reply-comment-box {
    margin-top: 15px;
}
.post-details.reply-comments {
    width: 84%;
}
textarea[name='reply_comment'] {
    resize: none;
    border: 2px solid #c2c2c2;
}
.component-wrapper.comment {
    width: 100%;
}
.social-sidebar-top-section {
    text-align: right;
}
.social-sidebar-top-section a.activity-href .icon {
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    height: 47px;
    width: 38px;
    background-position: -172px -13px;
    display: inline-block;
}
.social-profile-pic-section {
    display: inline-block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
}
.social-profile-pic-section img.profile-pic-icon {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
.icon-section {
    display: inline-block;
}
.social-badge-section .badge-image, .badge-description {
    display: table-cell;
    vertical-align: top;
}
.badge-description {
    padding-left: 10px;
}
.social-badge-section {
    border: 2px solid #E5E5E5;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 30%;
    float: right;
}
.social-activity {
    width: 67%;
    float: left;
}
.wk-notification {
    display: inline-block;
    vertical-align: top;
    margin: 8px;
    font-size: 15px;
}
span.wk-notification-date {
    color: #727070;
    font-weight: 600;
}
.activity-notification.active {
    background-color: #f5f5f5;
}
.activity-notification {
    border: 1px solid #d1d1d1;
    padding: 10px;
}
.wk-notifications {
    margin-top: 30px;
}
.mark-read {
    float: right;
    position: relative;
    bottom: 15px;
}

.badge-title {
    color: #777777;
}
h2.section-title {
    margin-top: 10px;
}
.badge-item {
    margin-bottom: 20px;
}
.load-more {
    text-align: center;
}
.load-more {
    display: flex;
    align-items: center;
    text-align: center;
}
.load-more::before, .load-more::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #b5b3b3;
}
.load-more:not(:empty)::before {
    margin-right: .25em;
}
.load-more:not(:empty)::after {
    margin-left: .25em;
}
.search-box button.action.search {
    display: inline-block;
    padding: 0;
    bottom: 21px;
    z-index: 1;
    width: 0px;
    border: 0;
    float: right;
}
.search-box span {
    position: relative;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 31px;
    background-position: -232px -16px;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    top: -31px;
    right: 34px;
}
.group-details a, .follower-details a, a#back-btn {
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}
.group-details span {
    font-size: 16px;
    color: #797d8d;
}
.group-details, .follower-details {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: super;
}
.group-profile-image, .user-group-radio {
    display: inline-block;
}
.group-profile-image {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    vertical-align: top;
}
.modal-profile-icon {
    display: inline-block;
    vertical-align: middle;
}
.group-list-modal .modal-inner-wrap {
    max-width: 650px;
    border-radius: 8px;
}
.group-list-modal .user-group-checkbox {
    display: inline-block;
    vertical-align: top;
    margin: 15px 10px 0px 0px;
}
.group-list-modal .user-groups, .profile-follower {
    padding: 15px;
}
.group-list-modal .user-groups input[type=checkbox], .group-list-modal .user-groups input[type=radio] {
    position: relative;
    cursor: pointer;
}
.group-list-modal .user-groups input[type=checkbox]:focus, .group-list-modal .user-groups input[type=radio]:focus{
    box-shadow: unset;
}
.group-list-modal .user-groups input[type=checkbox]:before, .group-list-modal .user-groups input[type=radio]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -2px;
    left: -1px;
    border: 2px solid #c2c2c2;
    border-radius: 3px;
    background-color: white;
}
.group-list-modal .user-groups input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #006bb4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}
.group-list-modal .user-groups input[type=radio]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: solid #006bb4;
    border-radius: 40px;
    position: absolute;
    top: 4px;
    left: 4px;
}
.group-list-modal .profile-icon, .group-list-modal .group-icon {
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    display: inline-block;
    margin-left: 10px;
}
.group-list-modal .profile-icon {
    background-position: -56px -19px;
}
.group-list-modal .group-icon {
    background-position: -270px -183px;
}
.group-list-modal .user-groups input[type=radio]:before {
    border-radius: 20px;
}
.modal-label {
    cursor: pointer;
}
.user-groups span.title {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1979c3;
}
@media only screen and (max-width: 767px) {
    .sidebar-top-section {
        text-align: right;
        position: absolute;
        top: 30px;
        right: 25px;
    }
    .activity-post {
        margin-top: 40px;
    }
    .social-badge-section {
        width: 100%;
    }
    .social-activity {
        width: 100%;
    }
}
.profile-image.comment {
    width: 45px;
    height: 45px;
    vertical-align: top;
}