.form-wrapper-controller {
  background-color: #f5f5f5;
  width: 97%;
  margin: 0rem auto;
  padding: 10px;
  margin-top: 20px;

  border-radius: 30px;
}
.admin-ref-body .form-wrapper header {
  margin-bottom: 2rem;
}
body {
  padding-bottom: 3rem !important;
}
.form-wrapper header {
  justify-content: center;
}
.form-wrapper header h1 {
  color: white;
  font-size: 28px;
  font-family: "interSemiBold";
  word-wrap: break-word;
  text-align: center;
}
.form-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.form-container .form-wrapper {
  width: 100%;
}
.teeths-wrapper > div:first-child .teeth-boxes {
  padding-left: 1rem;
  padding-right: 1.6rem;
}
.teeths-wrapper > div:nth-child(2) {
  transform: translateY(15px);
}
.teeths-wrapper > div:nth-child(3) .teeth-boxes {
  padding-left: 1rem;
  padding-right: 1.8rem;
}
.form-wrapper .step {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}
.form-wrapper .step > h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 31.5px;
}
.form-wrapper .step1 > h1 {
  text-align: left;
}
.form-wrapper .uploader-area {
  position: relative;
}
.form-wrapper .uploader-area button {
  background: #00a3c8;
  width: 136px;
  height: 50px;
  border-radius: 10px;
  border: 0.5px rgba(0, 0, 0, 0.15) solid;
  color: white;
  font-size: 18px;
  font-family: "interSemiMedium";
  word-wrap: break-word;
}
.form-wrapper .display-file-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  gap: 5px;
}
.form-wrapper .display-file-wrapper a {
  width: auto !important;
  min-width: unset !important;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 5px !important;
  background: #e1e1e1;
  border-radius: 10px;
  border: 0.5px rgba(0, 0, 0, 0.15) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9e9e9e;
  font-size: 15px;
  font-family: "interSemiMedium";
  word-wrap: break-word;
  cursor: pointer;
  height: 50px;
}

.form-wrapper .mdl-textfield.is-dirty label,
.form-wrapper .mdl-textfield label {
  color: black !important;
  font-size: 16.5px !important;
  margin-bottom: 13px;
  font-family: "interSemiMedium" !important;
  word-wrap: break-word !important;
}
.form-wrapper .mdl-textfield input,
.form-wrapper .mdl-textfield textarea {
  font-size: 13.5px;
}
.form-wrapper .mdl-textfield.is-dirty input {
  border: 0.5px solid rgba(0, 0, 0, 0.15) !important;
}
.form-wrapper input,
.form-wrapper textarea {
  color: #000;
}
.form-wrapper textarea:focus {
  border: 0.5px rgba(0, 0, 0, 0.15) solid !important;
}
.form-wrapper input {
  pointer-events: none;
}
.checkbox-wrapper label,
.teeth-boxes label,
.step4 .uploader-area > .files-wrapper label,
.step4 .selectDateWrapper > label {
  pointer-events: none;
}
.form-wrapper .uploader-area .display-file-wrapper + button {
  cursor: pointer;
}
.form-wrapper-controller .form-wrapper .step {
  margin-bottom: 0px;
}
.form-wrapper-controller .form-container {
  min-height: unset;
}
.download-pdf-btn {
  align-items: center;
  background-clip: padding-box;
  background-color: #01a2c8;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  padding: 0px 14px;
  position: absolute;
  right: 20px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}
.download-pdf-btn:hover {
  background-color: #0291b1;
}
@media screen and (max-width: 1000px) {
  .teeths-wrapper > div:first-child .teeth-boxes {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .teeths-wrapper > div:nth-child(2) {
    transform: translateY(0px);
  }
  .teeths-wrapper > div:nth-child(3) .teeth-boxes {
    padding-left: 0.2rem;
    padding-right: 0.6rem;
  }
  .download-pdf-btn {
    position: fixed;
    bottom: 30px;
    z-index: 99;
  }
}

@media screen and (max-width: 861px) {
  .admin-ref-body .form-wrapper header {
    margin-bottom: 0px;
  }
  .form-wrapper .step {
    padding: 2rem;
  }
  .form-wrapper .mdl-textfield.is-dirty label,
  .form-wrapper .mdl-textfield label {
    font-size: 15px !important;
  }
  .form-wrapper .step > h1 {
    margin-bottom: 30px !important;
  }
  .step > *:last-child > *:last-child {
    margin-top: 0px;
  }
  .teeths-wrapper {
    margin-bottom: 2rem !important;
  }
  .form-wrapper .step2 .input-container > *:last-child {
    margin-top: 2rem;
  }
  .form-wrapper .uploader-area button,
  .step4 .uploader-area > .files-wrapper label {
    font-size: 14px !important;
    width: 100px !important;
    margin-right: 0px;
    height: 40px;
    min-width: 100px !important;
  }
  .form-wrapper .display-file-wrapper a {
    font-size: 14px !important;
    height: 40px;
  }
  .step4 .uploader-area > .files-wrapper {
    min-height: 60px;
  }
  .form-wrapper .step {
    margin-bottom: 20px;
  }
}
.step4 .uploader-area > .files-wrapper label {
  width: auto !important;
  min-width: unset !important;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 5px !important;
}
