.fluentform .ff_submitting {
    pointer-events: none
}

.fluentform .ff_btn_style {
    background-color: #409EFF;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.fluentform .ff_btn_style:focus,
.fluentform .ff_btn_style:hover {
    opacity: .8;
    outline: 0;
    text-decoration: none
}

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

.fluentform .ff-btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.fluentform .ff-btn-primary:focus,
.fluentform .ff-btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff
}

.fluentform .ff-btn-secondary {
    background-color: #868e96;
    border-color: #868e96;
    color: #fff
}

.fluentform .ff-btn-secondary:focus,
.fluentform .ff-btn-secondary:hover {
    background-color: #727b84;
    border-color: #6c757d;
    color: #fff
}

.fluentform .ff-btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.5;
    padding: 8px 16px
}

.fluentform .ff-btn-sm {
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 8px
}

.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 .3s ease
}

.fluentform .ff-btn.ff-working:after {
    -webkit-animation: ff-progress-anim 4s 0s infinite;
    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-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-control {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 100%;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.fluentform .ff-el-form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    color: #495057;
    outline: none
}

.fluentform .ff-el-form-control:focus~.ff-el-help-message {
    display: block!important
}

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

.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 {
    cursor: pointer;
    margin-bottom: 7px
}

.fluentform .ff-el-form-check label.ff-el-form-check-label>span:after,
.fluentform .ff-el-form-check label.ff-el-form-check-label>span:before {
    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
}

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: .8
}

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

@keyframes ff_move {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 50px 50px
    }
}

.ff_uploading .ff-el-progress .ff-el-progress-bar {
    -webkit-animation: ff_move 2s linear infinite;
    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-el-section-break .ff-el-section-title {
    margin-bottom: 5px
}

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

table.ff_repeater_table {
    background: transparent!important;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 5px;
    padding: 0;
    table-layout: auto!important;
    vertical-align: middle;
    width: 100%
}

table.ff_repeater_table th {
    font-size: 90%;
    text-align: left
}

table.ff_repeater_table th,
table.ff_repeater_table tr {
    background: transparent!important;
    border: 0;
    padding: 0
}

table.ff_repeater_table td {
    background: transparent!important;
    border: 0;
    padding: 0 15px 15px 0;
    text-align: left
}

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 {
    padding-right: 0;
    vertical-align: middle
}

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

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

@-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%
    }
    to {
        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%
    }
    to {
        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, .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;
    top: -3px;
    vertical-align: middle
}

.fluentform .ff_input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.fluentform .ff_input-group>.ff-el-form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    width: auto
}

.fluentform .ff_input-group>.ff-el-form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.fluentform .ff_input-group .ff-el-form-control {
    flex: 1 1 auto;
    margin-bottom: 0;
    position: relative;
    width: 1%
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.fluentform .ff_input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border-radius: .25rem;
    color: #495057;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.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 {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.ff_coupon_responses li {
    padding-top: 5px
}

ul.ff_coupon_responses span.error-clear {
    color: #ff5050;
    font-weight: 700;
    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 {
    background: #e9ebed;
    height: 200px;
    overflow: scroll;
    padding: 10px 15px
}

@media only screen and (min-width:641px) {
    .fluentform .ff-el-group.ff_list_3col .ff-el-form-check {
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0 0 2px;
        min-height: 28px;
        padding-right: 16px;
        vertical-align: top;
        width: 33.3%
    }
    .fluentform .ff-el-group.ff_list_2col .ff-el-form-check {
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        min-height: 28px;
        padding-right: 16px;
        vertical-align: top;
        width: 50%
    }
    .fluentform .ff-el-group.ff_list_4col .ff-el-form-check {
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        min-height: 28px;
        padding-right: 16px;
        vertical-align: top;
        width: 25%
    }
    .fluentform .ff-el-group.ff_list_5col .ff-el-form-check {
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        min-height: 28px;
        padding-right: 16px;
        vertical-align: top;
        width: 20%
    }
    .fluentform .ff-el-group.ff_list_inline .ff-el-form-check {
        display: -moz-inline-stack;
        display: inline-block;
        float: none!important;
        margin: 0 15px 10px 0;
        width: auto!important
    }
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
    display: -moz-inline-stack;
    display: inline-block;
    float: none!important;
    margin: 0 0 10px;
    position: relative;
    width: auto!important
}

.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 {
    display: none;
    margin: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-left: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: #606266;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.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 {
    border: none!important;
    border-radius: 0!important;
    margin-left: -1px;
    width: 100%
}

.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 {
    background-color: #409eff;
    border-color: #409eff;
    box-shadow: -1px 0 0 0 #8cc5ff;
    color: #fff
}

.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 {
        display: block;
        width: 100%
    }
    .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
        border: 1px solid!important;
        border-radius: 4px!important;
        box-shadow: none!important;
        display: block;
        width: 100%
    }
}

.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_center {
    text-align: center
}

.fluentform .ff_right {
    text-align: right
}

.fluentform .ff_left {
    text-align: left
}

.fluentform .ff-form-inline .ff-t-container,
.fluentform .ff-form-inline>.ff-el-group,
.fluentform .ff-form-inline>.ff-name-field-wrapper {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top
}

.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,
.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,
.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,
.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,
.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,
.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label {
    display: none
}

.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,
.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,
.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content {
    margin-left: 0
}

.fluentform .ff-form-inline .ff-t-container:last-child,
.fluentform .ff-form-inline>.ff-el-group:last-child,
.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child {
    margin-right: 0
}

.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 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 200px;
    width: 200px
}

.fluentform .ff-el-image-holder {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 200px
}

.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 {
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    margin-top: 0;
    padding: .375rem 1.75rem .375rem .75rem
}

.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 {
    background: #fff;
    max-height: 90vh!important;
    max-width: 900px;
    overflow: auto;
    padding: 30px
}

@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 {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #495057;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.ff_pointer {
    cursor: pointer
}

.ff_net_table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%
}

.ff_net_table th {
    border: none;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0;
    text-align: center;
    vertical-align: bottom
}

.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
}

.ff_net_table tbody tr td {
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle
}

.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-left: 1px solid #ddd;
    border-radius: 5px 0 0 5px
}

.ff_net_table tbody tr td:last-child {
    border-radius: 0 5px 5px 0
}

.ff_net_table tbody tr td label {
    border: 0;
    color: #444;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: relative;
    width: 100%
}

.ff_net_table tbody tr td label:after {
    border: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ff_net_table tbody tr td label:hover:after {
    border: 2px solid #4caf50
}

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