/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* Bhupen - Add recipe screen
 https://app.clickup.com/t/86d21dkt0 */
.ht-100{
    height: 100% !important;
    min-height: 126px;
}

.mb-0, .mb-0 p{
    margin-bottom: 0px !important;
}

.p-0{
    padding: 0px !important;
}

body.buddypress.bp-user #page #primary .entry-header.mb-5px{
    margin-bottom: 5px !important;
}

body.buddypress.bp-user #page #primary .entry-header.mb-5px h2{
    color: var(--bb-primary-color);
    font-weight: 500 !important;
    font-size: 21px;
}

.bb-grid-cell.mb-20{
    margin-bottom: 20px;
}

@media(max-width: 767px){
    .bsui .post-inner-wrap.d-block-mob{
        display: block !important;
    }

    .bsui .post-inner-wrap.d-block-mob .col-3,
    .bsui .post-inner-wrap.d-block-mob .col-9{
        width: 100% !important;
    }
}

/* https://app.clickup.com/t/86d1ufjpe
Bhupen - Fixed white overlay issue */
.main_map_wrapper{
    position: relative;
}

.loading_div.overlay{
    position: absolute;
}

/* https://app.clickup.com/t/86d15e8ut
Bhupen - The Instructor Dashboard Main Menu is showing some whitespace */
div.elementor .ekit-sticky.elementor-element {
  -webkit-transition: none !important;
  transition: none !important;
  z-index: 999999;
  left: 0;
}

#wpadminbar{
    z-index: 9999999;
}

ul.resumes li.resume a .resume-category::before {
    content: "";
}

#contentWrapper.widget-box {
    background-color: #000 !important;
}

/* Bhupen - Design linked GD custom post tabs data cards 
https://app.clickup.com/t/86czyy4gd */
.greedy-btn.dropdown.active button {
    background: #e3634f !important;
    border-color: #e3634f !important;
}

/* Bhupen - Enable Fluent Support in the main site, can integrate with the Knowledgebase Doc from Better Docs in Knowledgebase site
https://app.clickup.com/t/86d02kauq */
.fs_client_portal .fs_suggestions_popover .fs_article_item {
    align-items: first baseline;
}

/* https://app.clickup.com/t/86d03aaqj */
.el-upload__input {
    display: none !important;
}

/* https://app.clickup.com/t/86d02m5za */
.resume-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 22px;
}

.resume-filter .select2-container--default .select2-selection--multiple .select2-selection__choice button {
    border: none;
}

.resume-filter .select2-container--default .select2-selection--multiple .select2-selection__clear {
    padding: 0px 2px 4px 2px !important;
    line-height: 0px;
}

.resume-filter .select2-container--default .select2-search--inline .select2-search__field {
    display: none !important;
}

.greedy-btn.dropdown button .greedy-count {
    font-weight: 700;
}

.elementor-col-100 {
    width: 100% !important;
}

.elementor-46921 .elementor-element.elementor-element-7a64c590>.elementor-element-populated {
    padding: 0px;
}

.geodirectory-detail-sticky.full-width .elementor-container.elementor-column-gap-default {
    width: 100%;
    max-width: 100%;
}

.tab-pane .widget.geodir-listings {
    background: transparent;
    border: none;
    padding: 0px;
}

/* https://app.clickup.com/t/86cy5zhh9
Bhupen - Profile Tab: Resume: Display users's resume on profile */
.bp-content ul.resumes li.resume {
    border-radius: 10px !important;
}

.bp-content ul.resumes li+li {
    margin-top: 15px;
}

.bp-content ul.resumes {
    padding-top: 20px;
}

.resume-wrap {
    position: relative;
}

.resume-wrap .users-header {
    position: absolute;
    right: 4px;
    top: -2px;
    z-index: 99;
}

.resume-wrap .users-header .bp-member-type {
    font-size: 11px;
    padding: 3px 10px;
}

.resume-wrap .users-header .bp-member-type.publish {
    background: #c8f0d7;
    color: #14b550;
}

/* https://app.clickup.com/t/86cy5zhh9
Bhupen - Profile Tab: Resume: Display users's resume on profile */
.bp-content .resumes li:hover,
.tab-pane .widget.geodir-listings .geodir-post .card:hover {
    box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12);
}

/* Shakib Sidebar Img CSS */
.side-panel-inner .bb-menu-item img {
    opacity: 0.5 !important;
    transition: all 0.3s ease;
}

.side-panel-inner .bb-menu-item:hover img {
    opacity: 1 !important;
    filter: hue-rotate(-50deg) saturate(400%) !important;
}

/* Shakib Sidebar Img CSS */
.side-panel-inner .bb-menu-item img {
    opacity: 0.5 !important;
    transition: all 0.3s ease;
}

.side-panel-inner .bb-menu-item:hover img {
    opacity: 1 !important;
    filter: hue-rotate(-50deg) saturate(400%) !important;
}

/* Menu Highlight CSS*/
.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section {
    min-height: 48px;
    background: #ffe6e4 !important;
    padding-left: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 5px
}

/* End */

.cmswt-Results .ais-InfiniteHits-list .hit-header a {
    position: relative;
    display: block;
    overflow: hidden;
}

.cmswt-Results .ais-InfiniteHits-list .hit-header a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(77, 50, 50, 0.4);
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 1;
    border-radius: 6px;
}

.cmswt-Results .ais-InfiniteHits-list .ais-InfiniteHits-item:hover .hit-header a::before {
    opacity: 0;
}

.cmswt-Results .ais-InfiniteHits-list .hit-header a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}

/* https://app.clickup.com/t/86d1br8up
Bhupen - Please make the Resume profile image Square like Products */
.cmswt-Results .cmswt-Result-hits_resume .hit-header img {
    height: 140px;
    object-position: center top;
}

.cmswt-Results .cmswt-Result-hits_member .hit-header {
    width: 100%;
    overflow: hidden;
}

.cmswt-Results .cmswt-Result-hits_member .hit-header img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: auto !important;
}

.cmswt-Results .ais-InfiniteHits-list img {
    height: 100px;
}

.cmswt-MainPanel .cmswt-Results .hit-contentLink .title {
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

.cmswt-Results .hit-description {
    line-height: 18px;
}

.cmswt-InstantSearch .ais-Panel-collapseButton,
.cmswt-InstantSearch .ais-Panel-collapseButton:focus {
    box-shadow: none !important;
}

.bb-template-v2 .side-panel-menu li {
    z-index: -1 !important;
}

.buddypanel_on_open_site_icon {
    background: #fff !important;
    position: relative;
    z-index: 999;
}

.bb-menu-group-wrap {
    padding: 5px;
}

.bb-menu-group-wrap:hover {
    background: #FFF3F2;
    border-radius: 10px;
}

.bb-menu-group-wrap:hover .bb-menu-section a span {
    color: #000 !important;
}

.side-panel-menu i {
    margin-left: 3px;
}

.side-panel-menu img._mi {
    margin-right: 15px;
    margin-left: 8px;
}

.buddypanel-open .side-panel-menu img._mi {
    margin-left: 15px;
}

.menu-item i._before {
    margin-right: 15px;
}

.buddypanel-open .side-panel-menu i {
    margin-left: 10px;
}

.bb-template-v2 .side-panel-menu a {
    width: calc(100% - 30px) !important;
}

.bb-template-v2 .side-panel-menu a {
    background: transparent;
}

.popup-link {
    display: flex;
    flex-wrap: wrap;
}

.popup-link a {
    background: #333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
    margin: 20px;
    text-decoration: none;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 25px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 50%;
    font-size: 15px;
}

.popup-content p {
    font-size: 15px;
    line-height: 20px;
}

.popup-content a.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.popup-content a.close:hover {
    color: #333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.temple-link-product {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.temple-link-product li {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    max-width: -webkit-calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin: 0 10px 20px;
    list-style: none;
    background-color: #fff;
    position: relative;
    padding-bottom: 80px;
    border-radius: 6px;
    border: 1px solid var(--bb-content-border-color);
}

.temple-link-product li:hover {
    box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
}

.temple-link-product li a img {
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e9ec;
    height: 20vh;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}

.temple-link-product li a:hover {
    color: #e3634f !important;
}

.temple-link-product li a h2 {
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.temple-link-product li a .woocommerce-Price-amount {
    text-align: center !important;
    display: block;
}

.temple-link-product li .add_to_cart_button {
    display: block;
    border: 0px !important;
    border-top: 1px solid #e7e9ec !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff !important;
    border: 1px solid;
    color: #e3634f !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.temple-link-product li .add_to_cart_button:hover {
    background-color: #e3634f !important;
    color: #fff !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.tribe-events-calendar-list__event-row,
.wpneo-listings .wpneo-listing-content,
.wpneo-listing-img {
    border-radius: 5px;
}

.wpneo-listing-img img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tribe-events-calendar-list__event-row:hover,
.tribe-events-pro-photo__event:hover,
.geodir-listing-posts .geodir-post .card:hover {
    box-shadow: 2px 5px 17px 5px rgb(0 0 0 / 17%);
}

.tribe-events-pro-photo__event {
    background-color: #ffffff;
}

.tribe-events .tribe-events-pro-photo {
    background-color: transparent !important;
}

/* crowdfunding product page */
.woocommerce #content .wpneo-list-details div.product {
    display: block !important;
    width: auto !important;
}

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

    .woocommerce #content .wpneo-list-details div.product div.wpneo-campaign-single-left-info,
    .woocommerce #content .wpneo-list-details div.product div.wpneo-campaign-summary {
        display: block !important;
        width: 48%;
        min-width: auto !important;
    }
}

.wpneocf-container #primary {
    max-width: 100% !important;
}

