.details-collapsible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  margin-bottom: 20px;
  margin-top: 50px;
  font-family: "montserrat-semibold";
  position: relative;
  padding-right: 30px;
}

.typed-date-field {
  font-size: 14px;
  font-family: 'Monaco', monospace;
  font-weight: 400;
  cursor: text; /* Ensures the cursor is the 'text' type */
}

.typed-only-date-field {
  font-size: 12px;
  top: 4px !important;
  left: 12px !important;
  height: 18px !important;
  color: #005aa2;
}
.healthy-postal:hover::placeholder {
  visibility: hidden; /* Reset all properties to their initial values */
}

.hover-date:hover::placeholder {
  visibility: hidden; /* Reset all properties to their initial values */
}

.hover-phone:hover::placeholder {
  visibility: hidden; /* Reset all properties to their initial values */
}

.phone-field-custom{
  font-size: 14px;
  font-family: 'Monaco', monospace;
  font-weight: 400;
  cursor: text; /* Ensures the cursor is the 'text' type */
}

.phone-num,
.phone-numb {
  width: 100% !important;
}

.datepicker-custom {
  cursor: pointer;
}

.datepicker-custom[readonly] {
  cursor: pointer !important;
}

.datepicker-custom::placeholder {
  text-transform: uppercase;
}

.ios-clear-button{
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 25%;
  border: 2px solid #0678be;
  color: #0678be;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  margin-top: -56px;
  margin-right: 5px;
  float: right;
}
.ios-clear-button:hover{
  background: #0678be;
color:#fff
}

.telephone-label {
  font-size: 12px;
  top: 4px !important;
  height: 18px !important;
  color: #005aa2;
}

.error-info-adjust .info {
  margin-right: 32px;
}

@media only screen and (max-width: 768px) {
  .mobile-field-fix {
    padding-top: 35px;
    min-height: 75px !important;
  }

  .label-cut-fix {
    -webkit-line-clamp: 2 !important;
  }
}

.conditions-checkbox {
font-size: 16px !important;
}

.ih-webform details > summary {
pointer-events: none;
}