/* premium property card pill  */
.premium-pill,
.premium-pill i {
    color: #D3CCCC;
}

.property-cover-image img {
    height: 40vh;
    width: 100%;
    object-fit: cover !important;
}

.feature-pills li {
    border: 1px solid #262626;
    background-color: #1A1A1A;
    padding: 1% 5%;
}

.feature-pills li span,
.feature-pills li i {
    font-size: 15px;
}

.location-details i,
.location-details span,
.user-details i,
.user-details span,
.time-details i,
.time-details span {
    font-size: 15px;
    line-height: 1;
}


.price h6 {
    font-size: 20px;
}

.price span {
    font-size: 15px;
}

.property-card {
    box-shadow: rgb(68 68 68 / 40%) 0px 0px 0px 2px, rgb(0 0 0 / 65%) 0px 4px 6px -1px, rgb(0 0 0 / 8%) 0px 1px 0px inset;
}

.property-card:hover {
    background-color: #000;
    transition: 0.5s;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.ad-post-button-border-color {
    border: 1px solid #CFCFCF !important;
}

.ads-property-button {}

.ads-property-button-disabled-color {
    background-color: #575757;
    color: #8B8B8B;
}

.ads-active-text-color {
    color: var(--primaryColor);
}

.ads-enabled-text-color {
    color: #D2D2D2;
}

.ads-fields-wrapper {
    height: 60vh;
    /* border: 2px dashed #959595; */
    /* border-radius: 20px; */
}

.accept-commission-button {
    border: 2px dashed #f1f1f1;
}

.ads-checkbox-cards {
    border: 1px solid #fff;
    height: 28vh;
    width: 20vh;
}

.ads-radio-cards {
    border: 1px solid #fff;
    height: 28vh;
}

@media only screen and (max-width: 320px) {
    .ads-checkbox-cards {
        width: 40vh;
    }
}

.radio-cards label {
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    color: #fff;
}


.radio-cards input[type="radio"]:checked+label {
    background-color: var(--primaryColor);
    color: #000;
    transition: all .2s;
}

.radio-cards input[type="radio"] {
    display: absolute;
}

.radio-cards input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.sub-properties-row {
    margin-top: 4%;
}


.counter {}

.counter i {
    color: #000;
    background-color: var(--primaryColor);
    border-radius: 100px;
    padding: 3px;
}


.pricing-item {
    /* background-color: var(--surface-color); */
    box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--primaryColor);
    padding: 60px 40px;
    border-radius: 5px;
    width: 100%;
    max-height: 100%;
}

.pricing-item h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

.pricing-item h4 {
    color: var(--accent-color);
    font-size: 48px;
    font-weight: 400;
    font-family: var(--heading-font);
    margin-bottom: 0;
}

.pricing-item h4 sup {
    font-size: 28px;
}

.pricing-item h4 span {
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 18px;
}

.pricing-item ul {
    padding: 20px 0;
    list-style: none;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    text-align: left;
    line-height: 20px;
}

.pricing-item ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.pricing-item ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
}

.pricing-item ul .na {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing-item ul .na i {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing-item ul .na span {
    text-decoration: line-through;
}

.pricing-item .buy-btn {
    color: var(--accent-color);
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--heading-font);
    transition: 0.3s;
    border: 1px solid var(--accent-color);
}

.pricing-item .buy-btn:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
}

.pricing-item .featured {
    border-top-color: var(--accent-color);
}

.pricing-item .featured .buy-btn {
    background: var(--accent-color);
    color: var(--contrast-color);
}

@media (max-width: 992px) {
    .pricing-item .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing-item .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing-item .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

.decor-card {
    border: 1px dashed #fff;
}

.decor-card .decor-body .short-description {
    font-size: 12px;
}

.decor-card .decor-body .price-text {
    font-size: 12px;
}

.req-card {
    border: 1px dashed #ccc;
}

.rental-card {
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
}

.rental-card .card-header {
    position: relative;
}

.rental-card .card-header img {
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
}

.rental-card .card-header .thumbnail-group {
    /* position: absolute;
    bottom: -20px;
    left: 20px; */
    /* display: flex;
    gap: 10px; */
}

.rental-card .card-header .thumbnail-group img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    /* border: 2px solid #fff; */
    /* White border */
}

.rental-divider {
    height: 2px;
    background-color: #ffc107;
    /* Yellow divider */
}

.rental-features {
    background-color: #3F3F3F;
    border: 0.5px solid #fff;
}

.ad-post-select2 .select2-search__field {
    position: absolute;
    top: -2px;
}