.phoenix-popconfirm__arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background: #fff;
  z-index: 30000;
  border-width: 5px;
  border-style: solid;
  transform: rotate(45deg);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.phoenix-popconfirm__arrow--top {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}

.phoenix-popconfirm__arrow--bottom {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
}

.phoenix-popconfirm__arrow--left {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}

.phoenix-popconfirm__arrow--right {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
