.views-field-device-status,
.views-field-trial-customer-status {
  text-align: left;
}

.views-field-device-status span,
.views-field-trial-customer-status span {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 7px;
  white-space: nowrap;
  padding: 3px 8px;
  text-align: center;
}

.views-field-trial-customer-status .in_process {
  background-color: #90EE90;
}

.views-field-device-status .not_assigned,
.views-field-trial-customer-status .not_contacted {
  background-color: #E8A90E;
}

.views-field-trial-customer-status .contact_no_answer,
.views-field-trial-customer-status .contact_ready,
.views-field-trial-customer-status .contact_did_not_pickup {
  background-color: #dc9ef5;
}

.views-field-device-status .assigned,
.views-field-trial-customer-status .in_use_first,
.views-field-trial-customer-status .in_use_second {
  background-color: #80BACC;
}

.views-field-device-status .damaged,
.views-field-trial-customer-status .returned_damaged {
  background-color: #913131;
}

.views-field-trial-customer-status .cancelled {
  background-color: #8B0046;
}

.views-field-trial-customer-status .returned {
  background-color: #c4206d;
}

.views-field-trial-customer-status .purchased {
  background-color: #006A4E;
}

.ploom-trial-device-form .vertical-tabs,
.trial-customer-form .vertical-tabs {
  display: none;
}

.view-id-voucher_report #edit-created-wrapper {
  margin: var(--space-s) var(--space-xs) 0 0;
}

[data-url] .toolbar-link__label:hover {
  text-decoration: underline;
}
.views-exposed-form {
  .fieldset {
    margin-block: var(--space-xs);
  }

  .views-exposed-form__item.views-exposed-form__item.views-exposed-form__item--actions {
    align-self: center;
  }
}
