﻿.backgroundMain {
    background: rgba(62, 70, 26, 0.05) !important;
}

.btnClearFilter {
    background: var(--buttonColor);
    color: var(--buttonTextColor);
    height: 50px;
    font-size: 16px;
    box-shadow: 0px 4px 14px rgba(54, 57, 90, 0.1);
    border-radius: 8px;
    border: none;
}

    .btnClearFilter:focus {
        box-shadow: none !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;
}

.accordion-button::after {
    position: absolute;
    right: 0.7rem;
}

.lds-spinner {
    color: #fff;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    transform: scale(0.5);
    top: -5px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        /*.lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #7B68EE;
        }*/

        .lds-spinner div:nth-child(1) {
            /*transform: rotate(0deg);*/
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.searchResult {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #6B7B9C;
}

.subcategorytag {
    padding: 4px 8px 4px 12px;
    height: auto;
    /*background: #EBE8FC;*/
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var(--categoryFilterTagTextColor);
}

.subcategory-fa {
    -webkit-text-stroke: 1px #EBE8FC;
    cursor: pointer !important;
}

.advancedSearch {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 174px;
}

.form-control-search {
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #ddd;
}

#mainLoaderData {
    transform: scale(1.5) !important;
}

/* Basic button badge styles */
.btnBadge {
    display: inline-block;
    padding: 5px 5px;
    border: none;
    border-radius: 4px;
    color: #ccc;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    transition: background-color 0.3s ease;
/*    float: right;*/
}

.badge-section-header p {
    display: inline-block;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background: var(--contentFrameRightTagColor);
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: var(--contentFrameRightTagTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.badge-section-header {
    display: block;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 5px;
    flex-wrap: wrap;
    height: 25px;
}

.badge-section-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
    height: 25px;
    margin-bottom: 5px;
}

.working-hours-block {
    display: flex;
    align-items: center;
}

    .working-hours-block i {
        margin-right: 10px;
        font-size: 22px;
    }

.timer-text span {
    font-weight: 600;
    margin-right: 5px;
}

.week-days-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 0 8px 0;
    line-height: 1.6;
}

    .week-days-container .days-block {
        margin-right: 15px;
        color: #757575;
        flex: 0 0 15%;
        font-size: 16px;
    }

    .week-days-container .timing-block {
        color: #757575;
        font-size: 16px;
    }

    .week-days-container.active .days-block {
        color: black;
        font-weight: 600;
    }

    .week-days-container.active .timing-block {
        color: black;
        font-weight: 600;
    }

@media (min-width: 279px) and (max-width: 990px) {
    .advancedSearch {
        height: 100% !important;
    }
}

@media (min-width: 575px) {
    .modal-dialog.modal-xsmall {
        max-width: 250px;
        border-radius: 15px;
        overflow: hidden;
    }
}

.custom-timing {
    display: flex;
    align-items: center;
    background: transparent;
    color: #000;
    border: 0;
}

ul.dropdown-menu.timing-op {
    width: 240px;
    padding: 0px 15px;
    right: 0px;
    top: 20px;
    transform: translateX(-50px);
    z-index: 99999;
}

.week-day-heading-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .week-day-heading-close h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

.custom-dr-timing .btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.custom-dr-timing .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

    .custom-dr-timing .btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: none;
    }

.custom-dr-timing .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.dropcontent {
    position: relative;
}

[id^="storeItem_"] ul.dropdown-menu.timing-op {
    left: -70px;
    top: 30px;
    z-index: 99999;
}

