/* 1.header */
/* 2.news-feed-sidebar */
/* 3.moments */
/* 4.massanger */
/* 5.friend */
/* 6.moment-view */
/*7.groupe */
/*7.profile */

/* -================1.Header Area start=================*/
body {
    background: #f7f7f7 !important;
    padding: 0;
    margin: 0;
}
ul {
    margin: 0 !important;
    padding: 0 !important;
}
li{
    list-style: none;
}
.logo-area {
    margin-right: 50px;
}
.logo-area2{
    display: none;
}
#chat-area .bg-light{
    background:none !important;
}
#chat-area .py-2 button{
    display:none !important;
}
.header-wrapper {
    display: flex;
    align-items: center;
}
.search-area {
    flex: 1;
}
@media(max-width: 500px){
    .search-area {
 
  margin-right: 20px;
}
}
.main-menu {
    margin-left: 50px;
}
.top-nav .row {
    align-items: center;
}
.top-nav {
    background: #48e0c9;
    padding: 10px 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 0px 10px #00000052;
}
.top-nav ul li {
    list-style: none;
}
.top-nav ul {
    display: flex;
    align-items: center;
    text-align: right;
}
.top-nav ul li a {
    color: #48e0c9;
    text-decoration: none;
    background: transparent;
    padding: 2px 7px;
    border-radius: 2px;
    font-size: 20px;
    display: block;
    margin: 0px 5px;
}
.top-nav ul li a i:hover {
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) ;
}
.top-nav .search-box form {
    position: relative;
}
.top-nav .search-box input {
    border: 1px solid rgba(129, 129, 129, 0.2);
    background: white;
    height: 42px;
    width: 100%;
    padding-left: 43px;
    border-radius: 5px !important;
}
.top-nav .search-box span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    line-height: 42px;
    color: #777777d6;
    padding: 0px 10px;
}

.top-nav .search-box button {
    right: 0;
    width: 50px;
    border: none;
    background: #2abbe8;
    color: white;
    border-radius: 0px 5px 5px 0px;
}
.top-nav .avatar2 a {
    background: transparent;
    border: none;
    padding: 0;
}
.top-nav .avatar2 a img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

/* -================1.Header Area end=================*/
/* -===============2.news-feed-sidebar Area start=================*/
.main-section-ms .side-bar .sidebar-items ul {
    margin: 0;
    padding: 0px 10px !important;
}
.main-section-ms .side-bar .sidebar-items ul li {
    list-style: none;
}
.nc {
    padding: 10px 0px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding-bottom: 0;
}
.widget-title {
    padding: 0px 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.widget {
    margin-bottom: 20px;
}
.main-section-ms .side-bar .sidebar-items ul li a {
    text-decoration: none;
    color: #333;
    text-transform: capitalize;
    display: block;
    margin: 5px 0;
}
.sidebar-items,
.right-fixed,
.left-fixed {
    position: absolute;
    left: 10px;
    height: 100vh;
    overflow: auto;
    width: 23%;
    padding-bottom: 100px;
    scrollbar-width: thin;
    z-index: 9998;
}
.fixed,
.fixed2 {
    position: fixed !important;
    top: 80px;
}
.right-fixed {
    right: 10px;
    left: initial;
}
.pd {
    padding: 0px 15px;
}
.pd2 {
    padding: 15px 15px;
}
.widget .search input {
    width: 100%;
    border: 1px solid gainsboro;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px;
}
.main-section-ms .side-bar .sidebar-items ul li a:hover span {
    color: #48e0c9;
}
.main-section-ms .side-bar .sidebar-items ul li a i {
    color: white;
    text-decoration: none;
    background: #48e0c9;
    font-size: 20px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    margin: 5px;
    margin-right: 10px;
}
/* profile-loged */
.accoutn-dt-1 .nf-profile .nf-cover {
    position: relative;
}
.accoutn-dt-1 .nf-profile .nf-cover img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 0px 10px;
}
.accoutn-dt-1 .nf-profile .nf-cover .nf-avatar {
    width: 168px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -71px;
    text-align: center;
}
.accoutn-dt-1 .nf-profile .nf-cover .nf-avatar img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid white;
}
.accoutn-dt-1 .nf-profile {
    margin-bottom: 75px;
}
.accoutn-dt-1 .nf-table {
    width: 100%;
    text-align: center;
}
.accoutn-dt-1 .nf-table tr th:nth-child(2),
.accoutn-dt-1 .nf-table tr td:nth-child(2) {
    border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
}
.accoutn-dt-1 .nf-table thead {
    border-top: 1px solid gainsboro;
}
/* chat-user-list */
.chat-list-head {
    margin-bottom: 20px;
    display: flex;
}
.chat-user-list .nc {
    background: #48e0c9;
}
.chat-list-head .chat-label {
    font-size: 20px;
    flex: 1 auto;
}
.chat-list-head .chat-ic {
    flex: 1;
    text-align: center;
    border-bottom: 1px solid gainsboro;
}
#chat-area div:nth-of-type(4){
    display: flex;
    position: relative;
  }
