.section-the-list {
  padding: 40px 0px 96px 0px;
  background: #000618;
}
.section-the-list .container {
  padding: 0px !important;
}
.section-the-list .wrap-content {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.section-the-list .image-top img {
  width: 186px;
  height: 264px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.section-the-list .box-status {
  width: 100%;
  background: #04132b;
  padding: 40px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  border-radius: 16px;
  border: 1px solid rgba(26, 201, 240, 0.25);
}

.section-the-list .countdown-wrap {
  text-align: center;
}

.section-the-list .countdown-time {
  color: #1ac9f0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}
.section-the-list .countdown-time .cd-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}
.section-the-list .countdown-time .cd-item .val {
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}
.section-the-list .countdown-time .cd-item .label {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 500;
  letter-spacing: 1px;
}
.section-the-list .countdown-time .cd-sep {
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 700;
  line-height: 1;
  color: rgba(26, 201, 240, 0.4);
}

.section-the-list .progress-steps {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
}

.section-the-list .progress-steps .step {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-the-list .progress-steps .step .line {
  height: 4px;
  background: #1ac9f0;
  border-radius: 2px;
  width: 100%;
}

.section-the-list .progress-steps .step:nth-child(2) .line {
  background: rgba(26, 201, 240, 0.6);
}

.section-the-list .progress-steps .step:nth-child(3) .line {
  background: rgba(26, 201, 240, 0.15);
}

.section-the-list .progress-steps .step .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 500;
}

.section-the-list .progress-steps .step.active .text {
  color: #fff;
}

.section-the-list .wrap-copy {
  display: flex;
  width: 100%;
  max-width: 500px;
  gap: 12px;
}

.section-the-list .wrap-copy input {
  flex: 1;
  background: #04132b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 14px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  height: 50px;
  outline: none;
}

.section-the-list .wrap-copy .btn {
  padding: 0 24px;
  border-radius: 10px;
  background: #1ac9f0;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-the-list .wrap-copy .btn:hover {
  background: #0ea6c8;
}

@media (max-width: 1024px) {
  .section-the-list {
    padding: 20px 0px 46px 0px;
  }
}

@media (max-width: 567px) {
  .section-the-list .box-status {
    padding: 30px 20px;
  }
  .section-the-list .wrap-copy {
    flex-direction: column;
  }
  .section-the-list .wrap-copy input,
  .section-the-list .wrap-copy .btn {
    width: 100%;
  }
}
