/* my listing shortcode */

.tfcl-my-listing-sc tr,
.tfcl-my-listing-sc td,
.tfcl-table-listing tr,
.tfcl-table-listing td {
    border: unset;
    vertical-align: middle;
    width: 10%;
}

.tfcl-my-listing-sc td,
.tfcl-table-listing td {
    padding: 24px 0px;
}

.tfcl-my-listing-sc tr,
.tfcl-table-listing tr {
    border-bottom: 1px solid #EDEDED;
}

.tfcl-my-listing-sc tr td:first-child,
.tfcl-table-listing tr td:first-child {
    width: 18.6%;
}

.tfcl-my-listing-sc .list-wrapper,
.tfcl-table-listing .list-wrapper {
    text-align: center;
    width: max-content;
    margin: 0 auto;
}

.tfcl-my-listing-sc .list-wrapper p,
.tfcl-table-listing .list-wrapper p {
    color: #83827F;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.tfcl-my-listing-sc .list-wrapper b,
.tfcl-table-listing .list-wrapper b {
    color: #0A1426;
    font-weight: 600;
    font-size: 16px;
}

.tfcl-my-listing-sc .tfcl-empty-data {
    border-bottom: 1px solid #E9E8E8;
    padding: 21px 11px;
}

.tfcl-listing-listing .mypt-brand,
.tfcl-table-listing .mypt-brand {
    color: #86898E;
    font-size: 14px;
    font-weight: 500;
}

.tfcl-table-listing .column-status .tfcl-listing-status {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    background: var(--theme-primary-rgba);
    padding: 6px 14px 6px 14px;
    border-radius: 999px;
    border: 1px solid var(--theme-primary-color);
}

.tfcl-table-listing .column-status .tfcl-listing-status.status-pending {
    background: #EE67421A;
    border-color: #EE674224;
    color: #EE6742;
}

.tfcl-table-listing .column-status .tfcl-listing-status.status-publish {
    background: #7ED3211A;
    border-color: #7ED32124;
    color: #7ED321;
}

.tfcl-table-listing .column-status .tfcl-listing-status.status-sold {
    background: #6E55FF1A;
    border-color: #6E55FF24;
    color: #6E55FF;
}

.tfcl-table-listing .column-status {
    text-align: left;
    vertical-align: middle;
    padding-left: 0;
    text-align: center;
}

.tfcl-table-listing .column-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
}

.tfcl-table-listing .column-controller {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: right;
    vertical-align: middle;
    color: #24272C;
    padding-right: 20px;
}

.tfcl-table-listing .column-controller .group-controller {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: right;
}

.tfcl-table-listing .column-controller .group-controller a {
    width: 40px;
    height: 40px;
    border: 2px solid #E7E7E7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C1C1C;
    border-radius: 12px;
    font-size: 23px;
}

.tfcl-table-listing .column-controller .group-controller a svg {
    width: 24px;
    height: 24px;
}

.tfcl-table-listing .column-controller .group-controller a:hover {
    background: #1C1C1C;
    border-color: #1C1C1C;
    color: #fff;
}

.tfcl-table-listing .column-controller .group-controller a:hover svg path {
    stroke: #fff;
}

.tfcl-table-listing .column-listing {
    padding-right: 20px;
}

.tfcl-table-listing .column-controller .inner-controller:not(:last-child),
.tfcl-table-listing .column-controller li:not(:last-child) {
    margin-bottom: 8px;
}

.tfcl-table-listing .column-controller .inner-controller {
    cursor: pointer;
        margin: 0 !important;
}

.tfcl-table-listing .column-controller .inner-controller .disabled-click {
    cursor: not-allowed;
    opacity: 0.6;
}

.tfcl-table-listing .column-controller li i {
    color: #B6B6B6;
}

.tfcl-table-listing .tfcl-pagination {
    justify-content: left;
    margin-top: 0px;
    gap: 8px;
}

.tfcl-table-listing .inner-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.tfcl-table-listing .column-listing,
.tfcl-table-listing .column-status,
.tfcl-table-listing .column-date {
    position: relative;
}

.tfcl-listing-listing .tfcl-listing-title,
.favorite-listing .tfcl-listing-title {
    color: #26232A;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 1px;
}

.tfcl-listing-listing .mypt-address,
.favorite-listing .mypt-address {
    color: #83827F;
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
}