#chat-area .input-group{
    padding-left: 94px;
}
#chat-area div:nth-of-type(4) .form-group.mt-2{
    position: absolute;
    top: 8px;
    left: 15px;
    display: flex;
}
#chat-area div:nth-of-type(4) .form-group.mt-2 .input-file {
    width: 35px;
    height: 38px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    margin: 0;
}
.chat-list-head .chat-ic li {
    display: inline-block;
    margin: 0 1px;
    background: #f7f7f7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    margin-bottom: 15px;
}
.chat-user-list img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.chat-user-list li {
    list-style: none;
    margin-bottom: 15px;
    text-align: center;
}
.chat-user-list a {
    color: #333;
    text-decoration: none;
}
.search-user-cl input {
    width: 100%;
    border: none;
    padding: 8px 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.06);
}
/* create-post */
.create-post {
    margin-bottom: 10px;
    padding: 0px 50px;
}
.create-post-mp {
    display: flex;
    padding: 0px 10px;
}
.create-post-mp .mpb:focus-visible {
    outline: none;
}
.create-post-mp .mpb:hover {
    cursor: pointer;
}
.create-post .mpc {
    border: none;
    background: rgba(0, 0, 0, 0.06);
}
.price-group {
    display: flex;
}
.create-post .ps {
    flex: 1;
}
.create-post .to {
    flex: 0.2;
    text-align: center;
    padding: 0.4rem 0;
    color: #899097;
}

.form-control-own {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #899097;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 15px;
}
.create-post .modal-footer button {
    width: 100%;
}
.create-post-mp .mpb {
    width: 100%;
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0px 1px 10px 0px rgba(85, 85, 85, 0.2);
    box-shadow: inset 0px 1px 10px 0px rgba(85, 85, 85, 0.2);
    border: gainsboro;
    padding: 0px 16px;
    border-radius: 46px;
}
/* posts */
.posts .nc {
    border-top: 3px solid #48e0c9;
    margin-bottom: 10px;
    border-radius: 10px;
}
.posts {
    padding: 0px 50px;
}
.posts .user-info {
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.user-info .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.posts .user-info .user-name span:last-child {
    display: block;
    color: #514f4f;
    font-size: 11px;
}
.posts .post-contents {
    margin-top: 15px;
}
.posts .post-contents .description {
    margin-bottom: 15px;
    padding: 0px 10px;
}
.posts .post-contents .thumbnail img,
.posts .post-contents .thumbnail video {
    width: 100%;
}
.posts .action-count {
    display: flex;
    margin-top: 10px;
    padding: 0px 10px;
}

.posts .action-icons {
    display: flex;
    margin-top: 10px;
    padding: 0px 10px;
    border-top: 1px solid gainsboro;
    text-align: center;
}
.posts .action-icons .icon:first-child{
    text-align: left
}
.posts .action-icons .icon:last-child{
    text-align: right
}
.posts .action-icons .icon,
.posts .action-count .count {
    flex: 1;
}

.posts .action-count .count:last-child {
    text-align: right;
}
.posts .action-icons .icon:nth-of-type(2),
.posts .action-count .count:nth-child(2) {
    text-align: center;
}
.posts .action-icons .icon a {
    padding: 10px 0;
    display: block;
}
.posts .action-icons .icon:hover {
    background: rgba(220, 220, 220, 0.562);
}
.posts .action-icons a,
.posts .action-count .count a {
    color: #514f4f;
    text-decoration: none;
}
.posts .action-count .count a {
    font-size: 12px;
}
.posts .action-count .count i {
    color: #48e0c9;
}
.posts .action-count .count:first-child i {
    color: white;
    background: #48e0c9;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid white;
}
.posts .action-count .count:first-child i:nth-of-type(2) {
    position: relative;
    left: -8px;
}
.project .pool {
    margin-top: 10px;
}
.project .skill-req li {
    padding: 2px 10px;
    border-radius: 20px;
    background: rgba(220, 220, 220, 0.4);
    list-style: none;
    display: inline-block;
    color: #333333c7;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.project .pool span:first-child {
    padding: 3px 8px;
    background: #38bff1;
    color: white;
    border-radius: 3px;
    margin-right: 10px;
}
.project .pool span:last-child {
    font-weight: 600;
}
.comments-box {
    margin-top: 15px;
    padding: 0px 10px;
}

/* -===============2.news-feed-sidebar Area end=================*/

/* -================3.moments setup =================*/


.moments:after {
    display: block;
    clear: both;
    content: "";
}
.moments .moment {
    width: 49%;
    float: left;
    margin: 0.5%;
    height: 250px;
    position: relative;
}
.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;

    object-fit: cover;
}
.avatar.seen_moments img,
.avatar.have_moments img {
    padding: 3px;
}
.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 8px;

    position: relative;
}

