/*******************************
Popgun Styles
********************************/
.popover {
  background: #fff;
  box-shadow: 1px 2px 2px rgba(26, 51, 61, 0.15);
  border-radius: 3px;
  border: 1px solid #cacac9;
  display: flex;
  flex-direction: column;
  position: absolute;
  max-width: 350px;
  padding: 1rem;
  word-wrap: break-word;
  overflow: visible;
  white-space: normal;
  -webkit-transition: top .25s ease-out, left .25s ease-out;
  transition: top .25s ease-out, left .25s ease-out; }
  .popover.dark-style {
    border: 1px solid transparent;
    color: #fff;
    background-color: rgba(19, 51, 64, 0.88); }
    .popover.dark-style .nose-triangle {
      position: absolute;
      pointer-events: none; }
      .popover.dark-style .nose-triangle.top {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 0.7rem;
        border-bottom-color: rgba(19, 51, 64, 0.88);
        top: -1.5rem;
        left: 50%; }
      .popover.dark-style .nose-triangle.right {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 0.7rem;
        border-left-color: rgba(19, 51, 64, 0.88);
        top: 50%;
        right: -1.5rem; }
      .popover.dark-style .nose-triangle.bottom {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 0.7rem;
        border-top-color: rgba(19, 51, 64, 0.88);
        bottom: -1.5rem;
        left: 50%; }
      .popover.dark-style .nose-triangle.left {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 0.7rem;
        border-right-color: rgba(19, 51, 64, 0.88);
        top: 50%;
        left: -1.5rem; }
      .popover.dark-style .nose-triangle:before {
        content: "";
        position: absolute;
        z-index: -1;
        pointer-events: none; }
      .popover.dark-style .nose-triangle.top:before, .popover.dark-style .nose-triangle.bottom:before {
        margin-left: -0.7rem; }
      .popover.dark-style .nose-triangle.right:before, .popover.dark-style .nose-triangle.left:before {
        margin-top: -0.7rem; }
      .popover.dark-style .nose-triangle.top:before {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 0.7rem;
        border-bottom-color: transparent;
        top: -0.8rem;
        left: 50%; }
      .popover.dark-style .nose-triangle.right:before {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 0.7rem;
        border-left-color: transparent;
        top: 50%;
        right: -0.8rem; }
      .popover.dark-style .nose-triangle.bottom:before {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 0.7rem;
        border-top-color: transparent;
        bottom: -0.8rem;
        left: 50%; }
      .popover.dark-style .nose-triangle.left:before {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 0.7rem;
        border-right-color: transparent;
        top: 50%;
        left: -0.8rem; }
  .popover.popover-no-transition, .popover.popover-no-transition .nose-triangle {
    -webkit-transition: none;
    transition: none; }
  .popover.hidden {
    visibility: hidden; }
  .popover .nose-triangle {
    position: absolute;
    pointer-events: none; }
    .popover .nose-triangle.top {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0.7rem;
      border-bottom-color: #fff;
      top: -1.5rem;
      left: 50%; }
    .popover .nose-triangle.right {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0.7rem;
      border-left-color: #fff;
      top: 50%;
      right: -1.5rem; }
    .popover .nose-triangle.bottom {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0.7rem;
      border-top-color: #fff;
      bottom: -1.5rem;
      left: 50%; }
    .popover .nose-triangle.left {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0.7rem;
      border-right-color: #fff;
      top: 50%;
      left: -1.5rem; }
    .popover .nose-triangle:before {
      content: "";
      position: absolute;
      z-index: -1;
      pointer-events: none; }
    .popover .nose-triangle.top:before, .popover .nose-triangle.bottom:before {
      margin-left: -0.7rem; }
    .popover .nose-triangle.right:before, .popover .nose-triangle.left:before {
      margin-top: -0.7rem; }
    .popover .nose-triangle.top:before {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0.7rem;
      border-bottom-color: rgba(26, 51, 61, 0.15);
      top: -0.8rem;
      left: 50%; }
    .popover .nose-triangle.right:before {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0.7rem;
      border-left-color: rgba(26, 51, 61, 0.15);
      top: 50%;
      right: -0.8rem; }
    .popover .nose-triangle.bottom:before {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0.7rem;
      border-top-color: rgba(26, 51, 61, 0.15);
      bottom: -0.8rem;
      left: 50%; }
    .popover .nose-triangle.left:before {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0.7rem;
      border-right-color: rgba(26, 51, 61, 0.15);
      top: 50%;
      left: -0.8rem; }
    .popover .nose-triangle.top {
      margin-top: 1px; }
    .popover .nose-triangle.bottom {
      margin-top: -1px; }
    .popover .nose-triangle.left {
      margin-left: 1px; }
    .popover .nose-triangle.right {
      margin-left: -1px; }

.target {
  width: 75px;
  height: 75px;
  padding: 10px;
  background: #cacac9;
  margin-bottom: 25px; }

.different-class {
  background: #67bbaa; }

.very-different-class {
  background: #f16b50; }

.one-final-different-class {
  background: #1c4657;
  margin: 0;
  width: 150px; }

