:root {
    --systemColor: @currentContext.SystemColor;
    --systemColor: #4a4f55;
    --systemColorLight: @currentContext.SystemSecondaryColor;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 26px !important;
    left: 38px !important;
    width: 3px !important;
    height: 5px !important;
    border-radius: 20%;
    background: var(--systemColor) !important;
}

.searchBoxAdvanceSearch {
    padding: 13px;
    background: #FFFFFF;
    color: #757575;
    font-size: 16px;
    box-shadow: 0px 4px 14px rgba(54, 57, 90, 0.1);
    border-radius: 8px;
    /* background-image: url(../../img/Search.svg); */
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
    outline: 0px;
    border: 0;
    background-position: 20px center;
}

.search-categories-content-data-card-list {
    padding: 0px !important;
}

.product-tab-active {
    color: var(--activeTabColor);
    border-bottom: 2px solid var(--activeTabUnderlineColor);
}

.user-company-ecosystem-tab-active {
    color: var(--activeTabColor);
    border-bottom: 2px solid var(--activeTabUnderlineColor);
}

.inp-cbx {
    position: absolute;
    visibility: hidden;
}

.inp-cbx:checked + .cbx span:first-child {
    background: @currentContext.SystemColor !important;
    border-color: @currentContext.SystemColor !important;
    animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.claim-listing-color-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 16px;
    gap: 10px;
    width: 100%;
    height: 44px;
    background: @currentContext.SystemSecondaryColor !important;
    /*background: #F8F8FC !important;*/
    border: 1px solid #EFEFF7;
    border-radius: 8px;
}

.supplierTag {
    padding: 4px 8px;
    background: var(--contentFrameRightTagColor);
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    color: var(--contentFrameRightTagTextColor);
    width: fit-content;
}

.supplierTag:hover {
    color: var(--contentFrameRightTagTextColor);
}

.popup-modal-dialog {
    position: fixed;
    margin: auto;
    /*width: 320px;*/
    height: 100%;
    right: 0px;
}

.company-short-overview-map > .companyShortOverviewMap-font-style > h2,
.company-short-overview-map > .companyShortOverviewMap-font-style > h3,
.company-short-overview-map > .companyShortOverviewMap-font-style > h4,
.company-short-overview-map > .companyShortOverviewMap-font-style > h5,
.company-short-overview-map > .companyShortOverviewMap-font-style > h6 {
    font-size: 13px;
}

.z-index-for-like-popup {
    z-index: 1049 !important;
}

.popup-modal-content {
    height: 100%;
}

.activeButton {
    background: var(--selectedTabBackgroundColor) !important;
    border-radius: 8px;
    color: var(--selectedTabTextColor) !important;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: @currentContext.SystemColor;
}

#btnLoadMore {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--moreShowColor);
    border: 0px;
    background: transparent;
}

.advanced-search-card-list-view-button-follow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 8px;
    /* width: 96px;*/
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor);
}

.advanced-search-card-list-view-button-follow p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /*color: #1A202C;*/
    color: var(--followLikeListingTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.advanced-search-card-list-view-button-following {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    background: var(--buttonBackgroundColor);
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor);
}

.advanced-search-card-list-view-button-following p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    /*color: #7B68EE;*/
    color: var(--followLikeListingFilledTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.advanced-search-card-list-view-button-like {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 8px;
    /* width: 106px;*/
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor);
}

.advanced-search-card-list-view-button-like p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--followLikeListingTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.advanced-search-card-list-view-button-liked {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 8px;
    background: var(--buttonBackgroundColor);
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor);
}

.advanced-search-card-list-view-button-liked p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--followLikeListingFilledTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.advanced-search-card-list-view-button-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 18px;
    gap: 8px;
    /*width: 154px;*/
    height: 45px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor);
}

.advanced-search-card-list-view-button-list p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--followLikeListingTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.advanced-search-card-list-view-button-register {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    /*width: 107px;*/
    height: 45px;
    background: var(--buttonColor);
    border-radius: 8px;
}

.advanced-search-card-list-view-button-register b {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--buttonTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.search-card-list-content-button-grid-follow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 8px;
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor);
}

.search-card-list-content-button-grid-follow p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    color: var(--followLikeListingTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.search-card-list-content-button-grid-following {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    width: 100%;
    gap: 10px;
    background: var(--buttonBackgroundColor);
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor);
}

