@import url("https://use.typekit.net/wby3aqm.css");

//  /*https://heliopolishealth.com/wp-content/uploads/2021/08/hero_about.jpg*/

* {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.attachements {
  margin-top: 5rem;
}
.content {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.gender {
  margin-top: 20px;
  margin-botom: 20px;
}

.inputs {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 27px;
}
.twoInputs {
  padding: 15px;
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.labelHeading {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}

.heading-texts {
  font-weight: bold;
  color: rgb(58 59 64) !important;
  margin-top: 30px;
  /* margin-bottom: 15px; */
}
.heading-texts-emergency {
  font-weight: bold;
}
.Client-Responsible {
  margin-top: 20px !important;
}
.first-input {
  margin-top: 0px !important;
}

.upload {
  /* border: 1px dashed blue; */
  /* padding: 40px 12px; */
  border-radius: 10px;
  display: flex;
  text-align: center;
}
.inside-upload {
  margin-left: auto;
  margin-right: auto;
}

.button-submit {
  padding: 1rem 2rem;
  color: white;
  background: blue;
  font-weight: bold;
}
.client-lives {
  margin-top: 20px;
}

.formHead {
  font-size: 1.2rem;
  line-height: 1.05;
  color: #24658f;
  padding-top: 50px;
}

@media only screen and (min-width: 300px) {
  .form-body {
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 600px) {
  .inputs {
    width: 100%;
  }
  .referrlas-text {
    font-size: 3.3rem;
  }
  .twoInputs {
    width: 49%;
  }
  .file-dropzone {
    padding: 2rem 3rem;
  }
  .form-body {
    padding: 5px 10px;
  }
}

/* Media queries for larger screens */
@media only screen and (min-width: 601px) {
  .context {
    width: 45%;
  }
  .referrlas-text {
    font-size: 3.75rem;
  }
  .banner {
    padding: 0px 30px;
  }
  .twoInputs {
    width: 24.7%;
  }
  .referral-info {
    margin-left: 150px;
  }

  .date-time {
    margin-left: 150px;
  }
  .formHead {
    margin-left: 155px;
  }

  .file-dropzone {
    padding: 3rem 8rem;
  }

  /* .attc {
    margin-top: 20px;
  } */

  .inputs {
    width: 45%;
    margin-left: 150px;
  }

  .client-info {
    margin-left: 150px;
  }

  .gender {
    margin-left: 150px;
    margin-top: 20px;
    margin-botom: 20px;
  }
  .martial-status {
    margin-left: 150px;
    margin-top: 20px;
  }
  .heading-texts-emergency {
    margin-left: 150px;
  }
  .client-medical-history {
    margin-left: 150px;
  }
  .client-lives {
    margin-left: 150px;
  }
  .upload {
    margin-left: 150px;
    /* margin-top: 30px; */
  }
  .button-submit {
    margin-left: 150px;
  }
}

.upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 50px; */
}

.file-uploader {
  position: relative;
}

.file-dropzone {
  border: 2px dotted #ccc;
  margin-bottom: 20px;
  text-align: center;
}

.drop-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: rgb(58 59 64) !important;
}

.progress-bar {
  width: 300px;
  height: 10px;
  background-color: #f1f1f1;
  margin-top: 20px;
  border-radius: 5px;
}

.progress {
  width: 0;
  height: 100%;
  background-color: #4caf50;
  border-radius: 5px;
  transition: width 0.5s ease-in-out;
}

.progress.complete {
  background-color: #008000;
}

.progress.error {
  background-color: #ff0000;
}
