@charset "UTF-8";
@font-face {
  font-family: "Jersey 25";
  src: url(../fonts/Jersey25-Regular.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "BeauSans";
  src: url(../fonts/BT-BeauSans-Bold.ttf);
}
@font-face {
  font-family: Kuro;
  src: url(../fonts/Kuro-ExtraBold.otf);
  font-weight: 900;
}
@font-face {
  font-family: Kuro;
  src: url(../fonts/Kuro-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: Kuro;
  src: url(../fonts/Kuro-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: Kuro;
  src: url(../fonts/Kuro-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: Kuro;
  src: url(../fonts/Kuro-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: Kuro;
  src: url(../fonts/Kuro-DemiBold.otf);
  font-weight: 600;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  font-family: Kuro;
  font-weight: 400;
  margin: auto;
  overflow-x: hidden;
  font-size: 16px;
  color: #2E221C;
}

#main {
  background-size: cover;
  background: linear-gradient(rgba(0, 34, 17, 0.7), rgba(0, 34, 17, 0.7)), url("../images/background-main.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  background-attachment: fixed;
}
@media (max-width: 1200px) {
  #main {
    -webkit-background-size: 1920px 1080px;
  }
}

.menu-bar {
  display: none;
}
@media (max-width: 992px) {
  .menu-bar {
    display: block;
    position: absolute;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .menu-bar {
    display: block;
    position: absolute;
    right: 20px;
  }
}

.section-top {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  background-image: url(../images/background-11.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .section-top {
    padding-top: 5px;
  }
}
@media (max-width: 992px) {
  .section-top {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .section-top .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .container {
    max-width: 98%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: calc(100vw - 20px);
  }
}
.mobile-show {
  display: none;
  padding: 20px 20px 0 10px;
}
@media (max-width: 768px) {
  .mobile-show {
    display: block;
  }
}
.mobile-show p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.mobile-show p.name {
  font-size: 16px;
  font-weight: 700;
}

.content-lucky {
  background-image: url(../images/header-background.png);
  background: url(../images/header-background.png) 50%/cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.content-lucky::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px 1px 0 1px;
  background: linear-gradient(180deg, #CEF991 0%, rgba(206, 249, 145, 0) 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 992px) {
  .content-lucky::before {
    display: none;
  }
}
.content-lucky-header {
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #0A591E 17.14%, #387614 100%);
  background: linear-gradient(90deg, #0A591E 17.14%, #387614 100%);
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 992px) {
  .content-lucky-header {
    justify-content: left;
    padding: 5px 20px;
  }
}
@media (max-width: 992px) {
  .content-lucky-header {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
@media (max-width: 1200px) {
  .content-lucky-header-logo {
    max-width: 270px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .content-lucky-header-logo {
    max-width: 250px;
  }
}
@media (max-width: 992px) {
  .content-lucky-header-menu {
    position: fixed;
    z-index: 10;
    top: 61.77px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100vh - 61.77px);
    background: #24680B;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
}
.content-lucky-header-menu.active {
  visibility: visible;
  opacity: 1;
}
.content-lucky-header-menu ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .content-lucky-header-menu ul {
    display: block;
    padding-top: 10px;
  }
}
.content-lucky-header-menu ul li {
  list-style: none;
  margin: 0 30px;
}
@media (max-width: 1440px) {
  .content-lucky-header-menu ul li {
    margin: 0 15px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .content-lucky-header-menu ul li {
    margin: 0 7px;
  }
}
@media (max-width: 992px) {
  .content-lucky-header-menu ul li {
    border-right: 0.5px solid #FFF;
    border-bottom: 0;
    padding: 10px 0 0 20px;
    margin: 0;
    text-align: left;
  }
}
.content-lucky-header-menu ul li a {
  color: #FFF;
}
@media (max-width: 992px) {
  .content-lucky-header-menu ul li a {
    font-size: 14px;
  }
}
.content-lucky-header-menu ul li a:hover {
  color: #CBEB2C;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .content-lucky-main {
    padding-bottom: 160px;
  }
}
@media (max-width: 992px) {
  .content-lucky-main {
    padding-top: 57px;
  }
}
.content-lucky-main-info {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 20px 30px 0 0;
  position: relative;
  min-height: 70px;
  z-index: 7;
}
@media (max-width: 1400px) {
  .content-lucky-main-info {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .content-lucky-main-info {
    padding-top: 20px;
    position: fixed;
    top: -14px;
    right: 40px;
    z-index: 10;
  }
}
.content-lucky-main-info .text {
  color: #FFF;
  text-align: right;
  line-height: normal;
}
@media (max-width: 768px) {
  .content-lucky-main-info .text {
    display: none !important;
  }
}
.content-lucky-main-info .text p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.content-lucky-main-info .text p.name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.content-lucky-main-info .icon {
  margin-left: 10px;
  position: relative;
  z-index: 4;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: transparent;
  transition: all 0.3s ease;
}
.content-lucky-main-info .icon img {
  width: 20px;
  transition: all 0.3s ease;
}
.content-lucky-main-info .icon::before {
  content: "";
  display: none;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #D50A0A;
  border-radius: 50%;
  top: -1px;
  right: -2px;
}
.content-lucky-main-info .icon.new-notification::before {
  display: block;
}
.content-lucky-main-info .icon.show {
  width: 42px;
  height: 42px;
  background: rgba(217, 217, 217, 0.5);
  transition: all 0.3s ease;
}
.content-lucky-main-info .notification-turn-history {
  z-index: 12;
  position: absolute;
  top: 80px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  opacity: 1;
  width: 300px;
}
@media (max-width: 768px) {
  .content-lucky-main-info .notification-turn-history {
    display: block;
    position: fixed;
    z-index: 10;
    top: 61.77px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100vh - 61.77px);
    background: #24680B;
    visibility: hidden;
    border-radius: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    padding: 10px;
  }
}
.content-lucky-main-info .notification-turn-history.show {
  visibility: visible;
  opacity: 1;
}
.content-lucky-main-info .notification-turn-history .notification-content-scroll {
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 10px 0;
}
.content-lucky-main-info .notification-turn-history .notification-content-scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .content-lucky-main-info .notification-turn-history .notification-content-scroll {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    padding: 10px;
    max-height: calc(100vh - 165px);
  }
}
.content-lucky-main-info .notification-turn-history-item {
  border-radius: 10px;
  background: #FFF;
  margin: 0px 10px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .content-lucky-main-info .notification-turn-history-item {
    margin: 0 0px 5px 0px;
  }
}
.content-lucky-main-info .notification-turn-history-item-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content-lucky-main-info .notification-turn-history-item-time {
  color: #767676;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}
.content-lucky-main-info .notification-turn-history-item-status circle {
  fill: #9c9c9c;
}
.content-lucky-main-info .notification-turn-history-item-content {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.content-lucky-main-info .notification-turn-history-item-content span {
  font-weight: 700;
}
.content-lucky-main-info .notification-turn-history-item.new-notification .notification-turn-history-item-status circle {
  fill: #579043;
}
.content-lucky-main-info .notification-turn-history-item.new-notification .notification-turn-history-item-time {
  color: #579043;
}
.content-lucky-main-content {
  display: grid;
  grid-template-columns: 55% 40%;
}
@media (max-width: 1200px) {
  .content-lucky-main-content {
    display: block;
  }
}
.content-lucky-main-content-gift {
  position: relative;
}
.content-lucky-main-content-gift .confet-1 {
  position: absolute;
  top: 12%;
}
@media (max-width: 768px) {
  .content-lucky-main-content-gift .confet-1 {
    display: none !important;
  }
}
.content-lucky-main-content-gift .confet-2 {
  position: absolute;
  position: absolute;
  top: 0;
  aspect-ratio: 429/322;
  right: -100px;
}
@media (max-width: 768px) {
  .content-lucky-main-content-gift .confet-2 {
    display: none !important;
  }
}
.content-lucky-main-content-gift .headline-title {
  text-align: center;
  position: relative;
  margin-top: -30px;
  margin-left: 100px;
}
@media (max-width: 1200px) {
  .content-lucky-main-content-gift .headline-title {
    margin-top: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .content-lucky-main-content-gift .headline-title {
    max-width: 80%;
    margin: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .headline-title {
    max-width: 85%;
    margin-left: 70px;
  }
}
@media (max-width: 992px) {
  .content-lucky-main-content-gift .headline-title {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .content-lucky-main-content-gift .headline-title {
    padding-bottom: 20px;
  }
}
.content-lucky-main-content-gift .gift-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .content-lucky-main-content-gift .gift-grid {
    display: none !important;
  }
}
.content-lucky-main-content-gift .gift-grid img {
  position: relative;
  z-index: 3;
}
.content-lucky-main-content-gift .gift-item {
  position: relative;
}
@media (max-width: 768px) {
  .content-lucky-main-content-gift .gift-item {
    display: none !important;
  }
}
.content-lucky-main-content-gift .gift-item .info {
  padding: 0 0 15px 15px;
  position: absolute;
  border-radius: 20px;
  border-bottom: 1px solid #FFF;
  background: linear-gradient(276deg, rgba(36, 104, 11, 0) 8.88%, rgba(70, 206, 21, 0.6) 98.38%);
}
.content-lucky-main-content-gift .gift-item .info .count {
  margin-top: -15%;
}
.content-lucky-main-content-gift .gift-item .info .name {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  font-size: 16px;
}
.content-lucky-main-content-gift .gift-vf3 {
  margin: auto;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin-left: 200px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .content-lucky-main-content-gift .gift-vf3 {
    margin-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-vf3 {
    margin-left: 150px;
  }
}
.content-lucky-main-content-gift .gift-vf3 .info {
  width: 300px;
  left: -30px;
  top: 44%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-vf3 .info {
    width: 200px;
    left: 20px;
  }
}
.content-lucky-main-content-gift .gift-vf3 .info .name {
  font-size: 32px;
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-vf3 .info .name {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-vf3 .info .name {
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-vf3 .info .count {
    max-width: 40%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-vf3 .info .count {
    max-width: 40%;
  }
}
.content-lucky-main-content-gift .gift-vf3 .img {
  position: relative;
  margin-top: -65px;
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-vf3 .img {
    max-width: 90%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-vf3 .img {
    max-width: 80%;
  }
}
.content-lucky-main-content-gift .gift-feliz {
  margin: auto;
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin-top: -120px;
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-feliz {
    margin-top: -120px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-feliz {
    margin-top: -110px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .content-lucky-main-content-gift .gift-feliz {
    margin-top: -30px;
  }
}
.content-lucky-main-content-gift .gift-feliz .info {
  width: 300px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-feliz .info {
    left: 0px;
    width: 200px;
  }
}
.content-lucky-main-content-gift .gift-feliz .info .name {
  font-size: 24px;
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-feliz .info .name {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-feliz .info .name {
    font-size: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-feliz .info .count {
    max-width: 40%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-feliz .info .count {
    max-width: 27%;
  }
}
.content-lucky-main-content-gift .gift-feliz .img {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-feliz .img {
    max-width: 90%;
  }
}
.content-lucky-main-content-gift .gift-airpurifier {
  margin: auto;
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin-top: -200px;
  margin-left: 85px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .content-lucky-main-content-gift .gift-airpurifier {
    margin-top: -180px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-airpurifier {
    margin-top: -150px;
    margin-left: 25px;
  }
}
.content-lucky-main-content-gift .gift-airpurifier .info {
  width: 200px;
  left: -10px;
  top: 62%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-airpurifier .info {
    left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-airpurifier .info .name {
    font-size: 13px;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-airpurifier .info .count {
    max-width: 40%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-airpurifier .info .count {
    max-width: 27%;
  }
}
.content-lucky-main-content-gift .gift-airpurifier .img {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-airpurifier .img {
    max-width: 80%;
  }
}
.content-lucky-main-content-gift .gift-money {
  display: flex;
  justify-content: center;
  margin: 20px auto 30px;
  width: -moz-max-content;
  width: max-content;
  padding-right: 20px;
  display: flex;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  align-items: center;
  border-radius: 29px;
  border-bottom: 1px solid #FFF;
  background: linear-gradient(284deg, rgba(36, 104, 11, 0) -6.75%, rgba(70, 206, 21, 0.8) 89.95%);
  margin-left: 300px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-money {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .content-lucky-main-content-gift .gift-money {
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .content-lucky-main-content-gift .gift-money {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-money .icon img {
    width: 35px;
  }
}
.content-lucky-main-content-gift .gift-money .count {
  margin: -30px 0;
  padding-right: 20px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-money .count {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-money .count {
    width: 100px;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .content-lucky-main-content-gift .gift-money .count img {
    max-width: 90%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-gift .gift-money .count img {
    margin: -30px 0;
  }
}
.content-lucky-main-content-spin {
  position: relative;
  margin-top: -40px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-spin {
    margin-top: -70px;
  }
}
@media (max-width: 992px) {
  .content-lucky-main-content-spin {
    margin-top: -20px;
  }
}
@media (max-width: 575px) {
  .content-lucky-main-content-spin {
    margin-top: -40px;
  }
}
.content-lucky-main-content-spin .light-spin {
  position: absolute;
  top: -68px;
  left: -90px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .content-lucky-main-content-spin .light-spin {
    left: 44%;
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .content-lucky-main-content-spin .light-spin {
    left: 20%;
    transform: translateX(-15%);
  }
}
@media (max-width: 768px) {
  .content-lucky-main-content-spin .light-spin {
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 575px) {
  .content-lucky-main-content-spin .light-spin {
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
  }
}
.content-lucky-main-content-spin .light-spin img {
  max-width: 120%;
}
@media (max-width: 768px) {
  .content-lucky-main-content-spin .light-spin img {
    max-width: 65vw;
  }
}
@media (max-width: 575px) {
  .content-lucky-main-content-spin .light-spin img {
    max-width: 80vw;
  }
}
@media (max-width: 475px) {
  .content-lucky-main-content-spin .light-spin img {
    max-width: 100vw;
  }
}
.content-lucky-main-content-spin .confet-3 {
  position: absolute;
  top: 5%;
  right: -100px;
}
@media (max-width: 768px) {
  .content-lucky-main-content-spin .confet-3 {
    display: none !important;
  }
}
.content-lucky-main-content-spin .wheel-bottom-action {
  margin-top: 30px;
  position: absolute;
  bottom: -46%;
  left: 52%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1600px) {
  .content-lucky-main-content-spin .wheel-bottom-action {
    bottom: -43%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .content-lucky-main-content-spin .wheel-bottom-action {
    bottom: -51%;
  }
}
@media (max-width: 768px) {
  .content-lucky-main-content-spin .wheel-bottom-action {
    bottom: -205px;
  }
}
.content-lucky-main-content-spin .action-turn-choice {
  border-radius: 10px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.29);
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 10px;
  padding: 10px;
  max-width: 270px;
  margin: 10px auto 0 auto;
}
.content-lucky-main-content-spin .action-turn-choice-default {
  width: 100%;
  height: 100%;
}
.content-lucky-main-content-spin .action-turn-choice-default .action-turn-choice-option-item {
  border-radius: 8px;
  border: 2px solid #FFF;
  background: #E5E5E5;
  box-shadow: 0 2px 0 0 #C6C6C6;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid #FFF;
  background: #E5E5E5;
  box-shadow: 0 1px 0 0 #C6C6C6;
  color: #A5A5A5;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF, 0px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0px 0 #FFF, 1px 0px 0 #FFF;
  transition: all 0.3s ease;
  font-size: 24px;
}
.content-lucky-main-content-spin .action-turn-choice-default .action-turn-choice-option-item.active {
  background: linear-gradient(182deg, #9CF03C 1.11%, #50B413 97.96%);
  box-shadow: 0 2px 0 0 #004B2C;
  color: #FFF;
  text-shadow: -1px -1px 0 #004B2C, 1px -1px 0 #004B2C, -1px 1px 0 #004B2C, 1px 1px 0 #004B2C, 0px -1px 0 #004B2C, 0px 1px 0 #004B2C, -1px 0px 0 #004B2C, 1px 0px 0 #004B2C;
  transition: all 0.3s ease;
}
.content-lucky-main-content-spin .action-turn-choice-option {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  padding-right: 10px;
}
.content-lucky-main-content-spin .action-turn-choice-option-item {
  border-radius: 8px;
  border: 2px solid #FFF;
  background: #E5E5E5;
  box-shadow: 0 1px 0 0 #C6C6C6;
  color: #A5A5A5;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF, 0px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0px 0 #FFF, 1px 0px 0 #FFF;
  transition: all 0.3s ease;
  padding: 4px 0;
}
@media (max-width: 1600px) {
  .content-lucky-main-content-spin .action-turn-choice-option-item {
    padding: 0;
  }
}
.content-lucky-main-content-spin .action-turn-choice-option-item.active {
  background: linear-gradient(182deg, #9CF03C 1.11%, #50B413 97.96%);
  box-shadow: 0 2px 0 0 #004B2C;
  color: #FFF;
  text-shadow: -1px -1px 0 #004B2C, 1px -1px 0 #004B2C, -1px 1px 0 #004B2C, 1px 1px 0 #004B2C, 0px -1px 0 #004B2C, 0px 1px 0 #004B2C, -1px 0px 0 #004B2C, 1px 0px 0 #004B2C;
  transition: all 0.3s ease;
}
.content-lucky-main-content-spin .action-turn-choice-option-item.disabled-option {
  opacity: 0.75;
  background: #b9b8b8;
  pointer-events: none;
  cursor: not-allowed;
}
.content-lucky-main-content-spin .action-turn-total {
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
@media (max-width: 768px) {
  .content-lucky-main-content-spin .action-turn-total {
    font-size: 16px;
  }
}
.content-lucky-main-content-spin .action-turn-total span {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .content-lucky-main-content-spin .action-turn-total span {
    font-size: 20px;
  }
}

.tbpc {
  display: none;
}
@media (min-width: 993px) {
  .tbpc {
    display: block;
  }
}

.tbmb {
  display: none;
}
@media (max-width: 992px) {
  .tbmb {
    display: block;
  }
}
.tbmb {
  max-height: 51.77px;
  padding: 5px 0;
}

.pc {
  display: none;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

.mb {
  display: none;
}
@media (max-width: 768px) {
  .mb {
    display: block;
  }
}

/* Chứa cả viền và vòng quay, set kích thước cố định */
.wheel-container {
  position: relative;
  width: 500px;
  height: 500px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .wheel-container {
    width: 420px;
    height: 420px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .wheel-container {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .wheel-container {
    width: 320px;
    height: 320px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Bọc ảnh viền và canvas */
.wheel-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .wheel-wrapper {
    left: -16px;
  }
}

/* Ảnh viền vàng/xanh */
.wheel-border-img {
  position: absolute;
  top: 30px;
  left: 30px;
  width: auto;
  height: 100%;
  z-index: 6;
  /* Nằm trên cùng */
  pointer-events: none;
  /* Không cản click chuột */
}

/* Canvas vòng quay nằm phía dưới */
#wheelCanvas {
  width: 440px;
  height: 440px;
  position: absolute;
  /* Kích thước canvas (bạn có thể tăng giảm số 440px này để nó vừa khít lọt vào lòng ảnh border.png) */
  top: 40px;
  left: 40px;
  /* ------------------------------------------------ */
  z-index: 5;
  /* Nằm dưới viền */
  border-radius: 50%;
  transition: transform 5s cubic-bezier(0.15, 0, 0.15, 1);
  transform-origin: center center;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #wheelCanvas {
    width: 360px;
    height: 360px;
    top: 38px;
    left: 44px;
  }
}
@media (max-width: 768px) {
  #wheelCanvas {
    width: 270px;
    height: 270px;
  }
}

/* Nút quay */
.center-ball {
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  z-index: 6;
  pointer-events: none;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .center-ball {
    width: 100px;
    height: 100px;
    left: 53%;
  }
}
@media (max-width: 768px) {
  .center-ball {
    width: 80px;
    height: 80px;
    left: 55%;
    top: 55%;
  }
}

.action-content .spin-btn {
  background: linear-gradient(180deg, #FAEFBE 0%, #E3BE4B 57.76%, #E48D00 91.76%);
  border-radius: 52.235px;
  border: 3.482px solid #D2AC5F;
  color: #003A0D;
  text-align: center;
  font-size: 34.824px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .action-content .spin-btn {
    font-size: 24px;
  }
}
.action-content .spin-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}
.action-content .spin-btn:hover::after {
  left: 200%;
  transition: left 0.75s ease-in-out;
}
.action-content .spin-btn:hover {
  transform: scale(1.02);
  transition: all 0.1s ease;
}
.action-content .spin-btn:active {
  transform: scale(0.97);
}

.section-background {
  border-radius: 40px;
  border: 2px solid transparent;
  background: linear-gradient(180deg, #0C5625 0%, rgba(11, 85, 38, 0) 100%);
  color: #FFF;
  padding: 38px 20px 20px;
  margin-top: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .section-background {
    padding: 20px 10px 10px;
    margin-top: 20px;
  }
}
.section-background::before {
  border-radius: 40px;
  content: "";
  position: absolute;
  inset: -2px;
  padding: 2px;
  background: linear-gradient(337deg, rgba(36, 104, 11, 0.6) 13.73%, rgba(70, 206, 21, 0.6) 83.9%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.mission-content {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mission-content {
    margin-top: 30px;
  }
}
.mission-content-item {
  margin-top: 10px;
  display: grid;
  border-radius: 33.33px;
  grid-template-columns: 8% 50% 21% 21%;
  cursor: pointer;
  border: 2px solid transparent;
}
@media (max-width: 768px) {
  .mission-content-item {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid var(--74-bd-4-b, #74BD4B);
    background: #13422B;
  }
}
.mission-content-item .icon {
  border-radius: 33.33px 0 0 33.33px;
  background: rgba(8, 102, 56, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission-content-item .icon img {
  padding-top: 12px;
}
@media (max-width: 768px) {
  .mission-content-item .icon {
    width: 20%;
    background: none;
  }
}
.mission-content-item .text {
  background: #086638;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .mission-content-item .text {
    width: 80%;
    background: none;
    padding-left: 0;
    padding-right: 20px;
  }
}
.mission-content-item .text h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mission-content-item .text h5 {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .mission-content-item .text h5 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .mission-content-item .text h5 {
    font-size: 17px;
  }
}
.mission-content-item .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mission-content-item .text p {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .mission-content-item .text p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .mission-content-item .text p {
    font-size: 12px;
  }
}
.mission-content-item .turn {
  background: rgba(8, 102, 56, 0.5);
  color: #FFEB51;
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mission-content-item .turn {
    width: 60%;
    background: #086638;
    padding: 10px 0;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    justify-content: start;
    padding-left: 10px;
  }
}
.mission-content-item .turn-flex {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mission-content-item .turn-flex .icon {
    width: 25px !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .mission-content-item .turn-flex .icon {
    width: 20px !important;
  }
}
@media (max-width: 768px) {
  .mission-content-item .turn-flex {
    margin-right: auto;
    padding-left: 45px;
  }
  .mission-content-item .turn-flex .icon {
    width: 20px !important;
  }
}
@media (max-width: 575px) {
  .mission-content-item .turn-flex {
    margin-right: auto;
    padding-left: 13px;
  }
  .mission-content-item .turn-flex .icon {
    width: 20px !important;
  }
}
.mission-content-item .turn .icon {
  background: none;
}
.mission-content-item .turn .number {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mission-content-item .turn .number {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .mission-content-item .turn .number {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .mission-content-item .turn .number {
    font-size: 24px;
    padding-left: 30px;
  }
}
@media (max-width: 390px) {
  .mission-content-item .turn .number {
    font-size: 24px;
    padding-left: 20px;
  }
}
.mission-content-item .turn .text {
  background: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mission-content-item .turn .text {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .mission-content-item .turn .text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .mission-content-item .turn .text {
    font-size: 14px;
  }
}
.mission-content-item .turn .description {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  padding: 0 20px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .mission-content-item .turn .description {
    font-size: 11px;
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .mission-content-item .turn .description {
    padding: 0;
    padding-right: 10px;
    text-align: left;
  }
}
.mission-content-item .action-link {
  background: #086638;
  border-radius: 0 33.33px 33.33px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .mission-content-item .action-link {
    width: 40%;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    justify-content: end;
    padding-right: 10px;
  }
}
.mission-content-item .action-link a {
  color: #065418;
  text-align: right;
  text-shadow: 0 1.448px 4.343px #FBBC04;
  font-size: 15.923px;
  font-style: normal;
  font-weight: 600;
  line-height: 34.741px;
  /* 218.182% */
  letter-spacing: -0.318px;
  border-radius: 8.685px;
  background: var(--Gold, linear-gradient(180deg, #FAEFBE 0%, #E3BE4B 57.76%, #E48D00 91.76%));
  box-shadow: 0 0 0 1.448px #FBBC04, 0 1.448px 1.086px 0 rgba(255, 255, 255, 0.12) inset, 0 -1.448px 0 0 #FBBC04 inset, 0 1.448px 4.343px 0 rgba(0, 0, 0, 0.1);
  width: 185px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mission-content-item .action-link a {
    width: 160px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .mission-content-item .action-link a {
    width: 115px;
    font-size: 12px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .mission-content-item .action-link a {
    font-size: 12px;
    width: 140px;
    height: 36px;
  }
}
.mission-content-item .action-link a img {
  margin-top: 3px;
}
.mission-content-item .action-link a:hover {
  font-size: 17px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .mission-content-item .action-link a:hover {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .mission-content-item .action-link a:hover {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .mission-content-item:hover {
    background: linear-gradient(0deg, rgba(70, 206, 21, 0.3) 0%, rgba(70, 206, 21, 0.3) 100%), #086638;
    border-color: #46CE15;
  }
  .mission-content-item:hover .text,
  .mission-content-item:hover .action-link {
    background: linear-gradient(0deg, rgba(70, 206, 21, 0.3) 0%, rgba(70, 206, 21, 0.3) 100%), #086638;
  }
  .mission-content-item:hover .turn .text {
    background: none;
  }
  .mission-content-item:hover .turn .turn-flex .icon path {
    fill: #FFF !important;
  }
  .mission-content-item:hover .turn {
    color: #FFF;
  }
}
.mission-content-bottom {
  padding-top: 20px;
  color: #A6FF5D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 769px) and (max-width: 992px) {
  .mission-content-bottom {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .mission-content-bottom {
    font-size: 12px;
  }
}
.mission-content-bottom p {
  margin: 0;
}
.mission-content-bottom a {
  color: #FFF;
  text-decoration: underline;
}

.section .top-header {
  border-radius: 47px;
  border: 1px solid #FFE8AC;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 15px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 768px) {
  .section .top-header {
    padding: 5px 15px;
  }
}
.section .top-header .text {
  padding-left: 10px;
  color: #FFE8AC;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 769px) and (max-width: 992px) {
  .section .top-header .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section .top-header .text {
    font-size: 17px;
  }
}
.section .title {
  padding-top: 20px;
}
.section .title h3 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-linear-gradient(-90deg, #7AC34B 5%, #065418 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  color: rgb(255, 255, 255);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section .title h3 {
    font-size: 36px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section .title h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section .title h3 {
    font-size: 24px;
    line-height: 2;
    -webkit-text-stroke: 2.5px transparent;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 374px) {
  .section .title h3 {
    font-size: 18px;
  }
}
.section .sub-content p {
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(91deg, rgba(10, 83, 37, 0) 0.6%, rgba(70, 206, 21, 0.6) 46.08%, rgba(10, 83, 37, 0) 99.16%);
}
@media (max-width: 768px) {
  .section .sub-content p {
    width: 100%;
    font-size: 12px;
  }
}

.rules .title {
  padding-top: 0;
}
.rules-content {
  border-radius: 26px;
  border: 2px solid var(--gd2, #24680B);
  padding: 40px;
  background: linear-gradient(153deg, rgba(98, 134, 75, 0.5) 12.13%, rgba(6, 84, 24, 0) 83.56%);
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  margin: 13px;
  position: relative;
}
@media (min-width: 769px) and (max-width: 992px) {
  .rules-content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .rules-content {
    font-size: 14px;
    padding: 20px 10px;
    margin: 5px;
    margin-top: 20px;
  }
}
.rules-content::before {
  border-radius: 26px;
  content: "";
  position: absolute;
  inset: -2px;
  padding: 2px;
  background: linear-gradient(337deg, rgba(36, 104, 11, 0.6) 13.73%, rgba(70, 206, 21, 0.6) 83.9%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.rules-content .li-main li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  margin-bottom: 25px;
}
.rules-content .li-main li::before {
  content: "";
  background-image: url(../images/star.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.rules-content .sub-li {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .rules-content .sub-li {
    padding-left: 10px;
  }
}
.rules-content .sub-li li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.rules-content .sub-li li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  background: #FFF;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.rules-bottom {
  padding-top: 20px;
  color: #A6FF5D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 769px) and (max-width: 992px) {
  .rules-bottom {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .rules-bottom {
    font-size: 12px;
  }
}
.rules-bottom p {
  margin: 0;
}
.rules-bottom a {
  color: #FFF;
  text-decoration: underline;
}

.my-gift-top {
  margin-bottom: 15px;
  border-radius: 26px;
  border: 2px solid var(--gd2, #24680B);
  background: linear-gradient(90deg, rgba(98, 134, 75, 0.5) 0.55%, rgba(6, 84, 24, 0) 99.01%);
  display: flex;
  justify-content: space-between;
  padding: 20px 54px;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) and (max-width: 992px) {
  .my-gift-top {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .my-gift-top {
    padding: 10px;
    display: block;
    margin-top: 17px;
  }
}
.my-gift-top::before {
  border-radius: 26px;
  content: "";
  position: absolute;
  inset: -2px;
  padding: 2px;
  background: linear-gradient(337deg, rgba(36, 104, 11, 0.6) 13.73%, rgba(70, 206, 21, 0.6) 83.9%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.my-gift-top-main {
  display: flex;
  align-items: center;
}
.my-gift-top-main .icon {
  padding: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(97, 166, 74, 0.3);
}
@media (max-width: 768px) {
  .my-gift-top-main .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .my-gift-top-main .icon img {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
}
.my-gift-top-main .text {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .my-gift-top-main .text {
    width: calc(100% - 60px);
  }
}
.my-gift-top-main .text p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 992px) {
  .my-gift-top-main .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .my-gift-top-main .text p {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .my-gift-top-main .text p {
    font-size: 13px;
  }
}
.my-gift-top-main .text p span {
  padding-right: 10px;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 769px) and (max-width: 992px) {
  .my-gift-top-main .text p span {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .my-gift-top-main .text p span {
    font-size: 30px;
  }
}
.my-gift-top-time {
  color: #7AC34B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .my-gift-top-time {
    text-align: center;
  }
}
.my-gift-content-bottom {
  color: #A6FF5D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 820px;
  margin: 20px auto 0 auto;
}
@media (min-width: 769px) and (max-width: 992px) {
  .my-gift-content-bottom {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .my-gift-content-bottom {
    font-size: 12px;
  }
}

.award-table-container {
  border-radius: 15px;
  color: #fff;
  overflow-x: auto;
}

.award-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}
.award-table tbody tr:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.award-table thead tr {
  height: 69px;
}
.award-table thead tr th:nth-child(4) {
  text-align: right;
}
.award-table th {
  text-align: left;
  color: #fff;
  font-weight: 500;
  padding: 15px 10px;
  font-size: 16px;
  background-color: #0B3E20;
}
@media (min-width: 769px) and (max-width: 992px) {
  .award-table th {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .award-table th {
    font-size: 12px;
  }
}
.award-table td {
  padding: 20px 10px;
  font-size: 16px;
  vertical-align: middle;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 64, 34, 0.5);
}
@media (min-width: 769px) and (max-width: 992px) {
  .award-table td {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .award-table td {
    font-size: 12px;
    padding: 10px;
  }
}
.award-table td:first-child {
  color: #7AC34B;
  font-weight: bold;
}
.award-table .badge {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 10px;
  font-size: 12px;
  border: 1px solid transparent;
  min-width: 90px;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.award-table .badge svg {
  margin-right: 10px;
}
.award-table .badge-first {
  border-color: #FF94E2;
  color: #FF94E2;
  background: rgba(255, 148, 226, 0.2);
}
.award-table .badge-second {
  border-color: #BDFF87;
  color: #BDFF87;
  background: rgba(119, 255, 8, 0.2);
}
.award-table .badge-thirty {
  border-color: #BDFF87;
  color: #BDFF87;
  background: rgba(255, 255, 0, 0.2);
}
.award-table .badge-fourth {
  border-color: #FFD700;
  color: #FFD700;
  background: rgba(255, 255, 0, 0.2);
}
.award-table .award-name {
  font-weight: 700;
}
.award-table .award-name.pink {
  color: #FF94E2;
}
.award-table .award-name.green-light {
  color: #BDFF87;
}
.award-table .award-name.yellow {
  color: #FF0;
}
.award-table .award-value {
  color: #15CE90;
  text-align: right;
}
.award-table .quantity {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 992px) {
  .award-table .quantity {
    font-size: 14px;
  }
}
.award-table .status {
  font-size: 14px;
  font-weight: 400;
  text-align: end;
  color: #8BE39C;
}
@media (min-width: 769px) and (max-width: 992px) {
  .award-table .status {
    font-size: 12px;
  }
}
.award-table .status-after {
  color: #FFE8AC;
}
.award-table tbody tr:hover {
  background: rgba(70, 206, 21, 0.2);
}

@media (max-width: 768px) {
  .award-table-container {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .rewards {
    padding-top: 200px;
  }
}
.rewards-content-header {
  display: grid;
  grid-template-columns: 30% 45% 25%;
}
@media (max-width: 1500px) {
  .rewards-content-header {
    grid-template-columns: 25% 45% 30%;
  }
}
@media (max-width: 1200px) {
  .rewards-content-header {
    grid-template-columns: 25% 50% 25%;
  }
}
@media (max-width: 768px) {
  .rewards-content-header {
    grid-template-columns: 100%;
  }
}
.rewards-content-header-left {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .rewards-content-header-left {
    display: none !important;
  }
}
.rewards-content-header-left .img {
  margin-right: -150px;
  margin-left: -130px;
  margin-top: -150px;
  margin-bottom: -100px;
}
.rewards-content-header-right {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .rewards-content-header-right {
    display: none !important;
  }
}
.rewards-content-header-right .img {
  margin-left: -50px;
  margin-right: -150px;
  margin-top: -150px;
  margin-bottom: -20px;
}
@media (max-width: 1400px) {
  .rewards-content-header-right .img {
    margin-right: -100px;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .rewards-content-header-right .img {
    margin-right: -50px;
    margin-top: -70px;
  }
}
.rewards-content-header-center {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .rewards-content-header-center {
    margin-bottom: 10px;
  }
}
.rewards-content-header-center-total {
  margin: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .rewards-content-header-center-total {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .rewards-content-header-center-total img {
    max-width: 80%;
  }
}
.rewards-content-header-center-info {
  color: #FFF;
  text-align: center;
  font-size: 27.952px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  padding: 0 19px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 27.952px;
  border: 2.096px solid var(--gd2, #24680B);
  background: var(--gd2, linear-gradient(337deg, rgba(36, 104, 11, 0.6) 13.73%, rgba(70, 206, 21, 0.6) 83.9%));
}
@media (max-width: 1200px) {
  .rewards-content-header-center-info {
    font-size: 20px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .rewards-content-header-center-info {
    font-size: 16px;
  }
  .rewards-content-header-center-info img {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .rewards-content-header-center-info {
    font-size: 17px;
    margin-top: 5px;
  }
  .rewards-content-header-center-info img {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .rewards-content-list {
    margin-top: 20px;
  }
}
.rewards-content-list-item {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 54px;
  box-sizing: border-box;
  border-radius: 26px;
  background: linear-gradient(90deg, rgba(98, 134, 75, 0.5) 0.55%, rgba(6, 84, 24, 0) 99.01%);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 992px) {
  .rewards-content-list-item {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .rewards-content-list-item {
    padding: 10px 20px;
  }
}
.rewards-content-list-item::before {
  border-radius: 26px;
  content: "";
  position: absolute;
  inset: -2px;
  padding: 2px;
  background: linear-gradient(337deg, rgba(36, 104, 11, 0.6) 13.73%, rgba(70, 206, 21, 0.6) 83.9%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.rewards-content-list-item:hover {
  background: linear-gradient(0deg, rgba(70, 206, 21, 0.3) 0%, rgba(70, 206, 21, 0.3) 100%), linear-gradient(90deg, rgba(98, 134, 75, 0.5) 0.55%, rgba(6, 84, 24, 0) 99.01%);
}
.rewards-content-list-item .title h4 {
  color: #CBEB2C;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .rewards-content-list-item .title h4 {
    font-size: 30px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .rewards-content-list-item .title h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .rewards-content-list-item .title h4 {
    font-size: 16px;
  }
}
.rewards-content-list-item .info {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.rewards-content-list-item .info .text {
  display: flex;
  align-items: end;
}
@media (max-width: 768px) {
  .rewards-content-list-item .info .text {
    flex-wrap: wrap;
  }
}
.rewards-content-list-item .info .text .name {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border-right: 1px solid #FFF;
  padding-right: 30px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .rewards-content-list-item .info .text .name {
    font-size: 16px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .rewards-content-list-item .info .text .name {
    font-size: 12px;
    border-right: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 374px) {
  .rewards-content-list-item .info .text .name {
    width: 300px;
  }
}
.rewards-content-list-item .info .text .value {
  padding-left: 30px;
  color: #A6FF5D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 769px) and (max-width: 992px) {
  .rewards-content-list-item .info .text .value {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .rewards-content-list-item .info .text .value {
    font-size: 12px;
    padding-left: 0;
  }
}
.rewards-content-list-item .info .text .value span {
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .rewards-content-list-item .info .text .value span {
    font-size: 20px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .rewards-content-list-item .info .text .value span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .rewards-content-list-item .info .text .value span {
    font-size: 12px;
  }
}
.rewards-content-list-item .info .total {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .rewards-content-list-item .info .total {
    font-size: 17px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .rewards-content-list-item .info .total {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .rewards-content-list-item .info .total {
    font-size: 12px;
    width: 170px;
    text-align: end;
  }
}
@media (max-width: 374px) {
  .rewards-content-list-item .info .total {
    width: 200px;
    margin-left: -200px;
  }
}
.rewards-content-list-item .info .total span {
  font-weight: 800;
}
.rewards-content-list-item .progress-container {
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  height: 15px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.rewards-content-list-item .progress-container .count-remain {
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(90deg, #4CAF50 0%, #8BC34A 50%, #CDDC39 100%);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.rewards-content-list-item .number-info {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 769px) and (max-width: 992px) {
  .rewards-content-list-item .number-info {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .rewards-content-list-item .number-info {
    font-size: 12px;
  }
}
.rewards-content-list-item .number-info .number-won span {
  color: #FBBC04;
}
.rewards-content-list-item .number-info .number-remain {
  color: #A6FF5D;
}
.rewards-bottom {
  padding-top: 20px;
  color: #A6FF5D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 769px) and (max-width: 992px) {
  .rewards-bottom {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .rewards-bottom {
    font-size: 12px;
  }
}
.rewards-bottom p {
  margin: 0;
}
.rewards-bottom a {
  color: #FFF;
  text-decoration: underline;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.backdrop.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@keyframes wave-one-by-one {
  0%, 16.66%, 100% {
    transform: translateY(0);
  }
  8.33% {
    transform: translateY(-15px);
  }
}
.popup-reward {
  width: 558px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in;
  z-index: 20;
  color: #FFF;
}
@media (min-width: 769px) and (max-width: 1600px) {
  .popup-reward {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .popup-reward {
    max-width: 90%;
  }
}
.popup-reward-content-top {
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.popup-reward-content-top .goal-text-animation {
  text-align: right;
  font-family: "Jersey 25", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 769px) and (max-width: 1600px) {
  .popup-reward-content-top .goal-text-animation {
    font-size: 78px;
  }
}
@media (max-width: 768px) {
  .popup-reward-content-top .goal-text-animation {
    font-size: 50px;
  }
}
.popup-reward-content-top .goal-text-animation span {
  position: relative;
  display: inline-block;
  color: #FFF;
  filter: drop-shadow(0 4px 1px #579043);
}
.popup-reward-content-top .goal-text-animation span::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: #24680B;
}
.popup-reward-content-top .goal-text-animation span {
  animation: wave-one-by-one 1.2s infinite linear;
}
.popup-reward-content-top .goal-text-animation span:nth-child(1) {
  animation-delay: 0s;
}
.popup-reward-content-top .goal-text-animation span:nth-child(2) {
  animation-delay: 0.2s;
}
.popup-reward-content-top .goal-text-animation span:nth-child(3) {
  animation-delay: 0.4s;
}
.popup-reward-content-top .goal-text-animation span:nth-child(4) {
  animation-delay: 0.6s;
}
.popup-reward-content-top .goal-text-animation span:nth-child(5) {
  animation-delay: 0.8s;
}
.popup-reward-content-top .goal-text-animation span:nth-child(6) {
  animation-delay: 1s;
}
.popup-reward-content-top .close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: rgba(70, 206, 21, 0.2);
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .popup-reward-content-top .close {
    width: 25px;
    height: 25px;
  }
  .popup-reward-content-top .close svg {
    width: 15px !important;
    height: 15px !important;
  }
}
.popup-reward-content-top .close::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.popup-reward-content-main {
  border-radius: 50px;
  border: 1px solid transparent;
  background: rgba(114, 255, 128, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px 0;
  position: relative;
}
.popup-reward-content-main::before {
  border-radius: 50px;
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.popup-reward-content-main p {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  margin: 0;
  font-weight: 700;
}
@media (min-width: 769px) and (max-width: 1600px) {
  .popup-reward-content-main p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .popup-reward-content-main p {
    font-size: 13px;
  }
}
@media (max-width: 374px) {
  .popup-reward-content-main p {
    font-size: 10px;
  }
}
.popup-reward-content-main p a {
  color: #A6FF5D;
}
.popup-reward-content-main .content-index {
  position: relative;
  z-index: 2;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 20px;
  padding-bottom: 10px;
}
.popup-reward-content-main .content {
  padding-top: 10px;
}
.popup-reward-content-main .content .img {
  padding-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .popup-reward-content-main .content .img {
    max-width: 300px;
    margin: auto;
  }
}
.popup-reward-content-main .content .text {
  text-align: center;
}
.popup-reward-content-main .content .text h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: var(--gd5, linear-gradient(0deg, #CBEB2C 39.26%, #007D0C 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) and (max-width: 1600px) {
  .popup-reward-content-main .content .text h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .popup-reward-content-main .content .text h3 {
    font-size: 20px;
  }
}
.popup-reward-content-main .content .text h4 {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: var(--gd5, linear-gradient(0deg, #CBEB2C 39.26%, #007D0C 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.8;
  padding-top: 15px;
}
@media (min-width: 769px) and (max-width: 1600px) {
  .popup-reward-content-main .content .text h4 {
    font-size: 42px;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .popup-reward-content-main .content .text h4 {
    font-size: 30px;
    padding-top: 10px;
  }
}
.popup-reward-content-main .content .text h5 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .popup-reward-content-main .content .text h5 {
    font-size: 14px;
  }
}
.popup-reward-content-main .content-list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px;
  max-height: 53vh;
  overflow: auto;
}
.popup-reward-content-main .content-list::-webkit-scrollbar {
  background: unset;
}
@media (max-width: 1600px) {
  .popup-reward-content-main .content-list {
    gap: 5px;
  }
}
.popup-reward-content-main .content-list-item {
  padding: 5px;
  margin-bottom: 10px;
  width: calc(50% - 5px);
  box-sizing: border-box;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
  padding: 10px;
}
@media (max-width: 1400px) {
  .popup-reward-content-main .content-list-item {
    padding: 5px 0;
  }
}
.popup-reward-content-main .content-list-item.full-width-item {
  width: 100%;
}
.popup-reward-content-main .content-list-item.full-width-item .name-customize {
  background: linear-gradient(0deg, #CBEB2C 39.26%, #007D0C 99.84%);
  font-style: normal;
  font-weight: 800;
  font-size: 20px !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1600px) {
  .popup-reward-content-main .content-list-item.full-width-item .name-customize {
    font-size: 18px !important;
  }
}
@media (max-width: 575px) {
  .popup-reward-content-main .content-list-item.full-width-item .name-customize {
    font-size: 14px !important;
  }
}
.popup-reward-content-main .content-list-item.full-width-item .prize-img-multi {
  margin-top: -50px;
}
@media (max-width: 1600px) {
  .popup-reward-content-main .content-list-item.full-width-item .prize-img-multi {
    margin-top: -30px;
  }
}
@media (max-width: 1200px) {
  .popup-reward-content-main .content-list-item.full-width-item .prize-img-multi {
    margin-top: -30px;
  }
}
.popup-reward-content-main .content-list-item.full-width-item .number {
  margin-top: -25px;
}
@media (max-width: 1600px) {
  .popup-reward-content-main .content-list-item.full-width-item .number {
    margin-top: -20px;
  }
}
@media (max-width: 1200px) {
  .popup-reward-content-main .content-list-item.full-width-item .number {
    margin-top: -15px;
  }
}
.popup-reward-content-main .content-list-item .number {
  background: linear-gradient(0deg, #CBEB2C 39.26%, #007D0C 99.84%);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) and (max-width: 1600px) {
  .popup-reward-content-main .content-list-item .number {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .popup-reward-content-main .content-list-item .number {
    font-size: 20px;
  }
}
.popup-reward-content-main .content-list-item .name {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.2;
}
@media (min-width: 769px) and (max-width: 1600px) {
  .popup-reward-content-main .content-list-item .name {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .popup-reward-content-main .content-list-item .name {
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  .popup-reward-content-main .content-list-item .name {
    font-size: 9px;
  }
}
.popup-reward-content-main .action {
  padding-top: 20px;
}
.popup-reward-content-main .action button {
  border-radius: 50px;
  border: 3.567px solid #D2AC5F;
  background: var(--Gold, linear-gradient(180deg, #FAEFBE 0%, #E3BE4B 57.76%, #E48D00 91.76%));
  color: #003A0D;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.popup-reward-content-main .action button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}
.popup-reward-content-main .action button:hover::after {
  left: 200%;
  transition: left 0.75s ease-in-out;
}
.popup-reward-content-main .action button:hover {
  transform: scale(1.02);
  transition: all 0.1s ease;
}
.popup-reward-content-main .action button:active {
  transform: scale(0.97);
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .popup-reward-content-main .action button {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-reward-content-main .action button {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .popup-reward-content-main .action button {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .popup-reward-content-main .action button {
    font-size: 20px;
  }
}
.popup-reward-content-main .action button {
  margin: auto;
  display: flex;
  justify-content: center;
}
.popup-reward-content-main .action button.no-spin {
  border-color: #D2AC5F;
  color: #00430F;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.66) 100%), linear-gradient(180deg, #FAEFBE 0%, #E3BE4B 57.76%, #E48D00 91.76%);
}
@media (max-width: 768px) {
  .popup-reward-content-main .action button {
    font-size: 20px;
  }
}
.popup-reward-content-main .out-of-turn {
  padding-top: 10px;
  display: none;
}
.popup-reward.active {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.popup-server-alert {
  width: 320px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in;
  z-index: 20;
  color: #FFF;
}
.popup-server-alert .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 21;
  border-radius: 50%;
  background: rgba(70, 206, 21, 0.2);
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .popup-server-alert .close {
    width: 25px;
    height: 25px;
  }
  .popup-server-alert .close svg {
    width: 15px !important;
    height: 15px !important;
  }
}
.popup-server-alert .close::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.popup-server-alert-content {
  border-radius: 50px;
  border: 1px solid transparent;
  background: rgba(114, 255, 128, 0.15);
  backdrop-filter: blur(10px);
  position: relative;
  padding: 20px;
  text-align: center;
}
.popup-server-alert-content .title {
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #FBBC04;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 10px;
  background: linear-gradient(180deg, #FAEFBE 0%, #E3BE4B 57.76%, #E48D00 91.76%);
  border: 2px solid #D2AC5F;
}
.popup-server-alert-content p {
  font-size: 16px;
  margin-top: 30px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .popup-server-alert-content {
    padding-top: 50px;
  }
}
.popup-server-alert-content::before {
  border-radius: 50px;
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.popup-server-alert.active {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.popup-login-vcbs {
  width: 878px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in;
  z-index: 20;
  color: #FFF;
}
@media (min-width: 769px) and (max-width: 1600px) {
  .popup-login-vcbs {
    max-width: 700px;
  }
}
@media (max-width: 1200px) {
  .popup-login-vcbs {
    max-width: 90vw;
  }
}
.popup-login-vcbs .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 21;
  border-radius: 50%;
  background: rgba(70, 206, 21, 0.2);
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .popup-login-vcbs .close {
    width: 25px;
    height: 25px;
  }
  .popup-login-vcbs .close svg {
    width: 15px !important;
    height: 15px !important;
  }
}
.popup-login-vcbs .close::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.popup-login-vcbs-content {
  border-radius: 50px;
  border: 1px solid transparent;
  background: rgba(114, 255, 128, 0.15);
  backdrop-filter: blur(10px);
  padding: 20px 0;
  position: relative;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .popup-login-vcbs-content {
    padding-top: 50px;
  }
}
.popup-login-vcbs-content::before {
  border-radius: 50px;
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.popup-login-vcbs-content .title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .popup-login-vcbs-content .title {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .popup-login-vcbs-content .title {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
.popup-login-vcbs-content .img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.popup-login-vcbs-content .img-grid-item {
  margin: auto;
}
.popup-login-vcbs-content .img-grid img {
  width: 247px;
  height: 247px;
}
@media (max-width: 1200px) {
  .popup-login-vcbs-content .img-grid img {
    height: auto;
    width: auto;
  }
}
.popup-login-vcbs-content .img-grid a {
  padding-top: 10px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  text-decoration: underline;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .popup-login-vcbs-content .img-grid a {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .popup-login-vcbs-content .img-grid a {
    font-size: 10px;
  }
}
.popup-login-vcbs.active {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.popop-no-turn {
  width: 558px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in;
  z-index: 20;
  color: #FFF;
}
@media (max-width: 768px) {
  .popop-no-turn {
    width: 90vw;
  }
}
.popop-no-turn .close {
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: 21;
  border-radius: 50%;
  background: rgba(70, 206, 21, 0.2);
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .popop-no-turn .close {
    width: 25px;
    height: 25px;
  }
  .popop-no-turn .close svg {
    width: 15px !important;
    height: 15px !important;
  }
}
.popop-no-turn .close::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.popop-no-turn-content {
  border-radius: 50px;
  border: 1px solid transparent;
  background: rgba(114, 255, 128, 0.15);
  backdrop-filter: blur(10px);
  padding: 20px 0;
  position: relative;
  padding: 20px;
}
.popop-no-turn-content::before {
  border-radius: 50px;
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.popop-no-turn-content .content {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  text-align: center;
}
.popop-no-turn-content .content .title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .popop-no-turn-content .content .title {
    font-size: 18px;
  }
}
.popop-no-turn-content .content p {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}
.popop-no-turn-content .action {
  padding-top: 20px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.popop-no-turn-content .action a {
  border-radius: 50px;
  border: 3.567px solid #D2AC5F;
  background: var(--Gold, linear-gradient(180deg, #FAEFBE 0%, #E3BE4B 57.76%, #E48D00 91.76%));
  color: #003A0D;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.popop-no-turn-content .action a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}
.popop-no-turn-content .action a:hover::after {
  left: 200%;
  transition: left 0.75s ease-in-out;
}
.popop-no-turn-content .action a:hover {
  transform: scale(1.02);
  transition: all 0.1s ease;
}
.popop-no-turn-content .action a:active {
  transform: scale(0.97);
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .popop-no-turn-content .action a {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popop-no-turn-content .action a {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .popop-no-turn-content .action a {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .popop-no-turn-content .action a {
    font-size: 20px;
  }
}
.popop-no-turn-content .action a {
  margin: auto;
  display: flex;
  justify-content: center;
}
.popop-no-turn.active {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.footer {
  background: linear-gradient(89deg, #003C23 4.42%, #004528 38.71%, #3C6D04 99.16%);
  color: #FFF;
  padding-top: 40px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
  gap: 30px;
}
@media (max-width: 992px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-left {
  max-width: 65%;
}
@media (max-width: 992px) {
  .footer-left {
    max-width: 100%;
  }
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img {
  max-height: 50px;
}
@media (max-width: 768px) {
  .footer-logo img {
    max-width: 100px;
  }
}
.footer-info h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.footer-info p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #E2E8F0;
  line-height: 1.4;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.footer-contact .contact-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #E2E8F0;
}
.footer-contact .contact-item svg {
  margin-right: 8px;
}
.footer-contact .contact-item a {
  line-height: 1.6;
  display: flex;
  color: #FFF;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
}
@media (max-width: 768px) {
  .footer-right {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
.footer-qr-text {
  text-align: right;
}
@media (max-width: 768px) {
  .footer-qr-text {
    text-align: center;
  }
}
.footer-qr-text p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #E2E8F0;
  margin: 0;
}
.footer-qr-text h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFF;
}
.footer-stores {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer-stores {
    justify-content: center;
  }
}
.footer-stores img {
  height: 35px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.footer-stores img:hover {
  transform: scale(1.05);
}
.footer-qr-img {
  background: #FFF;
  border-radius: 8px;
}
.footer-qr-img img {
  width: 90px;
  height: 90px;
  display: block;
}
.footer-bottom {
  background: #579043;
  text-align: center;
  padding: 5px 0;
}
.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #E2E8F0;
}

.guide {
  padding-bottom: 20px;
}
.guide .title {
  padding-top: 0;
}
@media (max-width: 768px) {
  .guide .title {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.guide-content {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .guide-content {
    margin-top: 10px;
  }
}

.guide-slider {
  position: relative;
}

.guide-slider-images {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.guide-slide {
  display: none;
  width: 100%;
  animation: fadeGuide 0.5s ease-in-out;
}

.guide-slide.active {
  display: block;
}

.guide-slide img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes fadeGuide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.guide-slider-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  z-index: 10;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .guide-slider-nav {
    display: none;
  }
}

.guide-slider-nav:hover {
  background: rgba(255, 255, 255, 0.5);
}

.guide-slider-prev {
  left: 20px;
}

.guide-slider-next {
  right: 20px;
}

.guide-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .guide-slider-pagination {
    margin-top: 10px;
  }
}

.pagination-line-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  position: relative;
  min-height: 50px;
}

.pagination-line {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  z-index: 0;
}

.pagination-item {
  font-weight: 700;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #CBCBCB;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .pagination-item {
    font-size: 11px;
    width: 20px;
    height: 20px;
  }
}

.pagination-item.active {
  width: 40px;
  height: 40px;
  background-color: #34C724;
  color: white;
  font-size: 26px;
  box-shadow: 0 0 15px rgba(52, 199, 36, 0.6);
}
@media (max-width: 768px) {
  .pagination-item.active {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
}

.dskh-trungthuong {
  padding-bottom: 50px;
}
.dskh-trungthuong.container {
  max-width: 1400px;
}
@media (max-width: 992px) {
  .dskh-trungthuong.container {
    max-width: 100%;
  }
}
.dskh-trungthuong .table-dskh {
  overflow: auto;
}
.dskh-trungthuong table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .dskh-trungthuong table {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 575px) {
  .dskh-trungthuong table {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
.dskh-trungthuong table tr th {
  text-align: center;
  color: #fff;
  padding: 9px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-left: 0.5px solid #fff;
}
@media (max-width: 1600px) {
  .dskh-trungthuong table tr th {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .dskh-trungthuong table tr th {
    font-size: 13px;
  }
}
.dskh-trungthuong table tr th.w-40 {
  width: 28%;
}
.dskh-trungthuong table tr th:first-child {
  border-left: none;
}
.dskh-trungthuong table tr td {
  border: 0.5px solid transparent;
  /* Đặt border mặc định */
  border-bottom: 0.5px solid #002A16;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  border-left: 0.5px solid #002A16;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .dskh-trungthuong table tr td {
    font-size: 16px;
  }
}
@media (max-height: 700px) {
  .dskh-trungthuong table tr td {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .dskh-trungthuong table tr td {
    font-size: 13px;
    padding: 5px;
  }
}
.dskh-trungthuong table tr td span {
  font-weight: 400;
  font-style: italic;
}
.dskh-trungthuong table tr td.left {
  text-align: left;
  border-right: 0.5px solid #00572F;
  border-left: none;
}
.dskh-trungthuong table tr td:first-child {
  border-right: none;
}
.dskh-trungthuong table tbody {
  position: relative;
}
.dskh-trungthuong table tbody tr:first-child td {
  border-top: none;
}
.dskh-trungthuong table tbody tr:nth-child(2n) {
  background: rgba(140, 198, 63, 0.1);
}
.dskh-trungthuong table tbody .empty-row td {
  height: 43.3px;
}
.dskh-trungthuong table thead {
  background: #1d5f29;
}
.dskh-trungthuong h1 {
  color: #1d5f29;
  text-align: center;
  font-size: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .dskh-trungthuong h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .dskh-trungthuong h1 {
    font-size: 22px;
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .dskh-trungthuong h1 {
    font-size: 22px;
    padding: 30px 0 15px 0;
  }
}/*# sourceMappingURL=style.css.map */