* {
    outline: 0
}

.landing-page .registration-login-form .nav-item {
    height: 100%;
    width: 100%;
}

.landing-page .registration-login-form {
    min-height: auto;
}

.landing-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.landing-content h1 {
    font-size: 2.4rem;
    font-weight: 400 !important;
}

.landing-page p.landing-copy {
    font-size: 11px;
    color: #7b80a0;
    float: left;
    margin-bottom: 0;
    /* margin-top: 15px; */
    /* margin-left: 10px; */
    display: block;
    float: none;
}

    .landing-page p.landing-copy a {
        color: #7b80a0;
        font-size: 11px;
    }


.logo-text {
    font-size: 34px;
    font-family: Comfortaa;
    line-height: 34px;
    text-align: center;
    display: block;
    margin-top: 1px;
}

.logo .img-wrap {
    width: 100%;
    text-align: center;
}

.sidebar--large .logo .img-wrap {
    margin: 0;
    width: auto;
    margin-left: -10px;
    margin-right: 20px;
    margin-top: -5px;
}

.modal-dialog {
    margin-top: 100px;
}


.news-feed-form .nav-tabs .nav-link {
    font-size: 14px;
}

.add-options-message .btn {
    font-size: 12px;
}

.post p {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}

.news-feed-form .label-floating textarea.form-control {
    padding-left: 100px;
    padding-top: 40px;
}

.news-feed-form .label-floating.with-icon label.control-label,
.news-feed-form .label-placeholder.with-icon label.control-label {
    left: 100px;
    top: 35px
}

.news-feed-form .form-group.label-floating.is-focused .control-label,
.news-feed-form .form-group.label-floating.has-bootstrap-select .control-label {
    top: 25px;
}

.author-date {
}


/*------------- #Button add-post --------------*/
.add-post-icon {
    position: fixed;
    z-index: 19;
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    fill: #fff;
    stroke: inherit;
    transition: all .3s ease;
    bottom: 40px;
    right: 85px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(63, 66, 87, 0.4);
    border-radius: 100%;
    background-color: #ff5e3a;
    text-align: center;
}

    .add-post-icon.hidden {
        opacity: 0;
    }

    .add-post-icon .plus-icon {
        height: 24px;
        width: 24px;
        vertical-align: middle;
    }

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
    .add-post-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
    }

        .add-post-icon .plus-icon {
            height: 15px;
            width: 15px;
        }
}

.mb0 {
    margin-bottom: 0 !important;
}


#newsfeed-items-grid .ui-block:nth-child(1) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}


.header--standard-landing .logo .img-wrap img {
    width: 200px;
}

.landing-page .title-block {
    display: none;
}

.header--standard-landing .logo .img-wrap {
    margin-top: 40px;
}

.fixed-sidebar .logo {
    background-color: #224ea0;
}

.logo img {
    width: 40px;
    margin-left: 0;
}

.fixed-sidebar .logo {
    text-align: center;
}

.search-bar.w-search {
    margin-left: 70px;
    max-width: 350px;
}

form.search-bar .form-group.with-button input {
    padding-left: 39px;
}


.author-page.author.vcard.inline-items.more .author-thumb img {
    width: 40px;
    height: 40px;
}


.user-point-block label {
    display: block;
    margin-bottom: 2px;
}

.user-points {
    margin-right: 50px;
}

.user-point-block {
    padding: 12px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    background: #494c61;
}

label.label-value {
    color: #00b7ff;
    font-weight: 500;
}

label.label-title {
    margin-top: 6px;
}

.control-block .author-subtitle {
    max-width: 90px;
    line-height: 10px;
    margin-top: -1px;
}

.control-block .author-title {
    margin-top: 2px;
    font-size: 13px;
}

    .control-block .author-title > svg {
        position: relative;
        top: -3px;
        margin-left: 10px;
    }

@media (min-width: 800px) and (max-width: 1440px) {
    .container {
        padding-left: 90px;
        max-width: 100%;
        padding-right: 90px;
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .container {
        padding-left: 120px;
        padding-right: 120px;
        max-width: 100%;
        padding-right: 40px;
    }
}

@media(max-width: 1091px) {
    .user-points {
        display: none;
    }
}

.ui-block-title.ui-block-title-small .title {
    font-size: 12px;
}

.control-icon .ui-block-title a {
    font-size: 10px;
    margin-top: 3px;
}

.control-icon .more-dropdown .view-all {
    font-size: 15px;
    padding: 18px;
}

.more-dropdown.more-with-triangle .friend-requests .notification-friend {
    display: inline;
}



.post .olymp-star-icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    position: relative;
    top: 3px;
    fill: #38a9ff;
}

span.post-point {
    color: #38a9ff;
    font-size: 15px;
    font-weight: 600;
}

.post__date {
    font-size: 12px;
}

.post__point {
    display: inline;
    margin-left: 10px;
    font-size: 18px;
}


.post__company_virtue {
    padding-left: 0;
    display: inline-block;
    margin-right: 15px;
}

.company-virtue-img img {
    width: 16px !important;
    display: inline-block;
    margin-right: 0;
    height: auto !important;
}

.company-virtue-img {
    display: inline-block;
}

.company-virtue-text {
    display: inline-block;
    margin-left: 4px;
    font-weight: 500;
    font-size: 15px;
}


.post__comments {
    display: none
}

    .post__comments.show {
        display: inline;
    }

.ui-block {
    width: 100%;
}

.top-header-thumb:after {
    display: none;
}

.featured-post.trophy {
    cursor: default;
    background-color: #2658aa;
}


.btn.btn-control.featured-post.trophy {
    cursor: default;
    margin-bottom: 20px;
    background-color: #224ea0;
}

.widget.rewards-portal-link {
    background-color: #224ea0;
    background-image: none;
    background: none;
    padding: 0;
}

.w-build-fav.rewards-portal-link .content .title {
    margin-bottom: 5px;
    text-align: left;
}

.widget.w-build-fav.rewards-portal-link .widget-thumb {
    margin-bottom: 40px;
    margin-top: 15px;
}


.w-blog-posts .post p {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
}

.widget.w-build-fav.rewards-portal-link p a {
    font-size: 14px;
    font-weight: 500;
}

.widget.w-build-fav.rewards-portal-link .widget-thumb {
    margin: 0;
}

