.with_frm_style.frm_center_submit .frm_submit {
    text-align: center;
}
.frm_forms.frm_full_submit .frm_submit button {
    width: 100%;
    margin: 5px 0;
}
.frm_verify {
    position: unset;
    left: unset;
    display:none;
}
.frm_add_form_row.frm_button.frm_hidden, 
.frm_add_form_row.frm_hidden, 
.frm_remove_form_row.frm_hidden, 
.with_frm_style .frm_button.frm_hidden,
.with_frm_style .add_wrapper .frm_button.frm_hidden{
    display: none;
}
.frm_add_form_row.frm_button.frm_hidden:first-child, 
.add_wrapper .frm_add_form_row.frm_button.frm_hidden:first-child, 
.frm_add_form_row.frm_icon_font.frm_hidden:first-child,
.add_wrapper .frm_add_form_row.frm_icon_font.frm_hidden:first-child {
    display: inline-block;
}
.with_frm_style .frm_required {
    color: #B94A48;
    font-weight: bold;
}
.with_frm_style .frm_inside_container .frm_primary_label {
    transition: opacity 0.1s linear;
}
.frm_screen_reader {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.with_frm_style .frm_dropzone {
    border-color: #BFC3C8;
    border-color: var(--border-color);
    border-radius: 4px;
    border-radius: var(--border-radius);
    color: #555555;
    color: var(--text-color);
    background-color: #ffffff;
    background-color: var(--bg-color);
}
.with_frm_style .frm_dropzone .frm_upload_icon:before,
.with_frm_style .frm_dropzone .dz-remove {
    color: #555555;
    color: var(--text-color);
}
.with_frm_style .frm_compact .frm_dropzone .frm_upload_icon:before {
    color: #ffffff;
    color: var(--submit-text-color);
}
.with_frm_style .frm_blank_field .frm_dropzone {
    border-color: #B94A48;
    border-color: var(--border-color-error);
    color: #444444;
    color: var(--text-color-error);
    background-color: #ffffff;
    background-color: var(--bg-color-error);
}
.with_frm_style .frm_dropzone .dz-preview .dz-progress {
    background: #eaeaea;
    background: var(--progress-bg-color);
}
.with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,
.with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress {
    background: #579AF6;
    background: var(--progress-active-bg-color);
}
.uk-tile-secondary:not(.uk-preserve-color) .with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,
.uk-tile-secondary:not(.uk-preserve-color) .with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress,
.uk-tile-primary:not(.uk-preserve-color) .with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,
.uk-tile-primary:not(.uk-preserve-color) .with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress,
.uk-section-secondary:not(.uk-preserve-color) .with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,
.uk-section-secondary:not(.uk-preserve-color) .with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress,
.uk-section-primary:not(.uk-preserve-color) .with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,
.uk-section-primary:not(.uk-preserve-color) .with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress{
    background: rgba(255,255,255,.5) !important;
}
.frm_upload_text button,
.frm_compact_text button {
    background: none !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
    outline: inherit !important;
    height: auto !important;
}
.frm_compact .frm_dropzone .frm_upload_text,
.frm_compact .frm_dropzone .frm_small_text,
.frm_compact .frm_dropzone .dz-preview .dz-image,
.frm_compact .frm_dropzone .dz-preview .dz-details .dz-size {
    display: none;
}
.frm_dropzone,
.frm_dropzone * {
    box-sizing: border-box;
}
.frm_dropzone.frm_single_upload,
.frm_dropzone.dz-clickable {
    min-height: 60px;
    line-height: 1.42857143;
}
.frm_dropzone.dz-clickable * {
    cursor: default;
}
.frm_dropzone.frm_single_upload {

}
.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload,
.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%;
}
.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
    margin: .5em 0 1em;
}
.frm_dropzone .dz-message {
    border: 2px dashed #dfdfdf;
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    font-size: 20px;
    text-align: center;
    margin: .5em 0 1em;
}
.uk-tile-secondary:not(.uk-preserve-color) .frm_dropzone .dz-message,
.uk-tile-primary:not(.uk-preserve-color) .frm_dropzone .dz-message,
.uk-section-secondary:not(.uk-preserve-color) .frm_dropzone .dz-message,
.uk-section-primary:not(.uk-preserve-color) .frm_dropzone .dz-message{
    background-color: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.1);
}

