<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-f2ebd4be-104b-4436-9f05-a628b458efbc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6daec815-506f-4371-ad65-74565108f106) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e7211ba5-407d-4033-b7a1-b526e1980f61) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c95f94cf-0e8a-4f93-9bf7-c77059604f40) 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>