.preview-wrapp {
  position: relative;

  display: flex;
  flex-direction: column;

  height: 100%;
  max-height: 95vh;
}

.header {
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  margin-bottom: 4px;
}

.content {
  width: 79vw;
  max-width: 100%;
  border: 0;

  &.flex-grow {
    flex-grow: 1;
    height: 80vh;
  }
}

.download-btn,
.close-icon {
  cursor: pointer;
  position: relative;
  top: -2px;
  display: flex;
}

.download-btn {
  margin: 0 15px;
  padding: 0;

  line-height: 0;

  background: transparent;
  border: none;
}

.no-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .more-icon {
    margin-bottom: 15px;
  }

  p {
    margin-bottom: 0;
  }

  button {
    margin-top: 15px;
  }
}

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