/*HOME FEED*/
body.nosession #social_creator {
    display: none;
}

#social_center_creator_mobile {
    display: none;
}

.social_article {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    background-color: transparent;
}

#social_creator .s_c_user_photo {
    margin: 25px 15px 15px 25px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-size: cover;
    float: left;
    background-position: center;
    background-color: #eee !important;
}

#social_creator .s_c_input {
    float: left;
    border: none;
    width: calc(100% - 115px);
    margin: 25px 25px 0px 0;
    height: auto;
}

#social_creator .s_c_input textarea {
    float: left;
    outline: 0;
    border: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 10px 0;
    min-height: 60px;
    height: 60px;
}

.s_c_options {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.s_c_options.active {
    padding-top: 20px;
}

.s_c_options .s_c_delete {
    position: absolute;
    right: 20px;
    display: none;
}

.s_c_options.active .s_c_delete {
    display: block;
}

.s_c_options img {
    display: inline-block;
    max-width: 80%;
    max-height: 320px;
    margin-right: 10px;
}

.s_c_bottom {
    float: left;
    width: 100%;
    height: 66px;
    display: inline-flex;
    padding: 15px 25px;
    text-align: right;
}

.s_c_public {
    width: 100%;
    display: inline-flex;
    margin-right: 15px;
}

.s_c_public .text {
    width: auto;
    height: 36px;
    display: inline-block;
    font-weight: bold;
    color: #aaa;
    line-height: 36px;
}

.s_c_public .select-wrapper {
    height: 36px;
    display: inline-block;
    width: 100%;
    line-height: 36px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-left: 10px;
}

.s_c_public .select-wrapper input {
    width: 100%;
    border: none !important;
    margin: 0;
    height: 36px;
}

.s_c_public .select-wrapper span.caret {
    right: 5px;
}

.s_c_button {
    width: auto;
    display: inline-block;
    white-space: nowrap;
}

#s_c_publication .s_c_bottom .button,
#s_c_rumor .s_c_bottom .button,
#s_c_doubt .s_c_bottom .button,
#s_c_event .s_c_bottom .button {
    margin-left: auto;
}

.s_c_action {
    cursor: pointer;
    margin-right: 20px;
}

.s_c_action i {
    height: 36px;
    line-height: 36px;
}

.s_c_bottom .button>* {
    display: inline-block;
    float: none;
    vertical-align: top;
}

#s_c_rumor input {
    margin-bottom: 0;
}

#social_center_creator .nav {
    display: none;
}

#s_c_event .s_c_input_date {
    float: left;
    width: 70%;

}

#s_c_event .s_c_input_time {
    width: calc(30% - 10px);
    margin-left: 10px;
    float: left;
}