/*<!-- custom css and class added by mihir on 28th march -->*/
.custom-badge-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badges-sponser-dv {
    background: linear-gradient(110deg, #f8f1ce 44%, #ebdf9a 100%);
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1;
}

.custom-link-decoration {
    text-decoration: none;
}

/*p.cust-heading-font {
    font-size: 20px;
    text-transform: capitalize;
}*/

.search-card-list-content-button.custom-rw-container {
    flex-direction: unset;
    justify-content: flex-start;
    gap: 10px !important;
}

.bookmark-container {
}

    .bookmark-container img {
        height: 30px !important;
        width: 30px !important;
        border-radius: 0px !important;
        cursor: pointer;
    }

.likes-container {
    flex: 0 0 10%;
    background: #f5f5f5;
    padding: 15px 15px;
    line-height: 1.5;
    text-align: center;
    /*max-width: 14%;*/
    text-decoration: unset;
    color: #000;
    border-radius: 12px;
}

    .likes-container:hover, .follow-container:hover {
        color: #000;
    }

.follow-container {
    background: #f5f5f5;
    padding: 12px 20px;
    line-height: 1.5;
    text-align: center;
    flex: 1;
    text-decoration: unset;
    color: #000;
    border-radius: 12px;
    text-transform: capitalize;
    border: none;
    font-size: 14px;
    font-weight: 700;
}

.quick-view-db-button {
    cursor: pointer;
    color: #f26322;
    padding: 12px 0px;
    line-height: 1.5;
    text-align: left;
    flex: 1;
    text-decoration: unset;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    font-weight: bold;
    min-width: 80px;
}

.custom-dv-call-loc-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.custom-brk-location span {
    word-break: break-all;
}
.call-ic-icon {
    border-right: 1px solid #eee;
    padding-right: 10px;
    margin-right: 10px;
}

    .call-ic-icon i {
        font-size: 18px;
    }

.search-card-grid-list-body.rm-gap-dv {
    gap: unset;
    height: unset;
    min-height: 200px;
}

.custom-added-border-1 {
    border: 1px solid #ccc;
}

.badge-container-dv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 12;
}

.badge-container-bookmark {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 0;
}

.search-card-grid-list-img img.current-badge {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.search-card-grid-list-img img.current-badge-yellow {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.search-card-grid-list-img img.current-badge-hover {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: none;
}

.bg-1 {
    margin: 0 5px;
}

    .bg-1:last-child {
        margin-right: 0;
    }

.badge-container-dv-listView {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 40px;
    top: 8px;
    z-index: 12;
}

    .badge-container-dv-listView img.current-badge {
        width: 30px;
        height: 30px;
    }

@media (max-width: 767px) {
    .search-card-grid-list-img img.current-badge, .search-card-grid-list-img img.current-badge-hover, .search-card-grid-list-img img.current-badge-yellow {
        width: 30px !important;
        height: 30px !important;
    }

    .search-card-grid-list-body.rm-gap-dv {
        min-height: unset;
    }
}

.tooltip {
    position: relative;
    opacity: 1;
}

    .tooltip:after,
    .tooltip:before {
        opacity: 0;
        pointer-events: none;
        bottom: 100%;
        left: 50%;
        position: absolute;
        z-index: 10;
        transform: translate(-50%, 10px);
        transform-origin: top;
        transition: all 0.18s ease-out 0.18s;
    }

    .tooltip:after {
        background-color: #ffffff;
        box-shadow: 0 5px 10px #02020214;
        content: attr(data-tooltip);
        padding: 10px;
        white-space: nowrap;
        margin-bottom: 11px;
    }

    .tooltip:before {
        width: 0;
        height: 0;
        content: "";
        margin-bottom: 6px;
    }

    .tooltip:hover:before,
    .tooltip:hover:after {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }



[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -10px);
}

[data-tooltip-pos="down"]:after {
    margin-top: 6px;
}

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
    transform: translate(-50%, 0);
}

/*New UI With Badge Card View Start Here*/

.badge-card {
    background: #ffffff;
    padding: 16px;
    border: 1px solid #E4E3E1;
    border-radius: 8px;
    /*min-height: 598px;*/
}

