main {
  background: #D2EFFF;
}

main .font-beiruti {
  font-family: 'Beiruti';
  line-height: 1.2;
  font-weight: 800;
}

main h2.font-beiruti {
  font-size: 56px;
}

@media (max-width: 991.98px) {
  main h2.font-beiruti {
    font-size: 32px;
  }
}

.first-screen {
  padding: 102px 0 229px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/first-screen-bg.png) no-repeat center center;
  background-size: cover;
}

.first-screen #countdown-wrap {
  margin-bottom: 12px;
  margin-top: 20px;
}

.first-screen #countdown-wrap .cell {
  width: 65px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0462F0;
  background: #FFFFFF;
  border-radius: 12px;
}

.first-screen #countdown-wrap .num {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.first-screen #countdown-wrap .unit {
  font-size: 13px;
  line-height: 1.5;
}

.first-screen #countdown-wrap .semicolon {
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  margin: 0 14px;
  margin-top: 12px;
  color: #2D65FF;
}

@media (max-width: 1599.98px) {
  .first-screen {
    padding: 100px 0 150px;
  }
}

@media (max-width: 991.98px) {
  .first-screen {
    height: 573px;
    padding: 96px 0 0;
    background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/first-screen-bg-m.png) no-repeat center center;
    background-size: cover;
  }

  .first-screen .special-text {
    width: 84%;
    margin: 0 auto;
  }

  .first-screen #countdown-wrap {
    margin-top: 12px;
    margin-bottom: 7px;
  }

  .first-screen #countdown-wrap .cell {
    width: 38px;
    height: 36px;
    border-radius: 6px;
  }

  .first-screen #countdown-wrap .num {
    font-size: 12px;
  }

  .first-screen #countdown-wrap .unit {
    font-size: 7px;
  }

  .first-screen #countdown-wrap .semicolon {
    font-size: 15px;
    margin: 0 8px;
    margin-top: 0px;
  }

  .first-screen p.text-muted {
    font-size: 12px;
  }
}

.sec-nav {
  width: 100%;
  height: 93px;
  position: sticky;
  z-index: 20;
  top: 0;
}

.sec-nav ul {
  width: max-content;
  padding: 8px;
  border-radius: 64px;
  gap: 12px;
  background: #afdffc;
  border-radius: 64px;
  margin: 0 auto;
}

.sec-nav ul li {
  width: max-content;
  height: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 32px;
  border-radius: 64px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/fixed-item-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.sec-nav ul li:hover {
  background: linear-gradient(180deg, #DCF2FF 0%, #B0E3FE 100%);
}

.sec-nav ul li.active {
  background: #0462F0F2;
}

.sec-nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #2D2D2D;
}

.sec-nav ul li.active a {
  color: #FFFFFF;
}

@media (max-width: 1279.98px) {
  .sec-nav {
    height: 49px;
    overflow: hidden;
    overflow-x: scroll;
  }

  .sec-nav ul {
    padding: 4px;
    gap: 8px;
  }

  .sec-nav ul li {
    padding: 0 12px;
    font-size: 14px;
  }
}

.gift-mail {
  padding: 143px 0 111px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/gift-mail-bg.png) no-repeat bottom center;
  background-size: cover;
  margin-top: -93px;
}

