.top-right-bg .main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.top-right-bg .main::before {
    content: '';
    position: absolute;
    top: -41px;
    right: -70px;
    width: 400px;
    height: 400px;
    background-image: url('../images/bg-1.gif');
    mix-blend-mode: Lighten;
    transform: rotate(-69deg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.form-wrapper.border {
    border-color: var(--base-color) !important;
    border-radius: 10px;
}
.form-wrapper.border > * {
    color: var(--white-color);
    font-weight: 200;
}
.form-wrapper.border a {
    color: var(--white-color);
}
.other-login-area-wrapper {
    border: 1px solid transparent;
    border-top-color: var(--white-color);
}
.other-login-area-wrapper h4 {
    font-size: 15px;
    font-weight: 200;
    text-align: center;
    position: relative;
    line-height: 1.5;
    top: -15px;
    z-index: 9;
    background: var(--secondary-color);
    display: inline-block;
    padding: 0 15px;
    left: 50%;
    transform: translateX(-50%);
}
.other-login-area-wrapper .login-socialmedia-icons {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.other-login-area-wrapper .login-socialmedia-icons li a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100%;
}
.forget-password-icon {
    width: 120px;
}
.right-side-bg {
    background-image: url('../images/girl-shadow.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 125%;
    mix-blend-mode: Lighten;
    position: relative;
}
.right-side-bg img {
    width: 500px !important;
    position: absolute;
    top: 56%;
    left: 54%;
    transform: translate(-50%, -50%);
}
@media all and (max-width: 992px){
    .right-side-bg {display: none;}
}
.personal-data-step-items {
    display: flex;
}
.personal-data-step-items li {
    border-bottom: 1px solid var(--white-color);
    transition: 0.4s;
}
.personal-data-step-items li a {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    color: var(--white-color);
    text-decoration: none;
    display: block;
    text-transform: capitalize;
}
.personal-data-step-items li.active,
.personal-data-step-items li:hover {
    border-bottom-color: var(--base-color);
    transition: 0.4s;
}
.personal-data-step-items li:hover a,
.personal-data-step-items li.active a {
    color: var(--base-color);
    transition: 0.4s;
}
.profile-picture-uploader-wrapper {
    width: 150px;
    border-radius: 100%;
    overflow: hidden;
}
.profile-picture-uploader-wrapper label[for="personal_data_profile_picture_upload_file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--secondary-color-fade-rgb), 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
.profile-picture-uploader-wrapper label[for="personal_data_profile_picture_upload_file"] i {
    font-size: 30px;
}
.profile-picture-uploader-wrapper:hover label[for="personal_data_profile_picture_upload_file"] {
    opacity: 1;
    visibility: visible;
}
.personal-details-form-wrapper .form-wrapper {
    display: none;
}
.personal-details-form-wrapper .form-wrapper.active {
    display: block;
}

.main-top-header {
    padding: 12px 0;
}
.main-top-header-mobile {
    display: none;
}
.main-top-header-mobile div button {
    outline: 0;
    border: 1px solid var(--black-color);
    background-color: transparent;
    color: var(--black-color);
}
.main-top-header .logo-wrapper img {
    width: 200px;
}
#community_seach_modal .modal-body form .input-group input {
    height: 50px;
    border: none;
    border-radius: 40px 0 0 40px;
}
#community_seach_modal .modal-body form .input-group input:focus {
    box-shadow: none;
    outline: 0;
}
#community_seach_modal .modal-body form .input-group button {
    background-color: var(--white-color);
    color: var(--secondary-color);
    border-radius: 0 40px 40px 0;
}

#profile-wrapper button img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.dropdown-menu.top-header-profile-dorpdown {
    min-width: 300px;
} 
.dropdown-menu.top-header-profile-dorpdown.show {
    transform: translate(-250px, 49px) !important;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
}
.dropdown-menu.top-header-profile-dorpdown .profile-picture-wrapper {
    width: 100px;
} 
.dropdown-menu.top-header-profile-dorpdown .profile-picture-wrapper img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
} 
.dropdown-menu.top-header-profile-dorpdown li .profile-details a {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
} 
.dropdown-menu.top-header-profile-dorpdown li .profile-details p {
    font-size: 13px;
    color: #8d8d8d;
    text-align: center;
}
.dropdown-menu.top-header-profile-dorpdown li .menu {
    color: var(--base-color);
    padding: 8px 20px;
    border-bottom: 1px solid rgba(0,0,0, 0.1);

}
.dropdown-menu.top-header-profile-dorpdown li .menu i {
    margin-right: 15px;
    color: var(--secondary-color);
}
.dropdown-menu.top-header-profile-dorpdown li:first-child .menu {
    margin-top: 20px;
}
.dropdown-menu.top-header-profile-dorpdown li:last-child .menu {
    border-bottom: none;
}
#notification-wrapper .dropdown-toggle:after {
    display: none;
}
#header-top-searchbar,
#notification_btn {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: 0.4s;
}
#notification_btn span.notifier {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 7px;
    right: 10px;
    opacity: 0.8;
}
#header-top-searchbar:hover,
#notification_btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#panel-left-side {
    box-shadow: 0 0 1px 0px rgba(0,0,0,.5);
    padding: 20px;
    border-radius: 5px;
}
#panel-left-side button {
    font-size: 20px;
    color: var(--secondary-color);
    border: none;
    background-color: transparent;
    margin-left: 2px;
    margin-bottom: 30px;
}
#panel-left-side ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#panel-left-side ul li a {
    font-size: 15px;
    color: var(--secondary-color);
    text-decoration: none;
    display: flex;
    gap: 15px;
    padding: 10px 0px;
    transition: 0.4s;
}
#panel-left-side ul li a:hover {
    color: var(--base-color);
}
#panel-left-side ul li a i {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#panel-left-side ul li a span {
    display: none;
}


