.fluentform * {
  box-sizing: border-box;
}

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

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

.fluentform .ff-el-group {
  margin-bottom: 20px;
}

.fluentform .ff-el-input--label {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}

.fluentform .ff-el-form-control {
  display: block;
  width: 100%;
}

.fluentform .ff-el-is-error .text-danger {
  font-size: 12px;
  margin-top: 4px;
}
.fluentform .ff-el-is-error .ff-el-form-control {
  border-color: var(--fluentform-danger);
}

.fluentform .ff-el-progress {
  background-color: #e9ecef;
  border-radius: .25rem;
  font-size: .75rem;
  height: 1.3rem;
  line-height: 1.2rem;
  overflow: hidden;
}

.fluentform .ff-el-progress-bar {
  background-color: var(--fluentform-primary);
  color: #fff;
  height: inherit;
  text-align: right;
  transition: width .3s;
  width: 0;
}

.fluentform .ff-upload-progress-inline {
  border-radius: 3px;
  height: 6px;
  margin: 4px 0;
  position: relative;
}

.fluentform .ff-upload-preview {
  border: 1px solid #ced4da;
  border-radius: 3px;
  margin-top: 5px;
}

.fluentform .ff-upload-preview:first-child {
  margin-top: 0;
}

.fluentform .ff-upload-preview-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px;
  width: 70px;
}

.fluentform .ff-upload-details,
.fluentform .ff-upload-preview {
  zoom: 1;
  overflow: hidden;
}

.fluentform .ff-upload-details,
.fluentform .ff-upload-thumb {
  display: table-cell;
  vertical-align: middle;
}

.fluentform .ff-upload-thumb {
  background-color: #eee;
}

.fluentform .ff-upload-details {
  border-left: 1px solid #ebeef0;
  padding: 0 10px;
  position: relative;
  width: 10000px;
}

.fluentform .ff-upload-details .ff-inline-block,
.fluentform .ff-upload-details .ff-upload-error {
  font-size: 11px;
}

.fluentform .ff-upload-remove {
  box-shadow: none !important;
  color: var(--fluentform-danger);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 4px;
  position: absolute;
  right: 0;
  top: 3px;
}

.fluentform .ff-upload-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fluentform .ff-screen-reader-element {
  clip: rect(0, 0, 0, 0) !important;
  word-wrap: normal !important;
  border: 0 !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.fluentform .ff_upload_btn.ff-btn {
  background: #6f757e;
  border-color: #6f757e;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
}

.fluentform .ff_upload_btn.ff-btn:focus-visible {
  background-color: #91959b;
  outline: none;
}

.fluentform .text-danger {
  color: var(--fluentform-danger);
}

.fluentform textarea {
  max-width: 100%;
}

.fluentform .ff-inline-block {
  display: inline-block;
}

.fluentform .ff-inline-block+.ff-inline-block {
  margin-left: 10px;
}

.fluentform .ff-text-left {
  text-align: left;
}

.fluentform .ff-el-form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

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

.ff-errors-in-stack {
  display: none;
  margin-top: 15px;
}

.fluentform div.ff-el-form-hide_label>.ff-el-input--label {
  display: none;
  visibility: hidden;
}

.fluentform .ff_file_upload_holder {
  margin-bottom: 0;
}

.fluentform .ff-dropzone .ff_upload_btn.ff-btn {
  background: rgba(223, 240, 255, .13);
  border: 1px dashed var(--fluentform-primary);
  border-radius: var(--fluentform-border-radius);
  color: var(--fluentform-secondary);
  display: block;
  padding: 35px;
  text-align: center;
  transition: all .2s ease;
  width: 100%;
}

.fluentform .ff-dropzone .ff-uploaded-list {
  margin-top: 10px;
}

.fluentform .ff-btn.disabled {
  opacity: .65;
}

.fluentform .ff-btn.ff-working {
  position: relative;
  transition: all .3s ease;
}

.fluentform .ff-btn.ff-working:after {
  animation: ff-progress-anim 4s 0s infinite;
  background: hsla(0, 0%, 100%, .4);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}
.fluentform .ff_submitting {
  pointer-events: none;
}

:root {
  --fluentform-primary: #1a7efb;
  --fluentform-secondary: #606266;
  --fluentform-danger: #f56c6c;
  --fluentform-border-color: #dadbdd;
  --fluentform-border-radius: 7px;
  --fluentform-input-select-height: auto;
}

.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 .15s ease-in-out, box-shadow .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 textarea {
  min-height: 90px;
}

select.ff-el-form-control:not([size]):not([multiple]) {
  height: var(--fluentform-input-select-height, auto);
}

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

.ff_uploading .ff-el-progress .ff-el-progress-bar {
  animation: ff_move 2s linear infinite;
  background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .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-default {
  font-family: inherit;
}

.ff-default .ff-el-input--label label {
  display: inline-block;
  font-weight: 500;
  line-height: inherit;
  margin-bottom: 0;
}