@media (max-width: 991px) {
    #social_creator {
        width: 100%;
        padding: 10px;
        overflow: visible;
        display: inline-block;
    }

    #social_creator>article {
        border-radius: 20px !important;
        border: 1px solid #eee !important;
        box-shadow: none;
        /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;*/
        overflow: visible;
    }

    #social_center_creator_mobile {
        display: block;
    }

    article#social_center_creator {
        display: none;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        border: none !important;
        border-radius: 0;
    }

    #social_center_creator form {
        display: block;
        width: 100%;
        height: calc(100% - 106px);
    }

    #modalSocial article#social_center_creator {
        display: block;
    }

    #social_center_creator .nav {
        display: block;
        border: 1px solid #eee;
        height: 56px;
        width: 100%;
        border: 1px solid #eee;
        color: #444;

    }

    #social_creator .s_c_input textarea {
        font-size: 16px;
    }

    #social_center_creator .nav .text {
        float: left;
        width: calc(100% - 56px);
        height: 56px;
        line-height: 56px;
        font-weight: bold;
        padding-left: 20px;
        font-size: 18px;
    }

    #social_center_creator .nav .icon,
    #social_center_creator .nav .icon i {
        float: left;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        font-size: 20px;
    }

    #social_creator.active {
        background: rgba(0, 0, 0, .5);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 100;
        overflow: hidden;
    }

    #social_creator.active article#social_center_creator {
        display: block;
        margin: 10px;
        height: calc(100vh - 100px);
        width: calc(100vw - 20px);
        border-radius: 20px;
        overflow: hidden;
    }

    #social_creator>article .user_photo {
        margin: 10px;
    }

    #social_creator .s_c_content {
        margin: 10px 10px 10px 0;
        width: calc(100% - 80px);
        height: calc(100% - 135px);
        display: inline-block;
        overflow: auto;
    }

    #social_creator>article .s_c_input {
        width: 100%;
        margin: 0;
    }

    .s_c_options img {
        display: inline-block;
        max-width: 100%;
        max-height: 320px;
        box-shadow: 0 0 0 1px #ccc;
    }

    .s_c_bottom {
        display: inline-block;
        padding: 10px;
        height: auto;
        text-align: center;
    }

    .s_c_public {
        display: inline-block;
        margin: 0;
        width: calc(100% - 40px);
    }

    .s_c_public .select-wrapper {
        border-radius: 20px;
        height: 40px;
    }

    .s_c_public .select-wrapper input {
        height: 40px;
        width: calc(100% - 10px);
    }

    .s_c_public .text {
        display: none;
    }

    .s_c_public .select-wrapper {
        margin: 0;
    }

    .s_c_bottom .s_c_action {
        width: 40px;
        text-align: center;
        height: 40px;
        display: inline-block;
        margin: 0;
    }

    .s_c_bottom .s_c_action i {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .s_c_bottom .button {
        margin-top: 10px;
        float: right;
    }

    .s_c_options {
        padding: 0;
    }

    #social_center_creator .s_c_bottom {
        float: left;
        height: 110px;
        width: calc(100% - 0px);
    }

    #s_c_rumor .s_c_bottom {
        margin-top: 40px;
    }

    #social_center_creator .s_c_button {
        width: calc(100% - 0px);
        position: static;
        bottom: 10px;
    }

    article#social_center_creator_mobile .user_photo {
        width: 40px;
        margin: 10px 10px 0 10px;
        height: 40px;
    }

    #social_center_creator_mobile .s_c_button {
        width: 40px;
        margin: 10px 10px 0 10px;
        opacity: .4;
    }

    article#social_center_creator_mobile .s_c_input {
        width: calc(100% - 120px);
        margin: 10px 0px 0 0px;
    }

    #social_center_creator_mobile .s_c_input .text {
        height: 40px;
        line-height: 110%;
        opacity: .4;
    }

    #social_center_creator_mobile .s_c_bottom {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #social_center_creator_mobile .s_c_bottom .s_c_action {
        display: inline-block;
        float: none;
        text-align: center;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border-radius: 30px;
        margin: 10px 5px;
        background-color: #08f;
        opacity: .4;
    }

    #social_center_creator_mobile .s_c_bottom .s_c_action:active {
        opacity: .1;
    }

    #social_center_creator_mobile .s_c_bottom .s_c_action i {
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
    }

    #s_c_event .s_c_input_date {
        float: left;
        width: 70%;

    }

    #s_c_event .s_c_input_time {
        width: calc(30% - 10px);
        margin-left: 10px;
        float: left;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #social_creator {
        padding: 0;
    }

    #social_creator.active {
        left: 0;
    }

    #social_creator.active article#social_center_creator_mobile {
        display: none;
    }

    #social_creator.active article#social_center_creator {
        margin: 40px calc(50% - 300px);
        height: calc(100vh - 100px);
        width: 600px;
    }
}

/*SOCIAL SUBJECT*/
body.body_subject #social_creator .s_c_public {
    display: none;
}

/*SOCIAL ITEM*/

#feed_app {
    min-width: 370px;
}

.s_user_photo {
    width: 50px;
    height: 50px;
    float: left;
    background-color: #eee;
    border-radius: 100%;
    margin: 10px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 1px 0px #000;
}

.s_user_photo .s_user_tags {
    width: 50px;
    height: 50px;
    display: none;
    position: relative;
}

.s_user_photo .s_user_tags .tags {
    position: absolute;
    height: 14px;
    width: 140%;
    left: -20%;
    line-height: 14px;
    bottom: -5px;
}

.s_user_photo .s_user_tags .tags .tag_box {
    width: 50%;
    height: 14px;
    color: #fff;
    font-size: 10px;
    float: left;
    padding: 0 1px;
}

.s_user_photo .s_user_tags .tags .tag {
    width: auto;
    max-width: 100%;
    height: 14px;
    line-height: 14px;
    float: left;
    border-radius: 14px;
    font-size: 10px;
    font-weight: bold;
}

.s_user_photo .s_user_tags .tags .tag.experience {
    float: right;
}

.s_user_info {
    margin: 10px 20px 10px 0px;
    width: calc(100% - 90px);
    float: left;
    height: 50px;
}

.s_user_top {
    height: 20px;
    float: left;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
}

.s_user_bottom {
    height: 20px;
    float: left;
    width: 100%;
    margin-top: 0px;
}

