body {
  margin: 0;
  overflow: hidden;
}

#tbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -2;
  background-position: center -30vw;
  background-size: cover;
  background-repeat: no-repeat;
}

#tc {
  bottom: 0;
  width: 100vw;
  height: 75vw;

  transition: height 0.1s ease;

  background-color: #151515;
  position: absolute;
}

#tc1 {
  width: 100vw;
  height: 22vw;
  background-color: #4ea524;

  transition: background-color 0.1s ease;

  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;

  transition: border-top-left-radius 0.2s ease-in-out;
  transition: border-top-right-radius 0.2s ease-in-out;

  margin-top: -5vw;
  box-shadow: 0px -1vw 5vw 0px rgba(0, 0, 0, 0.5);
}

#tl1 {
  width: 100vw;
  display: flex;
  justify-content: center;
  margin-top: calc(24vw / -2);
  user-select: none;
}

#tl1 div {
  width: 24vw;
  height: 24vw;
  background-color: #151515;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tl1 img {
  filter: drop-shadow(0 0 1vh black);
  width: 14vw;
  height: 14vw;
}

#tl3 {
  user-select: none;
  filter: drop-shadow(0 0 1vh black);
}

#flexcontainer {
  width: 100000vw;
  display: flex;
  flex-wrap: wrap;

  transition: margin-left 0.2s ease-in-out;
  margin-left: 0vw;
}

#clipcontainer {
  overflow: hidden;
  width: 100vw;
}

#bankinfo {
  text-align: center;
  position: fixed;
  color: white;
  width: 100vw;
  font-family: "Inter", sans-serif;
  font-size: 2vw;
  display: flex;
  justify-content: center;
  bottom: 5vw;
  user-select: none;
}

#bankinfo div {
  width: 50vw;
}

.c {
  width: 100vw;
  height: 46vw;
  justify-content: center;
  display: flex;
}

#otrimati {
  background-color: #2d2d2d;
  width: 70vw;
  height: 16vw;
  margin-top: 7vw;
  box-shadow: 0.5vw 0.5vw 1vw 1vw rgba(0, 0, 0, 0.4);
  border-radius: 3vw;

  user-select: none;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

#otrimati #count {
  font-family: "Inter", sans-serif;
  font-weight: 530;
  font-size: 5vw;
  color: white;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  margin-left: 6vw;
}

#otrimati #btn {
  width: 32vw;
  height: 11vw;
  background-color: #6fc247;
  border: unset;
  color: #2d2d2d;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 4vw;
  border-radius: 3vw;
  margin-right: 2vw;
  cursor: pointer;
}

#f2 #container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#f2 #container #head {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 5vw;
  color: white;
  user-select: none;
}

#tform2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 3vw;
  margin-top: 8vw;
  margin-bottom: 1vw;
  width: 70vw;
  margin-left: 3vw;
  color: white;
  user-select: none;
}

#tform {
  background-color: #2d2d2d;
  border-radius: 3vw;
  width: 70vw;
  height: 13vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tform #bb1 {
  width: 70vw;
  height: 1vw;
  background-color: #4b4b4b;
  margin-top: 12.5vw;
}

#tform #bb2 {
  width: 0vw;
  height: 1vw;
  transition: width 0.2s ease-out;
  background-color: #60a63d;
  margin-top: -0.5vw;
}

#tform3 {
  border-radius: 3vw;
  width: 64vw;
  height: 12vw;
  overflow: hidden;
  margin-top: -13vw;
  display: flex;
  align-items: center;
}

#f4 #tform3 {
  justify-content: space-between;
}

#tform3 #edit {
  width: 7vw;
  height: 7vw;
  cursor: pointer;
}

#tform6 #eye {
  width: 7vw;
  height: 7vw;
  cursor: pointer;
}

/* ///////////////// */

#tform4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 3vw;
  margin-top: 8vw;
  margin-bottom: 1vw;
  width: 70vw;
  margin-left: 3vw;
  color: white;
}

#tform5 {
  background-color: #2d2d2d;
  border-radius: 3vw;
  width: 70vw;
  height: 13vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tform5 #bb1 {
  width: 70vw;
  height: 1vw;
  background-color: #4b4b4b;
  margin-top: 12.5vw;
}

