#fullscreen-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 100;
}
#fullscreen-image {
  max-width: 93%;
  max-height: 93%;
}
#close-button {
  position: absolute;
  top: 9px;
  right: 18px;
  color: white;
  font-size: 39px;
  font-weight: bold;
  cursor: pointer;
}
#arrow-left,
#arrow-right {
  position: absolute;
  top: 50%;
  color: white;
  width: 39px;
  height: 39px;
  cursor: pointer;
}
#arrow-left {
  left: 10px;
}
#arrow-right {
  right: 10px;
}
#fullscreen-delete {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.4),
    0 0 6px rgba(0, 0, 0, 0.5);
}
#fullscreen-delete:hover,
#fullscreen-delete:focus-visible {
  background: rgba(0, 0, 0, 0.8);
}
#fullscreen-delete:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#fullscreen-delete img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
#searchButtonTD {
  width: 39px;
}
#searchTD {
  padding-left: 9px;
}
#searchButtonTD {
  padding-bottom: 6px;
}
.autocomplete-icon {
  width: 27px;
  height: 27px;
  vertical-align: bottom;
}
.noPadding {
  padding: 0;
}