#loader-fund {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: url('../images/loader.svg') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: 0.5;
    background-size: 10%;
}

.tribe-events-pro-photo__event-details-wrapper {
    padding: 12px 12px 24px 12px;
    display: flex;
}

.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag {
    flex: none;
    margin-right: 5px;
    width: 40px;
}

.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime .tribe-events-pro-photo__event-date-tag-month {
    color: #f1451f;
}

.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime .tribe-common-h4--min-medium {
    color: #141827;
    font-size: 24px;
    font-weight: 700;
}

.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title-link {
    color: #141827;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}

.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title {
    line-height: 0.8;
}

#events .products {
    flex-wrap: wrap;
}

#events .products article {
    margin: 0 5px 20px 5px;
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    width: 31%;
    background-color: #fff;
}

#events .products article:hover {
    box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
}

#events .products article img {
    border-radius: 4px;
}

#events .products article .tribe-events-pro-photo__event-title a,
.temple-link-product li a h2,
.wpneo-listings .wpneo-listing-content h4 a {
    color: rgb(77, 92, 109);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}

/*  Bhupen - Product title size fixes 
https://app.clickup.com/t/86cz0hhcu */
.profile-product-tab-data li a h2 {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 5px;
}

#events .products article .tribe-events-pro-photo__event-title a:hover,
.temple-link-product li a h2:hover,
.wpneo-listing-content h4 a:hover {
    color: rgb(227, 99, 79);
}

#events .products article a.tribe-events-pro-photo__event-featured-image-link {
    position: relative;
    display: block;
    height: 300px;
    overflow: hidden;
}

#events .products article img {
    border-radius: 4px;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 301px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 5px !important;
}

table td.text-left {
    text-align: left;
}

/* Profile tab pagination */
.profile-tab-nav.woocommerce-pagination ul.page-numbers {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    list-style: none;
}

.bsui .nav-tabs a.nav-link.nodata.active,
.bsui .nav-tabs a.nav-link.nodata {
    color: var(--bb-alternate-text-color);
}

.single:not(.single-post) #blogs .entry-content-wrap,
#buddypress .entry-content-wrap {
    padding: 20px 30px 25px 30px;
}

.single:not(.single-post) #blogs .entry-title,
#buddypress .entry-title {
    font-size: 1.125rem;
    color: var(--bb-headings-color);
    letter-spacing: -.24px;
    line-height: 1.47;
    margin: 0;
    word-break: break-word;
}

.single #blogs a.entry-media.entry-img,
#buddypress a.entry-media.entry-img {
    padding-top: 52.56%;
    margin: 0;
}

#buddypress article.category-guest-post {
    margin-bottom: 20px;
}

#photo-contests .photo-contest-div {
    display: inline-block;
    float: left;
    width: 30%;
    border: 1px solid #dee2e6;
    margin: 20px 20px 20px 0;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 5px;
}

#photo-contests .photo-contest-div:hover {
    box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
}

#photo-contests .widget-contest-gallery-div {
    width: 31% !important;
    height: 31% !important;
    float: left !important;
    margin: 0 5px 5px 0 !important;
}

/* #photo-contests .widget-contest-gallery-div:nth-child(3n+3) {
	margin-right : 0 !important;
}*/
#photo-contests .widget-contest-gallery-img {
    width: auto !important;
}

#photo-contests h5 {
    font-size: 1.125rem;
    letter-spacing: -.24px;
    line-height: 1.47;
    margin: 0;
    word-break: break-word;
    padding: 0 10px 20px 10px;
}

#photo-contests h5 a {
    color: var(--bb-headings-color);
}

#photo-contests h5 a:hover {
    color: var(--bb-primary-color);
}

#photo-contests p {
    margin-bottom: 5px;
    font-size: .875rem;
    color: var(--bb-body-text-color);
    letter-spacing: -.24px;
    line-height: 1.5;
    padding: 0 10px;
}

#photo-contests .photo-wrap {
    margin-top: 20px;
}

/* photocontest profile tab */

.bb-profile-grid #photo-contests-user .photo-contest-div {
    width: 49%;
}

.bb-profile-grid #photo-contests-user .photo-contest-div:nth-child(2) {
    margin-right: 0 !important;
}

/* user */

#photo-contests-user .photo-contest-div {
    display: inline-block;
    float: left;
    width: 47%;
    border: 1px solid #dee2e6;
    margin: 20px 20px 20px 0;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 5px;
}

#photo-contests-user .photo-contest-div:hover {
    box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
}

#photo-contests-user .widget-contest-gallery-div {
    width: 100% !important;
    height: 100% !important;
    float: left !important;
    margin: 0 5px 20px 0 !important;
}

#photo-contests-user .widget-contest-gallery-div a {
    display: inline-block;
    float: left;
    margin-right: 12px;
}

#photo-contests-user .widget-contest-gallery-img {
    width: 100px !important;
}

#photo-contests-user h5 {
    font-size: 1.125rem;
    letter-spacing: -.24px;
    line-height: 1.47;
    margin: 0;
    word-break: break-word;
    padding: 0 10px 20px 10px;
}

#photo-contests-user h5 a {
    color: var(--bb-headings-color);
}

#photo-contests-user h5 a:hover {
    color: var(--bb-primary-color);
}

#photo-contests-user p {
    margin-bottom: 5px;
    font-size: .875rem;
    color: var(--bb-body-text-color);
    letter-spacing: -.24px;
    line-height: 1.5;
    padding: 0 10px;
}

#photo-contests-user .photo-wrap {
    margin-top: 20px;
    margin-left: 10px;
}

/* event gpoing */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--events-i-am-going a:before {
    content: '\e803';
}

/* RMA request */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rma-requests a:before {
    font-family: bb-icons;
    font-weight: 400;
    content: '\ef50';
}

.dokan-product-date-filter .dokan-form-group button.dokan-btn {
    color: #ffffff !important;
}

/* https://app.clickup.com/t/86785tq4q */
.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 5px !important;
}

.bbp-user-page.check-ins #item-body {
    background: var(--bb-content-background-color);
    border: 1px solid var(--bb-content-border-color);
    padding: 20px;
    display: flex;
    flex-flow: column;
    border-radius: var(--bb-block-radius);
}

.bsui .bp-feedback.bp-messages p {
    margin-bottom: 0 !important;
}

.bsui .no-tab-data h2 {
    font-size: 22.5px;
}

/* crowdfunding listin expired - Pooja */
.wpneo-listings {
    position: relative !important;
}

.crowdfund-status {
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .23px;
    z-index: 9;
    top: 30px;
    border-radius: 0 15px 15px 0;
    border: 1px solid #fff;
}

/* https://app.clickup.com/t/86cur36y3
Bhupen - Ended or Expire campaign should shows that its ended. */
.crowdfund-status.cf-expired-background {
    background-color: #E3634F !important;
}

.crowdfund-status.cf-success-background {
    background-color: #14B550 !important;
}

.crowdfund-status.cf-active-background {
    background-color: #14B550 !important;
}

.crowdfund-status.cf-close-background {
    background-color: #E3634F !important;
}


@media screen and (max-width: 991px) {
    #photo-contests .photo-contest-div {
        width: 46% !important;
        margin-right: 10px;
    }

    #photo-contests .widget-contest-gallery-div {
        width: 29% !important;
        height: 29% !important;
    }
}

@media only screen and (max-width:767px) {
    .ais-InfiniteHits-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .cmswt-InstantSearch .ais-SortBy-select {
        padding: 5px 15px;
    }

    #events .products article {
        width: 100%;
        margin-bottom: 15px;
    }

    #events .products {
        flex-wrap: wrap;
    }

    #photo-contests .photo-contest-div {
        width: 100% !important;
    }

    .temple-link-product li {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        max-width: -webkit-calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    table .text-left {
        text-align: center;
    }
}

@media screen and (max-width: 1120px) {
    #photo-contests-user .photo-contest-div {
        width: 100% !important;
    }

    /* cloud doc Menu - Pooja */
    .bp-docs-container .menu-item-has-children1 {
        position: absolute;
        right: 0;

    }

    .bp-docs-container .menu-item-has-children1 ul.sub-menu {
        opacity: 1;
        visibility: visible;
        background: transparent;
        box-shadow: none;
        top: 0 !important;
    }
}

@media screen and (min-width: 991px) {
    body.geodir-page-single.has-sidebar .buddypress-wrap .grid.bp-list.official-groups.groups-list>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.geodir-page-single.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    /* cloud doc Menu - Pooja */
    .bp-docs-container .menu-item-has-children1 {
        position: absolute;
        right: 0;

    }

    .bp-docs-container .menu-item-has-children1 ul.sub-menu {
        opacity: 1;
        visibility: visible;
        background: transparent;
        box-shadow: none;
        top: 0 !important;
    }

}


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

    /* https://app.clickup.com/t/86cyuczek */
    .bb-template-v2 .side-panel-menu li {
        z-index: 9 !important;
    }

    /* cloud doc Menu - Pooja */
    .bp-docs-container .menu-item-has-children1 ul.sub-menu {
        opacity: 1;
        visibility: visible;
        left: 0;
        float: left;
        display: inline-flex;
        background: transparent;
        box-shadow: none;
        top: 21px;
        flex-flow: row wrap;
    }

    .bp-docs-container .menu-item-has-children1 ul.sub-menu li {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .bp-docs-container .menu-item-has-children1 ul.sub-menu .last {
        position: absolute;
        left: 115%;
        right: 0;
        margin-top: 10px;
    }

}

