.tagger-container,
.tagger-editor-container {
  position: relative; }
  .tagger-container input,
  .tagger-editor-container input {
    display: none; }
  .tagger-container .point-html,
  .tagger-container .box-html,
  .tagger-editor-container .point-html,
  .tagger-editor-container .box-html {
    position: absolute !important;
    user-select: none;
    margin: 0;
    padding: 0; }
  .tagger-container .selection,
  .tagger-editor-container .selection {
    position: absolute !important;
    background-color: rgba(0, 0, 0, 0);
    border: 2px dashed blue;
    user-select: none;
    pointer-events: none; }

.point-html.template,
.box-html.template {
  visibility: hidden;
  position: absolute; }

