.searchAndFilter{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 1% 0;
    background-color: #000;
    border-top: 2px solid #04b4ec;
}

.filterCont{
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchForm{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 90% !important;
    margin-right: 2%;
}

#searchButton, #openFilterOptions{
    padding: 0.8%;
    background-color: #000;
    color: #04b4ec;
    border: 2px solid #04b4ec;
    border-radius: 10px;
    font-family: verdana;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    cursor: pointer;
}

#openFilterOptions{
    padding: 7%;
}

#searchBar{
    width: 60%;
    background-color: #fff;
    height : 22px;    
    color: #000;
    caret-color: #04b4ec;
    font-family: verdana;
    font-size: 16px;
    font-weight: normal;
    border: 2px solid #04b4ec;
    border-radius: 10px;
    margin-right: 1% !important;
}