@media screen and (min-width: 991px) {
    body.geodir-page-single.has-sidebar .buddypress-wrap .grid.bp-list.official-groups.groups-list>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.geodir-page-single.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    /* cloud doc Menu - Pooja */
    .bp-docs-container .menu-item-has-children1 {
        position: absolute;
        right: 0;

    }

    .bp-docs-container .menu-item-has-children1 ul.sub-menu {
        opacity: 1;
        visibility: visible;
        background: transparent;
        box-shadow: none;
        top: 0 !important;
    }

}

@media screen and (max-width: 1120px) {
    #photo-contests-user .photo-contest-div {
        width: 100% !important;
    }

    /* cloud doc Menu - Pooja */
    .bp-docs-container .menu-item-has-children1 {
        position: absolute;
        right: 0;

    }

    .bp-docs-container .menu-item-has-children1 ul.sub-menu {
        opacity: 1;
        visibility: visible;
        background: transparent;
        box-shadow: none;
        top: 0 !important;
    }
}

.wpneo-author-a:hover {
    color: var(--bb-primary-color) !important;
    outline: 0;
    text-decoration: none;
}

.custom-author-box img {
    border-radius: 50% !important;
}

.idea-author-profile-image {
    width: 30px !important;
    height: 30px !important;
}

.pc-main-author .pc-author-img {
    border-radius: 50% !important;
    margin-left: 5px;
    margin-right: 11px;
}

.tribe-event-author-box {
    margin-top: 15px;
}

.tribe-event-author-box img {
    border-radius: 50% !important;
}

.tribe-event-author-box a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

/* Mahotsav Loader by sandeep Jain */
#mahotsav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mahotsav-loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #e3634f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    /* No position:absolute or transform here */
}

.loading-text {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.alert-info a {
    margin-left: 5px !important;
    /* Add space between "preview it" and the link */
}

.cmswt-Result-hits_member .hit-link a::before {
    content: "Visit Profile";
}

.cmswt-Result-hits_member .hit-link a {
    color: transparent;
    position: relative;
}

.cmswt-Result-hits_member .hit-link a::before {
    color: #e3634f;
    position: absolute;
    left: 0;
    top: 0;
}

.cmswt-Results .cm-col-4 img.emoji {
    height: auto !important;
}

.cmswt-Results .hit-content {
    margin-top: 12px;
}

.ais-InfiniteHits-item {
    background: var(--bb-content-background-color);
    padding: 8px;
    /* border: 1px solid var(--bb-content-border-color); */
}

.ais-InfiniteHits-item:hover {
    box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12);
}

.cmswt-FilterPanel {
    padding-right: 20px;
}

.cmswt-InstantSearchPopup--results {
    background: var(--bb-body-background-color);
}

.cmswt-InstantSearch .ais-SearchBox-input {
    background: #fff;
}

.cmswt-Results img {
    border-radius: 6px;
}

@media only screen and (min-width: 991px) {
    .cmswt-Results .cm-col-4 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.cmswt-FilterPanel-itemsContent {
    background: #ffe6e4;
    padding: 15px;
    border-radius: 10px;
}

.ais-SearchBox-form input.ais-SearchBox-input {
    border: 1px solid var(--bb-content-border-color) !important;
}

.ais-SearchBox-form input.ais-SearchBox-input:focus {
    border: 1px solid var(--bb-input-focus-border-color) !important;
}

.cmswt-InstantSearch .ais-SearchBox-input::placeholder {
    color: var(--bb-alternate-text-color) !important;
}

@media(max-width: 767px) {

    .cmswt-CollectionMenu,
    .cmswt-FilterPanel-toggle {
        background: #fff;
    }

    .cmswt-FilterPanel-toggle,
    .cmswt-CollectionMenu-current {
        border: 1px solid var(--bb-content-border-color) !important;
    }

    .cmswt-CollectionMenu ul.cmswt-IndexSwitcher.cmswt-IndexSwitcher--block {
        display: flex;
        flex-direction: column;
    }

    .cmswt-FilterPanel-itemsContent {
        background: transparent;
        padding: 15px;
        border-radius: 0;
    }
}

.ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item {
    padding-bottom: 30px;
    position: relative;
}

.ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .hit-link {
    position: absolute;
    bottom: 5px;
}

.ais-InfiniteHits {
    text-align: center;
}

.ais-InfiniteHits .ais-InfiniteHits-list {
    text-align: left;
}

.ais-InfiniteHits-loadMore {
    font-size: 18px;
    margin-top: 30px;
}

#user-utsav_coins_history span.count {
    display: none;
}

/* Bhupen - documents are displaying outside box due to title size
https://app.clickup.com/t/86cyxgwd9 */
.geodir-field-documents_and_uploads {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.geodir-field-documents_and_uploads .geodir-custom-field-file,
.geodir-field-documents .geodir-custom-field-file {
    margin-bottom: 20px;
    word-wrap: anywhere;
}

/* Bhupen - buddypress videos and photos mobile view fixes
 * https://app.clickup.com/t/86czzxzaj 
 */
@media (min-width: 768px) and (max-width: 991px) {

    .buddypress-wrap .bp-list.bb-photo-list li,
    .buddypress-wrap .grid.bp-list.bb-video-list>li {
        flex: 0 0 25%;
        margin-bottom: 10px !important;
        padding: 0 5px !important;
    }

    .geodir-field-documents_and_uploads {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

@media (max-width: 767px) {

    .buddypress-wrap .bp-list.bb-photo-list li,
    .buddypress-wrap .grid.bp-list.bb-video-list>li {
        flex: 0 0 33.2%;
        margin-bottom: 10px !important;
        padding: 0 5px !important;
    }

    .geodir-field-documents_and_uploads {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* bhupen - fix job alert form view in mobile
    https://app.clickup.com/t/86czu0c7z */
    .entry-content .job-manager-form fieldset {
        flex-direction: column;
        gap: 5px;
    }

    .entry-content .job-manager-form .field input {
        width: 100% !important;
    }

    .entry-content .job-manager-form .field input[type="checkbox"] {
        width: auto !important;
    }
}

.woocommerce-account-fields p.form-row-wide:has(#account_display_name) {
    display: none !important;
}

/* Bhupen - fix job dashboard */
.jm-dashboard .job-status {
    flex-wrap: wrap;
}

.jm-job-overlay-header .actions .jm-ui-button--link {
    display: none;
}

.wpneo-fields small {
    color: var(--bb-alternate-text-color) !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.buddypress-wrap .profile.edit .repeater_group_outer .repeater_tools {
    background: #fff3f2;
    padding: 10px;
    border-radius: 6px;
}

.wpneo-reward-option {
    text-align: left;
    margin: 5px 0;
}

/* https://app.clickup.com/t/86d02xcvd */
.campaign_rewards_field_copy {
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.wpneo-remove-button {
    float: none;
}

/* https://app.clickup.com/t/86d059ba6 */
#navbar-collapse a.active {
    font-weight: 600;
}

#navbar-collapse.active .more-button i {
    font-size: 15px;
    border: 1px solid #e3634f;
    border-radius: 5px;
    padding: 2px;
}

.txt-orange {
    color: #e3634f;
}

.txt-orange del,
.hit-cats .title {
    color: var(--bb-alternate-text-color) !important;
}

.cmswt-Results .cmswt-Result-hits_product_schema .ais-InfiniteHits-list .hit-header a img {
    height: 155px;
}

.cmswt-InstantSearchPopup--active {
    z-index: 999999;
}

.cmswt-IndexSwitcher-link .counter-value {
    color: var(--bb-alternate-text-color);
    font-size: 13px;
}

/* Bhupen - Fix instructor dashboard footer section
https://app.clickup.com/t/86d0cpmez */
.page-template-ir-wisdm-dashboard-template footer,
.page-template-ir-wisdm-dashboard-template.ir-collapse footer {
    padding-left: 0px;
}

/* Bhupen - Group project tabs are not properly aligned
https://app.clickup.com/t/86d06vz2b */
.single-item.groups.projects #secondary {
    display: none;
}

.pm .project-overview .overview-menu ul li {
    padding: 5px;
    background: transparent;
}

.pm .project-overview .overview-menu ul li.message a {
    padding: 17px 8px;
}

/* Bhupen - Rebrand the 'Event Single' page
https://app.clickup.com/t/86d0d33b2 */
.mec-single-event .mec-frontbox {
    padding: 15px;
}

.mec-single-event .mec-booking-button {
    line-height: 1;
    height: auto;
}

#mec_attendees_list_details ul {
    margin: 0px;
}

.mec-attendees-list-details .mec-attendee-avatar img {
    border-radius: 50%;
    width: 60px;
}

.mec-toggle {
    margin-left: 24px;
    margin-top: 10px;
    padding: 5px 15px;
}

.mec-faq-list .mec-faq-item {
    width: 100%;
    text-align: left;
}

.mec-show-toggle {
    margin-top: 15px;
}

.mec-frontbox:hover,
.mec-custom-form-box:hover,
.mymahotsav-disclaimer-container:hover,
.single-mec-events .comment-respond:hover,
.mec-events-meta-group:hover {
    cursor: pointer;
    box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12);
}

.mec-local-time-details:hover {
    box-shadow: none;
}

.mec-custom-form-box {
    border: 1px solid var(--bb-content-border-color);
    border-radius: 10px;
}

.cmswt-InstantSearchPopup--active {
    scrollbar-width: none;
}

/* Bhupen - Profile menu groupings separator
 * https://app.clickup.com/t/86cyu8dyj */
.menu-separator a {
    color: #E3634F !important;
    opacity: 0.7;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding-left: 16px !important;
}

.menu-separator span {
    white-space: nowrap;
}

.menu-separator a::before {
    content: none !important;
}

.menu-separator a::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    opacity: 1;
    background-color: #F8DAD5;
}

