html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 14px;
}

#wpwrap,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (orientation: portrait) {
	body {
		font-size: 14px;
	}
}

@media screen and (orientation: landscape) {
	body {
		font-size: 14px;
	}
}

/*Button text length*/
/* Chrome, Safari, Edge, Opera */
.wtai-button-text-length input::-webkit-outer-spin-button,
.wtai-button-text-length input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.wtai-button-text-length input[type=number] {
	-moz-appearance: textfield;
}

.wtai-button-text-length span {
	display: flex;
	align-items: center;
}

.wtai-activity-wrapper.wtai-button-text-length span {
	height: 22px;
	line-height: 22px;
}

.wtai-plus-minus-wrapper {
	flex-direction: column;
	height: 26px;
	justify-content: space-between;
	padding: 1px;
	box-sizing: border-box;
	gap: 1px;
}

.wtai-button-text-length {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (min-width:1280px) {
	.wtai-field-form-wrap .wtai-button-text-length {
		justify-content: flex-end;
		flex-wrap: nowrap;
	}
}

.wtai-button-text-length .wtai-input-group {
	height: 28px;
	border: 1px solid #DDDDDD;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	margin-left: 6px;
	overflow: hidden;
	box-sizing: border-box;
}

.wtai-button-text-length .wtai-button-text-length .wtai-input-group {
	height: 24px;
}

.wtai-activity-wrapper.wtai-button-text-length .wtai-input-group {
	margin-right: 5px;
	height: 22px;
}

.wtai-activity-wrapper>.wtai-lbl {
	position: relative;
}

.wtai-activity-wrapper>.wtai-lbl>input {
	margin-right: 8px;
	position: absolute;
	left: 0;
	top: 2px;
}

@media (min-width: 0px) {
	.wtai-activity-wrapper.wtai-button-text-length .wtai-input-group {
		margin-left: 32px;
	}

	.wtai-activity-wrapper>.wtai-lbl {
		padding-left: 32px;
	}

	.wtai-activity-wrapper>.wtai-lbl>input {
		top: 6px;
	}
}

@media (min-width: 480px) {
	.wtai-activity-wrapper.wtai-button-text-length .wtai-input-group {
		margin-left: 5px;
		margin-left: 5px;
	}
}

@media (min-width: 783px) {
	.wtai-activity-wrapper>.wtai-lbl {
		padding-left: 24px;
	}

	.wtai-activity-wrapper>.wtai-lbl>input {
		top: 8px;
	}
}

.wtai-button-text-length .wtai-product-textlength-field-wrapper .wtai-input-group {
	margin-left: 0;
}

.wtai-button-text-length .wtai-input-group .wtai-txt-minus,
.wtai-button-text-length .wtai-input-group .wtai-txt-plus {
	width: 21px;
	height: 11.5px;
	cursor: pointer;
}

input[type="number"]:focus,
input[type="text"]:focus {
	outline: none !important;
	border: 0 !important;
}

.wtai-button-text-length .wtai-input-group input {
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.07);
	margin: 0;
	width: 38px;
	height: 28px;
	padding: 0px 6px;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #303030;
	border: 0;
	min-height: 28px;
	border-radius: 0 !important;
	border: none;
	background-color: transparent;
	outline: none !important;
	-moz-appearance: textfield !important;
	appearance: textfield !important;
	box-sizing: border-box;
	background-color: #fff;
}

.wtai-activity-wrapper.wtai-button-text-length .wtai-input-group input {
	height: 22px;
	line-height: 22px;
	min-height: 22px;
}

.wtai-button-text-length .wtai-input-group .dashicons:before {
	content: "";
	display: none;
}

.wtai-button-text-length .wtai-input-group .wtai-txt-minus,
.wtai-button-text-length .wtai-input-group .wtai-txt-plus {
	background-color: #F6F6F6;
	background-image: url(../images/ic_arrow_tl_default.svg);
	background-position: center center;
	background-repeat: no-repeat !important;
}

.wtai-button-text-length .wtai-input-group .wtai-txt-plus:hover,
.wtai-button-text-length .wtai-input-group .wtai-txt-minus:hover {
	background-image: url(../images/ic_arrow_tl_hover.svg);
}

.wtai-button-text-length .wtai-input-group .wtai-txt-minus {
	transform: rotate(-180deg) !important;
}

.wtai-button-text-length>label {
	margin-right: 15px;
	display: flex !important;
	align-items: center;
	height: 32px;
	font-size: 13px;
	line-height: 1.2;
	color: #303030;
}

.wtai-global-settings-content-right-wrap .wtai-button-text-length>label {
	display: block !important
}

.wtai-activity-wrapper.wtai-button-text-length>label {
	margin-right: 0;
	height: 22px;
	line-height: 22px;
}

@media (max-width: 782px) {
	.wtai-activity-wrapper.wtai-button-text-length>label {
		height: 28px;
		line-height: 28px;
	}

	.wtai-activity-wrapper.wtai-button-text-length span,
	.wtai-activity-wrapper.wtai-button-text-length .wtai-input-group {
		height: 24px;
	}
}

.wtai-button-text-length>label.wtai-bulk-length-label {
	margin-right: 0;
	display: block !important;
	align-self: flex-start;
	line-height: 1.5;
}

.wtai-product-textlength-title {
	font-size: 14px;
	line-height: 19px;
}

.wtai-product-textlength-field-container.wtai-product-textlength-field-container-desc {
	margin-bottom: 30px;
}

.wtai-text-label {
	min-width: 40px;
}

.wtai-button-text-length .wtai-product-textlength-field-wrapper.wtai-min {
	margin-bottom: 10px;
}

.wtai-product-textlength-field-wrapper {
	display: flex;
	align-items: center;
}

.wtai-button-spin-wrapper .wtai-button-text-length {
	margin-top: 20px;
}

@media (min-width:0px) and (max-width: 479px) {
	.wtai-button-text-length>label {
		width: 100%;
	}

	.wtai-activity-wrapper.wtai-button-text-length>label {
		display: block !important;
	}
}

@media (min-width:0px) {
	.wtai-button-text-length .wtai-text-input-label {
		margin-left: 6px;
	}

	.wtai-button-text-length .wtai-text-input-label {
		margin-left: 30px;
	}

	.wtai-activity-wrapper.wtai-button-text-length>label {
		margin-bottom: 10px;
	}
}

@media (min-width:0px) and (max-width: 374px) {
	.wtai-activity-wrapper.wtai-button-text-length>label {
		line-height: 1.5;
		display: flex !important;
		align-items: center;
	}
}

@media (min-width: 375px) {

	.wtai-activity-wrapper.wtai-button-text-length>label {
		margin-bottom: 0;
	}

}

