.search-place{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: none;
    margin: 15% 3%;
}
.search-place-title{
    color: #00aa6c;
    font-size: 22px;
    font-weight: 800;
}
.search-place-title span{
    color: #333333;
}
.search-place-text{
    color: #8c8c8c;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 300;
}
.search-place-form{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.search-place-filter-btn{
    border: 1px solid #8c8c8c;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    gap: 2%;
    background-color: #ffffff;
    height: 40px;
    cursor: pointer;
}
.list-search-input{
    width: 80%;
    height: 40px;
    border: 1px solid #8c8c8c;
    padding: 0px 3%;
    background-color: #ffffff;
}
.submit-btn{
    border: 1.5px solid #00aa6c;
    border-radius: 90px 0px 0px 90px;
    color: #333333;
    background-color: #00aa6c;
    height: 40px;
    cursor: pointer;
    padding-left: 1%;
}
.submit-btn svg{
    stroke: #ffffff;
    fill: #ffffff;
}
.pagination{
    margin-bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    justify-self: center;
}
.pagination-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 100%;
    border: 2px solid #8c8c8c;
    background: none;
    transition: all ease-in-out 0.5s;
}
.pagination-number{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 100%;
    border: 2px solid #8c8c8c;
    background: none;
}
.pagination-next:hover{
    padding-left: 15px;
}
.pagination-prev:hover{
    padding-right: 15px;
}
.search-container-list{
    margin: 0px 3%;
    justify-self: center;
    width: 90%;
}