.cropper-container {
  position: relative;
  line-height: 0; }
  .cropper-container .cropper-pointer {
    position: absolute;
    margin: 0 0 0 -18px; }
    .cropper-container .cropper-pointer:before {
      position: absolute;
      height: 4px;
      width: 40px;
      margin: 0;
      background: #292F9A;
      content: '';
      pointer-events: none; }
    .cropper-container .cropper-pointer:after {
      position: absolute;
      height: 40px;
      width: 4px;
      margin: -18px 0 0 18px;
      background: #292F9A;
      content: '';
      pointer-events: none; }
  .cropper-container.focus-selected:after {
    position: absolute;
    left: 0;
    top: 0;
    border: dashed 4px #292F9A;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: '';
    pointer-events: none; }
