/* POST CARD */

.description>p {
    margin-bottom: 0px;
}

.description {
    margin: 0px;
    color: black;
}

.comment-btn {
    display: inline;
    margin-bottom: -15px;
    margin-right: -5px;
    background: #088dcd !important;
}

.add-smiles {
    display: flex;
    flex-direction: row;
    width: 80px;
    height: 0px;
    align-items: center;
}

.we-comet>li ul {
    margin: 0px;
}

.attachments {
    padding: 0px;
    background: transparent;
}

.comet-avatar > img {
    max-width: 35px;
    width: 35px;
    min-width: 35px;
    height: 38px;
}

.author-name {
    font-weight: 500;
    color: #088dcd;
    text-decoration: none !important;
}

.central-meta {
    padding: 25px 25px 0 25px !important;
}

.post-comt-box form textarea {
    padding-inline-end: 79px;
}


/* LOGIN PAGE */

.friend-logo>span::before, .friend-logo>span::after {
    content: none;
}

.submit-btns {
    display: flex;
    margin-top: 0px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.signup {
    color: #088dcd;
}

/* HEADER STYLINGS */

.profile-pic {
    width: 170px !important;
    height: 170px !important;
}

/* Chats side bar */

.sidebar .widget>ul {
    padding: 0 25px 0 25px;
}

#people-list {
    margin-bottom: 20px;
}

/* SPACING */

label+input, label+textarea, label+select {
    margin-bottom: 15px;
}

/* Button links */

.boost {
    background: #fff;
    color: #088dcd;
    display: inline-block;
    font-size: 14px;
}


/* SIDE ADVERTS  */
.banermeta {
    margin-top: 10px;
    padding: 0 15px;
}