@media (min-width: 768px) and (max-width: 1079px) {
	.wtai-button-text-length>label {
		width: 100%;
	}

	.wtai-activity-wrapper.wtai-button-text-length>label {
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.wtai-button-spin-wrapper .wtai-button-text-length>label {
		width: auto;
	}
}

@media (min-width:1200px) and (max-width: 1359px) {
	.wtai-button-spin-wrapper .wtai-button-text-length>label {
		width: 100%;
	}
}

@media (max-width: 599px) {

	.wtai-card-wrapper .wtai-card-details-wrapper .wtai-content .wtai-field-form-wrap.text-length label,
	#TB_ajaxContent .wtai-product-fields-wrapper .wtai-product-textlength-container label {
		width: 100%;
	}

	.wtai-button-text-length .wtai-product-textlength-field-wrapper.wtai-min {
		margin-bottom: 0;
		margin-right: 30px;
	}

	.thickbox-loading.wtai-tb-window-modal-generate .wtai-button-text-length .wtai-product-textlength-field-wrapper.wtai-min {
		margin-bottom: 10px;
		margin-right: 0;
	}

	.wtai-cart-install-wrapper .wtai-card-wrapper .wtai-card-details-wrapper .wtai-content .wtai-button-text-length label {
		margin-bottom: 15px;
	}

	.wtai-keyword-optimization-main-wrap .wtai-keyword-options-wrap.wtai-flex-column-options.wtai-category-text-field-options-wrap,
	.wtai-keyword-optimization-main-wrap .wtai-keyword-options-wrap.wtai-flex-column-options.wtai-product-text-field-options-wrap {
		display: flex;
	}
}

@media (max-width: 359px) {
	.wtai-button-text-length .wtai-product-textlength-field-wrapper.wtai-min {
		margin-right: 18px;
	}
}


/*Popup*/
.wtai-d-flex {
	display: flex;
}

.wtai-restart-ko-confirmation-modal,
#wtai-form-settings .wtai-loader-generate {
	background: #FFFFFF;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	max-height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	position: fixed;
	z-index: 9993;
	display: none;
}

#wtai-form-settings {
	position: relative;
}

#wtai-form-settings #wtai-product-edit-cancel .wtai-exit-edit-leave.disabled {
	pointer-events: none;
	background: #2271b1 !important;
	border-color: #2271b1 !important;
	color: #fff !important;
	text-decoration: none;
	text-shadow: none;
}

@media (min-width: 0px) {
	.wtai-restart-ko-confirmation-modal,
	#wtai-form-settings .wtai-loader-generate {
		top: 46px;
	}

	.wtai-restart-ko-confirmation-modal,
	#wtai-form-settings .wtai-loader-generate {
		padding: 15px;
	}

	.wtai-restart-ko-confirmation-modal,
	#wtai-form-settings .wtai-loader-generate {
		width: calc(100% - 30px);
		left: 15px;
		box-sizing: border-box;
	}

	#wtai-form-settings .wtai-loading-edit-cancel-container {
		flex-direction: column;
		height: 100%;
	}

	#wtai-form-settings .wtai-loading-edit-cancel-container .wtai-loading-actions-container {
		width: max-content;
		gap: 3px;
		margin: auto 0 0;
		width: 100%;
		justify-content: center;
	}

	#wtai-form-settings .wtai-loading-edit-cancel-container .wtai-loading-actions-container .button {
		min-width: 120px;
		text-align: center;
	}

	#wtai-form-settings .wtai-loading-actions-container a {
		float: right;
	}

	#wtai-form-settings .wtai-loading-edit-cancel-container {
		flex-direction: column;
		height: 100%;
	}
}

@media (min-width:0px) and (max-width: 567px) {
	.wtai-restart-ko-confirmation-modal,
	#wtai-form-settings #wtai-product-edit-cancel.wtai-loader-generate {
		height: 140px !important;
		left: 15px;
		text-align: center;
	}

	.wtai-restart-ko-confirmation-modal{
		height: auto !important;
	}
}

@media (min-width: 568px) {
	.wtai-restart-ko-confirmation-modal,
	#wtai-form-settings #wtai-product-edit-cancel.wtai-loader-generate {
		width: 550px !important;
		height: 140px !important;
		margin-left: -225px !important;
	}

	.wtai-restart-ko-confirmation-modal,
	#wtai-form-settings #wtai-product-edit-cancel.wtai-loader-generate {
		left: 50% !important;
	}

	.wtai-restart-ko-confirmation-modal{
		height: auto !important;
	}
}

@media (min-width: 782px) {
	.wtai-restart-ko-confirmation-modal,
	#wtai-form-settings .wtai-loader-generate {
		top: 40px;
	}
}

@media (min-width: 768px) {
	.wtai-restart-ko-confirmation-modal,
	#wtai-form-settings .wtai-loader-generate {
		width: 600px;
		left: calc(50% - 300px);
	}

}

@media (min-width: 992px) {
	.wtai-restart-ko-confirmation-modal,
	#wtai-form-settings .wtai-loader-generate {
		width: 758px;
		left: 50%;
		left: calc(50% - 379px);
	}
	
	#wtai-form-settings .wtai-loader-generate {
		padding: 20px;
	}

	.wtai-restart-ko-confirmation-modal{
		padding: 20px;
	}

}

/*Select all in settings*/
.wtai-label-select-all-wrap {
	display: flex;
	width: 100% !important;
	font-weight: 500;
	justify-content: space-between;
	margin-bottom: 13px;
	position: relative !important;
	padding-left: 25px;
}

.wtai-label-select-all-wrap input {
	position: absolute !important;
	left: 0;
	/* top: 0; */
}

.wtai-tb-window-modal-generate .wtai-label-select-all-wrap input{
	top: 2px;
}

.wtai-global-settings-content-right-wrap .wtai-label-select-all-wrap input {
	/* top: 0; */
	top: 7px !important;
}


@media (max-width: 768px) {
	.wtai-global-settings-content-right-wrap .wtai-label-select-all-wrap input {
		/* top: 0; */
		top: 3px !important;
	}
}


.wtai-product-all-trigger.transfer .wtai-label-select-all-wrap input {
	top: 4px;
}

.wtai-setting .wtai-label-select-all-wrap input,
.wtai-product-textfields-container .wtai-product-wrap .wtai-label-select-all-wrap input {
	top: 5px;
}

@media (min-width: 0px) {
	.wtai-product-all-trigger.transfer .wtai-label-select-all-wrap input {
		left: 1px;
	}
}

@media (min-width: 783px) {
	.wtai-cart-install-wrapper .wtai-label-select-all-wrap input {
		top: 7px;
	}

	.wtai-product-all-trigger.transfer .wtai-label-select-all-wrap input {
		left: 0;
	}
}

/* wta footer styles */
.wtai-footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	color: #2C3338;
	margin-left: 160px;
	z-index: 99999;
	background: #FFF;
	box-shadow: 0px 0px 3px rgb(85 93 102 / 15%)
}

.folded .wtai-footer-wrap {
	margin-left: 36px;
}

.wtai-footer-content-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 20px;
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.wtai-footer-content-wrap .wtai-footer-right-wrap {
	width: 50%
}

.wtai-footer-content-wrap .wtai-footer-left-wrap {
	width: 50%
}

.wtai-site-credits-wrap,
.wtai-footer-link-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 15px
}

.wtai-site-credits-wrap {
	justify-content: flex-end;
}

