//----------- Progress bars -------------------//
.progress-xs {
    height: 5px
}

.progress-sm {
    height: 8px
}

.progress-md {
    height: 14px
}

.progress-lg {
    height: 20px
}

.progress-xl {
    height: 30px
}

.progress, .progress-stacked {
    --bs-progress-bg: rgba(var(--bs-body-color-rgb), 0.07);
}