.primary_bg {
    background-color: #08792f !important;
    color: #ffffff !important;
}
.btn-primary {
    background-color: #08792f !important;
    color: #ffffff !important;
}
:root {
    --primary-color: #08792f;
    --primary-text-color: #ffffff;
}