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

.imgareaselect-border1 {
	background: var(--wpr-bg-0d61edf7-5f4d-4afd-81fb-ab30ba47f9ba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ca9a0ce2-3501-42c6-b45a-f933444dfc02) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5f3b43a-10df-4178-92bd-d93b68e91557) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-62555850-f13c-4871-9bb6-5ceef35b2bf0) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
</pre></body></html>