.s_user_nickname {
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #0172ff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s_date {
    float: left;
    height: 20px;
    font-size: 12px;
    margin-left: 10px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s_study {
    height: 20px;
    line-height: 20px;
    float: left;
    color: #999;
    width: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.s_user_follow {
    display: none !important;
    width: 50px;
    height: auto;
    float: left;
    margin: -5px 15px 10px 25px;
    text-align: center;
    color: #888;
    font-size: 10px;
    cursor: pointer;
}

.s_user_follow:hover {
    color: #0099FF;
}

.s_user_follow .icon {
    width: 100%;
    text-align: center;
    float: left;
    height: auto;
}

.s_user_follow .icon i {
    font-size: 20px;
}

.s_user_follow .text {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: bold;
    float: left;
}

.s_text {
    float: left;
    width: calc(100% - 40px);
    font-size: 16px;
    margin: 0px 20px 15px 20px;
    line-height: 110%;
    font-weight: normal;
    color: #444;
}

.s_social_top {
    float: left;
    width: 100%;
    height: auto;
}

.s_social_bottom {
    float: left;
    width: 100%;
    height: auto;
}

.s_border {
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    border-radius: 0 0 18px 18px;
    height: 27px;
}

.s_image {
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    display: none;
}

.s_c_image {
    padding: 0;
    margin: 5px 0px 0 50px;
    max-width: calc(100% - 50px);
    max-height: 300px;
    height: auto;
}

.s_image.active {
    display: block;
}

.s_image img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}

.s_image img:hover {
    box-shadow: 0 0 0 1px #0099FF;
}

.s_comments {
    float: left;
    width: calc(100% - 40px);
    margin: 10px 20px;
    padding: 0px;
    height: auto;
}

.s_comment {
    width: calc(100% - 0px);
    padding: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid #eee;
    background: none;
    box-shadow: none;
    margin: 0;
}

.s_comment .s_user_photo {
    width: 40px;
    height: 40px;
    float: left;
    background-color: #eee;
    border-radius: 100%;
    margin: 10px 10px 10px 0px;
    background-size: cover;
}

.s_comment .s_user_info {
    float: left;
    width: calc(100% - 170px);
    font-size: 16px;
    height: auto;
    margin: 5px 10px 0px 0px;
}

.s_comment .s_user_info .s_user_top {
    height: auto;
}

.s_comment .s_user_nickname,
.s_comment .s_date {
    font-size: 10px;
    height: auto;
    line-height: 20px;
}

.s_comment .s_date {
    margin-left: 5px;
}

.s_comment .s_text {
    float: left !important;
    width: calc(100% - 50px);
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    color: #444;
}

.s_comment .s_user_follow {
    margin: 10px 0;
    float: right;
}

.s_comment .s_user_follow .icon {
    display: none;
}

.s_publication .s_comment .s_user_follow .icon_publication {
    display: block;
}

.s_doubt .s_title {
    font-weight: bold;
    color: #000;
    float: left;
    width: calc(100% - 40px);
    margin: 0px 20px 5px 20px;
    font-size: 18px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.s_doubt .s_text {
    font-weight: normal;
    font-size: 14px;
    float: right;
}

.s_doubt .s_comment .s_user_follow .icon_doubt {
    display: block;
}

@media (max-width: 991px) {
    #social_result>article {
        margin-bottom: 0px;
        border-bottom: 1px solid #eee !important;
        border-top: 1px solid #eee !important;
        display: inline-block;
        position: relative;
        float: none !important;
    }

    .s_user_photo {
        margin: 10px 10px 5px 10px;
    }

    .s_user_info {
        margin: 10px 10px 5px 0;
        width: calc(100% - 80px);
    }

    .s_text {
        font-size: 16px;
        font-weight: normal;
        margin: 5px 10px;
        width: calc(100% - 20px);
    }

    .s_date {
        margin-left: 5px;
    }

    .s_study {
        font-size: 12px;
        text-align: left;
    }

    .s_user_follow {
        margin: 10px;
    }

    .s_doubt .s_title {
        width: calc(100% - 20px);
        margin: 0px 10px 5px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #social_result>article {
        box-shadow: none;
        border: 1px solid #eee !important;
        border-radius: 18px;
    }
}


@media (min-width: 374px) and (max-width: 768px) {
    .social-item {
        box-shadow: none !important;
        
    }
}


/*RUMOR*/
.s_rumor {
    padding-bottom: 10px;
}

.s_rumor .s_user_info {
    height: auto;
    width: calc(100% - 180px);
    margin-right: 90px;
}

.s_rumor .s_text {
    width: calc(100% - 40px);
    margin: 0px 20px 20px 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .s_rumor .s_text {
        width: calc(100% - 140px);
        margin-right: 70px;
        text-align: center;
        float: right;
    }

    .s_rumor .s_user_info {
        width: calc(100% - 70px);
        margin-right: 0px;
        text-align: center;
    }
}

/*EVENT*/
.s_event .s_text {
    font-weight: normal;
}

.s_event .s_text * {
    width: 100%;
    display: inline-block;
    line-height: 110%;
}

.s_event .s_text .s_t_event {
    text-transform: uppercase;
}

.s_event .s_comments .s_text {
    text-align: left;
}

.s_event .s_text .s_t_place,
.s_event .s_text .s_t_date {
    color: #777777;
}

.s_event .s_text .s_t_description {
    margin-top: 7px;
}

@media (max-width:991px) {
    .s_event .s_social_bottom .s_text {
        font-size: 13px;
        width: calc(100% - 140px);
    }

    .s_event .s_text .s_t_event {
        font-size: 14px;
    }
}

/*ANSWER*/
.s_answer {
    float: right;
    width: auto;
    border-top: 0px solid #eee;
    border-radius: 0 0 18px 18px;
}

.s_answer .s_user_photo {
    width: 30px;
    height: 30px;
    float: left;
    background-color: #eee;
    border-radius: 100%;
    margin: 15px 10px 15px 10px;
    background-size: cover;
}

.s_answer .s_answer_input {
    width: calc(100% - 180px);
    float: left;
    margin: 0;
    height: 40px;
    padding: 10px 0 0 10px;
    margin: 10px 0;
    border-color: #eee;
}

.s_answer .s_answer_input {
    border-color: #fff;
    margin: 10px 0;
    padding: 0;
    height: 40px;
}

.s_answer_actions {
    float: right;
    width: 120px;
    margin-right: 10px;
}

.s_answer_actions .icon {
    height: 30px;
    margin: 15px 0px 15px 10px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    cursor: pointer;
    float: right;
}

.s_answer_actions .icon:hover {
    background-color: #eee;
}

.s_answer_actions .icon i {
    line-height: 30px;
    width: 100%;
    font-size: 16px;
    height: 30px;
}

.s_answer_actions .icon.s_a_a_hot {
    background-color: #fff;
    border: 2px solid #0099FF;
    color: #0099FF;
}

.s_answer_actions .icon.s_a_a_hot i {
    line-height: 26px;
}

.s_answer_actions .icon.s_a_a_hot:hover {
    background-color: #01f;
    color: #fff;
}

.s_answer {
    height: auto;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 0 10px;
    border-top: 1px solid #eee;
}

.s_answer.s_votes {
    width: auto;
    border: none;
}

.s_answer .vote {
    float: left;
    width: auto;
    height: 100%;
    display: inline-flex;
    padding: 0 10px;
    cursor: pointer;
    opacity: .3;

}

.s_answer .vote * {
    line-height: 30px;
    height: 30px;
}

.s_answer .vote:first-child {
    border-right: 0px solid #eee;
}

.s_answer .vote:first-child .text:not(.vote_count) {
    text-align: right;
}

.s_answer .vote .text {
    text-transform: uppercase;
    width: 100%;
}

.s_answer .vote .text.vote_count {
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.s_answer .vote i {
    font-size: 14px;
}

.s_answer.liked_1 .like_social {
    opacity: 1;
}

.s_answer.liked_0 .dislike_social {
    opacity: 1;
}

.s_answer .like_social:hover {
    opacity: 1;
}

.s_answer .dislike_social:hover {
    opacity: 1;
}

.s_answer .vote>* {
    padding: 0 1px;
    pointer-events: none;
}

.comment_like .vote {
    padding: 0;
}

.comment_like .text {
    font-size: 7px !important;
}

.comment_like .i {
    font-size: 7px !important;
}

@media (max-width: 991px) {
    .s_answer .s_user_photo {
        margin: 10px 10px 10px 0px;
        width: 30px;
        height: 30px;
    }

    .s_answer_actions {
        margin-right: 0px;
        width: 120px;
    }

    .s_answer .s_answer_input {
        width: calc(100% - 160px);
        height: 30px;
    }

    .s_answer_actions .icon {
        margin: 10px 0px 10px 10px;
    }
}

/*COMMENTS*/
.s_comments_count {
    float: left;
    width: calc(100% - 40px);
    padding: 0px;
    height: auto;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    color: #888;
    border-top: 1px solid #eee;
    padding: 5px 0;
    font-size: 12px;
    margin: 0 20px;
}

.s_comments_count:hover {
    color: #444;
    background-color: #f1f1f1;
}

.s_comments_count>* {
    display: inline-block;
}

/*RELOAD*/
#social_reload {
    text-align: center;
}

#social_reload article {
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

#social_reload article:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 1px 0px 0 rgba(0, 0, 0, 0.12);
}