.buddypanel ul.buddypanel-menu li a>span:not(.count) {
    padding-right: 0px;
}

/* Bhupen - display dropdown menu on profile page with 3 dots and header 3 dots also */
#navbar-collapse:hover .sub-menu,
nav#object-nav li.hideshow:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Bhupen - My Account icons
https://app.clickup.com/t/86d0ux0m3 */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--crowdfunding-dashboard a:before {
    content: '\e95d';
}

/* event hosting */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--events-i-am-hosting a:before {
    content: '\e803';
}

/* event going */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--events-i-am-going a:before {
    content: '\eee7';
}

/* tickets */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tickets a:before {
    content: '\e9e6';
}

/* waiting list */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--waiting-list a:before {
    content: '\e8a5';
}

/* rsvps */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rsvps a:before {
    content: '\ef41';
}

/* RMA request */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rma-requests a:before {
    font-family: bb-icons;
    font-weight: 400;
    content: '\ef50';
}

/* Profile */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--profile a:before {
    content: '\ef52';
}

/* Pledge received */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--pledges-received a:before {
    content: '\e975';
}

/* Backed Campaings */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--backed-campaigns a:before {
    content: '\ee03';
}

/* Payment */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: '\ee42';
}

/* Appointment */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--appointments a:before {
    content: '\e803';
}

/* Booking */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--bookings a:before {
    content: '\ee73';
}

/* support */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--support-tickets a:before {
    content: '\eec6';
}

/* vendor */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--following a:before {
    content: '\eed2';
}

/* my campaign */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-campaigns a:before {
    content: '\ef37';
}

/* bookmark */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--bookmarks a:before {
    content: '\e872';
}

/* affiliat dashboard */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--affiliate-area a:before {
    content: '\ee3a';
}

/* listing invoice */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--gp-invoices a:before {
    content: '\ef06';
}

/* listing subscription */
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--gp-subscriptions a:before {
    content: '\eed0';
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--utsav-market-orders a::before,
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--viduraa-orders a::before {
    content: "\eec3";
    font-size: 20px;
    text-rendering: auto;
    font-family: bb-icons;
    margin-right: 15px;
    vertical-align: middle;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--seller-support-tickets a::before {
    content: '\eec6';
    font-size: 20px;
    text-rendering: auto;
    font-family: bb-icons;
    margin-right: 15px;
    vertical-align: middle;
}

.ais-Panel-body .ais-RangeSlider {
    width: 87%;
    margin: auto;
}

/* https://app.clickup.com/t/86d15e8ut
Bhupen - Courses page layout fixes */
.page-template-ir-wisdm-dashboard-template.buddypanel-open:not(.register) .site {
    margin-left: 0px;
}

.page-template-ir-wisdm-dashboard-template .wp-block-instructor-role-wisdm-tabs>.tab-labels {
    scrollbar-width: none;
}

@media(max-width: 767px) {
    .page-template-ir-wisdm-dashboard-template.ir-collapse {
        padding-left: 0px;
    }

    .page-template-ir-wisdm-dashboard-template .ir-xs .wp-block-instructor-role-wisdm-all-quizzes .ir-course-listing-container .ir-courses-wrap>div {
        min-width: 25%;
        flex: 0 0 50%;
        padding: 10px;
    }
}

/* Bhupen - Add 'Create an Event' in the MEC Events Dashboard */
/* https://app.clickup.com/t/86d169hkz */
.mec-wrap.clearfix.mec-ud-main .row.mec-head-wrap {
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid var(--bb-content-border-color);
}

.mec-wrap.clearfix.mec-ud-main .row.mec-head-wrap .mec-ud-wrap-header {
    padding: 0px;
    border: none;
}

.mec-wrap.clearfix.mec-ud-main .row.mec-head-wrap code {
    background: none;
    display: flex;
    align-items: center;
    font-family: "SF UI Text";
}

.mec-wrap.clearfix.mec-ud-main .row.mec-head-wrap code button {
    margin: 0px !important;
}

.mec-wrap.clearfix.mec-ud-main .row.mec-head-wrap code a button {
    background-color: var(--bb-primary-color) !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-family: "SF UI Text";
}

/* Bhupen -Events Dashboard alignment is not proper, when any event is pending
 https://app.clickup.com/t/86d0bnqt2 */
.mec-ud-events-list .mec-ud-events-list-item div:nth-last-of-type(2) {
    text-align: center;
}

table.mec-profile-bookings td a,
span.mec-fes-ud-event-title a,
span.mec-fes-ud-event-date.mec-event-start-date,
.mec-fes-ud-event-id {
    color: var(--bb-header-links);
}

.mec-ud-events-list .mec-ud-events-list-item .mec-fes-ud-event-title a {
    color: #000;
}

/* Bhupen - Display event tab even if single event status is pending */
/* https://app.clickup.com/t/86d169hkz */
.mec-fes-form .post-status {
    border-radius: 6px;
    height: 45px;
    line-height: 45px;
}

@media(max-width: 767px) {

    /* Bhupen - Add 'Create an Event' in the MEC Events Dashboard */
    /* https://app.clickup.com/t/86d169hkz */
    .mec-wrap.clearfix.mec-ud-main .row.mec-head-wrap {
        padding: 10px;
    }

    .mec-wrap.clearfix.mec-ud-main .row.mec-head-wrap .mec-ud-wrap-header code {
        font-size: 1rem;
    }

    .mec-wrap.clearfix.mec-ud-main .row.mec-head-wrap code button {
        padding: 10px !important;
    }

    .mec-wrap.clearfix.mec-ud-main .row.row-ud-nm {
        margin-left: -10px;
        margin-right: -10px;
    }

    .mec-ud-reports-select-events {
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 2px;
    }

    /* Bhupen -Events Dashboard alignment is not proper, when any event is pending
    https://app.clickup.com/t/86d0bnqt2 */
    table.mec-profile-bookings td a,
    span.mec-fes-ud-event-title a,
    span.mec-fes-ud-event-date.mec-event-start-date,
    .mec-fes-ud-event-id {
        font-size: 12px;
    }
}

/* https://app.clickup.com/t/86d0en45j
Bhupen - GD cards design */
.bb-profile-grid .gd_user_action {
    padding: 5px 7px;
    font-size: 12px;
}

.bb-profile-grid .geodir-field-post_content {
    font-size: 14px;
    line-height: 1.5;
}

.bb-profile-grid .geodir-output-location ul {
    margin-bottom: 0px !important;
}

.bb-profile-grid .geodir-post-meta-container .geodir_post_meta,
.bb-profile-grid .geodir-entry-title {
    margin-bottom: 10px !important;
}

.bb-profile-grid .geodir-entry-title {
    font-size: 1.05rem;
}

.bb-profile-grid .geodir-post-meta-container .geodir_post_meta {
    font-size: 14px;
    line-height: 1.5;
}

span.bsui.gd-badge-meta {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.gd-rows-popular-locations span.bsui.gd-badge-meta{
    position: relative;
    height: auto;
    width: auto;
    z-index: 9;
}

.bb-profile-grid .bsui .shadow {
    box-shadow: none !important;
}

.bb-profile-grid .bsui .shadow:hover {
    box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12), 0 0.25rem 1rem rgba(31, 27, 45, 0.12) !important;
}

/* https://app.clickup.com/t/86d1a6unp
Bhupen - make activity tab full width */
#activity-planner iframe {
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12), 0 0.25rem 1rem rgba(31, 27, 45, 0.12) !important;
}

#linked-to-gd_purohit .row-cols-md-3 .geodir-info,
#linked-from-gd_purohit .row-cols-md-3 .geodir-info,
#linked-organisations .row-cols-md-3 .geodir-info {
    width: 100%;
}

.geodir-lm-popular-locations {
    position: relative;
}

/* https://app.clickup.com/t/86d03uqce
Bhupen - For resumes add options to link to BuddyBoss user profile */
.bb-candidate-name {
    text-align: center;
    margin-bottom: 10px;
}

.bb-candidate-name a {
    font-weight: 600;
}

.bb-candidate-name a:hover {
    color: #B21F02;
}

/* https://app.clickup.com/t/86d1b856z
Bhupen - Candidates / users dont have any option to edit their submitted Resumes */
#resume-manager-candidate-dashboard table.resume-manager-resumes {
    transform-style: flat;
}

/* https://app.clickup.com/t/86cue9ey8
Bhupen - Profile Tab: Projects :Create a profile tab with the User's Projects */
.my-account.projects .bb-user-nav-display-wrap #secondary {
    display: none;
}




/* https://app.clickup.com/t/86d1bwqet
MyMahotsav Pages BuddyBoss Common CSS offload */
.messages-wrap .notification-dropdown .notification-list {
    max-width: 400px;
}

.messages-wrap .notification-dropdown .notification-list li .notification-content {
    width: 100%;
    overflow: hidden;
}

.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    display: block;
    white-space: nowrap;
}

.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users>a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

#header-messages-dropdown-elem .notification-link.active i:after {
    right: 0;
}

#header-messages-dropdown-elem .notification-users a {
    font-weight: 500;
}

#header-messages-dropdown-elem .notification-list li {
    padding: 15px 40px 15px 15px;
}

#header-messages-dropdown-elem .notification-list li.unread:before {
    display: block;
}

.bb-full-link {
    font-size: 0;
}

.bb-full-link>a {
    cursor: pointer;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.messages-wrap .notification-dropdown .notification-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
}

.messages-wrap .notification-dropdown .notification-list {
    max-width: 400px;
}

.messages-wrap .notification-dropdown .notification-list li .notification-content {
    width: 100%;
    overflow: hidden;
}

.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    display: block;
    white-space: nowrap;
}