.popup-chat .modal-header {
    background-color: #224ea0;
    padding: 17px;
}

.olympus-chat {
    background-color: #224ea0;
}


.add-post-icon {
    right: 120px;
}

h6.title.with-icon {
    display: inherit;
    /* text-align: center; */
    /* margin: 0 auto; */
}

    h6.title.with-icon .title-icon {
        width: 28px;
        height: 24px;
        fill: #38a9ff;
        margin-left: -1px;
    }

    h6.title.with-icon .title-text {
        font-size: 16px;
        text-align: center;
        /* margin-left: 12px; */
        position: relative;
        top: 2px;
        font-weight: 600;
    }

.modal .btn {
    font-size: 15px;
    margin-bottom: 0;
}

a {
    font-size: 13px;
}

.create-friend-group.create-friend-group-1 .btn-blue {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 30px;
}


.form-group.label-floating input {
    /* padding-top: 26px; */
}

.align-bottom {
    align-items: flex-end;
}



.modal .add-option {
    margin-top: 0;
    margin-bottom: 15px;
}

.hide {
    display: none
}

@media(min-width: 768px) {
    .inline-logo img {
        max-width: 356px;
    }
}

.copyright img {
    max-width: 45px;
}

.copyright {
    text-align: left;
}


@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

.landing-page .content-bg-wrap:before {
    background: rgba(113, 69, 188, 0.98);
    background: rgba(34, 78, 160, 0.98);
    background: rgba(73, 15, 173, 0.98);
    background: rgba(41, 152, 179, 0.9607843137254902);
    background: rgba(218, 33, 40, 0.95);
}

.landing-page .content-bg-wrap {
    background-position: 0px 0px;
    background-repeat: repeat;
    animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
}

.landing-page .display-flex {
}

.registration-login-form .content {
    padding: 35px 35px;
}

.landing-page .registration-login-form {
    padding: 0;
    width: 450px;
    margin: 0;
    float: right;
    border-radius: 4px;
}

.remember .forgot {
    float: left;
}

.registration-login-form .remember {
    margin-top: 0 !important;
}

.client-logo {
    text-align: left;
    margin-bottom: 40px;
}

.copyright {
    float: right;
    position: absolute;
    right: 15px;
    bottom: -60px;
}

.client-logo {
    text-align: center;
}

@media(max-width: 991px) {
    .landing-page .registration-login-form {
        width: 100% !important;
        margin-bottom: 140px;
    }

    .copyright {
        top: auto;
        margin-top: 100px;
        width: 100%;
        text-align: right;
    }

    .landing-page .display-flex {
        margin-top: 40px;
        text-align: center;
        padding: 0 15px;
    }

    .landing-page .header-spacer--standard {
        height: 1px;
    }

    .landing-page p.landing-copy {
        width: 100%;
        text-align: end;
    }

    .logo-login.clipart {
        display: none;
    }
}

@media(max-height: 780px) {

    .landing-page .header-spacer--standard {
        height: 1px !important;
    }


    .landing-page .registration-login-form {
        margin-top: 30px;
    }
}



.post__author .img div {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
}

.comments-list .post__author .img div {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: center center;
}


.post__author .img div {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.post .author-date a {
    font-size: 18px;
}

.post__date {
    font-size: 15px;
}

a, body {
    font-size: 15px;
    font-weight:bold;
}


span.post-description__detail {
    display: block;
}

.h6, h6 {
    font-size: 16px;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-weight: 500 !important;
}

a.h4 {
    font-size: 20px;
}

.olympus-chat .olympus-chat-title {
    margin-right: 0;
}

.birthday-item.badges .author-thumb {
    margin-left: 10px;
    margin-right: 35px;
}


.logo-login.clipart img {
    max-width: 100%;
}

.logo-login.clipart {
    position: fixed;
    bottom: 0;
    margin-left: -20px;
    width: 40%;
    text-align: left;
}

.landing-page .header-spacer--standard {
    height: 120px;
}

.registration-login-form {
    padding-bottom: 30px;
}

    .registration-login-form .content {
        padding-bottom: 71px;
    }

.logo-login {
    text-align: right;
    display: block;
    float: none;
}


button#login {
    background-color: rgb(136, 141, 168);
    border-color: rgb(136, 141, 168);
}

    button#login:hover {
        background-color: rgb(136, 141, 168, 0.8);
        border-color: rgb(136, 141, 168, 0.8);
    }

    button#login:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 0.2rem rgb(136, 141, 168, 0.56);
    }


.form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label {
    top: 20px;
    font-weight: 500;
}

#login_button {
    margin-bottom: 10px;
}

.logo .img-wrap img {
    width: 66px !important;
    height: 66px !important;
    max-width: 70px !important;
    margin-left: -12px;
    margin-top: -6px;
}

.logo .img-wrap {
    width: 70px !important;
}

#sidebar-left .logo .img-wrap img {
    height: 60px !important;
    width: auto !important;
    margin-top: -11px;
    margin-right: -9px;
}


.birthday-item.inline-items.badges .author-thumb img {
    width: 50px;
    height: 50px;
}

.birthday-item .label-avatar {
    right: -12px;
}


.birthday-date ul {
    list-style-type: unset;
    padding-left: 21px;
    width: 100%;
    margin-top: 10px;
}

.birthday-date {
    width: 100%;
}


a.h6.author-name {
    /* margin-bottom: 10px; */
    display: block;
    font-size: 20px;
}

.birthday-date.icon-badge-1 ul li {
    color: #00e4c1;
}

.birthday-date.icon-badge-2 ul li {
    color: #ff0000;
}

.birthday-date.icon-badge-3 ul li {
    color: #194ca6;
}

.birthday-date.icon-badge-4 ul li {
    color: #ff4e1b;
}

.birthday-date.icon-badge-5 ul li {
    color: #282b40;
}

.birthday-date.icon-badge-6 ul li {
    color: #6e36a6
}

.birthday-item.badges .birthday-date {
    font-size: 16px;
    max-width: 800px;
}

.birthday-item .birthday-date {
    font-size: 15px;
}


.w-birthday-alert .author-thumb img {
    width: 100px;
    height: 100px;
}

.w-birthday-alert .content span {
    font-size: 15px;
}

.w-birthday-alert .content p {
    font-size: 14px;
}



