.toast-message {
    font-size: 1.3rem !important;
}

.toast-error {
    background-color: #bd362f !important;
}
.toast-success {
    background-color: #00a859 !important;
}
.toast-warning {
    background-color: #f89406 !important;
}

.iti {
    width: 100% !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0) !important;
}

.input_parent select option:checked {
    background-color: #6e7b86;
    color: #fff;
}

.searchable_bar {
    position: relative; /* Ensures floating results are relative to the input */
    width: 100%;
}

.header-search_results {
    position: absolute;
    top: 100%; /* Makes the results appear right below the input */
    left: 0;
    width: calc(100% - 75px); /* Adjusts width to be the same as the input */
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 10;
    display: none; /* Hides the results by default */
}

.header-search_results ul {
    margin: 0;
    list-style-type: none;
}

.header-search_results ul li {
    color: #252525;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
}

.header-search_results ul li a {
    padding: 2.5px 4px;
    color: #252525;
}

.header-search_results ul li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

/* Show the results when triggered */
#searchInput:focus + .close_search + .header-search_results,
.header-search_results:hover {
    display: block;
}

.home-search-results {
    position: absolute;
    top: 100%; /* Makes the results appear right below the input */
    left: 0;
    width: calc(100%); /* Adjusts width to be the same as the input */
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 10;
}

.home-search-results ul {
    margin: 0;
    list-style-type: none;
}

.home-search-results ul li {
    color: #252525;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
}

.home-search-results ul li a {
    padding: 2.5px 4px;
    color: #252525;
}

.home-search-results ul li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.cart-item-error {
    font-size: 14px;
    color: crimson;
}

.error,
.error-text {
    margin-top: 5px;
    font-size: 14px;
}

.property-type-selector {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.35rem;
}

.property-type-selector input {
    display: none; /* Hide default radio button */
}

.property-type-selector label {
    border: 1px solid #858585;
    padding: 4px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    border-radius: 5px;
    background: white;
}

.property-type-selector label .property-label {
    /* Style the label text */
    color: #858585;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 3px;
}

.property-type-selector input:checked + label {
    background-color: #25b270;
    border-color: #25b270;
}

.property-type-selector input:checked + label .property-label {
    color: white;
}

.property-type-selector input:checked + label .property-icon svg path {
    fill: white;
}

.property-type-selector
    input:checked
    + label
    .property-icon
    svg.house_svg
    path {
    stroke: white;
    fill: white;
}

footer .footer_wrapper .footerlink_wrapper .quck_links .logo {
    position: relative;
    z-index: 9;
}

.file-name-display {
    padding: 0.75rem 1.8rem;
}

.fileupload_box {
    display: flex;
}