.search-card-list-content-button-grid-following p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--followLikeListingFilledTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.search-card-list-content-button-grid-liked {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 8px;
    background: var(--buttonBackgroundColor);
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor);
}

.search-card-list-content-button-grid-liked p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--followLikeListingFilledTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.search-card-list-content-button-grid-like {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 8px;
    /*width: 58.67px;*/
    height: 44px;
    background: var(--buttonTextColor);
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor);
}

.search-card-list-content-button-grid-like p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--followLikeListingTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.search-card-list-content-button-register {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    width: 100%;
    height: 44px;
    background: var(--buttonColor);
    border-radius: 8px;
}

.search-card-list-content-button-register b {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--buttonTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.search-card-list-content-button-grid-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 4px;
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor);
}

.search-card-list-content-button-grid-list p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--followLikeListingTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.search-desc-social span {
    align-items: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--buttonFilledTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.search-card-grid-list-desc-body-location span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: var(--buttonFilledTextColor);
}

.dropdown-item:hover {
    color: #ffffff !important;
    background-color: var(--navigationHighlightColor) !important;
}

.subcategorytag {
    padding: 4px 8px 4px 12px;
    height: 28px;
    background: var(--buttonBackgroundColor);
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1A202C;
}

.input-icon-search-icon {
    float: left;
    position: relative;
}

.close-button-for-search {
    font-weight: 800;
}

.close-button-for-search i {
    position: absolute;
    padding: 1px 8px 3px;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    z-index: 1;
    margin-right: 10px;
    margin-bottom: 7px;
    font-weight: 800;
    font-size: 20px;
}

.popup {
    position: absolute;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    display: none;
    width: 300px;
    z-index: 999;
}

.popup img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}

.inp-cbx {
    position: absolute;
    visibility: hidden;
}

.inp-cbx:checked + .cbx span:first-child {
    background: @currentContext.SystemColor !important;
    border-color: @currentContext.SystemColor !important;
    animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.floating-search-ic {
    top: 2px !important;
    position: absolute;
}

.custom-before-icon::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 0 !important;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-icon-search i {
    right: unset;
    top: 12px;
    font-size: 18px;
}

#searchLoader {
    align-items: flex-start !important;
    position: relative;
    top: 4%;
}

.supplier-ecosystem-top-header-style 
{
    justify-content: flex-start;
    align-items: center;
}

/* Custom button design */
.fancybox-button {
    background: transparent;
    color: #333;
}

.fancybox-toolbar .fancybox-button:hover {
    background: rgba(223, 223, 223, 0.5);
    color: #c11c95;
}

/* Make close button a bit bigger */
.fancybox-button--close {
    padding: 7px;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    z-index: 99996;
    top: 87%;
}

    .fancybox-navigation .fancybox-button div {
        padding: 0;
    }

    .fancybox-navigation .fancybox-button[disabled],
    .fancybox-navigation .fancybox-button[disabled]:hover {
        color: #888;
    }

    .fancybox-navigation .fancybox-button:hover {
        color: #000;
    }

/* Change backdrop color */
.fancybox-bg {
    background: #eee;
}

/* Initially hide the caption */
.caption {
    display: none;
}

/* Change position and design of caption area */
.fancybox-caption {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    padding: 0;
    width: 300px;
    background: #eee;
    color: #333;
    box-shadow: 0 0 20px #888;
    z-index: 11;
    text-align: left;
    /* Hide next to right edge */
    transform: translate3d(320px, 0, 0);
}

    .fancybox-caption::before {
        display: none;
    }

    .fancybox-caption > div {
        margin-top: 44px;
        padding: 20px;
        max-height: calc(100vh - 44px);
        overflow: auto;
    }

/* Overwrite the default animation */
.fancybox-show-caption .fancybox-caption,
.fancybox-caption {
    transition: transform 0.2s;
}

/* Reveal caption */
.fancybox-show-caption.fancybox-vertical-caption .fancybox-caption {
    transform: translate3d(0, 0, 0);
}

/* Styling of caption content */
.fancybox-caption a {
    color: #333;
}

.fancy-nav a {
    text-decoration: none;
    font-weight: normal;
    font-size: 20px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #444;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
}

    .fancy-nav a:hover {
        text-decoration: none;
    }

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 99%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80%;
}