.w-birthday-alert .olymp-star-icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    position: relative;
    top: 3px;
    fill: #fff;
}

.w-birthday-alert .icons-block {
    font-weight: 600;
    margin-right: 5px;
}

li.inline-items.js-chat-open img.avatar {
    width: 38px
}

.chat-users a.h6.author-name {
    font-size: 15px;
    line-height: 14px;
}

.popup-chat .chat-message-item {
    font-size: 14px;
}

.landing-content h2 {
    font-size: 40px;
}

.birthday-item.inline-items {
    padding-left: 20px;
}

.birthday-author-name a.h6.author-name {
    margin-bottom: 0;
}

.birthday-item.inline-items .author-thumb img {
    width: 50px;
    height: 50px;
}

.birthday-author-name {
    padding-left: 10px;
}

.birthday-item .author-thumb {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-right: 12px;
}




.suggestions .friend-avatar {
    margin-top: 0 !important;
    padding-left: 15px;
}

    .suggestions .friend-avatar .author-thumb img {
        width: 70px;
        height: 70px;
    }

.suggestions .author-content .country {
    font-size: 12px;
}

.suggestions .friend-avatar .author-thumb {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    margin-right: 5px;
    float: left;
}

.suggestions .author-content {
    text-align: left;
    display: inline;
}

    .suggestions .author-content .author-name {
        text-align: left;
        display: block;
        padding-top: 15px;
        margin-bottom: 0;
    }

    .suggestions .author-content .country {
        display: block;
    }

.suggestions p.friend-about {
    float: left;
    text-align: left;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

.suggestions .friend-since {
    margin-bottom: 10px;
    display: block;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

    .suggestions .friend-since .h6 {
        font-size: 15px !important;
    }

.suggestions .friend-item-content {
    padding-top: 25px;
}

.suggestions p.friend-about.point {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.suggestions .friend-about.point svg.olymp-chat---messages-icon {
    fill: #f07350;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

.suggestions .friend-about.point span {
    font-size: 14px;
    font-weight: 500;
}

.suggestions .friend-since.bottom {
    margin-bottom: 0;
}

.suggestions .friend-count {
    /* background: rgb(47, 90, 165); */
    border-radius: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.suggestions .friend-item-content {
    padding: 0;
    border-radius: 0 !important;
    padding-top: 25px;
}

.friend-item-content .control-block-button {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.friend-item.suggestions {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.suggestions p.friend-about a {
    color: inherit;
    font-size: 14px;
}

.suggestions .friend-item-content .control-block-button {
    float: left;
    padding-bottom: 15px;
    width: 100%;
}

    .suggestions .friend-item-content .control-block-button .btn {
        padding-bottom: 10px;
        padding-top: 10px;
    }

.suggestions .friend-since .h6 a {
    color: inherit;
}

.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label, .form-group.has-bootstrap-select label.control-label {
    top: 15px;
}

.form-group.label-floating .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    top: 11px;
}

.forums-table td.forum {
    max-width: 400px;
}

.author-freshness .title {
    font-size: 15px;
}

.author-freshness time {
    font-size: 13px;
}

.author-freshness .author-thumb img {
    width: 82px;
    height: 82px;
}

.forums-table .count {
    font-size: 15px;
}

.forum-item .content .title {
    margin-bottom: 15px;
    display: block;
}

.forums-table thead th {
    font-size: 15px;
}

.forums-table td.forum.denied {
    border-left: 10px solid #ff5e3a;
}

.forums-table td.forum.pending {
    border-left: 10px solid #ffffff;
}

.forums-table td.forum.accepted {
    border-left: 10px solid #08ddc1;
}

#add-post span.filter-option.pull-left {
    top: 5px;
}

.ui-block.responsive-flex1200 a.btn.btn-primary.btn-md-2 {
    font-size: 13px
}


.blog-post.blog-grid-post .post-additional-info {
    padding: 20px 20px 20px 25px;
    margin-top: 0;
}

.blog-post.blog-grid-post .post-content {
    padding-bottom: 0;
}

.sidebar--large .olympus-chat {
    padding: 25px 15px 15px 30px;
}

.bootstrap-select.without-border.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
}

.statistics-list-count .points span {
    font-size: 15px;
}



.comments-list p {
    font-size: 15px;
}

.comment-form button {
    font-size: 13px;
    font-weight: 500;
}

.btn.liked {
    background-color: #224ea0;
}


.multiple__post_users .post_user {
    display: inline-block;
}

    .multiple__post_users .post_user .post__point {
        margin-left: -5px;
    }

    .multiple__post_users .post_user span.comma {
        margin-left: -3px;
        display: inline-block;
    }


.create-friend-group .bootstrap-select.style-2 > .dropdown-toggle {
    padding-right: 55px;
}

.modal .author-thumb img {
    width: 40px;
    height: 40px;
}


.bootstrap-select.style-2 .dropdown-menu {
    box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.1) !important;
}

.create-friend-group .h6.author-title {
    margin-top: 8px;
    margin-left: 5px;
}


div#add-company-virtue .modal-body {
    background: #FFF;
    padding: 40px 20px;
}

    div#add-company-virtue .modal-body .radio {
        width: 50%;
        float: left;
    }

.create-friend-group .bootstrap-select.style-2 > .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 20px;
}

.errorMessage.validation-summary-errors ul li {
    color: #f92552 !important;
}

.selected_company_description {
    background: #224ea0;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 20px;
}

    .selected_company_description label {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0;
        letter-spacing: 0;
        font-weight: 500;
    }

    .selected_company_description p {
        font-size: 13px;
        margin: 0;
        word-break: break-word;
    }

.tab-content {
    float: left;
    width: 100%;
}

.list_company_virtue .radio {
    float: left;
    width: 50% !important;
}

.modal-content {
    box-shadow: 0px 0px 34px #000;
}

.selected_giftcard_description img {
    border: 1px solid #ddd;
    border-radius: 4px;
}

li.dropdown-header .text {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
    color: #38a9ff;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 400px !important;
    overflow-y: auto !important;
    padding-bottom: 20px !important;
}

.main-header {
    max-width: 100%;
}

.tooltip-inner {
    font-size: 14px;
    text-transform: initial !important;
    line-height: 21px;
    font-weight: normal;
    text-align: left;
    /*max-width: 400px !important;
    width: 400px !important;*/
}

