.contact-form-leads-header {
    @apply mb-5;

    input:not([type="submit"]),
    select {
        @apply border rounded-lg px-5 py-1.5 inline-block;
        height: auto !important;
        min-width: 150px;
        line-height: 26px !important;
    }

    form {
        @apply flex items-center;
    }

    #search-submit,
    #doaction {
        padding: 10px 22px;
        border: 0;
        margin-left: 8px;
        border-radius: 8px;
    }
}