#social_reload .loading,
#social_reload.active article {
    display: none;
}

#social_reload.active .loading,
#social_reload article {
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {

    #social_reload.active .loading,
    #social_reload article {
        border-radius: 18px;
        height: 36px;
        line-height: 36px;
    }
}


/*REPORT*/
.s_report {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    color: #999;
}

.s_report:hover {
    color: #666;
}

.s_report i {
    font-size: 14px;
}

#modalSocialReport .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
}


@media (max-width: 991px) {
    .s_report {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }

    .s_report i {
        font-size: 20px;
        line-height: 30px;
    }
}

#social_center_creator #s_c_doubt,
#social_center_creator #s_c_rumor,
#social_center_creator #s_c_event {
    display: none;
}

.type {
    float: left;
    width: 100%;
}


/*SOCIAL UPLOAD*/
.s_upload {
    box-shadow: 0 1px 1px 1px #0099FF, 0 1px 0px 0 #0099FF, 0 -1px 0px 0px #0099FF;
}

.s_upload_content {
    float: left;
    height: auto;
    width: calc(100% - 0px);
    margin-left: 0px;
    border-top: 1px solid #eee;
}

.s_upload_files_content {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 15px;
    background-color: #fafafa;
    /* border-bottom: 1px solid #0099FF; */
}

