._addsite_preview {
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  z-index: 1000000;
}
._addsite_preview_button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #004FA3;
  margin-right: 5px;
  line-height: 24px;
  padding: 11px 12px;
}
._addsite_preview_button svg {
  vertical-align: middle;
  stroke: white;
}
._addsite_preview_tooltip {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: black;
  border-radius: 24px;
  padding: 16px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}
._addsite_preview:hover ._addsite_preview_tooltip {
  opacity: 1;
}