.frm_dropzone.dz-clickable.frm_single_upload .dz-message {
    margin: 0 0 .5em 0;
}
.frm_dropzone.frm_single_upload.dz-started .dz-message {
    display: none;
}
.frm_dropzone.dz-clickable .dz-message,
.frm_dropzone .frm_upload_icon {
    display: block;
    margin-bottom: 15px;
}
.frm_dropzone.dz-clickable .dz-message,
.frm_dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
#frm_form_editor_container .frm_dropzone.dz-clickable,
#frm_form_editor_container .frm_dropzone.dz-clickable * {
    cursor: default;
}
[dir="rtl"] .frm_time_wrap span[dir="ltr"]{
    margin-left: 10px;
}
[dir="rtl"] .quicktags-toolbar input, [dir="rtl"] .wp-switch-editor {
    font-family: inherit !important;
}
.frm_dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.frm_dropzone .frm_upload_icon:before {
    font-size: 40px;
}
.frm_dropzone .frm_small_text {
    font-size: 14px;
}
.frm_dropzone.dz-drag-hover {
    border-style: solid;
}
.frm_dropzone .dz-preview {
    padding: 15px 0;
    border-bottom: 1px solid #dfdfdf;
}
.frm_dropzone .dz-preview:last-child {
    border-bottom: none;
}
.frm_dropzone .dz-preview:hover {
    z-index: 1000;
}
.frm_dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.frm_dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.frm_dropzone .dz-preview .dz-remove {
    cursor: pointer;
    border: none;
    float: right;
}
[dir="rtl"] .frm_dropzone .dz-preview .dz-remove {
    float: left !important;
}
.frm_dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.frm_dropzone .dz-preview .dz-details {
    font-size: 14px;
    margin: 5px 0 10px;
}
.frm_dropzone .dz-preview .dz-details .dz-size,
.frm_dropzone .dz-preview .dz-details .dz-filename {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.frm_dropzone .dz-preview .dz-details .dz-size strong {
    font-weight: normal;
}
.frm_dropzone .dz-preview .dz-details .dz-filename {
    max-width: 65%;
    text-overflow: ellipsis;
}
.frm_dropzone .dz-preview .dz-details .dz-filename a {
    cursor: pointer;
}
.frm_dropzone .dz-preview .dz-column {
    float: right;
    width: 68%;
}
.frm_dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 30%;
    height: 60px;
    display: block;
    float: left;
    margin-right: 2%;
}
.frm_dropzone .dz-preview .dz-image img {
    display: block;
    margin: 0 auto;
    max-height: 60px;
}
.frm_dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.frm_dropzone .dz-preview.dz-processing .dz-progress {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.frm_dropzone .dz-preview .dz-progress {
    pointer-events: none;
    position: relative;
    height: 10px;
    width: 100%;
    background: rgba(221, 221, 221, 1);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.frm_dropzone .dz-preview .dz-progress .dz-upload,
.frm_dropzone .dz-preview.dz-complete .dz-progress {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
}
.frm_dropzone .dz-preview .dz-progress .dz-upload {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
[dir="rtl"] .frm_dropzone .dz-preview .dz-progress .dz-upload {
    right: 0;
}
.frm_dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
    opacity: 1;
    pointer-events: auto;
}
.frm_dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #B94A48;
    padding: 0.5em;
}
.frm_dropzone .fallback input[type=file] {
    display: block;
}
.frm_compact_text {
    display: none;
}
.frm_compact .frm_dropzone.dz-clickable {
    padding: 0;
    border: none;
    background-color: transparent;
}
.frm_compact .frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%;
}
.frm_compact .frm_compact_text {
    display: inline;
}
.frm_upload_text button,
.frm_compact_text button {
    background: none !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
    outline: inherit !important;
    height: auto !important;
}
.frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
.frm_compact .frm_dropzone.dz-clickable .dz-message {
    font-size: 14px;
    border: 1px solid #dfdfdf;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 6px 11px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #eeeeee;
    vertical-align: middle;
    margin: 0 0 1em;
}
.frm_compact .frm_dropzone.frm_single_upload.dz-started .dz-message,
.frm_compact .frm_dropzone.frm_single_upload.dz-started.dz-clickable .dz-message {
    display: none;
}
.frm_compact .frm_dropzone .frm_upload_icon:before {
    font-size: 22px;
    padding-right: 7px;
    vertical-align: middle;
}
.frm_compact .frm_dropzone .frm_upload_icon {
    display: inline;
}
.frm_compact .frm_dropzone .dz-preview {
    min-height: 20px;
    max-width: 200px;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    border-bottom: none;
}
.frm_compact .frm_dropzone .dz-preview.frm_clearfix:after {
    content: '';
}
.frm_compact .frm_dropzone .frm_upload_text,
.frm_compact .frm_dropzone .frm_small_text,
.frm_compact .frm_dropzone .dz-preview .dz-image,
.frm_compact .frm_dropzone .dz-preview .dz-details .dz-size {
    display: none;
}
.frm_compact .frm_dropzone .dz-preview .dz-details {
    margin: 0;
}
.frm_compact .frm_dropzone .dz-preview .dz-column {
    float: none;
    width: 100%;
}
.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    text-overflow: ellipsis;
}
.frm_upload_icon:before {
    content: "\e616";
}
#ui-datepicker-div {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    width: 33%;
    background-color: #fff;
    float: none;
}
.ui-datepicker select.ui-datepicker-month {
    margin-right: 3px;
}
.ui-datepicker-month,
.ui-datepicker-year {
    max-width: 100%;
    max-height: 2em;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-datepicker td.ui-datepicker-today {
    background: rgba(81, 80, 112, 0.15) !important;
}

.ui-datepicker td.ui-datepicker-current-day .ui-state-default {
    color: #ffffff !important;
}

.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,
.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,
.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container {
    margin-right: 0;
}
.frm_form_field.frm_two_col .frm_opt_container,
.frm_form_field.frm_three_col .frm_opt_container,
.frm_form_field.frm_four_col .frm_opt_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%;
}
.frm_form_field.frm_three_col .frm_opt_container {
    grid-template-columns: repeat(3, 1fr);
}
.frm_form_field.frm_four_col .frm_opt_container {
    grid-template-columns: repeat(4, 1fr);
}
.frm_form_field.frm_two_col .frm_radio,
.frm_form_field.frm_two_col .frm_checkbox,
.frm_form_field.frm_three_col .frm_radio,
.frm_form_field.frm_three_col .frm_checkbox,
.frm_form_field.frm_four_col .frm_radio,
.frm_form_field.frm_four_col .frm_checkbox {
    grid-column-end: span 1;
}
.horizontal_radio .frm_radio {
    margin: 0 5px 0 0;
}
.horizontal_radio .frm_checkbox {
    margin: 0;
    margin-right: 5px;
}
.horizontal_radio .frm_checkbox,
.horizontal_radio .frm_radio,
.horizontal_radio .frm_catlevel_1 {
    display: inline-block;
}

.frm_error_style {
    position: relative;
    margin-bottom: 10px !important;
    padding: 15px 29px 15px 15px !important;
    background: #fef4f6;
    color: #f0506e;
    width: 100%;
}