.tooltip-secondary .tooltip-inner {
    background-color: #3f4257;
}

.tooltip-primary .tooltip-inner {
    background-color: #224ea0;
}

.tooltip-completed .tooltip-inner {
    background-color: #08ddc1;
}

.top-header-author .author-thumb img {
    border-radius: 0;
    max-width: 120px;
}

.top-header-author {
    max-width: 100%;
}

.top-header-thumb img {
    position: relative;
    display: block;
}

.top-header-thumb.after:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    content: '';
    display: block;
}

.top-header .profile-section {
    padding: 25px;
}

.top-header.top-header-favorit .author-name {
    font-size: 25px;
    line-height: 37px;
}

.top-header.top-header-favorit .country {
    font-size: 15px;
}

.monthly-indicator .monthly-count {
    font-size: 20px;
}

    .monthly-indicator .monthly-count .period {
        font-size: 14px;
    }


.upload-photo-item span {
    font-size: 13px;
}

.upload-photo-item h6, .upload-photo-item .h6 {
    font-size: 17px;
    margin-bottom: 0;
}

.window-popup .olymp-computer-icon {
    width: 45px;
    height: 35px;
}

a.items-round-little.bg-primary {
    color: #fff;
}

ul.your-profile-menu li a {
    font-size: 14px;
}

a.items-round-little.bg-primary {
    color: #fff;
}

.your-profile-menu li.nav-item {
    width: 100%;
}

.your-profile-menu .nav-link.active {
    border: 0 !important;
    color: #ff5e3a;
}

.your-profile-menu .nav-link {
    border: 0 !important;
}

.profile_update_content a.add-field {
    margin-bottom: 2rem;
}

a.add-field.remove svg {
    fill: red;
    display: inline-block;
}

a.add-field.remove span {
    display: inline-block;
}

a.add-field.remove {
    /* float: right; */
    width: 100%;
    /* display: block; */
    text-align: left;
}

    a.add-field.remove * {
        text-align: left;
    }


.tab_title .add-field {
    display: inline;
    float: right;
    margin: 0;
    color: #ff5e3a;
}

    .tab_title .add-field svg {
        margin: 0;
        display: inline-block;
        fill: #ff5e3a;
    }

    .tab_title .add-field span {
        display: inline-block;
    }

.education_duplicate, .experience_duplicate {
    display: none;
}

.tab_title .add-field.remove {
    float: left;
}

.education, .experience {
    border-bottom: 1px dotted #888da8;
    margin-bottom: 25px;
}

#education_wrap .education:last-child,
#experience_wrap .experience:last-child {
    border: 0;
}

.empty-area {
    margin-bottom: 50px;
}

    .empty-area p {
        margin-top: 12.5px;
    }


.profile_header_image {
    display: block;
    width: 100%;
    height: 374px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .profile_header_image div {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }


.author-thumb {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .author-thumb div {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 100%;
    }


.user_list .h6.author-title .author-thumb-sub-title div {
    float: left;
    margin-right: 5px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}

img.send_svg {
    width: 25px;
    height: 24px;
    color: #fff;
}






.triggerButton {
    display: none;
}

    .triggerButton + label {
        cursor: pointer;
        position: absolute;
        right: 1em;
        bottom: 1em;
        background-color: tomato;
        height: var(--l);
        width: var(--l);
        border-radius: 50%;
        z-index: 2;
    }

        .triggerButton + label:before, .triggerButton + label:after {
            position: absolute;
            content: '';
            height: calc(var(--l) / 2 );
            width: .25em;
            background-color: #fff;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            border-radius: .5em;
            transition: all .25s;
        }

        .triggerButton + label:before {
            height: calc(var(--l) / 2 );
            width: .25em;
        }

        .triggerButton + label:after {
            width: calc(var(--l) / 2 );
            height: .25em;
        }

    .triggerButton:checked + label:before {
        transform: rotatez(-45deg);
    }

    .triggerButton:checked + label:after {
        transform: rotatez(-45deg);
    }


.one, .two, .three {
    cursor: pointer;
    position: absolute;
    right: 1em;
    bottom: 1em;
    /* padding: 1em; */
    line-height: 4.5em;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    transform: rotateZ(90deg);
    font-size: 1em;
    color: #fff;
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}

.triggerButton:checked ~ .one, .triggerButton:checked ~ .two, .triggerButton:checked ~ .three {
    opacity: 1;
    pointer-events: initial;
    box-shadow: 0px 0px 10px #757575;
}

.triggerButton:checked ~ .one {
    background-color: #38a9ff;
    transform: translate(-3em, -1.6em);
    transition-delay: .2s;
}

.triggerButton:checked ~ .two {
    background-color: #7c5ac2;
    transform: translate(0.5em, -4em);
    transition-delay: .1s;
}

.triggerButton:checked ~ .three {
    background-color: mediumorchid;
    transform: translateY(-5em);
}

    .triggerButton:checked ~ .one:hover, .triggerButton:checked ~ .two:hover, .triggerButton:checked ~ .three:hover {
        opacity: .9;
    }

.add-post-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 0px 9px #636363;
}

.triggerButton:checked ~ .one {
    line-height: 4.5em;
}

.triggerButton:checked ~ .two {
    line-height: 4.7em;
}

.triggerButton:checked + .plus-icon {
    transform: rotate(45deg);
}

.add-post-icon .plus-icon {
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}


.message-unread {
    background: #e6ecf5 !important;
}


.birthday-item.inline-items.badges .author-thumb img {
    width: 50px !important;
    height: 50px !important;
}

.birthday-item.badges .author-thumb {
    width: 50px !important;
    height: 50px !important;
    margin-right: 15px !important;
}

p.post__description a {
    font-size: 17px;
}

.w-badges li {
    width: 100%;
    height: auto;
}

    .w-badges li img {
        max-width: 65px;
        margin-bottom: 10px;
    }

    .w-badges li a .label-avatar {
        left: inherit;
        right: 24px;
        height: 20px;
        width: 20px;
        line-height: 21px;
        background: #03bfff !important;
        z-index: 2;
    }


.public-event .control-block-button.post-control-button a {
    padding-top: 3px;
}

.public-event .control-block-button.post-control-button a {
    margin-bottom: 5px;
}

.control-icon .notification-list .notification-event {
    width: 85% !important;
    max-width: 85% !important;
}

.control-icon .notification-list .notification-icon {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.notification-list .notification-link {
    color: #37a9ff;
    font-size: 14px;
}

.more-dropdown a:hover {
    color: #3FB6E5;
}

span.chat-message-item {
    font-size: 14px;
}

.notification-event span {
    /* font-size: 14px; */
}

.control-icon .notification-list.chat-message .notification-icon svg {
    height: 18px;
    width: 18px;
}

.hellopreloader {
    display: block;
    position: fixed;
    text-align: center;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    background: transparent;
    background-size: 41px;
    opacity: 1;
}

div#preloader_container {
    display: block;
    height: 300px;
}

    div#preloader_container .hellopreloader {
        background: #3FB6E5 !important;
        border-radius: .3rem;
    }

        div#preloader_container .hellopreloader .preloader .text {
            display: none;
        }


