.item-banknumber{
  padding: 20px;
  box-shadow: inset 0 0 0 3px #000;
  position: relative;
  cursor: auto;
  box-shadow: 0px 0px 5px var(--primary-color);
  height: 100%;
}
.item-banknumber p{
  cursor: default;
}
.item-banknumber::before, .item-banknumber::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.item-banknumber img{
  margin: auto;
  margin-bottom: 10px;
}
