/* an example of how to modify the theme */

/*
:root {
    --bs-primary: #00AE41;
}*/


:root {
    --pbColor: #0066cc; 
    --pbAccentColor: #173f6d; 
    --pbFontColor: #ffffff; 
    --pbShadedColor: #004D99; 
    --pbShadedAccentColor: #112F52; 
    --pbShadedColorLight: #005CB8
}

.form-group-rbcenter .d-flex > div:last-child .radio-btn-text.p-2 {
    padding: 0rem !important;
}

.form-group-rbcenter {
    justify-content: center;
    display: grid;
}