.row.centrate {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.s_file_count {
    float: left;
    width: 100%;
    height: auto;
    background-color: #0099FF;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0;
}

.s_upload .s_comments {
    margin-top: 0;
}

.noneclass {
    display: none !important;
}

.nofollowclass {
    margin-left: 90px !important;
}

/* DISABLE A LINK */
.disable_userLink {
    pointer-events: none;
    cursor: default;
}

.file_temp_date {
    display: none !important;
}

.badge-teacher {
    display: none !important;
}

.file_temp_inbox.subbox.social_upload_not {
    display: none !important;
}

.delete_file_btn {
    display: none !important;
}

@media (max-width: 991px) {
    .btn_small.btn_flat {
        height: 20px;
        line-height: 20px;
        border-radius: 10px;
        border: 1px solid #ccc;
    }

    .btn_small.btn_flat>.icon {
        line-height: 20px;
        font-size: 12px;
        width: 20px;
        height: 20px;
    }

    .btn_small.btn_flat>.icon>img {
        height: calc(100% - 10px);
        margin: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .btn_small.btn_flat>.text {
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
}

.f_t_folder_name {
    display: none !important;
}

.file_temp_inbox {
    margin-top: 10px;
}

.file_temp_inbox.f_t_actions {
    margin-top: 8px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* INIT SOCIAL CREATO */
.tab-selector {
    position: relative;
    width: 100%;
    margin-left: -0px;
    height: 30px;
    display: inline-flex;
    box-shadow: none;
    z-index: 2;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 17px;
    margin-top: 10px;
}

.tab-selector .item-option {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    margin-right: 5px;
    text-align: center;
    font-weight: 600;
    color: var(--w-color-black);
    cursor: pointer;
    transition: 300ms all ease;
    font-size: 13px;
    opacity:.3;
}

.tab-selector .item-option.selected, .tab-selector .item-option:hover {
    opacity: 1;
    color: var(--w-color-black);
    border-bottom: 2px solid var(--w-color-black);
}

.s-input-content {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0;
    margin-left: 0px;
    padding: 0 16px;
}

.body_center .tab-selector ~ .s-input-content {
    margin-top: 16px;
}

.s-input-content label {
    color: #95A0B6 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
}

#social_value {
    width: 100%;
    height: 100%;
    max-height: 65px;
    border: none;
    outline: none !important;
    font-size: 14px;
    color: rgb(68, 68, 68);
    resize: none;
    border-bottom: 2px solid #cccccc;
    transition: 200ms all ease;
}

#social_value:focus {
    border-bottom: 2px solid rgb(73, 122, 251);
}

#social_title,
#social_site {
    border: none;
    outline: none !important;
    font-size: 14px;
    color: rgb(68, 68, 68);
    resize: none;
    border-bottom: 2px solid #cccccc;
    padding: 0;
    width: 100%;
    box-shadow: none !important;
    transition: 200ms all ease;
}

#social_title::placeholder,
#social_site::placeholder {
    color: #a3a1a1;
}

#social_title:focus,
#social_site:focus {
    border-bottom: 2px solid rgb(73, 122, 251) !important;
}

#social_title,
#social_title_label,
#social_site,
#social_site_label {
    display: none;
}

.date-time-event-content {
    width: calc(70% - 10px);
    margin-right: 10px;
    height: auto;
    float: left;
}

.date-time-event-content+.date-time-event-content {
    width: calc(30% - 10px);
    margin-right: 0;
    margin-left: 10px;
}

#social_date,
#social_time {
    display: none;
    width: 100%;
    border: none;
    outline: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgb(68, 68, 68);
    resize: none;
    border-bottom: 2px solid #cccccc;
    padding: 0;
    box-shadow: none !important;
    transition: 200ms all ease;
    margin-bottom: 5px !important;
}

#social_date:focus,
#social_time:focus {
    border-bottom: 2px solid rgb(73, 122, 251) !important;
}

#social_time {
    text-align: center;
}

#social_date::placeholder,
#social_time::placeholder {
    color: #a3a1a1;
}

#social_date_label,
#social_time_label {
    display: none;
}

#social_file {
    display: none;
}

.input-comment-content .input-file {
    display: none;
}

.input-comment-content .image-chip {
    position: absolute;
    top: -25px;
    right: 0;
    margin-left: 0;
}

.s-actions-content {
    position: relative;
    width: 100%;
    height: auto;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: inline-flex;
    justify-content: flex-end;
}

.s-actions-content .w-button {
    margin-left: 15px;
}

.s-actions-content .w-button.icon-only .action-icon,
.s-actions-content .w-button.icon-only .action-icon .material-icons-outlined {
    height: 36px;
    line-height: 38px !important;
    color: #a9a9a9;
}

.s-actions-content .w-button.icon-only:hover .action-icon,
.s-actions-content .w-button.icon-only:hover .action-icon .material-icons-outlined {
    color: rgb(68, 68, 68);
}