#profile-card {
    border-radius: 10px;
    box-shadow: 0 0 1px 0px rgba(0,0,0,.5);
}
.user-profile-page #profile-card {
    border-radius: 2px;

}
#profile-card .top-btns {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#profile-card .top-btns .btn-pinkish-btn {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
#profile-card .profile-details hr {
    border: 1px solid var(--ash-color);
    width: 100%;
}
#profile-card .profile-details a {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
}
#profile-card .profile-details p {
    font-size: 13px;
    color: #8d8d8d;
    text-align: center;
}
.profile-picture-wrapper {
    width: 150px;
}
.user-profile-page .profile-picture-wrapper {
    margin-top: -100px;
}
.user-profile-page #profile-card.design-1 .profile-picture-wrapper {
    margin-top: -0px;
}
.profile-picture-wrapper img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    box-shadow: -3px 0px 2px var(--base-color);
}
.profile-picture-wrapper i {
    position: absolute;
    top: 10px;
    right: 20px;
}
.profile-connection-details ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.profile-connection-details ul li h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--secondary-color);
    display: block;
    margin-bottom: 0;
    text-align: center;
}
.profile-connection-details ul li span {
    font-size: 13px;
    color: #8d8d8d;
    display: block;
}
.group-recent-connections ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.group-recent-connections ul li {
    width: 11%;
    margin-left: -8px;
}
.group-recent-connections ul li a {
    display: inline-block;
}
.group-recent-connections ul li a img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid var(--white-color);
}

.sidebar-listing-wrapper {
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 0 1px 0px rgba(0,0,0,.5);
    background-color: var(--white-color);
}
.sidebar-listing-wrapper:not(:first-child) {
    margin: 15px 0;
}
.sidebar-listing-wrapper .heading-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0;
}
.sidebar-listing-wrapper .searchbar-filter-wrapper {
    width: 100%;
    background-color: #F8F8F8;
    padding: 10px;
    display: flex;
    border-radius: 5px;
    margin-top: 15px;
}
.sidebar-listing-wrapper .searchbar-filter-wrapper input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 12px;
}
.sidebar-listing-wrapper .searchbar-filter-wrapper input:focus {
    outline: 0;
    box-shadow: none;
}
.sidebar-listing-wrapper .searchbar-filter-wrapper button {
    background-color: var(--white-color);
    color: var(--secondary-color);
    font-size: 12px;
    border: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 5px 10px;
}
.sidebar-listing-wrapper .listing-tabs {
    width: 100%;
}
.sidebar-listing-wrapper .listing-tabs ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sidebar-listing-wrapper .listing-tabs ul li a {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-ash-color);
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    margin-top: 15px;
    transition: 0.4s;
}
.sidebar-listing-wrapper .listing-tabs ul li:hover a,
.sidebar-listing-wrapper .listing-tabs ul li.active a {
    color: var(--black-color);
}
.sidebar-listing-wrapper .widget-listing-filter {
    width: 100%;
}
.sidebar-listing-wrapper .widget-listing-filter ul {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sidebar-listing-wrapper .widget-listing-filter ul li {
    padding: 15px 0;
}
.sidebar-listing-wrapper .widget-listing-filter ul li:not(:last-child){
    border-bottom: 1px solid var(--ash-color);
}
.sidebar-listing-wrapper .widget-listing-filter ul li a {
    width: 100%;
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.sidebar-listing-wrapper .widget-listing-filter ul li a .profile-picture {
    position: relative;
}
.sidebar-listing-wrapper .widget-listing-filter ul li a img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: relative;
}
.sidebar-listing-wrapper .widget-listing-filter ul li a .profile-picture .online-indicator {
    position: absolute;
    bottom: 6px;
    right: 1px;
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 100%;
}
.sidebar-listing-wrapper .widget-listing-filter ul li a {
    text-decoration: none;
}
.sidebar-listing-wrapper .widget-listing-filter ul li a .single-listing-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.sidebar-listing-wrapper .widget-listing-filter ul li a .single-listing-details .title {
    color: var(--black-color);
    font-weight: 600;
    font-size: 13px;
    display: block;
}
.sidebar-listing-wrapper .widget-listing-filter ul li a .single-listing-details .activity-details {
    color: var(--dark-ash-color);
    font-weight: 400;
    font-size: 10px;
    display: block;
}
.sidebar-listing-wrapper .widget-listing-filter ul li a > p {
    margin-bottom: 0;
    font-size: 10px;
    color: var(--dark-ash-color);
    text-wrap: nowrap;
}
.sidebar-listing-wrapper .listing-see-all-btn a,
.sidebar-listing-wrapper .listing-see-all-btn button {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--secondary-color);
    font-size: 15px;
    border: 1px solid var(--ash-color);
    text-decoration: none;
    margin-top: 15px;
}

.activity-body-content-wrapper {
    padding: 15px 15px;
    border-radius: 5px;
    box-shadow: 0 0 1px 0px rgba(0,0,0,.5);
    background-color: var(--white-color);
    margin-bottom: 10px;
}
.activity-body-content-wrapper hr {
    height: 0.5px;
    opacity: 0.1;
}
#body-center-side > div {
    margin-bottom: 15px;
}

.story-slider .story {
    padding: 0 5px;
    height: 100px;
}
.story-slider .story.big-size {
    height: 80px;
}
.story-slider .story a {
    width: 100px;
    height: 100px;
    border: 1px solid var(--dark-ash-color);
    border-radius: 100%;
    display: inline-block;
}
@media all and (max-width: 992px){
    .story-slider .story a {
        width: 70px;
        height: 70px;
    }
}
.story-slider .story.big-size a {
    width: 80px;
    height: 80px;
}
.story-slider .story.add-new-story {
    position: relative;
}
.story-slider .story.add-new-story::before {
    content: '+';
    position: absolute;
    bottom: 10px;
    right: 8px;
    width: 15px;
    height: 15px;
    background-color: var(--base-color);
    color: var(--white-color);
    border-radius: 100%;
    line-height: 1.3;
    font-size: 13px;
    text-align: center;
}
.story-slider .story.unseen a {
    border: 2px solid var(--base-color);
    border-radius: 100%;
    padding: 2px;
}
.story-slider .story.seen a {
    border: 2px solid var(--dark-ash-color);
    border-radius: 100%;
    padding: 2px;
}
.story-slider .story a img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

