.wcf-ca-ibox {
	clear: both;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 0;
}

.wcf-ca-ibox-title {
	background-color: #fff;
	border-image: none;
	border-width: 3px 0 0;
	color: inherit;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 48px;
}

.wcf-ca-ibox-content {
	background-color: #fff;
	color: inherit;
	padding: 15px 20px 20px 20px;
	border-color: #d7dadc;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0;
}

.wcf-ca-raw {
	margin-left: -15px;
	margin-right: -15px;
}

.wcf-ca-grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.grid-container > div {
	background-color: rgba( 255, 255, 255, 0.8 );
	text-align: center;
	padding: 20px 0;
	font-size: 30px;
}

.wcf-ca-center-msg {
	margin: auto;
	width: 50%;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
}

.wcf-ca-switch {
	cursor: pointer;
	text-indent: -999em;
	display: block;
	width: 38px;
	height: 22px;
	border-radius: 30px;
	border: none;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: inset 0 0 0 0 transparent;
}
.wcf-ca-switch:focus {
	outline: none;
}
.wcf-ca-switch::before {
	border-radius: 50%;
	background: #fff;
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 2px;
	left: 2px;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
}
.wcf-ca-switch[wcf-ca-template-switch="on"] {
	box-shadow: inset 0 0 0 11px #008000;
}
.wcf-ca-switch[wcf-ca-template-switch="on"]::before {
	-webkit-transform: translateX( 16px );
	transform: translateX( 16px );
}
.wcf-ca-switch[wcf-ca-template-switch="off"] {
	background: #ccc;
}
.wcf-ca-switch.wcap-loading {
	cursor: default;
	opacity: 0.5;
}

.wcf-ca-trigger-input {
	height: 28px;
	width: 40%;
	margin-right: 10px;
}

.wcf-ca-report-btn {
	padding: 15px 0 15px 0;
	display: flex;
	width: 100%;
	position: relative;
}

.wcf-ca-email-inputs {
	width: 25%;
}

.wcf-ca-coupon-inputs {
	width: 10%;
	vertical-align: middle;
}

.wcf-ca-filter-input {
	height: 28px;
	width: 7em;
	margin: 0;
	text-align: center;
}

.wcf-ca-left-report-field-group {
	flex: 1;
	margin-top: 0;
}
.wcf-ca-right-report-field-group {
	flex: 1;
	text-align: right;
}
.wcf-search-orders {
	display: inline-block;
}
.wcf_export_orders {
	display: inline-block;
	vertical-align: bottom;
	padding-left: 5px;
}

.wcf-ca-report-table-row {
	color: #636363;
	border: 1px solid #e5e5e5;
}

/* Newly Added for the modification of the User Order detail window UI */

/* Column Classes */

.wcf-ca-column-one {
	width: 100%;
}

.wcf-ca-column-two,
.wcf-ca-user-address {
	width: 50%;
}

.wcf-pull-left {
	float: left;
}
.wcf-ca-email-data,
.wcf-ca-user-detail {
	border-radius: 3px;
	padding: 20px 25px;
	min-height: 330px;
	max-height: 420px;
	width: 100%;
	overflow: auto;
}

.wcf-ca-user-detail {
	max-height: 100%;
}

.wcf-ca-user-order {
	border-radius: 3px;
	padding: 25px 25px 30px 25px;
	overflow: hidden;
	height: auto;
	width: 100%;
}

/* Column Classes */

/* Section classes */

.wcf-ca-margin-right {
	margin-right: 13px;
}
.wcf-ca-margin-left {
	margin-left: 13px;
}

.wcf-ca-column {
	background-color: #fff;
	border-radius: 3px;
	display: flex;
}

/* Section Classes */

.wcf-ca-right-report-field-group .back-button {
	height: auto;
	padding: 3px 10px 3px 5px;
}

.wcf-ca-left-report-field-group .back-button .dashicons {
	vertical-align: middle;
}

.wcf-ca-panel {
	cursor: default;
	/*background-color: #fff;*/
	border-radius: 5px;
	display: flex;
	padding: 0;
	margin: 10px 0 25px;
}

.wcf-table {
	border: none;
	text-align: left;
	width: 100%;
}
.wcf-table tr,
.wcf-table tr th,
.wcf-table tr td {
	border: none;
}

.wcf-table tr th a,
.wcf-table tr td a {
	text-decoration: none;
	cursor: pointer;
}

.wcf-table tr th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.wcf-table tr td {
	border-bottom: 1px solid #ddd;
	line-height: 1.42857143;
	vertical-align: top;
	position: relative;
}

.wcf-ca-panel h2 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2;
	text-shadow: 1px 1px 1px #fff;
	padding: 10px 0 15px;
	margin: 0;
}

