.pop-code {
  background-image: url(assets/popup-4.webp);
  background-size: cover;
  background-position: 50% 50%;
  width: 630.74px;
  min-height: 600px;
  position: relative;
}

.pop-code .tai {
  position: absolute;
  top: 486px;
  left: calc(50.00% - 182px);
  width: 365px;
  height: 74px;
  aspect-ratio: 4.93;
  object-fit: cover;
  cursor: pointer;
}

.pop-code .x {
  position: absolute;
  top: 15px;
  left: 573px;
  width: 43px;
  height: 43px;
  aspect-ratio: 1;
  object-fit: cover;
  cursor: pointer;
}

.pop-code .code-save-image-btn {
  position: absolute;
  top: 486px;
  left: calc(50% - 182px);
  width: 365px;
  height: 74px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  font-size: 24px;
  color: #020100;
  z-index: 2;
}

.pop-code .text-wrapper,
.pop-code .code-value {
  position: absolute;
  top: calc(50.00% - 17px);
  left: calc(50.00% - 248px);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 1px #fff3b1;
  background: linear-gradient(
    180deg,
    rgba(255, 224, 105, 1) 0%,
    rgba(255, 157, 0, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 86px;
  text-align: center;
  letter-spacing: 0;
  line-height: 46px;
  white-space: nowrap;
}
