.fluentform .ff {
  /*
  |----------------------------------------------------------------------------
  | BUTTON
  |----------------------------------------------------------------------------
  */
}
.fluentform .ff_submitting {
  pointer-events: none;
}
.fluentform .ff_btn_style {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fluentform .ff_btn_style:focus, .fluentform .ff_btn_style:hover {
  outline: 0;
  text-decoration: none;
  opacity: 0.8;
}
.fluentform .ff-btn.disabled {
  opacity: 0.65;
}
.fluentform .ff-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.fluentform .ff-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.fluentform .ff-btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.fluentform .ff-btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.fluentform .ff-btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.fluentform .ff-btn-secondary:focus {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.fluentform .ff-btn-lg {
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 6px;
}
.fluentform .ff-btn-sm {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.fluentform .ff-btn-block {
  display: block;
  width: 100%;
}
.fluentform .ff-btn-block + .ff-el-btn-block {
  margin-top: 8px;
}
.fluentform .ff-btn.ff-working {
  position: relative;
  transition: all 0.3s ease;
}
.fluentform .ff-btn.ff-working:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: ff-progress-anim 4s infinite 0s;
          animation: ff-progress-anim 4s infinite 0s;
}
.fluentform .ff-text-left {
  text-align: left;
}
.fluentform .ff-text-center {
  text-align: center;
}
.fluentform .ff-text-right {
  text-align: right;
}
.fluentform .ff-float-right {
  float: right;
}
.fluentform .ff-inline-block {
  display: inline-block;
}
.fluentform .ff-inline-block + .ff-inline-block {
  margin-left: 10px;
}
.fluentform .ff-el {
  /*
  |----------------------------------------------------------------------------
  | FORM ELEMENTS
  |----------------------------------------------------------------------------
  */
}
.fluentform .ff-el-form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 0;
  max-width: 100%;
}
.fluentform .ff-el-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}
.fluentform .ff-el-form-control:focus ~ .ff-el-help-message {
  display: block !important;
}
.fluentform .ff-el-form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}
.fluentform .ff-el-form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.fluentform .ff-el-form-control:disabled, .fluentform .ff-el-form-control[readonly]:not(.flatpickr-input) {
  background-color: #e9ecef;
  opacity: 1;
}
.fluentform .ff-el-form-check label.ff-el-form-check-label {
  margin-bottom: 7px;
  cursor: pointer;
}
.fluentform .ff-el-form-check label.ff-el-form-check-label > span:before, .fluentform .ff-el-form-check label.ff-el-form-check-label > span:after {
  content: none;
}
.fluentform .ff-el-form-check:last-child label.ff-el-form-check-label {
  margin-bottom: 0;
}
.fluentform .mce-tinymce.mce-container.mce-panel {
  border: 1px solid #ced4da;
}

/*
|----------------------------------------------------------------------------
| INPUT ELEMENT
|----------------------------------------------------------------------------
*/
select.ff-el-form-control:not([size]):not([multiple]) {
  height: 38px;
}

.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child {
  height: auto;
}

.ff-upload-preview.ff_uploading {
  opacity: 0.8;
}

@-webkit-keyframes ff_move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

@keyframes ff_move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.ff_uploading .ff-el-progress .ff-el-progress-bar {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  -webkit-animation: ff_move 2s linear infinite;
          animation: ff_move 2s linear infinite;
}

.ff-el-section-break .ff-el-section-title {
  margin-bottom: 5px;
}
.ff-el-section-break hr {
  margin-bottom: 10px;
}

table.ff_repeater_table {
  border: 0;
  padding: 0;
  margin: 0 0px 5px;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: auto !important;
  vertical-align: middle;
  width: 100%;
  background: transparent !important;
}
table.ff_repeater_table th {
  font-size: 90%;
  padding: 0;
  text-align: left;
}
table.ff_repeater_table tr, table.ff_repeater_table th {
  border: 0;
  padding-top: 5px;
  background: transparent !important;
}
table.ff_repeater_table td {
  padding: 0px 15px 15px 0;
  border: 0;
  text-align: left;
  background: transparent !important;
  max-width: 100%;
  width: 282px;
}
table.ff_repeater_table tbody tr:only-child td .repeat-minus {
  visibility: hidden;
}
table.ff_repeater_table .ff-el-group {
  margin: 0;
  padding: 0;
}
table.ff_repeater_table .repeat_btn {
  vertical-align: middle;
  padding-right: 0;
  width: 30px;
}
table.ff_repeater_table .repeat_btn span.ff-icon {
  cursor: pointer;
  margin-right: 10px;
}
table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle {
  margin-right: 0;
}
table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus {
  visibility: hidden;
}