.floating-badge-corner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.floating-top-dv {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.card-gap-space {
    margin-bottom: 8px;
}

.badge-display-section, .badge-lower-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badge-lower-section {
    min-height: 31px;
}

.left-badge-1 .badge-cross-hover {
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    background: #061d45;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

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

.card-img-container {
    width: 100%;
    height: 220px !important;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #E4E3E1;
    position: relative;
    z-index: 0;
}

    .card-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.st-like-conts i {
    font-size: 16px;
}

.left-badge-2 {
    display: flex;
    align-items: center;
    justify-content: start;
}

.badges-sponser-dv span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.custom-dv-call-loc-info .ft-14 {
    font-size: 14px;
}

.center-card-row h5 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.center-card-row i {
    font-size: 15px;
}

.card-description-text p {
    font-size: 14px;
    color: #757575;
}

.likes-container {
    flex: unset;
    background: #f5f5f5;
    padding: 12px 20px;
    line-height: 1.5;
    text-align: center;
    max-width: unset;
    text-decoration: unset;
    color: #000;
    border-radius: 12px;
}

a.qk-text {
    color: #f26321;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.card-description-text {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-1 img.current-badge {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.bg-1 img.current-badge-hover {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: none;
}

.bg-1 img.current-badge-yellow {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.badge-card:hover {
    cursor: pointer;
}

    /*.badge-card:hover .bg-1 img.current-badge {
    display: none;
}*/

    .badge-card:hover .bg-1 img.current-badge-hover {
        display: block;
    }

.badge-left-corner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 10px;
    z-index: 1;
    left: 10px;
/*    right : 0*/
}

.plus-floater {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;
}

.badge-bottom-corner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    /*bottom: 10px;*/
    z-index: 12;
    left: 10px;
}

.badge-right-corner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    /*bottom: 10px;*/
    z-index: 12;
    right: 10px;
    width: 100%;
}

a.badge-more {
    background: #f5f5f5;
    padding: 6px 8px;
    border-radius: 8px;
    text-align: center;
    color: #000;
}

.left-badge-1.text-badge-ad .badge-cross-hover:hover {
    background: #000;
    color: #fff;
    border: 1px solid transparent;
}
/* tooltip */
.tooltip {
    position: relative;
    opacity: 1;
    z-index: 0;
}

    .tooltip:after,
    .tooltip:before {
        opacity: 0;
        pointer-events: none;
        bottom: 100%;
        left: 50%;
        position: absolute;
        z-index: 10;
        transform: translate(-50%, 10px);
        transform-origin: top;
        transition: all 0.18s ease-out 0.18s;
    }

    .tooltip:after {
        background-color: #ffffff;
        box-shadow: 0 5px 10px #02020214;
        content: attr(data-tooltip);
        padding: 10px;
        /* white-space: nowrap; */
        margin-bottom: 11px;
        color: #000 !important;
    }

    .tooltip:before {
        width: 0;
        height: 0;
        content: "";
        margin-bottom: 6px;
    }

    .tooltip:hover:before,
    .tooltip:hover:after {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }



[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -10px);
}

[data-tooltip-pos="down"]:after {
    margin-top: 6px;
}

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
    transform: translate(-50%, 0);
}
/* tooltip end */
.left-badge-1.text-badge-ad .badge-cross-hover {
    padding: 5px 10px;
    border: 1px solid #EDECEA;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    background: #F8F8F7;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.right-badge-1 span {
    font-size: 15px;
}

.location-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* store hours css */
.working-hours-block {
    display: flex;
    align-items: center;
    /*min-height: 21px;*/
}

    .working-hours-block i {
        margin-right: 10px;
        font-size: 18px;
    }

.timer-text span {
    font-weight: 600;
    margin-right: 5px;
}

.week-days-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 0 8px 0;
    line-height: 1.6;
}

    .week-days-container .days-block {
        margin-right: 15px;
        color: #757575;
        flex: 0 0 15%;
        font-size: 15px;
    }

    .week-days-container .timing-block {
        color: #757575;
        font-size: 15px;
    }

    .week-days-container.active .days-block {
        color: black;
        font-weight: 600;
    }

    .week-days-container.active .timing-block {
        color: black;
        font-weight: 600;
    }

@media (min-width: 575px) {
    .modal-dialog.modal-xsmall {
        max-width: 250px;
        border-radius: 15px;
        overflow: hidden;
    }
}

.custom-timing {
    display: flex;
    align-items: center;
    background: transparent;
    color: #000;
    border: 0;
}

ul.dropdown-menu.timing-op {
    width: 240px;
    padding: 0 15px;
}