.gift-mail .item {
  padding: 102px 0 104px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/gift-mail-item-bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.gift-mail .item h2 {
  margin-bottom: 30px;
}

.gift-mail .item .cont {
  gap: 90px;
}

.gift-mail .item .cont .lft .envelope-box {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.gift-mail .item .cont .lft .envelope-box:active {
  animation: envelope-shake .5s ease-in-out;
}

@keyframes envelope-shake {

  0%,
  100% {
    transform: rotate(0) scale(1.02);
  }

  25% {
    transform: rotate(-3deg) scale(1.02);
  }

  50% {
    transform: rotate(0) scale(1.05);
  }

  75% {
    transform: rotate(3deg) scale(1.02);
  }
}


.gift-mail .item .cont .lft .envelope-box:hover {
  transform: scale(1.02);
}

.gift-mail .item .cont .lft .envelope-box::before {
  content: '';
  position: absolute;
  width: 93%;
  height: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 15.65px 31.3px 0px #00000026;
  z-index: -1;
  transition: box-shadow .3s ease-in-out;
}

.gift-mail .item .cont .lft .envelope-box:hover::before {
  box-shadow:
    0 0 20px rgba(255, 255, 255, .85),
    0 0 60px rgba(255, 255, 255, .55),
    0px 15.65px 31.3px 0px #00000026;
}

.gift-mail .item .cont .lft .envelope-box .tips-num {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/envelope-tips.png) no-repeat center center;
  background-size: 100% 100%;
  right: -7px;
  top: -10px;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: tips-bounce 1s ease-in-out infinite;
}

.gift-mail .item .cont .lft .envelope-box:hover .tips-num {
  animation: unset;
}

@keyframes tips-bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.gift-mail .item .cont .lft .view-reward {
  font-size: 32px;
  font-weight: 500;
  margin-top: 16px;
  color: #000000;
}

.gift-mail .item .cont .lft .view-reward:hover {
  text-decoration: underline;
}

.gift-mail .item .cont .rgt {
  max-width: 670px;
}

.gift-mail .item .cont .rgt ul {
  margin-bottom: 56px;
}

.gift-mail .item .cont .rgt ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #081A2D;
}

.gift-mail .item .cont .rgt ul li:not(:last-child) {
  margin-bottom: 12px;
}

.gift-mail .item .cont .rgt ul li span {
  font-weight: 700;
  font-size: 20px;
}

.gift-mail .item .cont .rgt .tip {
  padding: 24px;
  border-radius: 16px;
  background: #FFA82533;
  color: #081A2D;
}

@media (max-width: 1599.98px) {
  .gift-mail {
    padding: 140px 0 100px;
  }

  .gift-mail .item .cont .rgt {
    max-width: 500px;
  }

  .gift-mail .item .cont .rgt ul {
    margin-bottom: 32px;
  }

  .gift-mail .item .cont {
    gap: 48px;
  }
}

@media (max-width: 1279.98px) {
  .gift-mail {
    margin-top: -49px;
    padding: 100px 0;
  }

  .gift-mail .item {
    background: #FEFDF9;
    padding: 24px 22px 19px;
    border-radius: 20px;
    z-index: 1;
    box-shadow: 0px 6px 0px 0px #70A6EC;
  }

  .gift-mail .item::before {
    content: '';
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #FADB9D;
    border-radius: 15px;
    z-index: -1;
  }

  .gift-mail .item .cont {
    gap: 32px;
  }

  .gift-mail .item .cont .rgt {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .gift-mail {
    padding: 83px 0 80px;
    background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/gift-mail-bg.png) no-repeat bottom left;
    background-size: 1700px 918px;
  }

  .gift-mail .item h2 {
    margin-bottom: 12px;
    line-height: 1;
  }

  .gift-mail .item .cont .lft .envelope-box {
    width: 78%;
    max-width: 445px;
  }

  .gift-mail .item .cont .lft .view-reward {
    font-size: 18px;
    margin-top: 12px;
  }

  .gift-mail .item .cont .rgt h4 {
    font-size: 18px;
  }

  .gift-mail .item .cont .rgt ul {
    margin-bottom: 20px;
  }

  .gift-mail .item .cont .rgt ul li {
    font-size: 14px;
  }

  .gift-mail .item .cont .rgt ul li span {
    font-size: 16px;
  }

  .gift-mail .item .cont .rgt .tip {
    padding: 16px;
  }

  .gift-mail .item .cont .rgt .tip p {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .gift-mail .item .cont .lft .envelope-box .tips-num {
    width: 34px;
    height: 34px;
    font-size: 20px;
    top: -5px;
    right: -3px;
  }
}

.redemption {
  padding: 61px 0 87px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/redemption-bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  margin-top: -60px;
}

.redemption::before {
  content: '';
  position: absolute;
  width: 190px;
  aspect-ratio: 190 / 205;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/redemption-before.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: 176px;
  left: -36px;
}

.redemption::after {
  content: '';
  position: absolute;
  width: 192px;
  aspect-ratio: 192 / 109;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/redemption-after.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: 50%;
  right: -50px;
}

.redemption .items {
  gap: 32px 0;
  position: relative;
}

.redemption .items::before {
  content: '';
  position: absolute;
  width: 146px;
  aspect-ratio: 146 / 112;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/redemption-item-before.png) no-repeat center center;
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translate(calc(-20px - 100%), 50%);
}

