.wrapper {
  /* width: 430px;
  border-radius: 5px;
  padding: 30px; */
  margin: 0 auto;
  position: relative;
}

.wrapper header {
  color: #6990F2;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}

.wrapper form {
  height: 167px;
  display: flex;
  cursor: pointer;
  margin: 0 0px 30px 0px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1rem;
  border: 2px dashed #6990F2;
}

/* form :where(i, p) {
  color: #6990F2;
} */

/* form i {
  font-size: 50px;
} */
.file-input {
  opacity: 0;
  position: absolute;
  z-index: 1033;
}
form p {
  margin-top: 15px;
  font-size: 16px;
}

section .rowFile {
  margin-bottom: 10px;
  background: #E9F0FF;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section .rowFile i {
  color: #6990F2;
  font-size: 30px;
}

section .details span {
  font-size: 1rem;
}

.progress-area .row .contentFile {
  width: 100%;
  margin-left: 15px;
}

.progress-area .details {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}

.progress-area .contentFile .progress-bar {
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}

.contentFile .progress-bar .progress {
  height: 100%;
  width: 0%;
  background: #6990F2;
  border-radius: inherit;
}

.uploaded-area {
  max-height: 232px;
  overflow-y: scroll;
}

.uploaded-area.onprogress {
  max-height: 150px;
}

.uploaded-area::-webkit-scrollbar {
  width: 0px;
}

.uploaded-area .rowFile .contentFile {
  display: flex;
  align-items: center;
}

.uploaded-area .rowFile .details {
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}

.uploaded-area .rowFile .details .size {
  color: #404040;
  font-size: 11px;
}

.uploaded-area i.fa-check, .uploaded-area i.fa-trash {
  font-size: 1.25rem;
}