
  .textarea_width {
    width: 100%;
  }

  .formUI {
    width: 100%;
    min-width: 400px;
    margin: 0 auto;
    border-radius: 0;
    background-color: #FEFEFE;

  }

  .milesStartupform001 {
    display: block;
    }
  input[type="text"] {
    color: #999999
  }

  #hkstp_psdescription1::placeholder,
  #hkstp_questionstomentor1::placeholder,
  #hkstp_psdescription2::placeholder,
  #hkstp_questionstomentor2::placeholder,
  #hkstp_psdescription3::placeholder,
  #hkstp_companyname::placeholder,
  #hkstp_businesstitle::placeholder,
  #emailaddress1::placeholder,
  #hkstp_mobilenumber::placeholder,
  #hkstp_questionstomentor3::placeholder,
  #hkstp_paststartupexperience::placeholder {
    opacity: 0.4;
  }

  .formUI label {
    display: block;
    font-weight: bold;
    color: #1f1f1f;
    background-color: #ccc;
    padding: 8px 40px;
  }

  .radiolabel,
  #hkstp_consent_ai_l,
  #hkstp_consent_dirmkt_l,
  #hkstp_consent_peoplehub_l,
  #radiolabel_1,
  #radiolabel_2,
  #radiolabel_3,
  #radiolabel_4,
  #radiolabel_5,
  #radiolabel_6,
  #radiolabel_7,
  #radiolabel_8 {
    display: flex;
    background-color: white;
  }

  .formUI input[type="text"],
  .formUI input[type="email"],
  .formUI input[type="datetime-local"],
  .formUI input[type="number"] {
    width: 100%;
    padding: 20px 40px;
    border-width: 0px;
    border: none;
    box-sizing: border-box;
    /* margin-bottom: 10px; */
    background-color: #FEFEFE;
    color: #042B3C;
  }

  .formUI input[type="text"],
  .formUI input[type="number"] {
    color: #999999
  }

  .formUI textarea {
    width: 100%;
    height: 150px;
    padding: 20px 40px;
    box-sizing: border-box;
    border: none;
    /* border: 1px solid #042B3C; */
    /* border-radius: 4px; */
    resize: none;
    margin-bottom: 0;
    color: #999999
  }

  .formUI input[type="radio"] {
    display: flex;
    /* width: 40%; */
    padding: 20px 40px;
  }

  .formUI select {
    width: 100%;
    padding: 20px 40px;
    border: none;
    color: #999999
  }

  input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
  }

  input[type=file]::file-selector-button:hover {
    background: #0d45a5;
  }

  .radio_checkbox_align {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
  }

  .radiolabel a {
    color: #035CE1;
    font-weight: bold;
  }

  .radiolabel .popmsg {
    color: #035CE1;
    cursor: pointer;
    text-decoration: underline;

  }

  .bottommargin {
    margin-bottom: 0;
  }

  input:disabled,
  textarea:disabled,
  input[type="text"]:disabled,
  select:disabled {
    background-color: #ededed;


  }

  .submitbtn {
    background-color: #035ce1;
    color: #fff;
    border-radius: 9999px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    min-height: 46px;
    padding: 2px 1.5rem 2px 1.5rem;
    border: none;
    font-weight: bold;
  }

  /* Modal styles */
  .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }

  .modal-content {
    display: block;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    text-align: center;
  }

  .close {
    color: #aaa;
    display: flex;
    flex-direction: row-reverse;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* terms overlay */
  #terms_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 20px;
    overflow: hidden;
  }

  #terms_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  #terms {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 10px;
  }

  .terms p {
    font-size: 16px;
  }

  #agreeButton {
    background-color: #035ce1;
    color: #fff;
    border-radius: 9999px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    min-height: 46px;
    padding: 2px 1.5rem 2px 1.5rem;
    border: none;
    font-weight: bold;
    opacity: 0.5;
    pointer-events: none;
  }

  #agreeButton.enabled {
    opacity: 1;
    pointer-events: auto;
  }

  .leftpad {
    margin: 0 1.8em;
  }

  a {
    color: #035CE1;
    font-weight: bold;
  }

  .lineup {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.6em;
  }

  .form-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 9999;
  }