.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .7;
  display: none;
  z-index: 1035;
}

.gallery a img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.image-table table.responsive{
  width: 100%;
}
.image-table table.responsive tbody tr td{
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ccc;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.2em !important;
}