<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Icons */

@font-face {
	font-family: 'icons';
	src: url('../fonts/icons.eot?-q3um4l');
	src: url('../fonts/icons.eot?#iefix-q3um4l') format('embedded-opentype'),
	   url('../fonts/icons.woff?-q3um4l') format('woff'),
	   url('../fonts/icons.ttf?-q3um4l') format('truetype'),
	   url('../fonts/icons.svg?-q3um4l#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Edit order */

#woocommerce-delivery-notes-box .inside {
	margin: 0;
	padding: 0;
}

#woocommerce-delivery-notes-box .button {
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	margin-top: 0.65em;
	margin-bottom: 0.35em;
}

#woocommerce-delivery-notes-box span.print-preview-loading {
	position: absolute;
	right: 2.5em;
	top: -2.35em;
}

#woocommerce-delivery-notes-box span.print-preview-loading,
.type-shop_order .column-order_actions span.print-preview-loading {
	display: none;
	vertical-align: middle;
}

#woocommerce-delivery-notes-box .print-actions {
	padding: 10px 12px;
}

#woocommerce-delivery-notes-box .print-info {
	margin-top: 0.3em;
	border-top: 1px solid #ddd;
	padding: 10px 12px;
	margin-bottom: 0;
	background-color: #f5f5f5;
}

/* All orders */
.type-shop_order .column-order_actions .print-preview-button {
	display: block;
	text-indent: -9999px;
	position: relative;
	height: 1em;
	width: 1em;
	padding: 0 !important;
	height: 2em !important;
	width: 2em;
}

.type-shop_order .column-order_actions .print-preview-button:before {
	font-family: "icons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	content: "";
	line-height: 1.85;
	
	content: "\e603";
} 

.type-shop_order .column-order_actions .print-preview-button.invoice:before {
	content: "\e602";
}

.type-shop_order .column-order_actions .print-preview-button.delivery-note:before {
	content: "\e601";
}

.type-shop_order .column-order_actions .print-preview-button.receipt:before {
	content: "\e604";
}

.type-shop_order .column-order_actions .print-preview-button.credit-note:before {
	content: "\e600";
}

.type-shop_order .column-order_actions span.print-preview-loading {
	float: left;
	margin-top: 3px;
}

.type-shop_order .column-order_actions .print-preview-button span {
	display:  none;
}

/* Settings */

#company-logo-placeholder {
}

#company-logo-placeholder img {
	cursor: pointer;
	max-width: 200px;
	height: auto;
}

#company-logo-loader.spinner {
	float: none;
}

#company-logo-loader.print-preview-loading {
	display: inline-block;
}

#invoice-counter-value {
	display: inline-block;
	border: 1px solid #e4e4e4;
	padding: 3px 10px;
}</pre></body></html>