#activty-posting-wrapper .row-1 {
    display: flex;
    gap: 15px;
}
#activty-posting-wrapper .row-1 img.profile-picture {
    width: 37px;
    height: 37px;
    border-radius: 100%;
}
#activty-posting-wrapper .row-1 input {
    width: 100%;
    height: 37px;
    border: none;
    background: var(--ash-color);
    border-radius: 25px;
    padding: 0 15px;
}
#activty-posting-wrapper .row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#activty-posting-wrapper .row-2 ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    column-gap: 10px;
}
#activty-posting-wrapper .row-2 ul li a {
    font-size: 12px;
    color: var(--dark-ash-color);
    text-decoration: none;
}
#activty-posting-wrapper .row-2 ul li a.image-attchment i {
    color: #4175EE;
}
#activty-posting-wrapper .row-2 ul li a.attach-attchment i {
    color: #FEAA7C;
}
#activty-posting-wrapper .row-2 ul li a.live-video i {
    color: #E6303F;
}
#activty-posting-wrapper .row-2 ul li a.hash-tag i {
    color: green;
}
#activty-posting-wrapper .row-2 ul li a.mention i {
    color: var(--secondary-color);
}
#activty-posting-wrapper .row-2 #activity-posting-status {
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    width: 80px;
    font-size: 12px;
    opacity: 0.5;
}
.activty-popup-wrapper .activity-popup-heading {
    display: flex;
    column-gap: 20px;
}
.activty-popup-wrapper .activity-popup-heading a {
    display: inline-block;
}
.activty-popup-wrapper .activity-popup-heading a img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}
.activty-popup-wrapper .activity-popup-heading .activty-profile-details {
    display: flex;
    flex-direction: column;
}
.activty-popup-wrapper .activity-popup-heading .activty-profile-details a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color);
    text-decoration: none;
}
.activty-popup-wrapper .activity-popup-heading .activty-profile-details select {
    background-color: var(--ash-color);
    border: none;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.activty-popup-wrapper .activity-popup-body textarea {
    border: none;
    font-size: 12px;
    border-radius: 5px;
}
.activty-popup-wrapper .activity-popup-body textarea:focus {
    border: 1px solid var(--ash-color);
}
.activty-popup-wrapper .activity-popup-footer ul {
    border: none;
    display: flex;
    column-gap: 10px;
}
.activty-popup-wrapper .activity-popup-footer ul li button {
    border: none;
    background-color: transparent;
}
.activty-popup-wrapper .activity-popup-footer ul li button i {
    font-size: 15px;
    line-height: 1;
}
.activty-popup-wrapper .activity-popup-footer ul li button.image-attchment i {
    color: #4175EE;
}
.activty-popup-wrapper .activity-popup-footer ul li button.attach-attchment i {
    color: #FEAA7C;
}
.activty-popup-wrapper .activity-popup-footer ul li button.live-video i {
    color: #E6303F;
}
.activty-popup-wrapper .activity-popup-footer ul li button.hash-tag i {
    color: green;
}
.activty-popup-wrapper .activity-popup-footer ul li button.mention i {
    color: var(--secondary-color);
}


.activity-body-content-wrapper.activity-post .row-1 {
    display: flex;
    justify-content: space-between;
}
.activity-body-content-wrapper.activity-post .row-1 .activity-user-auto-details {
    display: flex;
    column-gap: 15px;
}
.activity-body-content-wrapper.activity-post .row-1 .activity-user-auto-details a img {
    width: 37px;
    height: 37px;
    border-radius: 100%;
}
.activity-body-content-wrapper.activity-post .row-1 .activity-user-auto-details span a {
    font-size: 12px;
    text-decoration: none;
    color: var(--secondary-color);
}
.activity-body-content-wrapper.activity-post .row-1 .activity-user-auto-details span a span {
    position: relative;
    padding-left: 20px;
}
.activity-body-content-wrapper.activity-post .row-1 .activity-user-auto-details span a span:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--dark-ash-color);
}
.activity-body-content-wrapper.activity-post .row-1 .activity-user-auto-details span p {
    font-size: 12px;
    color: var(--dark-ash-color);
}
.activity-body-content-wrapper.activity-post .row-2.activity-attachment-wrapper ul {
    width: 100%;
    display: flex;
    gap: 5px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.activity-body-content-wrapper.activity-post .row-2.activity-attachment-wrapper ul li {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.activity-body-content-wrapper.activity-post .row-2.activity-attachment-wrapper ul li a {
    display: block;
    height: 100%;
}
.activity-body-content-wrapper.activity-post .row-2.activity-attachment-wrapper ul li a > * {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.activity-body-content-wrapper.activity-post .row-3.activity-content {
    padding: 15px 0;
}
.activity-body-content-wrapper.activity-post .row-3.activity-content p {
    margin-bottom: 0;
}
.activity-body-content-wrapper.activity-post .row-3.activity-content p a {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
}
.activity-body-content-wrapper.activity-post .row-3.activity-content p a:hover {
    text-decoration: underline;
}
.activity-body-content-wrapper.activity-post .row-4.activity-reaction-wrapper ul {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    column-gap: 15px;
}
.activity-body-content-wrapper.activity-post .row-4.activity-reaction-wrapper ul li a {
    font-size: 15px;
    color: var(--secondary-color);
    text-decoration: none;
}
.activity-body-content-wrapper.activity-post .row-5.activity-comment-wrapper {
    padding: 10px 0 0 0;
}
.activity-body-content-wrapper.activity-post .row-6.activity-membership-premium-content-alert-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.activity-body-content-wrapper.activity-post .row-6.activity-membership-premium-content-alert-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.activity-body-content-wrapper.activity-post .row-6.activity-membership-premium-content-alert-wrapper .blured-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}



#friend-suggestions .profile-card-1 {
    background-color: var(--white-color);
}
#friend-suggestions .profile-card-1 .cover-photo {
    height: 100px;
}
#friend-suggestions .profile-card-1 .cover-photo img {
    height: 150%;
    width: 100%;
    object-fit: cover;
}
#friend-suggestions .profile-card-1 .profile-details {
    display: flex;
    margin-top: -34px;
    padding: 0 12px;
}
#friend-suggestions .profile-card-1 .profile-details .profile-picture a img {
    width: 150px;
    height: 150px;
    border: 5px solid var(--white-color);
    border-radius: 100%;
}
#friend-suggestions .profile-card-1 .profile-details .profile-detail {
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#friend-suggestions .profile-card-1 .profile-details .profile-detail a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: var(--secondary-color);
    display: block;
}
#friend-suggestions .profile-card-1 .profile-details .profile-detail span {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    color: var(--dark-ash-color);
}
#friend-suggestions .profile-card-1 .profile-details .dropdown {
    margin-top: 108px;
}