.redemption .items::after {
  content: '';
  position: absolute;
  width: 175px;
  aspect-ratio: 175 / 222;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/redemption-item-after.png) no-repeat center center;
  background-size: 100% 100%;
  top: -40px;
  right: 0;
  transform: translate(calc(100% + 20px), 0);
}

.redemption .item {
  width: calc(50% - 16px);
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/redemption-item-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 64px 93px;
  text-align: center;
  position: relative;
}

.redemption .item p.title {
  font-size: 32px;
}

.redemption .item p.title-p {
  min-height: 90px;
  font-size: 18px;
  margin: 8px 0;
  padding: 4px 0;
}

.redemption .item p.price {
  font-size: 48px;
  margin-bottom: 56px;
}

.redemption .item .check-box {
  gap: 36px;
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 0);
}

.redemption .item .check-box>div {
  width: max-content;
}

.redemption .item .check-box>div .form-check-input {
  margin: 0;
}

.form-check-input:checked[type="radio"]~label {
  color: #0462F0;
}

.form-switch .form-check-input:checked,
.form-switch .form-check-input,
.form-switch .form-check-input:focus {
  border: 1px solid #0462f0;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23008BFF'/%3e%3c/svg%3e");
}

.svg-win.active,
.svg-mac.active {
  color: #0462F0;
}

@media (max-width: 1599.98px) {
  .redemption .items::after {
    top: 0;
    right: 0;
    transform: translate(calc(0% + 60px), -50px);
  }
}

@media (max-width: 1279.98px) {
  .redemption {
    background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/redemption-bg.png) no-repeat center center;
    background-size: cover;
    margin-top: -40px;
  }

  .redemption .item {
    width: 100%;
  }

  .redemption .item p.title-p {
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  .redemption {
    padding: 48px 0 54px;
    margin-top: -43px;
  }

  .redemption::before {
    width: 105px;
    left: auto;
    bottom: 12px;
    right: -32px;
  }

  .redemption::after {
    display: none;
  }

  .redemption .title-text p {
    font-size: 14px;
  }

  .redemption .items::before {
    width: 62px;
    top: 0;
    left: 0;
    transform: translate(-26px, -250%);
  }

  .redemption .items::after {
    width: 74px;
    top: 0;
    right: 0;
    transform: translate(50px, -200%);
  }

  .redemption .item {
    background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/redemption-item-bg-m.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 27px 48px;
  }

  .redemption .item .logo-icon {
    width: 72px;
  }

  .redemption .item p.title {
    font-size: 20px;
  }

  .redemption .item p.title-p {
    font-size: 14px;
    padding-top: 0;
  }

  .redemption .item p.price {
    font-size: 32px;
    margin-bottom: 46px;
  }

  .redemption .item .check-box {
    bottom: 75px;
  }

  .redemption .item .check-box>div {
    font-size: 14px;
  }

  .redemption .item .check-box>div .form-check-input {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 640px) {
  .redemption {
    background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/redemption-bg-m.png) no-repeat center center;
    background-size: 100% 100%;
  }
}

.best-picks {
  padding: 40px 0 110px;
  overflow: hidden;
  position: relative;
}

.best-picks::before {
  content: '';
  position: absolute;
  width: 100px;
  aspect-ratio: 100 / 126;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/best-picks-before.png) no-repeat center center;
  background-size: 100% 100%;
  left: 161px;
  top: 137px;
}

.best-picks::after {
  content: '';
  position: absolute;
  width: 163px;
  aspect-ratio: 163 / 117;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/best-picks-after.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
  bottom: 60px;
  transform: rotate(-25.23deg);
}