#tform5 #bb3 {
  width: 0vw;
  height: 1vw;
  transition: width 0.2s ease-out;
  background-color: #60a63d;
  margin-top: -0.5vw;
}

#tform6 {
  border-radius: 3vw;
  width: 64vw;
  height: 12vw;
  overflow: hidden;
  margin-top: -13vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* //////////////////// */

#code {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  color: white;
  margin-left: 2vw;
}

#diver {
  width: 0.4vw;
  height: 8vw;
  background-color: #4b4b4b;
  margin-left: 2.3vw;
  margin-right: 2.3vw;
}

#telephone {
  background: none;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  width: 42vw;
  color: white;
}

#telephone:focus {
  outline: none;
}

#telephone2 {
  background: none;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  width: 42vw;
  color: rgb(156, 156, 156);
}

#telephone2:focus {
  outline: none;
}

#password {
  background: none;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  width: auto;
  color: white;
}

#password:focus {
  outline: none;
}

#nb1 {
  margin-top: 8vw;
  width: 33vw;
  height: 10vw;
  background-color: #4b4b4b;
  transition: background-color 0.2s ease-out;
  border: none;
  border-radius: 3vw;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  color: #151515;
  cursor: pointer;
  user-select: none;
}

#nb6 {
  margin-top: 8vw;
  width: 33vw;
  height: 10vw;
  background-color: #4b4b4b;
  transition: background-color 0.2s ease-out;
  border: none;
  border-radius: 3vw;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  color: #151515;
  cursor: pointer;
  user-select: none;
}

#f4 #container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#f4 #container #head {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 5vw;
  color: white;
  user-select: none;
}

#f5 #container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#f5 #container #head {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 5vw;
  color: white;
  margin-top: 10vw;
  user-select: none;
}

#f6 {
  top: 0;
  position: absolute;
  height: 100%;
}

#f6 #container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#f6 svg {
  width: 9vw;
  height: 9vw;
  filter: brightness(0) saturate(100%) invert(83%) sepia(23%) saturate(1267%)
    hue-rotate(71deg) brightness(98%) contrast(108%);
}

#f6 #gf {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4ea524;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  border-radius: 4vw;
  user-select: none;
}

#f6 #container div {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 5vw;
}

#qrcode {
  margin-top: 8vw;
  color: white;
  filter: invert(100%);
  width: 30vw;
  height: 30vw;
}

#scanqr {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  margin-top: 8vw;
  color: white;
  user-select: none;
}

#pintitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  margin-top: 8vw;
  color: white;
  user-select: none;
}

#pins {
  margin-top: 2vw;
  display: flex;
}

#pins .pin {
  width: 4vw;
  height: 4vw;
  margin-left: 1vw;
  margin-right: 1vw;
  border-radius: 100vw;
  background-color: #4b4b4b;
  transition: background-color 0.2s ease-out;
}

#keypad {
  display: grid;
  margin-top: 4vw;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  user-select: none;
}

#keypad button {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 6vw;
  color: white;
  width: 20vw;
  height: 20vw;
  cursor: pointer;
  transition: background-color 0.2s ease;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 10000vw;
}

#keypad button:active {
  background-color: #0c0c0c;
}

#keypad svg {
  width: auto;
  height: auto;
  width: 8vw;
  height: 8vw;
  cursor: pointer;
  user-select: none;
}

#f3 {
  z-index: 9999;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #151515;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#c23 {
  margin-top: -100px;
}

#t4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: white;
  margin-top: -75px;
  user-select: none;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
.loader:before {
  content: "";
  display: block;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes color {
  100%,
  0% {
    stroke: #60a63d;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #60a63d;
  }
}

.showbox {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#tl2 {
  top: 10vw;
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 999;
  width: 100vw;
}

#tl2 img {
  width: 14vw;
  height: 14vw;
}

#tbg {
  background-image: url("../images/background.png");
}

#pcmenu {
  display: none;
  user-select: none;
}

#incorrectData {
  margin-top: 5vw;
  width: 70vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff00004d;
  border-radius: 3vw;
  user-select: none;
}

#incorrectData svg {
  width: 6vw;
  height: 6vw;
  margin-right: 1.5vw;
}

#incorrectData div {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 4vw;
  color: #ff6363;
}

