.guns-flow-remove-button {
  position: absolute;
  top: -10px;
  right: -8px;
  padding: 3px !important;
  width: 20px;
  height: 20px;
  background: #9e9e9e;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  border: none !important;
  cursor: pointer;
}
.guns-flow-remove-button:hover {
  display: flex;
  background-color: #f56c6c;
  border-color: #f56c6c;
}
