/*************************/
/* Bootstrap components */
/*************************/
/* Dropdown */
.dropdown-menu {
  z-index: 40;
}

.dropdown-item {
  cursor: default;
}

/*************************/
/* Reusable utilities */
/*************************/
.absolute-center {
  transform:translate(-50%, -50%);
}

.fs-80percent {
  font-size: 80%;
}

/***** All Files Display *****/
.pdf-display-case,
.image-display-case {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.image-display-case {
  max-height: 300px;
  overflow-y: scroll;
}

.helper-text {
  font-style: italic;
  font-weight: 200;
  font-size: 80%;
}

.preview-image {
  width: 45%;
}

.preview-image-container img {
  border: 0.5px solid #000;
  transition-duration: 0.2s;
}

.preview-image-container img:hover,
.preview-image-container img.selected {
  opacity: 0.5;
}

.preview-image img {
  width: 100%;
}

.tag,
.unselectable-tag {
  padding: 5px;
  width: fit-content;
  height: fit-content;
  font-size: 80%;
  font-weight: 300;
  border-radius: 3px;
  background-color: rgb(241 245 249);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  border: 1px solid rgb(226 232 240);
  cursor: default;
}

.tag.selected,
.tag:hover,
.unselectable-tag:hover {
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  background-color: rgb(203 213 225);
}

.file-menu {
  font-size: 80%;
  font-weight: 300;
}
