.fluentform .clearfix:before, .fluentform .ff-step-body:before, .fluentform .ff-el-repeat .ff-el-input--content:before, .fluentform .ff-el-group:before, .fluentform .clearfix:after, .fluentform .ff-step-body:after, .fluentform .ff-el-repeat .ff-el-input--content:after, .fluentform .ff-el-group:after {
  display: table;
  content: " ";
}
.fluentform .clearfix:after, .fluentform .ff-step-body:after, .fluentform .ff-el-repeat .ff-el-input--content:after, .fluentform .ff-el-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .frm-fluent-form .ff-t-container {
    display: flex;
    width: 100%;
    gap: 15px;
  }
  .frm-fluent-form .ff-t-container.ff_cond_v {
    display: flex !important;
  }
  .frm-fluent-form .ff-t-cell {
    display: flex;
    flex-direction: column;
    vertical-align: inherit;
    width: 100%;
  }
  .frm-fluent-form .ff-t-cell:first-of-type {
    padding-left: 0;
  }
  .frm-fluent-form .ff-t-cell:last-of-type {
    padding-right: 0;
    flex-grow: 1;
  }
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
    display: flex;
    align-items: flex-end;
    margin: 0;
    margin-top: auto;
  }
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center {
    justify-content: center;
  }
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right {
    justify-content: flex-end;
  }
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .ff-t-cell {
    margin-left: 0 !important;
  }
}
/*
|----------------------------------------------------------------------------
| FLUENTFORM ELEMENTS
|----------------------------------------------------------------------------
*/
.fluentform .ff-el-group {
  margin-bottom: 20px;
}
.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label {
  text-align: left;
  float: none;
  display: inline-block;
  margin-bottom: 5px;
}
.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content {
  margin-left: auto;
  margin-bottom: 0;
}
@media (min-width: 481px) {
  .fluentform .ff-el-group.ff-el-form-left .ff-el-input--label {
    text-align: left;
  }
}
@media (min-width: 481px) {
  .fluentform .ff-el-group.ff-el-form-right .ff-el-input--label {
    text-align: right;
  }
}
.fluentform .ff-el-input--label {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before {
  content: "* ";
  color: #F56C6C;
  margin-right: 3px;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  content: " *";
  color: #F56C6C;
  margin-left: 3px;
}
.fluentform .ff-el-input--label label {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  line-height: inherit;
}
.fluentform .ff-el-ratings {
  --fill-inactive: #d4d4d4;
  --fill-active: #ffb100;
  display: inline-block;
  line-height: 40px;
}
.fluentform .ff-el-ratings input[type=radio] {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  display: none;
}
.fluentform .ff-el-ratings svg {
  width: 22px;
  height: 22px;
  fill: var(--fill-inactive);
  vertical-align: middle;
  transition: all 0.3s;
}
.fluentform .ff-el-ratings svg.scale {
  transition: all 0.15s;
}
.fluentform .ff-el-ratings label {
  margin-right: 3px;
  display: inline;
}
.fluentform .ff-el-ratings label.active svg {
  fill: #ffb100;
  fill: var(--fill-active);
}
.fluentform .ff-el-ratings label:hover {
  cursor: pointer;
}
.fluentform .ff-el-ratings label:hover svg {
  transform: scale(1.1);
}
.fluentform .ff-el-ratings label:hover svg.scalling {
  transform: scale(1.2);
}
.fluentform .ff-el-repeat .ff-el-form-control {
  width: 100%;
}
.fluentform .ff-el-repeat .ff-el-form-control {
  margin-bottom: 10px;
}
.fluentform .ff-el-repeat .ff-t-cell {
  padding: 0 10px;
  width: 100%;
}
.fluentform .ff-el-repeat .ff-t-cell:first-child {
  padding-left: 0;
}
.fluentform .ff-el-repeat .ff-t-cell:last-child {
  padding-right: 0;
}
.fluentform .ff-el-repeat .ff-t-container {
  display: flex;
}
.fluentform .ff-el-repeat-buttons-list span {
  cursor: pointer;
}
@media (min-width: 481px) {
  .fluentform .ff-el-form-left .ff-el-input--label, .fluentform .ff-el-form-right .ff-el-input--label {
    float: left;
    width: 180px;
    margin-bottom: 0;
    padding: 10px 15px 0 0;
  }
  .fluentform .ff-el-form-left .ff-el-input--content, .fluentform .ff-el-form-right .ff-el-input--content {
    margin-left: 180px;
  }
  .fluentform .ff-el-form-left .ff-t-container .ff-el-input--label, .fluentform .ff-el-form-right .ff-t-container .ff-el-input--label {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
  .fluentform .ff-el-form-left .ff-t-container .ff-el-input--content, .fluentform .ff-el-form-right .ff-t-container .ff-el-input--content {
    margin-left: auto;
  }
}
.fluentform .ff-el-form-right .ff-el-input--label {
  text-align: right;
}
.fluentform .ff-el-is-error .text-danger {
  font-size: 12px;
  margin-top: 4px;
}
.fluentform .ff-el-is-error .ff-el-form-check-label {
  color: #F56C6C;
}
.fluentform .ff-el-is-error .ff-el-form-check-label a {
  color: #F56C6C;
}
.fluentform .ff-el-is-error .ff-el-form-control {
  border-color: #F56C6C;
}
.fluentform .ff-el-tooltip {
  display: inline-block;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-left: 2px;
  vertical-align: middle;
}
.fluentform .ff-el-tooltip:hover {
  color: #000;
}
.fluentform .ff-el-tooltip svg {
  fill: #595959;
}
.fluentform .ff-el-help-message {
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
  color: #595959;
}
.fluentform .ff-el-help-message.ff_ahm {
  margin-bottom: 5px;
  margin-top: -3px;
}
.fluentform .ff-el-progress {
  height: 1.3rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  line-height: 1.2rem;
}
.fluentform .ff-el-progress-bar {
  background-color: #007bff;
  height: inherit;
  width: 0;
  transition: width 0.3s;
  color: #fff;
  text-align: right;
}
.fluentform .ff-el-progress-bar span {
  display: inline-block;
  padding: 0 5px 0 0;
}
.fluentform .ff-el-progress-status {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.fluentform .ff-el-progress-title {
  margin: 8px 0 0;
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  border-bottom: 2px solid #000;
}
.fluentform .ff-el-progress-title li {
  display: none;
}

/*
|----------------------------------------------------------------------------
| FLUENTFORM GLOBALS
|----------------------------------------------------------------------------
*/
.fluentform .ff-hidden {
  display: none !important;
}
.fluentform .ff-step-t-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.fluentform .ff-step-t-container .ff-t-cell {
  width: initial;
}
.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group {
  margin-bottom: 0;
}
.fluentform .ff-step-container {
  overflow: hidden;
}
.fluentform .ff-step-header {
  margin-bottom: 20px;
}
.fluentform .ff-step-titles {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: table;
  table-layout: fixed;
  /* the magic dust that ensures equal width */
  /*CSS counters to number the steps*/
  counter-reset: step;
}
.fluentform .ff-step-titles li {
  display: table-cell;
  position: relative;
  list-style-type: none;
  color: #333;
  font-size: 12px;
  width: auto;
  padding: 0px 10px;
  vertical-align: top;
}
.fluentform .ff-step-titles li.ff_active, .fluentform .ff-step-titles li.ff_completed {
  color: #007bff;
}
.fluentform .ff-step-titles li.ff_active:before, .fluentform .ff-step-titles li.ff_completed:before {
  background: #007bff;
  color: white;
  border: 1px solid transparent;
}
.fluentform .ff-step-titles li.ff_active:after, .fluentform .ff-step-titles li.ff_completed:after {
  background: #007bff;
}
.fluentform .ff-step-titles li.ff_active:after {
  right: 0;
}
.fluentform .ff-step-titles li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border: 1px solid;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  z-index: 10;
  position: relative;
  vertical-align: top;
}
.fluentform .ff-step-titles li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: 1;
}
.fluentform .ff-step-titles li:first-child {
  padding-left: 0;
}
.fluentform .ff-step-titles li:first-child:after {
  left: 50%;
}
.fluentform .ff-step-titles li:last-child {
  padding-right: 0;
}
.fluentform .ff-step-titles li:last-child:after {
  left: -50%;
}
.fluentform .ff-step-body {
  margin-bottom: 15px;
  position: relative;
  left: 0;
  top: 0;
}
.fluentform .ff-upload-progress {
  margin: 10px 0;
}
.fluentform .ff-upload-progress-inline {
  position: relative;
  height: 6px;
  margin: 4px 0;
  border-radius: 3px;
}
.fluentform .ff-upload-preview {
  margin-top: 5px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.fluentform .ff-upload-preview:first-child {
  margin-top: 0;
}
.fluentform .ff-upload-preview-img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  background-position: center center;
}
.fluentform .ff-upload-preview, .fluentform .ff-upload-details {
  overflow: hidden;
  zoom: 1;
}
.fluentform .ff-upload-thumb, .fluentform .ff-upload-details {
  display: table-cell;
  vertical-align: middle;
}
.fluentform .ff-upload-thumb {
  background-color: #eee;
}
.fluentform .ff-upload-details {
  width: 10000px;
  padding: 0px 10px;
  position: relative;
  border-left: 1px solid #ebeef0;
}
.fluentform .ff-upload-details .ff-inline-block,
.fluentform .ff-upload-details .ff-upload-error {
  font-size: 11px;
}
.fluentform .ff-upload-remove {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 16px;
  color: #F56C6C;
  padding: 0px 4px;
  line-height: 1;
  box-shadow: none !important;
  cursor: pointer;
}
.fluentform .ff-upload-remove:hover {
  text-shadow: 1px 1px 1px #000 !important;
  color: #F56C6C;
}
.fluentform .ff-upload-filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fluentform .ff-table {
  margin-bottom: 0;
}
.fluentform .ff-checkable-grids {
  border-collapse: collapse;
  border: 1px solid #f1f1f1;
}
.fluentform .ff-checkable-grids thead > tr > th {
  border: 0;
  padding: 7px 5px;
  text-align: center;
  background: #f1f1f1;
}
.fluentform .ff-checkable-grids tbody > tr > td {
  padding: 7px 5px;
  border: 0;
}
.fluentform .ff-checkable-grids tbody > tr > td:not(:first-of-type) {
  text-align: center;
}
.fluentform .ff-checkable-grids tbody > tr:nth-child(2n) > td {
  background: #f1f1f1;
}
.fluentform .ff-checkable-grids tbody > tr:nth-child(2n-1) > td {
  background: #fff;
}
.fluentform .ff-screen-reader-element {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  width: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  word-wrap: normal !important;
}
.fluentform .ff_upload_btn.ff-btn {
  display: inline-block;
  background: #6f757e;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
}
.fluentform .ff-el-tc {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.fluentform .ff-el-tc label.ff_tc_label {
  display: table-row;
}
.fluentform .ff-el-tc label.ff_tc_label > span {
  width: 20px;
  padding-top: 8px !important;
}
.fluentform .ff-el-tc label.ff_tc_label > span, .fluentform .ff-el-tc label.ff_tc_label > div {
  display: table-cell;
}
.fluentform .ff_t_c {
  padding: 0px 5px 0px 0px;
  margin: 0;
}
.fluentform .ff_t_c p {
  margin: 0;
  padding: 0;
}
.fluentform .force-hide {
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
}

.fluentform-step {
  float: left;
  height: 1px;
  overflow-x: hidden;
  padding: 3px;
}
.fluentform-step.active {
  height: auto;
}

.step-nav .next {
  float: right;
}

.fluentform .has-conditions {
  display: none;
}

.ff-message-success {
  padding: 15px;
  margin-top: 10px;
  position: relative;
  border: solid #ced4da 1px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  overflow-wrap: break-word;
}

.ff-errors-in-stack {
  margin-top: 15px;
  display: none;
}
.ff-errors-in-stack .error {
  font-size: 14px;
  line-height: 1.7;
}
.ff-errors-in-stack .error-clear {
  margin-left: 5px;
  padding: 0 5px;
  cursor: pointer;
}

/*# sourceMappingURL=fluent-forms-public.css.map*/