input,
textarea,
label {
  background-color: transparent;
  color: #000;
}
input:focus,
input:focus-visible,
input:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within {
  all: unset;
  color: #000;
}
form {
  padding: 30px 0 0 0;
  box-sizing: border-box;
}
form .form-row {
  display: flex;
  margin: 32px 0;
}
form .form-row .input-data {
  width: 100%;
  height: 40px;
  margin-right: 20px;
  position: relative;
}
form .form-row .textarea {
  height: 70px;
}
.input-data input:focus,
.input-data input:valid,
.input-data textarea:focus,
.input-data textarea:valid {
  border-bottom: none;
}
.input-data input,
.textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}
.input-data input:focus ~ label,
.textarea textarea:focus ~ label,
.input-data input:valid ~ label,
.textarea textarea:valid ~ label,
.input-data input[readonly] ~ label {
  transform: translateY(-20px);
  font-size: 14px;
}
.textarea textarea {
  resize: none;
  padding-top: 10px;
}
.input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.textarea label {
  width: 100%;
  bottom: 40px;
}
.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #000;
}
.input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #00c2cb;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before,
.input-data input[readonly] ~ .underline:before {
  transform: scale(1);
}
input[type="date"] {
  color: transparent;
}
input[type="date"]:focus,
input[type="date"]:valid {
  color: #000;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
@media (max-width: 768px) {
  .modal-overlay .modal {
    width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1.5rem;
    border-radius: 8px;
  }
  form .form-row {
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
  }
  form .form-row .input-data {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
  .input-data input,
  .textarea textarea {
    font-size: 16px;
    height: auto;
    padding: 10px 5px;
  }
  .input-data label {
    font-size: 14px;
  }
  .checkbox-container {
    font-size: 14px;
    line-height: 1.4;
  }
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto;
}
.modal-overlay.show {
  display: flex;
}
.modal-overlay .modal {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.modal-overlay .modal h2 {
  margin-top: 0;
}
.modal-overlay .modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
.checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.checkbox-container a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}
.checkbox-container a:hover {
  text-decoration: underline;
  text-decoration-color: #00c2cb;
}
.checkbox-wrapper-31:hover .check {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-31 {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.checkbox-wrapper-31 .background {
  fill: #ccc;
  transition: ease all 0.6s;
}
.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
}
.checkbox-wrapper-31 .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
}
.checkbox-wrapper-31 input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  appearance: none;
}
.checkbox-wrapper-31 input[type=checkbox]:hover {
  cursor: pointer;
}
.checkbox-wrapper-31 input[type=checkbox]:checked + svg .background {
  fill: #6cbe45;
}
.checkbox-wrapper-31 input[type=checkbox]:checked + svg .stroke {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-31 input[type=checkbox]:checked + svg .check {
  stroke-dashoffset: 0;
}
.button-submit {
  position: relative;
  padding: 15px 45px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 15px;
  background: #00c2cb;
  color: white;
  cursor: pointer;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #000 !important;
  /* Keeps text color same as normal input */
  transition: background-color 5000s ease-in-out 0s;
  /* Prevents autofill styling */
}
/*# sourceMappingURL=form.css.map */