.gfield_repeater_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}
@media (max-width:600px) {
    .gfield_repeater_item {
        flex-direction: column;
        width: 100%;
    }
}
.gfield_repeater_cell {
    margin: 5px;
    flex-grow: 1;
    width: 100%;
}
.gfield_repeater_cell .ginput_container_text {
    position: relative;
    top: 4px;
}
.gfield_repeater_cell .ginput_container input {
    width: 100%;
}

.gfield_repeater_buttons {
    display: flex;
    padding-top: 24px !important;
}

.gfield_repeater_buttons .add_repeater_item, .gfield_repeater_buttons .remove_repeater_item {
    background: #00A335 !important;
    color: white !important;
    height: unset !important;
    border-color: #00A335 !important;
    margin-top: 26px !important;
    padding: 10px !important;
    margin-bottom: 0px !important;
}

input, textarea {
    border: 1px solid #c5c6c5 !important;
    border-radius: 4px !important;
}

.gform_button {
    background: #00A335 !important;
    color: white !important;
    height: unset !important;
    border-color: #00A335 !important;
    margin-top: 26px !important;
    padding: 10px !important;
    margin-bottom: 0px !important;
    border-radius: 20px !important;
}