<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-cc3b0483-7000-489e-87b3-ce542ebbbbef) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6057fd22-9475-4979-be2f-d91d31e4d878) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-40783c91-929f-40eb-9916-4de039d304bc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ed34cffa-aea9-4bfa-9b05-31d29b9b9256) 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>