.personal-shop-filters {
  padding: 12px 0;
  display: flex;
  background-color: #fff;
  margin: 0 0 12px 0;
}

.personal-shop-filters li {
  margin: 0 18px;
}

.admin-staff {
  margin: 12px 0;
  border: 1px solid #ba9bc3;
  padding: 12px;
  background: #f0dbf7;
}

.admin-staff a {
  color: #A54CBF;
  text-decoration: underline;
}

.admin-staff h5 {
  color: #7e2b96;
  margin-top: 0;
}

.admin-staff button.small {
  font-size: 12px;
  height: auto;
  line-height: 20px;
  text-transform: initial;
  width: 100%;
  min-height: 40px;
}

.admin-staff .add-item {
  margin: 0 0 12px;
}

.devis-modal li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ba9bc3;
  border-left: 1px solid #ba9bc3;
  border-right: 1px solid #ba9bc3;
  padding: 12px;
  background: #f0dbf7;
}
.devis-modal li:last-child {
  border-bottom: 1px solid #ba9bc3;
}

.devis-switch-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.devis-switch-list li {
  width: 220px;
  padding: 12px;
  background: white;
  border: 1px solid #D7D7D7;
  margin: 4px;
}

.devis-switch-list li.active {
  border-color: teal;
  background: #e5f6f4;
}

.download-facture .oi-desc-product {
  color: #FB6A3B;
  display: block;
}

.achat .oi-desc-product {
  color: #00988B;
  display: block;
}

.download-facture .oi-desc-value {
  color: gray;
}