.tfcl-listing-listing .mypt-address i,
.favorite-listing .mypt-address i {
    margin-right: 7px;
    color: var(--theme-primary-color);
    font-size: 14px;
}

.tfcl-listing-listing .features-images,
.favorite-listing .features-images {
    position: relative;
    flex-shrink: 0;
}

.tfcl-listing-listing .features-images img {
    border-radius: 9px;
    object-fit: cover;
    max-width: 203px;
    max-height: 140px;
}

.tfcl-listing-listing .features-images .controller,
.favorite-listing .controller {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.tfcl-listing-listing .features-images .controller li:not(:last-child),
.favorite-listing .controller li:not(:last-child) {
    margin-right: 15px;
}

.tfcl-listing-listing .features-images .controller a,
.favorite-listing .controller a {
    position: relative;
    color: #fff;
    font-size: 15px;
}

.tfcl-listing-listing .features-images .controller a,
.favorite-listing .controller a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.tfcl-listing-listing .features-images .controller a:hover,
.favorite-listing .controller a:hover {
    background: var(--theme-primary-color);
}

.tfcl-listing-listing .features-images .controller a.tfcl-dashboard-action-delete:hover i::before,
.favorite-listing .controller a.tfcl-favorite-remove:hover i::before {
    content: "\e983";
    font-family: 'aurexo';
}

.favorite-listing .controller a.tfcl-favorite-remove i.fa-spinner::before {
    content: "\f110" !important;
}

.tfcl-my-listing-sc .tfcl-listing-listing,
.favorite-listing {
    display: flex;
    align-items: center;
}

.tfcl-listing-listing .tfcl-listing-summary,
.favorite-listing .content {
    text-align: left;
    padding-left: 37px;
}

.tfcl-listing-listing .features-images .controller-2 {
    display: flex;
    align-items: center;
    position: absolute;
    top: 6px;
    left: 6px;
}

.tfcl-listing-listing .features-images .controller-2 li:not(:last-child) {
    margin-right: 8px;
}

.tfcl-listing-listing .features-images .controller-2 li a {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.41);
    width: 29px;
    height: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.tfcl-listing-listing .features-images .controller-2 li a:hover,
.tfcl-listing-listing .features-images .controller-2 li a.active {
    background: var(--theme-primary-color);
}

.tfcl-listing-listing .features-images .controller-2 .tfcl-compare-listing i.fa-plus::before {
    content: "\e95a";
    font-family: 'aurexo';
}

/* pagination */

.tfcl-pagination {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
}

.tfcl-pagination span,
.tfcl-pagination a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7E7E7;
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
}

.tfcl-pagination .page-numbers i {
        font-family: 'aurexo' !important;
}

.tfcl-pagination .page-numbers.next i::before {
    content: "\e972";
        font-weight: 100;
}

.tfcl-pagination .page-numbers.prev i::before {
    content: "\e971";
        font-weight: 100;
}

.tfcl-pagination .page-numbers.next,
.tfcl-pagination .page-numbers.prev {
    color: #9FA1A4;
}

.tfcl-pagination .page-numbers.next:hover,
.tfcl-pagination .page-numbers.prev:hover {
    color: #fff;
}

.tfcl-pagination a:hover,
.tfcl-pagination .current {
    background: #1C1C1C;
    color: #fff;
    border-color: #1C1C1C;
}

.tfcl-pagination a i::before {
    font-weight: 700;
}

.post-type-archive-listing #themesflat-content {
    padding-top: 0px;
    padding-bottom: 0;
}

.post-type-archive-listing .page-header {
    display: none;
}

/* card listing */


.tfcl-listing-card {
    border-radius: 16px;
    background: #FFF;
    box-shadow: unset;
}

