/* All */

* {
    transition: all 0.3s ease-in;
}

html {
    scroll-behavior: smooth;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
* {
    transition: all 0.3s ease-in;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

body {
    position: relative;
}


/* Components */


/* Elements */

.section-padding {
    padding: 30px 0;
}

.bg-custom {
    background-color: #f0f2f5 !important;
}

.custom-card {
    background-color: #ffffff;
    margin-bottom: 20px !important;
}

.custom-border {
    border-radius: 8px;
}

.custom-shadow {
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.custom-padding {
    padding: 15px !important;
}

.hover-button {
    color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    background: #fff;
    border: 0;
}

.hover-button:hover {
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    color: #000;
}

.search-input-home-navigation {
    margin-left: 10px;
}


/* Page Style */


/* Top-Bar */

.site-logo-main img {
    width: 300px;
}

.profile-top-bar-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-user-options-ul {
    display: flex;
    align-items: center;
}

.profile-top-bar-wallete-inner {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 5px 0px;
    box-shadow: 0 1px 2px rgb(67 53 26);
    width: 200px;
}
.header_space {
    padding-top: 140px !important;
}
.profile-top-bar {
    /* padding: 8px 0; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}

.profile-top-bar-inner {
    background: #fff;
    padding: 8px;
}

.profile-wallete-coin-image img {
    width: 35px;
}

.profile-wallete-text {
    margin-left: 10px;
}
/* .navbar_cart {
    background-color: brown;
    border-radius: 100%;
    width: 55px;
    height: 55px;

} */
.profile-wallete-top-text {
    font-size: 16px;
    font-weight: 500;
}

.profile-wallete-top-text a {
    color: #000;
    text-decoration: none;
}

.profile-wallete-balance {
    font-size: 11px; 
}
.profile-cart-balance {
    font-size: 9px;
    position: absolute;
    top: -21px;
    left: -13px;
    background-color: brown;
    color: white;
    border-radius: 100%;
    /* padding: 4px 5px 2px 5px; */
    text-align: center;
    max-width: 22px;
    max-height: 22px;
    min-width: 18px;
    min-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px !important;
}

.profile-user-options-li.user-pic {
    margin-left: 10px;
}

.profile-user-options-li.user-pic img {
    width: 30px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    height: 30px;
    object-fit: cover;
}

.single-post-top-bar-photo-inner img {
    width: 80px;
    border-radius: 50%;
    margin-right: 10px;
    height: 80px;
    object-fit: cover;
}


/* Site Navigation */

.profile-site-navigation, .profile_site_nav {
    /* background: #000; */
    background: linear-gradient( 90deg, rgba(0, 0, 0, 1) 0%, rgba(12, 9, 5, 1) 0%, rgba(20, 15, 8, 1) 10%, rgba(29, 22, 11, 1) 23%, rgba(42, 33, 16, 1) 50%, rgba(70, 55, 27, 1) 100%, rgba(80, 63, 31, 1) 100%);
    /* padding: 10px 0; */
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.profile-site-navigation-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-site-navigation-li.line-deivder {
    width: 1px;
    height: 20px;
    background: #fff;
    display: block;
}

.profile-site-navigation-link {
    color: #fff;
    padding: 3px;
    /* border-bottom: 1px solid; */
    border-color: #000;
}

.profile-site-navigation-link:hover {
    text-decoration: none;
    border-color: #323232;
    color: #fff;
}


/* Profile Information */

.profile-box-cover-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-bottom: 1px solid #fff;
    background: #000;
}

.profile-box-cover-image {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.profile-box-cover-image::after {
    content: "";
    position: absolute;
    height: 390px;
    left: -10%;
    right: -10%;
    border-radius: 50%;
    bottom: -69%;
    background: #fff;
}

.profile-box-cover-image .edit-button {
    position: absolute;
    color: #fff;
    top: 40px;
    right: 100px;
}

.profile-box-cover-inner .edit-button-inner {
    display: flex;
    align-items: center;
}

.profile-box-cover-image .icon {
    margin-right: 10px;
}

.profile-box-user-info {
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -200px;
    /* z-index: 111111; */
}

.profile-box-photo-image img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    object-fit: cover;
    background: #fff;
    border: 3px solid #fff;
}

.founding-member-badge img {
    width: 250px;
    height: unset;
    border-radius: 0;
    box-shadow: unset;
    /* object-fit: cover; */
    background: unset;
    border: unset;
}

.founding-member-badge {
    position: absolute;
    bottom: -19px;
}

.founding-member-badge {
    position: absolute;
}

.profile-box-cover-inner {
    position: relative;
    margin-top: -1px;
    padding-bottom: 15px;
}

.profile-box-photo-image {
    position: relative;
}

.edit-button-inner .icon {
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    color: #000;
    font-size: 16px;
}

.profile-box-photo-image .edit-button {
    position: absolute;
    bottom: 50px;
    right: 0px;
}

.profile-box-info-name {
    margin-top: 20px;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
}

.profile-box-info-name {
    margin-top: 20px;
    font-size: 2em;
    font-weight: 500;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.profile-box-info-name-text {
    margin-right: 10px;
}


/* Profile Navigation */

.profile-navigation-inner {
    padding: 10px 0;
    /* border-bottom: 1px solid #DEDEDE; */
    margin-top: 30px;
}

.profile-navigation-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-navigation-li {
    padding: 10px 15px;
    border-radius: 3px;
}

.profile-navigation-li:hover {
    background-color: #efefef;
}

.profile-navigation-li.line-devider {
    width: 1px;
    height: 20px;
    background: #dedede;
    padding: 0;
    display: none;
}

.profile-navigation-link {
    padding: 5px;
    color: #a6a6a6;
}

.profile-box {
    position: relative;
}

.profile-navigation {
    border-bottom: 1px solid #dedede;
    /* position: static; */
    top: 0;
    background: #fff;
    z-index: 10;
}

.to-show-sticky {
    display: none;
}

.profile-navigation {
    position: sticky;
    display: none;
}

.navigation-drop-down {
    position: absolute;
    background: #fff;
    min-width: 200px;
    top: 46px;
    left: 0px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    border-radius: 4px;
    overflow: hidden;
    display: none;
    z-index: 1;
}

a.navigation-drop-down-link {
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    color: #000;
    align-items: center;
}

.navigation-drop-down-link:hover {
    background-color: #efefef;
}

.profile-site-navigation-li:hover .navigation-drop-down {
    display: block;
}

.navigation-drop-down.left {
    right: 0;
    left: unset;
}

.navigation-drop-down.custom-width {
    min-width: 225px;
}

.navigation-drop-down-li .icon {
    margin-right: 10px;
}

.profile-navigation-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-navigation-logo-image img {
    width: 155px;
}

.inner-navigation-sub-menu-ul {
    display: flex;
    align-items: center;
}

.inner-navigation-sub-menu-li img {
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.inner-navigation-sub-menu-li .nav-icon {
    font-size: 25px;
}

.inner-navigation-sub-menu-li {
    margin-right: 10px;
    cursor: pointer;
}

.edit-button.with-bg {
    background: #fff;
    color: #000;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.inner-navigation-sub-menu-li-profile {
    position: relative;
}

.inner-navigation-sub-menu-li .nav-icon {
    font-size: 18px;
}

.profile-navigation-nav.aligned {
    display: flex;
    justify-content: space-between;
}

.inner-navigation-sub-menu-li.hover .nav-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.inner-navigation-sub-menu-li.hover .nav-icon:hover {
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
}

.inner-navigation-sub-menu-li-profile .user-dropdown-inner {
    top: 35px;
}

.inner-navigation-sub-menu-li.position {
    position: relative;
}

.inner-mega-menu {
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    border-radius: 4px;
}

.inner-mega-navigation-link img {
    border-radius: 0;
    width: 25px;
    margin-right: 10px;
}

.inner-mega-navigation-link {
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.inner-mega-navigation-link:hover {
    color: #000;
    text-decoration: none;
}

.inner-mega-navigation-li {
    padding: 10px;
}

.inner-mega-menu {
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    border-radius: 4px;
    right: -5px;
}

.inner-mega-menu {
    position: absolute;
    background: #fff;
    padding: 0px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    border-radius: 4px;
    right: 5px;
    display: none;
    top: 35px;
}

.profile-user-options-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 10px; */
    font-size: 20px;
    cursor: pointer;
}

.profile-user-options-icon:hover {
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
}

.inner-mega-navigation-li.black-bg {
    background: #efefef;
}

.inner-mega-navigation-li:hover {
    background: #efefef;
}


/* .profile-navigation[sticky] > #to-show{
    display: block;
} */


/* Content Card */

.profile-content {
    padding: 30px 0;
    background: #f0f2f5;
    min-height: 100vh;
}


/* Effects */

.profile-navigation-link:hover {
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.content-sides {
    display: flex;
    position: relative;
}

.show-onclick {
    display: none;
}

.content-side-01 {
    width: 30%;
    padding-right: 20px;
}

.content-side-01.profile-cards {
    width: 45%;
    padding-right: 20px;
    position: sticky;
    top: 0;
    max-height: 610px;
    overflow: hidden;
    overflow-y: auto;
}

.content-side-01.profile-cards.stucked {
    display: flex;
    align-items: center;
    margin-top: 200px;
}

.content-side-01.profile-cards.stucked .content-cards {
    width: 100%;
}

.content-side-01.profile-cards .content-top-bar {
    cursor: pointer;
}

.content-card {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    /* padding: 20px; */
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    /* overflow: hidden; */
}

.content-top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-top-bar-title .text {
    margin-right: 10px;
}

.social-dropdown-main {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.content-top-bar-title {
    display: flex;
    align-items: center;
}

.social-dropdown-main .icon,
.social-dropdown-main .text {
    margin-right: 5px;
}

.content-top-bar {
    /* margin-bottom: 10px; */
    padding: 10px;
    border-bottom: 1px solid #dedede;
}

.info-editor-box {
    display: flex;
    justify-content: space-between;
}

.info-editor-box-title {
    display: flex;
    align-items: center;
}

.info-editor-box-title-text {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
}

.info-editor-box-value {
    display: flex;
    align-items: center;
}

.set-privacy-dropdown-inner {
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    padding: 10px 5px;
    display: none;
    top: 0;

    z-index: 0;
    right: -1px;
    padding-top: 2px;
    width: 175px;
    border-radius: 3px;
    font-size: 12px;
}

.set-privacy-dropdown {
    position: relative;
    cursor: pointer;
}

.set-privacy-dropdown-li {
    padding: 10px;
    border-bottom: 1px solid #dedede;
    /* text-align: center; */
    cursor: pointer;
}

.set-privacy-dropdown-li:last-child {
    padding: 5px 10px;
    border-bottom: 0;
}

.info-editor-box-value-text {
    margin-right: 5px;
    font-size: 12px;
}

.social-info-editor-box-li {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}

.social-info-editor-box-li:last-child {
    padding: 10px 0;
    border-bottom: 0;
}

.content-card-content-inner p {
    font-size: 12px;
}

.default-text-center p {
    margin: 0;
    padding: 15px;
}

.photo-galary-grid-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px;
}

.photo-grid-col {
    flex: 0 0 33%;
    padding: 10px;
}

.photo-grid-col-inner img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.see-all {
    border-top: 1px solid #dedede;
    padding-top: 10px;
    text-align: center;
}

.see-all-inner a {
    font-size: 12px;
    font-style: normal;
    color: #a6a6a6;
}

.see-all-inner a:hover {
    color: #a6a6a6;
    text-decoration: none;
}

.friend-grid-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.friend-grid-col {
    flex: 0 0 25%;
    padding: 10px;
}

.firend-grid-col-image img {
    width: 40px;
    margin-right: 4px;
    height: 40px;
    object-fit: cover;
}

.friend-grid-col-inner {
    display: flex;
    align-items: center;
}

.friend-grid-col-text {
    font-size: 12px;
    font-weight: 600;
}

.friend-grid-col {
    flex: 0 0 50%;
    padding: 10px;
}

.p3-padding {
    padding-top: 4px;
    display: block;
}

.profile-box-info-type {
    /* padding-bottom: 15px; */
}

.content-side-02 {
    width: 75%;
}


/* Side 02 */


/* Share Post */

.share-post-box-inner {
    display: flex;
    /* padding: 10px; */
    flex-direction: column;
}

.share-post-user-image {
    flex: 0 0 80px;
}

.share-post-user-image-inner img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.share-post-box-main {
    flex-grow: 1;
}

.share-post-input-box {
    border-bottom: 1px solid #dedede;
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
    padding: 0 15px 15px;
}

.share-post-box-main-bottom {
    padding: 15px;
}

.share-post-input-box-inner textarea {
    width: 100%;
    border-color: #dedede;
    border-radius: 4px;
    padding: 10px;
    background: #fbfbfb;
    height: 140px;
    resize: none;
}

.share-post-box-main-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-post-attachments {
    display: flex;
    font-size: 20px;
}

.share-post-attachments-li {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.set-privacy-share {
    display: flex;
    align-items: center;
}

.set-privacy-share-inner {
    margin-right: 10px;
}

.share-post-button button {
    padding: 5px 10px;
    background: #000;
    /* background :linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(12,9,5,1) 0%, rgba(20,15,8,1) 10%, rgba(29,22,11,1) 23%, rgba(42,33,16,1) 50%, rgba(70,55,27,1) 100%, rgba(80,63,31,1) 100%); */
    color: #fff;
    border-radius: 4px;
    border: 1px solid #000;
}


/* Singal Post */

.singal-post-top-bar-user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.singal-post-top-bar {
    display: flex;
    justify-content: space-between;
}

.single-post-top-bar-photo-inner img {
    width: 80px;
    border-radius: 50%;
    margin-right: 10px;
}

.singal-post-top-bar-post-detail-inner .user-name {
    font-weight: 500;
}

.date-and-privacy {
    display: flex;
    align-items: center;
}

.date-and-privacy .time-stamp {
    display: flex;
    margin-right: 10px;
    color: #a4a5ad;
    font-size: 10px;
}

.date-and-privacy .time-stamp .at {
    margin: 0 5px;
}

.singal-post-top-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    padding: 10px;
    min-height: 80px;
}

.singal-post-content p {
    margin: 0;
    padding: 15px;
    word-break: break-word;
}

.singal-post-content a {
    padding: 15px;
    display: block;
}

.singal-post-content audio {
    margin: 10px;
}

.like-comment-bar {
    margin-bottom: 10px;
    padding: 15px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

.like-comment-bar-ul {
    display: flex;
    align-items: center;
}

.like-comment-bar-li {
    margin-right: 20px;
}

.like-comment-bar-li {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.like-comment-bar-li {
    padding: 5px 7px;
    border-radius: 4px;
    cursor: pointer;
}

.comment-outer {
    display: flex;
    align-items: center;
}

.comment-outer .comment-text {
    margin-right: 10px;
}

.like-comment-bar-li:hover {
    background: #efefef;
}

.like-comment-bar-li .icon {
    margin-right: 10px;
}

.add-comment-input-bar {
    padding: 10px;
}

.all-comments-box {
    padding: 15px;
    display: none;
}

.add-comment-outer-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-comment-input-bar-textarea-main {
    flex-grow: 1;
    margin-right: 10px;
}

.add-comment-input {
    width: 100%;
    /* margin-right: 10px; */
    border: 1px solid #dedede;
    padding: 10px 15px;
    background: #efefef;
    outline: none;
    border-radius: 50px;
    height: 40px;
    word-break: break-word;
}

.WOW-SHA {
    width: 100%;
    /* margin-right: 10px; */
    border: 1px solid #dedede;
    padding: 10px 15px;
    background: #efefef;
    outline: none;
    border-radius: 50px;
    height: 40px;
    word-break: break-word;
}

.view-more-comments {
    /* padding: 10px; */
    text-align: center;
}

.add-comment-input-bar-inner {
    display: flex;
    align-items: center;
}

.add-comment-input-bar-user-image {
    margin-right: 10px;
}

.add-comment-input-bar-user-image {
    margin-right: 10px;
    width: 60px;
    overflow: hidden;
}

.add-comment-input-bar-textarea {
    width: calc(100% - 50px);
}

.add-comment-input-bar-textarea-main textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #dedede;
    background: #fbfbfb;
    padding: 10px;
}

.add-button {
    text-align: right;
}

.post-link-text {
    overflow: hidden;
    word-break: break-all;
}

.add-button button {
    padding: 6px 10px;
    background: #000;
    /* background :linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(12,9,5,1) 0%, rgba(20,15,8,1) 10%, rgba(29,22,11,1) 23%, rgba(42,33,16,1) 50%, rgba(70,55,27,1) 100%, rgba(80,63,31,1) 100%); */
    border: 0;
    color: #fff;
    border-radius: 3px;
    /* margin-top: 10px; */
    cursor: pointer;
    border-radius: 50px;
}

.add-comment-input-bar-image-inner img {
    border-radius: 50%;
    width: 45px !important;
    height: 45px !important;
}

.singal-comment-row {
    position: relative;
    /* border-bottom: 1px solid #dedede; */
    padding-bottom: 10px;
    /* margin-bottom: 10px; */
}

.singal-comment-row-inner {
    display: flex;
    align-items: flex-start;
}

.singal-comment-row-user-image-inner img {
    width: 60px;
    margin-right: 10px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}

.singal-comment-row-user-image-inner img {
    width: 60px;
    margin-right: 10px;
    border-radius: 50%;
}

.view-more-comments-inner a {
    color: #a6a6a6;
    cursor: pointer;
}

.view-more-comments {
    /* margin-top: 10px; */
    text-align: center;
}

.singal-post-top-bar-options {
    position: relative;
    cursor: pointer;
}

.singal-post-top-bar-options-bar {
    position: absolute;
    top: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    right: 0px;
}

a.singal-post-top-bar-options-link {
    color: #000;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
}

.eidtor-input-main {
    display: flex;
    align-items: center;
}

.eidtor-input-main input {
    border: 0;
    /* border-bottom: 1px solid #dedede; */
    text-align: center;
    outline: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2em;
    font-weight: 500;
}

.friends-grid {
    background: #f0f2f5;
}

.eidtor-input-main .icon {
    padding: 5px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 10px;
}

.profile-box-info-name-main {
    /* display: flex; */
    /* align-items: center; */
    position: relative;
}

.profile-name-rdit-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.eidtor-input-inner {
    display: flex;
    justify-content: center;
}

.eidtor-input {
    display: none;
    margin-top: 20px;
}

.profile-site-navigation-li.active {
    background-color: #323232;
    border-bottom: 2px solid #fff;
}

.profile-site-navigation-li.active .profile-site-navigation-link {
    border-color: #323232;
}

.profile-site-navigation-li {
    padding: 5px;
    border-radius: 4px;
    height: 3rem;
}

.profile-site-navigation-link .icon img {
    width: 20px;
    padding-bottom: 5px;
}

.profile-site-navigation-li {
    padding: 10px 20px;
    border-radius: 0;
    border-bottom: 2px solid #0000;
    position: relative;
    padding-top: 12px;
    border-top: 2px solid #0000;
}

.profile-site-navigation-li:hover {
    border-bottom-color: #fff;
}

.abouy-text-editor-textarea textarea {
    width: 100%;
    border: 1px solid #dedede;
    font-size: 12px;
    height: 200px;
    border-radius: 3px;
}

.abouy-text-editor-button button {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border-radius: 4px;
}

.profile-site-navigation-inner {
    width: 65%;
    margin: auto;
}

.profile-site-navigation-link .icon {
    /* margin-right: 5px; */
}

.profile-site-navigation-li:hover .text {
    display: block;
}

.profile-site-navigation-link .text {
    top: -35px;
    display: none;
    position: absolute;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    background: #323232;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 4px;
}

.navigation-drop-down-li .icon img {
    width: 20px;
}

.social-dropdown {
    position: relative;
}

.user-dropdown-inner {
    position: absolute;
    cursor: pointer;
    top: 45px;
    right: 200%;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    padding: 10px;
    border-radius: 3px;
    display: none;
    min-width: 160px;
    text-align: center;
    font-size: 14px;
    z-index: 15;
    transform: translate(50%);
}

.user-dropdown-li {
    padding-bottom: 5px;
    border-bottom: 1px solid #dedede;
    text-align: left;
    padding-top: 5px;
}


.user-dropdown-li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.user-dropdown-li a {
    color: #000;
}

.user-dropdown-li a:hover {
    color: #000;
    text-decoration: none;
}


/* .user-dropdown-inner::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) rotate(313deg);
    border-radius: 2px;
} */

.profile-user-options-inner {
    position: relative;
}


/* Edit Post */

.edit-post-box-main textarea {
    border: 1px solid #dedede;
    height: 200px;
    width: 100%;
    background: #fbfbfb;
    padding: 5px;
}

.delete-photo-div {
    position: absolute;
    top: -5px;
    right: -5px;
}

.post-edit-photo-main img {
    width: 100%;
}

.singal-post-content img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.singal-post-content video {
    width: 100%;
    height: 350px;
    object-fit: contain;
    background: #000;
}

.singal-post-content-pop-up.full-post img {
    height: unset;
    width: auto;
    display: block;
    margin: auto;
    max-width: 100%;
}

.post-edit-photo-main {
    position: relative;
}

.delete-photo-div-main {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
}

.edit-post-bar {
    margin-top: 30px;
}


/* Friends */

.inner-navigation-inner {
    padding: 15px 0;
    /* border-bottom: 1px solid #dedede; */
}

.inner-navigation-ul {
    display: flex;
    justify-content: center;
}

.inner-navigation-li {
    padding: 0 15px;
    font-size: 15px;
}


/* .inner-navigation-link {
    color: #5c5c5c;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    border-color: #fff;
} */

.inner-navigation-link:hover {
    color: #000;
    text-decoration: none;
    border-color: #000;
}

.friends-grid-main {
    padding: 50px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.friend-grid-col {
    flex: 0 0 40%;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    margin-right: 2%;
}

.friend-grid-col-inner-div {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.friend-grid-col-profile-inner {
    display: flex;
    justify-content: flex-start;
}

.friend-grid-col-profile-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.friend-grid-col-profile-image {
    margin-right: 20px;
}

.friend-grid-col-profile-text-top {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.friend-grid-col-profile-text-bottom {
    color: #aeaeae;
    font-weight: 500;
}

.gallary-grid {
    background: #f0f2f5;
}

.friend-grid-col-options-icon span {
    color: #aeaeae;
    font-size: 20px;
    cursor: pointer;
}

.friend-grid-col-options-icon {
    position: relative;
}

.friend-grid-col-options-dropdown {
    position: absolute;
    min-width: 150px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    padding: 10px;
    border-radius: 4px;
    top: 20px;
    display: none;
    right: -30%;
}

.friend-grid-col-options-dropdown::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #fff;
    top: -5px;
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%); */
    transform: rotate(45deg);
    right: 10px;
    z-index: 0;
}

.friend-grid-col-options-dropdown-link {
    color: #000;
    text-decoration: none;
}

.friend-grid-col-options-dropdown-li {
    font-size: 13px;
    margin: 10px 0;
}

.friend-grid-col-options-dropdown-li:last-child {
    margin-bottom: 0;
}

.friend-grid-col-options-dropdown-li:first-child {
    margin-top: 0;
}


/* Effects */

.profile-navigation-li.active .profile-navigation-link {
    font-weight: 500;
    color: #000;
}

.friend-grid-col-options-dropdown-link:hover {
    color: #000;
    text-decoration: none;
}

.friend-grid-col-options-icon:hover span {
    color: #000;
}

.inner-navigation-li.active .inner-navigation-link {
    border-color: #000;
}

.share-post-attachments-li:hover {
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    border-radius: 50%;
}

.single-post-top-bar-photo-inner img {
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    height: 40px;
    object-fit: cover;
}

.share-post-user-image {
    flex: 0 0 40px;
    /* overflow: hidden; */
    /* margin-right: 10px; */
}

.add-comment-input-bar-user-image {
    width: 45px;
}

.singal-comment-row-user-image-inner img {
    width: 30px;
    margin-right: 10px;
    border-radius: 50%;
    height: 30px;
    object-fit: cover;
}
.singal-comment-row-user-image-inner-user img {
    width: 30px;
    margin-right: 10px;
    border-radius: 50%;
    height: 30px;
    margin-top: 7px;
    object-fit: cover;
}
.singal-comment-row-comment-text {
    /* background: #f5f5f5; */
    /* padding: 10px; */
    font-size: 12px;
    word-break: break-word;
}

.singal-comment-row-comment-text .comment {
    border-radius: 6px;
    background: #f5f5f5;
}

.singal-comment-row-comment-text .time {
    font-size: 10px;
    text-align: right;
}


/* Gallary */

.gallary-grid-main {
    display: flex;
    padding: 30px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.gallary-grid-col {
    flex: 0 0 20%;
}

.gallary-grid-col-inner {
    margin: 10px;
}

.gallary-grid-col-image img,
.gallary-grid-col-video-feature-image img {
    width: 100%;
    object-fit: cover;
    /* border-radius: 6px; */
    aspect-ratio: 1/1;
}

.gallary-grid-col-video-feature-image {
    position: relative;
}

.play-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.gallary-top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallary-top-bar {
    padding: 20px 0;
    /* border-bottom: 1px solid #dedede; */
}

.gallary-top-title {
    font-size: 1.3em;
    font-weight: 500;
    flex-grow: 1;
}

.gallary-top-date {
    font-size: 1.2em;
    font-weight: 500;
}

.gallary-sellect-bar {
    margin-top: 10px;
}

.gallary-sellect-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.gallary-sellect-bar-inner span {
    display: block;
    padding: 6px 10px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
}

.gallary-grid-col-image {
    position: relative;
    background: #fff;
    width: 100%;
    aspect-ratio: 1/1;
}

.gallary-grid-col-image.music img {
    width: 40px;
    height: 40px;
}

.gallary-grid-col-image.music {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-gallary-item {
    cursor: pointer;
    position: absolute;
    top: 10px;
    display: none;
    left: 15px;
    z-index: 1;
}

.select-gallary-item-inner input {
    width: 15px;
    height: 15px;
}

.selection-icon span {
    transform: rotate(0deg);
    display: block;
}

.dropdownIcon {
    font-size: 12px !important;
    margin-left: 10px;
}

.selection-icon {
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #e3e4e6;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.selection-icon {
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.selection-privacy-text {
    font-size: 1.3em;
    font-weight: 500;
    margin-right: 10px;
}

.selection-dropdown {
    position: absolute;
    background: #fff;
    /* padding: 10px; */
    bottom: -95px;
    right: -46px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    border-radius: 3px;
    transform: translate(-50%);
    z-index: 9;
    min-width: 90px;
    font-size: 12px;
    display: none;
}

.selection-dropdown.custom-top {
    bottom: unset;
    top: 50px;
    right: -65px;
}

.selection-dropdown-li {
    padding: 5px 10px;
    border-bottom: 1px solid #dedede;
}

.selection-dropdown-ul .selection-dropdown-li:last-child {
    border-bottom: none !important;
}

.further-explain {
    display: none;
}

#further-textarea {
    width: 100%;
    border: 1px solid rgb(182, 182, 182);
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
}


/* Audios */

.audio-grid-col-audio audio::-webkit-media-controls-panel {
    background-color: #fff;
}

.audio-grid-col-audio audio::-webkit-media-controls-play-button {
    background-color: #c4c4c4;
    background-image: url("../images/icons/music.png");
    height: 30px;
    width: 30px;
    border-radius: 4px;
}

.audio-grid-main {
    padding: 30px 0;
}

.audio-grid-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.audio-grid-col {
    flex: 0 0 45%;
    margin-bottom: 20px;
}

.audio-file-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 25px 10px 25px;
}

.audio-file-name .name {
    font-size: 16px;
    font-weight: 500;
}

.audio-file-name .date {
    font-size: 11px;
}

.audio-grid-col-audio {
    position: relative;
}

.audio-grid-col-audio .select-gallary-item {
    position: absolute;
    top: 8px;
    left: -6px;
}

.audio-grid-col-audio audio {
    width: 100%;
}

.profile-action-btns {
    margin-top: 10px;
    text-align: center;
}

.add-button-span .text {
    text-align: center;
}

.black-button {
    padding: 5px 10px;
    background: #000;
    /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(12,9,5,1) 0%, rgba(20,15,8,1) 10%, rgba(29,22,11,1) 23%, rgba(42,33,16,1) 50%, rgba(70,55,27,1) 100%, rgba(80,63,31,1) 100%); */
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    display: inline-block;
    border: 1px solid #000;
    /* transition: unset; */
}

.profile-action-btns-inner button {
    display: inline-block;
    margin-top: 5px;
}

.black-button:hover {
    padding: 5px 10px;
    background: #fff;
    color: #000;
    border: 2px solid #000;
}

.content-card-inner .friend-grid-col {
    box-shadow: unset;
    margin-right: 0;
}

.coment-top-title.custom-flex-01 {
    display: flex;
    justify-content: flex-start;
}


/* Alerts */

.alerts-inner {
    padding: 5px 0;
    background: #f0f2f5;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
}

.singal-alert {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-size: 1.2em;
}

.singal-alert .alert-icon {
    padding-right: 10px;
}

.singal-alert .alert-link {
    padding-left: 10px;
}

.singal-alert a {
    color: #000;
    font-weight: 500;
}


/* Home Navigation */

.home-navigation {
    padding: 15px 0;
    position: sticky;
}

.home-navigation-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-navigation-ul {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0 20px;
    justify-content: space-evenly;
}

a.home-navigation-link {
    color: #000;
    text-decoration: none;
}

.search-input-home-navigation-main input {
    min-width: 200px;
    padding: 6px 7px;
    border: 1px solid #dedede;
    font-size: 12px;
    width: 100%;
    height: 40px;
}

.search-input-home-navigation-main {
    position: relative;
}

.search-input-home-navigation-main .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-navigation-inner {
    padding: 10px 0;
}

.recent-search-box .title {
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
}

.recent-search-list {
    min-height: 100px;
}

li.recent-search-li {
    padding: 10px;
}

.recent-search-li:hover {
    background-color: #dedede;
}

.recent-searches-box {
    position: absolute;
    top: 0;
    right: 0;
    /* padding: 10px; */
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
    min-width: 300px;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1;
    display: none;
}

.recent-search-box.position {
    position: relative;
}

.search-by-outer {
    position: absolute;
    font-size: 13px;
    right: 10px;
    top: 10px;
}

.search-by-outer:hover .search-by-main {
    display: block !important;
}

.search-by-main {
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    border-radius: 4px;
    display: none;
}

.search-by-li {
    padding: 5px;
    border-bottom: 1px solid #dedede;
}

.search-by-li:hover {
    background-color: #efefef;
}

.current-search-by {
    font-weight: 500;
}

.profile-user-options-icon a {
    color: #000;
    text-decoration: none;
}

.recent-searches-box-main .search-btn {
    top: 10px;
    right: 10px;
    font-size: 12px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input-home-navigation-inner {
    position: relative;
}

.recent-search-list-inner {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.recent-search-rofile .profile-text {
    margin-left: 15px;
}

.recent-search-ul {
    max-height: 335px;
    overflow-y: auto;
}

.recent-search-rofile {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
}

.recent-search-rofile .profile-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.recent-search-rofile .profile-text a {
    color: #000;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.remove-div {
    cursor: pointer;
    font-size: 12px;
}

.recent-searches-box-main .search-input-home-navigation-main {
    padding: 10px;
}

.search-input-home-navigation-main .back-btn {
    position: absolute;
    /* top: 10px; */
    /* left: 10px; */
    width: 25px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.recent-searches-box-main input {
    padding-left: 25px;
    margin-bottom: 15px;
}

.text-inner {
    display: flex;
}

.current-search-by .text {
    width: 90px;
    /* white-space: nowrap; */
    /* width: 40px; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.search-input-home-navigation-main form {
    margin: 0;
}

.hide-text .text {
    display: none;
}

.black-button.hide-text {
    border-radius: 50%;
    margin-right: 10px;
}


/* Adds */

.add-image-inner {
    margin-bottom: 15px;
}

.add-image-main img {
    width: 100%;
}


/* Search */

.search-page-input-main form {
    display: flex;
    align-items: center;
}

.search-page-button {
    /* position: absolute; */
    top: 0;
    right: 0;
    height: 40px;
    border-radius: 50px;
    width: 40px;
    border: 1px solid #000;
}

.search-page-input-main input {
    flex-grow: 1;
    border: 1px solid #dedede;
    padding: 10px;
    font-size: 12px;
    padding-right: 25px;
    border-radius: 50px;
    margin-right: 15px;
    background-color: #fbfbfb;
}

.search-page-input-main {
    /* position: relative; */
}

.search-page-input-outer {
    padding: 10px;
}

.search-result-box-main .title {
    font-size: 16px;
    font-weight: 500;
    /* margin-bottom: 10px; */
}

.search-result-box-single-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-result-box-profile-info {
    display: flex;
    align-items: center;
}

.search-result-box-profile-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.search-result-box-profile-text .user-name {
    font-size: 15px;
    font-weight: 500;
}

.search-result-box-profile-text .user-relation {
    font-size: 12px;
    color: #b5b5b5;
}

.search-result-box-single {
    cursor: pointer;
}

.search-result-box-single:hover {
    background-color: #dedede;
}

.show-more-resuls a {
    color: #afafaf;
    text-decoration: none;
}

.set-privacy-dropdown-value .more-icon {
    font-size: 12px;
}


/* Mobile  Navigation */

.mobile-menu-icon {
    display: none;
}

.mobile-menu-icon-inner {
    padding: 0;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-menu-icon-inner:hover {
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
}

input.referel-link-input {
    margin-bottom: 15px;
    border: 0;
    width: 100%;
    /* text-align: center; */
    cursor: pointer;
    outline: none;
    font-weight: 500;
    padding: 3px 6px;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-top: 1px;
}

input.referel-link-input::selection {
    color: black;
    background: white;
}

.referel-link-outer {
    position: relative;
}

.copy-popover {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.copy-popover-text {
    padding: 5px 8px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    font-size: 12px;
}


/* Single Post */

.single-post-pop-up {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 15;
    display: none;
}

.show-post {
    position: relative;
    overflow: hidden;
}

.show-post-pop-up {
    cursor: pointer;
}

.single-post-pop-up-inner {
    height: 100vh;
    width: 100%;
    display: flex;
}

.single-post-pop-up-comment {
    flex: 0 0 25%;
    background: #f0f2f5;
}

.single-post-pop-up-content {
    flex-grow: 1;
}

.single-post-pop-up-comment-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 30px);
}

.single-post-pop-up-comment-all {
    height: calc(100% - 50px);
    /* overflow: hidden; */
    /* overflow-y: auto; */
    display: flex;
    flex-direction: column;
}

.single-post-pop-up-comment-all .all-comments-box {
    flex-grow: 1;
    height: 100%;
    padding-right: 10px !important;
    overflow: hidden;
    overflow-y: auto;
}

.close-post-popup {
    height: 40px;
    width: 40px;
    font-size: 1.5em;
    font-weight: 500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
}

.singal-post-content-pop-up {
    height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
}

.singal-post-content-pop-up .image {
    flex-grow: 1;
}

.singal-post-content-pop-up img {
    object-fit: cover;
}

.singal-post-content-pop-up::-webkit-scrollbar {
    width: 5px;
}

.singal-post-content-pop-up::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}

.singal-post-content-pop-up::-webkit-scrollbar-thumb {
    background-color: #dedede;
    outline: 1px solid slategrey;
    background: #555;
}

.table-responsive::-webkit-scrollbar {
    height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #dedede;
    outline: 1px solid slategrey;
    background: #555;
}

.close-post-popup:hover {
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
}

.coment-top-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* .content-side-01 {
    width: 40%;
    padding-right: 20px;
    position: sticky;
    top: 0;
    align-self: flex-start;
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
} */

.content-side-01::-webkit-scrollbar {
    width: 1px;
}

.content-side-01::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #f0f2f5;
}

.content-side-01::-webkit-scrollbar-thumb {
    background-color: #f0f2f5;
    outline: 1px solid #f0f2f5;
    background: #f0f2f5;
}

.single-post-pop-up-comment-all .all-comments-box::-webkit-scrollbar {
    width: 5px;
}

.single-post-pop-up-comment-all .all-comments-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}

.single-post-pop-up-comment-all .all-comments-box::-webkit-scrollbar-thumb {
    background-color: #dedede;
    outline: 1px solid slategrey;
    background: #555;
}

.home-navigation-li {
    padding: 10px;
    border-radius: 3px;
}

.home-navigation-li:hover {
    background-color: #f0f2f5;
}

#scroll-to {
    margin-bottom: 15px;
    border-radius: 50px;
}


/* Aniation */

.like-animation {
    animation: LikeAnimation 1s ease-in-out;
}

.popover-animation {
    animation: PopoverAnimation 1.4s ease-in-out;
}

.hide-on-mobile-ads {
    display: block;
}

.home-navigation-li.active {
    border-bottom: 2px solid #000;
    border-radius: 0;
}

.hide-on-mobile-ads {
    display: block;
}

form#add_post {
    margin: 0;
}

.selection-dropdown-li.change-privacy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 130px;
    padding: 8px;
}

.selection-dropdown-li.change-privacy .icon {
    margin-right: 9px;
}

.current-privacy {
    display: flex;
    align-items: center;
}

.current-privacy .icon {
    margin-right: 8px;
}

.current-privacy p {
    margin: 0;
}

.footer-inner {
    background: #f0f2f5;
    text-align: center;
    font-size: 12px;
    padding: 15px;
    border-top: 1px solid #dedede;
}

.custom-icon {
    font-size: 23px;
    padding-bottom: 2px;
    display: block;
}

.custom-icon-01 {
    padding-bottom: 5px;
    display: block;
}

.singal-post-top-bar-user-info-01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #dedede;
    outline: 1px solid slategrey;
    background: #555;
}

.white-button.button-disabled {
    background: #fff;
    /* border-radius: 4px; */
    border: 1px solid #000;
    color: #000;
    padding: 10px 15px;
    cursor: not-allowed;
    border-radius: 50px !important;
    margin-bottom: 20px;
}

.custom-flex {
    display: flex;
    justify-content: space-evenly;
}

.icon-hover-network {
    display: flex;
    cursor: pointer;
}

.text-badge {
    background: #000;
    color: #fff;
    padding: 0;
    font-size: 10px;
    border-radius: 50px;
    margin-left: 5px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-post-input {
    border-radius: 5px;
    background: #fbfbfb;
    border-color: #dedede;
    outline: none;
}

.share-post-input-box-inner .emoji-wysiwyg-editor {
    min-height: 100px !important;
}

.share-post-input-box-inner .emoji-wysiwyg-editor.form-control.add-post-input {
    word-break: break-all;
}

.add-post-input:focus {
    outline: none;
    border: 1px solid #dedede;
    box-shadow: unset;
    background: #fbfbfb;
}

.post-preview {
    margin: 15px;

    border-left: 0;
    border-right: 0;
    padding: 15px 0;
}

.post-preview-inner {
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: center;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.delete-attachment {
    /* margin-left: 15px; */
    height: 20px;
    width: 20px;
    font-size: 12px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50px;
    top: -8px;
    right: -8px;
}

.delete-attachment:hover {
    color: #dc3545;
    cursor: pointer;
}

.post-preview-name .link {
    color: #007bff;
}

.post-preview-icon {
    margin-right: 8px;
    margin-top: 4px;
    font-size: 17px;
}

.post-preview-name {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    /* border: 1px solid; */
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    font-size: 12px;
    overflow: hidden;
    word-break: break-all;
}


/* URL CARD */

.iURL-container {
    padding: 15px;
}

.iURL-container-main {
    width: 100%;
    overflow: hidden;
}

.iURL-container a {
    color: #000;
    text-decoration: none;
}

.iURL-container-inner {
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    border: 1px solid #dedede;
    /* padding: 15px; */
    border-radius: 8px;
    background: #efefef;
    overflow: hidden;
}

.iURL-image img {
    width: 100%;
    object-fit: contain;
    background: #000;
    height: fit-content;
    max-height: 420px;
}

.iURL-title {
    font-size: 1.5em;
    font-family: sans-serif;
    font-weight: 700;
    border-top: 1px solid #dedede;
    padding: 15px 15px 0;
}

.iURL-description {
    color: #787878;
    font-size: 13px;
    font-family: sans-serif;
    padding: 15px 15px 0;
}

.iURL-url {
    padding: 15px;
    font-family: sans-serif;
    color: #707070;
    font-size: 12px;
    overflow: hidden;
    word-break: break-all;
}

.chat-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-box-main {
    position: relative;
}

.chat-box-inner {
    overflow: hidden;
}

.chat-box-overlay-inner-main .top-text {
    font-size: 2.5em;
    margin-bottom: -5px;
}

.welcome-user-chat-mobile-inner {
    text-align: center;
}

.welcome-user-chat-mobile {
    display: none;
}

.welcome-user-chat-mobile-inner .top-text {
    font-size: 2em;
    margin-bottom: -5px;
}

.chat-box-overlay-inner-main .bottom-text {
    text-align: center;
}

.profile-box-cover-image .animate-pulse {
    animation: CoverLoading 1s ease-in-out infinite;
}

.content-card-content-inner.scrolled {
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.content-card-content-inner.scrolled::-webkit-scrollbar {
    width: 0px;
}

.content-card-content-inner.scrolled::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}

.content-card-content-inner.scrolled::-webkit-scrollbar-thumb {
    background-color: #dedede;
    outline: 1px solid slategrey;
    background: #555;
}

@keyframes CoverLoading {
    0% {
        opacity: 0.9;
    }
    25% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.7;
    }
    75% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.9;
    }
}

@keyframes LikeAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.7);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes PopoverAnimation {
    0% {
        opacity: 0;
        display: none;
    }
    25% {
        opacity: 0.4;
        display: block;
    }
    30% {
        opacity: 1;
    }
    50% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.2);
    }
    750% {
        opacity: 0.4;
    }
    100% {
        display: none;
    }
}

.user-dropdown-li i {
    margin-right: 10px;
    height: 10px;
    width: 15px;
}

.user-dropdown-li span {
    margin-right: 10px;
    height: 10px;
    width: 15px;
}

.network-filter-inner-main .selected .icon {
    margin-right: 10px;
}
.network-filter-inner-main-gallery.selected .icon {
    margin-right: 10px;
}
.network-filter-inner-main .selected {
    display: flex;
    cursor: pointer;
}
.network-filter-inner-main-gallery .selected {
    display: flex;
    cursor: pointer;
}
.network-filter-inner-main .text {
    margin-right: 15px;
    font-weight: 500;
    font-size: 1.3em;
    font-weight: 500;
}
.network-filter-inner-main-gallery .text {
    margin-right: 15px;
    font-weight: 500;
    font-size: 1.3em;
    font-weight: 500;
}

/* .network-filter-inner-main .text-right {
    margin-right: 15px;
    font-size: 1.3em;
    font-weight: 500;
} */
.network-filter-inner-main .text-right {
    position: absolute;
    right: -1px;
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 7px;
}
.network-filter-inner-main-gallery .text-right {
    position: absolute;
    right: -1px;
    font-size: 1.3em;
    font-weight: 500;
    margin-top: 7px;
}
.network-filter-inner-main .selected .text {
    font-weight: 400;
    font-size: 22px;
}
.network-filter-inner-main-gallery .selected .text {
    font-weight: 400;
    font-size: 22px;
}
/* .network-filter-inner-main .selected {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    background: #d9d8d8;
    border-radius: 4px;
} */
.network-filter-inner-main .selected {
    display: flex;
    align-items: center;
    padding: 2px 5px;
    background: #d9d8d8;
    border-radius: 4px;
}
.network-filter-inner-main-gallery .selected {
    display: flex;
    align-items: center;
    padding: 2px 5px;
    background: #d9d8d8;
    border-radius: 4px;
}
.network-filter-inner {
    position: relative;
}

/* .network-filter-inner-main {
    display: flex;
    justify-content: space-between;
} */
.network-filter-inner-main {
    display: flex;
    /* justify-content: space-between; */
}
.network-filter-inner-main-gallery {
    display: flex;
    justify-content: space-between;
}
.network-dropdown {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    top: 40px;
    right: 0px;
    display: none;
    z-index: 1;
    min-width: 150px;
}

.network-dropdown-li {
    padding: 10px;
    border-bottom: 1px solid #dedede;
}

a.network-dropdown-link {
    display: flex;
    color: #000;
    text-decoration: none;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

.gallery-link.inner-navigation-link {
    display: flex;
    flex-direction: row;
}

.network-dropdown-li:hover {
    background: #efefef;
}

.network-dropdown-link .icon {
    margin-right: 12px;
}

.network-filter {

    flex-grow: 1;
}

/* .network-filter-inner:hover .network-dropdown {
    display: block;
} */


/* Incentive */

.reward-content-card-title {
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    font-weight: 500;
}

.alert-div {
    margin: 0;
    padding: 15px;
    background: #f0f2f5;
    border-radius: 4px;
    color: #000;
    text-align: center;
    font-weight: 500;
}

.all-reward-title {
    margin: 20px 0;
    padding: 15px 0;
    font-size: 1.3em;
    font-weight: 500;
}

.all-rewards-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -15px;
}

.all-rewards-col {
    width: 25%;
}

.all-rewards-col-top-text {
    font-size: 18px;
    border-bottom: 1px solid #dedede;
    text-align: center;
    font-weight: 500;
}

.all-rewards-col-image img {
    width: 100px;
    display: block;
    margin: 15px auto;
}

.all-rewards-col-link a {
    display: block;
    padding: 15px;
    border-top: 1px solid #dedede;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.all-rewards-col-link a:hover {
    background-color: #000;
    color: #fff;
}

.all-rewards-col-inner {
    overflow: hidden;
}

.add-button-main.multi {
    display: flex;
    align-items: center;
}

.add-button-main .status-text {
    margin-right: 15px;
    font-size: 15px;
    font-weight: 400;
}

.send-gift-fields-label {
    margin-bottom: 15px;
    font-size: 18px;
}

.send-gift-fields-inputs {
    display: flex;
    justify-content: space-between;
}

.send-gift-fields-send-button {
    margin-left: 15px;
}

.send-gift-fields-send-button button {
    padding: 10px 15px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #000;
}

.send-gift-fields-email-field {
    flex-grow: 1;
}

.send-gift-fields-email-input {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.photo-galary-grid {
    padding: 0 15px;
}


/* Create Ad */

.add-caption-main textarea {
    padding: 15px;
    border: 1px solid #dedede;
    width: 100%;
    border-radius: 4px;
}

.add-caption-main {
    margin: 15px 0;
}


/* Customization */

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000000;
}

.hover-button-view-post {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff63;
    display: none;
    justify-content: center;
    align-items: center;
}

.hover-button-view-post-inner button {
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    border: 0;
}

.gallary-grid-col-image:hover .hover-button-view-post {
    display: flex;
}

.network-link .text {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.recent-search-box {
    margin-top: -25px;
}

.recent-search-ul::-webkit-scrollbar {
    width: 5px;
}

.recent-search-ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}

.recent-search-ul::-webkit-scrollbar-thumb {
    background-color: #dedede;
    outline: 1px solid slategrey;
    background: #555;
}

.scrolled::-webkit-scrollbar {
    width: 5px;
}

.scrolled::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}

.scrolled::-webkit-scrollbar-thumb {
    background-color: #dedede;
    outline: 1px solid slategrey;
    background: #555;
}

.singal-post-top-bar-options-bar {
    padding: 0 !important;
}

.show-more-posts {
    padding: 10px 15px;
    border-radius: 50px;
}

.show-more-posts:hover {
    padding: 10px 15px;
    border-radius: 50px;
}

.profile-top-bar-wallete a {
    color: #000;
    text-decoration: none;
}


/* Chat Widget */

.universal-chat {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 12;
}

.universal-chat-icon img {
    width: 40px;
    height: 40px;
}

.universal-chat-inner {
    background: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.universal-chat-inner:hover {
    background: #dee2e6;
}

.universal-chat-inner:hover .tooltip-div-message {
    display: block;
}

.tooltip-div-message {
    position: absolute;
    top: -40px;
    left: 50%;
    background: #000;
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 12px;
    transform: translateX(-50%);
    display: none;
}

.universal-chat-icon.notif {
    position: relative;
}

.custom-post-view .single-post-pop-up-comment {
    flex: 0 0 25%;
    background: #fff;
    border-left: 1px solid #dedede;
}

.custom-post-view .custom-card {
    overflow: hidden;
}


/* .universal-chat-icon.notif::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border-radius: 50%;
    top: 6px;
    right: 3px;
} */


/* Bell */

.profile-user-options-icon.notif {
    position: relative;
}

.universal-chat-icon.notif .notify-div {
    position: absolute;
    width: 15px;
    color: white;
    height: 15px;
    background-color: #eb0101;
    border-radius: 50%;
    top: 5px;
    display: flex;
    right: -2px;
    justify-content: center;
    font-size: 10px;
    align-items: center;
    box-shadow: 0px 0px 0px #dc3545;
}

.universal-chat-icon.notif .notify-div.animate {
    animation: PulseAnimate 1s;
    animation-iteration-count: infinite;
}

@keyframes PulseAnimate {
    0% {
        box-shadow: 0px 0px 0px 0px #ed9ca3;
    }
    50% {
        box-shadow: 0px 0px 0px 5px #ed9ca3;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ed9ca3;
    }
}

.notify-div-inner {
    display: block;
    height: 10px;
    width: 10px;
    background: #dc3545;
    border-radius: 50%;
}


/* .profile-user-options-icon.notif::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border-radius: 50%;
    top: 11px;
    right: 9px;
} */

.product-pagination-div-outer .page-item {
    margin: 0 5px;
}

.product-pagination-div-outer .page-item .page-link {
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    background: #dee2e6;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.product-pagination-div-outer .page-item .page-link:hover {
    background-color: #000;
    color: #fff;
}

.product-pagination-div-outer .page-item.active .page-link {
    background-color: #000;
    color: #fff;
}

.product-pagination-div-outer .page-item.disabled {
    cursor: not-allowed;
}

.product-pagination-div-outer {
    display: flex;
    justify-content: flex-end;
}


/* Product Cart */

.cart-pop-up-outer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 111111;
    width: 100%;
    background: #0000005e;
    display: flex;
    justify-content: flex-end;
    display: none;
}

.cart-pop-up-outer-iner {
    width: 50%;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

.cart-pop-up-top-bar-title {
    padding: 15px;
    font-size: 1.3em;
    text-align: center;
    font-weight: 500;
}

.cart-picking-option-outer {
    border-bottom: 1px solid #dedede;
}

.cart-pop-up-outer button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 4px;
}

.cart-pop-up-outer button:hover {
    background: #fff;
    color: #000;
}

.cart-picking-options {
    display: flex;
    justify-content: center;
    padding: 15px;
    align-items: center;
}

.cart-picking-option-info {
    position: relative;
}

.cart-picking-option-info:hover .cart-picking-option-info-overlay {
    display: block;
}

.cart-picking-option-info-overlay {
    position: absolute;
    width: 200px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    border-radius: 4px;
    display: none;
}

.cart-picking-option-single {
    margin: 0 15px;
}

.cart-picking-option-info-overlay-li {
    padding: 15px;
    border-bottom: 1px solid #dedede;
    font-size: 12px;
}

.cart-popup-items-single {
    padding: 15px;
}

.cart-popup-items-single-comment-field {
    border: 1px solid #dedede;
    width: 100%;
    border-color: #dedede;
    border-radius: 4px;
    padding: 10px;
    background: #fbfbfb;
    height: 50px;
}

.cart-popup-items-single-comment-box-inner {
    margin-top: 15px;
}

.cart-popup-items-single-inner {
    display: flex;
    justify-content: space-between;
}

.cart-popup-items-single-name {
    flex-grow: 1;
}

.cart-popup-items-single-qty {
    font-weight: 500;
    margin-right: 15px;
}

.cart-popup-items-single-qty-control {
    display: flex;
    align-items: center;
}

.cart-popup-items-single-control-single {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    background: #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.cart-popup-items-single-price {
    font-weight: 500;
    margin-right: 15px;
}

.cart-popup-items-item-control-single {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    /* background: #dee2e6; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 12px; */
    border-radius: 50%;
    cursor: pointer;
}

.cart-popup-total-row-single {
    padding: 15px;
}

.cart-popup-total-row-single-inner {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.cart-popup-items-single-comment-box {
    display: none;
}

.cart-popup-bottom-allert {
    padding: 15px;
}

.cart-popup-bottom-checkout {
    padding: 15px;
}

.cart-popup-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
}

.cart-popup-close-button-inner {
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}


/* Loading */

.product-skeleten {
    width: 100%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.product-skeleten-product-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-skeleten-product-title img {
    width: 60%;
    height: 50px;
}

.product-skeleten-product-bottom {
    padding: 15px;
    border-top: 1px solid #dedede;
}

.product-skeleten-product-title {
    padding: 15px;
    min-height: 120px;
}

.product-skeleten-product-title img {
    width: 60%;
    height: 50px;
}

.product-skeleten-product-bottom img {
    width: 100%;
    height: 35px;
}

.profile-user-options-icon.show-count .count {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dc3545 !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    border-radius: 50%;
    color: #fff;
}

.profile-user-options-icon.show-count .notif-count {
    position: absolute;
    top: 4px;
    right: 2px;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dc3545 !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    border-radius: 50%;
    color: #fff;
}

.profile-user-options-icon.show-count {
    position: relative;
}

.profile-user-options-icon.show-count.animate {}


/* Notification */

.notification-outer {
    position: relative;
}

.notification-dropdown {
    position: absolute;
    top: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    right: 0;
    border-radius: 4px;
    z-index: 999999999999;
    overflow: hidden;
}

.notification-image img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    object-fit: cover;
}

.notification-dropdown {
    position: absolute;
    top: 35px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.notification-link {
    padding: 15px;
    display: block;
    color: #000;
}

.notification-ul {
    max-height: 350px;
    width: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.notification-ul::-webkit-scrollbar {
    width: 5px;
}

.notification-ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
}

.notification-ul::-webkit-scrollbar-thumb {
    background-color: #dedede;
    outline: 1px solid slategrey;
    background: #555;
}

.notification-li {
    border-bottom: 1px solid #dedede;
}

.notification-div-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.notification-image {
    margin-right: 15px;
}

.notification-div-content {
    flex-grow: 1;
    font-size: 12px;
}

.notification-div-content .time {
    font-weight: 600;
    color: #0054ad;
    margin-top: 5px;
}

.notification-div-content .content {
    line-height: 14px;
    word-break: break-word;
}

.profile-user-options-icon a:hover {
    background-color: #f0f0f0;
}

.notification-title {
    padding: 15px;
    border-bottom: 1px solid #dedede;
    font-size: 15px;
}

.notification-link.view-all {
    font-size: 12px;
    padding: 5px;
    text-align: center;
    background: #f0f2f5;
}

.notification-link.no-notification {
    padding: 15px;
    font-size: 12px;
    text-align: center;
}

.notification-dropdown {
    display: none;
}

.notification-dropdown.active {
    display: block;
}

.notification-dropdown.show {
    display: block;
}

.notification-link.unread {
    background: #f0f2f5;
}

.gallary-grid-main .empty-div {
    width: 100%;
    text-align: center;
}


/* Delete Comments */

.singal-comment-row-comment-text.has-action {
    position: relative;
    width: 90%;
}
.singal-comment-row-comment-text-user.has-action {
    position: relative;
    width: 100%;
}
.singal-comment-row-comment-text-user.has-action:hover .delete-icon {
    display: flex;
}
.singal-comment-row-comment-text.has-action:hover .delete-icon {
    display: flex;
}
.singal-comment-row-comment-text-user.has-action .delete-icon {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #f0f2f5;
    height: 30px;
    width: 30px;
    display: flex;
    color: #000;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: none;
}
.comment-reply-input{
    width: 94%;
    margin-left: 5%;
}
.main-class-comment::after {
    content: '';
    height: calc(100% - 154px);
    width: 1px;
    position: absolute;
    background: lightgrey;
    top: 59px;
    left: 17px;
}


.left-line-comment::before {
    content: '';
    height: 20px;
    /* background: lightgrey; */
    width: 32px;
    top: 2%;
    position: absolute;
    left: -32px;
    transform: translateX(-50%);
    /* border-radius: 50px; */
    border-bottom: 1px solid lightgrey;
    border-top: 0;
    border-right: 0;
    border-bottom-left-radius: 50%;
    border-left: 1px solid lightgray;
}

.main-class-comment-popup::after {
    content: '';
    height: calc(100% - 154px);
    width: 1px;
    position: absolute;
    background: lightgrey;
    top: 63px;
    left: 30px;
}
.left-line-comment-popup::before {
    content: '';
    height: 20px;
    /* background: lightgrey; */
    width: 30px;
    top: 2%;
    position: absolute;
    left: -25px;
    transform: translateX(-50%);
    /* border-radius: 50px; */
    border-bottom: 1px solid lightgrey;
    border-top: 0;
    border-right: 0;
    border-bottom-left-radius: 50%;
    border-left: 1px solid lightgray;
}
.singal-comment-row-comment-text.has-action .delete-icon {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #f0f2f5;
    height: 30px;
    width: 30px;
    display: flex;
    color: #000;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: none;
}

.setting-navigation-box-li {
    padding: 10px;
    border-bottom: 1px solid #dedede;
    font-size: 13px;
}

.setting-navigation-box-li:last-child {
    border-bottom: 0;
}

.setting-navigation-box-li:hover {
    background-color: #f0f0f0;
}

.setting-navigation-box-li.active {
    background-color: #f0f0f0;
}

.setting-navigation-box-link {
    display: block;
    color:black
}

.content-card.over {
    overflow: hidden;
}

.blocked-users-row {
    padding: 15px;
}

.blocked-users-row:last-child {
    border-bottom: 0;
}

.blocked-users-row-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blocked-users-profile-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.blocked-users-profile-image {
    margin-right: 15px;
}

.blocked-users-profile {
    display: flex;
    align-items: center;
}

.blocked-users-action-button button {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 5px 15px;
}

.ambassador-all-notifications-inner-title {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 500;
}

.ambassador-all-notifications-user-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

a.ambassador-all-notification-link {
    padding: 15px;
    display: block;
    border-bottom: 1px solid #dedede;
}

a.ambassador-all-notification-link:hover {
    background-color: #f0f0f0;
}

.ambassador-all-notifications-user {
    display: flex;
    align-items: center;
}

.ambassador-all-notifications-user-image {
    margin-right: 15px;
}

.ambassador-all-notifications-text {
    flex-grow: 1;
}

.ambassador-all-notifications-text .time {
    font-weight: 600;
    color: #0054ad;
    margin-top: 5px;
}

.ambassador-all-notification-link.unread {
    background: #f0f0f0;
}

button.btn-black {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #000;
}

.field-has-icon .eye-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px;
    cursor: pointer;
}

.field-has-icon {
    position: relative;
}

.set-privacy-dropdown-icon .text {
    flex-grow: 1;
    padding-left: 5px;
}

.set-privacy-dropdown-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.set-privacy-dropdown-icon .checkbox {
    margin-top: 5px;
    margin-right: 5px;
}


/* Post Like & React */

.reaction-div-option img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.reaction-div-options-box-inner {
    display: flex;
    align-items: center;
}

.reaction-div-option {
    padding-right: 5px;
}

.reaction-div-option:last-child {
    padding-right: 0;
}

.reaction-div .like-counter {
    position: relative;
}

.reaction-div-inner {
    position: relative;
}

.reaction-div-main {
    /* background: #f0f2f5; */
    padding: 5px 5px;
    border-radius: 4px;
}

.reaction-div-options {
    position: absolute;
    bottom: 30px;
    left: 0;
    background: #f0f2f5;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    display: none;
}

.reaction-div-options.custom {
    position: absolute;
    top: unset;
    left: unset;
    background: #f0f2f5;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    display: none;
    bottom: -37px;
    right: 0;
    margin-right: -180px;
    z-index: 9999;
}
.reaction-div-options-data {
    bottom: 24px;
    position: absolute;
    left: 0px;
    background: #f0f2f5;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    display: none;
    z-index: 9999;
}
.reaction-div-options-data-main {
    bottom: 21px;
    position: absolute;
    left: 0px;
    background: #f0f2f5;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    display: none;
    z-index: 9999;
}
.reaction-div-options-data-main-popup {
   bottom: 25px;
    position: absolute;
    left: 0px;
    background: #f0f2f5;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    display: none;
    z-index: 9999;
}
.liked-user-list.custom {
    position: absolute;
    top: 31px;
    /* left: unset; */
    width: 120px;
    font-size: 13px;
    background: #f0f2f5;
    border-radius: 4px;
    padding: 5px;
    display: none;
    bottom: -23px;
    margin-left: 3px;
    right: 0;
    z-index: 11111111111;
}

.reaction-div-inner:hover .reaction-div-options {
    display: block;
}
.comment-reaction-hover:hover .reaction-div-options-data {
    display: block;
}
.comment-reaction-hover-main:hover .reaction-div-options-data-main {
    display: block;
}
.comment-reaction-hover-main:hover .reaction-div-options-data-main-popup {
    display: block;
}
.liked-user-list-box {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    z-index: 100;

}

.liked-user-list {
    position: absolute;
    top: -20px;
    margin-left: 17px;
    left: 11px;
    width: 120px;
    font-size: 13px;
    background: #f0f2f5;
    border-radius: 4px;
    padding: 5px;
    display: none;
    z-index: 100;
}
.mentions-input-box .mentions-autocomplete-list {
    width: 33%;
    margin-left: 20px;
    top: 30px;
    margin-top: 3px;
    background: #fff;
    border: 1px solid #b2b2b2;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10000;
    margin-top: -2px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
}
.liked-user-list-main {
    position: absolute;
    top: 9px;
    margin-left: 17px;
    left: 18px;
    width: 120px;
    font-size: 13px;
    background: #f0f2f5;
    border-radius: 4px;
    padding: 5px;
    display: none;
    z-index: 100;
}

.reaction-div {
    display: flex;
    align-items: center;
}

.reaction-div .like-counter {
    position: relative;
    padding-left: 15px;
    padding: 5px;
}

.reaction-div .like-counter:hover .count {
    text-decoration: underline;
}
.reaction-div .like-counter:hover .reaction-div-options-data {
    display: none;
}
.reaction-div .like-counter:hover .reaction-div-options-data-main {
    display: none;
}
.reaction-div .like-counter:hover .reaction-div-options-data-main-popup {
    display: none;
}
.like-counter:hover .count {
    text-decoration: underline;
}

.reaction-div .like-counter:hover .liked-user-list {
    display: block;
}
.reaction-div .like-counter:hover .liked-user-list-main {
    display: block;
}
.like-counter:hover .liked-user-list {
    display: block;
}

.like-counter:hover .liked-user-list-main {
    display: block;
}
.social-privacy-dropdown-box-li-inner {
    display: flex;
    align-items: center;
}

.social-privacy-dropdown-box {
    position: absolute;
    top: 0;
    right: 0px;
    width: 175px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    border-radius: 4px;
    z-index: 1;
    display: none;
}

.social-privacy-dropdown-box-li {
    padding: 5px;
    border-bottom: 1px solid #dedede;
}

.social-privacy-dropdown-box-icon {
    margin-right: 10px;
}

.social-privacy-dropdown-box-checkbox {
    margin-right: 10px;
}

.social-privacy-dropdown-box-text {
    font-size: 13px;
}

.close-social-privacy-dropdown-box-close {
    position: absolute;
    top: -7px;
    right: -7px;
    height: 20px;
    width: 20px;
    background: #fff;
    font-size: 13px;
    /* color: red; */
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 34px;
}

.close-edit-post-dropdown-box-close {
    position: absolute;
    top: -7px;
    right: -7px;
    height: 20px;
    width: 20px;
    background: #fff;
    font-size: 13px;
    /* color: red; */
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 34px;
}

.social-privacy-dropdown-box-inner {
    position: relative;
}

.post-reaction-list-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0000008a;
    top: 0;
    left: 0;
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.post-reaction-list-box-inner {
    width: 600px;
    background: #fff;
    height: 465px;
    border-radius: 8px;
    /* overflow: hidden; */
    margin: 10px;
}

.post-reaction-list-box-main-top-bar-li .icon img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.post-reaction-list-box-main-top-bar-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.post-reaction-list-box-main-top-bar-li {
    width: 14%;
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
}

.post-reaction-list-box-main-top-bar-li.close {
    position: absolute;
    top: -17px;
    right: -15px;
    background: #000;
    color: #fff;
    width: 10px;
    height: 10px;
    /* display: flex; */
    opacity: 1;
    border: 0;
    border-radius: 50%;
    font-size: 9px;
}

.post-reaction-list-box-main-top-bar-li:hover {
    background-color: #dedede;
}

.post-reaction-list-box-main-top-bar-li .count {
    margin-left: 10px;
}

.post-reaction-list-box-main-top-bar-li .more-text {
    display: flex;
}

.post-reaction-list-box-main-top-bar-li .more-text-inner {
    margin-right: 10px;
}

.post-reaction-list-content-profile-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.post-reaction-list-content {
    max-height: 405px;
    overflow: hidden;
    overflow-y: auto;
}

.more-reactions-box {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 80px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    transform: translateX(-50%);
    display: none;
}

.post-reaction-list-box-main-top-bar-li.more {
    position: relative;
}

.post-reaction-list-box-main-top-bar-li.more:hover .more-reactions-box {
    display: block;
}

.more-reactions-box-li {
    padding: 5px;
    display: flex;
}

.post-reaction-list-content-profile {
    display: flex;
    align-items: center;
}

.post-reaction-list-content-profile-image {
    margin-right: 15px;
    position: relative;
}

.post-reaction-list-content-reaction {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.post-reaction-list-content-reaction {
    position: absolute;
    bottom: -6px;
    right: 0px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.post-reaction-list-content-reaction img {
    width: 15px;
    height: 15px;
}

.post-reaction-list-content-ul {
    display: flex;
    flex-direction: column;
}

.post-reaction-list-content-li {
    border-bottom: 1px solid #dedede;
    padding: 15px;
}

.image-container-inner-main {
    border: 1px dashed #dedede;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    margin-bottom: 20px;
}

.image-container-inner-main .click-trigger {
    width: 30px;
    margin-bottom: 10px;
}


/* .image-container-inner-main .click-trigger:hover {
    transform: scale(5);
} */


/* iTags */
.post-preview-parent{
    /* border-top: 1px solid lightgray; */
    /* margin-bottom: 65px; */
}
.iTags-entries-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.iTags-entries-single {
    display: flex;
    background: #e2edff;
    padding: 5px 10px;
    border-radius: 50px;
    position: relative;
    height: auto;
    align-items: center;
    margin: 5px;
}

.iTags-entries-single .icon {
    position: absolute;
    top: -10px;
    background: #fff;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    right: -10px;
    z-index: 1;
    cursor: pointer;
}

.iTags-entries-single .icon img {
    width: 18px;
}

.iTags-input-div {
    margin-top: 15px;
}

.iTags-input {
    width: calc(100%);
    border: 1px solid #000;
    padding: 10px 15px;
    /* min-width: 100%; */
    display: block;
    border-radius: 4px;
    padding-right: 40px;
}

.iTags-input-div {
    margin-top: 15px;
    position: relative;
}

.iTags-input-div .icon {
    position: absolute;
    top: 7px;
    right: 8px;
    height: 30px;
    width: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.iTags-input-div .icon img {
    width: 20px;
    height: 20px;
}

.iTags-entries-single .text {
    font-size: 12px;
    word-break: break-all;
}

.iTags-error-inner {
    color: #cf0b0b;
    font-size: 12px;
    display: none;
}

.kyc-uploaded-text {
    display: none;
}

.kyc-uploaded-image {
    margin-bottom: 0 !important;
    width: 170px !important;
    height: 170px;
}

/* new css */
.comment-reaction{
    border: none;
    font-size: 12px;
    margin-top: 3px;
}
.comment-reply{
    background:none ;
    margin-top: 3px;
    border: none;
    font-size: 12px;
    cursor: pointer;
}
.see-more{
    background:none ;
    margin-top: 3px;
    border: none;
    font-size: 12px;
    cursor: pointer;
}
.deactivate-user-main{
    background: none;
    right: 0%;
}
.deactivate-user{
    margin-top: 50%;
    right:-195px;
}
.comment-time{
    margin-top: 3px;
    margin-left: 5px;
    font-size: 8px;
}
.comment-like-add{
    margin-top: 3px;
    margin-right: 7px;
}
.comment-time-hours{
    margin-top: 3px;
    margin-left: 12px;
    font-size: 12px;
}
.is-hidden-comment-box{
    display: none;
  }
  .comment-box{
    margin: 9px;
  }
  .comment-box-btn{
    margin-top: 3px;
  }
  .comment-reaction-add{
    display: flex;
    align-items: center;
  }


/* .comment-reaction:hover reaction-div-options.custom-reaction {
    display: block;
} */
/* Responsive */

@media only screen and (max-width: 1200px) {
    .profile-site-navigation-inner {
        width: 100%;
        margin: auto;
    }
    /* .profile-site-navigation-link {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
}

@media only screen and (max-width: 1100px) {
    .navigation-drop-down.right {
        right: 0;
        left: unset;
    }
}

@media only screen and (max-width: 1000px) {
    .post-preview-parent{
        margin-bottom: 65px;
    }
    .modal {
        position: fixed;
        top: 0 !important;
        /* top: 0px !important; */
        /* left: 0; */
        right: -252px;
        z-index: 1050;

        width: 100%;
        /* height: 100%; */
        overflow: hidden;
        outline: 0;
    }
    .deactivate-user-main{
        background: none;
        height: 100%;
        right: -24%;
    }
    .deactivate-user{
        margin-top: 0%;
        right:-244px !important;
        background: none !important;
        padding: 0px !important;
    }
    .modal-main {
        position: fixed;
        top: 0 !important;
        /* top: 0px !important; */
        /* left: 0; */
        right: 31px !important;
        max-width: 348px;
        z-index: 1050;
        /* display: none; */
        /* width: 100% !important; */
        height: 100% !important;
        overflow: hidden;
        outline: 0;
    }
    .content-side-01 {
        width: 40%;
    }
    .inner-navigation-link {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .profile-box-cover-image::after {
        bottom: -255px;
    }
    .friend-grid-col {
        flex: 0 0 48%;
    }
    .profile-navigation-ul-box {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
    }
    .profile-navigation-nav {
        justify-content: space-between;
    }
    .inner-navigation-logo {
        order: 2;
        flex-grow: 1;
    }
    .profile-navigation-ul-outer {
        order: 1;
        position: relative;
    }
    .profile-navigation-ul-box {
        position: absolute;
        /* display: block; */
        /* background: #fff; */
        top: 35px;
        /* box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%); */
        left: 5px;
    }
    .profile-navigation-ul {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 17%);
        flex-direction: column;
    }
    .profile-navigation-li {
        padding: 7px;
        font-size: 13px;
        min-width: 150px;
    }
    .inner-navigation-sub-menu {
        order: 3;
    }
    .single-post-pop-up-comment {
        flex: 0 0 40%;
        background: #f0f2f5;
    }
    a.home-navigation-link {
        font-size: 10px;
    }
    .home-navigation-li a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .all-rewards-col {
        width: 50%;
    }
}
@media only screen and (max-width: 992px) { 
    .header_space {
        padding-top: 70px !important;
    }
}
@media only screen and (max-width: 768px) {
    .header_space {
        padding-top: 140px !important;
    }
    .post-preview-parent{
        margin-bottom: 65px;
        border-top: 1px solid #dedede;
    }
    .profile-site-navigation-link {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .site-logo {
        order: -1;
        width: 100%;
    }
    .profile-top-bar-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 10px; 
    }
    .site-logo-main img {
        display: block;
        margin: auto;
    }
    .content-sides {
        display: flex;
        flex-direction: column;
    }
    .content-side-02 {
        width: 100%;
        order: 1;
    }
    .content-side-01 {
        width: 100%;
        padding-right: 0;
    }
    .profile-box-cover-image .edit-button {
        right: 20px;
    }
    .profile-box-user-info {
        margin-top: -240px;
    }
    .friend-grid-col-profile-image img {
        width: 70px;
        height: 70px;
    }
    .friend-grid-col-profile-image {
        margin-right: 10px;
    }
    .friend-grid-col-profile-text-top {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .inner-navigation-link .text {
        font-size: 11px;
        margin-top: 0;
    }
    .audio-grid-col {
        flex: 0 0 100%;
    }
    .profile-box-cover-image::after {
        bottom: -215px;
        height: 350px;
        display: none;
    }
    .single-post-pop-up-inner {
        flex-direction: column;
    }
    .singal-post-content-pop-up {
        height: calc(60vh - 90px);
    }
    .single-post-pop-up-comment-box {
        height: calc(40vh - 30px);
    }
    .home-navigation-link .text {
        display: none;
    }
    .hide-on-mobile-ads {
        display: none;
    }
    .hide-on-mobile-ads {
        display: none;
    }
    .single-post-pop-up-comment-all.to-bottom {
        order: 1;
    }
    .single-post-pop-up-comment-add.to-top {
        order: 0;
        padding-top: 15px;
    }
    .coment-top-title {
        min-height: 15px;
    }
    .profile-site-navigation-link .icon img {
        padding-bottom: 0px;
    }
    .welcome-user-chat-mobile {
        display: block;
    }
}

@media only screen and (max-width: 600px) {

    .modal {
        position: fixed;
        top: 0 !important;
        /* top: 0px !important; */
        /* left: 0; */
        right: -177px;
        z-index: 1050;

        width: 100%;
        /* height: 100%; */
        overflow: hidden;
        outline: 0;
    }
    .deactivate-user-main{
        background: none;
        height: 100%;
        right: -24%;
    }
    .deactivate-user{
        margin-top: 0%;
        right:-150px !important;
        background: none !important;
        padding: 0px !important;
    }
    .modal-main {
        position: fixed;
        top: 0 !important;
        /* top: 0px !important; */
        /* left: 0; */
        right: 31px !important;
        max-width: 348px;
        z-index: 1050;
        /* display: none; */
        /* width: 100% !important; */
        height: 100% !important;
        overflow: hidden;
        outline: 0;
    }
    .singal-post-top-bar-post-detail-inner{
        margin-top: 6px;
    }
    .singal-post-top-bar-user-info-01 {
        align-items: flex-start;
    }
    .single-post-top-bar-photo-inner{
        /* margin-bottom: 41px; */
    }
    .post-preview-parent{
        margin-bottom: 61px;
    }
    .post-parent .cke_top {
        position: absolute;
        top: -35%;
        right: 0px;
    }
    .profile-site-navigation-li {
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 560px) {
    .modal {
        position: fixed;
        top: 0 !important;
        /* top: 0px !important; */
        /* left: 0; */
        right: -163px;
        z-index: 1050;

        width: 100%;
        /* height: 100%; */
        overflow: hidden;
        outline: 0;
    }
    .deactivate-user-main{
        background: none;
        height: 100%;
        right: -24%;
    }
    .deactivate-user{
        margin-top: 0%;
        right:-168px !important;
        background: none !important;
        padding: 0px !important;
    }
    .modal-main {
        position: fixed;
        top: 0 !important;
        /* top: 0px !important; */
        /* left: 0; */
        right: 31px !important;
        max-width: 348px;
        z-index: 1050;
        /* display: none; */
        /* width: 100% !important; */
        height: 100% !important;
        overflow: hidden;
        outline: 0;
    }
    .singal-post-top-bar-post-detail-inner{
        margin-top: 6px;
    }
    .singal-post-top-bar-user-info-01 {
        align-items: flex-start;
    }
    .single-post-top-bar-photo-inner{
        /* margin-bottom: 41px; */
    }
    .post-preview-parent{
        margin-bottom: 61px;
    }
    .post-parent .cke_top {
        position: absolute;
        top: -35%;
        right: 0px;
    }
    .custom-padding {
        margin-top: -7px;
        padding: 15px !important;
    }
    .post-reaction-list-box-main-top-bar-li.close {
        position: absolute;
        top: -17px;
        right: -62px;
        background: #000;
        color: #fff;
        width: 10px;
        height: 10px;
        /* display: flex; */
        opacity: 1;
        border: 0;
        border-radius: 50%;
        font-size: 9px;
    }
    .post-reaction-list-box-inner {

        background: #fff;
        height: 465px;
        border-radius: 8px;
        /* overflow: hidden; */
        margin: 10px;
    }
    .post-reaction-list-box-main-top-bar-inner{
        width: 465px;
    }
    .profile-box-cover-image .edit-button {
        right: 10px;
        top: 10px;
        font-size: 11px;
    }
    .profile-site-navigation-link .text {
        display: none;
    }
    .profile-box-photo-image img {
        width: 200px;
        height: 200px;
    }
    .founding-member-badge img {
        width: 100%;
        height: unset;
    }
    .profile-box-user-info {
        margin-top: -80px;
    }
    .profile-box-cover-image img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .share-post-user-image {
        flex: 0 0 40px;
    }
    .share-post-box-attachments {
        flex: 0 0 100%;
    }
    .share-post-box-main-bottom-inner {
        flex-direction: column;
    }
    .share-post-box-attachments-inner {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .profile-navigation-ul .line-devider {
        display: none;
    }
    .profile-navigation-li {
        padding: 7px;
        font-size: 15px;
    }
    .profile-wallete-coin-image img {
        width: 35px;
    }
    .profile-user-options-icon img {
        height: 30px;
    }
    .profile-user-options-li.user-pic img {
        width: 30px;
        height: 30px;
    }
    .profile-wallete-top-text {
        font-size: 15px;
    }
    .profile-wallete-balance {
        font-size: 10px;
    }
    .inner-navigation-link .text {
        /* display: none; */
    }
    .friend-grid-col {
        flex: 0 0 100%;
    }
    .profile-box-cover-image {
        height: 280px;
    }
    .profile-box-user-info {
        margin-top: -200px;
    }
    .content-top-bar-inner {
        justify-content: space-between;
        align-items: start;
        flex-direction: column;
    }
}

@media only screen and (max-width: 470px) {
    .singal-post-top-bar-post-detail-inner{
        margin-top: 6px;
    }
    .singal-post-top-bar-user-info-01 {
        align-items: flex-start;
    }
    .single-post-top-bar-photo-inner{
        /* margin-bottom: 41px; */
    }
    .post-preview-parent{
        margin-bottom: 61px;
    }
    .post-parent .cke_top {
        position: absolute;
        top: -35%;
        right: 10px;
    }
    .post-reaction-list-box-main-top-bar-li.close {
        position: absolute;
        top: -17px;
        right: -80px;
        background: #000;
        color: #fff;
        width: 10px;
        height: 10px;
        /* display: flex; */
        opacity: 1;
        border: 0;
        border-radius: 50%;
        font-size: 9px;
    }
    .gallary-top-bar-inner {
        flex-direction: column;
    }
    .network-filter {
        width: 100%;
    }
    .network-filter-inner-main {
        font-size: 12px;
    }
    .network-filter-inner-main-gallery {
        font-size: 12px;
    }
    .selection-icon {
        margin-left: 0;
        align-self: flex-end;
        margin-top: 10px;
    }
    .post-reaction-list-box-main-top-bar-inner{
        width: 355px;
    }
}

@media only screen and (max-width: 430px) {
    .modal {
        position: fixed;
        top: 0 !important;
        /* top: 0px !important; */
        /* left: 0; */
        right: -125px;
        z-index: 1050;

        width: 100%;
        /* height: 100%; */
        overflow: hidden;
        outline: 0;
    }
    .deactivate-user-main{
        background: none;
        height: 100%;
        right: -24%;
    }
    .deactivate-user{
        margin-top: 0%;
        right:-128px !important;
        background: none !important;
        padding: 0px !important;
    }
    .modal-main {
        position: fixed;
        top: 0 !important;
        /* top: 0px !important; */
        /* left: 0; */
        right: 31px !important;
        max-width: 348px;
        z-index: 1050;
        /* display: none; */
        /* width: 100% !important; */
        height: 100% !important;
        overflow: hidden;
        outline: 0;
    }
    .singal-post-top-bar-post-detail-inner{
        margin-top: 6px;
    }
    .singal-post-top-bar-user-info-01 {
        align-items: flex-start;
    }
    .single-post-top-bar-photo-inner{
        /* margin-bottom: 41px; */
    }
    .post-preview-parent{
        margin-bottom: 60px;
    }
    .post-parent .cke_top {
        position: absolute;
        top: -35%;
        right: 10px;
    }
    .post-reaction-list-box-main-top-bar-li.close {
        position: absolute;
        top: -17px;
        right: -50px;
        background: #000;
        color: #fff;
        width: 10px;
        height: 10px;
        /* display: flex; */
        opacity: 1;
        border: 0;
        border-radius: 50%;
        font-size: 9px;
    }
    .recent-searches-box {
        right: unset;
        left: -6px;
        transform: translateX(-50%);
    }
    .post-reaction-list-box-main-top-bar-li {
        flex-direction: column;
        align-items: center;
    }
    .post-reaction-list-box-main-top-bar-li .count {
        margin-left: 0;
    }
    .post-reaction-list-box-main-top-bar-inner{
        width: 350px;
    }
}

@media only screen and (max-width: 400px) {
    .singal-post-top-bar-post-detail-inner{
        margin-top: 6px;
    }
    .singal-post-top-bar-user-info-01 {
        align-items: flex-start;
    }
    .single-post-top-bar-photo-inner{
        /* margin-bottom: 41px; */
    }
    .post-preview-parent{
        margin-bottom: 51px;
    }
    .post-parent .cke_top {
        position: absolute;
        top: -35%;
        right: 10px;
    }
    .post-reaction-list-box-main-top-bar-li.close {
        position: absolute;
        top: -17px;
        right: -47px;
        background: #000;
        color: #fff;
        width: 10px;
        height: 10px;
        /* display: flex; */
        opacity: 1;
        border: 0;
        border-radius: 50%;
        font-size: 9px;
    }
    .profile-site-navigation-li {
        padding: 2px 5px;
    }
    .all-rewards-col {
        width: 100%;
    }
     
    .profile-top-bar-wallete-inner {
        flex-direction: column;
    }
    .notification-dropdown {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .post-reaction-list-box-main-top-bar-inner{
        width: 315px;
    }
    .custom-padding {
        margin-top: 4px;
        padding: 15px !important;
    }
}
@media only screen and (max-width: 395px) {

    .singal-post-top-bar-post-detail-inner{
        margin-top: 6px;
    }
    .singal-post-top-bar-user-info-01 {
        align-items: flex-start;
    }
    .single-post-top-bar-photo-inner{
        /* margin-bottom: 41px; */
    }
    .post-preview-parent{
        margin-bottom: 65px;
    }
    .post-parent .cke_top {
        position: absolute;
        top: -35%;
        right: 0px;
    }
    .post-reaction-list-box-main-top-bar-li.close {
        position: absolute;
        top: -17px;
        right: -60px;
        background: #000;
        color: #fff;
        width: 10px;
        height: 10px;
        /* display: flex; */
        opacity: 1;
        border: 0;
        border-radius: 50%;
        font-size: 9px;
    }
    .post-reaction-list-box-main-top-bar-inner{
        width: 315px;
    }
    .custom-padding {
        margin-top: 0px;
        padding: 15px !important;
    }
}
@media only screen and (max-width: 380px) {
    .modal {
        position: fixed;
        top: 0 !important;
        /* top: 0px !important; */
        /* left: 0; */
        right: -112px;
        z-index: 1050;
        /* display: none; */
        width: 100%;
        /* height: 100%; */
        overflow: hidden;
        outline: 0;
    }
    .deactivate-user-main{
        background: none;
        height: 100%;
        right: -24%;
    }
    .deactivate-user{
        margin-top: 50%;
        right:-128px !important;
        background: none !important;
        padding: 0px !important;
    }
    .modal-main {
        position: fixed;
        top: 0 !important;
        /* top: 0px !important; */
        /* left: 0; */
        right: 31px !important;
        max-width: 348px;
        z-index: 1050;
        /* display: none; */
        /* width: 100% !important; */
        height: 100% !important;
        overflow: hidden;
        outline: 0;
    }
    .deactivate-user{
        margin-top: 0%;
        right:0px;
    }
    .singal-post-top-bar-post-detail-inner{
        margin-top: 6px;
    }
    .singal-post-top-bar-user-info-01 {
        align-items: flex-start;
    }
    .post-preview-parent{
        margin-bottom: 65px;
    }
    .single-post-top-bar-photo-inner{
        /* margin-bottom: 45px; */
    }
    .post-parent .cke_top {
        position: absolute;
        top: -36%;
        right: -14px;
    }
    .main-class-comment::after {
        content: '';
        height: calc(100% - 154px);
        width: 1px;
        position: absolute;
        background: lightgrey;
        top: 59px;
        left: 17px;
    }
    .main-class-comment-popup::after {
        content: '';
        height: calc(100% - 154px);
        width: 1px;
        position: absolute;
        background: lightgrey;
        top: 63px;
        left: 30px;
    }
    .custom-padding {
        margin-top: 5px;
        padding: 15px !important;
    }
    .post-reaction-list-box-main-top-bar-li.close {
        position: absolute;
        top: -17px;
        right: -49px;
        background: #000;
        color: #fff;
        width: 10px;
        height: 10px;
        /* display: flex; */
        opacity: 1;
        border: 0;
        border-radius: 50%;
        font-size: 9px;
    }
    .post-reaction-list-box-main-top-bar-inner{
        width: 315px;
    }
}
@media only screen and (max-width: 370px) {
    .singal-post-top-bar-post-detail-inner{
        margin-top: 6px;
    }
    .singal-post-top-bar-user-info-01 {
        align-items: flex-start;
    }
    .single-post-top-bar-photo-inner{
        /* margin-bottom: 70px; */
    }
    .post-preview-parent{
        margin-bottom: 91px;
    }
    .post-parent .cke_top {
        position: absolute;
        top: -55% !important;
        right: 10px;
    }
    .main-class-comment::after {
        content: '';
        height: calc(100% - 154px);
        width: 1px;
        position: absolute;
        background: lightgrey;
        top: 59px;
        left: 17px;
    }
    .main-class-comment-popup::after {
        content: '';
        height: calc(100% - 154px);
        width: 1px;
        position: absolute;
        background: lightgrey;
        top: 63px;
        left: 30px;
    }
    .custom-padding {
        margin-top: 10px;
        padding: 15px !important;
    }
    .post-reaction-list-box-main-top-bar-li.close {
        position: absolute;
        top: -17px;
        right: -34px;
        background: #000;
        color: #fff;
        width: 10px;
        height: 10px;
        /* display: flex; */
        opacity: 1;
        border: 0;
        border-radius: 50%;
        font-size: 9px;
    }
    .post-reaction-list-box-main-top-bar-inner{
        width: 307px;
    }
}
@media only screen and (max-width: 350px) {
    .singal-post-top-bar-post-detail-inner{
        margin-top: 6px;
    }
    .singal-post-top-bar-user-info-01 {
        align-items: flex-start;
    }
    .single-post-top-bar-photo-inner{
        /* margin-bottom: 70px; */
    }
    .post-preview-parent{
        margin-bottom: 91px;
    }
    .post-parent .cke_top {
        position: absolute;
        top: -55%;
        right: 10px;
    }
    .main-class-comment::after {
        content: '';
        height: calc(100% - 154px);
        width: 1px;
        position: absolute;
        background: lightgrey;
        top: 59px;
        left: 17px;
    }
    .main-class-comment-popup::after {
        content: '';
        height: calc(100% - 154px);
        width: 1px;
        position: absolute;
        background: lightgrey;
        top: 63px;
        left: 30px;
    }
    .custom-padding {
        margin-top: 10px;
        padding: 15px !important;
    }
    .post-reaction-list-box-main-top-bar-li.close {
        position: absolute;
        top: -17px;
        right: -34px;
        background: #000;
        color: #fff;
        width: 10px;
        height: 10px;
        /* display: flex; */
        opacity: 1;
        border: 0;
        border-radius: 50%;
        font-size: 9px;
    }
    .post-reaction-list-box-main-top-bar-inner{
        width: 307px;
    }
}
.profile-navigation-ul-outer.full-show .mobile-menu-icon {
    display: none;
}

.profile-navigation-ul-outer.full-show .profile-navigation-ul-box {
    display: block;
}

.profile-navigation-ul-outer.full-show .profile-navigation-ul-box {
    display: block;
    position: unset;
}

.profile-navigation-ul-outer.full-show .profile-navigation-ul {
    flex-direction: row;
    box-shadow: unset;
}

.profile-navigation-ul-outer.full-show .profile-navigation-li {
    min-width: unset;
}

.texting-contianer-main {
    height: 250px;
}

.container-for-assets {
    min-height: 400px;
}

.spinner-border-large {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-top: 15px;
    vertical-align: -0.125em;
    border: 0.15em solid #342914;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