.wcf-ca-user-order table {
	width: 100%;
}

.wcf-ca-user-order table thead th {
	text-align: center;
	padding: 1em 3em;
	font-weight: 400;
	color: #999;
	/*background: #f8f8f8;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wcf-ca-user-order table thead th:first-of-type {
	padding-left: 3.6em;
	text-align: left;
}

.wcf-ca-user-order table tbody tr td {
	text-align: center;
	padding: 1em 3em;
	vertical-align: middle;
}

.wcf-ca-user-order table tbody tr td:first-of-type {
	text-align: left;
	/*width: 38px;*/
	padding-left: 3em;
}

.wcf-ca-user-order table tbody tr#wcf-ca-discount td:first-of-type,
.wcf-ca-user-order table tbody tr#wcf-ca-other td:first-of-type,
.wcf-ca-user-order table tbody tr#wcf-ca-shipping td:first-of-type,
.wcf-ca-user-order table tbody tr#wcf-ca-cart-total td:first-of-type {
	text-align: right;
	font-weight: 600;
	width: 82%;
}
.wcf-ca-user-order table tbody tr#wcf-ca-discount td {
	border-top: 1px solid #ccc;
}

.wcf-ca-tooltip-text.display_tool_tip {
	display: block;
}

.wcf-ca-tooltip-text::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid #444;
	bottom: auto;
	content: " ";
	font-size: 0;
	left: 25px;
	line-height: 0;
	margin-left: -5px;
	position: absolute;
	top: -10px;
	width: 0;
}

.wcf-ca-tooltip-text {
	background: #444;
	border-radius: 3px;
	color: #fff;
	height: auto;
	left: 0;
	margin-top: 10px;
	max-width: 150px;
	position: absolute;
	padding: 6px 10px;
	width: 100%;
	display: none;
	z-index: 10000;
}
/* Newly Added for the modification of the User Order detail window UI */

.wcf-ca-tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.wcf-ca-tags li {
	float: left;
}

.wcf-ca-tag {
	background-color: #f16334;
	border-radius: 3px 0 0 3px;
	color: #fff;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 5px 0 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

.wcf-ca-tag::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba( 0, 0, 0, 0.25 );
	content: "";
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}

