.Wrapper {
  display: flex;
  flex-direction: column;
}

.CCDAWrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  height: 50px;
  padding: 5px;
}

.CCDAText {
  height: 25px;
  text-align: center;
}

.CCDASuccess {
}

.FileTile {
  position: relative;
  width: 140px;
  height: 100%;
  margin: 10px;
  border: 1px solid var(--table-border-color);
  cursor: auto;
  top: 0;
  perspective: 1000px;
  transform: translate3d(0, 0, 0);
}

.FileHeader {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid var(--table-border-color);
  padding: 5px;
  background-color: white;
}

.FileName {
  box-sizing: border-box;
  width: 100%;
  word-wrap: break-word;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 5px;
}

.FileSize {
  font-size: 0.8em;
}

.Preview {
  box-sizing: border-box;
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #f7f7f7;
  overflow: hidden;
}

.ActionButton {
  width: 100%;
  font-size: 0.8em;
  font-weight: bold;
  color: black;
  height: 30px;
}

.ActionButton:hover {
  background-color: #f55142;
  color: white;
}

.PlaceholderButton {
  width: 100%;
  font-size: 0.8em;
  font-weight: bold;
  color: black;
  height: 30px;
  cursor: default;
}

.InfoBackground {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 170px;
  background: rgba(22, 22, 22, 0.5);
  box-sizing: border-box;
}

.CenterIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.CompletedIcon,
.FailedIcon {
  width: 50px;
  height: 50px;
}

.CompletedIcon :global .cls-2,
.FailedIcon :global .cls-2 {
  fill: white;
}

.FailedIcon {
  fill: white;
}
