@use '@carbon/layout';
@use '@openmrs/esm-styleguide/src/vars' as vars;

.thumbnail {
  height: 7rem;
  width: 7rem;
}

.imageThumbnail {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.pdfThumbnail {
  background-color: vars.$color-gray-30;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.removeButton {
  position: absolute;
  top: layout.$spacing-02;
  right: layout.$spacing-02;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  padding-block-start: 0;
  --cds-layout-size-height-local: 0;
}

.removeButton:hover {
  background-color: transparent;
}

.closeIcon {
  fill: white !important;
}
