.drag-over {
  background: #999; }

.capture-area-selector {
  max-width: 1200px;
  padding: 0;
  margin: 0;
  border-style: dotted;
  border-color: #000;
  border-width: thin;
  cursor: crosshair; }

dialog {
  text-align: right; }

dialog a {
  margin-right: 25px; }

.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; }

dialog {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border: solid;
  padding: 1em;
  background: #fff;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: none; }

[open] {
  display: block; }

.backdrop {
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