#members-filter-button {
    font-size: 15px;
    font-weight: 600;
}
.members-filter-wrapper {
    width: 100%;
    box-shadow: 0 0 1px 0px rgba(0,0,0,.5);
    border-radius: 5px;
    padding: 20px 15px;
    background-color: var(--white-color);
}
#member-search-filter-tab button {
    border: none;
    border-bottom: 1px solid var(--dark-ash-color);
    color: var(--dark-ash-color);
    width: 50%;
}
#member-search-filter-tab button.active {
    color: var(--base-color);
    border-bottom-color: var(--base-color);
}
#members-filter-according .accordion-item {
    border: none;
}
#members-filter-according .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}
#members-filter-according .accordion-item h2.accordion-header button {
    border: none;
    padding: 0;
    font-weight: 600;
    color: var(--secondary-color);
}
#members-filter-according .accordion-item h2.accordion-header button.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
#members-filter-according .accordion-item h2.accordion-header button.accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
}



.member-single-wrapper.design-1 {
    background-color: var(--white-color);
    box-shadow: 0 0 1px 0px rgba(0,0,0,.5);
    border-radius: 8px;
    overflow: hidden;
}
.member-profile-picture-wrapper,
.member-profile-picture-wrapper .profile-picture-slider,
.member-profile-picture-wrapper .profile-picture-lock {
    height: 220px;
    position: relative;
    overflow: hidden;
}
.member-profile-picture-wrapper .profile-picture-lock img {
    filter: blur(28px);
}
.member-profile-picture-wrapper .profile-picture-lock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site-login-precaution-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.site-login-precaution-wrapper h4 {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 500;
    text-align: center;
}
.site-login-precaution-wrapper .btn.btn-tmk-primary {
    padding: 8px 15px !important;
    font-size: 13px;
}
.site-login-precaution-wrapper a.btn-undesigned {
    color: var(--base-color);
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
}
.member-profile-picture-wrapper .profile-picture-slider .slick-nav {
    color: var(--base-color);
    font-size: 35px;
    z-index: 1;
}
.member-profile-picture-wrapper .profile-picture-slider .slick-nav::before {
    display: none;
}
.member-profile-picture-wrapper .profile-picture-slider .slick-prev {
    left: 7px;
}
.member-profile-picture-wrapper .profile-picture-slider .slick-next {
    right: 7px;
}
.member-profile-picture-wrapper .profile-picture-slider .profile-picture-item {
    height: 220px;
    width: 100%;
}
.member-profile-picture-wrapper .profile-picture-slider .profile-picture-item.placeholder-wrapper {
    height: 220px;
    background-color: var(--dark-pink-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.member-profile-picture-wrapper .profile-picture-slider .profile-picture-item.placeholder-wrapper img {
    width: 100px;
    height: auto;
}
.member-profile-picture-wrapper .profile-picture-slider .profile-picture-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.member-profile-picture-wrapper .member-profile-level {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(var(--white-color-rgb), 0.5);
    z-index: 9;
    border-radius: 12px;
    padding: 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.member-profile-picture-wrapper .member-profile-level img {
    width: 14px;
}
.member-profile-picture-wrapper .member-profile-level span {
    font-size: 13px;
    color: var(--white-color);
    text-transform: capitalize;
}
.member-profile-picture-wrapper .member-profile-verification {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    z-index: 9;
    border-radius: 100%;
    padding: 3px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.member-single-wrapper.design-1 .member-profile-details {
    padding: 15px 15px;
}
.member-single-wrapper.design-1 .member-profile-details a.username {
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    text-decoration: none;
    color: var(--secondary-color);
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}
.member-single-wrapper.design-1 .member-profile-details p.location {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--dark-ash-color);
    margin-bottom: 10px;
}
.member-single-wrapper.design-1 .member-profile-details span.distance-label {
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    line-height: 1.2;
}
.member-profile-picture-wrapper .member-profile-action-wrapper {
    position: absolute;
    top: 45px;
    right: 15px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.member-profile-picture-wrapper:hover .member-profile-action-wrapper {
    opacity: 1;
    visibility: visible;
}
.member-profile-action-wrapper > ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.member-profile-action-wrapper ul li button.profile-like,
.member-profile-action-wrapper ul li button.profile-comment,
.member-profile-action-wrapper ul li .dropdown.profile-action > button {
    font-size: 13px;
    color: var(--base-color);
    background-color: rgba(var(--white-color-rgb), 0.7);
    border: none;
    width: 23px;
    height: 23px;
    border-radius: 100%;
}


.user-profile-cover-photo-wrapper {
    height: 320px;
}
.user-profile-cover-photo-wrapper img {
    height: 100%;
    object-fit: cover;
}
#user-profile-tabs {
    width: 100%;
    background-color: var(--white-color);
    box-shadow: 0 0 1px 0px rgba(0,0,0,.5);
}
#user-profile-tabs ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}
#user-profile-tabs ul li {
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
#user-profile-tabs ul li a {
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}
#user-profile-tabs ul li a p,
#user-profile-tabs ul li a strong {
    display: block;
    margin-bottom: 0;
    color: var(--secondary-color);
    text-transform: capitalize;
    transition: 0.4s;
}
#user-profile-tabs ul li.active a *,
#user-profile-tabs ul li:hover a * {
    color: var(--base-color);
}
.progress-wrapper {
    font-size: 13px;
    line-height: 1.2;
}
.progress-wrapper .progress {
    border-radius: 10px;
    margin-right: 10px;
}
.progress-wrapper .progress .progress-bar {
    background-color: var(--base-color);
}
#profile-completion .listing-with-icon ul li * {
    color: var(--black-color);
}
#profile-completion .listing-with-icon ul li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
#profile-user-videos .ratio.video a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: rgba(var(--white-color-rgb), 0.5);
    color: var(--white-color);
    border-radius: 100%;
    font-size: 23px;
}
#profile-user-videos .ratio.video a {
    background-color: var(--black-color);
}
#service_calendar .fc-daygrid-day-events {
    display: none;
}
#service_calendar .fc-toolbar-title {
    font-size: 15px;
}
#service_calendar .fc-scrollgrid-sync-table tr td {
    transition: 0.4s;
}
#service_calendar .fc-col-header tr td a,
#service_calendar .fc-col-header tr th a,
#service_calendar .fc-scrollgrid-sync-table tr td a,
#service_calendar .fc-scrollgrid-sync-table tr th a {
    color: var(--base-color);
    text-decoration: none;
}
#service_calendar .fc-scrollgrid-sync-table tr td:hover,
#service_calendar .fc-scrollgrid-sync-table tr td.fc-day-today {
    background-color: rgba(var(--base-color-rgb), 0.1);
}
#service_calendar .fc-scrollgrid-sync-table tr td.fc-day-disabled,
#service_calendar .fc-scrollgrid-sync-table tr td.fc-day-disabled * {
    background-color: var(--ash-color);
    color: var(--dark-ash-color);
}
#service_calendar .fc-next-button.fc-button.fc-button-primary,
#service_calendar .fc-prev-button.fc-button.fc-button-primary {
    background-color: var(--base-color);
    border-color: var(--base-color);
    padding: 0;
}