.more:hover .more-dropdown {
    visibility: hidden;
    opacity: 0;
}

.more.clicked .more-dropdown {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}


article.hentry.post .author-date {
    width: 50%;
}

.new-user-cover div {
    background-size: cover;
    width: 75px;
    height: 75px;
    background-position: center center;
    border-radius: 4px;
}

.ui-block.blog-post-thumb img {
    margin-bottom: 15px;
}

#blog-details-container .socials-shared {
    display: none;
}

#blog-details-container form.comment-form.inline-items {
    display: none;
}

#blog-other-posts img {
    margin-bottom: 20px;
}

.birthday-item.inline-items .author-thumb img {
    height: auto !important;
    max-width: 50px !important;
}

.modal article.hentry.post .author-date {
    max-width: 50%;
}

img.bell-icon {
    max-width: 21px;
    top: -3px;
    height: 21px;
    position: relative;
    left: -3px;
    cursor: pointer;
}

.control-icon.has-items + svg:hover, .control-icon.has-items + img:hover {
    cursor: pointer;
}

.multiple__post_users .post_user span.comma {
    width: 5px;
}

.multiple__post_users .post_user {
    float: left;
    margin-right: 5px;
}

.multiple__post_users {
    float: left;
    width: 100%;
}

article.hentry.post .author-date {
    width: 55%;
}

.top-header-thumb:after {
    display: none;
}

@media (max-width: 768px) {
    .post .control-block-button .featured-post {
        top: 7px;
    }

    .post__author .img div {
        width: 62px;
        height: 62px;
    }

    .post .author-date a {
        font-size: 16px;
        float: left;
    }

    .post__date {
        font-size: 14px;
        float: left;
        width: 100%;
    }

    article.hentry.post .author-date {
        width: 70% !important;
    }

        article.hentry.post .author-date.multiple {
            width: 100% !important;
        }

    .post__author .more {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: left;
    }

    .post-control-button .btn-control svg {
        height: 18px;
        width: 18px;
        top: 2px;
        position: relative;
    }

    .add-post-icon .plus-icon {
        width: 24px !important;
        height: 24px !important;
    }

    .add-post-icon {
        right: 20px !important;
    }

    .post p {
        font-size: 15px;
        line-height: 20px;
    }

    p.post__description a {
        font-size: 15px;
    }

    .company-virtue-text {
        font-size: 14px;
    }

    .header-spacer {
        height: 90px;
    }

    #feed {
        margin-top: 15px;
    }

    .control-block .author-thumb img {
        max-width: 60px;
    }

    .control-block .author-subtitle {
        font-size: 10px;
        max-width: 100%;
        margin: 0 !important;
        line-height: 12px;
    }

    .control-block .author-title {
        font-size: 16px;
    }

    .fixed-sidebar-left .ui-block-title-small {
        margin-bottom: 0;
    }

    .fixed-sidebar-left .left-menu {
        padding: 0;
    }

    .post__author.author.vcard.inline-items {
        margin-top: 5px;
    }

    .post__point {
        margin: 0;
        float: left;
        position: relative;
        top: -5px;
        left: 13px;
        margin-bottom: -10px;
    }

    .post .olymp-star-icon {
        margin: 0;
    }

    .multiple__post_users .post_user span.comma {
        margin-left: 2px;
        float: left !important;
        width: 8px !important;
    }

    span.post-point {
        font-size: 14px;
    }

    ul.friends-harmonic {
        display: none;
    }

    .names-people-likes {
        display: none;
    }

    .post-control-button .btn-control {
        display: none;
    }

    .comments-shared {
        margin-left: auto !important;
        margin-top: 0 !important;
    }

    .inline-logo img {
        max-width: 270px;
    }

    .landing-content h2 {
        font-size: 22px;
        margin-top: 50px;
    }

    .landing-page p {
        font-size: 14px;
        line-height: 20px;
    }

    .client-logo img {
        max-width: 125px !important;
    }


    .landing-page .form-group.label-floating input {
        padding: 30px 14px;
        padding-bottom: 5px;
    }

    .landing-page button#login span {
        font-size: 15px;
    }
}

.mobile-app-tabs .olymp-magnifying-glass-icon {
    margin-top: 9px;
}

.mobile-app-tabs .nav-link.active .olymp-close-icon {
    margin-top: 9px;
}

.tab-content-responsive .ui-block-title a:last-child {
    float: right;
    font-size: 13px;
    margin-top: 1px;
}

@media (max-width: 768px) {
    .view-all {
        position: relative;
        font-size: 15px;
        line-height: 15px;
    }
}

.notification-list .selectize-dropdown-content > *, .notification-list li {
    background: #fFF;
}

.selectize-dropdown.multi.selectize-control.form-control.js-user-search {
    top: 0 !important;
}

.selectize-dropdown-content .author-image-cover {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
}

.selectize-dropdown-content span.h6.notification-friend {
    /*font-size: 15px;*/
    /*line-height: 15px;*/
    /*margin-top: 3px;*/
}

/*.selectize-dropdown-content .friend-requests .chat-message-item {
    font-size: 14px;
}*/

.selectize-dropdown-content .inline-items.search-list-item.view-profile {
    padding: 15px;
}

.selectize-dropdown-content .author-thumb {
    width: 50px;
    height: 50px;
}

