[data-id="art-modal-form"] {
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100%;
  color: var(--text);
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}

.art-form-three {
  display: flex;
  flex-direction: row;
  background: white;
  position: relative;
  width: 100%;
  height: 100%;
}

.art-form-three-left,
.art-form-three-right {
  width: 50%;
}

.art-form-three-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.art-form-three-left img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.art-form-three .gform_wrapper {
  width: 100%;
  margin: 15px;
  max-width: 650px;
  position: relative;
}

.art-form-three .art-modal-form-close {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
}

.art-form-three .art-modal-form-close-btn {
  cursor: pointer;
  background: var(--secondary);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.art-form-three .art-modal-form-close-btn i {
  font-size: 24px;
  color: white;
}

.art-form-three .gform_title {
  color: var(--secondary);
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-align: center;
  letter-spacing: normal;
}

.art-form-three .gfield_label {
  display: none;
}

.art-form-three .ginput_container {
  margin-top: 8px;
}

.art-form-three input:focus-visible {
  outline: none !important;
}

.art-form-three
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%;
  margin-top: 12px;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #ccc;
}

.art-form-three
  input:focus:not(input[type="submit"]):not(input[type="checkbox"]),
.art-form-three textarea:focus {
  border-bottom: 1px solid var(--secondary) !important;
  box-sizing: border-box;
  outline: none;
}

.art-form-three textarea {
  height: 80px;
  width: 100%;
  padding: 10px 4px;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  resize: none;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #ccc;
}

.art-form-three input[type="submit"] {
  width: 100% !important;
  border-radius: var(--radius);
  background: var(--secondary);
  font-size: 17px !important;
  padding: 12px 60px;
  margin-top: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--white);
  border: none;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}

.art-form-three input[type="submit"]:hover,
.art-form-three input[type="submit"]:focus {
  background: var(--secondary-dark);
  color: white;
}

.art-form-three .gchoice {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.art-form-three label {
  font-weight: 500;
  margin-bottom: 0px;
  margin-left: 10px;
}

.art-form-three .gfield-choice-input {
  margin-top: 0px;
  padding: 0px;
}

.art-form-three .gfield_checkbox {
  margin: 20px 0px;
}

.art-form-three .gform_required_legend {
  display: none;
}

.art-form-three .gfield_visibility_hidden {
  content-visibility: hidden;
  visibility: hidden;
  height: 0;
}

.art-form-three .ginput_container_radio {
  margin: 12px 0px;
}

.art-form-three .gform_next_button,
.art-form-three .gform_page input[type="submit"] {
  margin-left: auto;
  margin-top: 32px;
  min-width: 175px;
  border-radius: var(--radius);
  border: none;
  padding: 16px 22px;
  color: var(--white);
  font-weight: 400;
  background-color: var(--secondary);
  font-size: 18px;
  letter-spacing: 1.75px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: unset !important;
}

.art-form-three .gform_previous_button {
  margin-top: 32px;
  min-width: 175px;
  border-radius: var(--radius);
  border: none;
  padding: 16px 22px;
  color: var(--white);
  font-weight: 400;
  background-color: var(--primary);
  font-size: 18px;
  letter-spacing: 1.75px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.art-form-three .gfield_radio {
  display: flex;
  justify-content: space-evenly;
}

.art-form-three .gform_page_footer {
  display: flex;
}

.art-form-three .gform_submission_error {
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  line-height: 2;
}

.art-form-three .gf_page_steps {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
}

.art-form-three .gf_step {
  border: 1px solid var(--secondary);
  height: 30px;
  width: 30px;
  border-radius: 100%;
  margin-right: 20px;
}

.art-form-three .gf_step::after {
  content: " ";
  display: block;
  height: 3px;
  background: var(--secondary);
  width: 21px;
  left: 100%;
  transform: translate(28px, 12px);
}

.art-form-three .gf_step_active {
  border: 1px solid var(--secondary);
  background: var(--secondary);
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

.art-form-three .gf_step_last::after {
  display: none;
}

.art-form-three .gf_step_number {
  display: none;
}

@media (max-width: 992px) {
  .art-form-three-left {
    display: none;
  }
  .art-form-three-right {
    width: 100%;
  }
}
.validation_message {
  color: red !important;
}
.gform_submission_error {
  color: red !important;
  font-weight: 500 !important;
}
.art-form-three .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
}
.art-form-three legend {
  border: none;
  margin-bottom: 0;
}
.art-form-three .gfield_checkbox {
  margin: 0;
  display: flex;
  gap: 20px;
}
/* .art-form-three .gform_wrapper {
  max-height: 90vh;
  overflow: hidden;
  overflow-y: scroll;
} */