.fancybox-thumbs {
    height: initial;
}

.fancybox-thumbs-active {
    border: 2px solid var(--buttonHoverColor);
    transform: initial;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    content: none;
    border: 0px;
}

.fancybox-thumbs__list a:before {
    content: none;
    border: 0px;
}

.fancybox-thumbs__list {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

.fancybox-thumbs-active {
    transform: scale(2);
    z-index: 11;
}

@media(min-width:1200px) {
    .fancybox-navigation .fancybox-button--arrow_left {
        left: calc(50% - 455px);
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: calc(50% - 300px);
    }
}

@media (max-width:1100px) {
    .fancybox-caption {
        bottom: 50px;
        left: 0;
        top: unset;
        right: unset;
        width: 100%;
        z-index: 111111;
    }

    .fancybox-slide--image .fancybox-content {
        margin: 0 auto;
    }

    .fancybox-image {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 460px) {
    .fancybox-navigation {
        display: none;
    }
}

@media (min-width: 1200px) {
    .fancybox-navigation .fancybox-button {
        z-index: 99996;
        top: 50%;
        transform: translateY(-50%);
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: calc(50% - 346px);
    }

    .fancybox-navigation .fancybox-button--arrow_left {
        left: calc(50% - 520px);
    }
}

@media (min-width: 1535px) {
    .fancybox-navigation .fancybox-button--arrow_left {
        left: calc(50% - 580px);
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: calc(50% - 380px);
    }
}

@media (min-width: 1700px) {
    .fancybox-navigation .fancybox-button--arrow_left {
        left: calc(50% - 750px);
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: calc(50% - 476px);
    }
}

.listinghight.user-activities-contacts-category-content {
    height: auto;
    margin-bottom: 2px;
}

.overview-htmlOverviewHolder {
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.active-table {
    color: var(--activeTabColor);
    border-bottom: 2px solid var(--activeTabUnderlineColor);
}

.active-table-icon-color {
    color: var(--iconColor);
}

.profile-categories-content-filter1-pop {
    padding: 0px;
    gap: 10px;
    width: 100%;
    background: #FFFFFF;
    border: 0px;
    border-radius: 8px;
}

.profile-category-pop {
    padding: 24px 0px;
}

.categories-content-company-details-insights {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: -17px 1px;
    gap: 10px;
    width: 100%;
    border: 1px solid #EFEFF7;
    border-radius: 8px;
    margin-top: -22px;
    padding: 10px 10px;
}

.profile-category-pop {
    padding: 24px 0px;
}

.categories-content-company-details-insights {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: -17px 1px;
    gap: 10px;
    width: 100%;
    border: 1px solid #EFEFF7;
    border-radius: 8px;
    margin-top: -22px;
    padding: 10px 10px;
}

.overview-htmlOverviewHolder {
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

profile-category-content-pop {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.user-profile-details-pop-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    border: 1px solid #EFEFF7;
    border-radius: 8px;
    padding: 10px 10px;
}

.adv-search-btn-tab .list-view-button {
    width: 49%;
}

.advanced-search-button-list-btn.adv-search-btn-tab {
    justify-content: space-between;
}

.cat {
    margin: 4px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #464646;
    overflow: hidden;
    float: left;
}

.cat label {
    float: left;
    line-height: 3.0em;
}

    .cat label:hover {
        cursor: pointer;
    }

    .cat label span {
        text-align: center;
        padding: 3px 12px;
        display: block;
    }

    .cat label input {
        position: absolute;
        display: none;
        color: #fff !important;
    }

        .cat label input + span {
            color: #545454;
        }


    .cat input:checked + span {
        color: #ffffff;
        background-color: #ff3b3b;
    }

.action input:checked + span {
    background-color: #424242;
}

.min-max-slider {
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
}

    .min-max-slider > label {
        display: none;
    }

span.value {
    height: 1.7em;
    font-weight: bold;
    display: inline-block;
}

    span.value.lower::before {
        /* content: "$"; */
        display: inline-block;
    }

    span.value.upper::before {
        content: " - ";
        /* content: "- $"; */
        display: inline-block;
        margin-left: 0.4em;
    }

.min-max-slider > .legend {
    display: flex;
    justify-content: space-between;
}

    .min-max-slider > .legend > * {
        font-size: 14px;
        opacity: 1;
        font-weight: 600;
    }

.min-max-slider > input {
    cursor: pointer;
    position: absolute;
}

/* webkit specific styling */
.min-max-slider > input {
    -webkit-appearance: none;
    outline: none !important;
    background: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 30%, silver 30%, silver 60%, transparent 60%, transparent 100%);
}

    .min-max-slider > input::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 14px; /* Set a specific slider handle width */
        height: 14px; /* Slider handle height */
        background: #eee; /* Green background */
        cursor: pointer; /* Cursor on hover */
        border: 1px solid gray;
        border-radius: 100%;
    }

    .min-max-slider > input::-webkit-slider-runnable-track {
        cursor: pointer;
    }

.promoters-container {
    width: 100%;
}
.filter-buttons .custom-drp-sapce-200 .dropdown-toggle {
    width: 200px;
    justify-content: space-between;
}

/* Listing Type Dropdown styling to match Sort dropdown */
#ListingTypeDiv.dropdown.custom-drp-sapce-200 .dropdown-toggle {
    background: white;
    border: 1px solid #eee;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 40px;
    color: #212529;
    width: 200px;
    justify-content: space-between;
}

#ListingTypeDiv.dropdown.custom-drp-sapce-200 .dropdown-toggle:hover,
#ListingTypeDiv.dropdown.custom-drp-sapce-200 .dropdown-toggle:focus {
    background: white;
    border-color: #ddd;
}

