﻿.header-bar {
    display: flex;
    flex-direction:row;
    width:100%;
    padding: 7px 143px 7px 144.284px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E2E8F0;
    background: #FFF;
}
    .header-bar .user-avatar {
        min-width: 48.214px;
        min-height: 48.214px;
        max-width: 48.214px;
        max-height: 48.214px;
        border-radius: 50%;
        border: 2px solid #FFF;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
        object-fit: cover;
    }
    .header-bar .user-active-circle {
        width: 14.546px;
        height: 14.546px;
        background: #10B981;
        border-radius:50%;
        border:2px solid #fff;
        position:absolute;
        right:-2px;
        bottom:-2px;
    }
.header-menu-button {
    padding: 6px;
    gap: 10px;
    border-radius: 12px;
    background: #F8FAFC;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
}
.header-menu-button img{
    width:24px;
    height:24px;
}
.social-feed-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 7px 143px 7px 144.284px;
    justify-content: space-between;
    align-items: start;
    height:calc(100vh-100px) !important;
    overflow:auto;
}
.write-post-card {
    display:flex;
    flex-direction:column;
    width:100%;
    border-radius: 10px;
    background: #FFF;
}
.write-post-card-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #FFF;
    padding: 10px;
    border-bottom: 1px solid #E2E8F0;
}
    .write-post-card-header .title {
        color: #475569;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -0.5px;
    }
.write-post-card-body {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #FFF;
    padding:10px;
}
    .write-post-card-body .text {
        color: #94A3B8;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.5px;
        cursor:pointer;
    }
