﻿@import url("../cards/index.css");

.favorites {
    padding: 30px 200px;
}

.description__not__found {
    font-size: 20px;
    font-weight: 400;
    color: #464647;
}

.property-price-slider {
    padding: 0 50px 50px 50px;
}

    .property-price-slider > span {
        width: 100%;
    }

.irs--flat .irs-handle > i:first-child, .irs--flat .irs-handle > i:first-child {
    border: 2px solid #0e00c4;
    background: #0e00c4;
}

.irs-from, .irs-to {
    color: #0e00c4 !important;
    position: absolute;
    margin-top: 80px;
    font-weight: 400 !important;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
    background-color: #0e00c4 !important;
}

.price__range__title {
    font-weight: 700;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-top: 20px;
}

.not__found__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.not__found {
    min-height: 700px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-top: 110px;
    padding: 10px 100px;
    border-radius: 15px;
    color: #FFF;
    text-align: center;
}
.search__container i {
    font-size: 10px;
}
.search__title {
    text-decoration: underline;
    cursor: pointer;
}
.img__not__found {
    padding: 50px;
    border-radius: 50%;
    position: absolute;
    top: -90px;
}

    .img__not__found img {
        height: 80px;
        width: 80px;
    }

.not__found > *:not(.img__not__found) {
    margin-bottom: 25px;
}

.title__not__found {
    font-weight: 400;
    font-size: 44px;
}

    .title__not__found.start {
        margin-top: 110px;
    }

.message__accepted {
    margin-bottom: 12px !important;
}

.message__accept__receive__email__not__found {
    font-size: 10px;
}

.options__not__found {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .options__not__found > div {
        margin-right: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .options__not__found > div:last-child {
            margin-right: unset;
        }

.option__enterprise input {
    margin-right: 5px;
}

.email__not__found {
    width: 100%;
}

.form__container.input__form {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.input__form::placeholder {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-heart {
    cursor: pointer;
    font-size: 24px;
}

.empty__heart {
    cursor: pointer;
}

.filter__not__found {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .filter__not__found > div {
        margin: 5px;
    }

.filter__description {
    padding: 10px 20px;
    background-color: #FFF;
    color: #000;
    border-radius: 50px;
    font-size: 12px;
    /*width: 100%;*/
    min-width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #292D32;
}

    .filter__description i {
        margin-left: 5px;
        cursor: pointer;
    }

.hide__property {
    opacity: 0;
    transition: opacity 0.5s ease;
}

@media only screen and (max-width: 1440px) {
    .favorites {
        padding: 30px 120px;
    }
}

@media only screen and (max-width: 1250px) {
    .favorites {
        padding: 30px 80px;
    }
}
@media only screen and (max-width: 1140px) {
    .favorites {
        padding: 20px;
    }
    .property__container {
        grid-template-columns: auto;
    }

    .filter__options {
        flex-direction: column;
    }

        .filter__options > div {
            margin: 10px 0;
        }
}

@media only screen and (max-width: 500px) {

    .not__found {
        max-width: 330px;
        padding: 10px;
    }

    .options__not__found {
        flex-direction: column;
        align-items: baseline;
    }

    .count__property__message {
        text-align: center;
    }

    .price__range.padding__default, .price__range__title.padding__default, .message__filter.padding__default, .property__container.padding__default {
        padding: 5px !important;
    }

    .price__range__title {
        margin-top: 0;
    }
}
