.callout-light-green {
    background-color: #f0fdf4 !important; 
    border-left-color: #a8e2bb !important
}

.callout-light-green i {
    color: #a8e2bb;
}

.callout-light-yellow {
    background-color: #fefce8 !important;
    border-left-color: #facc15 !important;
}

.callout-light-yellow i {
    color: #facc15;
}

.callout-light-orange {
    background-color: #fff7ed !important;
    border-left-color: #fb923c !important;
}

.callout-light-orange i {
    color: #fb923c;
}

.callout-light-red {
    background-color: #fef2f2 !important;
    border-left-color: #ef4444 !important;
}

.callout-light-red i {
    color: #ef4444;
}

.label-light-green {
    background-color: #a8e2bb !important;
    color: #fff !important;
}

.progress-bar-light-green {
    background-color: #a8e2bb !important;
}

.label-light-yellow {
    background-color: #facc15 !important;
    color: #fff !important;
}

.progress-bar-light-yellow {
    background-color: #facc15 !important;
}

.label-light-orange {
    background-color: #fb923c !important;
    color: #fff !important;
}

.progress-bar-light-orange {
    background-color: #fb923c !important;
}

.label-light-red {
    background-color: #ef4444 !important;
    color: #fff !important;
}

.progress-bar-light-red {
    background-color: #ef4444 !important;
}

.callout {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}