.wtai-footer-separator {
	width: 1px;
	height: 14px;
	background: #A7AAAD;
}

.wtai-footer-separator.wtai-light {
	width: 1px;
	height: 14px;
	background: #C3C4C799;
}

.wtai-footer-link a {
	color: #2C3338;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.wtai-site-credits {
	color: #2C3338;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wtai-site-credits a {
	color: #2271B1;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
}

@media only screen and (max-width: 1100px) {

	.wtai-site-credits-wrap,
	.wtai-footer-link-wrap {
		gap: 10px
	}

	.wtai-footer-content-wrap .wtai-footer-right-wrap {
		width: 60%
	}

	.wtai-footer-content-wrap .wtai-footer-left-wrap {
		width: 40%
	}
}

@media only screen and (max-width: 960px) {
	.auto-fold .wtai-footer-wrap {
		margin-left: 36px;
	}

	.wtai-footer-content-wrap {
		font-size: 12px
	}
}

@media only screen and (max-width: 782px) {

	.wtai-footer-wrap,
	.folded .wtai-footer-wrap,
	.auto-fold .wtai-footer-wrap {
		margin-left: 0;
	}

	.wtai-footer-content-wrap .wtai-footer-right-wrap,
	.wtai-footer-content-wrap .wtai-footer-left-wrap {
		width: 100%
	}

	.wtai-footer-content-wrap .wtai-footer-left-wrap {
		margin-bottom: 10px;
	}

	.wtai-footer-link-wrap,
	.wtai-site-credits-wrap {
		justify-content: center;
	}

	#wtai-product-details-image_alt_text.postbox {
		margin-bottom: 120px
	}

	body.wtai-page-list #wpbody {
		padding-bottom: 80px
	}
}

@media only screen and (max-width: 460px) {
	.wtai-site-credits-wrap {
		flex-wrap: wrap;
	}

	.wtai-footer-separator.wtai-hide-mobile {
		display: none !important
	}

	.wtai-site-credits-1 {
		width: 100%;
		text-align: center;
	}

	#wtai-product-details-image_alt_text.postbox {
		margin-bottom: 40px
	}

	body.wtai-page-list #wpbody {
		padding-bottom: 100px
	}
}

@media only screen and (max-width: 360px) {

	.wtai-site-credits-wrap,
	.wtai-footer-link-wrap {
		gap: 6px;
		text-align: center;
	}
}

/*popup unsaved/leave*/
.wtai-overlay-div-2,
.overlayDiv {
	position: relative;
}

.wtai-overlay-div-2:before,
.overlayDiv:before {
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	/*opacity: 0.25;
	background: pink;*/
}

.wtai-overlay-div-2:before {
	z-index: 9993;
}

.overlayDiv:before {
	z-index: 1;
}

#wtai-form-settings .wtai-country-selection-popup-wrap.wtai-loader-generate,
.wtai-country-selection-popup-wrap.wtai-loader-generate {
	max-width: 500px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9999;
	display: none;
	padding: 0;
	overflow-x: unset;
	overflow-y: unset;
	margin-left: 80px;
}

body.folded #wtai-form-settings .wtai-country-selection-popup-wrap.wtai-loader-generate,
body.folded .wtai-country-selection-popup-wrap.wtai-loader-generate{
	margin-left: 18px;
}

.wtai-country-selection-popup-overlay {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 9998;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

#wtai-form-settings .wtai-loader-generate.wtai-shown,
#wtai-form-settings .wtai-country-selection-popup-overlay.wtai-loader-generate.wtai-shown,
.wtai-country-selection-popup-overlay.wtai-shown,
.wtai-country-selection-popup-wrap.wtai-loader-generate.wtai-shown {
	display: block
}

.wtai-country-selection-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

.wtai-country-selection-header {
	position: relative;
	padding: 20px;
	text-align: left;
}

.wtai-country-selection-header h2 {
	margin-top: 0;
	color: #1D2327;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.wtai-country-selection-description {
	color: #1D2327;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
}

.wtai-country-selection-dropdown-container-wrap {
	padding: 20px 0;
	border-top: 1px solid #DCDCDE;
	border-bottom: 1px solid #DCDCDE;
	text-align: left;
}

.wtai-country-selection-dropdown-inner-wrap {
	padding-left: 20px;
	padding-right: 20px;
}

.wtai-country-selection-dropdown-inner-wrap-selected {
	width: 100%;
	min-height: 135px;
	margin-top: 15px;
	max-height: 150px;
	overflow-y: auto;
}

.wtai-selected-items {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
}

.wtai-country-selection-dropdown-inner-wrap-selected .wtai-item {
	align-self: flex-start;
	background: #96C3F3 url('../images/ic_round-close.svg') no-repeat calc(100% - 5px) center;
	border-radius: 4px;
	padding: 5px 28px 5px 10px;
	position: relative;
	cursor: pointer;
	color: #303030;
	border: 0;
	text-shadow: none;
	box-shadow: none;
}

.wtai-country-selection-dropdown-inner-wrap-selected .wtai-ic-country-wrapper {
	display: none;
}

.wtai-country-selection-dropdown-inner-wrap-selected.wtai-empty .wtai-ic-country-wrapper {
	display: flex;
}

.wtai-country-selection-dropdown-inner-wrap-selected.wtai-empty {
	background: #F6F6F6;
	align-items: center;
	justify-content: center;
	display: flex;
}

.wtai-select-placeholder {
	position: absolute;
	z-index: 2;
	padding: 11px 10px 9px;
	left: 0;
	color: #8C8F94;
	font-size: 14px;
	line-height: 18.62px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 25px;
	width: 100%;
}

.wtai-country-selection-dropdown-inner-wrap .selectize-input.error-required {
	border-color: #FF0000;
}

.wtai-ic-country-wrapper {
	background: url('../images/ic_country_selected.svg') no-repeat center top;
	color: #88888880;
	padding-top: 50px;
	font-size: 14px;
	line-height: 20px;
}

.wtai-country-selection-cta-wrap {
	padding: 20px;
	text-align: right;
}


.wtai-country-selection-dropdown-label {
	color: #303030;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
	display: block
}

.wtai-country-selection-dropdown-wrap {
	position: relative;
}

.wtai-country-count-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #8C8F94;
	background: #FFF;
	z-index: 9999
}

.wtai-country-selection-dropdown-inner-wrap .selectize-control.multi .selectize-input [data-value] {
	background-color: #96C3F3;
	border-radius: 4px;
	padding: 5px 23px 5px 10px;
	position: relative;
	cursor: pointer;
	color: #303030;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	/*display: none*/
}

.wtai-country-selection-dropdown-inner-wrap .selectize-input {
	border: 1px solid #8C8F94;
	box-shadow: none !important;
	background-color: #fff;
	padding: 0 8px;
	background-image: none;
	padding-right: 25px !important;
	cursor: pointer;
	/*max-height: 39px;*/
	overflow: auto
}

.wtai-country-selection-dropdown-inner-wrap .selectize-input:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #808080 transparent transparent transparent;
	right: 10px;
	margin-top: -2px;
}

