.square {
  margin: auto;
  margin-top: 80px;
  height: 620px;
  width: 1060px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid black;
  box-shadow: 0px 10px black;
}

.button {
  position: absolute;
  margin: 24px;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 60px;
  border: 1px solid black;
  box-shadow: 0px 10px black;
}
.button:active {
  background-color: white;
  box-shadow: 0 2px black;
  transform: translateY(10px);
  }

  .button2 {
    margin: 24px;
    width: 130px;
    height: 60px;
    background-color: white;
    border-radius: 60px;
    border: 1px solid black;
    box-shadow: 0px 10px black;
    font-weight: normal;
    font-size: 12pt;
  }

  .button2:active {
    background-color: white;
    box-shadow: 0 2px black;
    transform: translateY(10px);
    }

  .button22 {
    margin: 24px;
    width: 130px;
    height: 60px;
    background-color: white;
    border-radius: 60px;
    border: 1px solid black;
    box-shadow: 0px 10px black;
    font-weight: normal;
    font-size: 12pt;
  }

  .button22:active {
    background-color: white;
    box-shadow: 0 2px black;
    transform: translateY(10px);
    }

.icon{
  margin: auto;
  display: block;
}

.buttonbox{
  margin: auto;
  position: relative;
  left: 84px;
  top: 460px;
}

.cisla{
  margin: 24px;
  float: left;
  width: 130px;
  height: 280px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid black;
  box-shadow: 0px 10px black, 0px -18px black ;
  overflow: hidden;

}
.cislabox{
  margin: 0px;
  top: 0px;
  position: relative;
  left: 84px;

}
.cislo4{
  position: relative;
  margin: auto;
  left: -60.5px;

}
.cislo5{
  position: relative;
  margin: auto;
  left: -60.5px;

}
.cislo6{
  position: relative;
  margin: auto;
  left: -60.5px;

}
.h1{
  position: absolute;
  margin-left: 55px;
  font-family: sans-serif;
  font-weight: normal;
  position: absolute;
  top: 330px;
  font-size: 12pt;
  transform: rotate(-90deg);
}

.h2{
  position: absolute;
  margin-left: 595px;
  font-family: sans-serif;
  font-weight: normal;
  top: 330px;
  font-size: 12pt;
  transform: rotate(-90deg);
}
.body{
  font-family: sans-serif;
  font-weight: normal;
}

.totalbackground{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}

.coinhole{
  position: absolute;
  height: 100px;
  width: 20px;
  left: 10px;
  background-color: white;
  border: 1px solid black;
  border-radius: 20px;
  box-shadow: 0px 10px black;

}

.coinhole2{
  position: absolute;
  left: 8px;
  top: 12px;
  height: 76px;
  width: 4px;
  background-color: black;
  border-radius:4px;

}
.coincontainer{
  cursor: url("coin.svg") 16 0,auto;
  position: relative;
  width: 42px;
  height: 112px;
  left: 780px;
  top: 300px;
  transition: all .1s;
  z-index: 10;
}
.coincontainer:hover {
  cursor: url("coin.svg") 16 0,auto;
  transform: scale(1.08);
  }

  .coincontainer:active {
    cursor: url("coin2.svg") 16 0,auto;
    transform: scale(0.95);
    }

.h3{
  position: absolute;
  top: 110px;
  font-family: sans-serif;
  font-weight: normal;
  position: absolute;
  font-size: 12pt;
  left: -45px;
}

.money{
  position: absolute;
  margin-left: 680px;
  margin-top: -100px;
  height: 40px;
  width: 280px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid black;
  box-shadow: 0px 3px black, 0px -8px black ;

}

.h8{
  position: absolute;
  top: 0px;
  font-family: sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 12pt;
  right: 20px;
}

.background {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  height: 620px;
  width: 1060px;
  background-color: #F2F2F2;
  opacity: 0;
  border-radius: 16px;
  z-index: 100;
  visibility: visible;

  pointer-events: none;
}

.background.show {
  opacity: 1;
  pointer-events: auto;
}


.cardsquare {
  position: absolute;
  margin-top: 78px;
  margin-left: 25px;
  height: 465px;
  width: 1008px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid black;
  box-shadow: 0px 10px black;
  z-index: 100;

}

.fullname {
  font-size: 18pt;
  text-align: center;
  position: absolute;
  top: 75px;
  left: 310px;
  height: 40px;
  width: 380px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid black;
  box-shadow: 0px 8px black;
  z-index: 101;
  visibility: visible;
}

.fullname:focus {
  border: 3px solid #555;
}

::placeholder {
  font-size: 12pt;
  color: lightgray;
}


.cardnumber {
  font-size: 18pt;
  text-align: center;
  position: absolute;
  margin-top: 150px;
  margin-left: 244px;
  height: 40px;
  width: 520px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid black;
  box-shadow: 0px 8px black;
  z-index: 101;
  visibility: visible;
}

.cardnumber:focus {
  border: 3px solid #555;
}

::placeholder {
  font-size: 12pt;
  color: lightgray;

}

.cw {
  font-size: 18pt;
  text-align: center;
  position: absolute;
  top: 290px;
  left: 430px;
  height: 40px;
  width: 145px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid black;
  box-shadow: 0px 8px black;
  z-index: 101;
  visibility: visible;
}

.cw:focus {
  border: 3px solid #555;
}



.MM {
  font-size: 18pt;
  text-align: center;
  font-family: sans-serif;
  position: absolute;
  height: 40px;
  width: 60px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid black;
  box-shadow: 0px 8px black;
  z-index: 101;
  visibility: visible;
}

.YY {
  font-size: 18pt;
  text-align: center;
  position: absolute;
  left: 85px;
  height: 40px;
  width: 60px;
  background-color: white;
  border-radius: 16px;
  border: 1px solid black;
  box-shadow: 0px 8px black;
  z-index: 101;
  visibility: visible;
}

.datecontainer{
  position: absolute;
  margin-top: 220px;
  margin-left: 430px;
  height: 40px;
  width: 60px;

}

.buttonsend {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 24px;
  width: 130px;
  height: 60px;
  background-color: white;
  border-radius: 60px;
  border: 1px solid black;
  box-shadow: 0px 10px black;
  font-weight: normal;
  font-size: 12pt;
}

.buttonsend:active {
  background-color: white;
  box-shadow: 0 2px black;
  transform: translateY(10px);
  }
