ul.pagination span.page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
}
ul.pagination li.page-item .page-link {
  font-size: 0.8em !important;
}
ul.pagination li.page-item.disabled a.page-link {
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1));
  color: #fff;
}

a.navbar-brand {
  width: 100px;
}

.hidden {
  display: none;
}

#content-wrapper.products button img {
  margin-top: -2px;
}
#content-wrapper.products td.type {
  width: 150px;
}
#content-wrapper.products td.collection {
  width: 150px;
}
#content-wrapper.products td.related {
  width: 80px;
}
#content-wrapper.products td.edit {
  width: 60px;
}

#content-wrapper.legacy-products button img {
  margin-top: -2px;
}
#content-wrapper.legacy-products td.type {
  width: 150px;
}
#content-wrapper.legacy-products td.image {
  width: 65px;
}
#content-wrapper.legacy-products td.delete {
  width: 80px;
}
#content-wrapper.legacy-products td.edit {
  width: 60px;
}

#content-wrapper.stockists button img {
  margin-top: -2px;
}
#content-wrapper.stockists td.town-city {
  width: 250px;
}
#content-wrapper.stockists td.beams {
  width: 70px;
}
#content-wrapper.stockists td.surrounds {
  width: 100px;
}
#content-wrapper.stockists td.delete {
  width: 80px;
}
#content-wrapper.stockists td.edit {
  width: 60px;
}
#content-wrapper.stockist #map {
  height: 300px;
  border: 1px solid #ccc;
}

/*# sourceMappingURL=admin.css.map */