.best-picks .title-text {
  margin-bottom: 92px;
}

.best-picks .item {
  width: calc(50% - 32px);
  padding: 64px 82px 64px 98px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/best-picks-item-bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
}

.best-picks .item::before {
  content: '';
  position: absolute;
  width: 62px;
  aspect-ratio: 62 / 44;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/paper-clip.svg) no-repeat center center;
  background-size: 100% 100%;
  left: 50%;
  top: -23px;
  transform: translateX(-50%);
}

.best-picks .item .star-off {
  position: absolute;
  width: 167px;
  aspect-ratio: 1 / 1;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/star-off.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 45px;
  font-weight: 900;
  line-height: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF5500;
  right: -42px;
  top: -68px;
}

.best-picks .item p.title {
  font-size: 32px;
}

.best-picks .item p.title-p {
  font-size: 18px;
  margin: 8px 0;
  padding: 4px 0;
  color: #2D2D2D;
}

.best-picks .item .price .new {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-right: 12px;
}

.best-picks .item .price .old {
  color: #7e7e7a;
}

@media (max-width: 1599.98px) {
  .best-picks::before {
    left: 0;
  }
}

@media (max-width: 1279.98px) {
  .best-picks .title-text {
    margin-bottom: 64px;
  }

  .best-picks .items {
    gap: 46px;
  }

  .best-picks .item {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .best-picks {
    padding: 40px 0 42px;
  }

  .best-picks::before {
    width: 59px;
    left: -7px;
    top: 60px;
  }

  .best-picks::after {
    display: none;
  }

  .best-picks .title-text {
    margin-bottom: 32px;
  }

  .best-picks .item {
    padding: 42px 23px 40px 29px;
    background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/best-picks-item-bg-m.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .best-picks .item::before {
    width: 40px;
    top: -16px;
  }

  .best-picks .item .star-off {
    width: 93px;
    height: 93px;
    font-size: 25px;
    top: -30px;
    right: -16px;
  }

  .best-picks .item .logo-icon {
    width: 72px;
  }

  .best-picks .item p.title {
    font-size: 20px;
  }

  .best-picks .item p.title-p {
    font-size: 14px;
    padding-top: 0;
  }

  .best-picks .item .price .new {
    font-size: 32px;
    margin-right: 8px;
  }

  .best-picks .item .price .old {
    font-size: 12px;
  }
}

.free-trial {
  padding: 56px 0 97px;
  background: #ACE0FF;
  position: relative;
}

.free-trial::before {
  content: '';
  position: absolute;
  width: 160px;
  aspect-ratio: 160 / 162;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/free-trial-before.png) no-repeat center center;
  background-size: 100% 100%;
  top: -155px;
  left: -14px;
}

.free-trial::after {
  content: '';
  position: absolute;
  width: 137px;
  aspect-ratio: 137 / 122;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/free-trial-after.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: -29px;
  right: 77px;
}

.free-trial .list {
  gap: 32px;
}

.free-trial .list .item {
  flex: 1 1 20%;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/free-trial-item-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 50px 42px;
}

.free-trial .list .item .item-title {
  min-height: 46px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  color: #000000;
}

.free-trial .list .item .off-text {
  margin: 32px 0;
}

.free-trial .list .item .btn {
  font-size: 24px;
  min-width: 230px;
}

@media(min-width: 992px) {
  .free-trial .list .item .off-text {
    min-height: 52px;
  }
}

@media (max-width: 1599.98px) and (min-width: 1280px) {
  .free-trial .list {
    justify-content: center;
  }

  .free-trial .list .item {
    width: calc(35% - 16px);
    flex: unset;
  }
}

@media (max-width: 1599.98px) {
  .free-trial::before {
    top: -55px;
  }
}

@media (max-width: 991.98px) {
  .free-trial {
    padding: 48px 0;
  }

  .free-trial .title-text p {
    font-size: 14px;
  }

  .free-trial::before {
    width: 54px;
    top: -19px;
    left: -5px;
  }

  .free-trial::after {
    display: none;
  }

  .free-trial .list {
    gap: 24px;
  }
}

.terms-conditions {
  padding: 86px 0 120px;
}

.terms-conditions .item {
  padding: 67px 106px 64px;
  background: #F8F3DC;
  border-radius: 40px;
  position: relative;
}

.terms-conditions .item::before {
  content: '';
  position: absolute;
  width: 146px;
  aspect-ratio: 146 / 27;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/terms-conditions-before.png) no-repeat center center;
  background-size: 100% 100%;
  left: -52px;
  top: 63px;
  transform: rotate(23.54deg);
}

