.form-wrapper .input-container {
  grid-template-columns: 1fr 1fr 1fr;
}
.checkbox-wrapper-area-admin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkbox-wrapper-area-admin > p {
  font-size: 22px;
  color: #000000;
  margin-bottom: 0px;
}
.title-subtitle {
  font-size: 30px;
}
.checkbox-wrapper-area-gender {
  padding-right: 100px;
}
.grid-2 {
  grid-column: span 2;
}

.grid-3 {
  grid-column: span 3;
}
.form-wrapper .step > h2,
.form-wrapper .step > div h2 {
  font-size: 25px;
  font-weight: medium;
  color: #727272;
}
.form-wrapper .step > div h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-wrapper .step > div h3 {
  font-size: 18px;
  margin-top: 0px;
  color: #b3b3b3;
  margin-bottom: 20px;
}

.uploader-area > h1 {
  color: #b3b3b3;
  font-size: 15px;
  font-family: Inter;
  font-weight: 500;
  word-wrap: break-word;
  margin-top: 0px;
  margin-bottom: 10px;
}
.uploader-area > .files-wrapper {
  background: white;
  border-radius: 10px;
  min-height: 70px;
  padding: 10px 10px;
  border: 0.5px rgba(0, 0, 0, 0.15) solid;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.uploader-area > .files-wrapper input {
  display: none;
}
.uploader-area > .files-wrapper label {
  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: Inter;
  font-weight: 500;
  word-wrap: break-word;
  height: 50px;
  width: 130px;
  min-width: 130px;
  margin-right: 1rem;
  cursor: pointer;
}
.uploader-area > .files-wrapper > p {
  color: black;
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
  word-wrap: break-word;
  margin: 0px;
  color: #b3b3b3;
}
.uploader-area-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.aggrement-admin-ref h1 {
  font-size: 35px;
  font-weight: medium;
  color: #00a3c8;
  margin-top: 0px;
  margin-bottom: 0px;
}

.aggrement-admin-ref h3 {
  font-size: 20px;
  color: #000000 !important;
  font-weight: 600;
  margin-top: 0px;
  line-height: 30px;
  margin-bottom: 0px !important;
}
.aggrement-admin-ref > * + * {
  margin-top: 15px !important;
}
.aggrement-admin-ref > p {
  font-size: 17px;
}

.checkbox-wrapper-mainner label {
  border-radius: 50%;
}
.checkbox-wrapper-mainner p {
  font-size: 25px;
  font-weight: 500;
  color: #00a3c8;
}

.options-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

.checkbox-heading {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.note-area {
  border: 1px solid #00a3c8;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.note-area > div {
  display: flex;
  align-items: center;
  gap: 30px;
}

.note-area * {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.note-area > div > .checkbox-wrapper {
  margin-top: 10px !important;
}
.note-area p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.step .list-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 2rem;
}
.step .list-area li {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}
.please-note-area {
  border: 1px solid #00a3c8;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 10px;
}
.please-note-area > h1 {
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.please-note-area > ul {
  margin-bottom: 0px !important;
}

.queston-area > div > div {
  margin-bottom: 3rem;
}
.queston-area > div > div > div {
  margin-bottom: 1.5rem;
}
.queston-area .checkbox-flex-area {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.checkbox-grid-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8rem;
  row-gap: 2rem;
}
.checkbox-grid-area > div {
  gap: 2rem;
}
.checkbox-grid-area > div p {
  flex: 1;
}
.step9 .queston-area > div > div > h1,.step10 .queston-area > div > div > h1 {
  font-size: 35px;
  color: #00a3c8;
}
.step9 .checkbox-flex-area {
  width: 70%;
}
.step9 .checkbox-flex-area h1 {
  font-size: 18px;
  flex: 1;
  margin: 0px;
}

.step9 .signature-area,
.image-area-signature,
.step10 .signature-area-authorization,
.image-area-signature-authorization,
.step11 .signature-area-guardian,
.image-area-signature-guardian,
.step11 .signature-area-patient,
.image-area-signature-patient,
.step12 .signature-area-acknowledgment-patient,
.image-area-signature-acknowledgment-patient,
.image-area-acknowledgment-patient {
  background-color: #f2f2f2;
  border: 1px solid #0000004b;
  border-radius: 10px;
  margin-top: 1rem;
}
.form-wrapper header {
  display: none;
}
body form .form-wrapper .mdl-textfield.error-area input {
  border-color: #ee0000 !important;
}
body form .form-wrapper .mdl-textfield.error-area label {
  color: #ee0000 !important;
}
.submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.mdl-textfield.error-area .error-inner {
  display: block;
  color: #ee0000;
  position: absolute;
  font-size: 12px;
}

.signature-error {
  display: none;
  color: #ee0000;
  position: absolute;
  font-size: 14px;
  margin-top: 5px;
}
.canvas-container.error-canvas canvas {
  border-color: #ee0000;
}
.signature-error.active {
  display: block;
}
.checkbox-wrapper-area-admin-custom.error-inner label,
.checkbox-wrapper-area-admin.error-inner label,
.checkbox-wrapper-area-admin-many.error-inner input:not(:checked) + label,
.checkbox-flex-area.error-inner input:not(:checked) + label,
.aggrement-admin-ref.error-area input:not(:checked) + label {
  border-color: #ee0000;
  border-width: 2px;
}
.checkbox-wrapper-area-admin-custom.error-inner label + p,
.checkbox-wrapper-area-admin.error-inner label + p,
.checkbox-wrapper-area-admin-many.error-inner input:not(:checked) + label + p,
.checkbox-flex-area.error-inner input:not(:checked) + label + p {
  color: #ee0000;
}

.message-after-submit {
  background-color: #f7c3c3;
  color: #ee0000;
  padding: 2rem;
  display: none;
}
.message-after-submit.active {
  display: block;
}
.message-after-submit.success {
  background-color: #d4edda;
  color: #155724;
}
.message-after-submit h1 {
  font-size: 24px;
  margin: 0px;
}
@media screen and (max-width: 1100px) {
  header .logo {
    position: absolute !important;
    transform: translateX(-50%) !important;
  }
}

@media screen and (max-width: 950px) {
  header {
    left: -100%;
    top: 0px;
    width: unset;
    height: unset;
    padding: 0rem 0rem;
    transition: 0.3s ease all;
    z-index: 9999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: static !important;
  }
  .checkbox-wrapper-area-admin > p {
    font-size: 17px;
  }
  .title-subtitle {
    font-size: 20px;
  }
  .checkbox-wrapper p {
    font-size: 14px;
  }
  .form-wrapper .input-container {
    grid-template-columns: 1fr;
  }
  .form-wrapper .input-container > * {
    grid-column: span 1 !important;
  }
  .grid-3,
  .grid-2 {
    grid-column: span 1;
  }
  .under_18_input > div:first-child {
    display: grid;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .under_18_input > div:first-child > *:first-child {
    grid-column: span 6 !important;
  }
  .mdl-textfield.error-area .error-inner {
    position: static !important;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 800px) {
  header {
    padding: 2rem 0rem;
  }
  header:not(.search-box-avail) > .main-header-inner .left-area {
    top: -6px !important;
  }
}
@media screen and (max-width: 1000px) {
  .steps-area img {
    width: 95%;
  }
  .uploader-area-wrapper {
    grid-template-columns: 1fr;
  }
  .uploader-area-wrapper .uploader-area:first-child > .files-wrapper {
    margin-bottom: 0px;
  }
  .checkbox-grid-area {
    grid-template-columns: 1fr;
  }
  .checkbox-flex-area-big {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1rem !important;
  }
  .queston-area > div > div > div {
    width: 100% !important;
  }
  h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .checkbox-wrapper-area-admin > p {
    font-size: 14px;
  }
  .title-subtitle {
    font-size: 17px;
  }
  .step9 .queston-area > div > div > h1 ,.step10 .queston-area > div > div > h1{
    font-size: 23px;
  }
  .aggrement-admin-ref h1 {
    font-size: 23px;
  }
  .form-wrapper .step > div h3 {
    font-size: 16px;
  }
  .note-area p {
    font-size: 13px;
  }
  .step .list-area li {
    font-size: 14px;
  }
  .aggrement-admin-ref > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .steps-area {
    display: none;
  }
  .form-wrapper .step {
    padding: 20px 20px;
  }
  .under_18_input > div:first-child {
    grid-template-columns: 1fr 1fr;
  }
  .under_18_input > div:first-child > *:first-child {
    grid-column: span 2 !important;
  }
  .option-cash-type {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .step9 .queston-area .checkbox-flex-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .step9 .checkbox-flex-area h1 {
    font-size: 15px;
  }
  .form-wrapper .step > h2,
  .form-wrapper .step > div h2 {
    font-size: 18px;
  }
  .uploader-area > .files-wrapper label {
    font-size: 12px;
    height: 40px;
    width: 100px;
    min-width: 100px;
  }
  .uploader-area > .files-wrapper > p {
    font-size: 12px;
  }
}
