.orders-list-cell {
  width: 1% !important;
  white-space: nowrap !important;
}
.invite-friend-button-cta {
  background-color: #bf27ff;
}
.invite-friend-button-cta:hover {
  background-color: #bf27ff;
}
.wrap-whitespace {
  white-space: initial !important;
}
.vendors-sales-commission {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.load-more-button-wrapper {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.sorted-table-cell {
  height: 100%;
  display: flex;
  gap: 5px;
  flex-flow: column;
  align-items: center;
  justify-content: start;
}
.sorted-table-cell > span,
.sorted-table-cell > div {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.order-cell {
  height: 100%;
}
.actions-bar {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .actions-bar {
    gap: 1.25rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .actions-bar .actions-bar-left {
    width: 100%;
    flex-wrap: wrap;
  }
  .actions-bar .actions-bar-right {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .commitments-list .commitment {
    display: table-row;
  }
  .commitments-list .commitment .commitments-list-header-cell,
  .commitments-list .commitment .commitments-list-cell {
    display: table-cell;
    padding: 15px 5px;
  }
  .order-header {
    display: none !important;
  }
}
.view-options-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-right: 8px;
}
.view-options-container .view-options-expanded {
  background: white;
  padding-left: 8px;
  padding-right: 8px;
}
.view-options-container .view-options-expanded input.input-field {
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 200px;
}
.view-options-container .view-options-expanded select {
  height: 36px;
  min-width: 200px;
}