.frm_message{
    position: relative;
    margin-bottom: 20px;
    padding: 15px 29px 15px 15px;
    background: #edfbf6;
    color: #32d296;
    max-width: 100%;
}
.frm_message p {margin: 0;}
[dir="rtl"] .frm-star-group .star-rating, [dir="rtl"] .frm-star-group input+label{
    margin-right: initial !important;
    margin-left: 5px !important;
    float: right !important;
}
[dir="rtl"] .frm-star-group {
    transform: initial !important;

}
.frm-star-group {
    margin-bottom: 5px;
    width: 100%;
}
[dir="rtl"] .frm-star-group {
    float: right !important;
    transform: initial !important;
}
.frm-star-group input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.frm-star-group .star-rating,
.frm-star-group input+label {
    float: left;
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden !important;
    clear: none;
    font-style: normal;
    margin-right: 5px;
}
.frm-star-group input+label:before,
.frm-star-group .star-rating:before {
    font-family: 's11-fp';
    content: '\e9d7';
    color: #F0AD4E;
    display: inline-block;
    vertical-align: top;
}
.frm-star-group input[type=radio]:checked+label:before,
.frm-star-group:not(.frm-star-hovered) input[type=radio]:checked+label:before {
    color: #F0AD4E;
}
.frm-star-group:not(.frm-star-hovered) input[type=radio]:checked+label:before,
.frm-star-group input+label:hover:before,
.frm-star-group:hover input+label:hover:before,
.frm-star-group .star-rating-on:before,
.frm-star-group .star-rating-hover:before {
    content: '\e9d9';
    color: #F0AD4E;
}
.frm-star-group .frm_half_star:before {
    content: '\e9d8';
}
.frm-star-group .star-rating-readonly {
    cursor: default !important;
}
.frm_switch_opt {
    padding: 0 8px 0 0;
    white-space: normal;
    display: inline;
    vertical-align: middle;
    font-size: 15px;
    font-size: var(--toggle-font-size);
    font-weight: normal;
    font-weight: var(--check-weight);
}
.frm_on_label {
    padding: 0 0 0 8px;
}
.frm_on_label,
.frm_off_label {
    color: #444444;
    color: var(--check-label-color);
}
.frm_switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
    vertical-align: middle;
}
.frm_switch_block input {
    display: none !important;
}
.frm_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eaeaea !important;
    background-color: var(--toggle-off-color);
    transition: .4s;
    border-radius: 30px;
}
.frm_slider:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    transition: .4s;
    box-shadow: 0 2px 6px rgba(41, 58, 82, 0.31);
}
input:checked+.frm_switch .frm_slider {
    background-color: #579AF6;
    background-color: var(--toggle-on-color);
}
input:focus+.frm_switch .frm_slider {
    box-shadow: 0 0 1px #3177c7;
}
input:checked+.frm_switch .frm_slider:before {
    transform: translateX(15px);
}
[dir="rtl"] .frm_switch_opt {
    padding: 0 8px;
}
[dir="rtl"] .frm_slider:before {
    left: 16px;
}
[dir="rtl"] input:checked+.frm_switch .frm_slider:before {
    transform: none!important;
    left: 1px;
}
.with_frm_style .frm_single_product_label, .with_frm_style .frm_total_formatted {
    font-size: 15px;
    color: #3f4b5b;
}
.frm_form_field .frm_total_formatted {
    display: inline-block;
    margin: 0;
}
.uk-width-1-1 .frm_dropzone.frm_single_upload{
    max-width: unset !important;
}
.frm_rootline_group {
    margin: 20px 0 30px;
}
ul.frm_page_bar {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    float: left;
    display: table;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.frm_page_bar li {
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
}
.frm_forms .frm_page_bar input,
.frm_forms .frm_page_bar input:disabled {
    transition: background-color 0.1s ease;
    color: #ffffff;
    color: var(--progress-color);
    background-color: #dddddd !important;
    border-width: 2px;
    border-width: var(--progress-border-size);
    border-style: solid;
    border-color: #d5d5d5;
    border-color: var(--progress-border-color-b);
}
.frm_forms .frm_page_bar input:focus {
    outline: none;
}
.frm_forms .frm_progress_line input.frm_page_back {
    background-color: #515070;
    background-color: var(--progress-active-bg-color);
}
.frm_forms .frm_page_bar .frm_current_page input[type="button"] {
    background-color: #dddddd;
    border-color: #dfdfdf;
}
.frm_rootline_single {
    text-align: center;
    margin: 0;
    padding: 0;
}
.frm_current_page .frm_rootline_title {
    color: #515070;
    color: var(--progress-active-bg-color);
}
.frm_rootline_title,
.frm_pages_complete,
.frm_percent_complete {
    font-size: 14px;
    padding: 4px;
    color: #666666;
    color: var(--description-color);
}
.frm_pages_complete {
    float: right;
    margin-right: 13px;
}
.frm_percent_complete {
    float: left;
    margin-left: 13px;
}
.frm_forms .frm_progress_line input,
.frm_forms .frm_progress_line input:disabled {
    width: 100%;
    border: none;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: inset 0 2px 10px -10px rgba(41, 58, 82, 0.31);
    margin: 5px 0;
    padding: 6px 0;
    border-radius: 0;
    font-size: 0;
    line-height: 15px;
}
.frm_forms .frm_progress_line.frm_show_lines input {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border:1px solid;
}
.frm_progress_line .frm_rootline_single {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.frm_forms .frm_progress_line li:first-of-type input {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 1px solid #515070;
}
[dir="rtl"] .frm_forms .frm_progress_line li:first-of-type input {
    border-top-left-radius: initial !important;
    border-bottom-left-radius: initial  !important;
    border-left: initial !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-right: 1px solid #515070 !important;
}
[dir="rtl"] .frm_forms .frm_progress_line li:last-of-type input {
    border-top-right-radius: initial !important;
    border-bottom-right-radius: initial !important;
    border-right: initial !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 1px solid #515070;
}
[dir="rtl"] .frm_percent_complete {
    float: right !important;
    margin-left: initial !important;
    margin-right: 13px !important;
}
[dir="rtl"] .frm_pages_complete {
    float: left !important;
    margin-right: initial !important;
    margin-left: 13px !important;
}
.frm_forms .frm_progress_line li:last-of-type input {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 1px solid #515070;
}
.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip {
    border-right: 1px solid #dfdfdf;
}
.frm_forms .frm_progress_line .frm_current_page input[type="button"] {
    border-left: 1px solid #dfdfdf;
}
.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {
    border-right: 1px solid #ffffff;
}
.frm_forms .frm_progress_line input.frm_page_back {
    border-color: #515070;
}
[dir="rtl"] .frm_forms .frm_progress_line li:first-of-type input {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 1px solid #515070;
    background: #515070;
}
[dir="rtl"] .frm_forms .frm_progress_line li:last-of-type input {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 1px solid #515070;
}
[dir="rtl"] .frm_forms .frm_progress_line li:last-of-type input.frm_page_skip {
    border-left: 1px solid #dfdfdf;
    background-color: #dddddd;
    border-right: none;
}
[dir="rtl"] .frm_forms .frm_progress_line .frm_current_page input[type="button"] {
    border-right: 1px solid #dfdfdf;
    border-left: none;
}
[dir="rtl"] .frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {
    border-left: 1px solid #ffffff;
    border-right: none;
}
.frm_rootline.frm_show_lines:before {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.frm_rootline.frm_show_lines {
    position: relative;
    z-index: 1;
}
.frm_rootline.frm_show_lines span {
    display: block;
}
.frm_forms .frm_rootline input {
    width: 30px;
    height: 30px;
    min-height: auto;
    border-radius: 30px;
    padding: 0;
}
.frm_forms .frm_rootline input:focus {
    border-color: #515070;
    border-color: var(--progress-active-bg-color);
}
.frm_forms .frm_rootline .frm_current_page input[type="button"] {
    border-color: #3d3c5c;
    background-color: #515070;
    color: #ffffff;
}
.frm_forms .frm_progress_line input,
.frm_forms .frm_progress_line input:disabled,
.frm_forms .frm_progress_line .frm_current_page input[type="button"],
.frm_forms .frm_rootline.frm_no_numbers input,
.frm_forms .frm_rootline.frm_no_numbers .frm_current_page input[type="button"] {
    color: transparent !important;
}
@media only screen and (max-width: 700px) {
    .frm_progress span.frm_rootline_title,
    .frm_rootline.frm_rootline_10 span.frm_rootline_title,
    .frm_rootline.frm_rootline_9 span.frm_rootline_title,
    .frm_rootline.frm_rootline_8 span.frm_rootline_title,
    .frm_rootline.frm_rootline_7 span.frm_rootline_title,
    .frm_rootline.frm_rootline_6 span.frm_rootline_title,
    .frm_rootline.frm_rootline_5 span.frm_rootline_title {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .frm_rootline.frm_rootline_4 span.frm_rootline_title,
    .frm_rootline.frm_rootline_3 span.frm_rootline_title {
        display: none;
    }
}
.frm_clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.frm_clearfix {
    display: block;
}
.with_frm_style .frm_page_bar .frm_current_page input[type="button"] {
    background-color: #dddddd;
    border-color: #dfdfdf;
    opacity: 1;
}
.frm-edit-page-btn svg{
    width: 15px;
    height: 15px;
}
.with_frm_style .frm_none_container .frm_primary_label, .with_frm_style .frm_pos_none {
    display: none;
}
/* Image checkbox */
.frm_image_size_medium {
    --image-size: 250px;
}
.frm_image_size_large {
    --image-size: 320px;
}
.frm_image_size_xlarge {
    --image-size: 400px;
}
.frm_image_options .frm_opt_container {
    display: grid;
    grid-template-columns: repeat( auto-fill, 150px);
    grid-gap: 20px;
    align-items: stretch;
    margin: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
.frm_display_format_buttons.frm_image_options .frm_selected_checkmark {
    display: none !important;
}

.frm_display_format_buttons.frm_image_options .frm_image_option_container img, .frm_display_format_buttons.frm_image_options .frm_image_option_container .frm_empty_url {
    background: transparent !important;
    max-width: 25px !important;
    height: 25px !important;
    max-height: 80% !important;
}
.frm_image_options .frm_radio input[type=radio],
.frm_image_options .frm_checkbox input[type=checkbox] {
    display: none;
}
.frm_image_options .frm_image_option_container {
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    height: 100%;
    cursor: pointer;
}
.uk-tile-secondary:not(.uk-preserve-color) .frm_image_options .frm_image_option_container,
.uk-tile-primary:not(.uk-preserve-color) .frm_image_options .frm_image_option_container,
.uk-section-secondary:not(.uk-preserve-color) .frm_image_options .frm_image_option_container,
.uk-section-primary:not(.uk-preserve-color) .frm_image_options .frm_image_option_container{
    background: rgba(255,255,255,.1) !important;
    color: rgba(255,255,255,.8) !important;
    border: 1px solid rgb(255,255,255,.1) !important;
}
.frm_image_options .frm_image_option_container.frm_label_with_image .frm_empty_url,
.frm_image_options .frm_image_option_container.frm_label_with_image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.frm_show_images.frm_image_option_container {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.frm-summary-page-wrapper .frm_image_option_container img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.frm_image_option_container .frm_selected_checkmark {
    position: absolute;
    z-index: 99;
    left: -10px;
    top: -12px;
    display: none;
}
.frm_image_option_container .frm_image_placeholder_icon {
    position: absolute;
}
.frm_image_option_container .frm_selected_checkmark svg {
    fill: #666699;
    fill: var(--border-color-active);
    width: 24px;
    height: 24px;
}
.frm_image_option_container .frm_image_placeholder_icon svg {
    width: 63px;
    opacity: .2;
    background: transparent !important;
    max-width: 25px !important;
    height: 25px !important;
    margin-top: -3px;
}
.frm_text_label_for_image {
    text-align: center;
    width: 100%;
    padding: 10px;
    word-break: keep-all;
}
.frm_image_options .frm_image_option_container:hover,
input[type="radio"]:checked+.frm_image_option_container,
input[type="checkbox"]:checked+.frm_image_option_container {
    border-color: #666699;
    box-shadow: 0 0 0 1px #666699;
}
input[type="radio"]:disabled+.frm_image_option_container,
input[type="checkbox"]:disabled+.frm_image_option_container {
    opacity: .7;
    border-color: var(--border-color-disabled);
}
input[type="radio"]:checked+.frm_image_option_container .frm_selected_checkmark,
input[type="checkbox"]:checked+.frm_image_option_container .frm_selected_checkmark {
    display: block;
}
.frm_blank_field.frm_image_options .frm_image_option_container {
    border-color: var(--border-color-error);
}
.frm_image_options .frm_image_option_container .frm_empty_url,
.frm_image_options .frm_image_option_container img {
    width: 100%;
    height: 150px !important;
    height: var(--image-size);
    object-fit: cover;
    border-radius: var(--border-radius);
}
.frm_image_option_container .frm_empty_url {
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-tile-secondary:not(.uk-preserve-color) .frm_image_options .frm_image_option_container .frm_empty_url,
.uk-tile-primary:not(.uk-preserve-color) .frm_image_options .frm_image_option_container .frm_empty_url,
.uk-section-secondary:not(.uk-preserve-color) .frm_image_options .frm_image_option_container .frm_empty_url,
.uk-section-primary:not(.uk-preserve-color) .frm_image_options .frm_image_option_container .frm_empty_url{
    background: rgba(255,255,255,.1) !important;
    color: rgba(255,255,255,.8) !important;
}
.horizontal_radio .frm_checkbox.frm_image_option,
.horizontal_radio .frm_radio.frm_image_option {
    padding-left: 0;
    margin-left: 0;
    width: 100% !important;
}
.frm_checkbox.frm_image_option label,
.frm_radio.frm_image_option label {
    padding-left: 0;
    margin-left: 0;
    min-height: 0;
    visibility: visible;
}
@media screen and (max-width: 768px) {
    .frm-pass-req,
    .frm-pass-verified {
        width: 50% !important;
        white-space: nowrap;
    }
}
.frm-pass-req,
.frm-pass-verified {
    float: left;
    width: 20%;
    line-height: 20px;
    font-size: 12px;
    padding-top: 4px;
    min-width: 175px;
}
[dir=rtl] .frm-pass-req, [dir=rtl] .frm-pass-verified {
    float: right;
}
.frm-pass-req:before,
.frm-pass-verified:before {
    padding-right: 4px;
    font-size: 12px !important;
    vertical-align: middle !important;
}
span.frm-pass-verified::before {
    content: '\e606';
}
span.frm-pass-req::before {
    content: '\e608';
}
div.frm-password-strength {
    width: 100%;
    float: left;
}
.frm_style_formidable-style.with_frm_style span.frm-pass-verified::before {
    color:#468847;
}
.frm_style_formidable-style.with_frm_style span.frm-pass-req::before {
    color:#B94A48;
}
div.frm_repeat_grid:after,
div.frm_repeat_inline:after,
div.frm_repeat_sec:after {
    content: '';
    display: table;
    clear: both;
}
.frm_pos_top.frm_section_spacing.frm_trigger.uk-accordion-title{
    cursor: pointer;
}
.with_frm_style .frm_left_container label.frm_primary_label{
    text-align:left;
    display: block;
}
.with_frm_style  .frm_right_container label.frm_primary_label{
    text-align:right;
    display: block;
}
.with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label {
    visibility: hidden;
    white-space: nowrap;
}
.frm_ajax_loading {
    visibility: hidden;
    width: auto;
}
.uk-checkbox:not(:disabled), .uk-radio:not(:disabled) {
    margin-right: 5px;
}
[dir="rtl"] .uk-checkbox:not(:disabled), .uk-radio:not(:disabled) {
    margin-left: 5px;
}
.frm_repeat_sec:first-of-type .frm_remove_form_row{
    visibility: hidden;
}
@media (min-width: 960px){
    .frm_likert:not(.frm_likert--inline) .frm_radio label, .frm_likert:not(.frm_likert--inline) .frm_checkbox label{
        display: block;
        text-align: center;
        margin: auto;
        position: relative;
        text-indent: -9999px;
        padding-left: 0;

    }
    .frm_likert:not(.frm_likert--inline) .frm_radio .uk-radio, .frm_likert:not(.frm_likert--inline) .frm_checkbox .uk-checkbox{
        display: block !important;
        margin: auto !important;
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .frm_likert:not(.frm_likert--mobile).frm_likert--inline > .form-field .frm_checkbox label, .frm_likert:not(.frm_likert--mobile).frm_likert--inline > .form-field .frm_radio label {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 6px;
        height: 100%;
    }
}
@media (max-width: 961px){
    .frm_likert__heading .frm_opt_container{
        display: none;
    }
}
.frm_likert > .form-field {
     padding-top: 6px;
     padding-bottom: 6px;
     margin-bottom: 0 !important;
}
.frm_likert > .form-field:not(:first-child) {
     border-top: 1px solid var(--border-color);
}
.frm_likert .frm_required {
     display: none;
}
.frm_likert .frm_blank_field .frm_primary_label {
     color: var(--border-color-error);
}
.frm_likert:not(.frm_likert--mobile) .frm_radio,.frm_likert:not(.frm_likert--mobile) .frm_checkbox,.frm_likert:not(.frm_likert--mobile) input[type=radio],.frm_likert:not(.frm_likert--mobile) input[type=checkbox] {
     margin: 0;
     text-align: center;
}
.frm_likert:not(.frm_likert--mobile) .vertical_radio .frm_checkbox label,.frm_likert:not(.frm_likert--mobile) .vertical_radio .frm_radio label {
     text-indent: 0;
}
.frm_likert:not(.frm_likert--mobile) > .form-field {
     display: flex;
     gap: 16px;
}
.frm_likert:not(.frm_likert--mobile) > .form-field .frm_primary_label {
     flex: 0 0 var(--width);
     align-self: center;
}
.frm_likert:not(.frm_likert--mobile) > .form-field .frm_opt_container {
     flex: auto;
     display: inline-grid;
     grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));
     gap: 20px;
     align-items: center;
}
.frm_likert:not(.frm_likert--mobile).frm_likert--inline > .form-field .frm_checkbox,.frm_likert:not(.frm_likert--mobile).frm_likert--inline > .form-field .frm_radio {
     height: 100%;
}
.frm_likert:not(.frm_likert--mobile).frm_likert--inline > .form-field .frm_checkbox label,.frm_likert:not(.frm_likert--mobile).frm_likert--inline > .form-field .frm_radio label {
     display: flex;
     flex-direction: column-reverse;
     align-items: center;
     gap: 6px;
     height: 100%;
}
.frm_likert:not(.frm_likert--mobile):not(.frm_likert--inline) > .form-field .frm_checkbox label,.frm_likert:not(.frm_likert--mobile):not(.frm_likert--inline) > .form-field .frm_radio label {
     display: block;
     position: relative;
     text-indent: -9999px;
     padding-left: 0;
}
.frm_likert:not(.frm_likert--mobile):not(.frm_likert--inline) > .form-field .frm_checkbox label input,.frm_likert:not(.frm_likert--mobile):not(.frm_likert--inline) > .form-field .frm_radio label input {
     position: absolute !important;
     left: 50%;
     transform: translateX(-50%);
}
.frm_likert .frm_primary_label {
     display: block !important;
}
.frm_likert[data-rows-count="1"] .frm_primary_label {
     display: none !important;
}
.with_frm_style .frm_likert__heading {
     background-color: var(--progress_bg_color);
     font-size: var(--check-font-size);
     font-weight: var(--check-weight);
     color: var(--check-label-color);
     border: none;
}
.frm_likert--inline .frm_likert__heading {
     display: none !important;
}
.frm_likert__column {
     text-align: center;
}
.frm_likert--mobile .frm_likert__heading {
     display: none;
}
.frm_likert--mobile .frm_likert__heading + .frm_form_field {
     border: none !important;
}
.frm_likert--mobile .with_frm_style .frm_likert > .form-field {
     padding: 16px 0;
}
@media (max-width: 600px) {
     .frm_likert__heading {
        display: none;
    }
     .frm_likert__heading + .frm_form_field {
        border: none !important;
    }
     .with_frm_style .frm_likert > .form-field {
        padding: 16px 0;
    }
     .with_frm_style .frm_likert .frm_opt_container {
        padding: 0;
    }
}
.with_frm_style.frm_login_form a{
    text-decoration:none;
    border:none;
    outline:none;
    box-shadow:none;
}
.with_frm_style.frm_login_form .cptch_block .cptch_title{
    display:none;
}
@media only screen and (max-width: 600px) {
    .frm_login_form .login_lost_pw.frm_half{
        text-align:left;
    }
    .with_frm_style .login-remember.frm_first.frm_half,.with_frm_style.frm_login_form .login_lost_pw.frm_half{
        text-align:center;
    }
    .with_frm_style.frm_slide.frm_inline_login .frm_form_field,.with_frm_style.frm_slide.frm_inline_login .frm_submit input{
        margin-bottom:20px;
    }
}
@font-face {
     font-family: 'Journal';
     src: url(../../../../../../../../plugins/formidable-signature/assets/journal.eot);
     src: local('Journal Regular'), local('Journal'), url(../../../../../../../../plugins/formidable-signature/assets/journal.woff) format('woff'), url(../../../../../../../../plugins/formidable-signature/assets/journal.ttf) format('truetype'), url('../../../../../../../../plugins/formidable-signature/assets/journal.svg#Journal') format('svg');
     font-weight: normal;
     font-style: normal;
}
.sigPad {
     margin: 0;
     padding: 0;
}
.sigPad label {
     display: block;
     margin: 0 0 0.515em;
     padding: 0;
     color: #000;
     font: italic normal 1em/1.375 Georgia,Times,serif;
}
.sigPad label.error {
     color: #f33;
}
.sigPad input.error {
     border-color: #f33;
}
.sigPad button {
     margin: 1em 0 0 0;
     padding: 0.6em 0.6em 0.7em;
     background-color: #f0e2eb;
     border: 0;
     -moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     border-radius: 8px;
     cursor: pointer;
     color: #ea088c;
     font: bold 1em/1.375 "Helvetica Neue",Helvetica,Arial,sans-serif;
     text-align: left;
}
.sigPad button:hover {
     background-color: #ea088c;
     color: #fff;
}
ul.sigNav {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    z-index: 100;
    right: 0;
    background-color: var(--bg-color);
}
#frm_builder_page ul.sigNav {
    display: block;
}
#frm_builder_page .sigPad input{
    display:none;
}
.frm_form_field .sigPad ul.sigNav li {
    display: block;
    margin: 3px 3px 0;
    margin-top: var(--button-margin);
    margin-left: var(--button-side-margin);
    margin-right: var(--button-margin);
    padding: 0;
    background:none;
    line-height:normal;
}
.frm_form_field .sigNav a {
    margin: 0;
    padding: 8px;
    padding: var(--button-padding);
    border: 0;
    text-decoration: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    background-color: var(--inactive);
}
.frm_form_field .sigNav a,.frm_form_field .sigNav a i {
    display: block;
    font-size: 16px;
    font-size: var(--button-size);
    color: var(--inactive-text);
}
.frm_form_field .sigNav a i {
    width: 20px;
    height: 20px;
    width: var(--icon);
    height: var(--icon);
}
.sigNav a,.sigNav a:active,.sigNav a:focus,.sigNav a:hover{
    box-shadow: none;
}
.frm_form_field .sigNav a.current {
    background-color: #eee;
    background-color: var(--active);
}
.frm_form_field .sigNav a.current,.frm_form_field .sigNav a.current i {
    color: var(--active-text);
}
.sigWrapper {
    clear: both;
    border: 2px solid #eee;
    background-color: #fff;
    box-sizing:content-box;
    position: relative;
    background-color: var(--bg-color);
}
.signed .sigWrapper {
     border: 0;
}
.sigPad .clearButton {
    position: absolute;
    font-size: 13px;
    margin: -25px 5% 0;
    z-index: 2;
    display: inherit;
    line-height: 1em;
    left: 0;
    bottom: 5px;
}
.sigPad .clearButton a {
    color: var(--active);
}
.frm-clear-signature-container {
    margin: 10px 0;
}
.pad {
    position: relative;
    width: 100%;
    height: 100%;
}
.current .pad {
    cursor: crosshair;
    z-index: 1;
}
.typed {
     position: absolute;
     z-index: 90;
     cursor: default;
     color: #145394;
     font: normal 3em/50px "Journal",Georgia,Times,serif;
     padding: 0;
     margin: 0;
     height: 100%;
}
.typed input[type="text"],.typed input[type="text"]:focus,#content .with_frm_style .typed input[type="text"],.with_frm_style .typed input[type="text"],.with_frm_style .typed input[type="text"]:focus{
    font: normal 2em "Journal",Georgia,Times,serif !important;
    text-indent: 6%;
    border:none !important;
    padding: 0 !important;
    margin: 0;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    height: 100% !important;
    width: 100%;
    vertical-align: middle;
    background-color: transparent !important;
}
[dir="rtl"] .typed input[type="text"],[dir="rtl"] .typed input[type="text"]:focus,#content [dir="rtl"] .with_frm_style [dir="rtl"] .typed input[type="text"],[dir="rtl"] .with_frm_style [dir="rtl"] .typed input[type="text"],[dir="rtl"] .with_frm_style [dir="rtl"] .typed input[type="text"]:focus{
    direction: ltr;
    text-align: left;
}
.frm_display_format_buttons .frm_label_button_container:hover,.frm_display_format_buttons .frm_image_option_container:hover, .frm_display_format_buttons input[type=radio]:focus + .frm_label_button_container,.frm_display_format_buttons input[type=radio]:focus + .frm_image_option_container,.frm_display_format_buttons input[type=checkbox]:focus + .frm_label_button_container,.frm_display_format_buttons input[type=checkbox]:focus + .frm_image_option_container, .frm_nps__button:hover, .frm_nps__button:focus {
     border-color: #fafafa;
     box-shadow: 0 0 0 1px #ccc;
}

.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons .frm_label_button_container:hover,
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons .frm_image_option_container:hover, 
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:focus + .frm_label_button_container,
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:focus + .frm_image_option_container,
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:focus + .frm_label_button_container,
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:focus + .frm_image_option_container, 
.uk-tile-secondary:not(.uk-preserve-color) .frm_nps__button:hover, .frm_nps__button:focus,

.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons .frm_label_button_container:hover,
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons .frm_image_option_container:hover, 
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:focus + .frm_label_button_container,
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:focus + .frm_image_option_container,
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:focus + .frm_label_button_container,
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:focus + .frm_image_option_container, 
.uk-tile-primary:not(.uk-preserve-color) .frm_nps__button:hover, .frm_nps__button:focus,

.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons .frm_label_button_container:hover,
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons .frm_image_option_container:hover, 
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:focus + .frm_label_button_container,
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:focus + .frm_image_option_container,
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:focus + .frm_label_button_container,
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:focus + .frm_image_option_container, 
.uk-section-secondary:not(.uk-preserve-color) .frm_nps__button:hover, .frm_nps__button:focus,

.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons .frm_label_button_container:hover,
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons .frm_image_option_container:hover, 
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:focus + .frm_label_button_container,
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:focus + .frm_image_option_container,
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:focus + .frm_label_button_container,
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:focus + .frm_image_option_container, 
.uk-section-primary:not(.uk-preserve-color) .frm_nps__button:hover, .frm_nps__button:focus
{
    border-color:  rgb(255,255,255,.1) !important;
    box-shadow: 0 0 0 1px rgb(255,255,255,.1) !important;
}
.frm_nps__buttons input[type=radio] {
     border: 0;
     width: 1px;
     height: 1px;
     padding: 0;
     position: absolute;
}
.frm_display_format_buttons input[type=radio]:checked + .frm_label_button_container,
.frm_display_format_buttons input[type=radio]:checked + .frm_image_option_container,
.frm_display_format_buttons input[type=checkbox]:checked + .frm_label_button_container,
.frm_display_format_buttons input[type=checkbox]:checked + .frm_image_option_container, 
.frm_nps__button.frm_nps__button--active, 
.frm_nps__buttons input[type=radio]:focus + .frm_nps__button, 
.frm_nps__buttons input[type=radio]:checked + .frm_nps__button {
     background-color: #FAFAFA;
}
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:checked + .frm_label_button_container,
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:checked + .frm_image_option_container,
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:checked + .frm_label_button_container,
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:checked + .frm_image_option_container, 
.uk-tile-secondary:not(.uk-preserve-color) .frm_nps__button.frm_nps__button--active, 
.uk-tile-secondary:not(.uk-preserve-color) .frm_nps__buttons input[type=radio]:focus + .frm_nps__button, 
.uk-tile-secondary:not(.uk-preserve-color) .frm_nps__buttons input[type=radio]:checked + .frm_nps__button,
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:checked + .frm_label_button_container,
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:checked + .frm_image_option_container,
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:checked + .frm_label_button_container,
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:checked + .frm_image_option_container, 
.uk-tile-primary:not(.uk-preserve-color) .frm_nps__button.frm_nps__button--active, 
.uk-tile-primary:not(.uk-preserve-color) .frm_nps__buttons input[type=radio]:focus + .frm_nps__button, 
.uk-tile-primary:not(.uk-preserve-color) .frm_nps__buttons input[type=radio]:checked + .frm_nps__button,
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:checked + .frm_label_button_container,
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:checked + .frm_image_option_container,
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:checked + .frm_label_button_container,
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:checked + .frm_image_option_container, 
.uk-section-secondary:not(.uk-preserve-color) .frm_nps__button.frm_nps__button--active, 
.uk-section-secondary:not(.uk-preserve-color) .frm_nps__buttons input[type=radio]:focus + .frm_nps__button, 
.uk-section-secondary:not(.uk-preserve-color) .frm_nps__buttons input[type=radio]:checked + .frm_nps__button,
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:checked + .frm_label_button_container,
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=radio]:checked + .frm_image_option_container,
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:checked + .frm_label_button_container,
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons input[type=checkbox]:checked + .frm_image_option_container, 
.uk-section-primary:not(.uk-preserve-color) .frm_nps__button.frm_nps__button--active, 
.uk-section-primary:not(.uk-preserve-color) .frm_nps__buttons input[type=radio]:focus + .frm_nps__button, 
.uk-section-primary:not(.uk-preserve-color) .frm_nps__buttons input[type=radio]:checked + .frm_nps__button
{
    background: rgba(255,255,255,.1) !important;
    color: rgba(255,255,255,.8) !important;
    border: 1px solid rgb(255,255,255,.1) !important;
}
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons .frm_label_button_container, 
.uk-section-secondary:not(.uk-preserve-color) .frm_display_format_buttons .frm_image_option_container,
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons .frm_label_button_container, 
.uk-section-primary:not(.uk-preserve-color) .frm_display_format_buttons .frm_image_option_container,
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons .frm_label_button_container, 
.uk-tile-secondary:not(.uk-preserve-color) .frm_display_format_buttons .frm_image_option_container,
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons .frm_label_button_container, 
.uk-tile-primary:not(.uk-preserve-color) .frm_display_format_buttons .frm_image_option_container
{
    border: 1px solid rgb(255,255,255,.0) !important;
}

.frm_nps__statements {
     font-size: var(--description-font-size);
     color: var(--description-color);
     margin-bottom: 6px;
     display: flex;
     justify-content: space-between;
}
.frm_nps__positive {
     text-align: right;
}
.frm_nps__buttons {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 6px;
}
.frm_nps__button {
    flex: 1 1 0;
    max-width: 9.09%;
    height: 32px;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-tile-secondary:not(.uk-preserve-color) .frm_nps__button,
.uk-tile-primary:not(.uk-preserve-color) .frm_nps__button,
.uk-section-secondary:not(.uk-preserve-color) .frm_nps__button,
.uk-section-primary:not(.uk-preserve-color) .frm_nps__button
{
    border-color: rgba(255,255,255,.1);
}
.frm_nps__button:first-of-type {
     margin-left: 0;
}
.frm_nps input[type=radio] + label {
     display: flex;
}
.with_frm_style .frm_form_field.frm_inline_container {
     grid-template-columns: minmax(auto, max-content) auto;
}
@media (max-width: 640px) {
     .frm_nps__button {
        flex: 0 0 3.1333333333em;
    }
}
.frm_display_format_buttons {
     box-sizing: border-box;
}
.frm_display_format_buttons input[type=radio],.frm_display_format_buttons input[type=checkbox] {
     border: 0 !important;
     clip: rect(1px, 1px, 1px, 1px);
     -webkit-clip-path: inset(50%);
     clip-path: inset(50%);
     height: 1px;
     margin: -1px !important;
     overflow: hidden;
     padding: 0;
     position: absolute !important;
     width: 1px !important;
     word-wrap: normal !important;
}
.frm_display_format_buttons input[type=radio]:checked + .frm_image_option_container .frmsvg,.frm_display_format_buttons input[type=checkbox]:checked + .frm_image_option_container .frmsvg {
     opacity: 0.7;
}
.frm_display_format_buttons .frm_label_button_container{
    padding: 5px !important;
    margin: 5px 1px !important;
}
.frm_display_format_buttons.frm_image_options.frm_image_align_right .frm_image_option_container img, .frm_display_format_buttons.frm_image_options.frm_image_align_right .frm_image_option_container .frm_empty_url {
    order: 2;
}
.frm_display_format_buttons .frm_label_button_container,.frm_display_format_buttons .frm_image_option_container {
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: var(--bg-color);
    padding: var(--field-pad);
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
    align-items: center;
    height: 32px;
    height: var(--field-height) !important;
    display: flex;
    box-sizing: border-box;
    white-space: nowrap;
    flex-wrap: nowrap !important;
    gap: 16px;
    overflow: hidden;
    padding: 0 10px;
    border-radius: 3px;
}
.frm_display_format_buttons.frm_text_align_right .frm_label_button_container {
     justify-content: flex-end;
}
.frm_display_format_buttons.frm_text_align_center .frm_image_option_container,.frm_display_format_buttons.frm_text_align_center .frm_label_button_container {
     justify-content: center;
}
.frm_display_format_buttons .frm_radio label,.frm_display_format_buttons .frm_checkbox label {
     display: block;
}
.frm_display_format_buttons .frm_opt_container {
     grid-gap: 6px !important;
}
.chosen-container {
    width: 100% !important;
}
.chosen-container-single .chosen-single span {
    margin-right: 26px;
}
[dir=rtl] .chosen-container-single .chosen-single div {
    right: initial !important;
    left: 10px !important;
}
.with_frm_style .chosen-container{
    font-size:14px;
    font-size:var(--field-font-size);
    position:relative;
    display:inline-block;
    zoom:1;
    vertical-align:middle;
    width:100% !important;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.with_frm_style .chosen-container * {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
.with_frm_style .chosen-container .chosen-drop{
    background:#fff;
    border-top:0;
    position:absolute;
    top:100%;
    z-index:1010;
    width:100%;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}
.with_frm_style .chosen-container.chosen-with-drop .chosen-drop{
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}
.with_frm_style .chosen-container a {
    cursor: pointer;
    color: inherit;
}
.with_frm_style .chosen-container .search-choice .group-name,.with_frm_style .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}
.with_frm_style .chosen-container .search-choice .group-name:after,.with_frm_style .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}
.with_frm_style .chosen-container-single .chosen-single{
    position:relative;
    display:block;
    overflow:hidden;
    padding:0 0 0 8px;
    text-decoration:none;
    white-space:nowrap;
    line-height:24px;
}
.with_frm_style .chosen-container-single .chosen-default {
    color: #999;
}
.with_frm_style .chosen-container-single .chosen-single span{
    margin-right:26px;
    margin-left:15px;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
[dir=rtl] .with_frm_style .chosen-container-single .chosen-single span{
    margin-right:15px;
    margin-left:26px;
}
.with_frm_style .chosen-container-single .chosen-single-with-deselect span{
    margin-right:38px;
}
[dir=rtl] .with_frm_style .chosen-container-single .chosen-single-with-deselect span{
    margin-right:15px;
    margin-left:38px;
}
.with_frm_style .chosen-container-single .chosen-single abbr{
    display:block;
    position:absolute;
    right:26px;
    top:6px;
    width:12px;
    height:12px;
    font-size:1px;
    background:var(--wpr-bg-4ef91fa6-23ef-433d-b8c2-6854f5b4e6dd) -42px 1px no-repeat;
}
[dir=rtl] .with_frm_style .chosen-container-single .chosen-single abbr{
    right: initial;
    left: 26px;
}
.with_frm_style .chosen-container-single .chosen-single abbr:hover{
    background-position:-42px -10px;
}
.with_frm_style .chosen-container-single.chosen-disabled .chosen-single abbr:hover{
    background-position:-42px -10px;
}
.with_frm_style .chosen-container-single .chosen-single div{
    position:absolute;
    right:0;
    top:0;
    display:block;
    height:100%;
    width:18px;
}
.with_frm_style .chosen-container-single .chosen-single div b{
    background:var(--wpr-bg-b191b3e1-8d85-425d-9c1a-50a1d2e306e8) no-repeat 0 2px;
    display:block;
    width:100%;
    height:100%;
}
.with_frm_style .chosen-container-single .chosen-search{
    padding:3px 4px;
    position:relative;
    margin:0;
    white-space:nowrap;
    z-index:1010;
}
.with_frm_style .frm_trigger {
    cursor: pointer;
}
.with_frm_style .chosen-container-single .chosen-search input[type="text"]{
    width:100% !important;
    max-width:100% !important;
    height:auto;
    background:var(--wpr-bg-34b565b6-d81d-4466-8e82-dd7f82d2f935) no-repeat 100% -20px;
    font-size:1em;
    font-family:sans-serif;
    line-height:normal;
    border-radius:0;
    border: 1px solid #e1e1e1;
}
.with_frm_style .chosen-container-single .chosen-drop{
    margin-top:-1px;
    border-radius:0 0 4px 4px;
    background-clip:padding-box;
}
.with_frm_style .chosen-container-single.chosen-container-single-nosearch .chosen-search{
    position:absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}
.with_frm_style .chosen-container .chosen-results{
    cursor:text;
    overflow-x:hidden;
    overflow-y:auto;
    position:relative;
    margin:0 4px 4px 0;
    padding:0 0 0 4px;
    max-height:240px;
    -webkit-overflow-scrolling:touch;
}
.with_frm_style .chosen-container .chosen-results li:before{
    background:none;
}
.with_frm_style .chosen-container .chosen-results li{
    display:none;
    margin:0;
    padding:5px 6px;
    list-style:none;
    line-height:15px;
    word-wrap:break-word;
    -webkit-touch-callout:none;
}
.with_frm_style .chosen-container .chosen-results li,.with_frm_style .chosen-container .chosen-results li span{
    color:#555555;
    color:var(--text-color);
}
.with_frm_style .chosen-container .chosen-results li.active-result{
    display:list-item;
    cursor:pointer;
}
.with_frm_style .chosen-container .chosen-results li.disabled-result{
    display:list-item;
    color:#ccc;
    cursor:default;
}
.with_frm_style .chosen-container .chosen-results li.highlighted{
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.with_frm_style .chosen-container .chosen-results li.no-results{
    display:list-item;
    background:#f4f4f4;
}
.with_frm_style .chosen-container .chosen-results li.group-result{
    display:list-item;
    font-weight:bold;
    cursor:default;
}
.with_frm_style .chosen-container .chosen-results li.group-option{
    padding-left:15px;
}
.with_frm_style .chosen-container .chosen-results li em{
    font-style:normal;
    text-decoration:underline;
}
.with_frm_style .chosen-container-multi .chosen-choices{
    position:relative;
    overflow:hidden;
    margin:0;
    padding:0 5px;
    width:100%;
    height:auto;
    border: 0;
    cursor:text;
}
.with_frm_style .chosen-container-multi .chosen-choices li{
    list-style:none;
}
.with_frm_style .chosen-container-multi .chosen-choices li.search-field{
    margin:0;
    padding:0;
    white-space:nowrap;
}
.with_frm_style .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    margin:1px 0;
    padding:0 !important;
    height:25px;
    outline:0;
    border:0 !important;
    background:transparent !important;
    box-shadow:none;
    color:#666;
    font-size:100%;
    font-family:sans-serif;
    line-height:normal;
    border-radius:0;
    width: 25px;
}
.with_frm_style .chosen-container-multi .chosen-choices li.search-choice{
    position:relative;
    margin:1px 5px 1px 0;
    padding:3px 20px 3px 5px;
    border:1px solid #aaa;
    max-width:100%;
    border-radius:3px;
    color:#333;
    line-height:13px;
    cursor:default;
}
.with_frm_style .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}
.with_frm_style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    position:absolute;
    top:4px;
    right:3px;
    display:block;
    width:12px;
    height:12px;
    background:var(--wpr-bg-e0b37f72-c0cf-4a46-94fe-0b4cf6ba6f67) -42px 1px no-repeat;
    font-size:1px;
}
.with_frm_style .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{
    background-position:-42px -10px;
}
.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-disabled{
    padding-right:5px;
    border:1px solid #ccc;
    background-color:#e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color:#666;
}
.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-focus{
    background:#d4d4d4;
}
.with_frm_style .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{
    background-position:-42px -10px;
}
.with_frm_style .chosen-container-multi .chosen-results{
    margin:0;
    padding:0;
}
.with_frm_style .chosen-container-multi .chosen-drop .result-selected{
    display:list-item;
    color:#ccc;
    cursor:default;
}
.with_frm_style .chosen-container-single.chosen-container-active .chosen-single{
    border: 0;
    box-shadow: unset;
}
.with_frm_style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{
    border:0;
}
.with_frm_style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div{
    border-left:none;
    background:transparent;
}
.with_frm_style .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position:-18px 2px;
}
.with_frm_style .chosen-container-active .chosen-choices {
    border: 0;
}
.with_frm_style .chosen-container-active .chosen-choices li.search-field input[type="text"]{
    color:#111 !important;
}
.with_frm_style .chosen-disabled{
    opacity:0.5 !important;
    cursor:default;
}
.with_frm_style .chosen-disabled .chosen-single{
    cursor:default;
}
.with_frm_style .chosen-disabled .chosen-choices .search-choice .search-choice-close{
    cursor:default;
}
.with_frm_style .chosen-rtl{
    text-align:right;
}
.with_frm_style .chosen-rtl .chosen-single{
    overflow:visible;
    padding:0 8px 0 0;
}
.with_frm_style .chosen-rtl .chosen-single span{
    margin-right:0;
    margin-left:26px;
    direction:rtl;
}
.with_frm_style .chosen-rtl .chosen-single-with-deselect span{
    margin-left:38px;
}
.with_frm_style .chosen-rtl .chosen-single div{
    right:auto;
    left:3px;
}
.with_frm_style .chosen-rtl .chosen-single abbr{
    right:auto;
    left:26px;
}
.with_frm_style .chosen-rtl .chosen-choices li{
    float:right;
}
.with_frm_style .chosen-rtl .chosen-choices li.search-field input[type="text"]{
    direction:rtl;
}
.with_frm_style .chosen-rtl .chosen-choices li.search-choice{
    margin:1px 5px 1px 0;
    padding:3px 5px 3px 19px;
}
.with_frm_style .chosen-rtl .chosen-choices li.search-choice .search-choice-close{
    right:auto;
    left:4px;
}
.with_frm_style .chosen-rtl.chosen-container-single .chosen-results{
    margin:0 0 4px 4px;
    padding:0 4px 0 0;
}
.with_frm_style .chosen-rtl .chosen-results li.group-option{
    padding-right:15px;
    padding-left:0;
}
.with_frm_style .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{
    border-right:none;
}

.with_frm_style .chosen-rtl.chosen-container-single .chosen-single div b{
    background-position:6px 2px;
}
.with_frm_style .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{
    background-position:-12px 2px;
}
.with_frm_style .frm_repeat_sec,.with_frm_style .frm_repeat_inline,.with_frm_style .frm_repeat_grid {
    position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi){
    .with_frm_style .chosen-rtl .chosen-search input[type="text"],.with_frm_style .chosen-container-single .chosen-single abbr,.with_frm_style .chosen-container-single .chosen-single div b,.with_frm_style .chosen-container-single .chosen-search input[type="text"],.with_frm_style .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.with_frm_style .chosen-container .chosen-results-scroll-down span,.with_frm_style .chosen-container .chosen-results-scroll-up span{
        background-image:var(--wpr-bg-5692d416-4d17-4e38-80d4-d244ae5de439) !important;
        background-size:52px 37px !important;
        background-repeat:no-repeat !important;
    }
}
.with_frm_style .frm_dropzone .frmsvg {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block
}