.selectize-dropdown-content {
    overflow-y: auto;
    max-height: 500px;
}

@media(min-width: 1300px) {
    .search-bar.w-search {
        /*margin-left: 150px !important;*/
        width: 350px;
    }
}

@media(max-width: 1050px) {
    .search-bar.w-search {
        margin-left: 0;
    }

    form.search-bar .form-group.with-button input::placeholder {
        color: transparent;
    }
}

@media(min-width: 1050px) {
    .search-bar.w-search {
        margin-left: 70px;
    }
}

.selectize-dropdown.single.form-control.js-user-search {
    width: 100% !important;
}

.selectize-dropdown-content .notification-event {
    max-width: 250px;
    line-height: 14px;
}

header#site-header-responsive
form.search-bar.w-search.notification-list.friend-requests {
    width: 100% !important;
    max-width: 100% !important;
}

    header#site-header-responsive
    form.search-bar.w-search.notification-list.friend-requests .selectize-dropdown-content .notification-event {
        max-width: 100% !important;
    }

form.search-bar .form-group.with-button input {
    font-size: 14px;
}

.author-page.author.vcard.inline-items .user-points {
    display: block;
    width: 100%;
    margin-top: 10px;
}

    .author-page.author.vcard.inline-items .user-points .user-point-block {
        width: 49%;
        background: white;
        padding: 10px 0;
        color: #9a9fbf;
    }

.account-settings li a {
    font-size: 14px;
    color: #9a9fbf;
}

@media (max-width: 1024px) {
    .author-page {
        margin-left: 5px;
    }
}

ul.chat-settings.select-language-list li {
    width: 50%;
    float: left;
}

ul.chat-settings.select-language-list {
    float: left;
    width: 100%;
    padding: 15px 35px;
}

.account-settings li a {
    font-size: 13px;
}

.author-page .chat-settings a {
    font-size: 13px;
}

.like--partial * {
    float: left;
}

.names-people-likes {
    margin-top: 6px;
    margin-left: 9px;
}

.disabled .form-control {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1;
}

ul.like_list_modal_content li {
    display: none;
}

.friends-harmonic div.author-image * {
    background-size: cover;
    background-position: center center;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #fff;
    display: block;
    margin-left: -10px;
}

.friends-harmonic li:first-child .author-image div {
    margin: 0;
}

ul.friends-harmonic.open-like-list-modal {
    cursor: pointer;
}

.names-people-likes.open-like-list-modal {
    cursor: pointer;
}

.user-list-like-style {
    overflow-y: auto;
    max-height: 400px;
    padding: 20px;
}

div#like_List_modal .modal-dialog {
    /* width: 350px; */
}

.user-list-like-style .img div {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}

.user-list-like-style li {
    list-style: none;
    width: 100px;
    height: 150px;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .user-list-like-style li a {
        font-weight: 500;
        color: #515365;
    }

.form-group.has-error:after {
    top: 28px;
}

textarea#Message {
    padding-right: 50px;
    padding-bottom: 15px;
    padding-top: 30px;
}

#birthday-carousel .w-birthday-alert .icons-block {
    margin-right: 2px;
}

#birthday-carousel .owl-dots {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

    #birthday-carousel .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        background: #caccd8 !important;
        border-radius: 100%;
        border: 2px solid #fff !important;
        margin-right: 5px;
    }

        #birthday-carousel .owl-dots .owl-dot.active {
            background: #c1635b !important;
        }


#birthday-carousel .author-thumb {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
}

    #birthday-carousel .author-thumb div {
        border: 2px solid #fff;
    }


input, .form-control {
    color: #515365;
    line-height: inherit;
    font-size: .975rem;
}

.form-group.min-max-length-controls {
    margin-top: 10px;
}

span.remaining-need-chars .chars-numb {
    color: #f92552;
}

.remaining-addable-chars .chars-numb {
    color: #08ddc1;
}

.form-control.need-chars-invalid {
    border-color: #f92552;
}

.emoji-open {
    background: url('/img/emoji.png');
    background-size: cover;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    top: 10px;
}

.emoji-menu {
    top: 35px;
    right: 0;
}

.emoji-wysiwyg-editor.form-control.textarea-control {
    height: 120px !important;
    padding-right: 40px;
    display: block;
    width: 100%;
    padding: 1.1rem;
    font-size: .812rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #e6ecf5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: normal;
    font-size: .975rem;
}

.comment-form {
    overflow: initial;
    min-height: 245px;
}

.wellcome-post {
    background-color: #fed902;
    height: 250px;
    border-radius: 4px;
    padding: 20px;
}

.profile-photo {
    float: left;
    width: 120px;
    margin-top: 45px;
    margin-left: 15px;
    margin-right: 5px;
}

    .profile-photo .img div {
        width: 125px;
        height: 125px;
        background-size: cover;
        border: 1px solid #fff;
    }

.profile-wellcome-graphic {
    float: right;
    text-align: right;
    max-width: 300px;
}

    .profile-wellcome-graphic img {
        max-width: 100%;
        height: auto;
    }

.graphic-image {
    width: 100%;
    text-align: right;
}

.profile-info {
    float: left;
    margin-top: 45px;
    margin-left: 15px;
}

.company_logo {
    text-align: right;
}

.profile-value div {
    display: block;
    text-align: left;
}

.profile-value div {
    font-weight: bold;
    margin-bottom: -5px;
}

.profile-value span {
    font-size: 13px;
}


@media(max-width: 1100px) {
    .company_logo {
        margin-top: 10px;
    }

    .wellcome-post {
        padding: 10px;
        height: auto;
    }

    .profile-wellcome-graphic {
        text-align: center;
        width: 100%;
        float: none;
        padding-top: 23px;
        max-width: 300px;
    }

    .graphic-image {
        text-align: center;
    }

    .profile-photo, .profile-info {
        margin-top: 20px;
    }
}

.profile-wellcome-graphic img {
    max-width: 100%;
}

.profile-value {
    margin-bottom: 5px;
}


.control-icon .notification-list .author-thumb div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.post-additional-info.inline-items a small {
    font-size: 14px;
}

.birthday-item.inline-items .author-thumb {
    width: 50px;
    height: 50px;
}

ul.widget.w-personal-info li {
    padding-top: 0;
}

