:root {
  --fluentform-primary: #1a7efb;
  --fluentform-secondary: #606266;
  --fluentform-danger: #f56c6c;
  --fluentform-border-color: #dadbdd;
  --fluentform-border-radius: 7px;
}
.ff-default .ff_btn_style {
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 20px;
  position: relative;
  text-align: center;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.ff-default .ff_btn_style:focus,
.ff-default .ff_btn_style:hover {
  opacity: 0.8;
  outline: 0;
  text-decoration: none;
}
.ff-default .ff-btn-primary:not(.ff_btn_no_style) {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus,
.ff-default .ff-btn-primary:not(.ff_btn_no_style):hover {
  background-color: #0069d9;
  border-color: #0062cc;
  color: #fff;
}
.ff-default .ff-btn-secondary:not(.ff_btn_no_style) {
  background-color: #606266;
  border-color: #606266;
  color: #fff;
}
.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus,
.ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover {
  background-color: #727b84;
  border-color: #6c757d;
  color: #fff;
}
.ff-default .ff-btn-lg {
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.5;
  padding: 8px 16px;
}
.ff-default .ff-btn-sm {
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.5;
  padding: 4px 8px;
}
.ff-default .ff-el-form-control {
  background-clip: padding-box;
  background-image: none;
  border: 1px solid var(--fluentform-border-color);
  border-radius: var(--fluentform-border-radius);
  color: var(--fluentform-secondary);
  font-family:
    -apple-system,
    "system-ui",
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  line-height: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 11px 15px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.ff-default .ff-el-form-control:focus {
  background-color: #fff;
  border-color: var(--fluentform-primary);
  color: var(--fluentform-secondary);
  outline: none;
}
.ff-default .ff-el-form-check label.ff-el-form-check-label {
  cursor: pointer;
  margin-bottom: 7px;
}
.ff-default .ff-el-form-check label.ff-el-form-check-label > span:after,
.ff-default .ff-el-form-check label.ff-el-form-check-label > span:before {
  content: none;
}
.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label {
  margin-bottom: 0;
}
.ff-default textarea {
  min-height: 90px;
}
select.ff-el-form-control:not([size]):not([multiple]) {
  height: 42px;
}
.elementor-editor-active
  .ff-form-loading
  .ff-step-container
  .fluentform-step:first-child {
  height: auto;
}
.ff-upload-preview.ff_uploading {
  opacity: 0.8;
}
@keyframes ff_move {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 50px 50px;
  }
}
.ff_uploading .ff-el-progress .ff-el-progress-bar {
  animation: ff_move 2s linear infinite;
  background-image: linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.2) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.2) 0,
    hsla(0, 0%, 100%, 0.2) 75%,
    transparent 0,
    transparent
  );
  background-size: 50px 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-top-right-radius: 8px;
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ff_payment_summary {
  overflow-x: scroll;
}
.pac-container {
  z-index: 99999 !important;
}
.ff-default {
  font-family: inherit;
}
.ff-default .ff-el-input--label label {
  display: inline-block;
  font-weight: 500;
  line-height: inherit;
  margin-bottom: 0;
}
