:root {
    --bs-primary: #4fc143;
    --bs-primary-rgb: 79, 193, 67;
    --bs-secondary: #2b7636;
    --bs-secondary-rgb: 43, 118, 54;
    --bs-success: #98db93;
    --bs-success-rgb: 152, 219, 147;
    --bs-danger: #eb4758;
    --bs-danger-rgb: 235, 71, 88;
    --bs-warning: #ffd06b;
    --bs-warning-rgb: 255, 208, 107;
    --bs-info: #aaeffd;
    --bs-info-rgb: 170, 239, 253;
    --bs-light: #f8f9fa;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark: #212529;
    --bs-dark-rgb: 33, 37, 41;
    --bs-body-bg: #ffffff;
    --bs-body-color: #212529;
}
body { background-color: #ffffff !important; }
body { color: #212529 !important; }
.bg-primary { background-color: #4fc143 !important; }
.btn-primary { background-color: #4fc143 !important; border-color: #4fc143 !important; }
.text-primary { color: #4fc143 !important; }
.border-primary { border-color: #4fc143 !important; }
.bg-secondary { background-color: #2b7636 !important; }
.btn-secondary { background-color: #2b7636 !important; border-color: #2b7636 !important; }
.text-secondary { color: #2b7636 !important; }
.border-secondary { border-color: #2b7636 !important; }
.bg-success { background-color: #98db93 !important; }
.btn-success { background-color: #98db93 !important; border-color: #98db93 !important; }
.text-success { color: #98db93 !important; }
.border-success { border-color: #98db93 !important; }
.bg-danger { background-color: #eb4758 !important; }
.btn-danger { background-color: #eb4758 !important; border-color: #eb4758 !important; }
.text-danger { color: #eb4758 !important; }
.border-danger { border-color: #eb4758 !important; }
.bg-warning { background-color: #ffd06b !important; }
.btn-warning { background-color: #ffd06b !important; border-color: #ffd06b !important; }
.text-warning { color: #ffd06b !important; }
.border-warning { border-color: #ffd06b !important; }
.bg-info { background-color: #aaeffd !important; }
.btn-info { background-color: #aaeffd !important; border-color: #aaeffd !important; }
.text-info { color: #aaeffd !important; }
.border-info { border-color: #aaeffd !important; }