@media (max-width: 768px) {
  table.ff_flexible_table {
    border: 0;
  }
  table.ff_flexible_table.ff-checkable-grids {
    border: 0;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr {
    padding-top: 0 !important;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header {
    text-align: center;
    background-color: #eeeeee !important;
    margin: 0;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr td {
    text-align: left !important;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr td::before {
    content: none !important;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr td::after {
    padding-left: 10px;
    content: attr(data-label);
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: inline-block;
  }
  table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n) > td {
    background: transparent;
  }
  table.ff_flexible_table thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.ff_flexible_table tbody tr {
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #ced4da;
    border-top: 2px solid #ced4da;
    border-bottom: 4px solid #ced4da;
    margin: 16px 0 10px;
    padding-top: 12px !important;
  }
  table.ff_flexible_table tbody tr td {
    padding: 5px;
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  table.ff_flexible_table tbody tr td::before {
    content: attr(data-label);
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }
  table.ff_flexible_table tbody tr td.repeat_btn {
    width: 100% !important;
    padding: 10px !important;
    background-color: #EEE;
    margin-left: 0px;
  }
  table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list {
    width: 100%;
    float: none;
  }
}

span.ff-el-rating-text {
  line-height: 100%;
  vertical-align: bottom;
  padding-left: 5px;
}

@-webkit-keyframes ff-progress-anim {
  0% {
    width: 0%;
  }
  5% {
    width: 0%;
  }
  10% {
    width: 15%;
  }
  30% {
    width: 40%;
  }
  50% {
    width: 55%;
  }
  80% {
    width: 100%;
  }
  95% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes ff-progress-anim {
  0% {
    width: 0%;
  }
  5% {
    width: 0%;
  }
  10% {
    width: 15%;
  }
  30% {
    width: 40%;
  }
  50% {
    width: 55%;
  }
  80% {
    width: 100%;
  }
  95% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.fluentform {
  font-family: inherit;
}
.fluentform * {
  box-sizing: border-box;
}
.fluentform input[type=checkbox], .fluentform input[type=radio] {
  display: inline-block;
  margin: 0;
}
.fluentform .iti {
  width: 100%;
}
.fluentform .iti__selected-flag {
  background: rgba(0, 0, 0, 0.1);
}
.fluentform label {
  font-weight: 400;
}
.fluentform .text-danger {
  color: #F56C6C;
}
.fluentform .ff_gdpr_field {
  margin-right: 5px;
}
.fluentform form.ff-form-has-steps .ff-btn-submit {
  display: none;
}
.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper {
  text-align: right;
}
.fluentform textarea {
  max-width: 100%;
}
.fluentform .ff-el-form-check-label .ff-el-form-check-input {
  position: relative;
  vertical-align: middle;
  top: -3px;
}
.fluentform .ff_input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.fluentform .ff_input-group > .ff-el-form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-block;
  width: auto;
}
.fluentform .ff_input-group > .ff-el-form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fluentform .ff_input-group .ff-el-form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.fluentform .ff_input-group-prepend {
  margin-right: -1px;
}
.fluentform .input-group-append {
  margin-left: -1px;
}
.fluentform .ff_input-group-append, .fluentform .ff_input-group-prepend {
  display: flex;
}
.fluentform .ff_input-group > .ff_input-group-prepend > .ff_input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fluentform .ff_input-group > .ff_input-group-append > .ff_input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fluentform .ff_input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.fluentform input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.fluentform input[type=radio] {
  -webkit-appearance: radio;
}

.ff_coupon_wrapper .ff_input-group-append {
  cursor: pointer;
}
.ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text {
  background: #e3e8ed;
}

ul.ff_coupon_responses {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ff_coupon_responses li {
  padding-top: 5px;
}
ul.ff_coupon_responses span.error-clear {
  font-weight: bold;
  color: #ff5050;
  margin-right: 10px;
}
ul.ff_coupon_responses .ff_error {
  color: #f56c6c;
  cursor: pointer;
}
ul.ff_coupon_responses .ff_success {
  color: #28a745;
}

.fluentform .hidden_field {
  display: none !important;
}
.fluentform .ff_force_hide {
  display: none !important;
  visibility: hidden !important;
}
.fluentform .ff_scrolled_text {
  height: 200px;
  overflow: scroll;
  padding: 10px 15px;
  background: #e9ebed;
}
@media only screen and (min-width: 641px) {
  .fluentform .ff-el-group.ff_list_3col .ff-el-form-check {
    width: 33.3%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
  }
  .fluentform .ff-el-group.ff_list_2col .ff-el-form-check {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
  }
  .fluentform .ff-el-group.ff_list_4col .ff-el-form-check {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
  }
  .fluentform .ff-el-group.ff_list_5col .ff-el-form-check {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
  }
  .fluentform .ff-el-group.ff_list_inline .ff-el-form-check {
    width: auto !important;
    float: none !important;
    margin: 0 15px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
  }
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
  width: auto !important;
  float: none !important;
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
  margin: 0 0 10px 0;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label {
  margin: 0;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  z-index: -1;
  display: none;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span {
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span:hover {
  color: #409eff;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder {
  border: 1px solid #dcdfe5;
  overflow: hidden;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span {
  width: 100%;
  border: none !important;
  margin-left: -1px;
  border-radius: 0 !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected {
  border-color: #409eff;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label > span {
  border-left: 1px solid #dcdfe6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label > span {
  border-radius: 0 4px 4px 0;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label > span {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  box-shadow: -1px 0 0 0 #8cc5ff;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label > span {
  border-left-color: #409eff;
}
@media only screen and (max-width: 768px) {
  .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
    width: 100%;
    display: block;
  }
  .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span {
    display: block;
    width: 100%;
    border: 1px solid !important;
    border-radius: 4px !important;
    box-shadow: none !important;
  }
}
.fluentform div.ff-el-form-hide_label > .ff-el-input--label {
  display: none;
  visibility: hidden;
}
.fluentform .ff_file_upload_holder {
  margin-bottom: 0px;
}
.fluentform .ff_center {
  text-align: center;
}
.fluentform .ff_right {
  text-align: right;
}
.fluentform .ff_left {
  text-align: left;
}
.fluentform .ff-form-inline > .ff-el-group, .fluentform .ff-form-inline > .ff-name-field-wrapper, .fluentform .ff-form-inline .ff-t-container {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.fluentform .ff-form-inline > .ff-el-group > .ff-el-input--label, .fluentform .ff-form-inline > .ff-el-group .ff-t-cell .ff-el-input--label, .fluentform .ff-form-inline > .ff-name-field-wrapper > .ff-el-input--label, .fluentform .ff-form-inline > .ff-name-field-wrapper .ff-t-cell .ff-el-input--label, .fluentform .ff-form-inline .ff-t-container > .ff-el-input--label, .fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label {
  display: none;
}
.fluentform .ff-form-inline > .ff-el-group .ff-el-input--content, .fluentform .ff-form-inline > .ff-name-field-wrapper .ff-el-input--content, .fluentform .ff-form-inline .ff-t-container .ff-el-input--content {
  margin-left: 0px;
}
.fluentform .ff-form-inline > .ff-el-group:last-child, .fluentform .ff-form-inline > .ff-name-field-wrapper:last-child, .fluentform .ff-form-inline .ff-t-container:last-child {
  margin-right: 0px;
}
.fluentform .ff-t-container .ff-name-title {
  width: 40%;
}
.fluentform .ff_hide_label .ff-el-input--label {
  display: none;
}
.fluentform .field-value {
  white-space: pre-line;
}
.fluentform .ff-el-group .ff-read-only {
  background-color: #e9ecef !important;
  opacity: 1;
  pointer-events: none;
}
.fluentform label.ff-el-image-input-src {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  display: block;
}
.fluentform .ff-el-image-holder {
  width: 200px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.fluentform .ff-el-image-holder .ff-el-form-check-label {
  padding-left: 1px;
}
.fluentform .ff_el_checkable_photo_holders {
  display: block;
  margin-bottom: -20px;
  overflow: hidden;
}
.fluentform .select2-container {
  width: 100% !important;
}
.fluentform .select2-container .select2-selection__rendered li {
  margin: 0;
}
.fluentform .select2-container .select2-search--inline > input {
  margin-top: 0px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
}
.fluentform .ff-el-form-bottom {
  display: flex;
  flex-direction: column-reverse;
}
.fluentform .ff-el-form-bottom .ff-el-input--label {
  margin-bottom: 0;
  margin-top: 5px;
}

.ff_modal_container {
  max-width: 900px;
  background: white;
  padding: 30px;
  overflow: auto;
  max-height: 90vh !important;
}
@media only screen and (min-width: 1000px) {
  .ff_modal_container {
    width: 900px;
  }
}

@media only screen and (max-width: 768px) {
  .lity-container {
    width: 96%;
  }

  .fluentform .ff-t-container .ff-name-title {
    width: 100%;
  }
}
.select2-results__option {
  margin: 0;
}

.fluentform span.select2.select2-container:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #495057;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.ff_pointer {
  cursor: pointer;
}

.ff_net_table {
  width: 100%;
  line-height: 1.4;
  border-collapse: separate;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  border-spacing: 0;
  border: 0;
}
.ff_net_table th {
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0;
  text-align: center;
  vertical-align: bottom;
  border: none;
}
.ff_net_table th .ff_not-likely {
  float: left;
  text-align: left;
}
.ff_net_table th .ff_extremely-likely {
  float: right;
  text-align: right;
}
.ff_net_table tbody tr {
  background: none;
  border: 0 none;
}
.ff_net_table tbody tr td {
  background-color: #fff;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ddd;
  border-left: 0;
}
.ff_net_table tbody tr td input[type=radio]:checked + label {
  background-color: #4CAF50;
  color: #fff;
}
.ff_net_table tbody tr td:first-of-type {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #ddd;
}
.ff_net_table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
.ff_net_table tbody tr td label {
  display: block;
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  color: #444;
  border: 0;
  margin: 0;
}
.ff_net_table tbody tr td label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ff_net_table tbody tr td label:hover:after {
  border: 2px solid #4CAF50;
}

.ff-el-pop-content {
  transform-origin: center bottom;
  z-index: 9999;
  position: absolute;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  padding: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=fluentform-public-default.css.map*/