.acf-table>thead>tr>th,
.acf-field .acf-label label{
    color: #519664 !important;
}

.select2-container.-acf .select2-selection{
    border: 1px solid green !important;
    border-radius: 0px;
    text-transform: capitalize;
    height: 40px;
    align-items: center;
    display: flex;
}
.select2-container.-acf .select2-selection span{
    color: green !important;
    line-height: 1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top: 70% !important;
}

.acf-table>tbody>tr:nth-child(odd) td{
    background-color: #519664 !important;
}
.acf-table>tbody>tr:nth-child(even) td{
    background-color: #fff !important;
}
.block-type-dropdown select{
    height: 40px !important;
    border-radius: 0px;
    border: 1px solid green;
    color: green;
}
.block-type-repeater .acf-repeater>.acf-actions .acf-button{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    border-radius: 0px;
    border: 1px solid green !important;
    background-color: green !important;
}