.public__wishlist svg {
    cursor: pointer;
}

/*footer p.footer-public__disclaimer {
    font-size: 12px !important;
}*/
.hdpi.pac-logo:after,
.pac-logo:after {
    display: none !important;
}

#public-login__modal {
    z-index: 100001;
}

.listing-watchlist input[type="checkbox"] {
    position: unset;
    right: unset;
}

.display-flex {
    display: flex;
}

/** status of search result page */
.status-label .dropdown_menu_style {
    width: unset;
}

.status-label button {
    font-weight: 600;
}

#status_filter {
    padding: unset;
    margin-left: 20px;
}

#status_filter .fa-chevron-down {
    padding-left: 0;
}

ul.dropdown-menu.more-filter {
    list-style: none;
}

#filter_status_btn.btn {
    height: 40px;
    float: unset;
    margin: 20px 50px 0;
}

/** #as new css for sold date from and to on search page **/

/*
#from-date,
#to-date {
    display: inline-flex;
    align-items: center;
}

div#to-date {
    width: 260px;
    top: -1px;
}

div#from-date {
    width: calc(100% - 265px);
}

div#from-date .acf-input {
    width: 225px;
}

div#to-date .acf-input {
    width: 225px;
}

div#to-date .acf-label label {
    color: #949BAF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
    text-transform: lowercase;
}*/

.property .property-tag span.tooltipp {
    position: relative;
}

.property .property-tag span.tooltipp:hover::before {
    left: 0;
    bottom: -136%;
    padding: 0 2px;
    height: 41px;
}

/*
@media only screen and (min-width: 1124px) and (max-width: 1540px) {
    div#from-date .acf-input {
        width: 330px;
    }

    div#to-date .acf-input {
        width: 330px;
    }

    div#to-date {
        width: 330px;
        top: -1px;
    }

    div#from-date {
        width: calc(100% - 345px);
    }
}


@media only screen and (max-width: 768px) {
    div#from-date {
        width: 100%;
    }

    div#to-date {
        width: 100%;
    }
}*/

.CustomCopy {
    padding: 20px !important;
    border: 1px solid #CED2DC !important;
    display: flex;
    align-items: center;
    border-radius: 5px;
    width: 100%;
}

.CustomCopy ul.acf-radio-list.acf-bl {
    display: flex;
    min-width: 150px;
    align-items: center;
    justify-content: space-between;
}

.CustomCopy label input {
    min-height: auto !important;
}

.CustomCopy label {
    cursor: pointer;
}

.CustomCopy input[type="radio"]:after {
    left: -20px;
}

.CustomCopy input[type="radio"]:checked:after {
    left: -20px;
}

div#pdf a.button,
.button {
    background: #333;
}

div#pdf p {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.html-active .quicktags-toolbar {
    display: flex !important;
}

.copyinstruction p {
    font-size: 18px !important;
    line-height: 1.5 !important;
}

/* .choose_status {
    display: none;
} */

.choose_status li label input:after {
    display: none !important;
}

.choose_status li label.selected {
    display: block !important;
}

.choose_status li label {
    display: none !important;
}

.choose_status li label.selected {
    display: block !important;
    font-size: 16px;
    font-weight: 600;
    color: black;
}