.hustle-popup-mask {
    cursor: pointer;
    pointer-events: all;
    background: #000;
    opacity: .5;
}
.fas.fa-paw.not {
    position:relative;
}
.fas.fa-paw.not::after {
  content: '';
  position: absolute;
  left: -0.3em;
  right: -0.3em;
  top: 7px;
  background: #cc0e0e;
  pointer-events: none;
  z-index: 9;
  width: calc(100% + .6em);
  height: 2.5px;
  transform: rotate(35deg);
  border-radius: 5%;
}
.newcottage {
  position: absolute;
  z-index: 9;
  top: -10px;
  left: 0px;
  max-width: 75px;
}