@import url("//fonts.googleapis.com/css?family=Poppins");
.fufi-wrapper {
	margin: 0;
	margin-left: -20px;
	height: 100%;
	padding: 0;
	border: 0;
}
.fufi-plugin {
	width: 100%;
	font-size: 13px;
	font-family: Poppins, Arial, sans-serif;
	color: #0f172a;
	overflow: hidden;
}
.fufi-plugin * {
	box-sizing: border-box;
}
.fufi-plugin-loader {
	width: 100%;
	height: 100px;
	text-align: center;
}

/*links*/
.fufi-plugin a {
	color: #2271b1;
	text-decoration: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fufi-plugin a.hover,
.fufi-plugin a:hover,
.tooltipster-content a.hover,
.tooltipster-content a:hover {
	color: #2271b1;
	text-decoration: underline;
}

/*plugin-content*/
.fufi-plugin .fufi-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*position: relative;*/
	min-height: 100vh;
	padding: 20px;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	min-width: 370px;
}

.fufi-content .fufi-header {
	display: flex;
	margin: 0 0 16px;
	padding: 0;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fufi-header-title {
	font-size: 23px;
	font-weight: 400;
}
.fufi-plugin .fufi-header-buttons {
	display: flex;
	gap: 8px;
	align-items: center;
}
.fufi-plugin .fufi-content .fufi-body {
	padding: 0;
}

.fufi-hidden, .fufi-hidden2, .fufi-templates {
	display: none !important;
}
/*plugin-loader*/
.fufi-loader {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	height: 90px;
}
.fufi-loader .fufi-loader-bar {
	width: 20px;
	border-radius: 10px;
	position: relative;
	animation: alternateHeight 2s infinite ease-in-out;
	}
.fufi-loader .fufi-loader-bar.bar1 {
	height: 40px;
	background: #2271b1;
	animation-delay: 0s;
}
.fufi-loader .fufi-loader-bar.bar2 {
	height: 80px;
	background: #c6bebe;
	animation-delay: 0s;
}
@keyframes alternateHeight {
	0% { height: 40px; }
	50% { height: 80px; }
	100% { height: 40px; }
}
.fufi-loader .fufi-loader-bar.bar2 {
	animation: alternateHeightReverse 2s infinite ease-in-out;
}
@keyframes alternateHeightReverse {
	0% { height: 80px; }
	50% { height: 40px; }
	100% { height: 80px; }
}
.fufi-ajax-loader {
	position: absolute;
	top: 100px;
	margin: 0 auto;
	width: 100%;
}
.fufi-ajax-loader .fufi-loader {
	transform: scale(0.5);
}
/* buttons */
.fufi-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 16px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #fff;
	color: #0f172a;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.1s, border-color;
	gap: 5px;
	min-width: 100px;
	max-width: 300px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}
.fufi-button:hover, .fufi-button:focus {
	border-color: #94a3b8;
	background: #f8fafc;
	color: #135e96;
}
.fufi-main-btn {
	border-color: #3b82f6;
	background: #3b82f6;
	color: #fff;
}
.fufi-main-btn:hover, .fufi-button:focus {
	border-color: #2563eb;
	background: #2563eb;
	color: #fff;
}
.fufi-second-btn {
	background: #f6f7f7;
	border-color: #8c8f94;
	color: #50575e;
}
.fufi-second-btn:hover, .fufi-second-btn:focus {
	background: #f0f0f0;
	border-color: #135e96;
	color: #135e96;
}
.fufi-button-small {
	height: 30px;
	min-width: 20px;
}

.fufi-tabs-buttons {
	border-bottom: 1px solid #cbd5e1;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.fufi-tabs-block {
	max-width: 900px;
}
.fufi-tabs-buttons .fufi-tabs-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	background: transparent;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid transparent;
	color: #64748b;
	font-weight: 500;
	border-bottom: none;
	margin-bottom: -1px;
	cursor: pointer;
	outline: none;
	transition: all .2s;
	border-radius: 8px 8px 0 0;
}
.fufi-tabs-button:hover {
	background: rgba(0, 0, 0, .02);
	color: #0f172a;
}
.fufi-tabs-button.active {
	/*background: #fff;
	border-bottom: #fff;*/
	background: #f4f7f9;
	border-color: #cbd5e1;
	border-bottom: 1px solid #f4f7f9;
	color: #0f172a;
}
.fufi-tabs-panels {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-top: none;
	padding: 16px;
    border-radius: 0 0 8px 8px;
}
.fufi-tabs-panel {
	display: none;
}
.fufi-tab-panel.active {
	display: block;
}
.fufi-tabs-panel.active {
	display: block;
}
.fufi-tabs-flat .fufi-tabs-panels, .fufi-tabs-flat .fufi-tabs-buttons {
	border: 0;
}
.fufi-tabs-flat .fufi-tabs-panels {
	padding: 0 16px;
}
.fufi-tabs-flat .fufi-tabs-button {
	padding: 8px 16px;
	font-size: 12px;
	cursor: pointer;
	border: 2px solid transparent;
	margin-bottom: -1px;
	color: #50575e;
}
.fufi-tabs-flat .fufi-tabs-buttons {
	border-bottom: 1px solid #e2e8f0;
    background: #fafbfc;
}
.fufi-tabs-flat .fufi-tabs-button.active {
	border-bottom-color: #3b82f6;
	color: #3b82f6;
	background: transparent;
	font-weight: 600;
}
	