#ListingTypeDiv.dropdown.custom-drp-sapce-200 .dropdown-toggle::after {
    display: none;
}

#ListingTypeDiv.dropdown.custom-drp-sapce-200 .dropdown-toggle p {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ListingTypeDiv.dropdown.custom-drp-sapce-200 .dropdown-toggle i {
    font-size: 0.875rem;
    color: #6c757d;
    flex-shrink: 0;
}
.filter-group .filter-select p {
    margin-bottom: 0;
}
.side-bar-card-filter .filter-header {
    margin-bottom: 0;
}
/* ecosystem new css changes */
.inner-ecosystem-bg {
    background: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.filter-header span.filter-title {
    margin-bottom: 0;
}
.filter-buttons .filter-header {
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.Checkbox-parent.without-nasted-accoridon label, .Checkbox-parent.FilterResource label {
    display: inline-block;
    margin-bottom: 0;
}
#sidebarFilter .accordian-filter-sagments.accordian-filter-sagments-left input[type="checkbox"], .accordian-filter-sagments input[type="checkbox"] {
    padding: 0;
}
.filter-location-advance-style {
    background: unset !important;
    border-radius: unset !important;
    padding: unset !important;
    margin: unset !important;
}
.form-switch .form-check-input {
    width: 2em !important;
    height: 16px !important;
    padding: 0;
    margin-top: 0 ;
}
.Checkbox-parent.FilterResource i {
    width: 22px;
    height: 22px;
    text-align: center;
}
.quick-view-above-header .bottom-contanct-info-filler {
    gap: 10px !important;
}
.distance-badge-box {
    font-size: 14px;
    padding: 5px 15px;
}
.subcategorytag {
    height: auto;
    background: #dedfe0;
    padding: 5px 15px;
}
#demographicCategoryFilterTagParent {
    margin-top: 10px;
}
.company-details-bloc-desc1, .company-details-category {
    display: block !important;
}
@media (max-width: 767px) {
    .top-controls {
        flex-direction: column;
        align-items: flex-start;
    }
        .top-controls .CollectionDropdown {
            width: 100%;
        }
}

.ecosystem-loader-container {
    min-height: 100px;
}

/*EcoSystem Network View*/
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f8f9fb;
    color: #333;
}

#container {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
}

h1 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #2c3e50;
}

#chart {
    width: 100%;
    height: 750px;
    position: relative;
}

.node {
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    padding: 10px 10px 0 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: max-content;
    max-width: 120px;
    cursor: pointer;
}

    .node img {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin-bottom: 8px;
        border: 2px solid #e0e0e0;
        transition: box-shadow 0.2s;
    }

    .node:hover img {
        box-shadow: 0 4px 16px rgba(44,62,80,0.15);
        border-color: #2c3e50;
    }

    .node .name {
        font-size: 15px;
        color: #222;
        font-weight: 600;
        margin-bottom: 8px;
    }

