* {
  font-size: 14px;
}

.ProgressInfo {
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid gray;
  display: none;
}

.ProgressInfo div {
  font-size: 14px;
}

.ProgressInfo img {
  height: 8px;
  width: 100px;
  margin-bottom: 15px;
}

.custom-select {
  background: #fff url('/assets/arrowdown.png') right 17px center/10px 10px
    no-repeat;
}

.pdf-options {
  display: none;
  height: 100%;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  border: 1px solid gray;
}

.pdf-options svg {
  width: 75px;
  margin-top: 30px;
}

.pdf-options label {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 17px;
  font-weight: 800;
  margin-top: 10px;
}

#file-name {
  margin-top: 7px;
  font-weight: 600;
}

.box-border {
  position: absolute;
  inset: 9px !important;
  background: rgba(167, 115, 115, 0.1);
  border: 1px dashed #000000 !important;
}

.feature-card-img {
  height: 35px;
  width: 35px;
  object-fit: contain;
}

.boxes {
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 24px;
  height: 54px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
}

.boxes svg,
#dropbox svg,
#filepicker svg {
  height: 24px !important;
  width: 24px !important;
}

.file-pick-dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  height: 54px;
  z-index: 10;
  border-left: 1px solid rgba(134, 124, 124, 0.15);
  padding: 13px 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.file-pick-dropdown i {
  margin: 0;
}

.file-picker-dropdown {
  width: 213px;
  position: absolute;
  background: #fff;
  top: 111%;
  right: 0px;
  display: none;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px,
    rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
}

.file-picker-dropdown button {
  color: #000000;
}

.arrow-sign {
  font-size: 18px;
}

.file-picker-dropdown svg {
  height: 24px;
  width: 24px;
}

.file-picker-dropdown button,
.file-picker-dropdown a {
  border: none;
  width: 100%;
  border-radius: 4px;
  text-align: left;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 24px;
  list-style: none;
  height: 54px;
}

.file-picker-dropdown button:hover {
  background: #e9e4e4;
}

#downloadButton svg {
  height: 25px;
}

.dropinfo {
  position: absolute;
  font-size: 14px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.993);
  bottom: 20px;
}

.input-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

button {
  width: 170px;
  height: 40px;
  font-size: 16px;
  background: #3e3ef4;
  color: #fff;
  border: none;
  outline: none;
}

.download-section {
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid gray;
  display: none;
  margin-top: 0;
}

.download-section h2 {
  padding: 14px;
  font-size: 24px;
}
