[data-id='art-modal-form'] {
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100vw;
  color: var(--text);
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.art-modal-form-close {
  display: flex;
  justify-content: flex-end;
}
.art-modal-form-close-btn {
  cursor: pointer;
}
.art-modal-form-close-btn i {
  font-size: 38px;
  color: var(--text);
}

/* Form One Styles */
.art-form-one {
 background: #f1f1f1;
 padding: 40px;
 position: relative;
 max-width: 600px;
}
.art-form-one .art-modal-form-close {
 position: absolute;
 top: 0;
 right: 0;
 background: var(--secondary);
 height: 40px;
 width: 40px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.art-form-one .art-modal-form-close-btn {
 display: flex;
}
.art-form-one .art-modal-form-close-btn i {
 color: white;
 font-size: 24px;
}
.art-form-one .gform_title {
 margin-top: 20px;
 margin-bottom: 20px;
 color: var(--secondary);
 font-size: 32px;
 font-weight: 300;
 text-transform: uppercase;
 letter-spacing: 0;
 text-align: center;
}
.art-form-one .gform_required_legend {
 display: none;
}
.art-form-one .gfield_label {
 display: none;
}
.art-form-one legend.gfield_label {
 display: block;
 margin-bottom: 4px;
 font-size: 15px;
 border: 0;
}
.art-form-one input,
.art-form-one select,
.art-form-one textarea {
 background-color: white;
 width: 100%;
 min-height: 40px;
 margin-bottom: 16px;
 padding: 5px 4px;
 line-height: 2;
 border: 1px solid #ccc;
 outline-color: var(--secondary);
}
.art-form-one input.gfield-choice-input {
 width: unset;
 margin: 0 8px 0 0;
}
.art-form-one .gchoice label {
 margin: 0;
 font-size: 12px;
 font-weight: 500;
}
.art-form-one .gfield_checkbox .gchoice label {
 font-size: 14px;
}
.art-form-one .gchoice {
 display: flex;
 align-items: center;
 margin-bottom: 16px;
 margin-right: 40px;
}
.art-form-one .gfield_radio,
.art-form-one .gfield_checkbox {
 display: flex;
 flex-wrap: wrap;
}
.art-form-one .gfield_radio {
 justify-content: space-evenly;
}
.art-form-one textarea {
 height: 100px;
 padding: 8px;
 line-height: 1.4;
}
.art-form-one select {
  color: #505050;
}
.art-form-one input[type="submit"] {
 background: var(--secondary);
 font-size: 17px;
 padding: 12px 60px;
 line-height: 24px;
 text-transform: uppercase;
 color: var(--white);
 border: none;
 -webkit-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: linear;
 transition-timing-function: linear;
}
.art-form-one input[type="submit"]:hover,
.art-form-one input[type="submit"]:focus,
.art-form-one .art-modal-form-close:hover,
.art-form-one .art-modal-form-close:focus {
 background: var(--secondary-dark);
 color: white;
}
.art-form-one input[placeholder='Name' i],
.art-form-one input[placeholder='First Name' i],
.art-form-one input[placeholder='Last Name' i],
.art-form-one input[placeholder='Full Name' i],
.art-form-one input[placeholder='Title' i] {
  background: url(/wp-content/themes/art-division2/assets/icons/user-solid.svg) no-repeat scroll 0 1px white;
  display: block;
  padding-left: 48px;
  background-size: 16px;
  background-position: 16px;
}
.art-form-one input[placeholder='Email' i],
.art-form-one input[placeholder='Email Address' i] {
  background: url(/wp-content/themes/art-division2/assets/icons/envelope-solid.svg) no-repeat scroll 0 1px white;
 display: block;
 padding-left: 48px;
 background-size: 16px;
 background-position: 16px;
}
.art-form-one input[placeholder='Phone' i],
.art-form-one input[placeholder='Phone Number' i],
.art-form-one input[placeholder='Phone/Mobile Number' i],
.art-form-one input[placeholder='Best Contact Number' i],
.art-form-one input[placeholder='Contact Number' i] {
  background: url(/wp-content/themes/art-division2/assets/icons/phone-solid.svg) no-repeat scroll 0 1px white;
  display: block;
  padding-left: 48px;
  background-size: 16px;
  background-position: 16px;
}
.art-form-one input[placeholder='Property Address' i] {
 background: url(/wp-content/themes/art-division2/assets/icons/home-solid.svg) no-repeat scroll 0 1px white;
 display: block;
 padding-left: 48px;
 background-size: 20px;
 background-position: 16px;
}
.art-form-one input[placeholder='Property Postcode' i] {
 background: url(/wp-content/themes/art-division2/assets/icons/map-marker-alt-solid.svg) no-repeat scroll 0 1px white;
 display: block;
 padding-left: 48px;
 background-size: 16px;
 background-position: 16px;
}
.art-form-one input[placeholder='Name' i]:-webkit-autofill,
.art-form-one input[placeholder='First Name' i]:-webkit-autofill,
.art-form-one input[placeholder='Last Name' i]:-webkit-autofill,
.art-form-one input[placeholder='Full Name' i]:-webkit-autofill,
.art-form-one input[placeholder='Title' i]:-webkit-autofill,
.art-form-one input[placeholder='Property Postcode' i]:-webkit-autofill,
.art-form-one input[placeholder='Property Address' i]:-webkit-autofill,
.art-form-one input[placeholder='Email' i]:-webkit-autofill,
.art-form-one input[placeholder='Email Address' i]:-webkit-autofill,
.art-form-one input[placeholder='Phone' i]:-webkit-autofill,
.art-form-one input[placeholder='Phone Number' i]:-webkit-autofill,
.art-form-one input[placeholder='Phone Number/Mobile Number' i]:-webkit-autofill,
.art-form-one input[placeholder='Contact Number' i]:-webkit-autofill,
.art-form-one input[placeholder='Best Contact Number' i]:-webkit-autofill {
  padding-left: 12px;
}
.art-form-one input[placeholder='Name' i]:-webkit-autofill:not(:placeholder-shown),
.art-form-one input[placeholder='First Name' i]:-webkit-autofill:not(:placeholder-shown),
.art-form-one input[placeholder='Last Name' i]:-webkit-autofill:not(:placeholder-shown),
.art-form-one input[placeholder='Full Name' i]:-webkit-autofill:not(:placeholder-shown),
.art-form-one input[placeholder='Title' i]:-webkit-autofill:not(:placeholder-shown),
.art-form-one input[placeholder='Property Postcode' i]:not(:placeholder-shown),
.art-form-one input[placeholder='Property Address' i]:not(:placeholder-shown),
.art-form-one input[placeholder='Email' i]:not(:placeholder-shown),
.art-form-one input[placeholder='Email Address' i]:not(:placeholder-shown),
.art-form-one input[placeholder='Phone' i]:not(:placeholder-shown),
.art-form-one input[placeholder='Phone Number' i]:not(:placeholder-shown),
.art-form-one input[placeholder='Phone/Mobile Number' i]:not(:placeholder-shown),
.art-form-one input[placeholder='Contact Number' i]:not(:placeholder-shown),
.art-form-one input[placeholder='Best Contact Number' i]:not(:placeholder-shown) {
 padding-left: 12px;
 background: white;
}

/* Validation */
.art-form-one .gform_submission_error {
 display: none;
}
.art-form-one .gfield_validation_message {
 color: #d42020;
 position: relative;
 top: -13px;
}
.validation_message {
  color: red !important;
}
.gform_submission_error {
  color: red !important;
  font-weight: 500 !important;
}
@media (max-width: 649px) {
  .art-form-one {
      height: 100%;
      overflow: scroll;
      margin: 0 !important;
  }
}