.order-status {
  &.status-subre_expired {
    background: #323232;
    color: #b9b9b9;
  }

  &.status-subre_active {
    background-color: #c6e1c6;
  }

  &.status-subre_trial {
    background: #e5eb91;
  }
}