.coin-6-stacks-of-2-coins.coin-elem { 
  width: 17%;
  height: 17%;  
} 
 
.coin-6-stacks-of-2-coins:nth-child(1) {
   background-image: none;
   pointer-events: none; 
}
 
.coin-6-stacks-of-2-coins:nth-child(2) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(3) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(4) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(5) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(6) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(7) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(8) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(9) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(10) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(11) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(12) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins:nth-child(13) {
   background-image: url('../dataimg/ie_1eurocents_obv.jpg');  
}
 
.coin-6-stacks-of-2-coins_1 {
  top: 50.0%;
  left: 50.0%;
}
 
.coin-6-stacks-of-2-coins_2 {
  top: 9.2%;
  left: 50.0%;
}
 
.coin-6-stacks-of-2-coins_3 {
  top: 14.7%;
  left: 70.4%;
}
 
.coin-6-stacks-of-2-coins_4 {
  top: 29.6%;
  left: 85.3%;
}
 
.coin-6-stacks-of-2-coins_5 {
  top: 50.0%;
  left: 90.8%;
}
 
.coin-6-stacks-of-2-coins_6 {
  top: 70.4%;
  left: 85.3%;
}
 
.coin-6-stacks-of-2-coins_7 {
  top: 85.3%;
  left: 70.4%;
}
 
.coin-6-stacks-of-2-coins_8 {
  top: 90.8%;
  left: 50.0%;
}
 
.coin-6-stacks-of-2-coins_9 {
  top: 85.3%;
  left: 29.6%;
}
 
.coin-6-stacks-of-2-coins_10 {
  top: 70.4%;
  left: 14.7%;
}
 
.coin-6-stacks-of-2-coins_11 {
  top: 50.0%;
  left: 9.2%;
}
 
.coin-6-stacks-of-2-coins_12 {
  top: 29.6%;
  left: 14.7%;
}
 
.coin-6-stacks-of-2-coins_13 {
  top: 14.7%;
  left: 29.6%;
}
 
.decoration-element {
    width: 100%;
    height: 100%;
}
.coin-elem.blocked{
  pointer-events: none;
}

.cell{
  border: 0.5px solid #f2f2f242;
  border-radius: 50%;
  background-color: #a5a5a52b;
}
.coin-elem.animate {
  animation: coinShake 350ms ease-in-out 80ms  forwards;
}
@keyframes coinShake {
  0% {
    transform: translate(-50%, -50%);
  }
  15% {
    transform: translate(-60%, -50%);
  }
  35% {
    transform: translate(-40%, -50%);
  }
  55% {
    transform: translate(-55%, -50%);
  }
  75% {
    transform: translate(-45%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.decoration-element-arrows{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/counterclockwise_arrows.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    user-select: none;
}