/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2026 | 09:03:52 */
/* Career Form Styles  */
.vv-cf7-form p {
  margin: 0 0 20px;
}

.vv-cf7-form label {
  display: block;
  margin-bottom: 8px;
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 600;
}

.vv-cf7-form label span {
  color: #d71920;
}

.vv-cf7-form input:not([type="submit"]),
.vv-cf7-form textarea {
  width: 100%;
  min-height: 38px;
  border: 1px solid #d7dce2;
  background: #fff;
  font-size: 15px;
}

.vv-cf7-form textarea {
/*   min-height: 120px; */
  resize: vertical;
}

.vv-cf7-form input:focus,
.vv-cf7-form textarea:focus {
  border-color: #1675bc;
  outline: none;
}

.vv-cf7-form input[type="file"] {
  padding: 10px;
  cursor: pointer;
}

.vv-cf7-form small {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
  font-style: italic;
}

.vv-cf7-form input[type="submit"] {
  padding: 14px 28px;
  border: 0;
  border-radius: 4px;
  background: #1675bc;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.vv-cf7-form input[type="submit"]:hover {
  background: #0f5f9b;
}


.vv-cf7-form .wpcf7-submit {
  display: inline-block;
  min-width: 150px;
}

.vv-cf7-form .text-center {
  text-align: center;
}


.vv-cf7-form .wpcf7-submit {
  min-width: 220px;
}

@media (max-width: 767px) {
  .vv-cf7-form .wpcf7-submit {
    width: 100%;
  }
}

.vv-cf7-form .vv-submit-field {
  display: block;
  clear: both;
  margin-top: 16px;
}

.vv-cf7-form .vv-submit-field .wpcf7-submit {
  display: inline-block;
}