:root {
  --login-bg: url("../images/logo_1.png");
}

.login-body {
  min-height: 100vh;
  background: var(--login-bg) no-repeat center center fixed;
  background-size: contain;
}

.login-header {
  background: rgba(0, 0, 0, 0.65);
  padding: 1rem 0;
}

.sort-highlight {
  background-color: #d1e7dd !important;
  font-weight: 600;
}

.table td,
.table th {
  vertical-align: middle;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 360px;
  max-height: 50vh;
  background: #f8f9fa;
  border-radius: 0.5rem;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.slideshow-image.active {
  opacity: 1;
}