#profileMessagTab {
    justify-content: space-between;
}
#profileMessagTab li button {
    border: none;
    border-bottom: 1px solid var(--ash-color);
    font-size: 13px;
    color: var(--black-color);
}
#profileMessagTab li button:hover,
#profileMessagTab li button.nav-link.active {
    border-bottom-color: var(--base-color);
    color: var(--base-color);
}
.all-users-list-to-message li.subheadings {
    font-size: 13px;
    font-weight: 600;
}
.all-users-list-to-message li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    transition: 0.4s;
}
.all-users-list-to-message li a:hover,
.all-users-list-to-message li a.active {
    background-color: var(--ash-color);
}
.all-users-list-to-message li a img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.all-users-list-to-message li a p {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 0;
    padding: 0 15px;
}
.all-users-list-to-message li a span {
    font-size: 13px;
    font-weight: 400;
    color: var(--dark-ash-color);
}
#profile-message-wrapper {
    border-radius: 0 5px 5px 0;
}
#profile-message-wrapper .profile-message-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    box-shadow: 0 2px 0px 0px rgba(0,0,0,0.1);
}
#profile-message-wrapper .profile-message-header .profile-message-user-details a {
    display: flex;
    text-decoration: none;
    column-gap: 10px;
}
#profile-message-wrapper .profile-message-header .profile-message-user-details a img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
#profile-message-wrapper .profile-message-header .profile-message-user-details a span {
    color: var(--secondary-color);
}
#profile-message-wrapper .profile-message-header .profile-message-user-details a span strong {
    font-size: 15px;
}
#profile-message-wrapper .profile-message-header .profile-message-user-details a span p {
    color: var(--dark-ash-color);
    font-size: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
#profile-message-wrapper .profile-message-header .profile-message-user-details a span p span {
    width: 10px;
    height: 10px;
    background-color: green;
    display: block;
    border-radius: 100%;
}
#profile-message-wrapper .profile-message-body {
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
}
#profile-message-wrapper .profile-message-body .user-message-wrapper {
    width: 100%;
    display: inline-flex;
    margin-bottom: 8px;
    column-gap: 6px;
    position: relative;
}
#profile-message-wrapper .profile-message-body .user-message-wrapper.receiver {
    flex-direction: row-reverse;
}
#profile-message-wrapper .profile-message-body .user-message-wrapper a {
    display: inline-block;
    position: absolute;
}
#profile-message-wrapper .profile-message-body .user-message-wrapper a img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
#profile-message-wrapper .profile-message-body .user-message-wrapper .user-message {
    padding: 10px 10px;
    background-color: var(--ash-color);
    color: var(--black-color);
    font-size: 13px;
    max-width: 75%;
}
#profile-message-wrapper .profile-message-body .user-message-wrapper .user-message img {
    max-width: 400px;
}
#profile-message-wrapper .profile-message-body .user-message-wrapper.sender .user-message {
    border-radius: 8px 8px 8px 0px;
    margin-left: 45px;
}
#profile-message-wrapper .profile-message-body .user-message-wrapper.receiver .user-message {
    border-radius: 8px 8px 0px 8px;
    margin-right: 45px;
}
#profile-message-wrapper .profile-message-body .user-message-wrapper .user-message p {
    margin-bottom: 0;
}
#profile-message-wrapper .profile-message-footer {
    padding: 10px 10px;
    box-shadow: 0 -2px 0px 0px rgba(0,0,0,0.1);
}
#profile-message-wrapper .profile-message-footer form {
    display: flex;
}
#profile-message-wrapper .profile-message-footer form button,
#profile-message-wrapper .profile-message-footer form label {
    border: none;
    background-color: transparent;
    color: var(--base-color);
    font-size: 15px;
    cursor: pointer;
    padding: 5px 10px;
}
#profile-message-wrapper .profile-message-footer form input,
#profile-message-wrapper .profile-message-footer form textarea {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid var(--ash-color);
    background-color: var(--ash-color);
    padding: 10px 15px;
    font-size: 13px;
    resize: none;
    overflow: hidden;
}
#profile-message-wrapper .profile-message-footer form input:focus,
#profile-message-wrapper .profile-message-footer form textarea:focus {
    outline: 0;
    background-color: var(--white-color);
}



