<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-10396ee3-845d-45ff-a107-c057ffab221a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-65e1b157-105f-48b6-b828-d62be09c5071) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dcdce708-34d0-412d-9fa3-5f3bce93a9da) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0d675007-6292-4407-a5a5-3371421a89ed) 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>