.online:after {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: greenyellow;
    content: "";
    right: 0;
    border-radius: 50%;
    border: 3px solid white;
    bottom: 0;
}
.avatar.seen_moments {
    border: 2px solid #80808082;
}
.avatar.have_moments {
    border: 2px solid #195fe2f7;
}

.moments .moment .thumbnail img,
.moments .moment .thumbnail,
.moments .moment video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.moments .moments .moment .thumbnail {
    position: relative;
    cursor: pointer;
}
.moments .moment-overly {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
}
.moments .moment .avatar {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 10px;
}
.moments .moment .moment-count {
    color: white;
    background: #000000d1;
    padding: 0px 5px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 11px;
}
.moments .moment .momentar-name {
    position: absolute;
    color: white;
    left: 10px;
    bottom: 10px;
    line-height: 1.2;
    font-weight: bold;
}
.new-create {
    background: #48e0c91f;
    padding: 7px 10px;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
    cursor: pointer;
    color: #48e0c9;
    font-weight: 600;
}
/* -================3.moments setup end=================*/
/* -================4.recent chat list setup =================*/
.messenger .recent-chat-user-list .user {
    border-top: 1px solid #f1f1f1;
    padding: 10px 0px;
    cursor: pointer;
}
.messenger .recent-chat-user-list .user:hover {
    background: gainsboro;
}
.messenger .recent-chat-user-list .user:first-child {
    padding-top: 0;
    border: none;
}
.messenger .recent-chat-user-list .user .user-wrapper {
    display: flex;
}
.messenger .recent-chat-user-list .user .user-wrapper .details label {
    margin: 0;
    cursor: pointer;
    text-transform: capitalize;
}
.messenger .recent-chat-user-list .user .user-wrapper .details span {
    color: gray;
    font-size: 12px;
}
.messenger .recent-chat-user-list .user .user-wrapper .details .last-massage {
    line-height: 1;
}
.messenger .recent-chat-user-list .user .avatar{
    margin-top: 3px;
}
.messenger .recent-chat-user-list .user .user-wrapper .details div:nth-of-type(2) span:first-child{
    font-size: 14px
}
.messenger .details .name{
    font-weight: 600;
}
/* -================4.recent chat list setup end=================*/
/* -================4.friend list setup start=================*/
.firend-list .profile img {
border-radius: 50%;
height: 70px;
width: 70px;
background-size: cover;
background-position: center;
border: 3px rgba(255, 255, 255, 0.7) solid;
box-shadow: 0px 0px 15px #00abffd1;
margin-right: 20px;
}
.gallry img {
width: 100%;
height: 200px;
object-fit: fill;
}
.friend .name {
    margin-bottom: 13px;
}
.firend-list .nc {
    padding: 0 !important;
    margin-bottom: 15px;
    position: relative;
}
.firend-list .nc a{
    text-decoration: none;
    color: #4F7091;
font-size: 18px;
text-align: center;
}
.firend-list .friend form input,
input[type="submit"] {
    border: none;
    width: 100%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
input[type="radio"] {
    margin-right: 10px;
}

.firend-list .nc{
    background: #eee!important;
    padding: 10px !important;
}
.firend-list .button form{
    display: flex;
}
.btn-danger{
    margin-left: 10px;
}
.button .btn-danger:first-child{
     margin-left: 0px;
}

/* -================4.friend list setup end=================*/
/* -================6.moments=-view setup satrt=================*/
.full-width-moment header {
    background: transparent !important;
}
.moments-view-list {
    scroll-snap-type: y mandatory;
    overflow: hidden scroll;
    height: 100vh;
    transition: all 0s;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    position: fixed;
    right: 10px;
}
.moments-view-list .moment-view-video-player {
    height: 88vh;
    position: relative;
    width: 80%;
    margin: auto;
}

.moments-view-list::-webkit-scrollbar {
    display: none;
}
.full-width-moment .footer-nav {
    padding-top: 0px;
}
.moments-view-list .moment-view-video-player .content video,
.moments-view-list .moment-view-video-player .content img {
    width: 100%;
    height: 88vh;
    object-fit: contain;
}
.moments-view-list .moment-view-video-player .moments-view-details {
    position: absolute;
    bottom: 55px;
    left: 10px;
    right: 70px;
}
.moments-view-list .moment-view-video-player .moment-actions {
    position: absolute;
    right: 10px;
    bottom: 55px;
}
.moments-view-list
    .moment-view-video-player
    .moments-view-details
    .user-detials {
    display: flex;
    align-items: center;
}
.slide-items .user-detials {
    z-index: 999;
}
.slide-items .h-100 {
    pointer-events: initial !important;
}
.close i {
    color: white;
    cursor: pointer;
    margin: 0px 5px;
}
.moments-view-list
    .moment-view-video-player
    .moments-view-details
    .user-detials
    .user-name {
    color: white;
    font-weight: 800;
    text-shadow: 0 0px 3px black;
}

.story-change-button {
    position: absolute;
    left: 0;
    width: 60px;
    height: 40px;
    background: black;
    color: white;
    text-align: center;
    bottom: 0;
    top: 0;
    margin: auto;
    line-height: 40px;
}
.next-moment {
    right: 0;
    left: initial;
}
/* -================6.moments=-view setup end=================*/
/* -================7.groupe=-view setup start=================*/
.groupe .name {
    padding-bottom: 5px;
}
/* -================7.groupe=-view setup end=================*/
/* -================8.profile setup start=================*/
.main-profile {
    width: 100%;
    height: 360px;
    margin-bottom: 10px;
}
.main-profile .profile-cover {
    width: 100%;
    position: relative;
    height: 100%;
}
.main-profile .profile-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 15px;
    right: 0;
    margin: 0;
}