.story-full-page-wrapper {
    background-color: rgba(0,0,0,.9);
}
.story-full-page-wrapper .mfp-close {
    background-color: red;
}
.create-new-story > p {
    font-size: 15px;
    color: var(--dark-ash-color);
    display: block;
}
.create-new-story .create-story-btn-wrapper {
    width: 100%;
    display: flex;
}
.create-new-story .create-story-btn-wrapper img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.create-new-story .create-story-btn-wrapper > div {
    width: 100%;
}
.create-new-story .create-story-btn-wrapper > div h4 {
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: 600;
}
.create-new-story .create-story-btn-wrapper > div p {
    font-size: 13px;
    color: var(--dark-ash-color);
    font-weight: 400;
}
.all-users-stories-wrapper h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary-color);
}
.all-users-stories-wrapper ul li a {
    width: 100%;
    display: flex;
    padding: 10px 10px;
}
.all-users-stories-wrapper ul li a {
    text-decoration: none;
    column-gap: 12px;
    align-items: center;
}
.all-users-stories-wrapper ul li a img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid transparent;
}
.all-users-stories-wrapper ul li.has-unseen-stories a img {
    border-color: var(--base-color);
}
.all-users-stories-wrapper ul li a .story-author-details {
    width: 100%;
}
.all-users-stories-wrapper ul li a .story-author-details h4 {
    font-size: 15px;
    margin-bottom: 0;
}
.all-users-stories-wrapper ul li a .story-author-details p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--dark-ash-color);
}
.all-users-stories-wrapper ul li a .story-author-details p span {color: var(--dark-ash-color);}
.all-users-stories-wrapper ul li a .story-author-details p span.seperator {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: var(--dark-ash-color);
    margin: 0 5px;
}
.all-users-stories-wrapper ul li a .story-author-details p span.story-count {color: var(--base-color);}
.story-users-wrapper {
    overflow-y: scroll;
    height: 100vh;
}
.story-slider-wrapper {
    position: relative;
}
.story-slider-wrapper .stories-slider {
    max-width: 400px;
    width: 400px;
    height: 100%;
    background: linear-gradient(180deg, #7C898F 0%, #C8D4D9 61.46%);
    border-radius: 20px;
    position: relative;
}
.story-slider-wrapper .stories-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.story-slider-wrapper .stories-slider .story-author-details {
    display: flex;
    padding: 15px 10px 15px 10px;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
}
.story-slider-wrapper .stories-slider .story-author-details a {
    width: 100%;
    display: flex;
    text-decoration: none;
    column-gap: 10px;
}
.story-slider-wrapper .stories-slider .story-author-details a img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.story-slider-wrapper .stories-slider .story-author-details a .author-details strong {
    color: var(--white-color);
}
.story-slider-wrapper .stories-slider .story-author-details a .author-details p {
    color: var(--white-color);
    margin-bottom: 0;
}
.story-slider-wrapper .stories-slider .story-author-details .story-action-btns {
    display: flex;
    column-gap: 5px;
}
.story-slider-wrapper .stories-slider .story-author-details .story-action-btns button {
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--white-color);
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-slider-wrapper .stories-slider .story-body-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.single-story-full-wrapper {
    position: relative;
}
.single-story-full-wrapper .slick-list.draggable {
    height: 100%;
}
.single-story-full-wrapper .slick-list.draggable .slick-track {
    display: flex;
    align-items: center;
}
.single-story-full-wrapper .slick-arrow {
    height: 100%;
    width: 50%;
    position: absolute;
    bottom: 0;
    z-index: 4;
}
.single-story-full-wrapper .slick-prev.slick-arrow {
    background-color: transparent;
    opacity: 0;
    left: 0;
}
.single-story-full-wrapper .slick-next.slick-arrow {
    background-color: transparent;
    opacity: 0;
    right: 0;
}
.single-story-slider-custom-navs {
    height: 30px;
    z-index: 4;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.single-story-slider-custom-navs .slick-dots {
    position: static;
    display: flex;
    column-gap: 2px;
}
.single-story-slider-custom-navs .slick-dots li {
    width: 100%;
    height: 3px;
    background-color: rgba(255,255,255,.4);
    border-radius: 5px;
    margin: 0;
}
@keyframes activeSliderDurationTransition {
    0% {width: 0%;}
    100% {width: 100%;}
}
.single-story-slider-custom-navs .slick-dots li.slick-active {
    background-color: rgba(255,255,255,0.4);
    position: relative;
}
.single-story-slider-custom-navs .slick-dots li.slick-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    animation: var(--duration) activeSliderDurationTransition linear forwards;
}
.single-story-slider-custom-navs .slick-dots li button {
    display: none;
}
.mfp-container {
    padding: 0;
}
.mfp-close-btn-in .mfp-close {
    color: rgba(var(--white-color-rgb), 0.7);
}



.photo-activity-wrapper .photo-activity {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.photo-activity-wrapper .photo-activity a {
    display: inline-block;
    width: calc(25% - 10px);
    position: relative;
    transition: 0.4s;
}
@media all and (max-width: 992px){
    .photo-activity-wrapper .photo-activity a {
        width: calc(33.33% - 20px);
    }
}
@media all and (max-width: 767px){
    .photo-activity-wrapper .photo-activity a {
        width: calc(50% - 20px);
    }
}
.photo-activity-wrapper .photo-activity a .photo-activity-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: end;
}
.photo-activity-wrapper .photo-activity a .photo-activity-overlay ul {
    list-style: none;
    width: 100%;
    display: flex;
    column-gap: 20px;
    padding: 10px 20px;
    margin: 0;
}
.photo-activity-wrapper .photo-activity a .photo-activity-overlay ul li {
    color: var(--white-color);
}
.photo-activity-wrapper .photo-activity a:hover .photo-activity-overlay {
    opacity: 1;
}
.photo-activity-wrapper .photo-activity a .photo-activity-overlay ul.actions {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}
.photo-activity-wrapper .photo-activity a .photo-activity-overlay ul.actions li a i {
    font-size: 10px;
}
.photo-activity-wrapper .photo-activity a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}