.wtai-country-selection-dropdown-inner-wrap .selectize-dropdown {
	top: 39px !important;
}

.wtai-country-selection-dropdown-inner-wrap .selectize-input>input {
	min-height: 37px !important;
	width: 90% !important
}

.wtai-country-selection-dropdown-inner-wrap .selectize-input.has-items>input {
	min-height: 30px !important;
}

.wtai-country-selection-dropdown-wrap .selectize-input.items input#wtai-localized-country-dropdown-selectized::placeholder {
	color: #303030;
	opacity: 1;
	/* Firefox */
}

.wtai-country-selection-dropdown-wrap .selectize-input.items input#wtai-localized-country-dropdown-selectized::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #303030;
}

.wtai-product-attribute-sub-text,
.wtai-featured-image-sub {
	font-size: 11px;
	line-height: 1.5;
	display: block;
	font-style: italic;
}

.wtai-disable-premium-feature {
	position: relative;
}

.wtai-disable-premium-feature::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.50);
	z-index: 1;
	cursor: not-allowed;
}

.wtai-keyword-optimization-footer-wrap .wtai-disable-premium-feature::after,
.wtai-install-setup .wtai-auto-transfer-time-content.wtai-disable-premium-feature::after,
.wtai-install-setup .wtai-ko-optimization-content.wtai-disable-premium-feature::after {
	background: #F6F6F6;
	opacity: 0.5;
}

