/* custom css */
.commission-tag{
  /*background: #ff7b14;
  color: #ffffff;*/
  color: darkblue;
  font-weight: 600;
  font-size: 13px;
}
.text-orange{
  color: #cc6600;
}
.created-date-tag{
  background: #ffe6ce;
}
.badge-status-SHIPPING{
  background:#ff8821;
  color: #ffffff;
}
.badge-status-SHIPPED{
  background:#198821;
  color: #ffffff;
}
.badge-status-RECEIVED{
  bbackground:#111;
  ccolor: #ffffff;
}

.badge-status-INCIDENT_OPEN{
  background:#ff2121;
  color: #ffffff;
}

.table-order{
  /*background:#e9ecef;*/
  /*background:#f8f0e9;*/
  background: #f2f2f2;color:#373626;
}
.table-order thead tr{
  color:#ffffff;
  color:#400707;
  font-size:13px;
  /*background: rgb(255,136,33);
  background: linear-gradient(270deg, rgba(255,136,33,1) 0%, rgba(255,102,0,1) 81%);
  */
  background:#e9ecef;
}
.table-order thead th{
  border-bottom: 2px solid #ffffff;
}
.text-gold{
  color: #d4bb29;
}
.text-green{
  color: #2aaf0c;
}