.wcf-ca-tag::after {
	background: #fff;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #f16334;
	border-top: 13px solid transparent;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.wcf-ca-tag:hover {
	background-color: #f16334;
	color: #fff;
}

.wcf-ca-tag:hover::after {
	border-left-color: #f16334;
}

.wcf-sub-heading {
	font-weight: 400;
}

.wcf-ca-spinner {
	float: unset;
}

.wcf-ca-export-spinner {
	float: none;
	margin-left: 5px;
}

.wcf-ca-response-msg {
	vertical-align: sub;
	line-height: 28px;
	margin-left: 10px;
	font-weight: 700;
}

.wcf-ca-export-icon {
	line-height: 1.8;
	font-size: 17px;
}

/* cartflows promotion */
.cartflows-promotion {
	background-color: #f9fafb;
	margin-bottom: -64px;
}
.wcf-ca-cf-promo-header-section h1 {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	color: #1f2937;
	line-height: 48px;
}

.wcf-ca-cf-promo-header-content {
	text-align: center;
	background-color: #fff;
	padding: 64px 16px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.wcf-ca-cf-promo-header-content p {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.wcf-ca-cf-promo-header-logo {
	margin: 0 auto;
}

.wcf-ca-cf-promo-install-button {
	display: inline-flex;
	padding: 12px 24px;
	background-color: #f06434;
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	transition: shadow 0.3s ease-in-out;
	box-shadow: 0 1px 2px 0 #0000000d;
	gap: 3px;
	font-size: 16px;
	text-decoration: none;
}

.wcf-ca-cf-promo-install-button svg {
	width: 1.25rem;
}

.wcf-ca-cf-promo-install-button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.wcf-ca-cf-promo-install-button:hover {
	color: #fff;
}
.wcf-ca-cf-promo-install-button:focus {
	outline: none;
	box-shadow: none;
	color: #fff;
}

.wcf-ca-cf-promo-visit-website {
	display: block;
	margin-top: 12px;
	color: #4b5563;
	text-decoration: underline;
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
}

.wcf-ca-cf-promo-content-section {
	padding: 64px 16px;
	background-color: #fef8f5;
}

.wcf-ca-cf-promo-features-section {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
	/* width: calc( 100% * 2 / 3 ); */
	margin: 0 auto;
	width: 70rem;
}
.wcf-ca-cf-promo-features-section h2 {
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #1f2937;
	width: 50%;
	margin: 0 auto;
}
.wcf-ca-cf-promo-features-grid {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	gap: 24px;
	margin: 0 auto;
}

@media only screen and ( max-width: 768px ) {
	.wcf-ca-cf-promo-header-content {
		padding: 34px 16px;
		gap: 23px;
		width: auto;
		background-position: center center;
		background-size: 100% 100%;
	}
	.wcf-ca-cf-promo-header-tagline {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.wcf-ca-cf-promo-header-section h1 {
		font-size: 23px;
		line-height: 28px;
		padding: 0;
	}
	.wcf-ca-cf-promo-header-content p {
		margin: 0;
	}
	.wcf-ca-cf-promo-content-section {
		padding: 34px 16px;
	}
	.wcf-ca-cf-promo-features-section,
	.wcf-ca-cf-promo-features-section h2 {
		width: 100%;
	}
	.wcf-ca-cf-promo-features-grid {
		display: flex;
		flex-direction: column;
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
}

.wcf-ca-cf-promo-feature-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
	border-radius: 8px;
	text-align: left;
	background-color: #fff;
}
.wcf-ca-cf-promo-feature-item h3 {
	font-size: 16px;
	font-weight: 500;
	color: #1f2937;
	margin: 0;
}
.wcf-ca-cf-promo-feature-item p {
	color: #4b5563;
	font-size: 14px;
	margin: 0;
}
.wcf-ca-cf-promo-feature-icon {
	width: 24px;
	height: 24px;
	display: block;
	color: #f06434;
}

.wcf-ca-cf-promo-features-section > p {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin-bottom: 0;
}
.wcf-ca-cf-promo-divider {
	border-top: 1px solid #4b5563;
	border-bottom: 0;
	width: 2.25rem;
	margin: auto;
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

.wcf-ca-cf-promo-brands-section {
	text-align: center;
	max-width: 688px;
	margin: 0 auto;
}
.wcf-ca-cf-promo-brands-section h2 {
	font-size: 20px;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 40px;
	line-height: 28px;
}
.wcf-ca-cf-promo-brands-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
	margin: 0 auto;
}

.wcf-ca-cf-promo-cta-section {
	margin-top: 3rem !important;
	background-color: #f06434;
	color: #fff;
	padding: 2rem;
	border-radius: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wcf-ca-cf-promo-cta-section > div {
	width: calc( 100% * 3 / 5 );
	text-align: left;
}
.wcf-ca-cf-promo-cta-section h2 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0.5rem;
	margin-top: 0;
	line-height: 28px;
}
.wcf-ca-cf-promo-cta-section p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.wcf-ca-cf-promo-cta-button {
	display: flex;
	gap: 12px;
	justify-content: center;
	border-radius: 6px;
	margin-left: auto;
	height: auto;
	padding: 12px 20px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 #0000000d;
	color: #f06434;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
}

.wcf-ca-cf-promo-feature-icon svg {
	color: #f06434;
}

/* Modal styles for template import */
.wcf-ca-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.5 );
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.wcf-ca-modal-content {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	position: relative;
	max-width: 500px;
	width: 90%;
	text-align: left;
}

.wcf-ca-modal-actions {
	text-align: right;
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.wcf-ca-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.wcf-ca-import-title {
	margin-bottom: 0;
}

.wcf-ca-import-dropzone {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px;
	border: 2px dashed #d1d5db;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
}

.wcf-ca-import-dropzone:hover {
	border-color: #9ca3af;
}

.wcf-ca-import-dropzone .dashicons {
	font-size: 24px;
	color: #9ca3af;
}

.wcf-ca-import-dropzone-text {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #4b5563;
}

.wcf-ca-import-dropzone-subtext {
	margin-top: 8px;
	font-size: 12px;
	color: #6b7280;
}

.wcf-ca-hidden-file {
	display: none;
}
.wcf-ca-file-preview {
	display: none;
	margin-top: 20px;
	padding: 16px;
	border-radius: 6px;
	background-color: #f0fdf4;
}
.wcf-ca-file-preview-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wcf-import-flow--file-info {
	display: flex;
	align-items: center;
	gap: 4px;
}
.wcf-import-flow--file-info svg {
	width: 24px;
	height: 24px;
	color: #9ca3af;
	flex-shrink: 0;
}
.wcf-import-flow--message p {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: #166534;
}
.wcf-import-flow--close-btn button {
	display: inline-flex;
	background-color: #f0fdf4;
	color: #22c55e;
	padding: 6px;
	border-radius: 6px;
}
.wcf-ca-remove-file {
	border: none;
	cursor: pointer;
}
.wcf-import-flow--close-btn button:hover {
	background-color: #dcfce7;
}
.wcf-import-flow--close-btn button:focus {
	outline: none;
	box-shadow: 0 0 0 2px #16a34a;
}
