@keyframes skeleton-wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.skeleton-wave-animation{animation:skeleton-wave 1.5s ease-in-out infinite}.custom-badge-container{position:relative;display:inline-block}.custom-badge{color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;min-width:18px}.custom-badge,.custom-badge-primary{background-color:#ec6726}.custom-badge-success{background-color:#28a745}.custom-badge-warning{background-color:#fd7e14}.custom-badge-error{background-color:#dc3545}