.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users>a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.bb-pusher-typing-indicator-text,
.thread-item .typing-indicator {
    color: var(--bb-alternate-text-color);
}

#message-form-submit-wrapper,
#message-reply-form-submit-wrapper {
    background-color: var(--bb-content-alternate-background-color);
    border-radius: 0 0 var(--bb-block-radius-inner) var(--bb-block-radius-inner);
    margin: 0;
    padding: 10px;
}

.bb-template-v1 #message-form-submit-wrapper,
.bb-template-v1 #message-reply-form-submit-wrapper {
    border-top: 1px solid var(--bb-content-border-color);
}

#message-new-submit,
#message-reply-new-submit {
    background-color: var(--bb-primary-color);
    border-radius: var(--bb-button-radius);
}

#message-new-submit:before,
#message-reply-new-submit:before {
    color: var(--bb-primary-button-text-regular);
}

.message-members-list .bb-report-type-pagination .page-data #load_more_rl.loading,
.mass-user-block-list .bb-report-type-pagination .page-data #load_more_rl.loading {
    color: var(--bb-alternate-text-color);
}

.notification-list .actions a {
    display: inline-block;
    padding: 0;
    font-size: 24px;
    margin-left: 4px;
}

.notification-list .bs-item-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.notification-list .delete-notification {
    color: var(--bb-headings-color);
    opacity: 0.4;
    margin-left: 10px;
}

.notification-list .delete-notification:hover {
    color: var(--bb-primary-color);
    opacity: 1;
}

.menu-item-has-children .notification-list li:last-child {
    margin-bottom: -1px;
}

.menu-item-has-children .notification-list .bs-item-wrap:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

#header-notification-dropdown .notification-list li {
    padding-right: 12px;
}

.notification-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid var(--bb-content-border-color);
}

.notification-header a {
    display: block;
    font-size: 13px;
    font-weight: inherit;
    color: var(--bb-primary-color);
    letter-spacing: -0.24px;
    line-height: 1;
    margin: 0 0 0 22px;
    padding: 0;
}

.notification-header a:hover {
    background: transparent;
}

.notification-header a.mark-all-read {
    margin-left: auto;
}

.notification-header .settings {
    color: inherit;
}

.notification-header .settings i {
    margin-left: -7px;
}

.notification-header .title {
    font-size: 1.125rem;
    line-height: 1;
    margin: 0;
}

.notification-header .title+a {
    margin-left: auto;
}

.notification-header .mark-read-all {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--bb-primary-color);
    cursor: pointer;
}

.notification-header .mark-read-all:hover {
    color: var(--bb-primary-color);
}

.notification-avatar {
    margin-right: 10px;
    position: relative;
}

.notification-avatar img {
    display: block;
    max-width: 36px;
    border-radius: 50%;
    image-rendering: optimize-contrast;
}

.notification-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: var(--bb-alternate-text-color);
    letter-spacing: -0.24px;
    line-height: 1.3;
    position: relative;
}

.notification-content a {
    color: var(--bb-headings-color);
}

.notification-content a:hover {
    background: transparent;
}

.notification-content a span {
    color: var(--bb-primary-color);
    display: inline-block;
}

.notification-content .typing-indicator,
.notification-content .posted {
    display: block;
    font-size: 0.8125rem;
    margin-top: 3px;
    line-height: 19px;
}

[dir="rtl"] .notification-content .typing-indicator,
[dir="rtl"] .notification-content .posted {
    direction: rtl;
}

.bs-item-wrap .notification-content {
    font-size: 0.875rem;
}

.bs-item-wrap span.posted {
    font-size: 14px;
}

.bs-item-wrap .notification-avatar {
    margin-right: 20px;
}

.notification-wrap .bs-item-wrap .notification-content {
    text-align: center;
}

.notification-footer {
    position: relative;
    bottom: 0;
    background: var(--bb-content-background-color);
    width: 100%;
    border-top: 1px solid var(--bb-content-border-color);
}

.notification-footer .delete-all {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--bb-primary-color);
    padding: 15px 0;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notification-footer .bb-icon-angle-right {
    color: inherit;
    margin-left: 0;
    opacity: 0.6;
}

.bb-full-link {
    font-size: 0;
}

.bb-full-link>a {
    cursor: pointer;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.notification-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px;
    border-bottom: 1px solid var(--bb-content-border-color);
    position: relative;
}

.notification-list li.bs-item-wrap:hover {
    background: var(--bb-content-alternate-background-color);
}

.notification-list li:hover {
    background: var(--bb-content-alternate-background-color);
}

@media (min-width: 1025px) {
    .notification-list li:hover .actions {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}

.site-header .notification-list {
    min-width: 400px;
    max-height: 52vh;
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow-x: hidden;
}

.site-header .notification-list .read-item .notification-avatar a>i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bb-alternate-text-color);
    bottom: -5px;
    border-radius: 50%;
    color: var(--bb-content-background-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 19px;
    line-height: 19px;
    position: absolute;
    z-index: 1;
    right: -5px;
    width: 19px;
}

.site-header .notification-list .read-item .notification-avatar a>i.bb-icon-calendar {
    font-size: 17px;
}

@media (max-width: 543px) {
    .site-header .notification-list {
        min-width: 330px;
    }
}

@media (max-width: 380px) {
    .site-header .notification-list {
        min-width: 280px;
    }
}

#notifications-bulk-management #notification-select {
    background-position: right 0.6rem center;
    border: 0;
    font-size: 14px;
    height: 34px;
    padding-right: 30px;
    min-width: 125px;
}

.bs-member-notifications .notification-header {
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}

.bs-member-notifications .title.title {
    font-size: 1.75rem;
}

.bs-member-notifications .notification-header a {
    font-size: 0.875rem;
}

.bs-member-notifications .notification-header .settings {
    font-size: 1.375rem;
    /* opacity: 0.4; */
    color: #9ca8b4;
    min-width: 22px;
    text-align: right;
    margin-left: 20px;
}

.notification-wrap.menu-item-has-children>a:after {
    bottom: -4px;
    left: 0;
}

.notification-wrap.menu-item-has-children>a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 7px;
    left: 4px;
    width: 15px;
    height: 15px;
    background: var(--bb-content-background-color);
    border-right: 1px solid var(--bb-content-border-color);
    border-bottom: 1px solid var(--bb-content-border-color);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0;
    visibility: hidden;
}

.notification-wrap.menu-item-has-children.selected>a:before {
    opacity: 1;
    visibility: visible;
    z-index: 1002;
}

.circle-mark {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 100%;
    color: rgba(var(--bb-primary-color), 0.5);
}

.circle-mark.read {
    background: var(--bb-primary-color);
}

.notification-list .unread {
    position: relative;
}

.notification-list .unread:before {
    background-color: var(--bb-primary-color);
    border-radius: 50%;
    content: "";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
}

.notification-list .unread:hover {
    background: var(--bb-content-alternate-background-color);
}

.notification-list .unread:hover:before {
    display: none;
}

.notification-list .unread:hover .actions:hover .mark-read {
    color: #122b46;
}

.bs-item-list.notification-list .bs-item-wrap.read-item {
    background: var(--bb-content-alternate-background-color);
}

.bs-item-list.notification-list .bs-item-wrap:not(.no-hover-effect):hover {
    border-left-color: transparent;
    border-right-color: transparent;
}

.unread-item {
    background: #f0f3f7;
}

.notification-list {
    margin-left: 0;
}

.notification-dropdown .notification-list.bb-nouveau-list li:hover .actions {
    opacity: 1;
    visibility: visible;
}

.notification-list.bb-nouveau-list .actions {
    opacity: 1;
    visibility: visible;
    font-size: 0;
    min-width: 40px;
}

.notification-list.bb-nouveau-list .actions a {
    color: rgba(18, 43, 70, 0.4);
    margin-left: 6px;
}

.notification-list.bb-nouveau-list .actions .dashicons {
    font-size: 18px;
}

.notification-list.bb-nouveau-list .actions .delete .dashicons {
    font-size: 16px;
    position: relative;
}

.notification-list.bb-nouveau-list .actions .dashicons-visibility:before,
.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before,
.notification-list.bb-nouveau-list .actions .dashicons-trash:before,
.notification-list.bb-nouveau-list .actions .dashicons-hidden:before {
    content: "\ee6a";
    font-family: bb-icons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    list-style: none;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
}

.notification-list.bb-nouveau-list .actions .dashicons-dismiss:before {
    content: "\e828";
}

.notification-list.bb-nouveau-list .actions .dashicons-trash:before {
    content: "\ef48";
}

.notification-list.bb-nouveau-list .actions .dashicons-hidden:before {
    content: "\ee69";
}

.buddypress-wrap .subnav-filters:before,
.buddypress-wrap .subnav-filters:after {
    display: none;
}

.buddypress-wrap .subnav-filters>ul {
    margin-left: 0;
    margin-bottom: 0;
}

.notification-dropdown .notification-list.bb-nouveau-list .actions {
    opacity: 0;
    visibility: hidden;
}

.notification-list .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px;
    position: relative;
}

@media (min-width: 1025px) {
    .notification-list .actions {
        opacity: 0;
        visibility: hidden;
    }
}

.notification-list .actions a {
    display: inline-block;
    padding: 0;
    font-size: 24px;
    margin-left: 4px;
}

.notification-list .bs-item-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.notification-list .delete-notification {
    color: var(--bb-headings-color);
    opacity: 0.4;
    margin-left: 10px;
}

.notification-list .delete-notification:hover {
    color: var(--bb-primary-color);
    opacity: 1;
}

.header-aside .thread-multiple-avatar {
    min-height: 36px;
    min-width: 36px;
    margin: 0 -2px;
    position: relative;
}