.hover-info {
    display: none;
    position: absolute;
    z-index: 10;
    min-width: 240px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.13);
    padding: 18px 20px 16px 20px;
    text-align: left;
    font-size: 14px;
    color: #333;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .hover-info .hover-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .hover-info .title {
        font-size: 16px;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 0;
    }

    .hover-info .info-adv-btn-style {
        margin-left: 12px;
        margin-bottom: 0;
        padding: 6px 13px;
        font-size: 15px;
    }

    .hover-info .arrow {
        position: absolute;
        width: 18px;
        height: 10px;
        left: 40px;
        top: -10px;
        z-index: 11;
        overflow: visible;
    }

        .hover-info .arrow svg {
            display: block;
        }

    .hover-info .arrow-down {
        position: absolute;
        width: 18px;
        height: 10px;
        left: 40px;
        bottom: -10px;
        z-index: 11;
        overflow: visible;
    }

    .hover-info .desc {
        margin-bottom: 8px;
        color: #555;
    }

    .hover-info .rating {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .hover-info .rating-star {
        color: #f7b731;
        margin-right: 4px;
        font-size: 16px;
    }

    .hover-info .follow-btn {
        display: inline-block;
        background: #2c3e50;
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 6px 18px;
        font-size: 14px;
        cursor: pointer;
        margin-top: 8px;
        transition: background 0.2s;
    }

        .hover-info .follow-btn:hover {
            background: #1a232e;
        }

.line {
    stroke: #ccc;
    stroke-width: 2;
}

.center-node {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    padding: 10px 10px 0 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    max-width: 120px;
    cursor: pointer;
}

    .center-node img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    }

    .center-node h2 {
        margin-top: 12px;
        font-size: 18px;
        color: #2c3e50;
    }

    .center-node .node {
        margin: 0 auto;
        position: static;
        display: inline-block;
    }

svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.hover-info .meta-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #888;
    justify-content: flex-start;
}

    .hover-info .meta-row .meta-item {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .hover-info .meta-row .fa-heart {
        color: #799c4b;
        font-size: 16px;
    }

    .hover-info .meta-row .fa-user {
        color: #888;
        font-size: 16px;
    }

    .hover-info .meta-row .rating-star {
        color: #f7b731;
        font-size: 16px;
        margin-right: 4px;
    }

    .hover-info .meta-row .rating-text {
        color: #333;
        font-size: 15px;
        font-weight: 500;
    }

.info-adv-btn-style {
    background: #ffffff;
    padding: 8px 13px;
    /*border: 1px solid #799c4b !important;*/
    border-radius: 8px;
    /*color: #799c4b;*/
    font-weight: 500;
    display: inline-block;
    transition: all .2s ease-in-out;
    font-size: 16px;
    vertical-align: middle;
}
.perks-item-right .form-switch .form-check-input {
    margin-top: .25em;
}
.typeahead-empty i {
    position: relative;
    top: 0;
    left: 0;
}
.typeahead-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/* End - EcoSystem Network View */

/* Ecosystem Tabs Right Controls */
.eco-tabs-right-controls {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Override overflow:hidden on parent wrapper to allow dropdown to show */
.wrapper.rcommand-tabs.d-flex {
    overflow: visible;
}

/* Sort Dropdown Container */
.eco-tabs-right-controls .dropdown {
    position: relative;
}

/* Sort Dropdown Button */
.eco-sort-dropdown-btn {
    background: white;
    border: 1px solid #e5e7eb;
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: auto;
    color: #374151;
    min-width: 160px;
    cursor: pointer;
}

.eco-sort-dropdown-btn:hover,
.eco-sort-dropdown-btn:focus {
    background: #f9fafb;
    border-color: #d1d5db;
}

.eco-sort-dropdown-btn::after {
    display: none;
}

.eco-sort-dropdown-btn p {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 500;
}

.eco-sort-dropdown-btn i {
    font-size: 10px;
    color: #6b7280;
    flex-shrink: 0;
}

/* Sort Dropdown Menu */
.eco-tabs-right-controls .dropdown-menu,
#sortingFilters {
    min-width: 160px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 6px 0;
    margin-top: 4px;
    z-index: 1050;
    background-color: #fff;
}

.eco-tabs-right-controls .dropdown-menu .dropdown-item,
#sortingFilters .dropdown-item,
#sortingFilters a.dropdown-item {
    padding: 8px 14px;
    font-size: 13px;
    color: #374151 !important;
    background-color: transparent !important;
}

