 
.search_wrapper{
    position: relative;
    width: 560px;
    max-width:100%;
}
.search-page_input{
    border: 1px solid #EFEFEF;
    height: 45px;
    line-height:45px;
    width: 560px;
    max-width:100%;
    border-radius: 0;
    outline: none;
    padding-left: 10px;
    padding-right: 0px;color: var(--black, #171717);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.search-page_button{
    position:absolute;
    top:50%;
    margin-top:-12px;
    right: 5px;
    height: 24px;
    width:24px; 
    background-color: transparent; 
    border:none; 
    cursor:pointer;
}
 