.header-aside .thread-multiple-avatar img {
    border: 2px solid #fff;
    max-width: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

.header-aside .thread-multiple-avatar img+img {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.header-aside li:hover .thread-multiple-avatar img {
    border-color: #f5f5f5;
}

.header-aside .unread .thread-multiple-avatar img {
    border-color: #f7fafe;
}


/* https://app.clickup.com/t/86d1bwqzv
AyecodeUI ( GeoDirectory) Common CSS offload */

/* ===============================
   MODAL CORE (USED)
================================ */

.modal {
    --bs-modal-zindex: 99999;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1.125rem;
    --bs-modal-margin: .5rem;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: #efecf3;
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: .75rem;
    --bs-modal-box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08),
        0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
    --bs-modal-inner-border-radius: calc(.75rem - 1px);
    --bs-modal-header-padding: 1rem 1.125rem;
    --bs-modal-title-line-height: 1.5;

    position: fixed;
    inset: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.modal.show {
    display: block;
}

.modal-dialog {
    position: relative;
    max-width: var(--bs-modal-width);
    margin: var(--bs-modal-margin) auto;
    pointer-events: none;
}

.modal-content {
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    box-shadow: var(--bs-modal-box-shadow);
    display: flex;
    flex-direction: column;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: 1px solid #efecf3;
}

.modal-body {
    padding: var(--bs-modal-padding);
}

/* ===============================
   TYPOGRAPHY (USED)
================================ */

.bsui h5,
.bsui .h5 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.bsui h6,
.bsui .h6 {
    font-size: 1.125rem;
    line-height: 1.4;
}

.bsui .text-muted {
    color: #9691a4 !important;
}

.bsui .text-center {
    text-align: center !important;
}

.bsui .w-100 {
    width: 100% !important;
}

/* ===============================
   CLOSE BUTTON (USED)
================================ */

.bsui .btn-close {
    width: .75em;
    height: .75em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/.75em no-repeat;
    border: 0;
    opacity: .5;
    padding: 15px;
}

.bsui .btn-close:hover {
    opacity: .75;
}

/* ===============================
   FORM INPUT (USED)
================================ */

.bsui .form-control {
    width: 100%;
    padding: .45rem 1.125rem;
    font-size: 1rem;
    color: #454056;
    background-color: #fff;
    border: 1px solid #d5d2dc;
    border-radius: .5rem;
}

.bsui .form-control::placeholder {
    color: #9691a4;
}

/* ===============================
   DROPDOWN (USED)
================================ */

.bsui .dropdown {
    position: relative;
}

.bsui .dropdown-menu {
    border: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .3);
}

.bsui .dropdown-menu.show {
    display: block;
}

#gdlm-switcher .dropdown-menu.gdlm-location-suggestions {
    transform: translate(0, 43px);
    inset: 0 auto auto 0;
    max-height: 260px;
    overflow-y: auto;
}

/* ===============================
   LIST ITEMS (USED)
================================ */

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

.bsui .list-group-item-action {
    color: #666276;
    font-size: .875rem;
    padding: .25rem .5rem;
    cursor: pointer;
}

.bsui .text-primary {
    color: #e3634f !important;
}

body.modal-open .modal {
    backdrop-filter: blur(10px);
    background: #00000060;
}

/* ===============================
   FLEX UTILITIES (USED)
================================ */

.bsui .d-flex {
    display: flex !important;
}

.bsui .justify-content-between {
    justify-content: space-between !important;
}

#gdlm-switcher.bsui .mb-3 {
    margin-bottom: 2rem !important;
}

/* ===============================
   GLOBAL BOX MODEL
================================ */

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

/* FIX MODAL WIDTH ISSUE */
.modal-dialog {
    width: auto;
    max-width: var(--bs-modal-width);
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog {
    width: auto;
    max-width: var(--bs-modal-width);
    margin-left: auto;
    margin-right: auto;
}

.bsui .modal-content {
    width: 100%;
}

/* Sakib- Elementkit Mega Menu CSS 

* 
Create a Sitewide MegaMenu, Mobile Responsive Open
 */

.vertical-mega-menu .ekit-vertical-navbar-nav {

    max-height: 500px;

    overflow-y: auto !important;

    overflow-x: visible !important;

}

.vertical-mega-menu .ekit-vertical-navbar-nav::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 80px;

    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 5%, RGB(227, 173, 79) 85%) !important;

    pointer-events: none;

    border-radius: 0px 0px 6px 6px !important;

    backdrop-filter: blur(0.5px) !important;

    filter: blur(0.1px) !important;

    z-index: 99;

}

.vertical-mega-menu .ekit-vertical-navbar-nav>li {

    position: static !important;

}

.vertical-mega-menu .ekit-vertical-navbar-nav .elementskit-megamenu-panel {

    position: absolute;

    left: 100%;

    top: 0;

    min-height: 80vh !important;

    visibility: visible !important;

}

.vertical-mega-menu .ekit-vertical-menu-container {

    overflow: visible !important;

}

.vertical-mega-menu .ekit-vertical-navbar-nav::-webkit-scrollbar {

    width: 6px;

}

/* Scrollbar container */

.vertical-mega-menu .ekit-vertical-navbar-nav {

    direction: rtl !important;
    /* Moves scrollbar to the left */

    overflow-y: scroll !important;
    /* Make it scrollable */

    scrollbar-width: thin !important;
    /* Firefox: thin scrollbar */

    scrollbar-color: #EDCB90 #f0f0f0 !important;
    /* Firefox: thumb color + track color */

}

/* WebKit Browsers: Chrome, Safari, Edge */

.vertical-mega-menu .ekit-vertical-navbar-nav::-webkit-scrollbar {

    width: 10px !important;

}

.vertical-mega-menu .ekit-vertical-navbar-nav::-webkit-scrollbar-track {

    background: #f0f0f0 !important;

    border-radius: 4px !important;

}

.vertical-mega-menu .ekit-vertical-navbar-nav::-webkit-scrollbar-thumb {

    background-color: #EDCB90 !important;

    border-radius: 4px !important;

}



.vertical-mega-menu .ekit-vertical-navbar-nav>* {

    direction: ltr !important;

}



@media (max-width: 524px) {

    .vertical-mega-menu .ekit-vertical-navbar-nav {

        max-height: 80vh !important;

        overflow-y: auto !important;

        overflow-x: visible !important;

        padding-right: 5px;

    }

    .vertical-mega-menu {

        z-index: 999 !important;

    }

    .vertical-mega-menu .ekit-vertical-navbar-nav .elementskit-megamenu-panel {

        min-height: 0px !important;

        visibility: visible !important;

    }

    .vertical-mega-menu .ekit-vertical-navbar-nav .elementskit-megamenu-panel {

        position: unset !important;

        visibility: visible !important;

    }

    .elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-toggle[aria-expanded="true"]+.e-n-menu-wrapper {

        --n-menu-wrapper-display: flex;

        height: 85vh;

        z-index: 995 !important;

    }

}

/* Profile Dashboard */

@media (max-width: 500px) {

    .site-header--elementor .user-wrap>.sub-menu .wrapper .sub-menu-inner {

        width: 100% !important;

    }

    .bb-template-v2 .header-aside .wrapper li .wrapper {

        left: 23px !important;

        margin-top: 36px !important;

        background-color: transparent !important;

        box-shadow: 0 3px 8px rgba(0, 0, 0, .06), 0 6px 24px rgba(0, 0, 0, .12) !important;

        border-radius: 10px !important;

    }

    .notification-dropdown {

        right: 0 !important;

    }

}

/* Theme Searchbar Hide */

.search-visible-el .header-search-wrap--elementor {

    opacity: 0 !important;

    visibility: hidden !important;

    display: none !important;

}


/* Style list ElementKit Text Align */

.ekit-stylish-list {

    text-align: left !important;

}

/* https://app.clickup.com/t/86d1afute
Bhupen - Vertical Menu on hover colour shouldn't change */
/* Hover on wrapper OR menu container */
.elementor-64102 .ekit-vertical-main-menu-wraper:has(.ekit-vertical-menu-container:hover) .ekit-vertical-menu-tigger {
    background: #E3AD4F !important;
    border-radius: 6px 6px 0 0 !important;
}

/* https://app.clickup.com/t/86d00zg3m
Bhupen - Import success message appears behind the AI chatbot widget for social URLs in listings */
#aui-toasts .position-fixed {
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
}

/* #aui-toasts {
    position: fixed;
    inset: 0;
    z-index: 999999;
    pointer-events: none;
} */

/* Overlay */
/* #aui-toasts::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    pointer-events: auto;
} */

/* Toast container */
/* #aui-toasts .position-fixed {
    z-index: 2;
    pointer-events: auto;
} */

.page-id-62995 .cmswt-InstantSearchPopup,
.page-id-62995 #gdlm-switcher {
    display: none !important;
}

/* Sakib- Elementkit Mega Menu CSS 
* https://app.clickup.com/t/86d16w1tp */
.vertical-mega-menu .ekit-vertical-navbar-nav {
    max-height: 500px;
    overflow-y: auto !important;
    overflow-x: visible !important;
}

.vertical-mega-menu .ekit-vertical-navbar-nav::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 5%, RGB(227, 173, 79) 85%) !important;
    pointer-events: none;
    border-radius: 0px 0px 6px 6px !important;
    backdrop-filter: blur(0.5px) !important;
    filter: blur(0.1px) !important;
    z-index: 99;
}

.vertical-mega-menu .ekit-vertical-navbar-nav>li {
    position: static !important;
}

.vertical-mega-menu .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 80vh !important;
    visibility: visible !important;
}