.terms-conditions .item::after {
  content: '';
  position: absolute;
  width: 55px;
  aspect-ratio: 55 / 63;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/terms-conditions-after.png) no-repeat center center;
  background-size: 100% 100%;
  right: -40px;
  top: -32px;
}

.terms-conditions .item .stapler-box {
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
}

.terms-conditions .item h2 {
  color: #FF5500;
}

.terms-conditions .item ul {
  counter-reset: li;
}

.terms-conditions .item ul li {
  position: relative;
  padding-left: 36px;
  line-height: 1.5;
}

.terms-conditions .item ul li:not(:last-child) {
  margin-bottom: 18px;
}

.terms-conditions .item ul li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #2D65FF;
}

@media (max-width: 1599.98px) {
  .terms-conditions {
    padding: 80px 0 100px;
  }
}

@media (max-width: 991.98px) {
  .terms-conditions {
    padding: 64px 0;
  }

  .terms-conditions .item {
    padding: 67px 20px 37px;
    border-radius: 24px;
  }

  .terms-conditions .item::before {
    width: 104px;
    left: 0;
    top: -63px;
  }

  .terms-conditions .item::after {
    display: none;
  }
}

/* gift popup style Start */
.remind-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1001;
  overflow-y: auto;
}

.remind-popup .close {
  position: absolute;
  right: 6px;
  top: 13%;
  cursor: pointer;
  z-index: 3;
}

@media (min-width: 768px) {
  .remind-popup .close {
    right: 20px;
    top: 15%;
  }
}

.remind-popup .close svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .remind-popup .close svg {
    width: 46px;
    height: 46px;
  }
}

.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.remind-popup .pop-content {
  width: 300px;
  padding: 30px 24px 16px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/popup-envelope.png) no-repeat center center;
  background-size: 100% 100%;
}

@media (min-width: 767.98px) {
  .remind-popup .pop-content {
    width: 702px;
    padding: 70px 109px 230px;
  }
}

.remind-popup .pop-content .lottery-body {
  width: 100%;
  position: relative;
  z-index: 1;
}

.remind-popup .pop-content .lottery-body a.btn-primary {
  width: max-content;
  min-width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .remind-popup .pop-content .lottery-body a.btn-primary {
    min-width: 118px;
    height: 37px;
    border-radius: 8px;
    font-size: 14px;
  }
}

.remind-popup .pop-content .lottery-body .title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  color: #5C4423;
  gap: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .title {
    font-size: 20px;
    gap: 8px;
    margin-bottom: 58px;
  }
}

.remind-popup .pop-content .lottery-body .title .icon {
  width: 22px;
  height: 22px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .title .icon {
    width: 52px;
    height: 52px;
  }
}

.remind-popup .pop-content .lottery-body .cont {
  width: 100%;
  min-height: 262px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .cont {
    min-height: 410px;
  }
}

.remind-popup .pop-content .lottery-body .info {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #000;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .info {
    font-size: 24px;
    padding: 0;
  }
}

.remind-popup .pop-content .lottery-body .loading-spinner {
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
  border: 4px solid #E2B58766;
  border-top-color: #E5AB5A;
  border-radius: 50%;
  animation: loading-spinner-rotate 0.9s linear infinite;
}

@keyframes loading-spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}

