#lightboxModalFullscreen img {
  max-height: 100%;
  max-width: 100%;
}
input[type=number] {
  text-align: right;
}
.other-images .col,
  .main-images .col {
  position: relative;
}
.other-images button.delete,
  .main-images button.delete{
  position: absolute;
  right: 1rem;
}
.main-images button.delete{
  top: 3rem;
}
.other-images button.delete{
  top: 1rem;
}
/* .container.auth .card {
  margin: 20vh auto;
} */
footer {
  font-size: 80%;
}
.filters {
  align-items: flex-end;
}
.filters-search form {
  /* margin-bottom: 1rem; */
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}

