:root {
    --bs-primary: #153d8a !important;
    --bs-primary-active: #0063af !important;
    --bs-text-primary: #153d8a !important;
    --bs-secondary: #88bf1f !important;
    --bs-primary-rgb: 21, 61, 138 !important;
    --bs-primary-rgb-active: 0, 99, 175 !important;
    --bs-secondary-rgb: 136, 191, 31 !important;

    --bs-app-header-primary-base-bg-color: #153d8a !important;
}

.bg-green {
    background-color: rgba(136, 191, 31, 0.1) !important;
}

.right-md-10 {
    right: 0%;
}

@media (min-width: 768px) {
    .right-md-10 {
        right: 10%;
        left: auto;
        transform:none
    }
}

.form-errors {
    color: red;
    font-weight: bold;
}

.form-error-item {
    margin-bottom: 5px;
}

.btn-secondary{
    background-color: #7CB232 !important;
    color: #ffffff !important;
}