.add-photo {
    width: 20px;
    height: 18.594px;
    cursor: pointer !important;
}
.write-post-inner{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:10px;
}
.social-category-title {
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.social-category-item {
    display: flex;
    flex-direction:row;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
}
.social-category-img {
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    border-radius: 50%;
    object-fit: cover;
}
.social-category-name {
    color: #0F172A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}
.social-category-stauts {
    color: #94A3B8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.three-dots-vertial-icon{
    width:22px;
    height:22px;
}
.social-feed-card {
    display: flex;
    flex-direction:column;
    width: 100%;
    padding: 0px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
}
.social-feed-card-header {
    display: flex;
    flex-direction: row;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #FFF;
}
.social-feed-card-body{
    display:flex;
    flex-direction:column;
    width:100%;
    padding:0px;
    align-items:start;
    justify-content:start;
}
.social-feed-card-footer {
    display: flex;
    flex-direction: row;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
    justify-content: start;
    background: #FFF;
    align-self: stretch;
    border-top: 1px solid #E2E8F0;
    
}
.social-feed-card .userimg {
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}
.social-feed-card .username {
    color: #0F172A;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.social-feed-card .date-time {
    color: #64748B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.social-feed-text {
    margin: 10px 0px;
    color: #0F172A;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 400;
    display: -webkit-box;
    max-width: 100%;    
    word-break:break-all;
  /*  -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;*/
  /*  overflow: hidden;
    text-overflow: ellipsis;*/
}
.social-feed-tag {
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    width: 100%;
    padding: 10px 0px 10px 0px;
}
    .social-feed-tag .tag {
        color: #0075FF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.5px;
        margin-bottom:5px;
    }
.social-info-container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 14px;
}
    .social-info-container .social-action-count {
        color: #64748B;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.5px;
    }
.social-action-btn-container{
    display:flex;
    width:100%;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:start;
}
.social-action-btn {
    display: flex;
    width: 100%;
    margin: 8px 12px;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    color: #0F172A;
    cursor:pointer;
}
.action-icon{
    width:22px;
    height:22px;
}
.action-text {    
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.social-action-done {
    color: #0075FF !important;
}
.social-imgs-container{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
}
.photo-view-ul {
    padding: 0 !important;
    width: 100%;
    margin-bottom: 0px !important;
}
.chatphoto-view-ul {
    padding: 0 !important;
    /* width: 100%;*/
    margin-bottom: 0px !important;
    display:flex;
    flex-wrap:wrap;
    justify-content:end;
    /*width:100%;*/
   

}
.chatphoto-view-ul li {
    list-style-type: none !important;
    width:auto;
    /*width: 100%;*/
}
    .photo-view-ul li {
        list-style-type: none !important;
        width: 100%;
    }
.social-main-img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    border-radius: 0px;
}
.social-main-img-2 {
    width: 100%;
    min-height: 130px;
    max-height: 180px;
    object-fit: cover;
    border-radius: 0px;
}
.social-imgs-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

    .social-imgs-row .social-img-item {
        flex: 1 3 30%;
        position: relative;
    }
    .social-imgs-row .social-img {
        width: 100%;
        min-height: 100px;
        max-height: 100px;
        border-radius: 0px;
        object-fit: cover;
    }

    .social-imgs-row .social-two-img {
        width: 100%;
        min-height: 180px;
        max-height: 180px;
        object-fit: cover;
        border-radius: 0px;
    }
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: inherit;
}
    .overlay-bg span {
        color: #ffff;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }


.comment-list{
    display:flex;
    flex-direction:column;
    width:100%;
}
.comment-data{
    display:flex;
    flex-direction:column;
    width:100%;
}
.comment-user-img {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.comment-action-btn {
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-content:center;
    padding: 6.4px;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}
    .comment-action-btn .icon {
        width: 19.2px;
        height: 19.2px;
    }
.comment-text-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
}


.reply-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 0px 0px 40px;
}
.reply-data {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.reply-user-img {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.reply-action-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding: 6.4px;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}

    .reply-action-btn .icon {
        width: 19.2px;
        height: 19.2px;
    }
.view-more-reply-link{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:start;
    cursor:pointer;
}
.arrow-link-icon {
    width: 16px;
    height: 16px;
}
.write-post-user-img {
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    object-fit: cover;
    border-radius: 50%;
}
.post-privacy-select {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 28px 6px 10px;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    background-color: #fff;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #64748B;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/socialicons/caret-down-fill.svg');
    background-repeat: no-repeat, repeat;
    background-position: right 0.3em top 50%, 0 0;
    background-size: 1.0em auto, 100%;
}
.write-post-textarea {
    padding: 8px 0px;
    border-radius: 12px;
    background: #fff;
    border: 0px;
    box-shadow: none !important;
    /*text*/
    color: #94A3B8;
    /*color: #0F172A;*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    width: 100%;
}
.write-post-photo-container {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.write-post-photo {
    width: 70px;
    height: 70px;
    border-radius: 7px;
    object-fit: cover;
}

.write-post-photo-container .close-btn {
    position: absolute;
    width: 16px;
    height: 16px;
    object-fit: cover;
    cursor: pointer;
    top: 2px;
    right: 2px;
}

.social-dropdown-menu {
    border-radius: 10px;
    height: auto !important;
    z-index: 10;
    background-color: #fff !important;
    left: -530% !important;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.25);
}
.dropdown-item {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #0F172A;
}
    .dropdown-item:hover, .dropdown-item:focus {
        background: #F1F5F9;
    }
.dropdown-item img{
    width:18px;
    height:18px;
}
.write-post-photo-upload > div{
    width:100% !important;
}
@media screen and (max-width: 1000px) {
    .header-bar, .social-feed-container {
        padding: 7px 43px 7px 44.284px !important;
    }
        
}
.social-sharefeed-card-header {
    display: flex;
    flex-direction: row;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px 10px;
}
.sharepost {
    padding: 0px 15px 10px 15px;
    background-color: #F1F5F9;
    border-radius: 10px;
}
.social-sharefeed-card-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    align-items: start;
    justify-content: start;
    padding: 0px 10px 10px 10px;
}
.comment-photo{
    width:160px;
    height:160px;
    object-fit:cover;
    border-radius:10px;
}
.btn-see-more {
    font-size: 16px !important;
    font-weight: 400;
    color: #0075ff;
}
