.cam-theme .wpcf7-form {
  padding-right: 5rem;
}

.cam-theme .wpcf7-response-output {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: .875rem;
  border: none !important;
  padding: 1rem !important;
  font-weight: 600;
  color: rgba(0, 0, 0, .8);
  background-color: var(--e-global-color-562c9ca);
}

.cam-theme .invalid .wpcf7-response-output {
  background-color: #fc0;
}

.cam-theme .custom-form-group {
  width: 100%;
  display: flex;
  position: relative;
}

.cam-theme .custom-form-group label {
  display: none;
}

.cam-theme .custom-form-person-icon,
.cam-theme .custom-form-email-icon,
.cam-theme .custom-form-whatsapp-icon,
.cam-theme .custom-form-message-icon,
.cam-theme .custom-form-submit-icon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.cam-theme .custom-form-person-icon {
  left: 2.7rem;
}

.cam-theme .custom-form-email-icon {
  left: 2.5rem;
}

.cam-theme .custom-form-whatsapp-icon {
  left: 2.6rem;
}

.cam-theme .custom-form-message-icon {
  transform: translateY(0) !important;
  top: 1.25rem !important;
  left: 2.5rem;
}

.cam-theme .custom-form-submit-icon {
  right: 2.5rem;
}

.cam-theme .custom-form-group input {
  height: 4.0625rem;
}

.cam-theme .custom-form-group input,
.cam-theme .custom-form-group textarea {
  width: 100%;
  padding-left: 5rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 1rem;
  border: none;
  border-bottom: 2px solid var(--e-global-color-562c9ca);
  color: var(--e-global-color-accent);
}

.cam-theme .custom-form-group input::placeholder,
.cam-theme .custom-form-group textarea::placeholder {
  color: var(--e-global-color-562c9ca);
  text-transform: capitalize;
}

.cam-theme .custom-form-group input:focus,
.cam-theme .custom-form-group textarea:focus,
.cam-theme .custom-form-group input:hover,
.cam-theme .custom-form-group textarea:hover {
  border-bottom-color: var(--e-global-color-accent);
}

.cam-theme .custom-form-group input[type="submit"] {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  text-align: right;
  padding-right: 6rem;
  text-transform: uppercase;
  font-weight: 600;
}

.cam-theme .custom-form-group input[type="submit"]:hover~.custom-form-submit-icon {
  transform: translateX(.3rem) translateY(-50%);
}

.cam-theme .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
  background-color: var(--e-global-color-accent);
}

.cam-theme .custom-form-submit-icon {
  transition: all .1s ease-in-out;
  z-index: -1;
  height: 2.5rem;
  width: 2.5rem;
}

.cam-theme .custom-form-group textarea {
  resize: none;
  padding-top: 1.25rem;
  margin-bottom: 2.5rem;
}

@media(max-width: 1024px) {
  .cam-theme .wpcf7-form {
    padding-right: 0 !important;
  }
}

@media(max-width: 768px) {
  .cam-theme .elementor-inline-items li:first-child {
    margin-bottom: .7rem;
  }

  .cam-theme .custom-form-group input[type="submit"] {
    padding-right: 5.5rem;
  }
}