.wtai-premium-wrap {
	display: inline-flex;
	align-items: center;
	height: 21px;
	padding: 2px 6px;
	text-align: center;
	border-radius: 3px;
	background: var(--Premium, linear-gradient(94deg, #00376D 0%, #06C 100%));
	cursor: pointer;
	margin-left: 5px;
	position: relative;
	z-index: 2
}

.wtai-premium-wrap.wtai-light {
	background: #fff;
}

.wtai-premium-wrap.wtai-premium-other-product-details {
	margin-top: -5px;
}

.wtai-premium-wrap.wtai-premium-bulk-options {
	align-self: center;
}

.wtai-premium-wrap-label {
	color: #FFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	margin-left: 5px;
	line-height: 21px;
}

.wtai-premium-wrap.wtai-light .wtai-premium-wrap-label {
	color: #00376D
}

.wtai-premium-wrap-ico {
	display: block;
	width: 13px;
	height: 13px;
	background-image: url(../images/ic_premium.svg);
	background-repeat: no-repeat;
	background-size: contain
}

.wtai-premium-wrap.wtai-light .wtai-premium-wrap-ico {
	background-image: url(../images/ic_premium_blue.svg);
}

.wtai-premium-wrap.wtai-premium-target-market-text {
	position: absolute;
	top: 7px;
	right: 6px;
}

.wtai-bulk-refresh-page-notification-overlay,
.wtai-premium-modal-overlay-wrap {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 999998;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.wtai-premium-modal-overlay-wrap.wtai-shown {
	display: block;
}

.wtai-premium-modal-wrap {
	position: fixed;
	top: 40px;
	z-index: 999;
	display: none;
	width: 550px;
	max-height: 90%;
	left: 50%;
	transform: translate(-50%, 0);
	background: #fff;
	z-index: 999999;
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 80px;
}

body.folded .wtai-premium-modal-wrap {
	margin-left: 18px;
}

.wtai-premium-modal-wrap.wtai-shown {
	display: block;
}

.wtai-premium-modal-wrap .wtai-premium-modal-header-wrap {
	padding: 30px;
	background: var(--Premium, linear-gradient(94deg, #00376D 0%, #06C 100%));
	position: relative
}

.wtai-premium-modal-wrap .wtai-premium-modal-header-wrap .wtai-pm-close-ico {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 20px;
	top: 20px;
	background-image: url(../images/ic_outline-close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.wtai-premium-modal-wrap .wtai-premium-modal-header-wrap h2 {
	display: flex;
	align-items: center;
	color: #FFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px 0;
}

.wtai-premium-modal-wrap .wtai-premium-modal-header-wrap .wtai-pm-description {
	color: #FFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.wtai-premium-modal-wrap .wtai-premium-modal-header-wrap .wtai-premium-wrap-ico {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px
}

.wtai-premium-modal-wrap .wtai-premium-modal-body-wrap {
	padding: 30px;
}

.wtai-premium-wrap.wtai-premium-featured-image-single,
.wtai-premium-wrap.wtai-premium-featured-image-settings {
	margin-left: 0;
	margin-top: 5px
}

.wtai-pm-features-check-ico {
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-park-solid_check-one.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
}

.wtai-pm-features-wrap li,
.wtai-pm-features-wrap ul {
	list-style-type: none;
}

.wtai-pm-features-wrap ul {
	margin: 0;
	padding: 0
}

.wtai-pm-features-wrap li {
	display: flex;
	padding: 6px 0px;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}

.wtai-pm-features-wrap li .wtai-pm-features-label {
	color: #303030;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: calc(100% - 40px);
}

.wtai-pm-cta-wrap {
	margin-top: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 10px
}

.wtai-pm-cta-wrap .wtai-pm-cta-ico {
	width: 16px;
	height: 16px;
	background-image: url(../images/eva_diagonal-arrow-right-up-outline.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}

.wtai-pm-cta-wrap .wtai-pm-cta-link {
	height: 40px;
	padding: 0px 14px;
	border-radius: 3px;
	background: #00376D;
	color: #FFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
}

@media screen and (max-width: 782px) {
	.wtai-premium-modal-wrap {
		top: 60px
	}
}

@media screen and (max-width: 600px) {
	.wtai-premium-modal-wrap {
		max-width: 90%
	}
}

.wtai-disable-premium-feature label {
	vertical-align: top !important;
}

.wtai-image-alt-metabox .wtai-checkboxes-alt:disabled,
.wtai-product-attr-image-wrap #wtai-product-main-image:disabled,
.wtai-checkboxes-alt-text-all:disabled,
#wtai-featured-product-image:disabled {
	border-color: rgba(220,220,222,.75) !important;
	cursor: not-allowed !important;
}

body.wtai-premium-badge-displayed .wtai-checkboxes-alt-text-all:disabled {
	border-color: #ccc !important;
}

.wtai-card-wrapper .wtai-card-details-wrapper .wtai-content .wtai-field-form-wrap.wtai-product-attribute-wrapper .wtai-product-attr-container .wtai-product-attr-item.wtai-product-attr-item-product-research-enabled,
.wtai-card-container-wrapper .wtai-product-attr-item-product-research-enabled,
.writetext-ai_page_write-text-ai-settings .wtai-product-attr-item-product-research-enabled,
.wtai-card-wrapper .wtai-card-details-wrapper .wtai-content .wtai-field-form-wrap.wtai-product-attribute-wrapper .wtai-product-attr-container .wtai-product-attr-item.wtai-product-attr-item-featured-image,
.wtai-card-container-wrapper .wtai-product-attr-item-featured-image,
.writetext-ai_page_write-text-ai-settings .wtai-product-attr-item-featured-image,
.wtai-card-container-wrapper .wtai-product-attr-item-product-tags,
.writetext-ai_page_write-text-ai-settings .wtai-product-attr-item-product-tags {
	width: calc( 50% - 10px );
}

.wtai-card-container-wrapper .wtai-product-attr-item-product-research-enabled .wtai-product-attribute-sub-text,
.writetext-ai_page_write-text-ai-settings .wtai-product-attr-item-product-research-enabled .wtai-product-attribute-sub-text,
.wtai-card-container-wrapper .wtai-product-attr-item-featured-image .wtai-featured-image-sub,
.writetext-ai_page_write-text-ai-settings .wtai-product-attr-item-featured-image .wtai-featured-image-sub {
	display: inline-block;
	margin-right: 5px
}

.wtai-card-container-wrapper .wtai-product-attr-item-featured-image .wtai-premium-featured-image-settings,
.writetext-ai_page_write-text-ai-settings .wtai-product-attr-item-featured-image .wtai-premium-featured-image-settings {
	margin-top: 0;
	margin-left: 0;
}

.wtai-card-container-wrapper .wtai-step-3-wrapper .wtai-product-attr-item-featured-image label {
	display: inline-block !important;
}

@media screen and (max-width: 1210px) {

	.wtai-card-container-wrapper .wtai-step-3-wrapper .wtai-product-attr-item-featured-image label,
	.wtai-card-container-wrapper .wtai-product-attr-item-featured-image label,
	.writetext-ai_page_write-text-ai-settings .wtai-product-attr-item-featured-image label {
		display: block !important;
		width: 100%;
	}

	.wtai-card-container-wrapper .wtai-product-attr-item-featured-image .wtai-premium-featured-image-settings,
	.writetext-ai_page_write-text-ai-settings .wtai-product-attr-item-featured-image .wtai-premium-featured-image-settings {
		margin-top: 5px;
		margin-left: 0;
	}
}

.wtai-credit-cost-wrap {
	display: none !important
}

.wtai-credit-info-wrap {
	display: flex;
	gap: 15px;
	align-items: center;
}

.wtai-credit-info-links-wrap {
	display: flex;
	align-items: center;
	gap: 10px
}

.wtai-credit-info-links-wrap a {
	display: block;
	text-align: center;
}

@media (max-width: 1200px) {

	body.wtai-open-single-slider .wtai-footer-content-wrap .wtai-footer-right-wrap,
	body.wtai-open-single-slider .wtai-footer-content-wrap .wtai-footer-left-wrap {
		width: 100%;
	}

	body.wtai-open-single-slider .wtai-footer-content-wrap .wtai-footer-left-wrap {
		margin-bottom: 10px;
	}

	body.wtai-open-single-slider .wtai-site-credits-wrap,
	body.wtai-open-single-slider .wtai-footer-link-wrap {
		text-align: center;
		justify-content: center;
	}
}

@media (max-width: 1200px) {

	.wtai-footer-content-wrap .wtai-footer-right-wrap,
	.wtai-footer-content-wrap .wtai-footer-left-wrap {
		width: 100%;
	}

	.wtai-footer-content-wrap .wtai-footer-left-wrap {
		margin-bottom: 10px;
	}

	.wtai-site-credits-wrap,
	.wtai-footer-link-wrap {
		text-align: center;
		justify-content: center;
	}
}

@media (max-width: 720px) {

	.wtai-restore-global-settings-wrap {
		width: 100%
	}

	.wtai-credit-info-separator {
		display: none !important
	}
}

@media (max-width: 460px) {

	.wtai-credit-info-links-wrap,
	.wtai-credit-available-wrap {
		text-align: center;
		justify-content: center;
	}

	.wtai-credit-info-wrap {
		gap: 10px
	}
}

.wtai-country-selection-single-dropdown-wrap {
	margin-top: 10px;
}

.wtai-country-selection-single-dropdown-wrap .wtai-country-single-dropdown {
	width: 100%;
	max-width: 100%;
	border: 1px solid #8C8F94;
	height: 40px
}

.wtai-footer-mobile-wrap {
	display: none
}

@media screen and (max-width: 1100px) {
	.wtai-footer-content-wrap {
		font-size: 12px
	}
}

@media (max-width: 767px) {

	.wtai-footer-separator.wtai-hide-step-separator,
	.wtai-footer-wrap .wtai-footer-hidden-mobile {
		display: none !important
	}

	body.wtai-open-single-slider .wtai-footer-content-wrap .wtai-footer-left-wrap,
	.wtai-footer-content-wrap .wtai-footer-left-wrap {
		margin-bottom: 0;
	}

	body.wtai-open-single-slider .wtai-site-credits-wrap,
	body.wtai-open-single-slider .wtai-footer-link-wrap,
	.wtai-site-credits-wrap,
	.wtai-footer-link-wrap {
		justify-content: flex-start;
		text-align: left;
	}

	.wtai-hide-step-cb-wrap {
		flex: 1;
		text-align: right;
	}

	.wtai-footer-mobile-wrap {
		display: block;
	}

	.wtai-footer-mobile-wrap .wtai-footer-content-wrap {
		display: block
	}

	.wtai-footer-mobile-wrap .wtai-site-credits-wrap,
	.wtai-footer-mobile-wrap .wtai-footer-link-wrap {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.wtai-footer-mobile-wrap .wtai-footer-link-wrap {
		margin-bottom: 10px
	}

	.wtai-slide-right-text-wrapper .wtai-footer-mobile-wrap {
		margin-bottom: 100px
	}

	body.wtai-open-single-slider .wtai-footer-mobile-wrap .wtai-site-credits-wrap,
	body.wtai-open-single-slider .wtai-footer-mobile-wrap .wtai-footer-link-wrap,
	.wtai-site-credits-wrap,
	.wtai-footer-mobile-wrap .wtai-footer-link-wrap,
	.wtai-footer-mobile-wrap .wtai-restore-global-settings-wrap {
		text-align: center;
		justify-content: center
	}

	.wtai-footer-mobile-settings-wrap {
		margin-top: 40px;
	}

	.wp-core-ui .button,
	.wp-core-ui .button-primary,
	.wp-core-ui .button-secondary {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width: 360px) {

	.wtai-hide-step-cb-wrap {
		font-size: 12px
	}

	.wtai-footer-content-wrap {
		padding: 10px
	}
}


.wtai-footer-credit-tooltip.wtai-tooltip.hover:before{
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 2px);
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #333 transparent; /* Up arrow */
}

.wtai-footer-credit-tooltip.wtai-tooltip.wtai-tooltip-bottom.hover:before {
	content: '';
	position: absolute;
	top: -10px;           /* Push above the tooltip box */
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #333 transparent transparent transparent; /* Down arrow */
  }

.wtai-footer-credit-tooltip.wtai-tooltip .wtai-tooltiptext {
	visibility: hidden;
	border-color: rgba(0, 0, 0, 0.12);
	background: #333;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 20px;
	position: absolute;
	z-index: 99999;
	/*opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;*/
}

.wtai-footer-credit-tooltip.wtai-tooltip .wtai-tooltiptext a{
	color: #fff
}

.wtai-footer-credit-tooltip.wtai-tooltip {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	cursor: pointer;
	top: 1px;
}

.wtai-footer-credit-tooltip.wtai-tooltip .wtai-icon-tooltip,
.wtai-footer-credit-tooltip.wtai-tooltip img {
	position: relative;
	cursor: pointer;
}

.wtai-footer-credit-tooltip.wtai-tooltip .wtai-icon-tooltip{
	font-size: 16px;
}

.wtai-footer-credit-tooltip.wtai-tooltip {
	margin-right: 0 !important;
}

.wtai-footer-credit-tooltip.wtai-tooltip .wtai-tooltiptext {
	right: auto;
	top: -48px;
	width: 200px !important;
	left: -10px;
	padding: 10px;
}

.wtai-footer-credit-tooltip.wtai-tooltip.hover .wtai-tooltiptext {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.wtai-footer-credit-tooltip.wtai-tooltip .dashicons-editor-help:before {
	color: #777777;
}

input[type=checkbox].disabled,
input[type=checkbox].disabled:checked:before,
input[type=checkbox]:disabled,
input[type=checkbox]:disabled:checked:before,
input[type=radio].disabled,
input[type=radio].disabled:checked:before,
input[type=radio]:disabled,
input[type=radio]:disabled:checked:before {
	opacity: 1 !important;
}

.wtai-freemium-badge-wrap {
	background: linear-gradient(93.67deg, #00376D 0%, #0066CC 100%);
	padding: 20px;
}

.wtai-freemium-badge-content-wrap {
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.01em;
	text-align: center;
	padding: 0 60px;
	line-height: 1.3;
}

.wtai-cart-install-wrapper .wtai-card-wrapper.wtai-step-freemium-wrapper .wtai-card {
	padding: 0
}

.wtai-freemium-popup-wrap {
	background: linear-gradient(93.67deg, #00376D 0%, #0066CC 100%);
	padding: 30px 20px;
	width: 750px;
	position: fixed;
	top: 120px;
	left: 50%;
	transform: translate(-50%, 0);
	height: auto;
	border-radius: 3px;
	z-index: 99999;
	display: none;
	/*margin-left: 80px;*/
}

body.writetext-ai_page_write-text-ai-settings .wtai-freemium-popup-wrap {
	top: 60px;
}

.wtai-freemium-popup-close {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 20px;
	top: 20px;
	background-image: url(../images/ic_outline-close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.wtai-freemium-popup-wrap .wtai-freemium-popup-content-header {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
}

.wtai-freemium-popup-wrap .wtai-freemium-popup-content-header .wtai-crown-ico {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/ic_premium.svg);
	background-repeat: no-repeat;
	background-size: contain
}

.wtai-freemium-popup-wrap.wtai-already-premium .wtai-freemium-popup-content-header .wtai-crown-ico {
	display: none;
}

.wtai-freemium-popup-wrap .wtai-freemium-popup-content-header .wtai-freemium-header-txt {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	color: #fff;
}

.wtai-freemium-popup-wrap .wtai-freemium-popup-description {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	color: #fff
}

.wtai-freemium-popup-wrap .wtai-freemium-popup-description strong {
	font-weight: 700;
}

.wtai-premium-disclaimer-text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #fff;
	display: block;
	margin-top: 30px
}


@media (max-width: 782px) {
	.wtai-freemium-popup-wrap {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.wtai-freemium-badge-content-wrap {
		padding: 0 20px
	}

	.wtai-freemium-popup-wrap {
		width: 80%;
		max-width: 600px;
	}

	.wtai-freemium-popup-wrap .wtai-freemium-popup-content-header .wtai-freemium-header-txt {
		font-size: 20px
	}
}

div.updated.wtai-popup-blocker-notice,
.wtai-popup-blocker-notice {
	background: #FBEBEB !important
}

.wtai-popup-blocker-notice p {
	font-family: Segoe UI;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.wtai-popup-blocker-notice .notice-dismiss {
	padding: 12px 9px
}

.wtai-history-content-corrector {
	display: none !important;
}

/* Checkbox switcher */
/* Hide default checkbox */
.wtai-switcher-cb-wrap input {
	display: none;
}

/* Create slider container */
.wtai-switcher {
	position: relative;
	width: 36px;
	height: 20px;
	background-color: #ccc;
	border-radius: 20px;
	cursor: pointer;
	transition: background-color 0.4s;
}

/* Create slider circle */
.wtai-switcher:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	border-radius: 50%;
	transition: transform 0.4s;
}

/* If checked */
.wtai-switcher-cb-wrap input:checked+.wtai-switcher {
	background-color: #2271B1;
}

/* If checked, move the slider circle */
.wtai-switcher-cb-wrap input:checked+.wtai-switcher:before {
	transform: translateX(16px);
}

.wtai-cart-install-wrapper .wtai-card-wrapper .wtai-card p.wtai-small-subtext,
.wtai-small-subtext {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
}

/* WTAI tab */

.wtai-tab-main-wrapper {
	flex: 1
}

.wtai-tab-main-wrapper .wtai-tab-link-wrapper .wtai-tab-link-list-wrapper {
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.wtai-tab-main-wrapper .wtai-tab-link-wrapper .wtai-tab-link-list-wrapper .wtai-tab-link-item {
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE;
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
	background: #EEEEEE;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: rgba(29, 35, 39, 0.6);
	cursor: pointer;
}

.wtai-tb-window-modal-generate .wtai-tab-main-wrapper .wtai-tab-link-wrapper .wtai-tab-link-list-wrapper .wtai-tab-link-item {
	color: #1D2327
}

.wtai-tab-main-wrapper .wtai-tab-link-wrapper .wtai-tab-link-list-wrapper .wtai-tab-link-item.wtai-active-tab {
	color: #1D2327;
	background: #fff;
	position: relative;
	border-color: #CCCCCC;
	font-weight: 600;
}

.wtai-tab-main-wrapper .wtai-tab-link-wrapper .wtai-tab-link-list-wrapper .wtai-tab-link-item.wtai-active-tab:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -2px;
	background-color: #fff;
	left: 0;
}

.wtai-tab-content-wrapper .wtai-tab-content {
	display: none;
}

.wtai-tab-content-wrapper .wtai-tab-content.wtai-active-tab {
	display: block;
}

.wtai-tab-footer-wrapper,
.wtai-tab-content-wrapper {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	position: relative;
	padding: 0;
}

.wtai-tab-content-wrapper .wtai-tab-content-inner {
	padding: 20px;
	background: transparent
}

.wtai-tab-footer-wrapper .wtai-tab-footer-inner-wrapper {
	text-align: right;
	padding: 10px 20px;
	background: #FFFFFF
}

.wtai-tab-link-list-wrapper .wtai-tab-link-item-label-txt,
.wtai-tab-link-list-wrapper .wtai-tab-link-item-sub-txt {
	display: block
}

.wtai-tab-link-item-sub-txt {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: #1D232799;
	margin-top: 5px
}

.wtai-tab-link-item-sub-txt.wtai-text-changed {
	font-style: italic;
}

.wtai-tb-window-modal-generate .wtai-tab-link-item-sub-txt.wtai-text-changed {
	font-style: normal;
}

.wtai-tab-content-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 10;
	display: none;
}

.wtai-tab-content-loader:after {
	background-image: url(../images/spinner-1s-20px.gif);
	background-size: auto;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 11;
	content: '';
	background-blend-mode: overlay;
	mix-blend-mode: multiply;
}

.wtai-premium-wrap.wtai-hide-premium-feature,
.wtai-ads-placeholder-wrap.wtai-hide-premium-feature {
	display: none;
}

.wtai-tab-content-mobile-header,
.wtai-tab-link-item-mobile-headline {
	display: none;
}

@media screen and (max-width: 767px) {
	.wtai-tab-main-wrapper .wtai-tab-link-wrapper {
		display: none;
	}

	.wtai-tab-content-wrapper {
		border-top: 1px solid #CCCCCC;
	}

	.wtai-tab-content-wrapper .wtai-tab-content.wtai-active-tab,
	.wtai-tab-content-wrapper .wtai-tab-content {
		display: block;
	}

	.wtai-tab-link-item-mobile-headline {
		display: block;
		font-weight: 600;
		font-size: 14px;
		padding-bottom: 10px;
	}

	.wtai-tab-content-wrapper .wtai-tab-content-inner {
		border-bottom: 1px solid #CCCCCC;
		padding: 15px;
	}

	.wtai-keyword-optimization-main-wrap .wtai-keyword-optimization-label-flex {
		display: none
	}

	.wtai-tab-content-mobile-header {
		padding: 10px 0 15px 0;
		display: block;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.2;
		text-align: left;
		color: #303030;
	}
}

.wtai-ko-product-fields-wrap .wtai-product-text-field-option-cb.warning,
.wtai-ko-category-fields-wrap .wtai-category-text-field-option-cb.warning {
	border-color: red;
}


.wtai-v2-popup-overlay-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999991;
	background-color: #000;
	opacity: 0.7;
}

.wtai-v2-popup-wrapper {
	display: none;
	width: 650px;
	min-height: 300px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999992;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	overflow: hidden;
	margin-left: 80px;
}

.wtai-v2-popup-wrapper.wtai-v2-popup-wide-wrapper {
	width: 720px;
}

body.folded .wtai-v2-popup-wrapper {
	margin-left: 18px;
}

.wtai-v2-popup-content-wrapper{
	background-color: #fff;
}

.wtai-v2-popup-content-inner-wrapper {
	display: flex;
	min-height: 300px;
}

.wtai-v2-popup-content-inner-wrapper-left {
	width: 220px;
	position: relative;
}

.wtai-v2-popup-content-inner-wrapper-right {
	flex: 1;
	padding: 30px;
}

.wtai-v2-popup-image-banner {
	width: 100%;
	height: 100%;
	background-image: url(../images/v2-banner.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.wtai-welcome-v2-popup-wrapper .wtai-v2-popup-image-banner {
	
	background: var(--Premium, linear-gradient(94deg, #00376D 0%, #06C 100%));
}

.wtai-v2-popup-background-image {
    width: 100%;
    height: 100%;
    background-image: url(../images/v2-banner-stars.svg);
    background-size: 180px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-repeat: no-repeat;
}

.wtai-v2-popup-background-image.wtai-popper-image-bg {
	background-image: url(../images/banner-img-popper.png);
	background-blend-mode: luminosity;
	mix-blend-mode: luminosity;
}

.wtai-v2-popup-background-image.wtai-feature-lock-image-bg {
	background-image: url(../images/banner-img-lock.png);
	background-blend-mode: luminosity;
	mix-blend-mode: luminosity;
}

.wtai-v2-popup-background-image.wtai-box-image-bg {
	background-image: url(../images/banner-img-box.png);
	background-blend-mode: luminosity;
	mix-blend-mode: luminosity;
}

.wtai-v2-popup-content-header-wrapper {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	color: #303030;
}

.wtai-v2-popup-content-text-wrapper {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #303030;
}

.wtai-v2-popup-content-text-wrapper {
	margin-top: 20px;
}

.wtai-v2-popup-content-close-btn-icon {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/ic_outline-close.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

.wtai-v2-popup-content-close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.wtai-v2-popup-content-button-wrapper {
	text-align: right;
	margin-top: 80px;
}

.wtai-main-welcome-v2-popup-wrapper .wtai-v2-popup-content-button-wrapper,
.wtai-new-tier-unlocked-banner-wrapper .wtai-v2-popup-content-button-wrapper {
	margin-top: 30px;
}

.wtai-v2-popup-content-button-wrapper .wtai-v2-popup-content-button.button{
	min-height: 32px
}

@media screen and (max-width: 960px) {
	.wtai-v2-popup-wrapper,
	.wtai-v2-popup-wrapper.wtai-v2-popup-wide-wrapper {
		width: 75%;
		margin-left: 0
	}
}

@media screen and (max-width: 767px) {
	.wtai-v2-popup-wrapper {
		width: 90%;
	}
}

@media screen and (max-width: 600px) {

	.wtai-v2-popup-content-inner-wrapper-left,
	.wtai-v2-popup-image-banner {
		display: none;
	}
}

.wp-core-ui .button-primary-disabled,
.wp-core-ui .button-primary.disabled,
.wp-core-ui .button-primary:disabled,
.wp-core-ui .button-primary[disabled] {
	cursor: not-allowed;
}

.wtai-automatic-text-optimization-option-cb-label{
	position: relative;
	display: inline-block;
	padding-right: 25px;
}

.wtai-auto-text-optimization-warning,
.wtai-full-automation-actions-item-transfer.wtai-disabled .wtai-full-automation-transfer-icon-wrap{
	background-image: url(../images/warning-icon.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
	cursor: pointer;
	display: block
}

.wtai-auto-text-optimization-warning{
	display: none;
}

.wtai-auto-text-optimization-warning.wtai-show-warning {
	display: block;
	cursor: pointer;
	top: 1px;
}

.wtai-auto-text-optimization-warning-tooltip,
.wtai-full-automation-transfer-icon-wrap-tooltip{
	max-width: 300px;
	font-size: 12px;
	line-height: 18px;
}

.writetext-ai-splash {
	max-width: 650px;
	margin: 40px auto;
	text-align: center;
}

.writetext-ai-splash-container {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	color: #2C3338;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.writetext-ai-splash-header {
	margin-bottom: 20px;
}

.writetext-ai-splash-header h1{
	font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #1D2327;
}

.writetext-ai-logo {
	max-width: 180px;
	height: auto;
	margin-bottom: 20px;
}

.writetext-ai-splash-content-inner{
	display: flex;
	align-items: center;
    gap: 15px;
}

.writetext-ai-splash-content-text {
	font-size: 14px;
	line-height: 1.6;
	color: #2C3338;
	text-align: left;
}

.writetext-ai-splash-content-loader {
	display: block;
	align-self: flex-start;
    padding-top: 5px;
}

.writetext-ai-splash-content-loader-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/spinner-1s-20px.gif);
	background-size: auto;
}

.wtai-cannibalization-notice ul {
    display: grid;
    grid-auto-flow: column;      /* Makes items flow by column instead of row */
    grid-template-rows: repeat(5, auto); /* Creates 5 rows */
    /*grid-template-columns: repeat(2, 1fr);*/
	grid-template-columns: 50% 50%;
    margin: 0;
    padding: 0;
	gap: 0 5px;
}

.wtai-cannibalization-notice ul li {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.wtai-cannibalization-notice ul li a {
    display: block;              /* Makes the anchor tag take full width */
    white-space: nowrap;         /* Prevents text from wrapping */
    overflow: hidden;            /* Hides overflow content */
    text-overflow: ellipsis;     /* Shows ellipsis for overflow text */
    text-decoration: none;       /* Optional: removes underline */
	padding-bottom: 3px;
}

.wtai-cannibalization-notice.notice{
	padding-bottom: 10px;
}

.wtai-first-visit-notice,
.wtai-send-review-notice{
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left-width: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	margin: 10px 0 15px!important;
	padding: 1px 12px;
}

.wtai-first-visit-notice.is-dismissible ,
.wtai-send-review-notice.is-dismissible {
    padding-right: 38px;
    position: relative;
}

.wtai-send-review-notice.notice-info{
	border-left-color: #72aee6;
}

.wtai-first-visit-notice.notice-success{
	border-left-color: #00a32a;
}

.wtai-first-visit-notice p,
.wtai-send-review-notice p{
	margin: .5em 0;
    padding: 2px;
}

@media screen and (max-width: 782px) {
	.wtai-first-visit-notice .notice-dismiss,
	.wtai-send-review-notice .notice-dismiss{
		padding: 10px 13px!important
	}
}

@media screen and (max-width: 767px) {
	.wtai-cannibalization-notice ul {
        grid-auto-flow: row;                 /* Change flow to row */
        grid-template-columns: 100%;         /* Single column */
        grid-template-rows: auto;            /* Auto rows */
		gap: 0
    }

    .wtai-cannibalization-notice ul li {
        width: 100%;                        /* Full width list items */
        padding: 0 0 5px 0;                 /* Adjust padding for single column */
    }	
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{
	margin-top: 4px!important
}

.wtai-disable-premium-feature-tooltip.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{
	margin-top: 0!important
}

body.wtai-installtion-setup-page .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{
	margin-top: 1px!important
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{
	margin-bottom: 3px!important;
}

body.wtai-installtion-setup-page .tooltipster-sidetip.tooltipster-top .tooltipster-arrow{
	margin-bottom: 1px!important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{
	display: none!important
}

/* Search intent popover warning */

.wtai-intent-popover{
	display: none;
	position: absolute;
	z-index: 9999999;
	margin-top: -30px;
}

.wtai-intent-popover-inner{
	background: #333; 
	max-width: 350px; 
	min-width: 350px; 
	padding: 20px; 
	border-radius: 4px; 
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
	position: relative;
	font-size: 12px; 
	line-height: 1.2; 
}

.wtai-intent-popover-inner::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px; /* Adjust to match gap */
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    /* Optional: add a border for the arrow */
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.08));
}

.wtai-intent-popover-message{
	margin-bottom: 16px;
	color: #fff;
}

.wtai-intent-popover-message p{
	margin: 0;
	font-size: 12px; 
	line-height: 1.5; 
	color: #fff;
}

.wtai-intent-popover-confirm-btn{
	display: block;
}

.wtai-intent-popover-actions{
	text-align: right;
}

.wtai-intent-popover-arrow {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 20px;
    height: 10px;
    pointer-events: none;
}

.wtai-checked-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.wtai-checked-list li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wtai-checked-list.wtai-checked-list-top li {
	align-items: flex-start;
}

.wtai-checked-list li .wtai-checked-list-icon {
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-park-solid_check-one.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}

.wtai-checked-list.wtai-checked-list-top li .wtai-checked-list-icon{
	margin-top: 5px;
}

.wtai-checked-list li .wtai-checked-list-text {
	width: calc(100% - 20px);
	line-height: 1.5;
}

.wtai-v2-popup-content-main-header-text{
	margin-top: 5px;
	line-height: 1.3
}

.wtai-v2-popup-content-sub-header-text{
	font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
}

.wtai-custom-notice{
	background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    padding: 1px 12px;
	margin: 5px 0 15px;
}

.wtai-custom-notice.notice-warning {
    border-left-color: #dba617;
}

.wtai-custom-notice p {
    margin: .5em 0;
    padding: 2px;
}

.mce-i-alignnone:before {
    content: "\f134"!important;  /* This is the WordPress dashicon code for align-none */
    font-family: dashicons!important;
}

@media screen and (max-width: 960px){
	#wtai-form-settings .wtai-country-selection-popup-wrap.wtai-loader-generate,
	.wtai-country-selection-popup-wrap.wtai-loader-generate,
	body.folded #wtai-form-settings .wtai-country-selection-popup-wrap.wtai-loader-generate,
	body.folded .wtai-country-selection-popup-wrap.wtai-loader-generate {
		margin-left: 0;
	}
}

@media screen and (max-width: 782px) {
	body.folded .wtai-v2-popup-wrapper,
	.wtai-v2-popup-wrapper {
		margin-left: 0;
	}

	#wtai-form-settings .wtai-country-selection-popup-wrap.wtai-loader-generate,
	.wtai-country-selection-popup-wrap.wtai-loader-generate,
	body.folded #wtai-form-settings .wtai-country-selection-popup-wrap.wtai-loader-generate,
	body.folded .wtai-country-selection-popup-wrap.wtai-loader-generate,
	.wtai-premium-modal-wrap,
	body.folded .wtai-premium-modal-wrap {
		margin-left: 0;
	}
}

.wtai-product-attr-container .wtai-product-attr-item label{
	word-break: break-word;
}

.wp-core-ui select.wtai-auto-transfer-user{
	max-width: 250px;
}

.wtai-notice.error .wtai-rest-ping-error-notice ul{
	margin-left: 35px;
	list-style: disc;
}

.wtai-notice.error .wtai-rest-ping-error-notice li{
	list-style-position: initial!important;
	list-style-type: disc;
}

.wtai-country-selection-warning-wrapper{
	color: #1D2327;
	font-weight: 400;
	position: relative;
	padding: 10px 0;
}

.wtai-notice.wtai-notice-error,
.wtai-notice.wtai-notice-warning{
	border: 1px solid #c3c4c7;
	border-left-color: #d63638;
	background: #fff;    
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    padding: 1px 12px;
	margin: 15px 0
}

.wtai-notice.wtai-notice-error{
	border-left-color: #d63638;
}

.wtai-notice.wtai-notice-warning{
	border-left-color: #dba617;
}

.wtai-notice.wtai-country-selection-warning-notice-wrapper{
	margin-bottom: 0;
}