.bg-primary {
    background: transparent radial-gradient(closest-side at 50% 50%, #FFC92A 0%, #F0B300 100%) 0% 0% no-repeat padding-box;
}

.text-muted {
    color: #8E8E8E;
}

.badge-light {
    background: #E5E5E5;
    color: #161616;
}