.remind-popup .pop-content .lottery-body .code-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .code-text {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

.remind-popup .pop-content .lottery-body .code {
  font-size: 20px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .code {
    font-size: 28px;
  }
}

.remind-popup .pop-content .lottery-body .note {
  width: 85%;
  font-size: 8px;
  line-height: 1.6;
  color: #00000080;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 auto;
  text-align: start;
  gap: 4px;
}

.remind-popup .pop-content .lottery-body .note svg {
  width: 10px;
  height: 10px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .note {
    width: 100%;
    font-size: 14px;
    justify-content: center;
  }

  .remind-popup .pop-content .lottery-body .note svg {
    width: 14px;
    height: 14px;
  }
}

.remind-popup .pop-content .lottery-body .how-to-use {
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .how-to-use {
    margin-bottom: 32px;
  }
}

.remind-popup .pop-content .lottery-body .how-to-use>p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .how-to-use>p {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.remind-popup .pop-content .lottery-body .how-to-use .steps {
  gap: 16px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .how-to-use .steps {
    gap: 32px;
  }
}

.remind-popup .pop-content .lottery-body .how-to-use .steps .step-item {
  width: 73px;
  gap: 6px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .how-to-use .steps .step-item {
    width: 136px;
    gap: 12px;
  }
}

.remind-popup .pop-content .lottery-body .how-to-use .steps .step-item .step-content {
  font-size: 8px;
  line-height: 1.2;
  color: #2D2D2D;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .how-to-use .steps .step-item .step-content {
    font-size: 12px;
  }
}

.remind-popup .pop-content .lottery-body .prize-list {
  width: 100%;
  gap: 8px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .prize-list {
    gap: 16px;
    padding: 0;
  }
}

.remind-popup .pop-content .lottery-body .prize-list .prize-item {
  width: 100%;
  border-radius: 8px;
  background: #FFFFFFB2;
  backdrop-filter: blur(4px);
  border: 1px solid #E2B5874D;
  padding: 7px 14px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .prize-list .prize-item {
    border-radius: 20px;
    padding: 16px 32px;
    border: 2px solid #E2B5874D;
  }
}

.remind-popup .pop-content .lottery-body .prize-list .prize-item img {
  width: 70px;
  box-shadow: 0px 4.46px 4.46px 0px #0000001A;
  border-radius: 7px;
}

@media (min-width: 768px) {
  .remind-popup .pop-content .lottery-body .prize-list .prize-item img {
    width: 160px;
  }
}

@media (max-width: 767.98px) {
  .remind-popup .pop-content .lottery-body .prize-list .prize-item a.btn-primary {
    height: 24px;
    font-size: 12px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 6px;
  }
}

/* gift popup style End */

/* media popup style start */
.share-popup {
  width: 328px;
  min-height: 407px;
  padding: 60px 56px 94px;
  background: url(https://4ddig.tenorshare.com/images/activity/backtoschool2026/free-trial-popup-bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .share-popup {
    width: 530px;
    min-height: 651px;
    padding: 96px 90px 144px;
  }
}

.share-popup .item-img {
  width: 64px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .share-popup .item-img {
    width: 96px;
    margin-bottom: 24px;
  }
}

.share-popup h2 {
  font-family: 'HarmonyOS Sans';
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  color: #000000;
}

@media (min-width: 768px) {
  .share-popup h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

.share-popup p {
  font-family: 'HarmonyOS Sans';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  color: #2D2D2D;
}

@media (min-width: 768px) {
  .share-popup p {
    font-size: 16px;
  }
}

.share-popup .btn {
  width: 156px;
  height: 38px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 8px;
  gap: 4px;
}

.share-popup .btn span {
  font-size: 18px;
}

@media (min-width: 768px) {
  .share-popup .btn {
    width: 235px;
    height: 56px;
    font-size: 20px;
    border-radius: 14px;
  }

  .share-popup .btn span {
    font-size: 24px;
  }
}

.swal2-popup {
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

.swal2-popup .swal2-content {
  padding: 0;
}

.share_popup.swal2-popup .swal2-close {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 0;
}

@media (min-width: 768px) {
  .share_popup.swal2-popup .swal2-close {
    width: 36px;
    height: 36px;
    bottom: 4px;
  }
}

/* media popup style start */