@import "../../../_variables";

#uploadInProgress {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
}

.btn-green {
  background-color: $primary;
  border-color: $primary;
  color: #fff;
}

.information-upload {
  color: #fff;
  margin-left: 15px;
}

.error-red {
  color: red;
  font-size: 0.8em;
}

.read-more {
  text-decoration: underline;
  cursor: pointer;
}
