.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 {
    opacity: 0;
    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);
}
.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;
	margin-top: 5px;
	line-height: 1.42857143;
}

.frm_dropzone.dz-clickable * {
	cursor: default;
}

.frm_dropzone.frm_single_upload {
	max-width: 200px;
}

.frm_dropzone.frm_single_upload.dz-started {
	max-width: 300px;
}

.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{
	background-color: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.1);
}
.uk-tile-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;
}

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

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

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

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

.frm_rtl .frm_switch_opt {
	padding: 0 8px;
}

.frm_rtl .frm_slider:before {
	left: 16px;
}

.frm_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;
	font-size: 18px;
	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:0;
}

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

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

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

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

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

.frm_rtl.frm_forms .frm_progress_line .frm_current_page input[type="button"] {
	border-right: 1px solid #dfdfdf;
	border-left: none;
}

.frm_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: inline-flex;
    flex-flow: wrap;
    flex-direction: row;
    margin: 0 -10px;
}
.frm_image_options .frm_opt_container {
	display: grid;
	grid-template-columns: repeat( auto-fill, 150px);
	grid-gap: 20px;
	align-items: stretch;
	margin-top: 10px;
}

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

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

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

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

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

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;
}
.rtl .uk-checkbox:not(:disabled), .uk-radio:not(:disabled) {
    margin-left: 5px;
}
.frm_repeat_sec:first-of-type .frm_remove_form_row{
	visibility: hidden;
}