:root {
    --bs-primary: #05bd72 !important;
    --bs-primary-rgb: 5, 189, 114 !important;
    --bs-secondary: #445160 !important;
    --bs-secondary-rgb: 68, 81, 96 !important;
}

.btn-success {
    --bs-btn-bg: var(--bs-primary) !important;

    border: none !important;
}

.form-check-input:checked {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