.week-day-heading-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .week-day-heading-close h4 {
        font-size: 18px;
        margin-bottom: 0;
    }
/* store hours end */

.custom-dr-timing .btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.custom-dr-timing .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

    .custom-dr-timing .btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: none;
    }

.custom-dr-timing .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.custom-dr-timing .dropdown-toggle::after {
    content: unset;
}

.btn-group.custom-dr-timing .custom-timing {
    padding: 0;
}

.associate-badge {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(110deg, #FF7051, #D3AC1E);
    padding: 4px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 0 0 8px 8px;
}

    .associate-badge span {
        color: #fff;
        font-size: 15px;
    }

.top-card-row, .center-card-row, .bottom-card-row {
    display: flex;
    flex-direction: column;
}

.miles-badge {
    background: #f1f1f1;
    padding: 4px 10px;
    text-align: center;
    border-radius: 8px;
}

.associate-badge.ads-partition-cv {
    justify-content: space-between;
}

    .associate-badge.ads-partition-cv:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 15px;
        background: #fff;
        left: 0;
        right: 0;
        top: 8px;
        margin: 0 auto;
    }

.st-like-conts.cst-follower-ic i {
    font-size: 14px;
}

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

.by-dec-info {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}

    .by-dec-info span.text-italic {
        font-size: 14px;
        font-style: italic;
        color: #757575;
    }

    .by-dec-info p {
        margin-bottom: 0;
        color: #757575;
    }

        .by-dec-info p a {
            margin-left: 5px;
        }

/* new badge update */
.hd-custome-round {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

    .hd-custome-round i {
        color: var(--badgeColor);
    }

    .hd-custome-round:hover {
        background-color: var(--badgeHoverColor);
    }

        .hd-custome-round:hover i {
            color: #fff
        }

    .hd-custome-round.img-round {
        /*overflow: hidden;*/
        line-height: unset;
        padding: 1px;
    }

        .hd-custome-round.img-round img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hd-custome-round.img-round:hover {
            background-color: green;
        }


/*End New UI With Badge Card View Start Here*/

.btn-view-prfl-block {
    background: #b5b5b5;
    color: #ffffff;
    padding: 8px 35px;
    border-radius: 0;
    font-weight: 500;
}

.btn-follow-block {
    background: transparent;
    /*color: #b5b5b5;*/
    padding: 8px 35px;
    border-radius: 0;
    font-weight: 500;
    /*border: 1px solid #b5b5b5;*/
}

.sv-left-input {
    flex: 0 0 70%;
    margin-right: 15px;
}

.searchChkSubscriptionPlan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 6px;
    width: 100%;
}

.toolTipIconAdvanceSearchH5 {
    font-size: 1.25rem;
    padding-top: 6px;
}

.toolTipCardShadow {
    box-shadow: 0px 5px 20px -7px #959595;
}

.toolTipVerifyInfoDiv {
    border: 1px solid #5E7A3A;
    border-radius: 8px;
    background-color: #EBF0E4;
}

.toolTipVerifyFontDark15 {
    color: #353535;
    font-size: 15px;
    width: 100%;
    top: 5px;
}

.ac-border-b-none .sidebar-content {
    border-bottom: 0;
}

/*.sidebar-content.accordian-filter {
    padding-bottom: 0;
}*/

    .sidebar-content.accordian-filter .desc-sidebar-content01 p {
        padding-left: 0;
    }

.search-desc-img.custom-Radius {
    border-radius: 6px 6px 0 0;
    /*overflow: hidden;*/
}

.associate-badge span {
    flex: 0 0 48%;
    font-size: 13px !important;
}

.associate-badge.ads-partition-cv:after {
    top: 4px;
    left: 8px;
}

.associate-badge.as-badge-single span {
    flex: unset;
    font-size: 15px;
}

.filter-hover-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.tfd-round-tip {
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #000000;
    font-size: 13px;
    margin-right: 5px;
    display: inline-block;
    opacity: 1;
    z-index: unset;
}

.hovertooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 15px 10px;
    position: absolute;
    z-index: 250;
    /* bottom: 125%; */
    left: -104px;
    margin-left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 5px 10px #0000000a;
    border: 1px solid #E4E3E1;
}

    .hovertooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }

.hovertooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.hovertooltip.tfd-round-tip .tooltiptext.tfd-text-round-tip {
    top: 24px;
    left: -109px;
    width: 230px;
}

.center-card-row {
    min-height: 160px;
}

.categrory-filter-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.collapse-subcategories-outbox-subfield.cust-gap-0 {
    gap: 0 !important;
}

.collapse-subcategories-outbox-subfield.cust-gap-0 .sidebar-content.accordian-filter 
{
   padding-bottom: 15px;
}

@media (max-width: 1500px) {
    .center-card-row {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .center-card-row {
        min-height: 100%;
    }
}

.badge-container-b {
    background: #F3F3F3;
    border: 1px solid #E4E4E4;
    color: #565656;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
}

.featured-ads-left .owl-nav button {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    color: #fff !important;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    transition: all 0.5s ease-in-out;
}

    .featured-ads-left .owl-nav button.owl-prev {
        left: 10px;
        height: 40px;
        width: 40px;
        top: 50%;
        transform: translateY(-50px);
        background: #ffffff;
        box-shadow: 0 4px 10px #00000021;
    }

    .featured-ads-left .owl-nav button.owl-next {
        right: 10px;
        left: auto;
        height: 40px;
        width: 40px;
        top: 50%;
        transform: translateY(-50px);
        background: #ffffff;
        box-shadow: 0 4px 10px #00000021;
    }

        .featured-ads-left .owl-nav button.owl-prev.disabled, .featured-ads-left .owl-nav button.owl-next.disabled {
            background: none;
            box-shadow: none;
        }

        .featured-ads-left .owl-nav button.owl-prev:hover, .featured-ads-left .owl-nav button.owl-next:hover {
            background: #E4E3E1 !important;
        }

        .featured-ads-left .owl-nav button.owl-prev.disabled:hover, .featured-ads-left .owl-nav button.owl-next.disabled:hover {
            background: none !important;
            cursor: initial;
        }

        .featured-ads-left .owl-nav button.owl-prev.disabled img, .featured-ads-left .owl-nav button.owl-next.disabled img {
            display: none;
        }

.clsResourcTitleForCardView {
    white-space: normal !important;
    max-height: 45px !important;
    min-height: 45px !important;
}

.clsLowerBadgeName {
    font-size: 13px !important;
}

.highlight-listing {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--buttonBackgroundColor2);
    text-align: center;
    line-height: 30px;
    color: var(--systemColor);
    border: 0px solid var(--buttonBorderColor2);
    display: block;
}

.highlight-listing i 
{
    color: #ffffff;
}

.unhighlight-listing {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #EAEAE6;
    text-align: center;
    line-height: 30px;
    color: var(--systemColor);
    border: 0px solid var(--buttonBorderColor2);
    display: block;
}

.form-control.chosen-select.time-zone-choosen + .chosen-container-single {
    padding: 0.375rem 0.375rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);*/
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.time-zone-choosen + .chosen-container-single .chosen-single div {
    right: 0px;
}

.chosen-container .chosen-drop 
{
    left: 0;
}

.associate-badge {
    padding: 4px 5px;
}

.associate-badge.ads-partition-cv:after {
    top: 7px;
    left: 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) 
{
    .form-custom-switch .chosen-container-single .chosen-search input[type="text"] {
        background-image: none !important;
        border: 1px solid #eeeeee;
        border-radius: 5px;
    }
}

#slider-range {
    width: 315px
}
#recommendation-slider-range {
    width: 315px
}
#rating-slider-range {
    width: 315px
}


.ui-slider .ui-slider-handle {
    border-radius: 50%;
}
/*.ui-widget-content {
    background: #0366d6;
}*/

.filter-location-advance-style .right-end-search-controls {
    background: none !important;
}

.filter-location-advance-style input.input-field:focus {
    box-shadow: unset !important;
    border-color: transparent !important;
}