#camera_button {
    margin-right: 10px;
}

#social_value::placeholder {
    color: #a19e9e;
    opacity: 1;
}

#social_value:-ms-input-placeholder {
    color: #a19e9e;
}

#social_value::-ms-input-placeholder {
    color: #a19e9e;
}

.image-chip {
    display: inline-flex;
    width: auto;
    height: 20px;
    border-radius: 10px;
    margin: auto 0;
    margin-right: auto;
    padding: 0 5px;
    background-color: #eeeeee;
    margin-left: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.image-chip i {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}

.image-chip .chip-label {
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-align: left;
}

.image-chip .act {
    cursor: pointer;
    pointer-events: unset;
}

/* END SOCIAL CREATO */

/* INIT SOCIAL FEED */
.social-content {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: left;
}

.social-item {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04), 0 2px 0px -1px rgba(0, 0, 0, 0.07);
}

@media (max-width: 991px) {
    #social_creator_card, 
    #show_more_socials,
    #top_card, .social-item {
        border-radius: 0;
    }
}
.social-content > .social-item:first-child {
    border-top: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media (max-width: 767px) {
    .content-card{
        border-radius: 0px;
    }
}
@media (min-width: 768px) {
    .content-card{
        border-radius: 8px;
    }
}

.social-item .social-header {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-flex;
}

.social-item .social-header .social-more, .social-item .social-header .social-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 7;
}

.social-item .social-header .social-more .material-icons-outlined {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #444444;
    font-size: 20px;
}

.social-item .social-header .social-modal-close {
    display: none;
}

.social-item .social-header .social-modal-close img {
    width: 100%;
}

.social-item .social-header .social-more:hover .material-icons-outlined {
    color: rgb(56, 50, 50);
}

.social-item .user-avatar, .comment-item .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #f0f0f0;
    border: 3px solid #e9e9e9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.social-item .social-header .user-info {
    width: calc(100% - 60px);
    height: auto;
    margin: auto 0;
    margin-left: 10px;
}

.social-item .social-header .user-info .line-up {
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.social-item .social-header .user-info .line-up a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 600;
    transition: 200ms all ease;
    cursor: pointer;
}

.social-item .social-header .user-info .line-up a:hover {
    color: rgba(0, 0, 0, 0.65);
}

.social-item .social-header .user-info .line-up small {
    margin-left: 5px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: var(--w-color-placeholder);
    font-weight: 400;
    cursor: pointer;
}

.social-item .social-header .user-info .line-down {
    width: 100%;
    height: auto;
    line-height: 120%;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: var(--w-color-placeholder);
    font-weight: 400;
    cursor: pointer;
}

.social-item .social-body {
    width: 100%;
    height: auto;
    padding: 15px 7px;
    padding-bottom: 0;
    text-align: center;
}

.social-item .social-body.ad,
.social-item .social-body.ad > div {
    text-align: center;
}

.social-item .social-body .social-folder {
    width: 100%;
    text-align: left;
}

.social-item .social-body .doubt-folder {
    width: 100%;
    height: auto;
    line-height: 12px;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
    transition: 150ms all ease;
}

.social-item .social-body .doubt-folder:hover {
    text-decoration: underline;
}

.social-item .social-body .title {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: 3px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}

.social-item .social-body .description {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(80, 80, 80);
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}

.social-item .social-body .description.datetime {
    margin-top: 7px;
}

.social-item .social-body .description .alter-value {
    display: inline-block;
    margin-right: 15px;
    height: 20px;
    width: auto;
    line-height: 20px;
}

.social-item .social-body .description .alter-value i {
    vertical-align: middle;
    font-size: 15px;
    height: 20px;
    width: 20px;
    line-height: 17px;
    text-align: center;
    margin-right: 7px;
}

.social-item .social-body .upload {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 10px;
}

.social-item .social-body .upload .upload-info {
    width: 100%;
    max-width: calc(100% - 60px);
    height: auto;
    color: #30344D;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
}

.social-item .social-body .upload .upload-info .upload-info-text {
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-wrap: break-word;
    cursor: pointer;
}

.social-item .social-body .upload .upload-info .upload-info-link {
    width: 100%;
    height: auto;
    font-size: 12px;
    margin-top: 8px;
    line-height: 15px;
    word-break: break-all;
}

.social-item .social-body .upload .upload-info .upload-info-link a {
    cursor: pointer;
}

.social-item .social-body .upload .upload-icon {
    width: auto;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.social-item .social-body img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
    margin-top: 7px;
    border-radius: 5px;
    cursor: pointer;
}

.social-item .social-body img:hover {
    opacity: 0.9;
}

.social-item .social-actions {
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: right;
    overflow: hidden;
}

.social-item .social-actions button:last-of-type {
    margin-left: 10px;
}

.social-item .social-actions button {
    display: inline-block;
}

.social-item .social-comments-content {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    padding: 0 5px;
    margin: 0 10px;
    border-top: 0px solid rgba(183, 183, 183, 0.2);
}

