@charset "UTF-8";

:root {
    --site-background-color: #f0f2f5;
    --card-background-color: #ffffff;
    --theme-color: #2ad234;
    --font-color: #867E7E;
    --plyr-color-main: #2ad234;
    --plyr-progress-loading-background: hsla(124, 67%, 49%, 0.60);

}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

@font-face {
    font-family: 'Avenir';
    src: url("../fonts/AvenirFont/AvenirLTStd-Book.otf") format("opentype");
    font-style: normal;
}

:root {
    font-family: 'Avenir';
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
}

.row {
    --bs-gutter-x: 0 !important;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    background-color: var(--site-background-color) !important;
    font-family: 'Avenir' !important;
    font-size: 0.875rem !important;
    overflow-x: hidden !important;
}

a,
a:hover,
a:focus,
textarea:focus {
    text-decoration: none;
    color: #2e2e2e !important;
}

button:focus,
input:focus,
audio:focus,
textarea:focus {
    outline: 0px;
}

.white-card {
    background-color: var(--card-background-color);
    border-radius: 15px;
}

.white-card-1 {
    background-color: var(--card-background-color);
    border-radius: 4.22px;
}

.theme-font {
    color: var(--theme-color) !important;
}

.btn-primary-theme {
    background-color: transparent;
    color: var(--theme-color);
    transition-duration: 0.2s;
    border: 1px solid var(--theme-color);
}

.btn-primary-theme:hover {
    background-color: var(--theme-color) !important;
    color: #fff !important;
}

.btn-secondary-theme:hover {
    background-color: #797979 !important;
    color: #fff;
}

.btn-secondary-theme {
    background-color: var(--site-background-color);
    color: #000;
    transition-duration: 0.2s;
}

/* Navbar css */

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6.5%;
}

.main-nav-bar {
    background-color: var(--card-background-color);
    width: 100%;
}

.left-bar,
.right-bar,
.nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-bar {
    width: 65%;
}

.logo-icon img {
    margin-right: 15px;
    width: 200px;
}

.nav-search .search-nav {
    width: 90%;
    background-color: var(--site-background-color);
    border: 0px;
}

.nav-search-icon .search-nav {
    width: 90%;
    background-color: var(--site-background-color);
    border: 0px;
    margin-left: 5px;
}


.nav-item {
    padding: 1rem 0;
    color: #797979;
    font-size: 1rem;
}

.nav-item:focus,
.nav-item:hover {
    color: var(--theme-color);
}

.home-menu a {
    font-weight: 600;
    color: var(--theme-color);
}

.right-bar .home-menu {
    margin-left: 39px;
}

.right-bar .message-menu,
.right-bar .notifications-menu,
.right-bar .friends-menu {
    margin-left: 22px;
    cursor: pointer;
}

.right-bar .createbutton {
    margin-left: 20px;

}

.right-bar .app-menu {
    margin-left: 10px;
}

.nav-item .icons {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background-color: var(--site-background-color) !important;
    align-items: center;
    text-align: center;
    padding: 5px 0 5px 0;
}

.newsfeeds-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--site-background-color) !important;
    text-align: center;
    line-height: 35px;
    margin-right: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item .burger-icon {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: var(--site-background-color) !important;
    align-items: center;
    text-align: center;
    padding: 9px;
    margin-bottom: 5px;
}

.nav-item .nav-icon {
    width: 18px;
}

.nav-item .nav-icon-home {
    width: 19px;
}

.nav-item .nav-icon-friends,
.nav-icon-message,
.nav-icon-bars {
    width: 22px;
}

.profile-menu {
    transform: translateX(14px);
}

.profile-menu .nav-profile-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-left: 22px;
    border: 1px solid #E0E0E0;
}

.profile-menu span {
    margin-left: 19px;
}

.nav-item Image {
    margin-right: 0.5rem;
}

.setting-dropdown {
    height: 36px;
    width: 36px;
    background-color: var(--site-background-color);
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    cursor: pointer;
}

.message-count {
    margin-left: 0.287rem;
    height: 15px;
    width: 15px;
    font-size: 0.7rem;
    background: #FF4F4F;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    position: relative;
    bottom: 10px;
    right: 10px;
}

.nav-icon-apps {
    margin: 3px 1px;
}

.myBorder {
    border-left: 1px solid #828282;
    min-height: 40px;
}

.nav-item {
    text-decoration: none !important;
}

.nav-item button {
    border: 1px solid #828282 !important;
    outline: none;
    background-color: inherit !important;
    width: 120px;
    padding: 0.438rem 1.438rem;
    border-radius: 20px;
    font-family: 'Avenir';
    font-size: 1.2em;
    font-weight: 500;
    font-style: normal;
    color: #797979;

}

.message-dropdown [class*='chat-members'] {
    padding: 7px 7px 7px 7px !important;
    margin-left: 0px;
}

.notify-dropdown,
.friendslist-dropdown,
.search-dropdown {
    position: absolute;
    background-color: var(--card-background-color);
    border-radius: 7px;
    top: 5.5rem;
    right: 36%;
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    display: block;
}

.friendslist-dropdown {
    max-width: 270px;
}

.hide-notify-dropdown,
.hide-message-dropdown,
.hide-friendslist-dropdown,
.hide-search-dropdown {
    display: none;
}

.search-icon-dropdown {
    position: absolute;
    background-color: var(--card-background-color);
    border-radius: 15px;
    top: 1rem;
    right: 58%;
    width: 40%;
    padding: 1rem;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
    display: none;
}

.search-dropdown {
    right: 60% !important;
    top: 4rem !important;
    padding: 1.5rem !important;
    height: 30vh;
    overflow-y: auto;
}

.search-dropdown::-webkit-scrollbar {
    width: 4px;
}

.search-dropdown::-webkit-scrollbar-thumb {
    background-color: #2AD234;
    border-radius: 15px;
}

.more-modal-hr {
    padding: 0 1.75rem;
}

.more-modal-hr hr {
    margin: 0 0 !important;
}

.modal-body-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.div-data {
    display: flex;
    align-items: center;
    background-color: #F7F3F3;
    width: 220px;
    border-radius: 15px;
    padding: 0.8rem 0 0.8rem 0.938rem;
    cursor: pointer;
    margin: 0 4px;
}

.div-data:hover {
    background-color: #F3FFF4;
}

.div-data span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 24px;
    color: #9B9494;
}

.delete-post-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-left: 20px;
}

.delete-para {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.018em;
    color: #828282;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

.delete-post-bottom {
    display: flex;
    justify-content: flex-end;
    padding: 0 14px 14px 0;
    height: fit-content;
}

.delete-post-bottom :first-child {
    border: 1px solid #2AD234;
    border-radius: 30px;
    padding: 6px 22px;
    background-color: transparent;
    color: #2AD234;
    margin-right: 20px;
}

.delete-post-bottom :nth-child(2) {
    border: 1px solid #2AD234;
    border-radius: 30px;
    padding: 6px 22px;
    background-color: #2AD234;
    color: #ffffff;
}

/* search dropdown css */

.search-dropdown h3 {
    font-family: 'Avenir';
    font-size: 1rem;
    font-weight: 700;
    color: black;
}

.followers {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}

.followers img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50px;
    object-fit: cover;
}

.followers h4 {
    font-family: 'Avenir';
    font-size: 0.85rem;
    font-weight: 700;
    color: black;
    transform: translateY(7px);
}

/* friends dropdown */
.friends-dropdown {
    padding: 0.5rem;
}

.friends-header {
    display: flex;
    justify-content: space-between;
    padding-left: 6px;
}

.counter {
    width: 20px;
    height: 20px;
    background-color: #2AD234;
    position: absolute;
    top: 13px;
    margin-left: 25px;
    line-height: 16px;
    border-radius: 50%;
    padding: 3px;
    font-size: 9px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.friends-header h3 {
    font-family: 'Avenir';
    font-size: 1rem;
    font-weight: 800;
    color: #000;
}

.friends-header p {
    font-family: ' Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.015em;
    color: #2AD234;

}

.hamburger-menu,
.search-bar {
    display: none;
}

.menu-dropdown {
    position: absolute;
    background-color: var(--card-background-color);
    top: 4.5rem;
    right: 0;
    width: 100%;
    padding: 1rem 2rem;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    display: none;
    height: 93vh;
    overflow-y: auto;
}

.menu-dropdown hr {
    margin: 1.5rem 0 1rem 0 !important;
}


/********** Main Content ***********/

.you-container {
    padding: 20px 6.5%;
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}



.sticky::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 20px;
}

.multiple-comments::-webkit-scrollbar,
.viewer-list::-webkit-scrollbar,
.gif-style::-webkit-scrollbar {
    display: none;
}

.left-menu-bar:hover::-webkit-scrollbar-thumb {
    background-color: #5DE865 !important;
}

.left-menu-bar::-webkit-scrollbar-thumb {
    background-color: transparent !important;
    border-radius: 12px;
}

.left-menu-bar::-webkit-scrollbar {
    width: 4px;
}

.wall-offset {
    margin-left: 3.5%;
    margin-right: 3.5%;
}

/***************** Left sidebar style  ************/
.left-sidebar {
    flex: 0 0 auto;
    width: 22% !important;
}

.left-sidebar-1 {
    flex: 0 0 auto;
    width: 90% !important;
    position: sticky !important;
    top: 90px;

}

.card-padding-dark {
    padding: 0 25px;
}

.dark-bg-profile {
    border-radius: 15px;
    margin-bottom: 2.5rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.dark-profile {
    position: relative;
    top: 25px;
    height: 65px;
    width: 65px;
    left: 25px;
    border-radius: 50%;
    background-color: white;
    align-items: center;
    text-align: center;
    border: 1px solid #E0E0E0;
}

.dark-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.lef-profile-name {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 0 !important;
}

h2.lef-profile-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.card-padding-dark div p {
    margin-bottom: 4px;
}

.tag-friend-card {
    height: 30vh;
    overflow-Y: auto;
}

.tag-friend-card::-webkit-scrollbar {
    width: 5px;
}

.tag-friend-card::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px;

}

.tag-friend-card::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.profile-view,
.profile-messages-count {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    align-items: center;
    font-weight: 800;
}

.left-side-bookmark {
    border-top: 1px solid #D8CFCF;
    border-right: 1px solid #D8CFCF;
}

.left-side-bookmark span,
.left-side-premium span {
    font-size: 1rem;
    font-weight: 800;
    color: #867E7E;
}

.left-side-premium span {
    margin-left: 5px;
}

.left-side-bookmark,
.left-side-premium {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 0.4rem 0rem;
}

.left-side-premium {
    padding: 1.05rem 0 !important;
}

.left-side-bookmark img,
.left-side-premium img {
    width: 22px;
}

.left-side-bookmark img {
    margin-right: 5px;
}

.left-side-premium {
    border-top: 1px solid #D8CFCF;
}

.dark-bg-profile-bottom {
    margin-top: 1.063rem;
}

.left-menu-bar a {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--font-color);
    align-items: center;
    text-decoration: none;
    transition-duration: 0.2s;
    width: 97%;
    padding: 0.5rem;

}

.left-menu-bar a:hover {
    background-color: rgb(229 231 235) !important;
    border-radius: 7px;
}

.left-menu-bar a,
.left-menu-bar p {
    color: #000 !important;
}



.save-data {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #000000;
    padding-left: 16px;
}

.left-menu-bar {
    padding-left: 0.5rem;
    margin-top: 1rem;
    padding-top: 0.5rem;
    overflow-y: auto;
    height: 83vh;
}

.left-menu-bar a {
    font-size: 1rem;
    font-weight: 800;
    color: #867E7E !important;
}

.covid-tag {
    padding: 0.5rem;
    background-color: var(--site-background-color);
    width: 95%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 800;
    color: var(--font-color);
    position: relative;
    top: 2rem;
    margin: 3rem auto;
    text-decoration: none;
}