.user_list .h6.author-title .author-thumb-sub-title {
    max-width: 300px;
    margin-top: 5px;
    float: none;
    width: 100%;
    overflow: hidden;
}

.modal .author-thumb img {
    max-height: 60px;
    width: 60px;
    height: auto;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 0 #ddd;
}

@media(max-height: 800px) {

    .modal-dialog#reward_modal, modal-dialog#appreciation_modal {
        overflow-y: initial !important
    }
}


.w-badges li {
    position: relative;
}

    .w-badges li:after {
        border-radius: 50%;
        position: absolute;
        content: '';
        width: 65px;
        height: 65px;
        top: 0;
        left: 0;
        display: block;
    }

    .w-badges li img {
        position: relative;
    }

    .w-badges li:after {
        border-style: solid;
        border-width: 3px;
        border-color: transparent;
    }

    .w-badges li.Bronz:after {
        border-color: #fe7e0f;
    }

    .w-badges li.Silver:after {
        border-color: #7f7f7f;
    }

    .w-badges li.Gold:after {
        border-color: #fdda02;
    }

    .w-badges li.Platin:after {
        border-color: #c7c7c7;
    }

    .w-badges li.Bronz .badge-name {
        color: #fe7e0f;
    }

    .w-badges li.Silver .badge-name {
        color: #7f7f7f;
    }

    .w-badges li.Gold .badge-name {
        color: #fdda02;
    }

    .w-badges li.Platin .badge-name {
        color: #c7c7c7;
    }

    .w-badges li a .label-avatar {
        display: none;
    }

ul.widget.w-badges {
    width: 100%;
    margin-left: -10px;
}

.w-badges li a {
    float: left;
    max-width: 100%;
    margin-right: 15px;
}

.virtue-name {
    font-weight: bold;
    margin-top: 9px;
}

.badge-name {
    color: #ff5d3a;
    font-size: 14px;
    font-weight: 500;
    margin-top: -1px;
}

.w-badges li img {
    padding: 1px;
}

.threshold.b-day.info {
    width: 100%;
    display: block;
    float: left;
    margin-top: 5px;
}

.badge-type-name {
    float: left;
}

.badge-percent-text {
    float: right;
}

.profile-value {
    color: #374b5f;
}

.company_logo img {
    max-width: 60px;
    max-height: 60px;
}

.open-the-rest {
    height: 75px;
    background: #ff5d3a;
    float: left;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    display: block;
    max-width: 75px;
    width: 100%;
}

    .open-the-rest span {
        color: #fff;
        font-size: 16px;
        margin-top: 26px;
        display: block;
    }


.author-freshness .author-thumb div {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
}

.author-freshness .author-thumb {
    text-align: center;
}

.suggestion-vote-history-bar {
    margin-top: 10px;
}

/*.forums-table td {
    padding: 25px 20px;
}*/

.no-cursor {
    cursor: default !important;
}

.suggestion-action-bar input {
    margin: 15px 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 13px;
    font-weight: 500;
    color: #39a8ff;
}

.new-suggestion-create-button {
    font-size: 14px !important;
    padding: 10px 17px;
}

.no-data-founded p {
    padding: 15px 25px;
    margin: 0;
    font-size: 15px;
}

.no-cursor {
    user-select: none !important;
    pointer-events: none !important;
}

.error-message-text {
}

input#suggestion-files {
    font-size: 13px;
    margin-top: 10px;
    display: block;
    position: relative;
    top: 0;
    padding-top: 50px;
    padding-bottom: 15px;
}






.dropdown-item.active, .dropdown-item:active {
    background: initial;
    background-color: initial;
}

@media(max-height: 800px) {
    #reward_modal .modal-body, #appreciation_modal .modal-body {
        height: 100%;
        max-height: 510px;
        overflow-y: auto;
    }
}

.friend-item.suggestions .author-thumb {
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

.suggestions p.friend-about {
    width: 100%;
}

.suggestions .friend-item-content .control-block-button .btn {
    padding: 10px 0;
}

.forum-item .text {
    font-size: 16px;
}

.search-bar .form-group.with-button input::placeholder {
    color: #c3c3c3;
}

a#suggestion-file-draft {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 12px;
    padding: 8px 15px;
}

div#file_group {
    position: relative;
}



.modal-dialog.window-popup.update-header-photo .modal-header {
    /*padding: 0;*/
}

    .modal-dialog.window-popup.update-header-photo .modal-header h6 {
        /*border: 0;*/
    }

div#activationImg {
    margin-bottom: 15px;
    margin-top: 15px;
}


.select_user_modal_toggle {
    padding: 21px;
    cursor: pointer;
    display: block;
    border: 1px solid #e6ecf5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .select_user_modal_toggle:hover .title-text {
        color: #38a9ff;
    }

    .select_user_modal_toggle:hover .olymp-happy-face-icon {
        fill: #38a9ff;
    }

    .select_user_modal_toggle .olymp-happy-face-icon {
        position: absolute;
        top: 23px;
        right: 19px;
    }

.search-bar.interaction {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    height: 100% !important;
    float: left;
    display: block;
}

    .search-bar.interaction .selectize-control {
        height: auto !important;
    }

    .search-bar.interaction .selectize-input {
        height: auto;
    }

    .search-bar.interaction .form-group {
        height: auto;
    }

    .search-bar.interaction .selectize-input.has-items > * {
        margin-left: 0 !important;
        margin-top: 5px !important;
        margin-left: 5px !important;
        margin-bottom: 5px !important;
    }

    .search-bar.interaction .selectize-input {
        padding: 5px 5px 5px 5px;
    }

#select_user_modal .modal-dialog {
    /*width: 50%;*/
    margin-top: 75px;
}

.title-text {
    font-size: 14px;
    color: #888da8;
    font-weight: 500;
}

#search_input_197-selectized::placeholder {
    font-size: 14px !important;
}

.search-bar.interaction .form-group.with-button input {
    font-size: 14px !important;
    max-width: 100%;
}

