@charset "UTF-8";
.generate {
  box-sizing: border-box;
  padding: 20px;
  width: 450px;
  max-width: 95vw;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(15, 17, 28, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: translateY(40px);
  animation: cardFloat 8s ease-in-out infinite 1s;
  transition: all var(--transition-normal);
}

header.generate {
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px dashed black;
}

header.generate > ul,
header.generate > div {
  width: 100%;
  display: flex;
  justify-content: center;
}

header.generate > ul li {
  display: block;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  padding: 10px;
  border: 1px solid black;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
}

header.generate > ul li:last-child {
  font-size: 1.5em;
  line-height: 8;
  padding: 0;
  width: 45px;
  height: 45px;
  font-weight: bolder;
  background: black;
  color: white;
}

header.generate > ul li:last-child:after {
  content: "®";
  position: absolute;
  display: block;
  color: black;
  right: -5px;
  bottom: -14px;
  font-size: 1.5em;
}

header.generate > div {
  margin-top: 20px;
  font-size: 1.5em;
}

footer.generate {
  font-size: 1.5em;
  padding-top: 20px;
  border-top: 1px dashed black;
}

.timestamp-uk {
  margin-left: 20px;
}

button {
  display: flex;
  margin-top: 20px;
  width: 200px;
  height: 40px;
  font-size: 1.5em;
  background: pink;
  color: white;
  text-transform: uppercase;
}

#numbers-uk {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

#numbers-uk ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 3px;
}

#numbers-uk ul:last-child {
  margin-bottom: 0;
}

#numbers-uk ul li {
  margin-bottom: 8px;
  display: block;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#numbers-uk .number {
  font-weight: bolder;
  height: 40px;
  width: 40px;
}

#numbers-uk .LS {
  border-radius: 0%;
  height: 45px;
  width: 45px;
  color: black;
  background: url("../../assets/img/LS.svg") center/cover no-repeat;
  box-shadow: 0 0 20px rgba(17, 17, 17, 0.5843137255);
}

#numbers-uk .LUCK {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}