@-webkit-keyframes hotPulse {
  from { background-color: #3A1259; -webkit-box-shadow: 0 0 8px rgba(244, 206, 33, 0.99); }
  50% { background-color: #20003F; -webkit-box-shadow: 0 0 16px rgba(244, 206, 33, 0.99); }
  to { background-color: #3A1259; -webkit-box-shadow: 0 0 8px rgba(244, 206, 33, 0.99); }
}
.label-success {
	background-color:#3A1259;
	color:rgba(244, 206, 33, 0.99);
/*	margin-right:0.9rem;*/
    -webkit-animation-name: hotPulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}
.label-new {
    background-color: #3A1259 !important;
    color: white !important;
    padding: 0.5rem;
    margin-left: 0.2rem;
    border: 1px solid rgba(244, 206, 33, 0.99) !important;
    text-shadow: 1px 1px 9px #822B66 !important;
    font-size: 0.9rem !important;
}