.eco-tabs-right-controls .dropdown-menu .dropdown-item:hover,
.eco-tabs-right-controls .dropdown-menu .dropdown-item:focus,
#sortingFilters .dropdown-item:hover,
#sortingFilters .dropdown-item:focus,
#sortingFilters a.dropdown-item:hover,
#sortingFilters a.dropdown-item:focus {
    background-color: var(--navigationHighlightColor, var(--systemColor, #7c3aed)) !important;
    color: #fff !important;
}

.eco-tabs-right-controls .dropdown-menu .dropdown-item.active,
.eco-tabs-right-controls .dropdown-menu .dropdown-item:active,
#sortingFilters .dropdown-item.active,
#sortingFilters .dropdown-item:active,
#sortingFilters a.dropdown-item.active,
#sortingFilters a.dropdown-item:active {
    background-color: var(--navigationHighlightColor, var(--systemColor, #7c3aed)) !important;
    color: #fff !important;
}

/* Ecosystem Filter Popup Button - Matches Active Tab Styling */
.eco-filter-popup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    background-color: #fff;
    color: #374151;
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.eco-filter-popup-btn:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
}

.eco-filter-popup-btn:focus {
    outline: none;
    box-shadow: none;
}

.eco-filter-popup-btn i {
    font-size: 12px;
    color: #6b7280;
}

.eco-filter-popup-btn i.fa-chevron-down {
    font-size: 10px;
}

/* Ecosystem Filter Dropdown */
.eco-filter-dropdown {
    position: relative;
}

.eco-filter-dropdown-menu {
    width: 320px;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    background-color: #fff;
    right: 0;
    left: auto;
    margin-top: 4px;
}

.eco-filter-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.eco-filter-dropdown-header-title {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
}

.eco-filter-dropdown-header-reset {
    font-size: 13px;
    color: #6b7280 !important;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: 400;
    background: none !important;
    background-color: transparent !important;
}

.eco-filter-dropdown-header-reset:hover,
.eco-filter-dropdown-header-reset:focus,
.eco-filter-dropdown-header-reset:active {
    color: #6b7280 !important;
    text-decoration: none !important;
    background: none !important;
    background-color: transparent !important;
}

.eco-filter-dropdown-body {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 400px;
    overflow-y: auto;
}

.eco-filter-dropdown-row {
    margin-bottom: 0;
}

.eco-filter-dropdown-label {
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 2px;
}

.eco-filter-dropdown-description {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 6px;
    line-height: 1.4;
}

/* Filter Select Dropdown (Bootstrap-based) */
.eco-filter-select-dropdown {
    width: 100%;
}

.eco-filter-select-dropdown button.eco-filter-select-btn,
button.eco-filter-select-btn,
.eco-filter-select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 14px;
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: inherit;
    color: #212529 !important;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    cursor: pointer;
    text-align: left;
}

.eco-filter-select-dropdown button.eco-filter-select-btn:hover,
button.eco-filter-select-btn:hover,
.eco-filter-select-btn:hover {
    border-color: #d1d5db;
    font-weight: normal !important;
}