.modal-info-p {
    padding-top: 10px;
    display: block;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.modal-content .icon-close {
    top: 20px;
    right: 20px;
}
/*.search-bar.interaction .selectize-input.has-items div.active {
    background-color: #bf3056;
}*/

/*.search-bar.interaction .selectize-input.has-items div .label {
    position: relative;
    padding-right: 11px;
}

    .search-bar.interaction .selectize-input.has-items div .label:after {
        position: absolute;
        content: 'x';
        width: 10px;
        height: 10px;
        border-radius: 5px;
        right: -8px;
        top: -6px;
        color: #000;
        font-size: 13px;
    }*/

.person-default-span {
    display: block;
}

.person-selected-span {
    display: none;
    color: #39a8ff;
}

.search-bar .selectize-dropdown-content {
    max-height: 404px;
}

.search-bar.interaction .selectize-dropdown-content {
    max-height: 242px;
}

.search-bar.interaction .selectize-dropdown {
    border-radius: 0;
}

.create-friend-group {
    margin-top: 75px;
}

.search-bar .selectize-input.has-items a.remove {
    margin-left: 8px;
    font-size: 18px;
    position: relative;
    line-height: 1px;
    top: -2px;
    right: -1px;
}

@media (max-width: 767px) {

    .post__author .more {
        width: auto !important;
        top: -8px !important;
        right: 0 !important;
    }

    .comments-shared {
        float: right;
        margin-left: 0 !important;
        position: absolute;
        right: 20px;
    }

    a.post-add-icon.inline-items.like__post {
        float: left;
    }

    .post-additional-info.inline-items {
        padding-bottom: 0 !important;
    }

    article.hentry.post {
        padding-top: 36px;
    }
}

.img-link {
    display: block;
    float: left;
    width: 33%;
    text-align: center
}

    .img-link a img {
        width: 50px;
        height: auto;
        margin-bottom: 5px
    }



.search-bar .form-group.with-button input::placeholder {
    color: #c3c3c3;
}


.profile-info span, .profile-info div {
    word-break: break-word;
    display: block;
    max-width: 200px;
}


.profile-info {
    width: auto;
    float: left;
    margin: 0;
    position: absolute;
    top: 45px;
    left: 150px;
}

.profile-wellcome .col-md-6 {
    padding: 0;
}

.profile-wellcome {
    padding: 0 15px;
}

.profile-photo {
    margin-left: 0;
    width: 120px;
}

.post__author .more {
    position: absolute;
    top: 30px;
    right: 30px;
}

span.company-virtue-img {
    float: left;
    position: absolute;
    left: -25px;
}

.company-virtue-img img {
    width: 20px !important;
}

@media(max-width: 768px) {
    .post__author .more {
        width: 30%;
        top: 20px;
        right: 0;
    }
}

ul.comments-list {
    word-break: break-word;
}

p.post__description {
    word-break: break-word;
}

#avatar_modal .close.icon-close {
    position: absolute;
    z-index: 9999;
}

#update-profile-photo-activation .modal-header {
    padding: 0;
}

.w-search input {
    max-width: 100%;
}

.like_count {
    margin-top: 3px;
    margin-left: -9px;
}

a.post-add-icon.inline-items.like__post.liked {
    color: #2150a0;
}

a.btn.btn-control.like__status {
    line-height: 29px;
}

ul.post-multiple-users-images {
    margin-left: 20px;
    cursor: pointer;
    max-width: 80%;
}

    ul.post-multiple-users-images li {
        float: left;
    }

        ul.post-multiple-users-images li div.img div {
            background-size: cover;
            background-position: center center;
            width: 60px;
            height: 60px;
            border-radius: 100%;
            overflow: hidden;
            border: 2px solid #fff;
            display: block;
            margin-left: -25px;
        }

@media screen and (max-width: 1300px) {
    ul.post-multiple-users-images li div.img div {
        background-size: cover;
        background-position: center center;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        overflow: hidden;
        border: 2px solid #fff;
        display: block;
        margin-left: -25px;
    }
}

.smallImageExpand div {
    background-size: cover;
    background-position: center center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #fff;
    display: block;
    float: left;
}

.smallImageExpand {
    float: left;
}

a.h6.post__author-name.fn span {
    white-space: nowrap;
    float: left;
    margin-top: 3px;
    margin-left: 5px;
}

article.hentry.post .author-date {
    width: 80%;
}

ul.post-multiple-users-images li:last-child {
    margin-top: 38px;
    margin-left: -4px;
}

.seeless {
    float: left;
    margin-top: 3px;
    cursor: pointer;
}

.multiple__post_users .post_user .post__point {
    margin-left: -5px;
    /* margin-top: -10px; */
    float: right;
}

.multiple__post_users {
    display: none;
}

.ui-block.blog-post-thumb img {
    display: block;
}

@media screen and (max-width: 700px) {
    ul.post-multiple-users-images {
        max-width: 100%;
    }

    a.h6.post__author-name.fn span {
        margin-top: 5px;
    }

    .multiple__post_users .post_user .post__point {
        margin-top: 4px;
    }
}

.post-multi-users-see-more strong{
    font-size:20px !important;
}

.leaderboarduserlistFront .user-avatar-small div{
    height: 24px;
    width: 24px;
    border-radius: 50px;
    border: 1px solid #d8d8d8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;float:left;
    margin-right:4px;
}

.leaderboarduserlistFront thead tr th:first-child, .leaderboarduserlistFront tbody tr td:first-child {
    width: 10%;
    text-align: center;
}

.leaderboarduserlistFront thead tr th:last-child, .leaderboarduserlistFront tbody tr td:last-child {
    width: 25%;
    text-align: center;
}
table.leaderboarduserlistFront td {
    padding: 5px 4px;
    color: #34495e
}


table.leaderboarduserlistFront th {
    padding: 5px;
    text-align: center !important;
    background: #34495e !important;
    color: #fff;
}

table.leaderboarduserlistFront tr {
    border-bottom: 1px solid #ececec;
}

table.leaderboarduserlistFront a {
    color:inherit;
}

.leaderboarduserlistFrontblock h6 {
    text-align: center;
}

table.leaderboarduserlistFront tbody tr:nth-child(even) {
    background: #CFD8DC;
}

table.leaderboarduserlistFront tbody tr:nth-child(odd) {
    background: #FFF
}
.starsRewardsPortalLink{
    padding:0px !important;
}
.like_count {
    margin-left: -8px !important;
}
@media (min-width: 800px) and (max-width: 1440px) {
    #feed ~ aside .container {
        padding-left: 15px !important;
        width: 100%;
        padding-right: 15px !important;
    }
}