#uhome-filter {
    font-family: "Futura PT Book", sans-serif;
    width: 1240px;
    height: 163px;
    background-color: #34333B;
    box-shadow: 0 0 30px 5px #2223;
    margin-top: 20px;
    z-index: 2;
    animation: loading__animation 1s;
}

@keyframes loading__animation {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#uhome-filter div {
    font-family: "Futura PT Book", sans-serif;
    font-weight: 100;
}

.uhome-filter-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: 100%    
}

.uhome-filter__filters-line {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uhome-filter__submit-founded_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    padding-right: 20px;
    height: 65px;
}

.uhome-filter__submit-founded_button {
    width: 290px;
    z-index: 0 !important;
    transition: .2s;
    cursor: pointer;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #22BCA2;
    color: #fff;
}

.uhome-filter__submit-founded__location-container {
    transition: .2s;
    width: 65px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #67c8b8;
}

.uhome-filter__submit-founded__location-container:hover {
    background-color: #1da28c;
}

.uhome-filter__submit-founded__counts-container {
    transition: .2s;
    width: calc(100% - 65px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uhome-filter__submit-founded__counts-container:hover {
    background-color: #1da28c;
}

.uhome-filter__submit-founded__counts-container img{
    margin-left: 15px;
    width: 16px;
    height: 16px;
    transform: rotateZ(-90deg);
    margin-top: -1px;
}

.uhome-filter__submit-founded__location-container:hover img{
    animation: animate_location_icon .5s;
}

@keyframes animate_location_icon {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.uhome-filter__submit-founded__counts-container span {
    white-space: nowrap;
    font-family: "Futura PT Book", sans-serif !important;
}

.uhome-filter__rooms {
    width: 290px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.uhome-filter__rooms__item {
    font-family: "Futura PT Book", sans-serif;
    transition: .2s;
    cursor: pointer;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #29282E;
    color: #fff;
}

.uhome-filter__rooms__item__active {
    background-color: #22BCA2;
}

.uhome-filter__rooms__item:hover {
    opacity: 0.6
}

.uhome-filter__range-input {
    font-family: "Futura PT Book", sans-serif;
    cursor: pointer;
    position: relative;
    width: 290px;
    height: 55px;
}

.uhome-filter__range-input__value-container {
    transition: .2s;
    width: 100%;
    height: 55px;
    background-color: #29282E;
    color: #fff;
    display: flex;
    padding-left: 15px;
    box-sizing: border-box;
    align-items: center;
    position: relative;
}

.uhome-filter__range-input__value-container div:nth-child(2) {
    font-family: "Futura PT Book", sans-serif !important;
    font-weight: 100 !important;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uhome-filter__range-input__value-container__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
}

.uhome-filter__range-input__value-container__arrow img {
    transition: .2s;
    width: 15px;
    height: 15px
}

.uhome-filter__range-input:hover .uhome-filter__range-input__value-container{
    background-color: #2c2b31;
}

.uhome-filter__range-input__value-container__icon {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uhome-filter__range-input__inputs-container {
    transition: .2s;
    font-family: "Futura PT Book", sans-serif;
    border-top: 1px solid #444;
    position: absolute;
    top: 55px;
    left: 0px;
    width: 100%;
    background-color: #34333B;
    overflow: hidden;
    display: none;
    align-items: center;
    box-shadow: 0px 10px 15px 5px #1114;
    color: #eee
}

.uhome-filter__range-input__inputs-container__opened {
    display: flex;
}

.uhome-filter__range-input__inputs-container div {
    width: calc(100%/2);
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    display: flex;
    background-color: #3b3b43;
    flex-direction: column;
    font-family: "Futura PT Book", sans-serif;
}

.uhome-filter__range-input__inputs-container div span {
    color: rgb(186, 186, 186);
    font-family: "Futura PT Book", sans-serif;
}

.uhome-filter__range-input__inputs-container div input {
    cursor: text;
    font-family: "Futura PT Book", sans-serif;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
    height: 45px;
    border: 1px solid #44434c;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: "Futura PT Book", sans-serif;
}

.uhome-filter__range-input__inputs-container div input::placeholder {
    color: #888;
    font-family: "Futura PT Book", sans-serif;
}

.uhome-filter__dropdown-input__list-container {
    background-color: #34333B;
    max-height: 200px;
    overflow: auto;
    flex-direction: column;
    box-shadow: 0px 10px 15px 5px #1114;
}

.uhome-filter__dropdown-input__list-container div {
    padding: 15px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-family: "Futura PT Book", sans-serif;
    color: #aaa;
    transition: .2s;
}

.uhome-filter__dropdown-input__list-container__item__active {
    background-color: #3c3a45;
    color: #fff;
}

.uhome-filter__dropdown-input__list-container div:hover {
    opacity: 0.7
}

/* MEDIA */

@media (max-width:1240px) {
    #uhome-filter {
        margin-top: -10px;
        margin-left: 0vw;
        width: 94vw;
        height: auto;
    }
    
    .uhome-filter-wrapper {
        box-sizing: border-box;
        width: 100%;
        height: 100%    
    }
    
    .uhome-filter__filters-line {
        padding: 10px 10px 0 10px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    
    .uhome-filter__submit-founded_button {
        height: 65px;
        margin-right: -10px;
        justify-content: space-between;
        width: calc(100%/2 - 5px);
    }
    
    .uhome-filter__rooms {
        margin-bottom: 15px;
        width: calc(100%/2 - 5px);
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    
    .uhome-filter__rooms__item {
        width: calc(100%/5 - 5px);
        height: 55px;
    }

    .uhome-filter__rooms__item__active {
        background-color: #22BCA2;
    }
    
    .uhome-filter__range-input {
        margin-bottom: 15px;
        font-family: "Futura PT Book", sans-serif;
        cursor: pointer;
        position: relative;
        width: calc(100%/2 - 5px);
        height: 55px;
    }
    
    .uhome-filter__range-input__inputs-container div {
        width: calc(100%/2);
        padding: 10px 10px 10px 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        font-family: "Futura PT Book", sans-serif;
    }

}

@media (max-width: 730px) {
    #uhome-filter {
        margin-left: 0vw;
        width: 100%;
        height: auto;
        box-shadow: none;
    }
    
    .uhome-filter-wrapper {
        box-sizing: border-box;
        width: 100%;
        height: 100%    
    }
    
    .uhome-filter__filters-line {
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: unset;
        align-items: unset;
    }
    
    .uhome-filter__searchline__wrapper input{
        width: 100%;
    }

    .uhome-filter__submit-founded_wrapper {
        width: 100%;
        justify-content: center;
        padding: 0;
        padding: 0 15px;
    }
    
    .uhome-filter__submit-founded_button {
        width: 98%;
        margin: 0;
    }
    
    .uhome-filter__rooms {
        margin-bottom: 15px;
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    
    .uhome-filter__rooms__item {
        font-family: "Futura PT Book", sans-serif;
        transition: .2s;
        cursor: pointer;
        width: calc(100%/5 - 5px);
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .uhome-filter__rooms__item__active {
        background-color: #22BCA2;
    }
    
    .uhome-filter__range-input {
        margin-bottom: 15px;
        font-family: "Futura PT Book", sans-serif;
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 55px;
    }

    .uhome-filter__range-input__value-container {
        transition: .2s;
        width: 100%;
        height: 55px;
        display: flex;
        padding-left: 15px;
        box-sizing: border-box;
        align-items: center;
        position: relative;
    }
    
    .uhome-filter__range-input__inputs-container div {
        width: calc(100%/2);
        padding: 10px 10px 10px 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        font-family: "Futura PT Book", sans-serif;
    }
    
}

/* SPINNER */

.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    /* position: absolute; */
    width: 25px;
    height: 25px;
}
.spinner .path {
      stroke: rgb(255, 255, 255);
      stroke-linecap: round;
      animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}