body {
  color: #000;
  font-size: 13px;
}

.table {
  color: #000;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.no-gutter>[class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}

.my-indicator {
  display: none;
}

.htmx-request .my-indicator {
  display: inline;
}

.htmx-request.my-indicator {
  display: inline;
}

.btn-productCategories {
  border: none;
}

.phone-receipt {
  width: 58mm;
  margin: auto;
  padding: 2mm;
  border: 1px #eee solid;
  border-radius: 1mm;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}


.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
