.gfield_required {
  display: none !important;
}

.nn-gf label, .nn-gf legend {
  font-weight: 400 !important;
  color: #000000 !important;
}

.nn-gf input, .nn-gf select {
  border-radius: 500px !important;
  border: 1px solid #316782;
  background: rgba(49, 103, 130, 0.10);
  padding: 0 10px !important;
}

.nn-gf textarea {
  background: rgba(49, 103, 130, 0.10);
  border: 1px solid #316782;
  border-radius: 20px;
}

.nn-gf select {
  border-radius: 20px;
  background: rgba(49, 103, 130, 0.10);
}

.ginput_container_fileupload input {
  border: none !important;
  background: none !important;
  border-radius: 0px !important;
  font-size: 15px !important;
}

.nn-gf .gform_button {
  background: #316782;
  color: #ffffff;
  font-size: var(--text-s);
  font-family: "Poppins";
  font-weight: 700;
  padding: var(--at-space--xs) !important;
}

.nn-gf .gform_wrapper input::placeholder,
.nn-gf .gform_wrapper textarea::placeholder,
.nn-gf .gf_placeholder {
  color: #316782 !important;
  opacity: 0.8 !important;
}

.nn-gf .gfield-choice-input[type="checkbox"] {
  accent-color: #316782;
}

#input_1_1 {
  pointer-events: none;
}

.gform_wrapper textarea {
    resize: vertical;
}