.vertical-mega-menu .ekit-vertical-menu-container {
    overflow: visible !important;
}

.vertical-mega-menu .ekit-vertical-navbar-nav::-webkit-scrollbar {
    width: 6px;
}

/* Scrollbar container */
.vertical-mega-menu .ekit-vertical-navbar-nav {
    direction: rtl !important;
    /* Moves scrollbar to the left */
    overflow-y: scroll !important;
    /* Make it scrollable */
    scrollbar-width: thin !important;
    /* Firefox: thin scrollbar */
    scrollbar-color: #EDCB90 #f0f0f0 !important;
    /* Firefox: thumb color + track color */
}

/* WebKit Browsers: Chrome, Safari, Edge */
.vertical-mega-menu .ekit-vertical-navbar-nav::-webkit-scrollbar {
    width: 10px !important;
}

.vertical-mega-menu .ekit-vertical-navbar-nav::-webkit-scrollbar-track {
    background: #f0f0f0 !important;
    border-radius: 4px !important;
}

.vertical-mega-menu .ekit-vertical-navbar-nav::-webkit-scrollbar-thumb {
    background-color: #EDCB90 !important;
    border-radius: 4px !important;
}

.vertical-mega-menu .ekit-vertical-navbar-nav>* {
    direction: ltr !important;
}

@media (max-width: 524px) {
    .vertical-mega-menu .ekit-vertical-navbar-nav {
        min-height: 80vh !important;
        overflow-y: auto !important;
        overflow-x: visible !important;
        padding-right: 5px;
    }

    .vertical-mega-menu {
        z-index: 999 !important;
    }

    .vertical-mega-menu .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
        min-height: 0px !important;
        visibility: visible !important;
    }

    .vertical-mega-menu .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
        position: unset !important;
        visibility: visible !important;
    }

    .elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-toggle[aria-expanded="true"]+.e-n-menu-wrapper {
        --n-menu-wrapper-display: flex;
        height: 80vh;
        z-index: 995 !important;
        margin-top: 16px !important;
    }
}

/* Profile Dashboard */
@media (max-width: 500px) {
    .site-header--elementor .user-wrap>.sub-menu .wrapper .sub-menu-inner {
        width: 100% !important;
    }

    /* Profile dropdown css */
    .bb-template-v2 .header-aside .wrapper li .wrapper {
        left: 23px !important;
        margin-top: 36px !important;
        background-color: transparent !important;
        box-shadow: 0 3px 8px rgba(0, 0, 0, .06), 0 6px 24px rgba(0, 0, 0, .12) !important;
        border-radius: 10px !important;
    }

    .site-header--elementor .user-wrap>.sub-menu {
        right: -5px;
    }

    /* Notification, Message box css */
    .notification-dropdown {
        min-width: 80% !important;
        max-width: 80% !important;
    }

    body .notification-dropdown {
        position: fixed !important;
        left: 50% !important;
        right: auto !important;
        top: auto;
        transform: translate(-50%, -3%) !important;
    }

    .header-cart-link-wrap .notification-dropdown {
        transform: translate(-50%, -12%) !important;
    }
}

/* Theme Searchbar Hide */
.search-visible-el .header-search-wrap--elementor {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
}

/* Style list ElementKit Text Align */
.ekit-stylish-list {
    text-align: left !important;
}

.mobile_header_menu {
    cursor: pointer;
}

#menubar-105 ul.e-n-menu-heading {
    will-change: scroll-position;
    -webkit-overflow-scrolling: touch;
}

.ekit-vertical-main-menu-wraper .ekit-vertical-menu-tigger {
    gap: 4px;
    display: flex;
    align-items: center;
}

/* https://app.clickup.com/t/86d1ef5u2
Bhupen - Try to explore options of making the Header center alligned */
.elementor-64102 .ekit-sticky--top {
    padding-left: 68px !important;
}

.buddypanel-open .elementor-64102 .ekit-sticky--top {
    padding-left: 230px !important;
}

.elementor-64102 .ekit-sticky--top .e-n-menu-content .e-con-inner {
    padding-left: 34px !important;
}

.buddypanel-open .elementor-64102 .ekit-sticky--top .e-n-menu-content .e-con-inner {
    padding-left: 115px !important;
}

.bb-template-v2 .buddypanel {
    margin-top: 70px;
}

/* https://app.clickup.com/t/86d1afmpb
Bhupen - https://app.clickup.com/t/86d1afmpb */
.elementor-64102 {
    z-index: 9999 !important;
}

.menu-overlay {
    z-index: 999 !important;
    pointer-events: auto;
}

/* https://app.clickup.com/t/86d1gj6tk
Bhupen - The header scrollable submenus are taking time to open up on hover */
.e-n-menu-item:hover>.e-n-menu-content {
    top: 100% !important;
    padding-top: 8px !important;
}

.e-n-menu-item:hover>.e-n-menu-content>div {
    display: block !important;
}

body .elementor-64102 .elementor-element.elementor-element-f4bf368 .ekit-vertical-menu-tigger .vertical-menu-icon {  
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    font-size: 18px !important;
}

@media(max-width: 767px) {
    .elementor-64102 .ekit-sticky--top,
    .buddypanel-open .elementor-64102 .ekit-sticky--top,
    .elementor-64102 .ekit-sticky--top .e-n-menu-content .e-con-inner,
    .buddypanel-open .elementor-64102 .ekit-sticky--top .e-n-menu-content .e-con-inner {
        padding-left: 0px !important;
    }

    /* https://app.clickup.com/t/86d1ef82f
    Bhupen - Some glitches on Mobile expereince to be fixed */
    .ekit-vertical-main-menu-wraper .ekit-vertical-menu-container {
        display: none;
    }

    .ekit-vertical-main-menu-wraper.vertical-menu-active .ekit-vertical-menu-container {
        display: block;
    }

    /* https://app.clickup.com/t/86d1nf4n6
    Bhupen - Change the Mobile version Utsav Apps icon from Burger Menu icon to 3x3 icon */
    .elementor-64102 .elementor-element.elementor-element-f4bf368 .ekit-vertical-menu-tigger {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    body .elementor-64102 .elementor-element.elementor-element-f4bf368 .ekit-vertical-menu-tigger .vertical-menu-icon {
        transition: none !important;
        max-width: 12px;
    }

    .elementor-64102 .elementor-element.elementor-element-f4bf368 .ekit-vertical-menu-tigger i{
        margin-right: 14px;
        font-size: 18px;
    }

    body .elementor-64102 .elementor-element.elementor-element-f4bf368 .ekit-vertical-menu-tigger .vertical-menu-icon.fa-close {
        padding-left: 2px !important;
        padding-right: 3px !important;
    }

    /* https://app.clickup.com/t/86cuwc844
    Bhupen - Explore the Typesense elastic search, Add typesense custom post types */
    .cmswt-Header .cmswt-SearchBox {
        flex: 0 0 100%;
    }

    .cmswt-Header .cmswt-CollectionMenu {
        flex: 0 0 60%;
    }

    .cmswt-Header .cmswt-FilterPanel-toggle {
        flex: 0 0 35%;
    }

    .e-n-menu-item:hover>.e-n-menu-content {
        padding-top: 0px !important;
    }

    .e-n-menu-item:hover>.e-n-menu-content>div,
    .e-n-menu-item>.e-n-menu-content>div {
        display: none !important;
    }

    .e-n-menu-item>.e-n-menu-content.e-active>div {
        display: block !important;
    }

    .mobile_header_menu{
        cursor: pointer;
    }
}

@media (max-width: 524px) {
    .vertical-mega-menu .ekit-vertical-navbar-nav {
        min-height: 95vh !important;
        overflow-y: auto !important;
        overflow-x: visible !important;
        padding-right: 5px;
    }

    .vertical-mega-menu {
        z-index: 999 !important;
    }

    .vertical-mega-menu .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
        min-height: 0px !important;
        visibility: visible !important;
    }

    .vertical-mega-menu .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
        position: unset !important;
        visibility: visible !important;
    }

    .elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-toggle[aria-expanded="true"]+.e-n-menu-wrapper {
        --n-menu-wrapper-display: flex;
        height: 95vh;
        z-index: 995 !important;
        margin-top: 16px !important;
    }
}

/* Sakib- Sidepaanel end menu hidden CSS */
.end-blank-menu {
    opacity: 0 !important;
}

.activation .elementor-64102,
.activation footer{
    display: none !important;
}

/* https://app.clickup.com/t/86d1v3z1n
Bhupen - Listing detail page fix banner shift and tabs shift */
.listings-banner-image-top,
.-buddy-elementor-sticky-set-top{
    padding-left: 0px !important;
}

.-buddy-elementor-sticky-set-top.elementor-sticky--active{
    padding-left: 68px !important;
}

.buddypanel-open .-buddy-elementor-sticky-set-top.elementor-sticky--active{
    padding-left: 230px !important;
}

/* Ultimate Post Kit Author Pagination Styles */
.upk-author .upk-pagination {
    margin-top: 30px;
    text-align: center;
}

.upk-author .upk-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.upk-author .upk-pagination .page-numbers li {
    list-style: none;
    margin: 0;
}

.upk-author .upk-pagination a.page-numbers,
.upk-author .upk-pagination span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.upk-author .upk-pagination a.page-numbers:hover {
    color: #fff;
    background-color: var(--bb-primary-color);
    border-color: var(--bb-primary-color);
    transform: translateY(-2px);
}

.upk-author .upk-pagination span.current {
    color: #fff;
    background-color: var(--bb-primary-color);
    border-color: var(--bb-primary-color);
}

.upk-author .upk-pagination .dots {
    border: none;
    background: transparent;
    color: #999;
    pointer-events: none;
}

