.webform-elements,
.webform-progress,
.webform-confirmation__message {
  position: relative;
  margin-bottom: 0.75rem;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}

.webform-progress {
  z-index: -1;
}

.webform-submission-form fieldset {
  margin-top: 0 !important;
}
.webform-submission-form .tabledrag-handle {
  position: relative !important;
}

.webform-elements .form-actions {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.webform-elements .form-actions .btn {
  min-width: 214px;
}
.webform-elements .form-actions .webform-button--next,
.webform-elements .form-actions .webform-button--submit {
  margin-left: auto;
}
.webform-elements .form-actions .btn-default {
  border-color: #fff;
}
.webform-elements .webform-flexbox {
  margin-top: 0;
}
.webform-elements .webform-flexbox fieldset.form-group {
  margin-bottom: 0;
}
.webform-elements .form-checkboxes .form-group:last-child {
  margin-bottom: 0;
}
.webform-elements .form-group.webform-element-description {
  margin-bottom: 0;
}

.iti--allow-dropdown input[type=tel].form-control {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/*# sourceMappingURL=social_webform.css.map */