.profile-wrapper .name {
    position: absolute;
    top: -43px;
    font-weight: 600;
    left: 256px;
    color: white;
    text-shadow: 0px 0px 6px black;
}
.main-profile .profile-cover .profile-images {
    width: 200px;

    border: 8px solid rgba(255, 255, 255, 0.8);
    border-radius: 0px 20px 0px 20px;
    box-shadow: 0 1px 0 #e1e8ed;
    position: absolute;
    bottom: 15px;
    left: 50px;
}
.main-profile .profile-cover .profile-images img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 0px 20px 0px 20px;
    background: #48e0c9;
}
.profile-menus ul li {
    list-style: none;
    display: inline-block;
}
.profile-menus ul {
}
.profile-menus ul li a {
    color: black;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0px 10px;
}
.show ul li {
    list-style: none;
    margin-bottom: 10px;
}
.show ul li:last-child {
    margin: 0;
}
.show ul li span {
    display: inline-block;
    padding: 3px 10px;
    background: #dcdcdc82;
    border-radius: 4px;
    margin-left: 10px;
}
/* galler */
.gallery img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 20px;
}
.side-bar2 {
    display: none;
}
.side-bar2 .sidebar-items {
    overflow: none !important;
    width: 100%;
    left: 0;
    top: 60px;
}
.profile-wrapper {
    display: flex;
}
.profile-menus {
    margin-left: 200px;
}
.profile-side label {
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.profile-cover form.cover-change {
    position: absolute;
    bottom: 105px;
    right: 20px;
    z-index: 9;
    display: inline-block;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
/* -================8.profile setup end=================*/
@media (max-width: 1000px) {
    .top-nav{
        position: absolute;
    }
    .friends,
    .moments {
        width: 100%;
    }
    .accoutn-dt,
    .side-bar {
        display: none;
    }
    .side-bar2 {
        display: block;
    }
    .post-area,
    .user-about,
    .gallery {
        width: 100% !important;
    }
    .moments-view-list {
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        z-index: 9999;
    }
    .create-post,
    .posts {
        padding: 0px 20px;
    }

    .create-post,
    .posts {
        padding: 0px 0px;
    }

    .posts .nc {
        border-radius: 0;
    }

    header .top-nav .mobile-menu-openar {
        width: 60px;
    }
    header .top-nav .mobile-menu-openar .bars {
        cursor: pointer;
        display: inline-block;
        margin-top: 8px;
        color: white;
    }
    header .top-nav .mobile-menu-openar span {
        height: 3px;
        border-radius: 53px;
        width: 35px;
        background: white;
        display: block;
        margin: 0;
    }
    header .top-nav .mobile-menu-openar span:nth-of-type(2) {
        width: 25px;
        transition: all 0.2s;
        margin: 7px 0px;
    }
    header .top-nav .mobile-menu-openar .bars:hover > span:nth-of-type(2) {
        width: 35px;
    }

    .logo-area {
        display: none;
    }
    .logo-area2 {
        display: none;
        flex: 1;
        text-align: center;
        margin: 0;
    }
    .logo-area2 img{
        width: 110px;
    }
    .search-icon{
        display: none;
        color: white;
        font-size: 25px;
        margin-right: 70px;
    }
 /*   .search-area{
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        right: 0;
        background: white;
        padding: 10px;
        z-index: 9999999999;
    }*/
    .main-menu {
        margin: 0;
    }
    .top-nav .search-box input{
        width: 90%;
        height:38px
    }
    .top-nav .search-box span{
        line-height: 38px;
    }
    .header-fix{
        height: 120px !important;
    }
    .menu-area {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        width: 100%;
        background: #48e0c9;
        padding: 10px 5px;
        z-index: 999999999;
    }
    .menu-area ul li {
        flex: 1;
        text-align: center;
    }
    .menu-area ul li a {
        display: inline-block;
    }
    .menu-area ul li:last-child {
        position: absolute;
        top: -45px;
        right: 15px;
        background: transparent !important;
    }
}
@media (max-width: 767px) {
    .main-profile .profile-cover .profile-images {
        width: 140px;
        bottom: 45px;
        left: 20px;
    }
    .top-nav .search-box input{
        width: 80%;
        height:38px
    }
    .main-profile .profile-cover .profile-images img {
        height: 100px;
    }
    .profile-wrapper {
        display: block;
    }
    .profile-wrapper .name {
        top: 0;
        font-weight: 600;
        left: 150px;
        color: black;
        text-shadow: none !important;
        display: inline-block;
    }
    .profile-menus {
        margin-left: 10px;
    }
}

.s-img {
    height: 80vh;
    object-fit: contain;
    width: 100%;
}
.slide {
    background: black;
}
.posts .post-contents .thumbnail img {
    height: auto !important;
}
.chat-message-left .message:first-child,.chat-message-right .message:first-child{
    position: relative;
    border-radius: 5px
}
.chat-message-left .message:first-child::before{
    content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 15px solid transparent;
border-right: 5px solid #b9e7c2;
border-top: 15px solid #b9e7c2;
border-bottom: 15px solid transparent;
left: -11px;
top: 0;
}
.chat-messages{
}
.chat-message-right .message:first-child::before{
 content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 5px solid #b3dbfd  ;
border-right: 15px solid transparent;
border-bottom: 15px solid #b3dbfd ;
border-top: 15px solid transparent;
right: -16px;
bottom: 0;
}
.emoji-picker .emojis span{
    
}
button[type='submit']{
   background: #38d9c1 !important;
   border: none !important;
}
.m-icon{
    filter: brightness(0) invert(1);
width: 25px;
height: 25px;
}
.comsize{
    font-size:18px !important
}
@media(max-width:500px){
    .moments .items.col-4{
        padding:5px
    }
    .moments .moment {
        height: 180px;
      }
}
.chat-message-right .message[data-v-507785d5] {
  background: #979194 !important;
}
.marketplacelist .nc{
    background: white !important;
}
.marketplacelist img{
  width: 100% !important;
border-radius: 5px !important;
box-shadow: none !important;
height: 120px !important;
object-fit: contain;
border: none !important;
}
#dotModal{
    z-index: 9999;
}
.nc .user-info .avatar img{
    object-fit: cover !important;
}
.user-info.is_share .dot{
    display: none;
}
.user-info.is_share {
    border-top: 1px solid gainsboro;
padding-top: 10px !important;
}
@media(max-width: 380px){
    .post_btn .btn{
        font-size: 15px !important;
    }
}
@media(max-width: 576px){
    .profile-wrapper{
        font-size: 14px;
        padding-bottom: 50px;
    }
    .container-fluid{
        padding: 0 !important;
    }
    .profile-menus {
 
 height: 65px;
font-size: 15px;
padding-top: 45px;

}
.main-profile .profile-cover .profile-images{
    bottom: 75px;
}
.profile-cover form.cover-change{
    bottom: 180px;
}
.profile-menus  li{
        padding: 5px
    }

}
.header-wrapper .logo-area:first-child img{
    width: 200px
}
.main_button{
    display: flex;
}
.main_button .btn{
    flex: 1;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }