.custom-search-form {
    background-color: #002874;
    padding: 10px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    box-shadow: 1px 3px 7px 0px #878787;
    display: flex;
    gap: 5px;
}
.custom-search-form span {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    max-width: 170px;
    width: 100%;
    margin: 0 0 0 20px;
}
    
.searchInput {
    border: none;
    border-radius: 31px;
    font-size: 14px;
    padding: 10px 20px;
    outline: none;
}

.btn {
    background-color: #f36e21;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0px !important;
    font-size: 15px;
    outline: none;
}

.btn:hover {
    background-color: #f36e40;
}

.error {
    color: red;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 0 0 20px;
    display: none;
    position: absolute;
    top: 61px;
}

.searchSelector {
    border: none;
    border-radius: 31px;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
    outline: none;
}