<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-4d1174e1-b32c-4160-840c-b64870519b39) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5d8cc054-a299-4587-874c-92221af1436c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-29a1bc4f-5b1e-4970-b3bd-b736a150ccc8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-896379b1-0a5b-49ff-9c90-a4bd9e42273e) 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>