.eco-filter-select-dropdown button.eco-filter-select-btn:focus,
button.eco-filter-select-btn:focus,
.eco-filter-select-btn:focus {
    border-color: var(--navigationHighlightColor, var(--systemColor, #7c3aed));
    box-shadow: none;
    outline: none;
    font-weight: normal !important;
}

.eco-filter-select-dropdown button.eco-filter-select-btn span,
button.eco-filter-select-btn span,
.eco-filter-select-btn span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #212529 !important;
}

.eco-filter-select-btn i {
    font-size: 10px;
    color: #6b7280;
    margin-left: 8px;
    flex-shrink: 0;
}

.eco-filter-select-menu {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    padding: 4px 0;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1060;
}

.eco-filter-select-menu .dropdown-item,
.eco-filter-select-menu a.dropdown-item {
    padding: 8px 14px;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #212529 !important;
    cursor: pointer;
}

.eco-filter-select-menu .dropdown-item:hover,
.eco-filter-select-menu .dropdown-item:focus,
.eco-filter-select-menu a.dropdown-item:hover,
.eco-filter-select-menu a.dropdown-item:focus {
    background-color: var(--navigationHighlightColor, var(--systemColor, #7c3aed)) !important;
    color: #fff !important;
    font-weight: normal !important;
}

.eco-filter-select-menu .dropdown-item.active,
.eco-filter-select-menu .dropdown-item:active,
.eco-filter-select-menu a.dropdown-item.active,
.eco-filter-select-menu a.dropdown-item:active {
    background-color: var(--navigationHighlightColor, var(--systemColor, #7c3aed)) !important;
    color: #fff !important;
    font-weight: normal !important;
}

.eco-filter-dropdown-footer {
    padding: 12px 16px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.eco-filter-dropdown-footer .eco-filter-cancel-btn {
    flex: 1;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    color: #374151;
    background-color: #fff;
    border: 1px solid #d1d5db;
}

.eco-filter-dropdown-footer .eco-filter-cancel-btn:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
}

.eco-filter-dropdown-footer .eco-filter-apply-btn {
    flex: 1;
    background-color: var(--navigationHighlightColor, var(--systemColor, #7c3aed));
    border-color: var(--navigationHighlightColor, var(--systemColor, #7c3aed));
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    color: #fff;
}

.eco-filter-dropdown-footer .eco-filter-apply-btn:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .eco-filter-dropdown-menu {
        width: 290px;
    }
}

/* Ecosystem Filter Popup Modal */
.eco-filter-popup-content {
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.eco-filter-popup-header {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 8px 8px 0 0;
    padding: 16px 20px;
}

.eco-filter-popup-header .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: #212529;
    display: flex;
    align-items: center;
}

.eco-filter-popup-header .modal-title i {
    color: #212529;
}

.eco-filter-popup-body {
    padding: 0;
}

.eco-filter-popup-row {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.eco-filter-popup-row:last-child {
    border-bottom: none;
}

.eco-filter-popup-label {
    flex: 0 0 40%;
    font-weight: 600;
    font-size: 14px;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-right: 16px;
}

.eco-filter-popup-info {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.eco-filter-popup-info i {
    color: #6c757d;
    font-size: 14px;
}

.eco-filter-popup-info:hover i {
    color: #495057;
}

.eco-filter-popup-control {
    flex: 1;
}

.eco-filter-popup-select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 12px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #212529;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
}

.eco-filter-popup-select-btn:hover {
    border-color: #adb5bd;
}

.eco-filter-popup-select-btn:focus {
    outline: none;
    border-color: var(--buttonBackgroundColor2, var(--systemColor, #6f42c1));
    box-shadow: 0 0 0 0.2rem var(--systemColorLight, rgba(111, 66, 193, 0.25));
}

.eco-filter-popup-select-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.eco-filter-popup-select-btn i {
    color: #6c757d;
    font-size: 0.75rem;
    margin-left: 8px;
    flex-shrink: 0;
}

#ecosystemFilterPopupModal .dropdown-menu {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin-top: 4px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#ecosystemFilterPopupModal .dropdown-menu .dropdown-item {
    padding: 10px 12px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #212529;
}

#ecosystemFilterPopupModal .dropdown-menu .dropdown-item:hover,
#ecosystemFilterPopupModal .dropdown-menu .dropdown-item:focus {
    background-color: #f8f9fa;
    color: #212529;
}

#ecosystemFilterPopupModal .dropdown-menu .dropdown-item.active {
    background-color: var(--buttonBackgroundColor2, var(--systemColor, #6f42c1)) !important;
    color: #fff !important;
}

.eco-filter-popup-footer {
    background: #fff;
    border-top: 1px solid #dee2e6;
    border-radius: 0 0 8px 8px;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eco-filter-popup-reset {
    color: #212529;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
}

.eco-filter-popup-reset:hover {
    text-decoration: none;
    color: #495057;
}

.eco-filter-popup-apply {
    padding: 10px 24px;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: var(--buttonBackgroundColor2, var(--systemColor, #6f42c1));
    border: none;
    border-radius: 4px;
    color: #fff;
}

.eco-filter-popup-apply:hover {
    opacity: 0.9;
    background-color: var(--buttonBackgroundColor2, var(--systemColor, #6f42c1));
}

@media (max-width: 576px) {
    .eco-filter-popup-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .eco-filter-popup-label {
        flex: none;
        width: 100%;
        padding-right: 0;
    }

    .eco-filter-popup-control {
        width: 100%;
    }
}