.see-all-friend-request-custom-popup {
    max-width: 600px;
    background-color: var(--white-color);
    border: 5px solid var(--base-color);
    margin: 100px auto;
    padding: 20px;
}
@media all and (max-width: 992px){
    .see-all-friend-request-custom-popup {
        margin: 0;
    }
}


.all-friends-wrapper {
    display: flex;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
}
.all-friends-wrapper .profile-friend {
    display: flex;
    width: calc(33.33% - 20px);
    gap: 15px;
    margin-bottom: 20px;
}
@media all and (max-width: 992px){
    .all-friends-wrapper .profile-friend {
        width: calc(50% - 20px);
    }
}
@media all and (max-width: 600px){
    .all-friends-wrapper .profile-friend {
        width: 100%;
    }
}
.all-friends-wrapper .profile-friend > div > a,
.all-friends-wrapper .profile-friend > a {
    display: block;
}
.all-friends-wrapper .profile-friend > div > a img,
.all-friends-wrapper .profile-friend > a img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.all-friends-wrapper .profile-friend > div > span,
.all-friends-wrapper .profile-friend > span {
    width: 100%;
    display: block;
    margin-bottom: 0;
}
.all-friends-wrapper .profile-friend > div > span > a,
.all-friends-wrapper .profile-friend > span > a {
    display: block;
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: none;
}
.all-friends-wrapper .profile-friend > span > p {
    margin-bottom: 0;
    color: var(--dark-ash-color);
}



.all-group-categories-wrapper .group-category-wrapper {
    width: 100%;
    display: block;
}
.all-group-categories-wrapper .group-category-wrapper img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}
.all-group-categories-wrapper .group-category-wrapper span {
    background-color: var(--white-color);
    display: inline-block;
    margin: -100px auto 0 auto;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.all-group-categories-wrapper .group-category-wrapper span i {
    font-size: 25px;
}
.all-group-categories-wrapper .group-category-wrapper span p {
    font-size: 12px;
    color: var(--black-color);
    text-transform: capitalize;
}

.all-members-wrapper ul {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.all-members-wrapper ul li {
    width: calc(33.33% - 10px);
}
.all-members-wrapper ul li a {display: inline-block;}
.all-members-wrapper ul li a img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

#newsfeed-tab-wrapper {
    margin-bottom: 30px;
    border-bottom: none;
}
#newsfeed-tab-wrapper li button {
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--black-color);
}
#newsfeed-tab-wrapper li button.active {
    background-color: transparent;
    border-bottom-color: var(--base-color);
    color: var(--base-color);
}


.profile-service {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    align-items: center;
    margin-bottom: 10px;
}

.about-me-edit-wrapper .about-me-steps ul li:not(:last-child) {
    border-bottom: 1px solid rgba(var(--base-color-rgb), 0.1);
}
.about-me-edit-wrapper .about-me-steps ul li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: var(--base-color);
    transition: 0.4s;
}
.about-me-edit-wrapper .about-me-steps ul li a.active,
.about-me-edit-wrapper .about-me-steps ul li a:hover {
    background-color: var(--base-color);
    color: var(--white-color);
}
.about-me-information-block-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    align-items: center;
}
.editable-feild {
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    padding: 10px 10px;
    border-radius: 5px;
}
.cover-picture-uploader-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.cover-picture-uploader-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cover-picture-uploader-wrapper label[for="personal_data_cover_picture_upload_file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--secondary-color-fade-rgb), 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
.cover-picture-uploader-wrapper:hover label[for="personal_data_cover_picture_upload_file"] {
  opacity: 1;
  visibility: visible;
}
.profile-picture-uploader-wrapper label i,
.cover-picture-uploader-wrapper label i {
    font-size: 50px;
    color: var(--white-color);
}
#about-me-step-information-wrapper .step-wrapper {
    display: none;
}
#about-me-step-information-wrapper .step-wrapper:first-child {
    display: block;
}
.mfp-wrap.mfp-fade.custom-edit-profile-popup {
    max-width: 1300px;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white-color);
    border: 1px solid var(--base-color);
}
.mfp-wrap.mfp-fade.custom-edit-profile-popup .editable-feild {
    padding: 0 15px;
}
.mfp-wrap.mfp-fade.custom-edit-profile-popup .mfp-close {
    background: red;
    top: 0px;
}
.mfp-wrap.mfp-fade.custom-edit-profile-popup .mfp-container {
    height: 100%;
    position: static;
}
.mfp-wrap.mfp-fade.custom-edit-profile-popup .mfp-content {
    padding: 50px 20px 20px 20px;
    height: auto;
    position: static;
    vertical-align: top;
}

.mfp-wrap.mfp-fade.custom-edit-profile-popup .mfp-content .activity-body-content-wrapper {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}
@media all and (max-width: 992px){
    .mfp-wrap.mfp-fade.custom-edit-profile-popup {
        width: 100%;
        height: 100%;
    }
    .mfp-wrap.mfp-fade.custom-edit-profile-popup .mfp-close {
        color: var(--white-color);
        background-color: var(--base-color);
        opacity: 1;
        left: 0;
    }
}

#upload-profile-picture-wrapper {
    display: flex;
    justify-content: center;
    margin-right: -90px;
    margin-top: -32px;
}
#upload-profile-picture-wrapper button {
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#upload-profile-picture-wrapper button::before,
#upload-profile-picture-wrapper button::after {
    display: none;
}
#upload-profile-picture-wrapper button i {
    font-size: 12px;
    position: static;
}
#upload-cover-photo-wrapper {
    display: flex;
    justify-content: center;
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#upload-cover-photo-wrapper button {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 5px 12px !important;
}
#upload-cover-photo-wrapper button i {
    font-size: 12px;
    position: static;
    margin-right: 10px;
}
@media all and (max-width: 992px){
    #upload-cover-photo-wrapper button {
        width: 50px;
        overflow: hidden;
        color: transparent;
    }
    #upload-cover-photo-wrapper button i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: var(--secondary-color);
    }
}


