﻿: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);
}




#offcanvasCompanyEdit {
    width: 80%;
}

@media only screen and (max-width: 600px) {
    #offcanvasCompanyEdit {
        width: 100%;
    }
}

.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;
}

.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);
}

#offcanvasCompanyEdit {
    width: 80%;
}

@media only screen and (max-width: 600px) {
    #offcanvasCompanyEdit {
        width: 100%;
    }
}

.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 !important;
    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;
}

.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;
}
.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 !important;
}
.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;
}