/* Previous/Next arrows */
.upk-author .upk-pagination .prev,
.upk-author .upk-pagination .next {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .upk-author .upk-pagination a.page-numbers,
    .upk-author .upk-pagination span.page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

/* https://app.clickup.com/t/86d1vpyem
Bhupen - Profile edit page dual scroll bar issue */
.elementor-64102{
    overflow: hidden;
}

.elementor-64102 .ekit-sticky--top{
    width: 100% !important;
}

#buddypress a.button.outline{
    border: none;
}

/* https://app.clickup.com/t/86cvm8xp2
Bhupen - Group cards design fixes on listing detail page */
.widget.geodir-listings:hover{
    box-shadow: none !important;
}

.buddypress-wrap ul.bp-list.groups-dir-list .bs-group-cover a{
    padding-top: 145px !important;
    border-radius: 10px 10px 0 0 !important;
}

.buddypress-wrap ul.bp-list.groups-dir-list.grid .list-wrap{
    border-radius: 10px !important;
}

#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .group-avatar-wrap,
#groups-list.bp-list.grid.bb-cover-enabled .item-avatar .group-avatar-wrap img{
    border-radius: 15px !important;    
}

/* https://app.clickup.com/t/86d1yfzve 
Bhupen - Fix responsive header*/
@media (min-width: 1100px) and (max-width: 1400px) {
    .elementor-64102 .elementor-element.elementor-element-79369123 {
        --width: 1100px !important;
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {
    .elementor-64102 .elementor-element.elementor-element-79369123 {
        --width: 1000px !important;
    }
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .buddypanel-open .elementor-64102 .ekit-sticky--top{
        padding-left: 0px !important;
    }
}

.userlogin_data{
    color: var(--bb-alternate-text-color) !important;
}

.calories-data small{
    color: var(--bb-alternate-text-color) !important;
    font-size: 12px;
}

.cooked-recipe-search{
    z-index: 9999;
}

/* https://app.clickup.com/t/86d20m04u
Bhupen - Create a dynamic labelling of the Mega Menu, based on the URL or Regex */
.app-badge{
    background: #8A2414;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 7px 7px 8px;
    border-radius: 3px;
    position: absolute;
    right: 8px;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 600;
}

@media(max-width: 767px){
    .app-badge{
        position: relative;
        right: -3px;
        padding: 5px 4px 5px 6px;
    }
}

/* https://app.clickup.com/t/86d211ha0 
Bhupen - Image Preview Not showing */
.dropzone .dz-preview.dz-file-preview .dz-details{
    height: auto;
    min-height: auto;
}

.dropzone .dz-preview.dz-file-preview .dz-image img{
    position: relative;
}

.dropzone.dz-clickable{
    justify-content: center;
}

.dropzone.dz-max-files-reached{
    justify-content: left;
}

/* https://app.clickup.com/t/86d1yzbpa
Bhupen - Knowledgebase- Suggestions for better matching with the MM site. */
.betterdocs-search-wrapper{
    background: rgba(0,0,0,0.7);
}

/* Bhupen - Add recipe screen
https://app.clickup.com/t/86d21dkt0 */
.recipe-meta-wrapper{
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
}

.recipe-meta-wrapper .recipe-meta{
    background: #fff3f2;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
}

.recipe-meta-wrapper .recipe-meta a:hover{
    color: #8A2414;
}

.recipe-meta-wrapper .recipe-meta strong{
    font-size: 13px;
    color: #939597;
}

.card-body .gd-badge-meta{
    position: relative !important;
    height: auto !important;
}

#buddypanel-menu .bb-menu-group-wrap:last-child{
    visibility: hidden;
    opacity: 0;
}

/* https://app.clickup.com/t/86d1yn0dr
Bhupen - Utsav pass not showing background color occansionaly on event popup */
.mec-modal-wrap{
    background: var(--bb-body-background-color) !important;
}

/* CSS for submenu right arrow */
.ekit-vertical-navbar-nav .elementskit-submenu-indicator::before {
  opacity: 0.2 !important;
  transition: opacity 0.3s ease;
}

.ekit-vertical-navbar-nav li:hover .elementskit-submenu-indicator::before {
  opacity: 1 !important;
}

.woocommerce-demo-store .demo_store{
    z-index: 999999;
}

/* Make tooltip appear above sticky header */
.tippy-box,
.tippy-popper,
[data-tippy-root] {
  z-index: 9999999 !important;
}

.ekit-adv-tooltip-content,
.ekit-tooltip-wrapper {
  z-index: 9999999 !important;
}

body [data-tippy-root] {
  z-index: 9999999 !important;
}

/* https://app.clickup.com/t/86d290jyc
Buddyboss profile stats css fix */
.bb-template-v2 .widget.widget_bp_profile_completion_widget {
  padding-bottom: 25px;
}

.bb-template-v2 .widget .widget-title {
  letter-spacing: -.24px;
}

.profile_completion_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile_completion_wrap .pc_progress_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  min-width: 240px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.profile_completion_wrap .pc_detailed_progress_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
@media (max-width: 800px) and (min-width: 544px) {
  .profile_completion_wrap .pc_detailed_progress_wrap {
    max-width: 50%;
  }
  .profile_completion_wrap .pc_progress_wrap {
    margin-bottom: 0;
  }
}

.pc_progress_wrap .pc_progress_rate {
  stroke: var(--bb-success-color);
}
.pc_progress_wrap .progress_text_unit {
  margin-left: 3px;
}
.pc_progress_wrap .progress_text_unit,
.pc_progress_wrap .progress_text_label {
  color: var(--bb-alternate-text-color);
  font-size: 14px;
}

.progress_text_wrap h3 {
  line-height: 1.2;
}
.progress_text_wrap .progress_text_value {
  font-size: 34px;
}

/* Profile Completion Widget  */
div.profile_completion_wrap .progress_text_wrap {
  text-align: center;
}

.pc_detailed_progress li {
  margin: 15px 0;
}

.pc_detailed_progress li span.completed_staus {
  color: #fff;
  float: right;
  width: 50px;
  text-align: center;
}

html[dir="rtl"] .pc_detailed_progress li span.completed_staus {
  display: flex;
  align-items: center;
  justify-content: end;
}

.pc_detailed_progress li.completed span.completed_staus {
  color: #8a2;
}

.pc_detailed_progress li.incomplete span.completed_staus {
  color: #b71717;
}

.pc_progress_graph path {
  stroke: #e7e7e8;
  stroke-linecap: round;
  stroke-width: 6;
}

.pc_progress_graph.pc_progress_graph--blank path {
  stroke-linecap: initial;
}

.pc_progress_wrap {
  text-align: center;
  margin: 0 0 25px;
}

.pc_progress_wrap svg {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.progress_text_wrap {
  margin-top: -50px;
}

.progress_text_wrap h3 {
  margin: 0;
}

.progress_text_wrap .progress_text_value {
  font-weight: 600;
}

.progress_text_label {
  display: block;
}

.pc_detailed_progress_wrap .pc_detailed_progress {
  list-style: none;
}
.pc_detailed_progress_wrap .single_section_wrap {
  margin: 0;
  padding: 10px 0;
  position: relative;
  margin-left: 25px;
}
.pc_detailed_progress_wrap .single_section_wrap .section_ico {
  border: 2px solid var(--bb-content-border-color);
  margin-left: -30px;
  margin-right: 10px;
  display: inline-block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
}
.pc_detailed_progress_wrap .single_section_wrap .section_ico i {
  display: none;
}
.pc_detailed_progress_wrap .single_section_wrap .section_ico:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-top: 0;
  top: -17px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d0d3d6;
}
.pc_detailed_progress_wrap .single_section_wrap .section_number {
  display: none;
}
.pc_detailed_progress_wrap .single_section_wrap .section_name a {
  text-decoration: none;
  font-size: 14px;
}
.pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus {
  width: 33px;
  font-weight: 500;
  text-align: right;
}
.pc_detailed_progress_wrap .single_section_wrap .section_name {
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  display: inline-block;
  vertical-align: middle;
  color: var(--bb-alternate-text-color);
  overflow: hidden;
}
.pc_detailed_progress_wrap .single_section_wrap.completed .section_ico {
  border-color: #05d786;
}
.pc_detailed_progress_wrap .single_section_wrap.completed .section_ico i {
  display: block;
  position: absolute;
  left: 1px;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: #05d786;
}
.pc_detailed_progress_wrap .single_section_wrap.completed .section_name a {
  font-size: 14px;
  color: var(--bb-headings-color);
  font-weight: 500;
}
.pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus {
  color: #05d786;
}
.pc_detailed_progress_wrap .single_section_wrap:first-of-type .section_ico:before {
  display: none;
}
.pc_detailed_progress_wrap .single_section_wrap.completed + .single_section_wrap.completed .section_ico:before {
  background-color: #05d786;
}

/* https://app.clickup.com/t/86d2a1avt
Profile Tab: Messages: Please remove the sidebar from this tab to allow the full view of better messages */
.my-account.utsav-messages #secondary{
    display: none;
}

/* https://app.clickup.com/t/86d29ufm3
Bhupen - Call Cancel/Reject button/option is getting hidden behind the bitassist icon, please bring that Can Pop-up Window to front */
.bm-toasts-container,
/* https://app.clickup.com/t/86d2a1p4m
Bhupen - During video calls, the recipent's video feed is hiding behind bitassist, need to come front */
#bp-better-messages-mini-mobile-container{
  z-index: 2147483650 !important;
}

.Toastify__toast-container--bottom-right {
  bottom: 1.3em;
  right: 1.1em;
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container--bottom-center{
        bottom: 40px !important;
        top: auto;
    }
}