.social-item .social-comments-content .comment-item,
#socialModal .comment-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: inline-flex;
}

#socialModal .comment-item {
    margin-bottom: 10px;
}

.social-item .social-comments-content .comment-item .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

#socialModal .comment-item .user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.social-item .social-comments-content .comment-item .comment-content,
#socialModal .comment-item .comment-content {
    width: calc(100% - 50px);
    height: auto;
    margin-left: 10px;
}

.social-item .social-comments-content .comment-item .comment-content .info,
.social-item .social-comments-content .comment-item .comment-content .info a,
#socialModal .comment-item .comment-content .info,
#socialModal .comment-item .comment-content .info a {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

#socialModal .comment-item .comment-content .info,
#socialModal .comment-item .comment-content .info a {
    font-size: 14px;
}

.social-item .social-comments-content .comment-item .comment-content .info small,
#socialModal .comment-item .comment-content .info small {
    margin-left: 5px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(146, 151, 146);
    font-weight: 400;
}

.social-item .social-comments-content .comment-item .comment-content .text,
#socialModal .comment-item .comment-content .text {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(80, 80, 80);
    font-weight: 400;
    overflow: hidden;
}

#socialModal .comment-item .comment-content .text {
    font-size: 15px;
}

.social-item .social-comments-content .comment-item .comment-content .comment-image,
#socialModal .comment-item .comment-content .comment-image {
    margin-top: 7px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
}

.social-item .social-comments-content .comment-item .comment-content .comment-image:hover,
#socialModal .comment-item .comment-content .comment-image:hover {
    opacity: 0.9;
}

.comment-options {
    display: none;
    position: absolute;
    right: -15px;
    top: 0;
}

#socialModal .comment-options {
    display: initial;
    right: 0;
}

.social-item .show-more-comments {
    position: relative;
    background-color: #ebedf0;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #111;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    transition: 200ms all ease;
    border-radius: 4px;
}

.social-item .show-more-comments:hover {
    background-color: #d0cfcf;
    color: #716f6f;
}

.social-item .show-more-comments .loader-content {
    display: NONE;
    position: absolute;
    right: 10px;
    top: 5px;
    width: auto;
    height: 20px;
}

.social-item .show-more-comments .loader-content .circle-clipper .circle {
    border-width: 1PX;
}

.social-item .show-more-comments .loader-content .preloader-wrapper.small {
    width: 20px;
    height: 20px;
}

.social-item .comments-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

#socialModal .social-item .comments-content-overlay {
    display: none;
}

#no-socials {
    height: 175px;
    line-height: unset;
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/images/no-question%403x.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: initial;
    pointer-events: none;
}

#no-socials h6 {
    float: left;
    width: 50%;
    margin: 20px 15px 20px calc(50% - 15px);
    height: auto;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    color: #7f8492;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.17px;
    line-height: 19px;
}

.social-item .input-comment-content {
    position: relative;
    width: calc(100% - 40px);
    height: 40px;
    border-radius: 20px;
    margin-top: 10px;
    background-color: #fafafa;
}

.social-item .input-comment-content .user-avatar {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: none;
    box-shadow: none;
}

.social-item .input-comment-content input {
    position: absolute;
    top: 0;
    padding-top: 5px;
    left: 40px;
    width: calc(100% - 125px);
    height: 30px;
    line-height: 30px;
    max-height: 30px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #111;
    padding-left: 5px;
    margin-bottom: 0 !important;
    
}
.social-item .input-comment-content input::placeholder{
line-height: initial;
padding-top: 5px;
}

.social-item .input-comment-content button.send {
    position: absolute;
    right: 5px;
    top: 5px;
}

.social-item .input-comment-content button.camera {
    position: absolute;
    right: 40px;
    top: 5px;
}

.social-item .wlh-btn.upper {
    position: absolute;
    top: 5px;
    right: -35px;
    color: #fe5c31;
    border-color: rgba(254, 92, 49, 0.2);
}

.social-item .wlh-btn.upper:hover {
    border-color: rgba(254, 92, 49, 0.6);
}

.social-item .social-options {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: rgba(102, 102, 102, 0.05);
    border-radius: 5px;
    z-index: 0;
    transition: 200ms all ease;
}

.social-item .social-options>* {
    opacity: 0;
}

.social-item.open-options .social-options {
    z-index: 5;
    width: 100%;
    height: 100%;
}

.social-item .social-options .social-options-box {
    position: absolute;
    right: 35px;
    top: 10px;
    width: 0;
    height: 0;
    background-color: #FFFFFF;
    border-radius: 5px;
    z-index: 0;
    box-shadow: 0 2px 2px 2px #00000014;
    transition: 200ms all ease;
}

.social-item.open-options .social-options .social-options-box {
    width: 200px;
    height: auto;
    z-index: 7;
    opacity: 1;
}

.social-item.open-options.mine .social-options .social-options-box {
    height: auto;
}