/*accordion blocks*/
.fufi-accordion-block {
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	margin-bottom: 12px;
	border-radius: 8px;
	overflow: hidden;
}
.fufi-accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	border-bottom: 1px solid #e2e8f0;
	background: #f4f7f9;
	cursor: pointer;
	user-select: none;
	font-weight: 600;
    font-size: 14px;
}
.fufi-accordion-header:hover {
	background: #f8fafc;
}
.fufi-accordion-titles, .fufi-accordion-actions {
	display: flex;
	gap: 10px;
	align-items: center;
}
.fufi-accordion-actions i {
	padding: 5px;
	filter: opacity(0.5);
	border-radius: 6px;
}
.fufi-accordion-actions i:hover {
	filter: opacity(1);
	background: #f1f5f9;
}
.fufi-accordion-body {
	padding: 0 14px;
}
.fufi-drag-handle {
	cursor: grab;
}
.fufi-accordion-full .fufi-accordion-body {
	padding: 0;
}
.fufi-accordion-block.collapsed .fufi-accordion-body {
	display: none;
}
.fufi-accordion-block.collapsed .fufi-accordion-icon {
	transform: rotate(-180deg);
}
.fufi-accordion-body>.fufi-form-row:last-child, .fufi-tabs-panel>.fufi-form-row:last-child {
	border: none;
}

/*form settings*/
.fufi-form-row {
	display: flex;
	border-bottom: 1px solid #e2e8f0;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 10px 0;
	min-height: 51px;
	gap: 5px;
}
.fufi-form-label {
	font-size: 12px;
	font-weight: 600;
	width: 200px;
	flex-shrink: 0;
	font-weight: 600;
}
.fufi-form-fields {
	flex: 1;
	max-width: calc(100% - 200px);
}
.fufi-form-field {
	display: flex; 
	align-items: center;
	gap: 5px;
}
.fufi-field-info {
	font-size: 12px;
	color: #646970;
	font-style: italic;
	margin: 4px 0 0;
}
.fufi-plugin input[type="text"], .fufi-plugin input[type="number"], .fufi-plugin select, .fufi-plugin textarea {
	font-size: 13px;
	color: #1d2327;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	outline: none;
	transition: border-color .1s, box-shadow .1s;
	height: 30px;
	padding: 0 6px;
	width: 350px;
	min-width: 50px;
	max-width: 100%;
}
.fufi-plugin input[type=checkbox]:focus {
	box-shadow: none;
}
.fufi-plugin input[type="checkbox"]:checked {
	box-shadow: none;
	/*background: #ffffff;*/
}
.fufi-plugin input.color-picker {
	width: 160px !important;
}
.fufi-plugin select {
    padding: 0 24px 0 6px;
}
.fufi-plugin textarea {
	width: 100%;
	height: auto;
}
.fufi-plugin input.fufi-small-field {
	width: 70px;
}
.fufi-plugin select.fufi-mini-field {
	width: 30px;
}
.fufi-plugin .fufi-medium-field, .fufi-plugin input.fufi-medium-field {
	width: 150px;
}
.fufi-plugin .fufi-field-right {
	text-align: right;
}
.fufi-plugin input[disabled] {
	color: #2c333880;
}
.fufi-plugin .fufi-toggle input {
	display: none;
}
.fufi-plugin .fufi-toggle input:checked+label {
    background: #3b82f6;
}
.fufi-plugin .fufi-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	user-select: none;
}
.fufi-plugin .fufi-toggle label {
	position: relative;
	width: 40px;
	min-width: 40px;
	height: 22px;
	background: #c3c4c7;
	border-radius: 24px;
	transition: background .2s;
	flex-shrink: 0;
	cursor: pointer;
}
.fufi-plugin .fufi-toggle input:checked+label::after {
	transform: translateX(18px);
}
.fufi-plugin .fufi-toggle span {
	width: 25px;
}
.fufi-plugin .fufi-toggle span.on {
	display: none;
}
.fufi-plugin .fufi-toggle input:checked~span.on {
	display: block;
}
.fufi-plugin .fufi-toggle input:checked~span.off {
	display: none;
}
.fufi-plugin .fufi-toggle label::after {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	transition: left .2s;
}
.fufi-plugin .fufi-toggle input:disabled+label, .fufi-plugin .fufi-toggle input:disabled~span{
	opacity: 0.3;
	cursor: auto; 
}