.settings-form-full-wrapper .nav-pills button {
    border-radius: 0;
    border-bottom: 1px solid var(--base-color);
    background-color: rgba(var(--base-color-rgb), 0.01);
    color: var(--black-color);
}
.settings-form-full-wrapper .nav-pills button:last-child {
    border-bottom-color: transparent;
}
.settings-form-full-wrapper .nav-pills button:hover,
.settings-form-full-wrapper .nav-pills button.active {
    background-color: var(--base-color);
}





/* MOBILE RESPONISVE STARTS */
.main-top-header-mobile > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-top-header-mobile > div a img {
    width: 150px;
}
.main-top-header-mobile > div p {margin-bottom: 0; font-size: 16px; font-weight: 600;}
#offcanvasNewsfeedNav .offcanvas-body ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#offcanvasNewsfeedNav .offcanvas-body ul li {
    width: 100%;
    border-bottom: 1px solid var(--ash-color);
}
#offcanvasNewsfeedNav .offcanvas-body ul li:last-child {
    border-bottom: none;
}
#offcanvasNewsfeedNav .offcanvas-body ul li a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    color: var(--secondary-color);
}
#mobile-bottom-bar {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 0%;
    width: 100%;
    border-radius: 10px;
    z-index: 9999;
}
#mobile-bottom-bar .mobile-bottom-bar-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mobile-bottom-bar .mobile-bottom-bar-wrapper ul {
    list-style: none;
    padding-left: 0 !important;
    margin-left: 0;
    width: 90%;
    display: flex;
    justify-content: space-between;
    background-color: var(--white-color);
    padding: 0px 15px;
    border-radius: 5px;
    margin-bottom: 0;
    box-shadow: 0 2px 2px 3px rgba(0,0,0,.1);
}
#mobile-bottom-bar .mobile-bottom-bar-wrapper ul li a {
    font-size: 20px;
    color: var(--secondary-color);
    display: inline-block;
    padding: 10px;
    border-top: 5px solid transparent;
}
#mobile-bottom-bar .mobile-bottom-bar-wrapper ul li.highlighted-wrapper {
    position: relative;
}
#mobile-bottom-bar .mobile-bottom-bar-wrapper ul li button.highlighted {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: var(--black-color) !important;
    display: block;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 100%;
    line-height: 1;
    padding: 0 !important;
    margin-top: 0 !important;
    border: none;
    z-index: 5;
    transition: 0.4s;
    border: 1px solid var(--black-color);
    font-size: 30px;
}
#mobile-bottom-bar .mobile-bottom-bar-wrapper ul li button.highlighted:after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 100%;
    z-index: -4;
    transition: 0.4s;
    border: 5px solid transparent;
    color: var(--black-color);
    opacity: 1;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
#mobile-bottom-bar .mobile-bottom-bar-wrapper ul li:hover a,
#mobile-bottom-bar .mobile-bottom-bar-wrapper ul li.active a {
    border-top-color: var(--base-color);
    color: var(--base-color);
}
.profile-mobile-tab-wrapper {
    width: 100%;
    display: none;
}
.profile-mobile-tab-wrapper ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.profile-mobile-tab-wrapper ul li {
    flex: 0 0 50%;
}
.profile-mobile-tab-wrapper ul li a {
    padding: 15px;
    border-bottom: 2px solid var(--ash-color);
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--black-color);
}

.profile-mobile-tab-wrapper ul li a:hover,
.profile-mobile-tab-wrapper ul li a.active {
    border-bottom-color: var(--base-color);
}
@media all and (max-width: 992px){
    body {
        padding-bottom: 75px;
    }
    .offcanvas-title {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .offcanvas-title a img {
        width: 150px;
    }
    .main-top-header {
        display: none;
    }
    .main-top-header-mobile {
        display: block;
    }
    #panel-left-side {
        display: none;
    }
    #body-left-side {
        display: none;
    }
    .main-body-container > div {
        padding: 0 10px !important;
    }
    .main-body-container > div > div {
        margin: 0 !important;
    }
    #activty-posting-wrapper .col-auto.flex-grow-1 {
        flex: 0 0 calc(100% - 143px) !important;
    }
    #activty-posting-wrapper .col-auto.flex-grow-1 input {
        font-size: 10px;
    }
    #activty-posting-wrapper .col-auto:last-child button {
        height: 37px;
    }
    #activty-posting-wrapper .row-2 ul li {
        height: 25px;
    }
    #activty-posting-wrapper .row-2 ul li a {
        width: 25px;
        height: 25px;
        display: inline-block !important;
        color: transparent;
        line-height: 0.8;
    }
    .story-slider .story.add-new-story::before {
        bottom: 30px;
    }
    #activty-posting-wrapper .row-2 ul li a i {
        font-size: 18px;
    }
    #activityPostFormPopupWrapper .modal-header h5 {
        font-size: 15px;
    }
    .activity-body-content-wrapper.activity-post .row-2.activity-attachment-wrapper ul li {
        height: 150px;
    }
    #mobile-bottom-bar {
        display: block;
    }
    .personal-data-step-items-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #user-profile-tabs ul {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
    }

    .personal-data-step-items {
        background-color: var(--white-color);
    }
    .personal-data-step-items li a {
        color: var(--base-color);
        background-color: var(--white-color);
        text-wrap: nowrap;
    }
    .personal-data-step-items li.active a {
        background-color: var(--base-color);
        color: var(--white-color);
    }
    .personal-details-form-wrapper {
        position: relative;
        z-index: 9999;
    }
    .personal-details-form-wrapper .form-wrapper {
        padding: 25px !important;
    }
    #profile-body {
        margin: 0 !important;
        padding: 0 !important;
    }
    #profile-body > * {
        max-width: 100%;
    }
    .profile-mobile-tab-wrapper {
        display: block;
    }
    #body-center-side > div {
        margin-bottom: 10px;
    }

}
/* MOBILE RESPONISVE ENDS */