.btn-outline-danger {
    --bs-btn-color: #f57373;
    --bs-btn-border-color: #f57373;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f57373;
    --bs-btn-hover-border-color: #f57373;

    --bs-btn-focus-shadow-rgb: 245, 115, 115;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f57373;
    --bs-btn-active-border-color: #f57373;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    --bs-btn-disabled-color: #f57373;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f57373;

    --bs-gradient: none;
}

.badge.badge-custom-color {
    --bs-info-rgb: 77, 171, 247 !important;
    --bs-warning-rgb: 254, 176, 131 !important;
    --bs-success-rgb: 18, 199, 140 !important;
    --bs-danger-rgb: 245, 115, 115 !important;
}