.social-item .social-options .social-options-box>* {
    opacity: 0;
}

.social-item .social-options .options-box-item {
    display: none;
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom: 1px solid #e5e7ec;
    cursor: pointer;
    transition: 200ms all ease;
}

.social-item.open-options .social-options .options-box-item {
    display: block;
    opacity: 1;
}

.social-item .social-options .options-box-item:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.social-item .social-options .options-box-item:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.social-item .social-options .options-box-item:hover {
    background-color: #e5e7ec;
}

.social-item .social-options .options-box-item:last-of-type {
    border-bottom: none;
}

.social-item .social-options .options-box-item .icon {
    float: left;
    border-radius: 12px;
}

.social-item .social-options .options-box-item .icon,
.social-item .social-options .options-box-item .icon i {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 12px;
    line-height: 24px;
    font-size: 16px;
}

.social-item .social-options .options-box-item .text {
    float: left;
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    padding: 0 12px;
}

.social-item .preview-image {
    width: 100%;
    padding: 10px 5%;
    position: relative;
    overflow-x: hidden;
}

.social-item .preview-image #preview-image-display {
    display: block;
    max-height: 180px;
    max-width: 100%;
    margin: auto;
    height: auto;
}

.social-item .preview-image .image-chip {
    position: absolute;
    top: 14px;
    right: 8px;
}

.show-more-socials {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #716f6f;
    transition: 200ms all ease;
    float: left;
}

.show-more-socials:hover {
    background-color: #d0cfcf;
    color: #444444;
}
/* END SOCIAL FEED */

/* INIT LOADER */
.loader-content {
    width: 100%;
    height: auto;
    text-align: center;
}

.loader-content .spinner-layer {
    border-color: #a9a9a9;
}
/* END LOADER */

/* INIT CREATING SOCIAL */
#creating_publication {
    display: none;
}

.creating-social{
    height: 36px;
    width: auto;
    margin: auto 0;
    display: flex;
}

.creating-social .preloader-wrapper.active{
    margin: auto;
}

.creating-social .spinner-layer{
    border-color: #a9a9a9;
}

.creating-social .preloader-wrapper.small{
    width: 20px;
    height: 20px;
}

.creating-text{
    width: auto;
    height: auto;
    margin: auto 0;
    font-size: 10px;
    font-weight: 500;
    color: #666666;
    margin-right: 15px;
}
/* END CREATING SOCIAL */

/* INIT SOCIAL ADS */
.social_article:empty {
    display: none;
}
/* END SOCIAL ADS */

/* SOCIAL MODAL */
#socialModal {
    top: 5% !important;
    max-height: 90% !important;
    height: 90% !important;
    width: 950px;
}

#socialModal .modal-content {
    overflow-y: auto;
    height: 100%;
}

#socialModal .social-item {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#socialModal .social-item .user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

#socialModal .social-item .social-header .user-info .line-up a {
    font-size: 17px;
}

#socialModal .social-item .social-header .user-info .line-up small,
#socialModal .social-item .social-header .user-info .line-down {
    font-size: 14px;
}

#socialModal .social-item .social-body .description {
    font-size: 16px;
}

#socialModal .social-modal-comments-box {
    padding: 10px;
}

#socialModal .social-item .input-comment-content .user-avatar {
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

#social_modal_loader_content {
    display: none;
    text-align: center;
}

#social_modal_loader_content .spinner-layer {
    border-color: #cccccc;
}

.social-modal-no-comments {
    display: none;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    color: #cccccc;
    font-size: 14px;
    padding: 16px;
}

@media (max-width: 991px) {
    #socialModal {
        top: 0 !important;
        max-height: unset !important;
        height: 100% !important;
        width: 100%;
        border-radius: unset;
    }  
    #socialModal .social-header .social-modal-close {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
    }    
    #socialModal .social-header .social-more {
        right: 25px;
    }
    #socialModal .social-modal-ads{
        display: none;
    }
}

@media (min-width: 992px) {
    #socialModal {
        max-height: unset !important;
        top: 0 !important;
        height: 100% !important;
        background: unset;
        background-color: unset;
        box-shadow: unset;
        overflow-y: auto;
        border-radius: unset;
        scrollbar-width: none;
        /* left: calc(50% - 475px); */
    }
    #socialModal::-webkit-scrollbar {
        display: none;
    }
    #socialModal .modal-content {
        margin: 0;
        overflow: visible;
        height: auto;
    }
    #socialModal .social-modal-content{
        float: left;
        width: calc(100% - 350px);
        background: #ffffff;
        background-color: #ffffff;
        border-radius: 10px;
        margin: 40px 0;
    }
    #socialModal .social-modal-ads{
        float: left;
        width: 350px;
        height: 600px;
        top: 0;
        position: sticky;
    }

    #socialModal .social-modal-ads .ad_preview_roba{
        margin: 0 20px;
        margin-top: 42px;
    }
}

/* SOCIAL MODAL */