@media (min-aspect-ratio: 420/667) {
  #tc1 {
    display: none;
  }
  #tl1 {
    display: none;
  }

  #bankinfo2 {
    text-align: center;
    position: fixed;
    color: white;
    width: 40vh;
    font-family: "Inter", sans-serif;
    font-size: 1.5vh;
    display: flex;
    justify-content: center;
    bottom: 5vh;
    user-select: none;
  }

  #bankinfo2 div {
    width: 35vh;
  }

  #pcmenu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #151515;
    height: 100vh;
    width: 40vh;
    z-index: 30;
    box-shadow: 0 0 1vh 0.5vh rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #pcmenu #pt1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 4vh;
    margin-top: 10vh;
    color: #6fc247;
  }

  #pcmenu img {
    margin-top: 6vh;
    width: 13vh;
    height: 13vh;
    filter: drop-shadow(0 0 1vh black);
  }

  #pcmenu #count {
    margin-top: 10vh;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 4vh;
    color: white;
  }

  #pcmenu #btn {
    margin-top: 5vh;
    width: 28vh;
    height: 8vh;
    background-color: #6fc247;
    border: unset;
    color: #2d2d2d;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 4vh;
    border-radius: 2.5vh;
    cursor: pointer;
  }

  #tbg {
    background-position: center center;
    background-image: url("../images/background.png");
  }

  #bankinfo {
    display: none;
  }

  #tl2 {
    top: 5vh;
    width: 100vw;
  }

  #tl2 img {
    width: 7vh;
    height: 7vh;
  }

  #tc {
    height: 0vh;
  }

  #f6 svg {
    width: 4.5vh;
    height: 4.5vh;
  }

  #f6 #gf {
    padding-left: 2.5vh;
    padding-right: 2.5vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-radius: 2vh;
  }

  #f6 #container div {
    font-size: 2.5vh;
  }

  #tc1 {
    width: 50vh;
    height: 11vh;
    border-top-left-radius: 2.5vh;
    border-top-right-radius: 2.5vh;
    margin-top: -2.5vh;
    box-shadow: 0px -0.5vh 2.5vh 0px rgba(0, 0, 0, 0.5);
  }

  #tl1 {
    width: 50vh;
    margin-top: calc(12vh / -2);
  }

  #tl1 div {
    width: 12vh;
    height: 12vh;
  }

  #tl1 img {
    width: 7vh;
    height: 7vh;
  }

  #flexcontainer {
    width: 100000vh;
    display: flex;
    flex-wrap: wrap;
  }

  #clipcontainer {
    width: 50vh;
  }

  #bankinfo {
    width: 100vw;
    font-size: 1vh;
    bottom: 2.5vh;
  }

  #bankinfo div {
    width: 25vh;
  }

  .c {
    width: 100vw;
    height: 23vh;
  }

  #otrimati {
    width: 35vh;
    height: 8vh;
    margin-top: 3.5vh;
    box-shadow: 0.25vh 0.25vh 0.5vh 0.5vh rgba(0, 0, 0, 0.4);
    border-radius: 1.5vh;
  }

  #otrimati #count {
    font-size: 2.5vh;
    margin-left: 3vh;
  }

  #otrimati #btn {
    width: 16vh;
    height: 5.5vh;
    font-size: 2.5vh;
    border-radius: 1.5vh;
    margin-right: 1vh;
    cursor: pointer;
  }

  #f2 #container #head {
    font-size: 2.5vh;
  }

  #tform2 {
    font-size: 1.5vh;
    margin-top: 4vh;
    margin-bottom: 0.5vh;
    width: 35vh;
    margin-left: 1.5vh;
  }

  #tform {
    border-radius: 1.5vh;
    width: 35vh;
    height: 6.5vh;
  }

  #tform #bb1 {
    width: 35vh;
    height: 0.5vh;
    margin-top: 6.25vh;
  }

  #tform #bb2 {
    height: 0.5vh;
    margin-top: -0.25vh;
  }

  #tform3 {
    border-radius: 1.5vh;
    width: 32vh;
    height: 6vh;
    margin-top: -6.5vh;
  }

  #tform3 #edit {
    width: 3.5vh;
    height: 3.5vh;
  }

  #tform6 #eye {
    width: 3.5vh;
    height: 3.5vh;
  }

  #tform4 {
    font-size: 1.5vh;
    margin-top: 4vh;
    margin-bottom: 0.5vh;
    width: 35vh;
    margin-left: 1.3vh;
    user-select: none;
  }

  #incorrectData {
    margin-top: 2.5vh;
    width: 35vh;
    height: 5vh;
    border-radius: 1.5vh;
  }

  #incorrectData svg {
    width: 3vh;
    height: 3vh;
    margin-right: 0.75vh;
  }

  #incorrectData div {
    font-size: 2vh;
  }

  #tform5 {
    border-radius: 1.5vh;
    width: 35vh;
    height: 6.5vh;
  }

  #tform5 #bb1 {
    width: 35vh;
    height: 0.5vh;
    margin-top: 6.25vh;
  }

  #tform5 #bb3 {
    width: 0vh;
    height: 0.5vh;
    margin-top: -0.25vh;
  }

  #tform6 {
    border-radius: 1.5vh;
    width: 32vh;
    height: 6vh;
    margin-top: -6.5vh;
  }

  #code {
    font-size: 2vh;
    margin-left: 1vh;
  }

  #diver {
    width: 0.2vh;
    height: 4vh;
    margin-left: 1.15vh;
    margin-right: 1.15vh;
  }

  #telephone {
    font-size: 2vh;
    width: 21vh;
  }

  #telephone2 {
    font-size: 2vh;
    width: 21vh;
  }

  #password {
    font-size: 2vh;
  }

  #nb1 {
    margin-top: 4vh;
    width: 16.5vh;
    height: 5vh;
    border-radius: 1.5vh;
    font-size: 2vh;
  }

  #nb6 {
    margin-top: 4vh;
    width: 16.5vh;
    height: 5vh;
    border-radius: 1.5vh;
    font-size: 2vh;
  }

  #f4 #container #head {
    font-size: 2.5vh;
  }

  #f5 #container #head {
    font-size: 2.5vh;
    margin-top: 5vh;
  }

  #qrcode {
    margin-top: 4vh;
    width: 15vh;
    height: 15vh;
  }

  #scanqr {
    font-size: 2vh;
    margin-top: 4vh;
  }

  #pintitle {
    font-size: 2vh;
    margin-top: 4vh;
  }

  #pins {
    margin-top: 1vh;
  }

  #pins .pin {
    width: 2vh;
    height: 2vh;
    margin-left: 0.5vh;
    margin-right: 0.5vh;
    border-radius: 100vh;
  }

  #keypad {
    margin-top: 0vh;
  }

  #keypad button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5vh;
    width: 9vh;
    height: 9vh;
  }

  #keypad svg {
    width: 4vh;
    height: 4vh;
  }

  #f3 {
    width: 100vw;
    height: 100vh;
  }

  #c23 {
    margin-top: -100px;
  }

  #t4 {
    font-size: 40px;
    margin-top: -75px;
  }

  #pcbg {
    top: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #0c0c0c;
    display: flex;
    justify-content: center;
  }

  #pcbg div {
    top: 0;
    position: fixed;
    height: 100vh;
    width: 50vh;
    background-color: #151515;
    box-shadow: 0 0 2vh 0.6vh rgb(0, 0, 0, 0.3);
  }
}

.alert-error {
  width: 100%;
  background-color: red;
  color: #fff;
  padding: 20px;
  z-index: 999999;
  position: absolute;
  font-family: "Inter", sans-serif;
  display: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: "Inter", sans-serif;
  color: #fff;
}

.modal-content {
  background-color: #151515;
  margin: 15% auto;
  padding: 20px;
  border-radius: 4px;
  width: 80%;
  max-width: 327px;
  box-shadow: 0px 0px 10px #242424;
  text-align: center;
}
.modal-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #9b9b9b;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #11998e;
  font-weight: 700;
}
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}
.pbtn {
  width: 100%;
  background-color: #60a63d;
  color: #fff;
  font-family: "Inter", sans-serif;
  height: 50px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
}
@keyframes vibration {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.vibrate {
  animation: vibration 0.7s infinite;
}

.greenBtn {
  background-color: #60a63d !important;
  color: #fff !important;
}

#emoji {
  font-size: 160px;
  margin-right: 0px;
  user-select: none;
}

#emoji img {
  width: 1.5em;
}

#quest-input #eye {
  position: absolute;
  right: 3%;
  bottom: 15%;
}
