.label {
   border-radius: 20px;
   font-size: 10px;
   padding: 7px 20px;
   font-weight: bold;
   color: white;
   float: right;
   max-width: 200px;
   text-align: center;
   line-height: 15px;
   letter-spacing: 1px;
}

.label.label-success {
   background: #66CD00 ;
}

.label.label-danger {
   background: #EE0000 ;
}

.label.label-warning {
   background: #FFA500 ;
}

.label.label-primary {
   background: rgb(49, 140, 161);
}

.label.label-fatal {
   background: #8A2BE2;
}

.label.label-disabled {
   background: #efefef;
   color: #000;
   border: 1px solid #888;
}

/* Channel-specific label colors matching tickets.css */
.label.label-channel-openmove-app {
   background: #00c6dc;
   color: #000;
}

.label.label-channel-openmove-collector {
   background: #ffab40;
   color: #000;
}

.label.label-channel-atlas {
   background: #ff6c8f;
   color: #fff;
}

.label.label-channel-ecommerce {
   background: #61c300;
   color: #000;
}

.label.label-channel-openmove-act-web {
   background: #249a44;
   color: #fff;
}

.label.label-channel-nucleus-api {
   background: #333;
   color: #fff;
}

.label.label-channel-whatsapp {
   background: #ff80ab;
   color: #000;
}

.label.label-channel-flixbus {
   background: #a2e53f;
   color: #000;
}

.label.label-channel-extra {
   background: #efefef;
   color: #000;
}
