#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-download,
#fullscreen-delete {
  position: absolute;
  bottom: 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;
  text-decoration: none;
  overflow: visible;
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.4),
    0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 120;
}
#fullscreen-download {
  right: 88px;
}
#fullscreen-delete {
  right: 18px;
}
#fullscreen-download::after,
#fullscreen-delete::after {
  content: attr(aria-label);
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  width: max-content;
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
  padding: 7px 11px;
  border-radius: 6px;
  background: rgba(33, 33, 39, 0.96);
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.36);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.16s ease,
    visibility 0.16s ease,
    transform 0.16s ease;
  z-index: 130;
}
#fullscreen-download::before,
#fullscreen-delete::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  width: 0;
  height: 0;
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: rgba(33, 33, 39, 0.96) transparent transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.16s ease,
    visibility 0.16s ease,
    transform 0.16s ease;
  z-index: 131;
}
#fullscreen-delete::after {
  right: 0;
  left: auto;
  transform: translateY(4px);
}
#fullscreen-delete::before {
  right: 16px;
  left: auto;
  transform: translateY(4px);
}
#fullscreen-download:hover,
#fullscreen-download:focus-visible,
#fullscreen-delete:hover,
#fullscreen-delete:focus-visible {
  background: rgba(0, 0, 0, 0.8);
}
#fullscreen-download:hover::after,
#fullscreen-download:focus-visible::after {
  transform: translateX(-50%) translateY(0);
}
#fullscreen-delete:hover::after,
#fullscreen-delete:focus-visible::after {
  transform: translateY(0);
}
#fullscreen-download:hover::before,
#fullscreen-download:focus-visible::before {
  transform: translateX(-50%) translateY(0);
}
#fullscreen-delete:hover::before,
#fullscreen-delete:focus-visible::before {
  transform: translateY(0);
}
#fullscreen-download:hover::after,
#fullscreen-download:hover::before,
#fullscreen-download:focus-visible::after,
#fullscreen-download:focus-visible::before,
#fullscreen-delete:hover::after,
#fullscreen-delete:hover::before,
#fullscreen-delete:focus-visible::after,
#fullscreen-delete:focus-visible::before {
  opacity: 1;
  visibility: visible;
}
#fullscreen-download[aria-disabled="true"],
#fullscreen-delete:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#fullscreen-download img,
#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;
}
