/* Shop and Consignment refinements. */
.dsp-shop-sidebar nav > a > span svg,
.dsp-shop-sidebar nav > button > span svg {
  width: 15px !important;
  height: 15px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.dsp-shop-action-toggle {
  border: 0 !important;
  background: #edf1ef !important;
  color: #151b18 !important;
  -webkit-text-fill-color: #151b18 !important;
  box-shadow: none !important;
}

.dsp-shop-action-toggle:hover,
.dsp-shop-action-toggle:focus,
.dsp-shop-action-menu.is-open .dsp-shop-action-toggle {
  border: 0 !important;
  background: #151b18 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.dsp-shops-table th:nth-child(13),
.dsp-shops-table td:nth-child(13) {
  text-align: center !important;
}

.dsp-shops-table td:nth-child(13) .dsp-status-approved,
.dsp-shops-table td:nth-child(13) .dsp-status-pending,
.dsp-shops-table td:nth-child(13) .dsp-market-status {
  justify-content: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.dsp-consignment-filter {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(125px, 1fr)) auto !important;
  align-items: end !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
  padding: 10px !important;
  border: 1px solid #dce9e3 !important;
  border-radius: 8px !important;
  background: #f8fbfa !important;
}

.dsp-consignment-filter label {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
  color: #587168 !important;
  font-size: 8px !important;
  font-weight: 500 !important;
}

.dsp-consignment-filter select {
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 5px 8px !important;
  border: 1px solid #cbded5 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #29483c !important;
  font-family: Prompt, sans-serif !important;
  font-size: 9px !important;
}

.dsp-consignment-filter-actions {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.dsp-consignment-filter-actions button,
.dsp-consignment-filter-actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border-radius: 6px !important;
  font-family: Prompt, sans-serif !important;
  font-size: 8.5px !important;
  font-weight: 550 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.dsp-consignment-filter-actions button {
  border: 1px solid #c9ddd3 !important;
  background: #fff !important;
  color: #49665a !important;
}

.dsp-consignment-filter-actions a {
  border: 1px solid #087a57 !important;
  background: #087a57 !important;
  color: #fff !important;
}

.dsp-consignment-filter > small {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #71867d !important;
  font-size: 8px !important;
}

.dsp-consignment-age {
  color: #8d5a16 !important;
  font-weight: 550 !important;
}

@media (max-width: 980px) {
  .dsp-consignment-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dsp-consignment-filter-actions {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  .dsp-consignment-add input[name="imei"],
  .dsp-consignment-scanner input[name="imei"],
  .dsp-consignment-scanner input[data-dsp-consignment-imei] {
    font-size: 16px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    touch-action: manipulation !important;
  }

  .dsp-shops-table td:nth-child(13) {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
  }

  .dsp-shops-table td:nth-child(13) .dsp-status-approved,
  .dsp-shops-table td:nth-child(13) .dsp-status-pending,
  .dsp-shops-table td:nth-child(13) .dsp-market-status {
    margin: 0 !important;
  }
}

@media (max-width: 520px) {
  .dsp-consignment-filter {
    grid-template-columns: 1fr !important;
  }

  .dsp-consignment-filter-actions {
    grid-column: 1 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .dsp-consignment-filter > small {
    grid-column: 1 !important;
  }
}
