.style-new.minilab-form .wrap-form {
  padding: 1rem;
  background: url(./images/bg-f.png) no-repeat center center / cover;
  border: 2px solid #d77551;
  border-radius: 24px;
  position: relative;
  margin-bottom: 1rem;
}

.w-100 {
  display: block;
  width: 100%;
}

.style-new .form-wrapper .form-label {
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  margin-top: 12px;
  position: relative;
  color: #d14219;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

legend {
  border: none !important;
}

.style-new.minilab-form .form-wrapper .form-control {
  background: url(./images/bg-input.png) no-repeat center center / 100%;
  border: none;
  padding: 12px 16px;
  color: #fff;
  height: 42px;
  /* Fix Safari zoom on focus */
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

.style-new.minilab-form .form-wrapper .form-control::placeholder {
  color: #fff;
}

.btn-wrap {
  text-align: center;
}
.style-new .form-wrapper .has-ico1 .form-label:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-color: #000;
  margin-right: 10px;
  background: url('./images/icon_d1.png') no-repeat center center;
  background-size: 100%;
}

.style-new .form-wrapper .has-ico2 .form-label:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-color: #000;
  margin-right: 10px;
  background: url(./images/icon_d2.png) no-repeat center center;
  background-size: 100%;
}

.style-new .form-wrapper .has-ico3 .form-label:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-color: #000;
  margin-right: 10px;
  background: url(./images/icon_d3.png) no-repeat center center;
  background-size: 100%;
}

.style-new.minilab-form .form-wrapper .select-datetime {
  margin: 0 auto;
  justify-content: center;
  gap: .5rem;
    width: 90%;

    option {
    color: #000
  }
}

.form-wrapper .select-datetime {
  display: flex;
  justify-content: space-between;
}

.style-new.minilab-form .form-wrapper .select-datetime select {
  padding: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #dd3500;
  background: radial-gradient(circle, #ff6a00 0%, #e44800 50%, #ba2e00 85%, #9c1d00 100%);
  color: #fff;
  /* Fix Safari zoom on focus */
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
  /* iOS specific fixes for text centering */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align-last: center;
    /* Ensure text is centered on iOS */
    -webkit-text-align: center;
    /* Fix for iOS Safari */
    -webkit-justify-content: center;
    justify-content: center;
    /* Additional iOS centering */
    -webkit-align-items: center;
    align-items: center;
}

.style-new.minilab-form .form-wrapper .select-datetime .item {
flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.style-new.minilab-form .form-wrapper .select-datetime .item select {
  aspect-ratio: 1 / 1;
  width: 70%;
}

.style-new .title-form {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 1rem auto 1.5rem auto;
}

.title-form {
  text-align: center;
  font-family: var(--f-roboto);
  text-transform: uppercase;
  font-weight: 700;
  margin: 3vw 0;
  line-height: 1.4;
  font-size: 5vw;
  color: var(--primary);
}

.style-new .form-wrapper .has-ico4 .form-label:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-color: #000;
  margin-right: 10px;
  background: url(./images/icon_d4.png) no-repeat center center;
  background-size: 90%;
}

.arr-down {
  width: 1.5rem;
  height: 1rem;
  margin-left: 4px;
}
.style-new.minilab-form .form-wrapper .style-select-3 {
  background: url(./images/a-down.png) no-repeat calc(100% - 1rem) center / 1rem,
    url(./images/bg-input.png) no-repeat center center / 100%;
  border: none;
  padding: 12px 16px;
  color: #fff;
  border-radius: 0;
  width: 100%;
  height: 42px;
  /* Fix Safari zoom on focus */
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    /* iOS specific fixes for text centering */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    text-align-last: center;
    /* Ensure text is centered on iOS */
    -webkit-text-align: center;

  option {
    color: #000;
      text-align: center;
  }
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.style-new.minilab-form .form-check-input:checked {
  background-color: #d14219 !important;
}

.form-check-input:checked[type='checkbox'] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

input[type='checkbox']:focus,
input[type='file']:focus,
input[type='radio']:focus {
  outline: unset !important;
}

.form-check {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 8px;
}

.link-policy {
  color: #d14219;
  text-decoration: underline;
}

.btn-wrap .btn-content {
  width: 80%;
  margin: 0 auto;
}
/* iOS specific fixes for select boxes text centering */
@supports (-webkit-touch-callout: none) {
  .style-new.minilab-form .form-wrapper .form-control {
      font-size: 16px !important;
      -webkit-text-size-adjust: 100% !important;
    }
  .style-new.minilab-form .form-wrapper .select-datetime select {
    text-align: center !important;
    -webkit-text-align: center !important;
    text-align-last: center !important;
    font-size: 16px !important;
      -webkit-text-size-adjust: 100% !important;
  }

  .style-new.minilab-form .form-wrapper .style-select-3 {
    text-align: center !important;
    -webkit-text-align: center !important;
    text-align-last: center !important;
    font-size: 16px !important;
      -webkit-text-size-adjust: 100% !important;
  }

  .style-new.minilab-form .form-wrapper .style-select-3 option {
    text-align: center !important;
  }
}

/* Additional iOS Safari fixes for select boxes */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .style-new.minilab-form .form-wrapper .form-control {
      font-size: 16px !important;
      -webkit-text-size-adjust: 100% !important;
    }

  .style-new.minilab-form .form-wrapper .select-datetime select,
  .style-new.minilab-form .form-wrapper .style-select-3 {
    text-align: center !important;
    -webkit-text-align: center !important;
    font-size: 16px !important;
      -webkit-text-size-adjust: 100% !important;
  }
}