.tfcl-listing-card .featured-property {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.tfcl-listing-card .featured-property .listing-item {
    display: block;
}

.tfcl-listing-card .featured-property .group-meta-bottom {
    position: absolute;
    bottom: 9px;
    left: 8px;
    right: 8px;
    z-index: 7;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tfcl-listing-card .tfcl-listing-favorite {
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(12px);
    background: #FFFFFF33;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tfcl-listing-card .tfcl-listing-favorite.active,
.tfcl-listing-card .tfcl-listing-favorite:hover {
    background: #fff;
    border-color: #fff;
    color: var(--theme-primary-color);
}

.tfcl-listing-card .featured-property img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tfcl-listing-card .featured-property .bookmark .bg-bookmark img {
    width: 38px;
    height: 38px;
    border-radius: 0;
    background: transparent;
}

.tfcl-listing-card .featured-property .bottom-infor-features {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.tfcl-listing-card .featured-property .price {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}

.tfcl-listing-card .featured-property .price span {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-weight: 600;
}

.tfcl-listing-card .list-controller {
    display: flex;
    align-items: center;
}

.tfcl-listing-card .list-controller .tfcl-compare-property,
.tfcl-listing-card .list-controller .tfcl-property-favorite,
.tfcl-listing-card .list-controller .view-all-gallery {
    width: 36px;
    height: 36px;
    background: #0000009c;
    color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tfcl-listing-card .list-controller .view-all-gallery img {
    width: 20px !important;
    height: 20px !important;
    transform: unset !important;
    border-radius: unset !important;
    background: unset !important;
}

.tfcl-listing-card .list-controller .tfcl-compare-property.active,
.tfcl-listing-card .list-controller .tfcl-property-favorite.active,
.tfcl-listing-card .list-controller .view-all-gallery:hover,
.tfcl-listing-card .list-controller .tfcl-compare-property:hover .tfcl-listing-card .list-controller .tfcl-property-favorite:hover {
    background: var(--theme-primary-color);
}

.tfcl-listing-card .featured-property .featured-tag img,
.tfcl-listing-card .featured-property .sale-tag img {
    width: 69px;
    height: 20px;
    border-radius: 0;
    background: transparent;
}

.tfcl-listing-card .list-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
}

.tfcl-listing-card .list-text li span {
    padding: 1px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}

.tfcl-listing-card .list-text li span.featured-text {
    background: var(--theme-primary-color);
}

.tfcl-listing-card .list-text li span.sale-text {
    background: #6E55FF;
}

.tfcl-listing-card .listing-images {
    position: relative;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}

.tfcl-listing-card .featured-property .features,
.tfcl-listing-card .featured-property .status,
.tfcl-listing-card .featured-property .date-car {
    border-radius: 8px;
    background: var(--theme-primary-color);
    padding: 5px 12px;
    color: #FFF;
    z-index: 6;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    height: 28px;
}

.tfcl-listing-card .featured-property .status {
    background: #4518CC;
}

.tfcl-listing-card .make-meta {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(12px);
    padding: 3px 8px;
    border-radius: 8px;
}

.tfcl-listing-card .featured-property .group-meta {
    position: absolute;
    top: 9px;
    left: 11px;
    right: 10px;
    z-index: 7;
}

.tfcl-listing-card .featured-property .group-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tfcl-listing-card .featured-property .group-meta .inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tfcl-listing-card .featured-property .count-list-gallery,
.tfcl-listing-card .featured-property .tfre-popup-video {
    border-radius: 8px;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    gap: 7px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    text-transform: uppercase;
    padding: 7px 7px;
    height: 28px;
    width: max-content;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tfcl-listing-card .featured-property .tfre-popup-video {
    font-size: 16px;
}

.tfcl-listing-card .featured-property .count-list-gallery i {
    font-size: 14px;
}

.tfcl-listing-card .featured-property .count-list-gallery:hover,
.tfcl-listing-card .featured-property .tfre-popup-video:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

.tfcl-listing-card .featured-property .view-gallery {
    cursor: pointer;
}

.tfcl-listing-card .featured-property .count-list-gallery img {
    max-width: 20px;
    background: unset !important;
}

.tfcl-listing-card .featured-property .group-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.tfcl-listing-card .content {
    padding: 18px 16px;
    padding-bottom: 14px;
    border: 1px solid #EDEDED;
    border-top: unset;
    border-radius: 0 0 16px 16px;
}

.tfcl-listing-card .content .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
        -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.tfcl-listing-card .content .address {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.tfcl-listing-card .content .address img,
.tfcl-listing-card.style2 .wrap-listing-post .item .listing-post .content .address img {
    max-width: 16px;
    height: 16px;
}

.tfcl-listing-card .content .address span {
    color: #8E8E93;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.tfcl-listing-card .featured-property .tfcl-compare-property i.fa-plus::before {
    content: '\e925';
    font-family: 'dreamhome';
    font-weight: 400;
}

.tfcl-listing-card .description ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 15px;
}

.tfcl-listing-card .description ul li {
    display: flex;
    align-items: center;
}

.tfcl-listing-card .description ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #4B4B4B;
    margin-top: -9px;
}

.tfcl-listing-card .description {
    margin-bottom: 10px;
}

.tfcl-listing-card .avatar-thumb img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.tfcl-listing-card .avatar-thumb {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #24272C;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tfcl-listing-card .wrap-listing-post .bottom-content {
    border-top: 1px solid #E7E7E7;
    padding-top: 16px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tfcl-listing-card .wrap-listing-post .price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 0px;
}

.tfcl-listing-card .wrap-listing-post .price .inner:nth-child(2) {
    color: #9FA1A4;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-decoration: line-through;
}

.tfcl-listing-card .wrap-listing-post .price .inner:nth-child(1) {
    color: #1C1C1C;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
}

.tfcl-listing-card .wrap-listing-post .car-body {
    color: var(--theme-primary-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
    display: block;
}

.tfcl-listing-card .wrap-listing-post .button-details a {
    color: #1C1D27;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.tfcl-listing-card .wrap-listing-post .button-details a svg {
    margin-left: 1px;
}

.tfcl-listing-card .wrap-listing-post .button-details a:hover {
    color: var(--theme-primary-color);
}

.tfcl-listing-card .description ul li:not(:last-child):after {
    display: none;
}

.tfcl-listing-card .description .listing-information img,
.tfcl-listing-card .description .listing-information svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    flex-shrink: 0;
    margin-top: -11px;
}

.tfcl-listing-card .description .listing-information svg path {
    fill: #4B4B4B;
}

.tfcl-listing-card .description ul li .inner span {
    color: #A2A4A8;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

.tfcl-listing-card .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: var(--system-background-light-primary, #FFF);
    padding: 0;
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 10px;
}

.tfcl-listing-card .bottom .compare {
    display: flex;
    align-items: center;
    gap: 2px;
}

.tfcl-listing-card .bottom .compare i {
    font-size: 10px;
    color: var(--theme-primary-color);
    margin-right: 3px;
}

.tfcl-listing-card .bottom .compare span.text-compare {
    color: #3A3A3C;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
}

.tfcl-listing-card .bottom .avatar {
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    flex-shrink: 0;
    align-items: center;
}

.tfcl-listing-card .bottom .avatar span {
    color: #8E8E93;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tfcl-listing-card .bottom .avatar:hover span {
    color: var(--theme-primary-color);
}

.tfcl-listing-card .bottom .avatar img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.tfcl-listing-card .bottom .year {
    color: #8E8E93;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-align: right;
}

.tfcl-listing-card .name-hover {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -55px;
    left: -0%;
    width: 100%;
    height: 100%;
}

.tfcl-listing-card .name-hover .content {
    display: flex;
    margin: 0 auto;
    padding: 12px;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 6px;
    background: var(--system-background-light-primary, #FFF);
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.12);
    color: var(--text-body-text, #3A3A3C) !important;

    /* Body Text/Text Main B */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.tfcl-listing-card .name-hover i {
    position: absolute;
    bottom: -18px;
    flex-shrink: 0;
    font-size: 20px;
    color: #fff;
}

.tfcl-listing-card .list-controller {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 7;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.tfcl-listing-card:hover .list-controller {
    opacity: 1;
    visibility: visible;
    gap: 8px;
}

.tfcl-listing-card .list-controller a:hover,
.tfcl-listing-card .list-controller a.active {
    color: var(--theme-primary-color);
}

.tfcl-listing-card .tfcl-compare-listing i.fa-plus::before {
    content: "\e9e9";
    font-family: 'aurexo';
    font-weight: 100;
}

.tfcl-listing-card .tfcl-compare-listing i.fa-minus::before {
    width: 16px;
    content: "\ea08";
    font-family: 'aurexo';
    color: #000;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 10px;
    border-radius: 50%;
}

.tfcl-listing-card .tfcl-compare-listing {
    border: 1px solid #1C1C1C;
    padding: 7px 16px;
    border-radius: 12px;
font-weight: 600;
font-size: 14px;
line-height: 22px;
text-transform: capitalize;
display: flex;
align-items: center;
gap: 4px;
}

.tfcl-listing-card .tfcl-compare-listing i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tfcl-listing-card .tfcl-compare-listing:hover,
.tfcl-listing-card .tfcl-compare-listing.active {
    background: #1C1C1C;
    border-color: #1C1C1C;
    color: #fff;
}

.tfcl-listing-card .list-controller a {
    height: 48px;
    width: 48px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-primary-color);
    font-size: 20px;
}

.tfcl-listing-card .list-controller a:hover,
.tfcl-listing-card .list-controller a.active {
    background: var(--theme-primary-color);
    color: #fff !important;
}

.tfcl-listing-card .price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 0px;
}

.tfcl-listing-card .price .inner:nth-child(2) {
    color: #9FA1A4;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-decoration: line-through;
}

.tfcl-listing-card .price .inner:nth-child(1) {
    color: #1C1C1C;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
}

.tfcl-listing-card .bottom-content {
    border-top: 1px solid #E7E7E7;
    padding-top: 16px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tfcl-listing-card .button-details a {
    color: #1C1D27;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.wrap-tfcl-listing-card {
    margin-bottom: 40px;
}

.tfcl-listing-card:hover {
    box-shadow: 0px 10px 25px 0px #365F681A;
}

.tfcl-listing-card {
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Rating Review */

.review-item .icon-aurexo-star-2.active::before {
    color: var(--theme-primary-color);
}

.listing-customer-review .overall-rating-detail .overall-rating-detail-item .rating-info .icon-aurexo-star-2.active::before {
    color: var(--theme-primary-color);
}

.add-new-review .icon-aurexo-star-2.active::before {
    color: var(--theme-primary-color);
}

.listing-customer-review .progress {
    display: block;
    position: relative;
    height: 186px;
    width: 186px;
    cursor: pointer;
    background-color: transparent;
    margin-right: 99px;
    flex-shrink: 0;
}

.listing-customer-review .progress svg.progress-circle {
    width: 100%;
    height: 100%;
}

.listing-customer-review .progress-circle {
    transform: rotate(-90deg);
}

.listing-customer-review .progress-circle-back {
    fill: none;
    stroke: #D2D2D2;
    stroke-width: 10px;
}

.listing-customer-review .progress-circle-prog {
    fill: none;
    stroke: var(--theme-primary-color);
    stroke-width: 10px;
    stroke-dasharray: 100 999;
    stroke-dashoffset: 0px;
    transition: stroke-dasharray 0.7s linear 0s;
}

.listing-customer-review .progress-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2em;
}

.listing-customer-review .overall-rating .progress-text p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.listing-customer-review .overall-rating .progress-text h4.overall-number {
    color: var(--theme-primary-color);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    text-transform: capitalize;
    margin: 12px 0;
}

.listing-customer-review .overall-rating-detail-progress::-webkit-progress-bar {
    background-color: #F6F6F6;
    border-radius: 26px;
}

.listing-customer-review .overall-rating-detail-progress::-webkit-progress-value {
    background-color: var(--theme-primary-color);
    border-radius: 26px;
}

/* favorite */

.admin-title.favorite {
font-size: 40px;
font-weight: 600;
line-height: 48px;
margin-bottom: 30px;
}

.tfcl-favorite-page .count-favorite {
font-size: 16px;
font-weight: 500;
line-height: 22.4px;
color: #24272C;
margin-bottom: 29px;
}

.tfcl-favorite-page .tfcl-listing-card .featured-property img {
    height: 261px;
}

.tfcl-favorite-page .tfcl-listing-card .bottom-content {
    flex-wrap: wrap;
    gap: 10px;
}

.tfcl-favorite-page .count-favorite b {
    color: var(--theme-primary-color);
}

.tfcl-favorite-page {
    border-radius: 20px;
    border: 2px solid #E7E7E7;
    padding: 30px 30px 30px 30px;
    background: #fff;
}

.tfcl-favorite-page .inner-card {
    margin-left: -30px;
    display: flex;
    flex-wrap: wrap;
}

.tfcl-favorite-page .inner-card .wrap-tfcl-listing-card {
    width: calc(25% - 30px);
    margin-left: 30px;
}

.tfcl-favorite-page .tfcl-listing-card .tfcl-favorite-remove {
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-primary-color);
    font-size: 14px;
    z-index: 7;
}

.tfcl-favorite-page .tfcl-listing-card .featured-property {
    overflow: unset;
}

.tfcl-favorite-page .tfcl-listing-card .image-item  {
    display: block;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.tfcl-favorite-page .tfcl-listing-card .image-item::after {
    border-radius: 16px 16px 0 0;
}

.tfcl-favorite-page .tfcl-listing-card .tfcl-favorite-remove:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

/* related listing */

.related-single-listing {
    margin-top: 102px;
}

.related-single-listing .heading {
    color: #0D1637;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 33px;
}

.related-single-listing .description {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
}

.related-single-listing .owl-carousel .owl-dots .owl-dot::after {
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: inline-flex;
    width: 100%;
    height: 100%;
    padding: 12px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 50%;
}

.related-single-listing .owl-carousel .owl-dots .owl-dot.active::after {
    border-color: var(--theme-primary-color);
}

.related-single-listing .owl-carousel .owl-dots .owl-dot {
    width: 8.6px;
    height: 8.6px;
    line-height: 8.6px;
    background-color: #C1C3C6;
    border-radius: 50%;
    margin: 0 12px;
}

/* Custom Select2 */
.select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--theme-primary-color);
    margin-right: 5px;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
}


/* Sidebar Left */

.cards-container.has-sidebar.sidebar-left .col-xl-9 {
    order: 1;
}

.cards-container.has-sidebar.sidebar-left .col-xl-3 {
    order: 0;
}

.cards-container.has-sidebar.sidebar-left .col-md-6.style-list,
.cards-container.has-sidebar.sidebar-right .col-md-6.style-list {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
}

.archive .wrap-tfcl-listing-card.cards-item.col-md-12.style-list {
    width: 50%;
}

.cards-container .style-list .infor-description,
.cards-container .style-list .infor-description {
    margin-top: auto;
}

.page-half-map-style .footer-action-box, .page-half-map-style .footer_background {
    display: none;
}

/* toolbar list grid */

.toolbar-search-list .inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toolbar-search-list .btn-display-listing-grid,
.toolbar-search-list .btn-display-listing-list {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9FA1A4 !important;
    font-size: 22px;
    cursor: pointer;
}

.toolbar-search-list .btn-display-listing-grid.active,
.toolbar-search-list .btn-display-listing-list.active,
.toolbar-search-list .btn-display-listing-grid:hover,
.toolbar-search-list .btn-display-listing-list:hover {
    color: #1C1C1C !important;
}

.filter-popup {
    cursor: pointer;
    border: 1px solid var(--theme-primary-color);
    border-radius: 8px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1C1C1C;
    background: #fff;
    display: inline-flex;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filter-popup i {
        font-size: 20px;
    vertical-align: middle;
}

.filter-popup:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

.inner-group-header-toolmap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-group-header-toolmap .content-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 10px;
}

.inner-group-header-toolmap .content-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 10px;
    justify-content: center;
}

.inner-group-header-toolmap .content-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 10px;
}

.inner-group-header-toolmap .label-sort {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #4B4B4B;
margin: 0;
}

.inner-group-header-toolmap .nice-select {
    padding: 8px 16px;
    border-radius: 8px;
    margin: 0;
}

.inner-group-header-toolmap .nice-select .current {
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #1C1C1C;
}

.inner-group-header-toolmap .nice-select .current:after {
    font-weight: 400;
    font-size: 19px;
}

.inner-group-header-toolmap .btn-display-listing-grid,
.inner-group-header-toolmap .btn-display-listing-list {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #9FA1A4;
    cursor: pointer;
            -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inner-group-header-toolmap .btn-display-listing-grid:hover,
.inner-group-header-toolmap .btn-display-listing-list:hover,
.inner-group-header-toolmap .btn-display-listing-grid.active,
.inner-group-header-toolmap .btn-display-listing-list.active {
    color: #1C1C1C;
}


/* total count */

.count-results {
font-weight: 400;
font-size: 16px;
line-height: 26px;
    color: #1C1C1C;
}

.count-results .count-total {
    color: var(--theme-primary-color);
}

/* archive listing */

.archive .cards-container.hide-map.has-sidebar {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.archive .cards-container.hide-map.has-sidebar .filter-popup  {
    display: none;
}

.lg-backdrop,
.lg-outer {
    z-index: 9999 !important;
}

.mfp-arrow.mfp-arrow-right:after,
.mfp-arrow.mfp-arrow-left:after {
    content: '\e904';
    font-family: 'aurexo';
    font-size: 30px;
    font-weight: 500;
    border: none;
}

.mfp-arrow.mfp-arrow-right::before {
    display: none;
}

.mfp-arrow.mfp-arrow-left:after {
    content: '\e905';
}

.mfp-arrow.mfp-arrow-left::before {
    display: none;
}

.mfp-arrow:hover {
    background: transparent !important;
}

/* tool select column card */

.align-center {
    align-items: center;
}

.tf-control-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
}

.tf-control-layout li {
    display: flex;
    align-items: center;
    gap: 2px;
    cursor: pointer;
}

.tf-control-layout li svg {
    max-width: 6.5px;
}

.tf-control-layout li svg * {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tf-control-layout li svg * {
    stroke: #9FA1A4;
}

.tf-control-layout li:hover svg *,
.tf-control-layout li.active svg * {
    stroke: #1C1C1C;
    fill: #1C1C1C;
}

.group-card-item-listing > .col-xl-2 {
    width: 20%;
}

.group-card-item-listing > .col-xl-2 .button-details {
    flex-shrink: 0;
}

.group-card-item-listing > .col-xl-2 .button-details a {
    padding: 9px 10px;
    margin: 0;
}

.group-card-item-listing > .col-xl-2 .bottom-content {
    column-gap: 5px;
}

.cards-container.hide-map.has-sidebar {
    padding-top: 80px;
}

@media only screen and (max-width: 1200px) {

    .tfcl-favorite-page .inner-card .wrap-tfcl-listing-card {
        width: calc(50% - 30px);
    }

    .table-responsive {
        overflow-x: scroll !important;
    }

    .table-responsive .table,
    .table-responsive .table-striped {
        width: 150%;
    }

    .tfcl-listing-card .description ul li:not(:last-child):after,
    .tfcl-listing-card .description ul li .inner span,
    .related-single-listing .tfcl-listing-card .infor-description li::after,
    .related-single-listing .tfcl-listing-card .infor-description li .inner span,
    .wrap-tfcl-listing-card .tfcl-listing-card .infor-description li::after,
    .wrap-tfcl-listing-card .tfcl-listing-card .infor-description li .inner span {
        display: none;
    }

    .tfcl-listing-card .description ul li img,
    .related-single-listing .tfcl-listing-card .infor-description li img,
    .wrap-tfcl-listing-card .tfcl-listing-card .infor-description li img {
        margin-right: 0px;
    }

    .tfcl-listing-card .description ul li img,
    .related-single-listing .tfcl-listing-card .infor-description li img,
    .wrap-tfcl-listing-card .tfcl-listing-card .infor-description li img {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .tf-control-layout .layout-5,
    .tf-control-layout .layout-4 {
        display: none;
    }

    .group-card-item-listing > .col-xl-2 {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 991px) {

    .tfcl-pagination {
        margin-top: 30px;
    }
    .cards-container.has-sidebar.sidebar-left .col-md-6.style-list,
    .cards-container.has-sidebar.sidebar-right .col-md-6.style-list {
        width: 50%;
    }

    .wrap-tfcl-listing-card.style-list .tfcl-listing-card .card-content,
    .wrap-tfcl-listing-card.style-list .tfcl-listing-card .featured-property img {
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {

    .group-card-item-listing > .col-xl-2 {
        width: 50%;
    }

    .tf-control-layout  {
        display: none;
    }

    .listing-customer-review .overall-rating .progress {
        margin: 0 auto;
    }

    .listing-customer-review .overall-rating-detail-progress {
        width: 100%;
    }

    .btn-display-listing-list {
        display: none;
    }

    .tfcl-favorite-page .inner-card .wrap-tfcl-listing-card {
        width: calc(100% - 30px);
    }

    .table-responsive .table,
    .table-responsive .table-striped {
        width: 350%;
    }

    .tfcl-listing-card .featured-property .features,
    .tfcl-listing-card .featured-property .status,
    .tfcl-listing-card .featured-property .date-car {
        padding: 3px 12px;
    }

    .tfcl-listing-card .featured-property .count-list-gallery {
        padding: 4px 12px;
        height: 21px;
    }

    .tfcl-listing-card .content .title a {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    .tfcl-listing-card .featured-property .list-controller { 
        top: unset;
        transform: translateX(-50%);
        bottom: 15px;
    }
    .tfcl-listing-card .featured-property .list-controller a {
        height: 35px;
        width: 35px;
        font-size: 16px;
    }
        .wrap-tfcl-listing-card {
    margin-bottom: 20px;
}
.tfcl-favorite-page {
    padding: 30px 20px;
}
}