.ewfcf7-form-group {
  width: 100%;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.ewfcf7-form-group label,
.ewfcf7-form-group span.wpcf7-list-item-label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.ewfcf7-form-group > p {
  margin: 0 !important;
}

.ewfcf7-form-group > label,
.ewfcf7-form-group > p > label {
  display: inline-block;
}

.ewfcf7-form-group > label span.require_mark,
.ewfcf7-form-group > p > label span.require_mark {
  color: #C50000;
}

.ewfcf7-form-group > span.wpcf7-form-control-wrap,
.ewfcf7-form-group > p > span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.ewfcf7-form-group > span.wpcf7-form-control-wrap input[type="text"],
.ewfcf7-form-group > span.wpcf7-form-control-wrap input[type="email"],
.ewfcf7-form-group > span.wpcf7-form-control-wrap input[type="number"],
.ewfcf7-form-group > span.wpcf7-form-control-wrap input[type="tel"],
.ewfcf7-form-group > span.wpcf7-form-control-wrap input[type="url"],
.ewfcf7-form-group > span.wpcf7-form-control-wrap select,
.ewfcf7-form-group > span.wpcf7-form-control-wrap textarea,
.ewfcf7-form-group > p > span.wpcf7-form-control-wrap input[type="text"],
.ewfcf7-form-group > p > span.wpcf7-form-control-wrap input[type="email"],
.ewfcf7-form-group > p > span.wpcf7-form-control-wrap input[type="number"],
.ewfcf7-form-group > p > span.wpcf7-form-control-wrap input[type="tel"],
.ewfcf7-form-group > p > span.wpcf7-form-control-wrap input[type="url"],
.ewfcf7-form-group > p > span.wpcf7-form-control-wrap select,
.ewfcf7-form-group > p > span.wpcf7-form-control-wrap textarea {
  width: 100%;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-appearance: none;
  font-size: 1em;
}

.ewfcf7-form-group > span.wpcf7-form-control-wrap select:not([multiple="multiple"]),
.ewfcf7-form-group > p > span.wpcf7-form-control-wrap select:not([multiple="multiple"]) {
  padding: 8px;
  padding-right: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"/><path fill="none" d="M0,0h24v24H0V0z"/></svg>');
  background-position: center right;
  background-repeat: no-repeat;
}

input[type="submit"], .ewfcf7-button {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: none;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

input[type="submit"], .ewfcf7-next-button {
  background-color: #29B77C;
}

.ewfcf7-previous-button {
  background-color: #E4E4E4;
}

.ewfcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.ewfcf7-temp-failed {
  border-color: #dc3232;
}

.ewfcf7-temp-spam {
  border-color: #f56e28;
}

.ewfcf7-temp-invalid {
  border-color: #ffb900;
}

.ewfcf7-temp-sent {
  border-color: #46b450;
}

.ewfcf7__indicators {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: var(--ewfcf7-form-indicators-padding, 15px);
}

.ewfcf7__indicators .ewfcf7__indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 var(--ewfcf7-form-indicator-spacing, 15px);
}

.ewfcf7__indicators .ewfcf7__indicator.ewfcf7__step_inactive .ewfcf7__indicator_content {
  color: var(--ewfcf7-form-indicator-text-inactive, #bcbcbc);
}

.ewfcf7__indicators .ewfcf7__indicator.ewfcf7__step_current .ewfcf7__indicator_content {
  color: var(--ewfcf7-form-indicator-text-current, #dc3232);
}

.ewfcf7__indicators .ewfcf7__indicator.ewfcf7__step_completed .ewfcf7__indicator_content {
  color: var(--ewfcf7-form-indicator-text-completed, #46b450);
}

.ewfcf7__indicators .ewfcf7__indicator .ewfcf7__indicator_content {
  font-size: 24px;
  font-weight: 700;
}

.ewfcf7__indicators .ewfcf7__indicator:first-child {
  margin-left: 0;
}

.ewfcf7__indicators .ewfcf7__indicator:last-child {
  margin-right: 0;
}

.ewfcf7__indicators .ewfcf7__indicator_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: var(--ewfcf7-form-indicator-size, 44px);
  height: var(--ewfcf7-form-indicator-size, 44px);
}

.ewfcf7__indicators .ewfcf7__indicator_content,
.ewfcf7__indicators .ewfcf7__indicator_label {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.ewfcf7__indicators .ewfcf7__separator {
  width: 100%;
  height: 2px;
  background-color: #bbc4cc;
}

/* Steps Containers */
.ewfcf7-step-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/*AJAXA Loader*/
.ajax-loader {
  position: absolute !important;
  bottom: -20px;
}

/*Steps*/
.elementor-form-fields-wrapper {
  position: relative;
}

.elementor-form-fields-wrapper .elementor-field-group {
  align-items: flex-start;
}

.ewfcf7-group-hide {
  display: none;
}

.ewfcf7-buttons-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.ewfcf7-buttons-area > p {
  margin: 0 !important;
}

.ewfcf7-buttons-area .wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
}

/*Progress Bar*/
.ewfcf7__progress_area {
  --ewfcf7-progressbar-wrapper-bg: #E4E4E4;
  --ewfcf7-progressbar-bg: #29B77B;
  display: flex;
  flex-direction: column;
}

.ewfcf7__progress_area > p {
  margin: 0 !important;
}

.ewfcf7__progress_area .ewfcf7__progress_percentage.pp-align-left {
  text-align: left;
}

.ewfcf7__progress_area .ewfcf7__progress_percentage.pp-align-center {
  text-align: center;
}

.ewfcf7__progress_area .ewfcf7__progress_percentage.pp-align-right {
  text-align: right;
}

.ewfcf7__progress_area .ewfcf7__progress_percentage .ewfcf7__progress_percent {
  margin: 0;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.ewfcf7__progress_area .ewfcf7__progressbar_area {
  width: 100%;
  height: 5px;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  background-color: var(--ewfcf7-progressbar-wrapper-bg);
}

.ewfcf7__progress_area .ewfcf7__progressbar_area .ewfcf7_progressbar {
  width: 0%;
  height: 100%;
  background-color: var(--ewfcf7-progressbar-bg);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: linear;
}

.ewfcf7__progress_area .ewfcf7__progressbar_area .ewfcf7_progressbar-animated {
  animation: ewfcf7-progress-bar-stripes 1s linear infinite;
}

.ewfcf7__progress_area .ewfcf7__progressbar_area .ewfcf7_progressbar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

@keyframes ewfcf7-progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/*Overwriting*/
span.wpcf7-list-item {
  margin: 0;
}

/*Transitions*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.animate__fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.animate__fadeOutDown {
  animation-name: fadeOutDown;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
/*# sourceMappingURL=ewfcf7.css.map */