.mini_popup {
  position: absolute;
  border: 1px solid #a9a7a7;
  border: solid 1px #c5bfbf;
  border-radius: 8px;
  padding: 10px;
  width: 214px;
  right: 37px;
  top: -40px;
  background: #fff;
  z-index: 1;
  box-shadow: 3px 3px 6px #a3a3a3;
}

.mini_popup .arrow {
  position: absolute;
  display: block;
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  top: 34px;
}

.mini_popup .arrow::before {
  left: 0;
  border-width: .5rem 0 .5rem .5rem;
  position: absolute;
  display: block;
  content: "";
  border-color: #0000;
  border-left-color: #00000040;
  border-style: solid;
}

.mini_popup .arrow::after {
  left: -1px;
  position: absolute;
  display: block;
  content: "";
  border-color: #0000;
  border-left-color: #fff;
  border-style: solid;
  border-width: .5rem 0 .5rem .5rem;
}

.mini_popup .close {
  position: absolute;
  top: -13px;
  right: -13px;
  background: #abaaaa;
  border: 5px solid #ffffff;
  border-radius: 20px;
  width: 20px;
  aspect-ratio: 1;
  cursor: pointer;
  color: #ffffff;
  font-weight: 900;
  box-shadow: #0000004d 5px 5px 5px;
  display: grid;
  place-items: center;
}