.covid-tag :hover {
    background-color: var(--site-background-color);
}

.covid-tag:hover {
    color: var(--font-color);
}

.news-seemore {
    margin-right: 9px;
    height: 36px;
    width: 36px;
    background-color: var(--site-background-color);
    text-align: center;
    border-radius: 50%;
    line-height: 41px;
}

.total-friends {
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.multiple-comments {
    width: 96%;
    margin: auto;
    overflow: auto;
}

.multiple-comments-one-comment {
    width: 96%;
    margin: auto;
    height: 150px;
    overflow: auto;
}

.multiple-comments-no-heigth {
    width: 96%;
    margin: auto;
    height: auto;
}

/*************** Right sidebar  ***************/
.right-sidebar {
    flex: 0 0 auto;
    width: 25% !important;
}

.userName {
    display: flex;
    align-items: center;
}

.userName img {
    transform: translate(5px, 0px) !important;
}

.myButton {
    margin-left: 10% !important;
}

.friend-request-rightside-section-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    font-weight: 800;
    color: #000;
}

.friend-request-rightside-section-header img {
    width: 25px;
    margin-right: 5px;
}

.friend-request-profile {
    padding-top: 14px;
    padding-left: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.friend-request-profile-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.friend-request-profile-1 div {
    margin-left: 8px;
}

.mutual-friends {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mutual-friends div img {
    width: 16px;
    height: 16px;
    box-sizing: content-box;
    border: 2px solid white;
}

.mutual-friends div img:first-child {
    position: relative;
    left: 7px;
}

.mutual-friends p {
    font-size: 0.775rem;
    margin-bottom: 0;
}

.friend-request-profile .lef-profile-name,
.friend-request-profile-1 .lef-profile-name {
    margin-bottom: 0.4rem;
    margin-left: 0.5rem;
}

.friend-request-profile>img:first-child,
.friend-request-profile-1>img:first-child {
    width: 51px;
    height: 51px;
}

.follow-ignore {
    padding-top: 20px;
    padding-bottom: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.follow-ignore-1 {
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2.5rem;
}

.follow-ignore button,
.follow-ignore-1 button {
    border: 0px;
    padding: 0.5rem 1.3rem;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-right: 6px;
    border: 1px solid #2AD234;
    border-radius: 20px;
}


.follow-ignore :nth-child(2):hover,
.follow-ignore-1 :nth-child(2):hover {
    background-color: #C6B7B7 !important;
    color: #fff !important;
}

.follow-ignore :nth-child(2),
.follow-ignore-1 :nth-child(2) {
    border: 1px solid #C6B7B7;
    border-radius: 20px;
    background-color: transparent !important;
    color: #797979 !important;
    font-weight: bold;
    letter-spacing: 0.03em;
    transition-duration: 0.2s;
}

.calendar-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
}

.rs-calendar-section {
    padding: 10px 20px 30px 20px;
    font-size: 12px;
    color: #000;
}

.calender-days {
    text-align: center;
    padding: 7px 0px;
    position: relative;
}

.calender-row,
.faded-date {
    color: #AFAFAF;
}

.calendar-footer {
    margin-top: 7px;
    font-size: 9px;
}

.toggle-calendar {
    height: 14px;
    width: 35px;
    background: #F47741;
    border-radius: 20px;
    padding-left: 2px;
    margin-right: 8px;
}

.toggle-calendar div {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
}

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

.calender-check {
    margin-right: 6px;
}

.birthday-bar,
.anniversaries {
    height: 5px;
    width: 25px;
    border-radius: 25%;
    margin-right: 5px;
}

.birthday-bar {
    background: rgba(42, 210, 52, 0.34);
}

.anniversaries {
    background: rgba(242, 160, 160, 0.62);
}

.annive {
    margin-right: 15px;
}

.faded-dates {
    opacity: 0;
}

.calender-birthday-event {
    position: absolute;
    background: rgba(42, 210, 52, 0.34);
    height: 25px;
    width: 36%;
    border-radius: 15px;
    left: 9%;
}

.calender-anniversary-event {
    background: rgba(244, 119, 65, 0.55);
    height: 25px;
    width: 45%;
    position: absolute;
    border-radius: 15px;
    left: 58%;
}

.white-date {
    color: #fff;
    z-index: 1000;
}

.calendar {
    margin-bottom: 15px;
}

.white-card.rs-sponsor {
    padding: 1rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
}

.white-card.rs-sponsor:last-child {
    margin-bottom: 5rem;
}

.sponsor-icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #ECE9F1;
}

.sponsor-icon-box :first-child {
    margin-top: 5px;
}

.sponsor-icon-box>div {
    margin-left: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.sponsor-icon-box>div>div:nth-child(2) {
    color: #D0D1D2;
}

.sponsor-icon-box>div>div:first-child {
    font-weight: 600;
    color: black;
    font-family: Poppins;
}

.you-sponsors-box {
    padding: 10px 10px;
    box-shadow: 0px 8px 8px rgb(50 50 71 / 8%), 0px 8px 16px rgb(50 50 71 / 6%);
    border-radius: 15px;
}

.sponsor-icon-box img {
    transform: translateY(-5px);
}

.btn-follow .rsf-btn {
    transform: translateY(-10px);
}

.seeMore {
    text-decoration: none !important;
    color: var(--theme-color) !important;
}

.seeMore p {
    text-align: center;
    color: var(--theme-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

/************ Center Section **********/
.dark-bg-profile-bottom,
.calender-row,
.calender-days,
.calendar-footer,
.write-post,
.story-gallery,
.post-comment-section,
.comment-details,
.add-posts-inputs,
.post-box-react {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
}


.comment-reaction-emojis .post-reacts div {
    width: 17px;
    height: 17px;
}

.post-reacts div:first-child {
    position: relative;
    z-index: 5;
    width: 17px;
    height: 17px;
}

.post-reacts div:nth-child(1) {
    z-index: 4;
    width: 17px;
    height: 17px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: white;
    box-sizing: content-box;

}

.post-reacts div:nth-child(2) {
    z-index: 3;
    margin-left: -5px;
    background-color: white;
    width: 17px;
    height: 17px;
    border: 2px solid white;
    border-radius: 50%;
    box-sizing: content-box;

}

.post-reacts div:nth-child(3) {
    z-index: 2;
    margin-left: -5px;
    background-color: white;
    width: 17px;
    height: 17px;
    border: 2px solid white;
    border-radius: 50%;
    box-sizing: content-box;

}

.post-reacts div:nth-child(4) {
    margin-left: -5px;
    background-color: white;
    width: 17px;
    height: 17px;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 1;
    box-sizing: content-box;

}

.post-reacts div:nth-child(5) {
    z-index: 0;
    margin-left: -5px;
    background-color: white;
    width: 17px;
    height: 17px;
    border: 2px solid white;
    box-sizing: content-box;
    border-radius: 50%;
}

.home-wall {
    flex: 0 0 auto;
    width: 46% !important;
}

.wite-post-section {
    padding: 1.6rem 1.5rem;
}

.write-post img {
    width: 50px;
    height: 50px;
    margin-right: 1.2rem;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
}

.write-post-box {
    width: 100%;
    cursor: pointer;
}

.write-post-box input {
    width: 100%;
    border: 1px solid rgba(216, 207, 207, 1);
    border-radius: 30px;
    color: #787878;
    letter-spacing: 0.03em;
    font-weight: 500;
    font-family: 'Avenir';
    cursor: pointer;
}

.add-posts-inputs {
    margin-top: 2rem;
    width: 100%;
}

.add-posts-inputs a,
.add-posts-inputs label {
    margin-right: 16px;
    color: #696363;
    letter-spacing: 0.03em;
    font-weight: 800;
    display: flex;
    text-align: center;
    text-decoration: none !important;
    align-items: center;
    justify-content: flex-start;
}

.add-posts-inputs a.add-posts-ellipsis {
    justify-content: center;
}

.add-posts-gallery {
    background: #F7F7F7;
    padding: 0.6rem 1rem;
    border-radius: 25px;
    width: 28%;
    cursor: pointer;
}

a.add-posts-friends {
    background: #F5F9FB;
    padding: 0.6rem 0.9rem;
    border-radius: 25px;
    width: 32%;
    cursor: pointer;
}

a.activity {
    background: #FFF6DA;
    padding: 0.6rem 1rem;
    border-radius: 25px;
    width: 38%;
    cursor: pointer;
}

a.add-posts-ellipsis {
    background: #f0f2f5;
    padding: 0.7rem 1.2rem;
    border-radius: 50%;
    font-size: 0.875rem;
    margin-right: 0px;
    margin-left: 2px;
    cursor: pointer;
}

.add-posts-inputs a img {
    width: 23px;
    margin-right: 2px;
}

.add-posts-inputs label img {
    width: 20px;
    margin-right: 2px;
    height: 20px;
}

.add-posts-inputs label span {
    margin: auto 0px;
    height: 20px;
    padding-top: 0.2rem;
}

.story-gallery {
    margin-top: 2rem;
    justify-content: start;
}

.story {
    position: relative;
    min-width: 130px;
    width: 130px !important;
    height: 200px;
}

.add-story {
    border-radius: 10px;
}

.story-footer {
    background: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.story-footer img {
    width: 32px;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
}

.story-footer p {
    color: #696363;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.story-footer-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8%;
    background: linear-gradient(180deg, rgba(54, 54, 54, 0), rgba(0, 0, 0, 0.61));
    border-radius: 10px;
}

.story-footer-1 p {
    font-size: 1rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wall-post {
    margin-bottom: 1rem;
}

.post-profile,
.post-profile-left {
    display: flex;
    justify-content: space-between;
    padding: 1rem 16px 0.6rem 16px;
}

.post-profile-1 {
    display: flex;
    padding-bottom: 0.4rem;
}

.post-profile-left-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-profile-left img,
.post-profile-left-1 img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    align-self: flex-start;
}


.post-profile-left div p,
.post-profile-left div p {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 3px;
    margin-top: 5px;
}

.post-profile-left div span,
.post-profile-left div span {
    font-size: 0.85rem;
    font-weight: 500;
}

.post-profile-left div small,
.share-post-card div small,
.share-post-card div small {
    color: #797979;
}

.post-ellipsis {
    position: relative;
    width: 30px;
    height: 30px;
    background: #f0f2f5;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
    cursor: pointer;
}

.post-content {
    width: 90%;
    margin: auto;
}

.post-content-1 {
    width: 98%;
    margin: auto;
    padding-bottom: 0.4rem;
}

.post-media,
.post-media-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.post-media-1 img {
    border-radius: 8px;
}

.post-media-1>div {
    border-radius: 8px;
}


.post-media-1 video {
    width: 100% !important;
    height: inherit !important;
    object-fit: fill;
    border-radius: 8px;
}

.post-media video {
    width: 100% !important;
    height: inherit !important;
    object-fit: fill;
}

.post-content p,
.post-content-1 p {
    /* color: #000; */
    width: 100%;
    margin: auto;
    font-family: 'Avenir';
    font-style: normal;
    /* font-size: 12px; */
    padding-bottom: 0.4rem;
    word-break: break-all;
    color: #050505;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3333;
}

.post-content a,
.post-content-1 a {
    color: #2AD234 !important;
    text-decoration: underline !important;
}

.post-content iframe,
.post-content-1 iframe {
    width: inherit !important;
    height: 300px !important;
}

.MuiInput-input {
    color: rgba(0, 0, 0, 0.911) !important;
    opacity: 1 !important;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
}

.MuiInput-input::placeholder {
    color: rgba(0, 0, 0, 0.548) !important;
    opacity: 1 !important;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
}

.post-content p>span,
.post-content-1 p>span {
    color: #6c6868;
    cursor: pointer;
}

.post-content a .post-content-1 a {
    color: #797979;
    font-weight: normal;
    margin-left: 10px;
}

.post-tittle h4 {
    font-weight: bold;
    font-family: inherit;
    font-size: 14px;
    width: 80%;
    margin: auto;
    margin: 0 2.625rem 1.313rem 6rem;
    padding: 0.5rem 0 0 0;
}

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

.comment-media img {
    width: 45px;
    margin-right: 12px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.media-image {
    width: 50%;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-top: 5px;
}

.media-image img {
    max-width: 100%;
    object-fit: contain;
    max-height: 100vh;
    border-radius: 10px;
}

.post-title-1 h4 {
    font-weight: bold !important;
    font-family: inherit !important;
    font-size: 14px !important;
    width: 80%;
    margin: auto;
    margin: 0 2.625rem 1.313rem 5rem;
    padding: 0.5rem 0 0 0;
}

.post-reacts {
    z-index: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.comment-reaction-emojis {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.comment-reaction-emojis .post-reacts {
    padding: 3px !important;
}


.post-reacts div {
    width: 20px;
}

.post-reacts div>img {
    width: 24px;
    max-width: 24px;
}

.status-text {
    padding: 0 1.375rem 1.188rem 7rem;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #030303;
    margin-bottom: 0;
}

.share-post-card {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 0 17px 5px 17px;
    padding: 11px 11px 5px 11px;

}

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

.share-post-img {
    width: 48px;
    height: 48px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    margin-right: 5px;
}

.status-text-person {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #030303;
    margin-bottom: 0;
    padding: 0 13px 18px 18px;
}

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

.share-image {
    width: 100%;
    height: 150px;
    margin: 20px 0;
}

.share-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.friends-title {
    margin-bottom: 0 !important;
    font-size: 1rem;
    font-weight: 800;
    color: #867E7E;
}

.friends-tag {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 5px !important;
    width: 97% !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    color: var(--font-color);
    align-items: center !important;
    text-decoration: none !important;
    justify-content: space-between !important;
}

.count-background span {
    color: #00CC22;
    font-size: 1rem;
    font-weight: 800;
    margin-right: 4px;
}

.red-heart {
    width: 25px;
    position: relative;
}

.wow-reaction {
    width: 28px;
    position: relative;
}

.haha-reaction {
    width: 28px;
    position: relative;
}

.sad-reaction {
    width: 28px !important;
    position: relative;
}

.angry-reaction {
    width: 28px !important;
    position: relative;
}

.thumbs-up {
    width: 22px !important;
}

.comment-count {
    margin-bottom: 0;
}

.post-reacts span {
    color: #797979;
    font-family: Helvetica;
    letter-spacing: 0.03em;

}

.post-comment-react,
.post-comment-react .like-react,
.nested-comments {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.nested-comments {
    padding: 0 10% 2% 20%;
}

.post-comment-react .like-react>img {
    width: 18px;
    margin-right: 5px;
}

.post-comment-section {
    padding: 10px 15px;
    border-top: 1px solid #D8D8D8;
    margin-bottom: 1rem;
}


.nested-comments>div>img,
.add-comment-1 img {
    width: 42px;
    height: 40px;
    margin-right: 12px;
    border-radius: 50%;
    object-fit: cover;

}

.add-comment>img {
    margin-right: 12px;
}

.add-comment {
    padding: 0 10% 5% 20%;
    display: flex;
}

.add-comment-1 {
    padding: 0 15px 10px 15px;
    display: flex;
}

.wall-post-comment {
    width: 100%;
    border-radius: 0px 20px 20px 20px;
    padding: 1rem;
}

.comment-details {
    margin-bottom: 5px;
}

.comment-details>p {
    color: #000;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 0 !important;
}

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

.user-comment {
    margin-bottom: 0 !important;
}

.comment-details>div>span,
.comment-details>div>i {
    font-size: 10px;
    color: #978F8F;
    letter-spacing: 0.03em;
}

.comment-details>div>span {
    font-family: Helvetica;
    margin-right: 10px;
}

.wall-post-comment div:nth-child(2) {
    color: #030303;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

.comment-footer {
    display: flex;
    margin-left: 15px;
    margin-top: 2px;
    padding-bottom: 6px;
}

.comment-field {
    width: 100%;
    background-color: var(--site-background-color);
    border-radius: 20px;
    padding: 0.7rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}

.comment-input {
    width: 80%;
    background-color: var(--site-background-color);
    border: 0px;
    outline: none;
    line-break: anywhere;
}

.comment-input:empty:before {
    content: attr(data-placeholder);
}

.comment-input div {
    display: none;
}

.comments-type {
    display: flex;
    align-items: center;
}

.comments-type .emoji-comment {
    width: 22px;
    height: 22px;
    transform: translateX(5px);
}

.gif-comment {
    width: 20px !important;
    height: 15px !important;
    border-radius: 0 !important;
}

/* Post Box */
.cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(241, 242, 243, 0.6);
    z-index: 1000001;
    width: 100%;
    height: 100%;
    display: block;
}

.no-cover {
    display: none;
}

.post-popup-box,
.more-option-popup {
    width: 35%;
    position: fixed;
    z-index: 1000002;
    background-color: var(--card-background-color);
    border-radius: 15px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 80px 200px 250px 200px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 80px 200px 250px 200px rgba(0, 0, 0, 0.2);
    padding: 1.2rem;
    display: block;
}

.close-popup-box,
.hide-option-popup {
    display: none;
}

.show-img-area {
    display: block;
}

.img-data :hover {
    background: rgba(241, 242, 243, 0.9);
}

.hide-img-area {
    display: none;
}

.post-box-title {
    font-size: 1.2rem;
    color: #000;
    font-weight: 800;
    border-bottom: 1px solid #A8A8A8;
    display: flex;
    justify-content: space-between;
}

.post-box-title>p {
    margin-left: auto;
    margin-right: auto;
}

.tag-span {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 100;
    transform: translateY(4px);
}

.post-box-profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.2rem 0rem;
}

.post-box-profile>img {
    width: 50px;
    height: 50px;
    margin-right: 2%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #E0E0E0;
}

.post-box-profile div p {
    display: flex;
}

.popup-image {
    width: 50px;
    height: 50px;
    margin-right: 2%;
}

.avatar-image {
    width: 50px;
    height: 45px;
    margin-right: 2%;
}

.avatar-image img,
.popup-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover !important;
}

.post-box-profile>div>p {
    font-size: 1.2rem;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
}

.post-privacy>img {
    width: 20%;
}

.post-privacy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F7F3F3;
    width: 120px;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    font-size: 1rem;
}

.post-privacy select {
    border: none;
    outline: none;
    background-color: transparent;
    font-family: 'Avenir';
    font-size: 0.9rem;
    color: #000;
    font-weight: bold;
    width: 100%;
}

.post-privacy select option {
    font-family: 'Avenir';
    font-size: 0.9rem;
    color: #000;

}

.write-post-box textarea {
    width: 100%;
    border: 0px;
    font-size: 1rem;
    resize: none;
    outline: none;
    word-break: break-word;
}

.write-post-box textarea::-webkit-scrollbar {
    display: none;
}

.you-post {
    border: 2px dashed #D0D0D0;
    border-radius: 15px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem 1rem 0;
    cursor: pointer;

}

.you-post-div {
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.img-div {
    border: transparent;
    background-color: #F7F3F3;
    display: flex;
    justify-content: center;
    padding: 0.9rem;
    width: 50%;
    margin: auto;
    height: -webkit-fill-available;
}

.img-design {
    background-color: transparent;
    width: 100%;
}

.img-design label,
.img-design label img {
    width: 100%;
}

.my-div {
    width: 100%;
    height: 80vh;
    overflow-y: scroll;
}

.img-back {
    border: transparent !important;
    padding: 1rem !important;
    height: 150px;
    text-align: center;
}

.close {
    position: absolute;
    top: 51%;
    right: 11%;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.close-area {
    position: absolute;
    top: 55%;
    right: 8%;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.close i {
    color: #ffffff;
    font-size: 1rem;
    margin-top: 0.1rem;
}

.notclose {
    display: none;
}

/* width */
.you-post-div::-webkit-scrollbar {
    width: 5px;
}

.sticky::-webkit-scrollbar {
    width: 5px;
    background-color: transparent
}

.show-Area::-webkit-scrollbar {
    display: none;
}

/* Track */
.you-post-div::-webkit-scrollbar-track,
.show-Area::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px;

}

.sticky::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #F3F3F3;
    border-radius: 20px;
}


.you-post-div::-webkit-scrollbar-thumb,
.show-Area::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.css-j204z7-MuiFormControlLabel-root {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.footer-part {
    display: flex;
    justify-content: space-between;
    border: 1px solid #A8A8A8;
    border-radius: 15px;
    padding: 0.3rem 1rem;
    align-items: center;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer-part p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-family: 'Avenir';
    font-size: 0.9rem;
    font-weight: 800;
}

.post-box-react img {
    width: 35px;
}

.post-box-react i {
    font-size: 2rem;
    color: #FFC40F;
}

.post-box-footer {
    display: flex;
    align-items: center;
    padding: 0.38rem 0rem;
    cursor: pointer;
}

.post-box-footer img {
    width: 25px;
    margin-right: 10px;
    cursor: pointer;
}

.post-box-footer .location-icon {
    width: 22px;
}

/* audio part css */
.audio-part {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-left: 2rem;
}

button.post-btn {
    border: 0px;
    min-width: 100%;
    background: #2AD234;
    padding: 0.622rem 2rem;
    border-radius: 13px;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.03em;
}

/* profile setting dropdown */
.profile-setting {
    position: absolute;
    background-color: var(--card-background-color);
    border-radius: 15px;
    top: 5.5rem;
    right: 80px;
    width: 18%;
    padding: 0.6rem;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    display: block;
}

.hide-setting {
    display: none;
}

.profile-setting-user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.profile-setting-user>img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #b6b6b6;
}

.profile-setting-user div p {
    font-size: 1.2rem;
    color: #000;
    font-weight: 800;
    letter-spacing: 0.03em;
    margin-bottom: 2px;
}

.setting-list {
    margin: 0.7rem 0rem 0.4rem;
    border-bottom: 1px solid #867E7E;
    cursor: pointer;
}

.setting-links:last-child {
    margin-bottom: 4px;
}

.setting-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #867E7E;
    font-weight: 800;
    transition-duration: 0.2s;
    padding: 6px 8px;
    border-radius: 8px;
    margin: 1px 0;
}

.setting-list .setting-links:hover .setting-links-icon {
    transform: translateX(0px);
}

.setting-list .setting-links:hover {
    background-color: #F7F3F3;
}

.setting-links div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.setting-ico-circle {
    margin-right: 5px;
}

p.sign-out {
    font-size: 1.2rem;
    color: #867E7E;
    font-weight: 800;
    cursor: pointer;
    margin-bottom: 0.4rem;
}

.setting-profile-footer {
    font-weight: 800;
    color: #867E7E;
    margin-top: 0.4rem;
    font-size: 0.64rem;
}

.setting-ico-circle>img {
    width: 25px;
}

.setting-links-icon {
    width: 7px;
    transition-duration: 0.2s;
    transform: translateX(-4px);
}

/* Chat box */
.chat-box {
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: 10px 10px 0px 0px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    width: max-content;
    align-items: flex-end;
}

.chat-box-hide {
    display: none;
}

.chat-box-small-window {
    margin-right: 21px;
    background: white;
    padding: 0.5rem;
    box-shadow: 0px 4px 22px rgb(0 0 0 / 25%);
    border-radius: 10px 10px 0px 0px;
    width: 312px;
}

.chat-box-small-window .chat_chat-footer__3-GKy {
    position: relative;
}

.chat-box-chat-list {
    background: white;
    padding: 0.5rem;
    box-shadow: 0px 4px 22px rgb(0 0 0 / 25%);
    border-radius: 10px 10px 0px 0px;
    min-width: 50px;
}

.chat-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-left-header img {
    width: 40px;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
}

.chat-left-header span {
    font-size: 1rem;
    color: #000;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.chat-right-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 6px;
}

.chat-right-header .post-ellipsis {
    margin-left: 5px;
}

.chat-search-user {
    background: #F7F3F3;
    border-radius: 10px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.chat-search-user input {
    font-family: 'Avenir';
    padding: 12px 10px 12px 20px;
    width: 85%;
    margin-right: 10px;
    border: 0px;
    background: none;
    color: #787878;
}

.chat-box .post-profile-left img {
    width: 50px !important;
    height: 50px !important;
}

.online-user {
    position: relative;
}

.online-user::after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--theme-color);
    top: 0;
    right: 0;
}

.chat-box .post-profile {
    padding: 10px 0px;
    border-bottom: 0.6px solid rgba(134, 126, 126, 0.4);
}

.chat-box .post-profile:last-child {
    border: unset;
}

.chat-right-header .post-ellipsis {
    cursor: pointer;
}

.chat-box-body {
    display: block;
}

.chat-box-hide {
    display: none;
}

.last-seen {
    font-size: 0.7rem;
    font-weight: 800;
    color: #797979;
    margin-top: 10px;
}

/* Load More */
.load-more {
    margin-top: 3rem;
    text-align: center;
}

.load-more button {
    outline: none;
    border: unset;
    background: var(--theme-color);
    padding: 0.4rem 4rem;
    border-radius: 5px;
    color: #fff;
}

/* reaction emoji's design */
.post-comment-react {
    position: relative;
}

.like-react {
    cursor: pointer;
}

.like-react>div>span {
    padding-top: 2px;
}

.reaction-emoji-box img {
    width: 45px !important;
}

.reaction-emoji-box-1 img {
    width: 35px !important;
}

.reaction-emoji-box,
.reaction-emoji-box-1 {
    background: rgb(255, 255, 255);
    padding: 2px;
    position: absolute;
    bottom: 32px;
    left: -10px;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 5px;
    border-radius: 2em;
    cursor: pointer;
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    z-index: 1000;
}

.reaction-emoji-box-1 {
    bottom: 17px !important;
}

.reaction-emoji-box-hide,
.reaction-emoji-box-hide-1 {
    display: none;
}

.img-fluid-post-preview {
    height: -webkit-fill-available;
    width: 50%;
}

/* Activity part */
.emoji-area {
    display: block;
    position: absolute;
    margin-top: -40%;
    background-color: var(--card-background-color);
    border-radius: 15px;
    width: 65%;
    z-index: 2;
    margin-left: 60%;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
}

.hide-emoji-area {
    display: none;
}

.emojiHead {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.emojiTitle {
    font-size: 1rem;
    font-family: 'Avenir';
    font-weight: 600;
    font-style: normal;
    color: black;
}

.emojiCross {
    font-size: 1.3rem;
}

.emojiSearch {
    width: 230px;
    height: 35px;
    background-color: var(--site-background-color);
    border-radius: 7px;
    padding: 0.7rem 1rem;
    display: flex;
    margin: auto;
}

.friendsSearch,
.locationSearch {
    width: 100%;
    height: 36px;
    background-color: var(--site-background-color);
    border-radius: 50px;
    padding: 0.7rem 1rem;
    display: flex;
}

.friendsSearch {
    border-radius: 10px;
}

.emojiIcon {
    color: var(--theme-color);
    transform: translateY(2px);
    font-size: 14px;
    margin-right: 8px;
}

.emojinav {
    width: 90%;
    background-color: var(--site-background-color);
    border: 0px;
}

.bloc-tabs {
    display: flex;
    justify-content: center;
}

.tabs {
    border-bottom: 1px solid transparent;
    text-align: center;
    width: 33.2%;
    background: transparent;
    cursor: pointer;
    border: none;
    box-sizing: content-box;
    position: relative;
    outline: none;
    font-family: 'Avenir';
    font-size: 0.95rem;
    font-weight: 700;
}

.active-tabs {
    background: white;
    border-bottom: 1px solid #2AD234;
    color: #2AD234;
    font-family: 'Avenir';
    font-size: 0.95rem;
    font-weight: 700;
}


.content-tabs {
    flex-grow: 1;
}

.content {
    background: white;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: none;
}

.content h2 {
    padding: 0px 0 5px 0px;
}

.content hr {
    width: 100px;
    height: 2px;
    background: #222;
    margin-bottom: 5px;
}

.content p {
    width: fit-content;
    height: 100%;
}

.active-content {
    display: block;
}

.EmojiPart {
    padding: 1.5rem 0 0 0;
}

.linediv {
    display: flex;
    justify-content: space-between !important;
    padding-bottom: 0.5rem;

}

.linediv .firstone,
.linediv .secondone {
    display: flex;
    justify-content: space-between;
}

.linediv .firstone {
    width: 25%;
}

.linediv .secondone {
    width: 30%;
}

.linediv .emoji-icon {
    font-size: 1.3rem;
}

.linediv .emoji-text {
    color: var(--font-color);
    font-family: 'Avenir';
    font-weight: 600;
    margin-top: 0.3rem;
}



/* Gif part css */
.gif-part {
    position: absolute;
    margin-top: -35%;
    padding-bottom: 1rem;
    width: 60%;
    margin-left: 54%;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
    display: block;
    background-color: var(--card-background-color);
    border-radius: 15px;
}

.hide-gif-part {
    display: none;
}

.gif-part hr {
    margin: 0.5rem 1rem 1rem 1rem;
}

.gif-data {
    padding: 0 1.5rem 0.5rem 1.5rem;
}

.gif-title {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: -0.015em;
    color: #8E8686;

}

.gif-style {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 30vh;
    display: flex;
    justify-content: center;
}

/* location popup */
.location-popup-box,
.friends-popup-box {
    width: 25%;
    position: fixed;
    z-index: 1000002;
    top: 48%;
    left: 50%;
    transform: translate(-52%, -47%);
    box-shadow: 80px 200px 250px 200px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 80px 200px 250px 200px rgb(0 0 0 / 20%);
    padding: 1.5rem;
    background-color: var(--card-background-color);
    border-radius: 15px;
    display: block;
}

.hide-location-popup,
.hide-friends-popup {
    display: none;
}

.send-icon {
    background-color: #2AD234;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    padding: 0 0.5rem;
}

.locationpart {
    text-align: center;
    align-items: center;
    margin: 1.5rem 0 0.5rem 0 !important;
    background-color: #F3F3F3;
    padding: 1.2rem 0;
    border-radius: 15px;
}

.locationpart p {
    color: var(--font-color);
    font-family: 'Avenir';
    font-size: 0.85em;
    font-weight: normal;
    font-style: normal;
}

.recent-heading {
    color: var(--font-color);
    font-family: 'Avenir';
    font-size: 1.3em;
    font-weight: 800;
    font-style: normal;
    margin: 1rem 0 0.5rem 0rem;
}

.recent-location {
    margin: 1rem 0 0.5rem 0.5rem;
}

.recent-location p {
    color: var(--font-color);
    font-family: 'Avenir';
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
}

.recent-location span {
    color: var(--font-color);
    font-family: 'Avenir';
    font-size: 0.8em;
    font-weight: 600;
    font-style: normal;


}

/* emoji picket css */

.emoji-mart-preview {
    display: none !important;
}

.emoji-picker {
    display: block;
    position: absolute;
}

.emoji-picker-1,
.gifShow {
    display: block;
    position: absolute;
    z-index: 2;
}

.hide-emoji-div,
.hide-emoji-div-1 {
    display: none;
}

.emoji-mart-anchor-bar {
    background-color: #2ad234 !important;
}

.emoji-mart-anchors button {
    color: #2ad234 !important;
}

.emoji-mart-search input,
.emoji-mart-category-label {
    font-family: 'Avenir', sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.0075em;
    color: #867E7E;
}

/* slick slider */
.slick-prev {
    margin-left: -35px !important;
    z-index: 9 !important;
}

.slick-next {
    margin-right: -18px !important;
    z-index: 9 !important;

}

.album-slider .slick-next:before,
.album-slider .slick-prev:before {
    font-size: 40px !important;
}

.send-post {
    position: fixed;
    bottom: 0px;
    background: white;
    z-index: 999;
    left: 73%;
    width: 300px;
    height: 50vh;
    border-radius: 9px;
    box-shadow: 0px 4px 22px rgb(0 0 0 / 25%);
}

@media (max-width:1024px) {
    .send-post {
        left: 69%;
    }
}

@media screen and (max-width:991px) {
    .send-post {
        left: 59%;
    }

    .search-dropdown {
        right: 60% !important;
    }
}

@media screen and (max-width:425px) {
    .send-post {
        left: 3%;
    }
}

.color-post {
    display: none;
}

.open-color-post {
    display: block;
    margin-right: 4%;
    z-index: 2;
}

div#picker img {
    width: 30px;
    height: 30px;
}

.twitter-picker {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    box-shadow: 0 0 0 !important;
    background: transparent !important;
    margin-left: 0;
    z-index: 999;
    border: 0 !important;
}

.twitter-picker span div {
    border-radius: 50% !important;
}

.twitter-picker :nth-child(2) {
    display: none !important;
    border-color: transparent transparent !important;
}

.twitter-picker input {
    display: none;
}

.twitter-picker div:nth-child(3)>div {
    display: none !important;
    border-color: transparent transparent !important;
}

.twitter-picker :nth-child(3) {
    padding: 0 0 0 0 !important;
}

.progress-bar {
    background-color: var(--theme-color) !important;
}

.open-color-post div>div:first-child {
    display: none;
}

.app h3 {
    text-shadow: 1px 1px 4px black;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.app h3 b {
    color: rgb(252, 212, 33);

}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(151, 15, 110);
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 10px solid rgb(151, 15, 110);
}

.area {
    display: none;
}

.show-Area {
    overflow-y: auto;
    overflow-x: hidden;
    display: contents;
    border-radius: 20px;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1.5rem;
}

.sh .area input,
.show-Area input {
    border: none;
    outline: none;
    padding: 1rem 5rem;
    text-align: center;
    color: black;
    font-family: 'Avenir';
    font-size: 2rem;
    letter-spacing: 0.1rem;
    width: 400px;
}

.show-Area textarea {
    width: 100%;
    border: 0px;
    font-size: 2.3rem;
    resize: none;
    outline: none;
    font-family: 'Avenir';
    letter-spacing: 0.03em;
    background-color: transparent;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    color: #000;
}

.show-Area textarea::-webkit-scrollbar {
    width: 5px;
}

.show-Area textarea::-webkit-scrollbar-thumb {
    background-color: #2ad234;
    border-radius: 12px;
}

.ref-button {
    width: 200px;
    height: 45px;
    background-color: white;
    border: 2px dotted #423842;
    margin-top: 100px;
    text-align: center;
    align-items: center;

}

.ref-button:hover {
    background-color: #ccc;
}

.ref-button2 {
    width: 150px;
    height: 45px;
    background-color: cadetblue;
    border: 1px dotted #423842;
    box-shadow: 1px 4px 1px #ccc;
    margin: 4px;
}

.ref-button3 {
    width: 100px;
    height: 45px;
    background-color: darkorange;
    border: 1px dotted #423842;
}

.dropDown-Card,
.open-Comment {
    display: block;
}

.collape-Dropdown,
.hide-Comment {
    display: none;
}

/* friends-list css */
.frinds-list {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    cursor: pointer;
}

.frinds-list img {
    margin-right: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.add-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.add-button .userName {
    font-weight: 600;
    color: black;
    font-family: Poppins;
}

.add-button .user-name-1 {
    color: #D0D1D2;
}

.friends-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.forward-friends-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2rem;
}

.friends-bottom button,
.forward-friends-bottom button {
    border: none;
    outline: none;

}

.friends-bottom :first-child,
.forward-friends-bottom :first-child {
    background-color: transparent;
    border: 1px solid #797979;
    border-radius: 15px;
    width: 100px;
    height: 35px;
    font-family: "Avenir";
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    color: #797979;
    margin-right: 8px;
}

.friends-bottom :nth-child(2),
.forward-friends-bottom :nth-child(2) {
    background: #00CC33;
    border-radius: 12px;
    width: 150px;
    height: 35px;
    font-family: "Avenir";
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
}

.more-option {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1rem 0 0 0;

}

.options-div {
    background: #F7F3F3;
    border-radius: 15px;
    width: 220px;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
}

.more-option .option-feelings,
.more-option .option-friends {
    margin-right: 18px;
}

.more-option .option-poll {
    width: 220px;
}

.options-div img {
    width: 23px;
    margin-right: 10px;
}

.options-div p {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    color: #867E7E;
    text-align: center;
    margin: 0;
}

.location-icon {
    width: 20px !important;
}

.borderpart {
    margin-left: 22px;
}

.poll-icon {
    width: 24px;
    height: 24px;
    background-color: #36B73E;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.poll-header {
    padding: 2rem 2.25rem 1rem 2.25rem !important;
    cursor: pointer;
}

.poll-icon img {
    width: 15px;
    margin-right: 0 !important;
}

/* poll-popup css */
.poll-popup {
    width: 35%;
    position: fixed;
    z-index: 1000002;
    background-color: var(--card-background-color);
    border-radius: 15px;
    top: 48%;
    left: 50%;
    transform: translate(-52%, -47%);
    box-shadow: 80px 200px 250px 200px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 80px 200px 250px 200px rgb(0 0 0 / 20%);
    display: block;
}

.hide-poll-popup {
    display: none;
}

.poll-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1.2rem 1.2rem 0.5rem 1.2rem;
}

.poll-head p {
    font-size: 1.2rem;
    color: #000;
    font-weight: 800;
    text-align: center;
}

.img-tag {
    transform: translateY(2px);
}

.poll-popup hr {
    margin: 0 0.8rem 0.5rem 0.8rem;
}

.chat-dropdown {
    position: absolute;
    background-color: var(--card-background-color);
    border-radius: 15px;
    top: 4rem;
    right: 14%;
    width: 70%;
    padding: 1.5rem;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
    display: block;
    z-index: 2;
}

.hide-chat-dropdown {
    display: none;
}

.chat-dropdown div p {
    font-family: 'Avenir';
    font-size: 0.9rem;
    color: #828282;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
}

/* post dropdown */
.post-dropdown {
    position: relative;
    background-color: var(--card-background-color);
    border-radius: 15px;
    width: max-content;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
    z-index: 4;
    padding: 0.5rem 0.6rem;
    right: 204px;
}

.post-dropdown-2 {
    position: absolute;
    background-color: var(--card-background-color);
    border-radius: 15px;
    width: 20%;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
    z-index: 2;
    padding: 0.5rem 0;
}

.hide-post-popup {
    display: none;
}

.dropdown-data {
    padding: 1.063rem 0 0.938rem 0;
    cursor: pointer;
}

.first-part {
    display: flex;
    align-items: center;
    padding: 0 0 0.375rem 1.096rem;
}


.first-part img {
    width: 25px;
}

.save-img {
    width: 28px !important;
}

.hide-img {
    width: 23px !important;
}

.post-data h5 {
    font-family: 'Avenir';
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    color: #000000;
    font-weight: 800;
    margin-bottom: 0 !important;
    line-height: 0;
    text-align: left;
}

.post-data p {
    font-family: 'Avenir';
    font-size: 0.7rem;
    letter-spacing: 0.03em;
    color: #867E7E;
    margin-bottom: 0;
}

.post-dropdown hr {
    margin: 0.25rem 0;
}

.modal-dialog {
    margin-top: 8% !important;
    border: 0 !important;
    outline: 0 !important;
}

.modal-content {
    outline: none !important;
    border-radius: 7px !important;
}

.video-modal .modal-content {
    width: 70% !important;
}

.modal-header {
    border: 0 !important;
}


.reactEasyCrop_Container {
    position: absolute;
    top: 13rem !important;
    left: 14px !important;
    right: 0;
    bottom: 1rem !important;
    overflow: hidden;
    user-select: none;
    touch-action: none;
    cursor: move;
    height: 245px;
    width: 93% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}



.MuiFormControl-root {
    width: 50%;
}

.MuiInput-underline:after {
    border-bottom: 2px solid #2AD234 !important;
}

.MuiFormLabel-root.Mui-focused {
    color: rgba(40, 40, 40, 0.91) !important;
}

.MuiFormLabel-root {
    color: rgba(40, 40, 40, 0.91) !important;
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
}



/* share post ui  */
.share-profile-div {
    width: 48px;
    height: 48px;
    border: 1px solid #E0E0E0;
}

.share-post-div img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: #00CC22 !important;
}

.css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0 9px;
}

.css-ahj2mt-MuiTypography-root {
    font-family: 'Avenir' !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: -3px;
}

.MuiSlider-root {
    color: #00CC22 !important;
}

.showcovercroppopup #container {
    top: 7rem !important;
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked,
.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate,
.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
    color: #00CC22 !important;
}

.MuiSwitch-colorSecondary.Mui-checked+.MuiSwitch-track {
    background-color: #00CC22 !important;
}

.MuiSwitch-colorSecondary.Mui-checked {
    color: #00CC22 !important;
}

.MuiCheckbox-colorSecondary.Mui-checked {
    color: #00CC22 !important;
}

.success {
    color: white;
    margin: 18% auto;
    text-align: center;
}

.errorText {
    color: red !important;
    font-size: 11px !important;
    text-align: center !important;
    padding-bottom: 8px !important;
}

.comment-field-error {
    width: 100%;
    background-color: var(--site-background-color);
    border-radius: 20px;
    padding: 0.7rem 1rem;
    display: flex;
    justify-content: space-between;
    border: 1px solid red;
}

.story-container {
    height: 85%;
}

.storyImage {
    height: 100% !important;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.story-image {
    width: 150px;
    height: 264px;
}

.userBio {
    color: #867E7E;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.logo {
    cursor: pointer;
}

.arabic {
    direction: rtl !important;
    text-align: right !important;
}

.english {
    direction: ltr !important;
    text-align: left !important;
}

.english iframe,
.arabic iframe {
    max-width: 500px;
    max-height: 350px;
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(241, 242, 243, 0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
}

.no-cover {
    display: none;
}

.success {
    color: white;
    margin: 18% auto;
    text-align: center;
}

.photo-part-user {
    padding-right: 6.5%;
    margin-top: -8%;
}

.buttons {
    display: inline-block;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    padding: 0.375rem 1.2rem;
    border-radius: 0.5rem;
    cursor: pointer;
    color: var(--theme-color);
}

.ubtn-sm {
    padding: 6px 18px;
    border-radius: 16px;
}

.btn-form {
    width: 100%;
    margin-top: 26px;
    border-radius: 10px;
}

.outline-btn {
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.no-hover:hover {
    background-color: initial !important;
}

.filled-btn {
    color: var(--card-background-color);
    background-color: var(--theme-color);
}

.btn-pending {
    color: var(--card-background-color);
    background-color: #FF4F4F;
    padding: 5px 30px;
}

input[type=checkbox]:focus {
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input[type=checkbox]:checked {
    background-color: #00CC22;
}

.ucard {
    background: #ffffff;
    border: 1px solid #EAEAEA;
    overflow: hidden;
    border-radius: 20px;
    margin: 1rem 0rem;
    position: relative;
}

.module-card img {
    width: 100%;
}

.ucard-tags {
    background: rgba(243, 243, 243, 0.63);
    border-radius: 10px;
    padding: 2px 0 2px 0;
    left: 5%;
    position: absolute;
    width: 63px;
    top: 6%;
    text-align: center;
}

.ucard-tag-new {
    background: rgba(42, 210, 52, 0.55);
    border-radius: 10px;
    padding: 2px;
    left: 5%;
    position: absolute;
    top: 6%;
    color: #ffffff;
    width: 63px;
    text-align: center;
}

.img-module-card {
    position: relative;
}

.ucard-content {
    padding: 1rem 1rem 0.5rem 1rem;
}

.RightsideCards {
    position: sticky;
    max-height: 80vh;
    top: 135px;
    overflow-y: auto;
    margin-top: -8%;
}

.RightsideCards-1 {
    position: sticky;
    max-height: 80vh;
    top: 90px;
    overflow-y: auto;
    transform: translateY(-12%);
}

.RightsideCards::-webkit-scrollbar {
    display: none;
}

.ucard-date-box,
.ucard-location-box {
    margin-top: 0.5rem;
    font-size: 0.775rem;
}

.ucard-date-icon,
.ucard-location-icon {
    margin-left: 5px;
    margin-right: 5px;
}

.ucard-date,
.ucard-location {
    position: relative;
    top: 2px;
}

.ucard-pre-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0rem;
    margin-top: 1rem;
}

.ucard-price {
    font-weight: bold;
    color: #2ad234;
    width: 50%;
    flex: 1;
}

.ucard-flag-favrt-icon {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ucard-favrt-icon,
.ucard-flag-icon {
    width: 40%;
}

.ucard-heading-m {
    font-family: Inter;
    font-weight: bold;
    font-size: 1rem;
}

/* color-post css */
.color-post-div {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1.5rem;
}

.color-post-div h4 {
    font-family: 'Avenir';
    font-weight: 600;
    font-size: 1.6rem;
    word-break: break-all;
}

.MuiAccordionSummary-gutters {
    padding: 0px !important;
}

.MuiAccordion-root {
    box-shadow: none !important;
}

.css-sh22l5-MuiButtonBase-root-MuiAccordionSummary-root.Mui-expanded {
    min-height: 30px !important;
}

.css-o4b71y-MuiAccordionSummary-content.Mui-expanded {
    margin: 8px 0px;
}

.css-1elwnq4-MuiPaper-root-MuiAccordion-root.Mui-expanded {
    margin: 0px !important;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

@media (max-width:1366px) {
    .option-poll {
        width: 210px !important;
    }
}

@media(max-width:1280px) {

    .post-footer {
        margin-left: 2.9rem !important;
    }

    .white-card.rs-sponsor {
        padding: 1rem 1rem;
        margin: 1.5rem 0;
    }

    .more-option .option-poll {
        width: 195px !important;
    }

    .add-cards {
        margin: 6rem 0 7rem 0 !important;
    }

}


@media (max-width:1024px) {
    .modal-body-div {
        justify-content: space-around;
    }

    .follow-ignore button,
    .follow-ignore-1 button {
        padding: 0.5rem 1rem;
    }

    .left-sidebar {
        display: none;
    }

    .menu-dropdown {
        display: block;
    }

    .home-wall {
        flex: 0 0 auto;
        width: 62% !important;
    }

    .wall-offset {
        margin-left: 0;
        margin-right: 2%;
    }

    .right-sidebar {
        width: 33% !important;
    }


    .chat-box {
        margin-right: 24px;
        z-index: 2;
    }

    .createbutton {
        display: none;
    }

    .borderpart {
        display: none;
    }

    .profile-menu {
        display: none;
    }

    .hamburger-menu,
    .search-icon-dropdown {
        display: block;
    }

    .right-bar {
        margin-left: 40%;
    }

    .logo {
        margin-bottom: 5px;
    }

    .notify-dropdown,
    .friendslist-dropdown {
        width: 35%;
        right: 15%;
    }

    .search-dropdown {
        width: 35%;
        right: 50% !important;
    }


    .post-popup-box,
    .more-option-popup,
    .poll-popup {
        width: 50%;
    }

    .location-popup-box,
    .friends-popup-box {
        width: 40%;
    }


    .hamburger-menu {
        margin-left: 22px;
    }

    .app-menu {
        margin-left: 22px;
    }

}


@media (max-width:770px) {

    .left-sidebar,
    .right-sidebar {
        display: none;
    }

    .home-wall {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .wall-offset {
        margin-left: 0%;
        margin-right: 0%;
    }

    .right-bar {
        margin-left: 20%;
    }

    .post-popup-box,
    .more-option-popup,
    .poll-popup {
        width: 58%;
    }

    .search-bar {
        display: block;
    }


    .nav-search-icon {
        width: 100%;
        background-color: var(--site-background-color);
        border-radius: 20px;
        padding: 0.5rem 1rem;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

    .mutual-friends p {
        font-size: 0.7rem;
    }
}

@media(max-width:540px) {
    .cstm-your-photos-padding-resp {
        padding-left: 0 !important;
    }

    .bg-white-cstm-after {
        margin-bottom: 1rem;
    }

    .cstm-story-loader-bar {
        margin-left: 16% !important;
    }

    .css-1yt2d7p-MuiStack-root {
        width: 100% !important;
    }

    .story-loading-bar {
        top: 3% !important;
    }

    .post-views {
        bottom: 1.7rem !important;
    }

    .post-views img {
        height: 16px;
    }

    .white-card {
        border-radius: 0;
    }

    .story-privacy {
        width: max-content !important;
        left: 25% !important;
        top: 12% !important;
        z-index: 212121;
    }

    .story-cross img {
        top: 8px !important;
        left: 8px !important;
        height: 27px !important;
    }

    .add-story-profile {
        border-radius: 12px;
        overflow: hidden;
        max-height: fit-content !important;
    }

    .profile-detail {
        padding: 2.819rem 2rem 2rem !important;
    }

    .text-card,
    .upload-card {
        height: 330px !important;
    }

    .story-cross-1 {
        display: none;
    }

    body {
        overflow-x: hidden !important;
    }

    .div-data span {
        font-size: 1rem;
    }

    .right-bar .home-menu {
        margin-left: 1px;
    }

    .story-bottom-part {
        left: 0 !important;
        width: 100%;
        justify-content: center;
    }


    .story-upload-section,
    .story-upload-section-1 {
        background-color: transparent !important;
    }

    .add-cards {
        margin: 1rem 0 1rem 0 !important;
    }

    .cstm-resp-add-story {
        flex-direction: column-reverse;
    }

    .add-story-profile,
    .add-stories {
        width: 100% !important;
    }

    .card-one,
    .card-two {
        width: 127px !important;
        height: 272px !important;
        text-align: center;
    }

    .card-one {
        margin-right: 2rem !important;
    }

    .icon {
        transform: translateX(8rem) !important;
    }

    .left-bar {
        display: none;
    }

    .right-bar {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 0;
    }

    .nav-item {
        padding: 1.4rem 2rem;
    }

    .nav-container {
        justify-content: space-between;
        align-items: center;
        padding: 0 6.5%;
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        box-shadow: none;
        background: #fff;
        border-radius: 0;
        z-index: 1;
    }

    .notify-dropdown,
    .friendslist-dropdown {
        position: fixed;
        border-radius: 0;
        top: 0;
        bottom: 10.6%;
        left: 0 !important;
        max-width: 100%;
        width: 100%;
    }

    .MuiFormControl-root {
        width: 100% !important;
    }

    .notify-dropdown {
        height: 89.4vh !important;
    }

    .chat-box,
    .hamburger-menu {
        display: none;
    }

    .post-popup-box {
        width: 95% !important;
        box-shadow: 80px 200px 250px 200px rgb(0 0 0 / 20%);
        padding: 1.2rem;
        display: block;
    }

    .footers {
        display: flex;
        flex-direction: column;
        width: 94%;
    }

    .you-post {
        border: 2px dashed #D0D0D0;
        border-radius: 15px;
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4rem 0.5rem 4rem 0;
        cursor: pointer;
    }

    .you-container {
        padding: 0px 0%;
    }

    .close-area,
    .close {
        top: 40%;
    }

    .emoji-picker-1,
    .gifShow {
        z-index: 102;
    }

    .gif-part {
        position: absolute;
        margin-top: -9%;
        width: 60%;
        margin-left: 33%;
        z-index: 999;
    }

    .emoji-area {
        margin-top: -17%;
        margin-left: 29%;
    }

    .location-popup-box,
    .friends-popup-box {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .add-posts-inputs {
        display: none;
    }

    .post-content,
    .post-content-1 {
        margin: 0.5rem 20px;

    }

    .post-content p,
    .post-content p {
        margin-bottom: 0;
        word-break: break-all;
    }

    .discover-group-slider .slick-slider .slick-prev {
        margin-left: 3% !important;
    }

    .discover-group-slider .slick-slider .slick-next {
        margin-left: -1% !important;
    }

    .discover-group-slider {
        margin-left: 4px;
    }

}

@media(max-width:375px) {
    .cstm-story-loader-bar {
        margin-left: 12% !important;
    }


    .div-data {
        padding: 12px 1px;
    }

    .div-data img {
        margin-right: 4px;
    }
}

@media(max-width:425px) {
    .timeline-card-parent {
        width: 100% !important;
        margin: 8px 0 !important;
    }


    .RightsideCards {
        position: relative;
        top: -150px;
    }

    .search-icon-dropdown {
        position: fixed;
        top: 1%;
        left: 4%;
        width: 92%;
    }

    .search-dropdown {
        POSITION: FIXED;
        TOP: 8% !IMPORTANT;
        WIDTH: 80%;
        RIGHT: 15% !IMPORTANT;
    }

    .nav-item {
        padding: 1.4rem 1rem;
    }

    .gif-part,
    .emoji-area {
        width: 75%;
        margin-left: 18%;
    }

    .post-dropdown {
        width: max-content;
        right: 0;
        position: absolute;
    }


    .story-image.story-image.story-image.story-image.story-image {
        width: auto;
        height: 100% !important;
        width: 100% !important;
    }

    .color-story {
        height: 100% !important;
    }

    .notify-dropdown,
    .friendslist-dropdown {
        bottom: 10.2%;
    }

    .notify-dropdown {
        height: 89.7vh !important;
    }


    .story-container {
        height: 100%;
    }

    .you-container {
        padding: 0 !important;
    }

    .white-card {
        border-radius: 0;
        padding-bottom: 0;
    }

    .story-gallery {
        margin-top: 1rem;
        margin-bottom: 1.2rem;
    }

    .post-comment-section {
        margin-bottom: 0.5rem;
    }

    .wall-post {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .cstm-order-resp-profile:nth-child(2) {
        order: 3;
    }

    .cstm-order-resp-profile:nth-child(3) {
        order: 2;
    }
}

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

    .reactEasyCrop_CropAreaRound,
    .reactEasyCrop_CropArea {
        width: 180px;
        height: 180px;
    }

}

@media(max-width:375px) {

    .close-area,
    .close {
        top: 43%;
    }

    .footer-part p {
        display: none;
    }


    .post-footer {
        margin-left: 0 !important;
    }

    .post-box-footer {
        display: flex;
        justify-content: space-between;
    }

    .footer-part {
        display: block;
        padding: 0.3rem 2rem;

    }

    .notify-dropdown,
    .friendslist-dropdown {
        bottom: 9.25%;
    }

    .notify-dropdown {
        height: 90.59vh !important;
    }

    .write-post img,
    .post-profile-left img {
        width: 40px;
        height: 40px;
    }

}

@media(max-width:360px) {
    .gif-part {
        margin-top: -27%;
    }

    .notify-dropdown,
    .friendslist-dropdown {
        bottom: 11.8%;
    }

    .notify-dropdown {
        height: 88vh !important;
    }
}


@media(min-width:768px) and (max-width:1024px) {
    .card-one {
        margin-right: 1rem !important;
        width: 190px !important;
    }

    .card-two {
        width: 190px !important;
    }

    hr.bg-secondary.m-0.position-sticky {
        top: 68px !important;
    }
}


@media(max-width:768px) {

    hr.bg-secondary.m-0.position-sticky {
        top: 68px !important;
    }
}

@media(max-width:540px) {

    hr.bg-secondary.m-0.position-sticky {
        top: 80px !important;
    }
}

@media(max-width:320px) {
    .you-post {
        padding: 3rem 0.5rem 3rem 0;
    }

    .close-area,
    .close {
        top: 50%;
    }

    .nav-item {
        padding: 1.4rem 0.5rem;
    }

    .right-bar .home-menu,
    .right-bar .message-menu,
    .right-bar .notifications-menu,
    .right-bar .friends-menu {
        margin-right: 0;
        margin-left: 15px;

    }

    .notify-dropdown,
    .friendslist-dropdown {

        bottom: 13%;
    }

    .notify-dropdown,
    .friendslist-dropdown {
        bottom: 13.2%;
    }

    .notify-dropdown {
        height: 86.5vh !important;
    }
}

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

    .add-posts-inputs label,
    a.add-posts-friends,
    .add-posts-inputs>.activity {
        margin-right: 4px;
        padding: 0.6rem 0.5rem;
    }


    .add-posts-inputs {
        margin-top: 1rem;
    }

}


.hover-effect-clickable-text {
    cursor: pointer;
}

.hover-effect-clickable-text :hover {
    text-decoration: underline;
    font-weight: bold;
}

.react-player__preview {
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.videoClass {
    height: 270px !important;
}

.react-player__play-icon {
    border-color: transparent transparent transparent var(--theme-color) !important;
}

/* story slider */
.story-slider {
    width: 76%;
}

.story-upload-section .story-slider,
.timeline-slider,
.discover-group-slider {
    width: 100%;
}

.story-upload-section-1 .story-slider,
.timeline-slider,
.timeline-slider-friend {
    width: 100%;
}


.group-chat-slider {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.story-slider .slick-slider .slick-prev:before,
.story-slider .slick-slider .slick-next:before,
.timeline-slider-friend .slick-slider .slick-next:before,
.timeline-slider-friend .slick-slider .slick-prev:before,
.discover-group-slider .slick-slider .slick-next:before,
.discover-group-slider .slick-slider .slick-prev:before {
    font-size: 25px !important;
    background: #FFFFFF !important;
    content: '' !important;
    opacity: 1 !important;
}

.group-chat-slider .slick-slider .slick-next:before,
.group-chat-slider .slick-slider .slick-prev:before {
    content: '' !important;
    opacity: 1 !important;
}

.story-slider .slick-slider .slick-prev,
.group-chat-slider .slick-slider .slick-prev {
    left: 15px !important;
    top: 40% !important;
    display: none !important;
}

.story-slider .slick-slider .slick-next {
    left: calc(100% - 20px) !important;
    top: 40% !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background-color: white;
    background-image: url('../images/arrow-next.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.story-upload-section .story-slider .slick-slider .slick-next {
    left: calc(90% - 20px) !important;
    top: 40% !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background-color: white;
    background-image: url('../images/arrow-next.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.story-upload-section-1 .story-slider .slick-slider .slick-next {
    left: calc(75% - 20px) !important;
    top: 50% !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background-color: white;
    background-image: url('../images/arrow-next.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.timeline-slider .slick-slider .slick-next,
.timeline-slider .slick-slider .slick-next {
    left: calc(100% - 13px) !important;
    top: 46% !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background-color: #f7f3f3;
    background-image: url('../images/arrow-next.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.timeline-slider-friend .slick-slider .slick-next,
.group-chat-slider .slick-slider .slick-next {
    left: calc(100% - 13px) !important;
    top: 46% !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background-color: #f7f3f3;
    background-image: url('../images/arrow-next.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.discover-group-slider .slick-slider .slick-prev {
    display: block !important;
    left: calc(4% - 20px) !important;
    top: 46% !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background-color: #EBEBEB;
    background-image: url('../images/left-story-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.discover-group-slider .slick-slider .slick-next {
    left: calc(100% - 23px) !important;
    top: 46% !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background-color: #EBEBEB;
    background-image: url('../images/arrow-next.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.story-upload-section .story-slider .slick-slider .slick-prev {
    left: calc(15% - 20px) !important;
    top: 40% !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background-color: white;
    background-image: url('../images/left-story-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: block !important;
}

.timeline-slider-friend .slick-slider .slick-prev {
    display: block !important;
    left: calc(15% - 20px) !important;
    top: 46% !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background-color: #f7f3f3;
    background-image: url('../images/left-story-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.timeline-slider .slick-slider .slick-prev {
    display: block !important;
    left: calc(15% - 20px) !important;
    top: 46% !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background-color: #f7f3f3;
    background-image: url('../images/left-story-arrow.svg');
    background-repeat: no-repeat;
    opacity: 1 !important;
    background-position: center center;
}


.timeline-slider .slick-slider .slick-prev::before,
.timeline-slider .slick-slider .slick-prev::before,
.timeline-slider .slick-slider .slick-next::before,
.timeline-slider .slick-slider .slick-next::before {
    font-size: 25px !important;
    background: #FFFFFF !important;
    content: '' !important;
    opacity: 1 !important;
}

.story-upload-section-1 .story-slider .slick-slider .slick-prev {
    left: calc(28% - 20px) !important;
    top: 50% !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background-color: white;
    background-image: url('../images/left-story-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    display: block !important;
}

.add-story-div .modal-content {
    border-radius: 0 !important;
}

.add-story-div>div {
    padding: 0;
}

.add-stories {
    width: 65%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-stories-2 {
    width: 100%;
    max-height: 90.88vh;
}

.add-story-upload-section {
    width: 100%;
    max-height: 100%;
}

.story-upload-section {
    width: 100%;
    height: 100%;
    background-color: black;
}

.story-upload-section-1 {
    width: 100%;
    height: 100%;
    background-color: black;
}

.story-cross img {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.story-cross-1 {
    padding: 1.25rem 0 0 1.625rem;
    background: black;
    width: 65%;
}

.add-story-profile {
    width: 35%;
}

.add-story-profile-section {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.add-cards {
    margin: 5rem 0 7rem 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.add-cards-1 {
    margin: 0 0 0 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.card-one {
    background: linear-gradient(180deg, #2697B4 0%, #A1AB4D 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    width: 227px;
    height: 397px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4rem;
}

.upload-card {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    width: 250px;
    height: 420px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    justify-content: center;
    overflow: hidden;
}

.upload-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-two {
    background: linear-gradient(180deg, #D55385 0%, #FCC201 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    width: 227px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 397px;
}

.text-card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    width: 227px;
    height: 397px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-one img,
.card-two img {
    width: 29px;
}

.card-one span,
.card-two span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 0.03em;
    color: #FFF8F8;
}

.profile-detail {
    padding: 1.819rem 2rem 0 2rem;
}

.detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-header p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -0.015em;
    color: #000000;
    margin-bottom: 0;
}

.audiance-circle {
    height: 32px;
    width: 32px;
    background-color: var(--site-background-color);
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.detele-audiance-circle {
    height: 20px;
    width: 20px;
    background-color: var(--site-background-color);
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    cursor: pointer;
}

.profile-div-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.profile-div {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.story-profile-img {
    height: 26px;
    width: 26px;
}

.story-profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


.profile-div-1 span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-left: 8px;
}

.profile-div span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #000;
    margin-left: 8px;
}

.story-time {
    font-size: 10px !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-style: normal !important;
    font-weight: normal !important;
}

.add-text {
    margin-top: 1.875rem;
    display: flex;
    flex-direction: column;
}

.add-text span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 0.03em;
    color: #000000;
}

.add-text textarea {
    resize: none;
    outline: none;
    border-radius: 7px;
    height: 130px;
    padding: 1rem;
    margin-top: 0.688rem;
    border: 1px solid #ddd;
}

.text-post-area {
    position: absolute;
    bottom: 22%;
    width: 19%;
}

.text-post-area span,
.text-card textarea {
    width: 100%;
    border-radius: 7px;
    background: transparent;
    resize: none;
    border: none;
    color: #000000;
    padding: 0.5rem;
}

.text-post-area span {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    word-break: break-all;
    font-style: oblique;
}

.text-card textarea {
    text-align: center;
    height: 150px;
    font-family: 'Inter', sans-serif;
    font-style: oblique;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
}

.add-text textarea::-webkit-scrollbar,
.text-card textarea::-webkit-scrollbar {
    display: none;
}

.color-picker-div {
    margin-top: 0.688rem;
}

.color-picker-div>div {
    position: initial !important;
}

.story-bottom-part {
    display: flex;
    position: relative;
    top: 0.5rem;
    justify-content: flex-end;
}

.story-bottom-part button {
    width: 120px;
    outline: none;
    background-color: transparent;
    padding: 0.625rem 0;
    border-radius: 20px;
}

.story-bottom-part :last-child {
    border: 1px solid #2AD234;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: var(--theme-color);
}

.story-bottom-part :nth-child(1) {
    border: 1px solid #C6B7B7;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.03em;
    margin-right: 0.625rem;
    color: #8b8b8b;
    font-weight: bold;
}

.story-background {
    background: linear-gradient(360deg, rgba(54, 54, 54, 0) 0%, rgba(0, 0, 0, 0.5) 48.68%);
    padding: 20px 0;
    margin-top: -8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.post-views {
    position: absolute;
    bottom: 0px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background: linear-gradient(180deg, rgba(54, 54, 54, 0) 0%, rgba(0, 0, 0, 0.5) 48.68%);

}

.post-views span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: -0.015em;
    color: #F7F3F3;
    margin-right: 5px;
}

.story-loading-bar {
    position: absolute;
    top: 2%;
}

.story-privacy {
    position: absolute;
    width: 30%;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
    z-index: 2;
    left: 67%;
    top: 10%;
    padding: 0 1rem;
}

.story-privacy h5 {
    margin-top: 1rem !important;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: -0.015em;
    color: #000000;
    text-align: center;
    margin-bottom: 0;

}

.story-privacy hr {
    margin: 0.5rem 0 !important;
}

.story-options,
.story-options-1 {
    padding: 0.875rem 1.5rem 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.story-options-1 {
    padding: 0rem 1.5rem 0 1.5rem !important;
    margin-top: -5% !important;
}

.story-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.story-privacy-options {
    display: flex;
    flex-direction: column;
    margin-left: 11px;
}

.story-privacy-options span {
    margin-top: 0 !important;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: -0.015em;
    color: #000000;
    text-align: left;
}

.hr-two hr {
    margin: -5% 0 17px 0 !important;
}

.story-dropdown-bottom {
    padding: 0 1.5rem 1rem 1.5rem;
    display: flex;
    justify-content: flex-end;
}

.story-dropdown-bottom button {
    outline: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.03em;
    border-radius: 8px;
}

.story-dropdown-bottom :first-child {
    border: 1px solid #2ad234;
    color: #2ad234;
    padding: 0.5rem 1.313rem;
    background-color: transparent;
    margin-right: 1.5rem;

}

.story-dropdown-bottom :nth-child(2) {
    border: 1px solid #2ad234;
    color: #ffffff;
    padding: 0.5rem 1.313rem;
    background-color: #2ad234;

}

.delete-popup {
    position: absolute;
    width: 90%;
    left: 5%;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
    z-index: 2;
    top: 200%;
}

.delete-story-btns button {
    border: 1px solid #C6B7B7;
    padding: 5px 12px;
    border-radius: 10px;
    background-color: #fff;
    margin-left: 3px;
    color: #8b8b8b;
}

.delete-story-btns button:last-child {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);

    color: #fff;
}


.detele-header h4 {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: -0.015em;
    color: #000000;
    text-align: center;
}

.delete-story-hr hr {
    margin: 0 0 !important;
}

.delete-popup h5 {
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: -0.015em;
    color: #000000;
    margin-bottom: 0;
    padding: 1rem 0 2.188rem 0.938rem;
}

.css-eglki6-MuiLinearProgress-root {
    background-color: #36B73E !important;
    border-radius: 15px;
}

.css-t752vm {
    background-color: #36B73E !important;
    border-radius: 15px;

}

.css-zun73v.Mui-checked,
.css-zun73v.MuiCheckbox-indeterminate {
    background-color: #36B73E !important;
}

.css-5xe99f-MuiLinearProgress-bar1 {
    background-color: #ffffff !important;
    border-radius: 15px;
}

.story-reaction-part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.story-reaction-part span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.015em;
    color: #ffffff !important;
}

.story-emoji-part {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.story-emoji-part :first-child {
    width: 40px !important;
}

.story-emoji-part img {
    width: 24px;
}

.story-heart {
    margin: 0 -4px;
}

.viewer-list {
    position: absolute;
    width: 250px;
    border-radius: 20px;
    background-color: #ffffff;
    bottom: 0;
    padding-bottom: 2rem;
}

.viewer-header {
    padding: 10px 11px 0 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.viewer-header span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    color: #000000;
}

.viewer-list h3 {
    margin-top: 10px !important;
    text-align: center !important;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.015em;
    color: #000000;
}

.viewer-list hr {
    margin: 0.375rem 0;
}

.viewer-detail {
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.viewer-image {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.viewer-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.viewer-name {
    display: flex;
    flex-direction: column;
}

.viewer-name span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.03em;
    color: #000000;
}

.viewer-name small {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.03em;
    color: #797979;
}

@media(max-width:1280px) {
    .add-cards {
        margin: 9rem 0 7rem 0;
    }


}

.story-min-images {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.color-story {
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.color-story>p {
    text-align: center;
    color: white;
    font-family: 'Avenir';
    font-size: 15px;
}

.storyText {
    color: white;
    font-weight: bold;
    text-align: justify;
}

.useNameStyle {
    font-size: 1rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 3px;
    margin-top: 5px;
}

@media(min-width:1920px) {
    .options-div {
        width: 305px !important;
    }
}

.noSuggestedFriend {
    margin-left: 2rem !important;
}

.btn-pending {
    background-color: #ffc107 !important;
}

.slick-track {
    display: flex !important;
    height: fit-content;
}

.slick-list {
    overflow: hidden !important;
}

.timeline-card-parent {
    width: 89%;
    margin: 20px auto;
}

.sharedPostPreviewInCreatePost {
    height: 200px;
    overflow-y: auto;
}

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

.sharedPostPreviewInCreatePost::-webkit-scrollbar-thumb {
    background-color: #2ad234;
    border-radius: 12px;
}

.nav-item>.icons,
.icons>div,
.covid-tag>.newsfeeds-icon {
    transition-duration: 0.34s;
}

.nav-item>.icons:hover.icons>div {
    transform: rotate(360deg);
}


.follow-ignore .btn-primary-theme.rsf-btn:hover {
    background-color: #2AD234;
    color: #fff;
}

.follow-ignore button,
.follow-ignore-1 button {
    transition-duration: 0.2s;
}

.btn-secondry-theme.rsf-btn:hover {
    background-color: #C6B7B7 !important;
    color: #fff !important;
}

.story-upload-section-1 {
    padding: 15px;
}

.css-7p5u54 {
    border-radius: 10px !important;
    background: white !important;
}

.giphy-grid {
    overflow-x: hidden;
    overflow-y: scroll;
}


.giphy-grid::-webkit-scrollbar {
    width: 6px;
}

.giphy-grid::-webkit-scrollbar-thumb {
    background-color: #2AD234;
    border-radius: 12px;
}

.giphy-grid::-webkit-scrollbar-track {
    background-color: #fff !important;
}

.albumText {
    padding: 10px 15px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 0rem;
    color: #797979;
    font-size: 14px;
}

.albumText>span {
    color: black;
    font-weight: bold;
}

.ErrorPage {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;

}

.ErrorPage h4 {
    font-family: Avenir;
    padding-top: 0.7rem;
}

.ErrorPage button {
    margin-top: 1rem;
    width: max-content;
    padding: 0.8rem 2.5rem;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
    transition-duration: 0.2s;
}

.ErrorPage button:hover {
    color: white;
    background-color: var(--theme-color);
}

.ErrorPage img {
    width: 60%;
}


.chat-head-bottom-icons {
    width: fit-content;
    height: fit-content;
    position: absolute;
    bottom: 100%;
    right: 2%;
    display: flex;
    flex-direction: column;
}

.chat-head-bottom-icon {
    width: 65px;
    height: 65px;
    margin: 5px 0;
    position: relative;
    cursor: pointer;
}

.chat-head-bottom-icon>img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;

}

.chat-head-bottom-icon-cross {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.chat-head-bottom-icon-cross img {
    width: 20px;
}

.overlay-div {
    position: absolute;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 22%), rgb(0 0 0 / 22%));
    z-index: 1;
    height: 100%;
    text-align: center;
    display: flex;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.overlay-div>p {
    margin: auto;
}

.fs-8 {
    font-size: 0.75rem;
}


.chat-head-click-popup {
    position: absolute;
    right: 110%;
    background: #fff;
    height: fit-content;
    max-height: 33vh;
    overflow: auto;
    min-width: 180px;
    max-width: max-content;
    text-align: center;
    padding: 6px;
    border-radius: 6px;
    bottom: 2%;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;

}

.chat-head-click-popup>div {
    cursor: pointer;
    padding: 0.3rem 0rem;
    display: flex;
    flex-direction: column;
}

.chat-head-click-popup-div {
    display: flex;
    align-items: center;
    padding: 6px 0px;
}

.chat-head-click-popup .chat-head-click-popup-div:hover {
    background-color: #F7F3F3 !important;
}

.chat-head-click-popup img {
    width: 30px;
    border-radius: 50%;
}

.welcome-note {
    background-color: #fff;
    width: 100%;
    margin: auto;
    padding: 1.5rem 3rem;
    color: #2ad234;
    border-radius: 6px;
    text-align: center;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}

.welcome-note button {
    background-color: #2ad234;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    transition-duration: 0.3s;
    border: 1px solid #fff;

}

.welcome-note button:hover {
    color: #2ad234;
    background-color: #fff;
    border: 1px solid #2ad234;
}

.welcome-note p {
    padding: 6px 0;
}

.small-chat-more-options {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.small-chat-more-options-div {
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
}

.small-chat-more-options-div>img {

    cursor: pointer;
}

.small-chat-more-options-details {
    position: absolute;
    right: 30%;
    width: max-content;
    background: #FFFFFF;
    bottom: 100%;
    box-shadow: 0px 6px 17px rgb(0 0 0 / 25%);
    border-radius: 16px;
    padding: 10px;
}

.small-chat-more-options-details>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;
    cursor: pointer;
}

.small-chat-more-options-details>div:hover {
    background-color: #E7E7E7;
}

.small-chat-more-options-details>div>p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #867E7E;
}

.small-chat-more-options-details>div>img {
    width: 25px;
    margin-right: 10px;
}

.border-bottom-cstm-cmnt {
    border-bottom: 1px solid #D8D8D8;
}

.swiper-button-prev,
.swiper-button-next {
    color: #2ad234 !important;
    background: transparent !important;
    border: 1px solid #2ad234 !important;
    width: 25px !important;
    border-radius: 50% !important;
    height: 25px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #2ad234 !important;
    color: white !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px !important;
    font-weight: 900;
}

.chat-right-header img {
    padding: 0 3px;
    height: 30px;
}

.text-preview-ellipsis {
    text-overflow: ellipsis;
    width: 12ch;
    white-space: nowrap;
    overflow: hidden;
}

#gifSectionScrollAble::-webkit-scrollbar {
    width: 4px;
}

#gifSectionScrollAble::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #2AD234;
}

div#gifSectionScrollAble img {
    height: 7rem;
    border-radius: 12px;
    padding: 2px;
}

.infinite-scroll-component {
    padding: 0 7px;
}

.gif-data .emojiSearch {
    width: 100%;
}

.emojiTitle~img {
    cursor: pointer;
}

@media screen and (max-width:1130px) {
    .you-container.you-container-cstm-resp {
        padding: 20px 2.5%;
    }

    .cstm-justify-space-between-md {
        justify-content: space-between;
    }

    .you-container.you-container-cstm-resp .chat_main-container__2nOhO {
        width: 95%;
    }
}



/* Profile Responsivenes */
@media screen and (max-width:425px) {
    .cstm-order-resp:nth-child(1) {
        order: 1;
    }

    .cstm-order-resp:nth-child(2) {
        order: 2;
    }

    .cstm-order-resp:nth-child(3) {
        order: 4;
        margin-top: -24%;
    }


    .cstm-order-resp:nth-child(4) {
        order: 3;
    }

    .cstm-order-resp-profile:nth-child(1) {
        order: 1;
    }
}

@media screen and (max-width:540px) {
    .categories-slider_ .position-absolute.top-50.rounded-circle.d-flex.align-items-center.justify-content-center.yo-green-border.cursor-pointer:nth-child(1) {
        left: 0 !important;
    }

    .cstm-edit-profile-padding-resp {
        padding-left: 0 !important;
    }

    .video-categories-home-right-resp.video-categories-home-right-resp.video-categories-home-right-resp.video-categories-home-right-resp {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 23% !important;
    }

    .video-controls-mx-cstm-resp.video-controls-mx-cstm-resp:last-child {
        margin-right: 0 !important;
    }

    .video-controls-mx-cstm-resp.video-controls-mx-cstm-resp {
        margin: 0 4px !important;
    }
}

.css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input[placeholder='Dial Code'] {
    text-align: center;
}

@media (max-width:540px) {
    .message-menu-mobile-on {
        display: block;
    }

    .message-menu-mobile-off {
        display: none;
    }
}

@media (min-width:540px) {
    .message-menu-mobile-on {
        display: none;
    }

    .message-menu-mobile-off {
        display: block;
    }
}

.disable {
    background-color: #867E7E !important;
    cursor: not-allowed !important;
}

.enable {
    cursor: pointer;
}

.MuiAccordionDetails-root {
    padding: 0 16px 8px;
}

.tag-friend-card::-webkit-scrollbar-thumb {
    background-color: #2ad234;
}


.border-green {
    border-color: var(--theme-color);
}

.avatar-border {
    border: 1px solid #E0E0E0;
}

.privacy-image {
    width: 14px !important;
    height: 14px !important;
    margin-right: 3px !important;
    border: none !important;
    border-radius: 0% !important;
}

.w-95 {
    width: 95%;
}

.friendhidePostSections-popup-box {
    position: relative;
    z-index: 2121;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0px 4px 33px rgb(0 0 0 / 25%);
}

.story-views-container {
    left: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 46rem;
    background: #fff;
    padding: 1rem;
    transition-duration: 0.3s;
}

.story-views-container-show {
    display: block;
    animation: story_views_animate 0.5s linear forwards;
}

@keyframes story_views_animate {
    0% {
        height: 0rem;
    }

    100% {
        height: 46rem;
    }
}

.story-views-images {
    background-size: cover;
    background-position: center;
}

.story-views-images-bg {
    background-color: rgba(42, 210, 52, 0.28);
}

.story-viewer-container-img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.story-viewer-container-react img {
    height: 30px;
    width: 30px;
    padding: 0 2px;
}

.nine-dot-modal .modal-content {
    background-color: #fff !important;
    border: 1px solid #ffff !important;
}

.landingpage-cstm-card-box-shadow>[class*="ucard"] {
    box-shadow: 0px 4px 9px rgb(0 0 0 / 15%);
}

.bg-white-cstm-after {
    background-color: #fff;
    border-radius: 12px;
}

.video-categories-home-right-resp {
    margin-bottom: 0.5rem !important;
}

.bottom-login-popup button {
    width: 14rem;
    padding: 10px;
    border: none;
    border-radius: 30px;
    margin: 0px 8px;
    font-size: 1rem;
    font-weight: 600;
}

.bottom-login-popup a {
    width: 14rem;
    font-size: 1rem;
    font-weight: 600;
}

.bottom-login-popup>button {
    background-color: var(--theme-color);
    color: white;
}

.bottom-login-popup :nth-child(2) {
    color: var(--font-color);
}

.createbutton button {
    transition-duration: 0.2s;
}

.createbutton button:hover {
    background-color: #828282 !important;
    color: #fff;
}


img[src='/images/cross.svg'],
.close-post-box {
    /* transform: scale(0.9); */
    transition-duration: 0.4s;
    cursor: pointer;
}

/* img[src='/images/cross.svg']:hover,
.close-post-box:hover {
    /* transform: scale(1) rotate(360deg); */
/* } */

.message-dropdown .YO-custom-scroll {
    height: 246px !important;
}

.yo-border-green {
    border: 1.4px solid var(--theme-color);
    border-radius: 6px;
}

.yo-box-shadow {
    box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.25);
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-16 {
    border-radius: 16px !important;
}

.header-form-group>input::placeholder {
    color: rgba(0, 0, 0, .5) !important;
    font-size: 12px !important;
}

.header-form-group>input:focus {
    border: 1px solid #2ed234 !important;
    box-shadow: 0 0 0 0.25rem rgb(46 210 52 / 25%) !important;
}

.zindex-fixed {
    z-index: 1030 !important;
}

@media (max-width:540px) {
    .group-page.you-container {
        margin-top: 0px !important;
    }

    .timeline-slider-friend {
        width: 90%;
        margin: auto;
    }

    .add-posts-inputs {
        margin: 0 !important;
        display: flex;
        padding: 1rem 0;
    }

    .add-posts-gallery {
        padding: 0.6rem;
    }

    .add-posts-inputs label,
    .add-posts-inputs a {
        margin-right: 4px;
    }

    .add-posts-inputs a span,
    .add-posts-inputs label span {
        display: none;
    }

    .more-option-popup {
        width: 90%;
    }
}

.w-max {
    width: max-content !important;
}

.w-10 {
    width: 10% !important;
}

.w-90 {
    width: 90% !important;
}

.story-viewer-containerData-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.story-width {
    width: 80%;
}

.story-arrows {
    width: 50%;
    border: 1px solid gray;
    border-radius: 50%;
}

@media screen and (max-width:768px) {
    .story-width {
        width: 90%;
    }

    .story-arrows {
        width: 70%;
        border: 1px solid black;
        border-radius: 50%;
    }

    .right-0-sm-resp {
        right: 0 !important;
    }
}

@media screen and (max-width:425px) {
    .story-width {
        width: 98%;
    }

    .story-arrows {
        width: 110%;
        border: 1px solid black;
        border-radius: 50%;
    }
}

.job-sideBar {
    width: 100%;
    max-width: 296px;
}

.job-story {
    width: 135px !important;
    height: 230px !important;
}

.MuiSlider-thumbSizeMedium:active,
.MuiSlider-thumbSizeMedium:hover,
.Mui-focusVisible,
.MuiSlider-thumbSizeMedium:focus {
    box-shadow: 0px 0px 0px 8px rgb(0 204 34 / 16%) !important;
}

.YO-custom-scroll-sidebar-job:hover::-webkit-scrollbar-thumb {
    background-color: #2AD234 !important;
}

.YO-custom-scroll-sidebar-job::-webkit-scrollbar-thumb {
    background-color: transparent !important;
}

@media(max-width:700px) {
    .add-stories {
        flex: 1;
        background-color: #fff !important;
        display: flex;
        align-items: center;
        z-index: 0;
        border-radius: 12px;
    }

    .add-cards {
        background-color: transparent !important;
    }

    .cstm-resp-add-story.modal-body {
        min-height: 92vh !important;
        border-radius: 12px;
        justify-content: start !important;
    }

    .add-text textarea {
        border: 1px solid #ddd;
    }
}