select, input[type="search"] {
    border-radius: 4px;
    background: #fff;
    color: var(--as-color-gray-700);
    line-height: 44px;
    font-size: 14px;
    padding: 0px 15px;
    height: 40px;
    border: 1px solid #A3ADBE;
}

select::placeholder, input[type="search"]::placeholder {
    color: var(--as-color-gray-700);
}