/*CMS Button */

.button-white-bg,.green-light-bg {padding: 5px 10px 7px;border-radius: 5px;
    background-color: #fff; color: #000;font-weight: 600;
    border: 1px solid #ccc;}  

.green-light-bg { background-color: #EDFFF8 ; color:#22015F !important; }

.acf-radio-list:focus-within {border: 1px solid transparent !important;}


 .acf-field.acf-field-true-false{
    flex-direction: row-reverse;
    display: flex;
    align-items: start;
    justify-content: flex-end;
 }
 .acf-field.acf-field-true-false .acf-label {
    margin: 0 10px !important;
 }