.fufi-gr-buttons button {
	height: 30px;
}
.fufi-gr-buttons button.selected,
.fufi-gr-buttons button:focus {
	border-color: #3b82f6;
	background: #eff6ff;
	color: #3b82f6;
	font-weight: 500;
}
.fufi-gr-buttons button:disabled {
	color: #cbd5e1;
}
.fufi-gr-buttons button:disabled:hover {
	border: 1px solid #cbd5e1;
	color: #cbd5e1;
}


@media screen and (max-width: 500px) {
	.fufi-form-row {
		flex-direction: column;
		align-items: start;
	}
	.fufi-form-label {
		align-self: start;
		width: 100%;
	}
	.fufi-form-fields {
		max-width: 100%;
		width: 100%;
	}
}

/*table list*/
.fufi-filters-list .search-box {
	z-index: 1000;
}
.fufi-table-list {
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}
.fufi-table-list thead th.column-cb {
	width: 32px;
}
.fufi-table-list thead th, .fufi-table-list tfoot th {
	background: #f9f9f9;
	border-bottom: 1px solid #c3c4c7;
	padding: 8px 12px;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	color: #1d2327;
	white-space: nowrap;
	vertical-align: middle;
}
.fufi-table-list th a {
	color: #1d2327;
}
.fufi-table-list th.sortable, .fufi-table-list th.sorted {
	padding: 0 4px;
}
.fufi-table-list tbody td, .fufi-table-list tbody th {
	padding: 10px 12px;
	border-bottom: 1px solid #f0f0f1;
	vertical-align: middle;
	font-size: 12px;
}
.fufi-table-list tbody th.check-column {
	vertical-align: middle;
	padding-top: 4px;
}
.fufi-table-list tr:hover td {
	background: #f6f8fb;
}
.fufi-table-list .fufi-main-field {
	font-weight: 600;
	font-size: 13px;
}
	
.fufi-table-list .fufi-row-actions {
	margin-top: 5px;
	display: flex;
	cursor: pointer;
	flex-wrap: wrap;
}
.fufi-table-list .fufi-row-actions a {
	margin-right: 5px;
}
.fufi-table-list .fufi-row-actions a.delete {
	color: #d63638;
}
.fufi-table-list-wrapper {
	position: relative;
}

/*popup*/
.fufi-admin-popup {
	position: fixed;
	display: none;
	top: 10000px;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.4);
}
.fufi-popup-show {
	display: flex;
	top: 0;
	left: 0;
}
.fufi-popup-panel {
	min-width: 350px;
	max-width: 100%;
	max-height: 90%;
	font-size: 16px;
	line-height: 24px;
	background: #FFFFFF;
	font-family: Poppins, Arial, sans-serif;
	color: #4C647E;
	overflow: hidden;
	font-weight: 400;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
	margin: auto;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
}
.fufi-popup-panel>div {
    width: 100%;
}
.fufi-popup-header {
	display: flex;
	justify-content: space-between;
	background: #2271b1;
	color: #FFFFFF;
	padding: 10px 26px;
	align-items: center;
	overflow: hidden;
	height: 40px;
    font-size: 16px;
}
/*.waic-popup-compact .waic-popup-header {
	height: 40px;
	font-size: 16px;
}*/
.fufi-popup-body {
	padding: 16px 26px;
	display: flex;
	overflow: auto;
	flex-direction: column;
}
.fufi-popup-buttons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
	align-items: flex-start;
}

.fufi-plugin .fufi-disabled {
	opacity: 0.65;
	cursor: not-allowed;
}
.fufi-pro-badge {
	display: inline-block;
	background: #d63638;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	padding: 1px 5px;
	border-radius: 3px;
	text-transform: uppercase;
	vertical-align: middle;
	margin-left: 6px;
	letter-spacing: 0.3px;
}
.fufi-plugin input.fufi-shortcode {
	padding: 0 8px;
	background: #f0f0f1;
	color: #50575e;
	cursor: pointer;
}
.fufi-plugin .wp-picker-holder {
	position: absolute;
}
.fufi-plugin .wp-color-result {
	width: 30px;
	overflow: hidden;
	padding: 0 !important;
	border-color: #cbd5e1;
}
.fufi-plugin .wp-color-result-text {
	display: none;
}
.fufi-plugin .iris-slider {
	max-height: 100%;
}
.fufi-plugin .wp-picker-input-wrap {
	display: inline !important;
}
.fufi-plugin .wp-picker-input-wrap .wp-picker-clear {
	display: none;
}
.fufi-plugin .wp-color-result:hover, .fufi-plugin .wp-color-result:focus {
	box-shadow: 0 0 0 2px #f4f7f9, 0 0 0 4px #cbd5e1;
	border-color: #cbd5e1;
	outline: none;
}
.fufi-plugin .wp-picker-holder .iris-picker {
	z-index: 10;
	margin: 0;
}
.fufi-field-success, .fufi-field-error {
	background: #bcefbe;
	margin: 10px 0;
	background-color: #d3f1d4;
	border: 1px solid #4CAF50;
	border-radius: 8px;
	padding: 20px;
	width: 100%;
}
.fufi-field-error {
	background-color: #FFEBEB;
	border: 1px solid #FF5858;
}
