:root {
    --bs-primary: #0062BB;
    --bs-primary-rgb: 0, 98, 187;
    --bs-warning: #FECE14;
    --bs-warning-rgb: 254, 206, 20;
    --bs-danger: #FF0000;
    --bs-danger-rgb: 255, 0, 0;

    /* Keep UI consistent with the provided template palette. */
    --bs-success: #50cd89;
    --bs-success-rgb: 80, 205, 137;
    --bs-link-color: #0062BB;
    --bs-link-hover-color: #0057A6;
}


.btn-warning {
    color: #1f2937;
}

.badge-light-warning {
    color: #7a5b00;
    background-color: rgba(254, 206, 20, 0.2) !important;
}

.text-warning {
    color: #c59c00 !important;
}

.bg-light-warning {
    background-color: rgba(254, 206, 20, 0.18) !important;
}

.btn-success {
    color: #fff;
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}

.badge-light-success {
    color: #50cd89;
    background-color: rgba(80, 205, 137, 0.2) !important;
}

.text-success {
    color: #50cd89 !important;
}

.bg-light-success {
    background-color: rgba(80, 205, 137, 0.18) !important;
}
