.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #7fb933 !important;
    --bs-btn-border-color: #8FCF3D !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #89c738 !important;
    --bs-btn-hover-border-color: #8FCF3D !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #89c738 !important;
    --bs-btn-active-border-color: #8FCF3D !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #89c738 !important;
    --bs-btn-disabled-border-color: #8FCF3D !important;
}



[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #7bb430;
    text-decoration: none;
}