/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/main/main.scss ***!
  \********************************************************************************************************************************************/
@font-face {
  font-family: "BeaufortforLOL-Bold";
  src: url(assets/main/fonts/BeaufortforLOL-Bold.otf);
}
@font-face {
  font-family: "BeaufortforLOL-Medium";
  src: url(assets/main/fonts/BeaufortforLOL-Medium.otf);
}
@font-face {
  font-family: "Barlow-Bold";
  src: url(assets/main/fonts/Barlow-Bold.ttf);
}
@font-face {
  font-family: "Barlow-Medium";
  src: url(assets/main/fonts/Barlow-Medium.ttf);
}
@font-face {
  font-family: "Barlow-SemiBold";
  src: url(assets/main/fonts/Barlow-SemiBold.ttf);
}
@font-face {
  font-family: "Barlow-ExtraBold";
  src: url(assets/main/fonts/Barlow-ExtraBold.ttf);
}
@font-face {
  font-family: "BeaufortforLOL-Heavy";
  src: url(assets/main/fonts/BeaufortforLOL-Heavy.otf);
}
.MS__Barlow_ExtraBold {
  font-family: "Barlow-ExtraBold";
}

.MS__Barlow_Bold {
  font-family: "Barlow-Bold";
}

.MS__Barlow_Medium {
  font-family: "Barlow-Medium";
}

.MS__Barlow_SemiBold {
  font-family: "Barlow-SemiBold";
}

.MS__BeaufortforLOL_Bold {
  font-family: "BeaufortforLOL-Bold";
}

.MS__BeaufortforLOL_Medium {
  font-family: "BeaufortforLOL-Medium";
}

@media (max-width: 768px) and (orientation: portrait) {
  html {
    overflow: auto;
  }
}

.main-swiper {
  height: 1000px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .main-swiper {
    height: 1400px;
    touch-action: auto !important;
  }
}

*::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f0a441;
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
  background: #ae0501;
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/kto-tet-vongquay/kto-tet-vongquay.scss ***!
  \********************************************************************************************************************************************************************/
@keyframes bubbleBounce {
  0%, 100% {
    transform: translateY(0) scaleY(0.95);
  }
  50% {
    transform: translateY(-8px) scaleY(1);
  }
}
#kto-tet-vongquay {
  position: relative;
  height: 1450px;
  margin-top: -1px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-vongquay {
    height: 1100px;
  }
}
#kto-tet-vongquay * {
  box-sizing: border-box;
}
#kto-tet-vongquay .background {
  position: absolute;
  top: 0;
  left: 0;
}
#kto-tet-vongquay .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 1;
}
#kto-tet-vongquay .content .off {
  filter: grayscale(100%);
  pointer-events: none;
}
#kto-tet-vongquay .content .logo {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#kto-tet-vongquay .content .title {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  top: 145px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-vongquay .content .title {
    left: 54%;
    top: 125px;
    scale: 0.7;
    transform-origin: top left;
  }
}
#kto-tet-vongquay .content .content_button {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-vongquay .content .content_button {
    scale: 0.85;
    transform-origin: bottom left;
  }
}
#kto-tet-vongquay .content .group__info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
#kto-tet-vongquay .content .group__info .info_name {
  font-size: 22px;
  color: #c02908;
  display: flex;
  align-items: center;
  padding: 0 50px;
  justify-content: space-between;
}
#kto-tet-vongquay .content .group__info .info_name .btn_logout {
  color: #c02908;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
#kto-tet-vongquay .content .group__info .info_name .btn_logout:hover {
  text-decoration: underline;
}
#kto-tet-vongquay .content .group__info .info_name .btn_logout::before {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #c02908;
}
#kto-tet-vongquay .content .group__info .info_point {
  display: flex;
  gap: 0;
}
#kto-tet-vongquay .content .group__info .info_point .total_point {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 22px;
  color: #002c14;
}
#kto-tet-vongquay .content .group__info .info_point .total_point .spoint {
  color: #d30e01;
}
#kto-tet-vongquay .content .group__info .info_point .btn_refesh {
  font-size: 0;
  margin: 0 0 0 10px;
}
#kto-tet-vongquay .content .gr_button {
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}
#kto-tet-vongquay .content .gr_button .MS__sprite-btn-frame1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fef8b7;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
#kto-tet-vongquay .content .gr_effect {
  position: absolute;
  top: 360px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 450px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-vongquay .content .gr_effect {
    top: 380px;
    scale: 0.58;
    transform-origin: top left;
  }
}
#kto-tet-vongquay .content .gr_effect--item {
  position: absolute;
}
#kto-tet-vongquay .content .gr_effect--item img {
  display: block;
  margin: 0 auto;
  transform-origin: center center;
}
#kto-tet-vongquay .content .gr_effect--item.active img {
  filter: brightness(1.2);
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(1) {
  top: 350px;
  left: 580px;
  z-index: 3;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(1) img {
  animation: bubbleBounce 2s ease-in-out infinite;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(2) {
  top: 275px;
  left: 750px;
  z-index: 2;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(2) img {
  animation: bubbleBounce 2s ease-in-out infinite;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(3) {
  top: 240px;
  left: 895px;
  z-index: 1;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(3) img {
  animation: bubbleBounce 2s ease-in-out infinite;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(4) {
  top: 380px;
  left: 395px;
  z-index: 5;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(4) img {
  animation: bubbleBounce 2s ease-in-out infinite;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(5) {
  top: 280px;
  left: 442px;
  z-index: 4;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(5) img {
  animation: bubbleBounce 2s ease-in-out infinite;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(6) {
  top: 90px;
  left: 525px;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(6) img {
  animation: bubbleBounce 2s ease-in-out infinite;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(7) {
  top: 400px;
  left: 130px;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(8) {
  top: 315px;
  left: 234px;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(9) {
  top: 215px;
  left: 370px;
  scale: 0.7;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(10) {
  top: 575px;
  left: 630px;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(11) {
  top: 540px;
  left: 833px;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(12) {
  top: 398px;
  left: 1095px;
}
#kto-tet-vongquay .content .gr_effect--item:nth-child(13) {
  top: 285px;
  left: 1160px;
}
#kto-tet-vongquay .content .action {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#kto-tet-vongquay .content .action-1 {
  display: block;
  font-size: 0;
}
#kto-tet-vongquay .content .action-1:hover {
  filter: brightness(1.2);
}
#kto-tet-vongquay .content .action-1.MS__off {
  filter: grayscale(100%);
  pointer-events: none;
}
#kto-tet-vongquay .content .action-10 {
  display: block;
  font-size: 0;
}
#kto-tet-vongquay .content .action-10:hover {
  filter: brightness(1.2);
}
#kto-tet-vongquay .content .action-10.MS__off {
  filter: grayscale(100%);
  pointer-events: none;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/kto-tet-milestone/kto-tet-milestone.scss ***!
  \**********************************************************************************************************************************************************************/
#kto-tet-milestone {
  position: relative;
  height: 750px;
  margin-top: -1px;
  overflow: visible;
  z-index: 100;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-milestone {
    height: 808px;
  }
}
#kto-tet-milestone .background {
  position: absolute;
  top: 0;
  left: 0;
}
#kto-tet-milestone .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 100;
  overflow: visible;
}
#kto-tet-milestone .content .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#kto-tet-milestone .content .tagline {
  position: absolute;
  top: 57px;
  left: 52%;
  transform: translateX(-50%);
  pointer-events: none;
}
#kto-tet-milestone .content .group-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-top: 240px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-milestone .content .group-info {
    margin-top: 120px;
  }
}
#kto-tet-milestone .content .group-info .MS__sprite-btn_lichsu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffe390;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
#kto-tet-milestone .content .group-info .luot-dot-pha {
  font-size: 22px;
  color: #61120a;
  text-align: center;
  display: flex;
  align-items: center;
}
#kto-tet-milestone .content .group-info .luot-dot-pha .tongdiem {
  color: #d30e01;
  margin-left: 10px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-milestone .content .group-info .luot-dot-pha {
    font-size: 25px;
  }
}
#kto-tet-milestone .content .milestone-content {
  position: absolute;
  top: 380px;
  width: 1369px;
  height: 326px;
  left: 50.1%;
  transform: translateX(-50%);
  overflow: visible;
  overflow-y: visible;
  overflow-x: visible;
  contain: none;
  z-index: 200;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-milestone .content .milestone-content {
    top: 290px;
    height: 290px;
    left: 0;
    transform: translateX(0);
    width: 90%;
    /* margin: auto; */
    margin-left: 35px;
  }
  #kto-tet-milestone .content .milestone-content::-webkit-scrollbar {
    width: 4px;
  }
  #kto-tet-milestone .content .milestone-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
  #kto-tet-milestone .content .milestone-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f0a441;
    border-radius: 10px;
  }
  #kto-tet-milestone .content .milestone-content::-webkit-scrollbar-thumb {
    background: #ae0501;
  }
}
#kto-tet-milestone .content .milestone-content .bar-progress {
  background: url(assets/kto-tet-milestone/images/rout.png) no-repeat;
  width: 1369px;
  height: 60px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-milestone .content .milestone-content .bar-progress {
    background: url(assets/kto-tet-milestone/images/rout-mb.png) no-repeat;
    width: 685px;
    height: 13px;
    top: 53%;
  }
}
#kto-tet-milestone .content .milestone-content .flow-milestone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 18;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0 50px;
  padding-bottom: 20px;
  width: 92%;
  contain: none;
  clip-path: none;
  position: relative;
  transition: padding-top 0s, margin-top 0s;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-milestone .content .milestone-content .flow-milestone {
    padding: 0 0 20px;
    width: 100%;
  }
}
#kto-tet-milestone .content .milestone-content .flow-milestone:has(.flow-milestone-item:hover) {
  padding-top: 450px;
  margin-top: -450px;
}
#kto-tet-milestone .content .milestone-content .flow-milestone:has(.flow-milestone-item:hover)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-milestone .content .milestone-content .flow-milestone {
    gap: 50px;
  }
}
#kto-tet-milestone .content .milestone-content .flow-milestone .turn_rut {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #5e271e;
  margin-top: 32px;
}
#kto-tet-milestone .content .milestone-content .flow-milestone .turn_rut .turn {
  color: #e12403;
  margin-right: 10px;
}
#kto-tet-milestone .content .milestone-content .flow-milestone .btn_nhan {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fef8b7;
  text-transform: uppercase;
  text-decoration: none;
  height: 56px;
}
#kto-tet-milestone .content .milestone-content .flow-milestone .btn_nhan::after {
  content: attr(data-active);
}
#kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  overflow: visible;
  contain: none;
  z-index: 300;
  pointer-events: auto;
}
#kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item:last-child .tooltip {
  left: -10px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item:last-child .tooltip {
    left: 0;
  }
}
#kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item:first-child .tooltip {
  left: 78%;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item:first-child .tooltip {
    left: 90%;
  }
}
#kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item:hover .tooltip {
  display: block;
  pointer-events: none;
}
#kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item .tooltip {
  position: absolute;
  z-index: 9999999;
  display: none;
  pointer-events: none !important;
  contain: none;
  will-change: transform;
  clip-path: none;
  clip: rect(auto, auto, auto, auto);
  transform: translateZ(0) translateX(-50%);
  isolation: isolate;
  touch-action: none;
  visibility: hidden;
  top: -450px;
  left: 50%;
}
#kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item:hover .tooltip {
  visibility: visible;
}
#kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item.received .btn_nhan::after {
  content: attr(data-received);
}
#kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item.received .btn-nhan {
  pointer-events: none;
}
#kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item.off {
  pointer-events: visible;
}
#kto-tet-milestone .content .milestone-content .flow-milestone .flow-milestone-item.off .btn-nhan {
  pointer-events: none;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/kto-tet-doiqua/kto-tet-doiqua.scss ***!
  \****************************************************************************************************************************************************************/
#kto-tet-doiqua {
  position: relative;
  height: 1040px;
  margin-top: -1px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-doiqua {
    height: 1675px;
  }
}
#kto-tet-doiqua .background {
  position: absolute;
  top: 0;
  left: 0;
}
#kto-tet-doiqua .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  overflow: visible;
}
#kto-tet-doiqua .content .group-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-top: 140px;
}
#kto-tet-doiqua .content .group-info .MS__sprite-btn_doithuong {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffe390;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
#kto-tet-doiqua .content .group-info .gr_diemthuong {
  font-size: 22px;
  color: #61120a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kto-tet-doiqua .content .group-info .gr_diemthuong .totalpoint {
  color: #d30e01;
  margin-left: 10px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-doiqua .content .group-info .gr_diemthuong {
    font-size: 25px;
  }
}
#kto-tet-doiqua .content .gr_reward {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1345px;
  height: 675px;
  top: 24%;
  overflow-y: auto;
  overflow-x: hidden;
}
#kto-tet-doiqua .content .gr_reward::-webkit-scrollbar {
  width: 10px;
}
#kto-tet-doiqua .content .gr_reward::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
#kto-tet-doiqua .content .gr_reward::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f0a441;
  border-radius: 10px;
}
#kto-tet-doiqua .content .gr_reward::-webkit-scrollbar-thumb {
  background: #ae0501;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-doiqua .content .gr_reward {
    width: 665px;
    height: 1360px;
    transform: translateX(-50%);
    scale: 0.98;
    transform-origin: top left;
    top: 15%;
  }
}
#kto-tet-doiqua .content .list-items {
  display: flex;
  flex-wrap: wrap;
  width: 1275px;
  box-sizing: border-box;
  align-items: center;
  margin: auto;
  gap: 0 20px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-doiqua .content .list-items {
    width: 630px;
    gap: 4px 20px;
  }
}
#kto-tet-doiqua .content .list-items .item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
#kto-tet-doiqua .content .list-items .item.off {
  filter: grayscale(1);
  pointer-events: none;
}
#kto-tet-doiqua .content .list-items .item.received {
  filter: grayscale(0.7);
  pointer-events: none;
}
#kto-tet-doiqua .content .list-items .item .limit {
  font-size: 20px;
  color: #487274;
}
#kto-tet-doiqua .content .list-items .item .count {
  color: #fffdf0;
  font-size: 17px;
  line-height: 18px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
#kto-tet-doiqua .content .list-items .item .count span {
  font-size: 28px;
}
#kto-tet-doiqua .content .list-items .item img {
  width: 303px;
  height: 333px;
  object-fit: cover;
}
#kto-tet-doiqua .content .list-items .item .text {
  font-size: 18px;
  color: #933d1b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19px;
  text-align: center;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kto-tet-doiqua .content .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  display: none;
}
#kto-tet-doiqua .content .footer .text {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-doiqua .content .footer .text {
    font-size: 14px;
  }
}
#kto-tet-doiqua .content .footer .list-links {
  color: #ea7b51;
  display: flex;
  gap: 12px;
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translateX(-50%);
}
#kto-tet-doiqua .content .footer .list-links a {
  text-decoration: none;
  color: #ea7b51;
}
#kto-tet-doiqua .content .btn-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c35340;
  box-sizing: border-box;
  position: absolute;
  right: 20px;
  bottom: 60px;
  text-decoration: none;
  padding-bottom: 7px;
  padding-left: 30px;
  font-size: 21px;
  z-index: 1;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-doiqua .content .btn-footer {
    right: 50%;
    bottom: 150px;
    transform: translateX(50%);
  }
}
#kto-tet-doiqua .content .btn-footer:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 30px;
  transform: translateY(-50%);
}
#kto-tet-doiqua.active .content .footer {
  display: block;
}
#kto-tet-doiqua.active .content .btn-footer {
  bottom: 100px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-doiqua.active .content .btn-footer {
    bottom: 200px;
  }
}
#kto-tet-doiqua.active .content .btn-footer:before {
  transform: translateY(-50%) rotate(180deg);
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/kto-tet-footer/kto-tet-footer.scss ***!
  \****************************************************************************************************************************************************************/
#kto-tet-footer {
  position: relative;
  width: 100%;
  height: 285px;
  margin-top: -6px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-footer {
    height: 260px;
  }
}
#kto-tet-footer .MS__sprite-btn-facebook-mb {
  background-image: url(assets/kto-tet-footer/images/sprite.png);
  background-position: 0px 0px;
  width: 78px;
  height: 93px;
  display: block;
  font-size: 0;
}
#kto-tet-footer .MS__sprite-btn-facebook {
  background-image: url(assets/kto-tet-footer/images/sprite.png);
  background-position: -78px 0px;
  width: 78px;
  height: 93px;
  display: block;
  font-size: 0;
}
#kto-tet-footer .MS__sprite-btn-group-mb {
  background-image: url(assets/kto-tet-footer/images/sprite.png);
  background-position: -156px 0px;
  width: 78px;
  height: 93px;
  display: block;
  font-size: 0;
}
#kto-tet-footer .MS__sprite-btn-group {
  background-image: url(assets/kto-tet-footer/images/sprite.png);
  background-position: 0px -93px;
  width: 78px;
  height: 93px;
  display: block;
  font-size: 0;
}
#kto-tet-footer .MS__sprite-btn-home-mb {
  background-image: url(assets/kto-tet-footer/images/sprite.png);
  background-position: -78px -93px;
  width: 78px;
  height: 93px;
  display: block;
  font-size: 0;
}
#kto-tet-footer .MS__sprite-btn-home {
  background-image: url(assets/kto-tet-footer/images/sprite.png);
  background-position: -156px -93px;
  width: 78px;
  height: 93px;
  display: block;
  font-size: 0;
}
#kto-tet-footer .MS__sprite-btn-youtube-mb {
  background-image: url(assets/kto-tet-footer/images/sprite.png);
  background-position: -234px 0px;
  width: 78px;
  height: 93px;
  display: block;
  font-size: 0;
}
#kto-tet-footer .MS__sprite-btn-youtube {
  background-image: url(assets/kto-tet-footer/images/sprite.png);
  background-position: -234px -93px;
  width: 78px;
  height: 93px;
  display: block;
  font-size: 0;
}
#kto-tet-footer .background {
  position: absolute;
  top: 0;
  left: 0;
}
#kto-tet-footer .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 1;
  display: flex;
  justify-content: center;
  background: #9b0b00;
  height: 285px;
}
#kto-tet-footer .content .gr_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-footer .content .gr_logo {
    gap: 20px;
  }
}
#kto-tet-footer .content .info-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-footer .content .info-footer {
    flex-direction: column;
    gap: 10px;
  }
}
#kto-tet-footer .content p {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #efa59f;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-footer .content p {
    padding: 0 20px;
    font-size: 15px;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/kto-tet-navigation/kto-tet-navigation.scss ***!
  \************************************************************************************************************************************************************************/
a {
  text-decoration: none;
  box-sizing: border-box;
}

.MS__sprite-btn_buger_close {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -255px -118px;
  width: 65px;
  height: 64px;
  display: block;
}

.MS__sprite-btn_buger {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -255px -187px;
  width: 65px;
  height: 64px;
  display: block;
}

.MS__sprite-btn_bxh {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -254px;
  width: 255px;
  height: 65px;
  display: block;
}

.MS__sprite-btn_huongdan {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -334px 0px;
  width: 255px;
  height: 65px;
  display: block;
}

.MS__sprite-btn_phanthuong {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -118px;
  width: 255px;
  height: 69px;
  display: block;
}

.MS__sprite-btn_thele {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -187px;
  width: 255px;
  height: 67px;
  display: block;
}

.MS__sprite-download {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -475px;
  width: 204px;
  height: 51px;
  display: block;
}

.MS__sprite-menu-1-act {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -334px -183px;
  width: 226px;
  height: 57px;
  display: block;
}

.MS__sprite-menu-1 {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -334px -240px;
  width: 226px;
  height: 57px;
  display: block;
}

.MS__sprite-menu-2-act {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px 0px;
  width: 334px;
  height: 59px;
  display: block;
}

.MS__sprite-menu-2 {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -59px;
  width: 334px;
  height: 59px;
  display: block;
}

.MS__sprite-menu-3-act {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -361px;
  width: 226px;
  height: 57px;
  display: block;
}

.MS__sprite-menu-3 {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -226px -361px;
  width: 226px;
  height: 57px;
  display: block;
}

.MS__sprite-menu-4-act {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -334px -65px;
  width: 226px;
  height: 59px;
  display: block;
}

.MS__sprite-menu-4 {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -334px -124px;
  width: 226px;
  height: 59px;
  display: block;
}

.MS__sprite-menu-5-act {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -418px;
  width: 226px;
  height: 57px;
  display: block;
}

.MS__sprite-menu-5 {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -226px -418px;
  width: 226px;
  height: 57px;
  display: block;
}

.MS__sprite-menu-act {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -319px;
  width: 355px;
  height: 42px;
  display: block;
}

.MS__sprite-topup {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -204px -475px;
  width: 204px;
  height: 51px;
  display: block;
}

#kto-tet-navigation {
  position: relative;
  height: 56px;
  pointer-events: auto;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-navigation {
    height: 52px;
  }
}
#kto-tet-navigation .background {
  position: absolute;
  top: 0;
  left: 0;
}
#kto-tet-navigation .content {
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
#kto-tet-navigation .content {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-navigation .content {
    justify-content: flex-start;
  }
}
#kto-tet-navigation .content .group__user {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 70px;
  margin: auto;
  font-size: 20px;
  color: #fff9cd;
}
#kto-tet-navigation .content .group__user--btn {
  color: #1c2454;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-navigation .content .group__user {
    right: 70px;
    gap: 10px;
    scale: 0.85;
    transform-origin: right;
  }
}
#kto-tet-navigation .content .list-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-navigation .content .list-items {
    gap: 8px;
    scale: 0.7;
    transform-origin: top left;
    margin-left: 16px;
    margin-top: -10px;
  }
}
#kto-tet-navigation .content .list-items a {
  text-decoration: none;
  font-size: 0;
}
#kto-tet-navigation .content .logo {
  margin-top: 30px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-navigation .content .logo {
    display: none;
  }
}
#kto-tet-navigation .content .dropdown-menu .list-items-thele {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -187px;
  width: 255px;
  height: 67px;
}
#kto-tet-navigation .content .dropdown-menu .list-items-huongdan {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -334px 0px;
  width: 255px;
  height: 65px;
}
#kto-tet-navigation .content .dropdown-menu .list-items-phanthuong {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -118px;
  width: 255px;
  height: 69px;
}
#kto-tet-navigation .content .dropdown-menu .list-items-xephang {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: 0px -254px;
  width: 255px;
  height: 65px;
}
#kto-tet-navigation .btn-burger {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}
#kto-tet-navigation .btn-burger.active {
  background-image: url(assets/kto-tet-navigation/images/sprite.png);
  background-position: -255px -118px;
  width: 65px;
  height: 64px;
}
@media (max-width: 768px) and (orientation: portrait) {
  #kto-tet-navigation .btn-burger {
    display: block;
  }
}
#kto-tet-navigation .gr_button {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  padding-right: 100px;
  margin-left: auto;
}
@media (min-width: 769px) or (orientation: landscape) {
  #kto-tet-navigation .gr_button {
    display: none;
  }
}
#kto-tet-navigation .gr_button .btn {
  font-size: 0;
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/libraryMainsite-t-popup/libraryMainsite-t-popup.scss ***!
  \**********************************************************************************************************************************************************************************/
.popup_login .content .list-btn {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  width: 550px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .popup_login .content .list-btn {
    margin: 50px 0 25px;
  }
}
.popup_login .content .list-btn a {
  margin-top: -10px;
}
.popup_login .content .text {
  font-size: 22px;
  margin: 30px 0 10px;
  color: #ca3307;
  display: none;
}
.popup_login .content .note {
  font-size: 20px;
  margin-top: 15px;
}
.popup_login .content .note a {
  text-decoration: underline;
  color: #fff;
}
.popup_login .content #sso-login-form {
  height: 500px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup_login .content #sso-login-form .form-group:nth-child(1), .popup_login .content #sso-login-form .form-group:nth-child(2) {
  display: grid;
  grid-template-columns: 26% 70%;
  margin-bottom: 10px;
  gap: 20px;
}
.popup_login .content #sso-login-form .form-group .text-right {
  text-align: right;
}
.popup_login .content #sso-login-form .row:nth-child(3) {
  margin: 20px 0;
}
.popup_login .content #sso-login-form .row:nth-child(3) .col-xs-6:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_login .content #sso-login-form .row:nth-child(3) .col-xs-6:nth-child(2) button {
  background: transparent;
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -512px;
  width: 220px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fef8b7;
  text-transform: uppercase;
  font-family: "BeaufortforLOL-Heavy";
}
.popup_login .content #sso-login-form .row:last-child a {
  color: #ca3307;
  text-decoration: underline;
}
.popup_login .content #sso-login-form input {
  font-family: "Barlow-Medium";
  height: 50px;
  width: 350px;
  padding: 0 20px;
  color: #b12d08;
  font-size: 22px;
}
.popup_login .content #sso-login-form input::placeholder {
  color: #b12d08;
}
.popup_login .content #sso-login-form label {
  font-family: "Barlow-Bold";
  color: #ca3307;
  font-size: 22px;
}

.popup_register .content .notice {
  font-family: "Barlow-Medium";
  font-size: 20px;
  color: #ca3307;
  margin-top: 32px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .popup_register .content .notice {
    font-size: 18px;
  }
}
.popup_register .content form {
  width: 100%;
  overflow-y: auto;
  margin-top: 40px;
}
.popup_register .content form .row {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.popup_register .content form .row .value {
  display: grid;
  grid-template-columns: 25% 72%;
  gap: 10px;
  width: 100%;
  align-items: center;
}
.popup_register .content form .row .value label {
  font-family: "Barlow-Bold";
  font-size: 22px;
  color: #ca3307;
  text-align: right;
}
.popup_register .content form .row .value select,
.popup_register .content form .row .value input {
  border: 1px solid #fac43f;
  color: #b12d08;
  font-size: 22px;
  appearance: none;
  background-color: transparent;
  outline: none;
  font-family: "Barlow-Medium";
  height: 50px;
  background: #fff;
  padding: 0 20px;
}
.popup_register .content form .row .value select::placeholder,
.popup_register .content form .row .value input::placeholder {
  color: #b12d08;
}
.popup_register .content .gr-buton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.popup_register .content .gr-buton .btn {
  margin: 0 !important;
}

.popup_condition .content #pm__invite-form .text-invite {
  margin-left: 22px;
  margin-bottom: 5px;
}
.popup_condition .content form {
  margin: 0 12px;
}
.popup_condition .content .table {
  width: 100%;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 20px auto 0;
}
.popup_condition .content .table::-webkit-scrollbar-thumb {
  background: #f3d390;
}
.popup_condition .content .table .text {
  margin-top: 12px;
}
.popup_condition .content .table .text span {
  font-weight: inherit;
}
.popup_condition .content .table .btn-submit {
  margin: 12px auto !important;
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -543px -67px;
  width: 240px;
  height: 68px;
  color: white;
}
.popup_condition .content .table .group__invite {
  position: relative;
}
.popup_condition .content .table .group__invite .btn {
  margin: 0 auto 10px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .popup_condition .content .table .group__invite .btn {
    right: 0;
  }
}
.popup_condition .content .table .text-invite {
  background-color: #fff;
  border: 1px solid #b78c6d;
  width: 70%;
  margin: 20px 0;
  height: 50px;
  padding: 0 20px;
  border-radius: 20px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .popup_condition .content .table .text-invite {
    width: 90%;
  }
}
.popup_condition .content .table .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 24px 0;
  position: relative;
}
.popup_condition .content .captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}
.popup_condition .content .captcha img {
  background-color: white;
  border: 1px solid;
}
.popup_condition .content .captcha .btn-refresh {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -934px -66px;
  width: 44px;
  height: 44px;
  position: relative;
  top: -3px;
}
.popup_condition .content .captcha input {
  width: auto;
  height: 50px;
  padding: 0 12px;
  box-sizing: border-box;
}
.popup_condition .content .captcha-input input {
  height: 50px;
  width: 50%;
  text-align: center;
  border: 0;
  margin-top: 8px;
}
.popup_condition .content .template_history .table_history {
  height: auto;
  overflow-y: unset;
}

.popup_history .content,
.popup_bxh .content {
  justify-content: flex-start;
}
.popup_history .content .btn-nhan,
.popup_bxh .content .btn-nhan {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -1184px -28px;
  width: 141px;
  height: 38px;
  color: #fff;
  display: block;
  font-size: 0;
  margin: auto;
}
.popup_history .content .btn-nhan.received,
.popup_bxh .content .btn-nhan.received {
  pointer-events: none;
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -1043px -28px;
  width: 141px;
  height: 38px;
}
.popup_history .content .template_history,
.popup_bxh .content .template_history {
  width: 100%;
  height: 78%;
  margin-top: 10px;
}
.popup_history .content .template_history .table_history,
.popup_bxh .content .template_history .table_history {
  height: 100%;
}

.popup_rule .content .iframe {
  width: 100%;
  height: 85%;
}
.popup_rule .content div.iframe {
  overflow-x: hidden;
  overflow-y: auto;
}

.popup_inform .content p {
  font-size: 22px;
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}

.popup_reward .content .note,
.popup_doithuong .content .note {
  font-size: 28px;
  color: #2b835d;
  margin-top: 25px;
}
.popup_reward .content #rewardContainer,
.popup_doithuong .content #rewardContainer {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 410px;
  overflow-y: auto;
}
.popup_reward .content #rewardContainer .item,
.popup_doithuong .content #rewardContainer .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.popup_reward .content #rewardContainer .item .thumb,
.popup_doithuong .content #rewardContainer .item .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_reward .content #rewardContainer .item .thumb img,
.popup_doithuong .content #rewardContainer .item .thumb img {
  object-fit: contain;
}
.popup_reward .content #rewardContainer .item .item-name,
.popup_doithuong .content #rewardContainer .item .item-name {
  font-family: "Barlow-Medium";
  font-size: 23px;
  color: #ca3307;
  text-align: center;
  line-height: 1.1;
}
.popup_reward .content .btn,
.popup_doithuong .content .btn {
  margin: 10px auto 0 !important;
}
.popup_reward.gift-10 #rewardContainer .item,
.popup_doithuong.gift-10 #rewardContainer .item {
  width: 140px;
  height: 140px;
}
.popup_reward.gift-10 #rewardContainer .item img,
.popup_doithuong.gift-10 #rewardContainer .item img {
  width: 140px;
}
.popup_reward.gift-1 #rewardContainer,
.popup_doithuong.gift-1 #rewardContainer {
  height: 350px;
}
.popup_reward.gift-1 #rewardContainer .item,
.popup_doithuong.gift-1 #rewardContainer .item {
  scale: 1.2;
}

.popup_doithuong .content #rewardContainer {
  height: 270px;
}
.popup_doithuong .content #rewardContainer .item {
  scale: 1.2;
}

.popup_confirm .content .box__text {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.popup_getlist .content tr th,
.popup_getlist .content tr td {
  padding: 12px !important;
}
.popup_getlist .content .template_history {
  height: 90%;
  width: 100%;
}
@media (max-width: 768px) and (orientation: portrait) {
  .popup_getlist .content .template_history .table_history {
    width: 100%;
    height: 100%;
  }
}
.popup_getlist .content .btn-thuchien {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -889px -28px;
  width: 154px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.popup_getlist .content .btn-thuchien::after {
  content: attr(data-active);
  font-size: 20px;
  color: #401904;
  font-family: "BeaufortforLOL-Medium";
}
.popup_getlist .content .btn-thuchien.received {
  filter: grayscale(1);
  pointer-events: none;
}
.popup_getlist .content .btn-thuchien.received::after {
  content: attr(data-received);
}

.base {
  height: var(--sr-device-height);
}
.base .box {
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) and (orientation: portrait) {
  .base .box {
    transform: translate(-50%, -50%) scale(0.7);
    left: 52%;
  }
}
.base .box .btn-close {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -788px -14px;
  width: 101px;
  height: 101px;
  right: 70px;
  top: 60px;
}
.base .box .content {
  padding: 150px 150px 50px 100px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ca3307;
  font-size: 22px;
}
.base .box .content .btn {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -512px;
  width: 220px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fef8b7;
  font-size: 22px;
  text-decoration: none;
  margin: 20px auto 10px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: "BeaufortforLOL-Bold";
}
.base .box .content .title {
  font-family: "BeaufortforLOL-Heavy";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: linear-gradient(180deg, #a73305 0%, #d23307 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  position: relative;
}
.base .box .content .title::before {
  content: "";
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -1325px -28px;
  width: 105px;
  height: 24px;
}
.base .box .content .title::after {
  content: "";
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -1325px -28px;
  width: 105px;
  height: 24px;
  transform: scaleX(-1);
}
.base .template_history .table_history {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  scrollbar-width: initial;
  scrollbar-color: auto;
}
.base .template_history .table_history::-webkit-scrollbar {
  width: 8px;
}
.base .template_history .table_history::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.base .template_history .table_history::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e07010;
  border-radius: 10px;
}
.base .template_history .table_history::-webkit-scrollbar-thumb {
  background: #ae0501;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base .template_history .table_history {
    width: 100%;
    height: 530px;
  }
}
.base .template_history .table_history table {
  background: transparent;
  padding: 8px;
  border-collapse: collapse;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base .template_history .table_history table {
    width: 100%;
  }
}
.base .template_history .table_history table thead {
  color: #fff;
  position: relative;
}
.base .template_history .table_history table thead tr th {
  background: #398e60;
  padding: 5px 10px;
  text-transform: capitalize;
  font-size: 20px;
  height: 40px;
}
.base .template_history .table_history table tbody tr {
  background: #fff;
  border-top: 5px solid #fbf0d1;
}
.base .template_history .table_history table tbody tr td {
  padding: 5px 10px;
  color: #b25e45;
  font-size: 20px;
  height: 40px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base .template_history .table_history table tbody tr td {
    font-size: 20px;
  }
}
.base .template_history nav {
  margin-top: 18px;
}
.base .template_history nav .pagination > li > a {
  border: 3px solid #e27810;
  background-color: #fbf0d1;
  color: #e27810;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base .template_history nav .pagination > li.active > a,
.base .template_history nav .pagination a:hover:not(.active) {
  background-color: #398e60;
  border: 3px solid #398e60;
  color: #fff;
}
.base .template_history nav .page-next {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -889px -66px;
  width: 45px;
  height: 45px;
  font-size: 0;
  margin-left: 10px;
  border: 0 !important;
}
.base .template_history nav .page-prev {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -889px -66px;
  width: 45px;
  height: 45px;
  transform: scaleX(-1);
  font-size: 0;
  margin-right: 10px;
  border: 0 !important;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base-question .box {
    transform: scale(1) translateX(-50%);
  }
}
.base-question .box .btn-close {
  right: 250px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base-question .box .btn-close {
    right: -3px;
    top: 0;
  }
}
.base-question .box .content {
  padding: 83px 315px 60px 355px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base-question .box .content {
    padding: 423px 75px 51px 65px;
  }
}

#popup_confirm .box .list-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.popup_xucxac form {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.popup_xucxac form .group__select {
  display: flex;
  align-items: center;
  gap: 20px;
}
.popup_xucxac form .group__select .btn__minus {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -978px -66px;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.popup_xucxac form .group__select .btn__plus {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -1021px -66px;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.popup_xucxac form .group__select input[type=text] {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -543px -354px;
  width: 124px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #c5414e;
}
.popup_xucxac form .btn__confirm {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -543px 0px;
  width: 245px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  text-transform: uppercase;
  padding-top: 10px;
  cursor: pointer;
}
.popup_xucxac form .btn__confirm span {
  background: linear-gradient(180deg, #fefdf5 0%, #f5efb9 100%, #f5efb9 100%, #f5efb9 100%, #f5efb9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.en .popup_doiqua .content .group__change--item .btn__change .label {
  font-size: 12px;
}

.id .base .box .content .btn {
  line-height: 1;
  font-size: 23px;
}

.th .base .box .content .title {
  font-size: 55px;
  line-height: 1;
}
.th .popup_getlist .content tr th,
.th .popup_getlist .content tr td,
.th .base .template_history .table_history table tbody tr td {
  font-size: 30px;
  line-height: 1;
}
.th .base .box .content .btn,
.th .popup_xucxac form .btn__confirm,
.th .popup_inform .content p {
  font-size: 35px;
}
.th .base .box .content {
  font-family: "PSL034PRO";
}
.th .popup_doiqua .content .group__change--item .btn__change .label,
.th .popup_doiqua .content .group__change--item .text__change {
  font-size: 22px;
  line-height: 1;
}
.th .popup_doiqua .content .info__change,
.th .popup_login .content .note {
  font-size: 32px;
}
.th .popup_reward.gift-5 .content #rewardContainer .name {
  font-size: 28px;
}

.popup_login .content .list-btn {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  width: 550px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) and (orientation: portrait) {
  .popup_login .content .list-btn {
    margin: 50px 0 25px;
  }
}
.popup_login .content .list-btn a {
  margin-top: -10px;
}
.popup_login .content .text {
  font-size: 22px;
  margin: 30px 0 10px;
  color: #ca3307;
  display: none;
}
.popup_login .content .note {
  font-size: 20px;
  margin-top: 15px;
}
.popup_login .content .note a {
  text-decoration: underline;
  color: #fff;
}
.popup_login .content #sso-login-form {
  height: 500px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup_login .content #sso-login-form .form-group:nth-child(1), .popup_login .content #sso-login-form .form-group:nth-child(2) {
  display: grid;
  grid-template-columns: 26% 70%;
  margin-bottom: 10px;
  gap: 20px;
}
.popup_login .content #sso-login-form .form-group .text-right {
  text-align: right;
}
.popup_login .content #sso-login-form .row:nth-child(3) {
  margin: 20px 0;
}
.popup_login .content #sso-login-form .row:nth-child(3) .col-xs-6:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_login .content #sso-login-form .row:nth-child(3) .col-xs-6:nth-child(2) button {
  background: transparent;
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -512px;
  width: 220px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fef8b7;
  text-transform: uppercase;
  font-family: "BeaufortforLOL-Heavy";
}
.popup_login .content #sso-login-form .row:last-child a {
  color: #ca3307;
  text-decoration: underline;
}
.popup_login .content #sso-login-form input {
  font-family: "Barlow-Medium";
  height: 50px;
  width: 350px;
  padding: 0 20px;
  color: #b12d08;
  font-size: 22px;
}
.popup_login .content #sso-login-form input::placeholder {
  color: #b12d08;
}
.popup_login .content #sso-login-form label {
  font-family: "Barlow-Bold";
  color: #ca3307;
  font-size: 22px;
}

.popup_register .content .notice {
  font-family: "Barlow-Medium";
  font-size: 20px;
  color: #ca3307;
  margin-top: 32px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .popup_register .content .notice {
    font-size: 18px;
  }
}
.popup_register .content form {
  width: 100%;
  overflow-y: auto;
  margin-top: 40px;
}
.popup_register .content form .row {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.popup_register .content form .row .value {
  display: grid;
  grid-template-columns: 25% 72%;
  gap: 10px;
  width: 100%;
  align-items: center;
}
.popup_register .content form .row .value label {
  font-family: "Barlow-Bold";
  font-size: 22px;
  color: #ca3307;
  text-align: right;
}
.popup_register .content form .row .value select,
.popup_register .content form .row .value input {
  border: 1px solid #fac43f;
  color: #b12d08;
  font-size: 22px;
  appearance: none;
  background-color: transparent;
  outline: none;
  font-family: "Barlow-Medium";
  height: 50px;
  background: #fff;
  padding: 0 20px;
}
.popup_register .content form .row .value select::placeholder,
.popup_register .content form .row .value input::placeholder {
  color: #b12d08;
}
.popup_register .content .gr-buton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.popup_register .content .gr-buton .btn {
  margin: 0 !important;
}

.popup_condition .content #pm__invite-form .text-invite {
  margin-left: 22px;
  margin-bottom: 5px;
}
.popup_condition .content form {
  margin: 0 12px;
}
.popup_condition .content .table {
  width: 100%;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 20px auto 0;
}
.popup_condition .content .table::-webkit-scrollbar-thumb {
  background: #f3d390;
}
.popup_condition .content .table .text {
  margin-top: 12px;
}
.popup_condition .content .table .text span {
  font-weight: inherit;
}
.popup_condition .content .table .btn-submit {
  margin: 12px auto !important;
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -543px -67px;
  width: 240px;
  height: 68px;
  color: white;
}
.popup_condition .content .table .group__invite {
  position: relative;
}
.popup_condition .content .table .group__invite .btn {
  margin: 0 auto 10px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .popup_condition .content .table .group__invite .btn {
    right: 0;
  }
}
.popup_condition .content .table .text-invite {
  background-color: #fff;
  border: 1px solid #b78c6d;
  width: 70%;
  margin: 20px 0;
  height: 50px;
  padding: 0 20px;
  border-radius: 20px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .popup_condition .content .table .text-invite {
    width: 90%;
  }
}
.popup_condition .content .table .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 24px 0;
  position: relative;
}
.popup_condition .content .captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}
.popup_condition .content .captcha img {
  background-color: white;
  border: 1px solid;
}
.popup_condition .content .captcha .btn-refresh {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -934px -66px;
  width: 44px;
  height: 44px;
  position: relative;
  top: -3px;
}
.popup_condition .content .captcha input {
  width: auto;
  height: 50px;
  padding: 0 12px;
  box-sizing: border-box;
}
.popup_condition .content .captcha-input input {
  height: 50px;
  width: 50%;
  text-align: center;
  border: 0;
  margin-top: 8px;
}
.popup_condition .content .template_history .table_history {
  height: auto;
  overflow-y: unset;
}

.popup_history .content,
.popup_bxh .content {
  justify-content: flex-start;
}
.popup_history .content .btn-nhan,
.popup_bxh .content .btn-nhan {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -1184px -28px;
  width: 141px;
  height: 38px;
  color: #fff;
  display: block;
  font-size: 0;
  margin: auto;
}
.popup_history .content .btn-nhan.received,
.popup_bxh .content .btn-nhan.received {
  pointer-events: none;
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -1043px -28px;
  width: 141px;
  height: 38px;
}
.popup_history .content .template_history,
.popup_bxh .content .template_history {
  width: 100%;
  height: 78%;
  margin-top: 10px;
}
.popup_history .content .template_history .table_history,
.popup_bxh .content .template_history .table_history {
  height: 100%;
}

.popup_rule .content .iframe {
  width: 100%;
  height: 85%;
}
.popup_rule .content div.iframe {
  overflow-x: hidden;
  overflow-y: auto;
}

.popup_inform .content p {
  font-size: 22px;
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}

.popup_reward .content .note,
.popup_doithuong .content .note {
  font-size: 28px;
  color: #2b835d;
  margin-top: 25px;
}
.popup_reward .content #rewardContainer,
.popup_doithuong .content #rewardContainer {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 410px;
  overflow-y: auto;
}
.popup_reward .content #rewardContainer .item,
.popup_doithuong .content #rewardContainer .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.popup_reward .content #rewardContainer .item .thumb,
.popup_doithuong .content #rewardContainer .item .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_reward .content #rewardContainer .item .thumb img,
.popup_doithuong .content #rewardContainer .item .thumb img {
  object-fit: contain;
}
.popup_reward .content #rewardContainer .item .item-name,
.popup_doithuong .content #rewardContainer .item .item-name {
  font-family: "Barlow-Medium";
  font-size: 23px;
  color: #ca3307;
  text-align: center;
  line-height: 1.1;
}
.popup_reward .content .btn,
.popup_doithuong .content .btn {
  margin: 10px auto 0 !important;
}
.popup_reward.gift-10 #rewardContainer .item,
.popup_doithuong.gift-10 #rewardContainer .item {
  width: 140px;
  height: 140px;
}
.popup_reward.gift-10 #rewardContainer .item img,
.popup_doithuong.gift-10 #rewardContainer .item img {
  width: 140px;
}
.popup_reward.gift-1 #rewardContainer,
.popup_doithuong.gift-1 #rewardContainer {
  height: 350px;
}
.popup_reward.gift-1 #rewardContainer .item,
.popup_doithuong.gift-1 #rewardContainer .item {
  scale: 1.2;
}

.popup_doithuong .content #rewardContainer {
  height: 270px;
}
.popup_doithuong .content #rewardContainer .item {
  scale: 1.2;
}

.popup_confirm .content .box__text {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.popup_getlist .content tr th,
.popup_getlist .content tr td {
  padding: 12px !important;
}
.popup_getlist .content .template_history {
  height: 90%;
  width: 100%;
}
@media (max-width: 768px) and (orientation: portrait) {
  .popup_getlist .content .template_history .table_history {
    width: 100%;
    height: 100%;
  }
}
.popup_getlist .content .btn-thuchien {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -889px -28px;
  width: 154px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.popup_getlist .content .btn-thuchien::after {
  content: attr(data-active);
  font-size: 20px;
  color: #401904;
  font-family: "BeaufortforLOL-Medium";
}
.popup_getlist .content .btn-thuchien.received {
  filter: grayscale(1);
  pointer-events: none;
}
.popup_getlist .content .btn-thuchien.received::after {
  content: attr(data-received);
}

.base {
  height: var(--sr-device-height);
}
.base .box {
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) and (orientation: portrait) {
  .base .box {
    transform: translate(-50%, -50%) scale(0.7);
    left: 52%;
  }
}
.base .box .btn-close {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -788px -14px;
  width: 101px;
  height: 101px;
  right: 70px;
  top: 60px;
}
.base .box .content {
  padding: 150px 150px 50px 100px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ca3307;
  font-size: 22px;
}
.base .box .content .btn {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -512px;
  width: 220px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fef8b7;
  font-size: 22px;
  text-decoration: none;
  margin: 20px auto 10px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: "BeaufortforLOL-Bold";
}
.base .box .content .title {
  font-family: "BeaufortforLOL-Heavy";
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: linear-gradient(180deg, #a73305 0%, #d23307 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  position: relative;
}
.base .box .content .title::before {
  content: "";
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -1325px -28px;
  width: 105px;
  height: 24px;
}
.base .box .content .title::after {
  content: "";
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -1325px -28px;
  width: 105px;
  height: 24px;
  transform: scaleX(-1);
}
.base .template_history .table_history {
  width: 100%;
  height: 100%;
  margin: 20px auto 0;
  scrollbar-width: initial;
  scrollbar-color: auto;
}
.base .template_history .table_history::-webkit-scrollbar {
  width: 8px;
}
.base .template_history .table_history::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.base .template_history .table_history::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e07010;
  border-radius: 10px;
}
.base .template_history .table_history::-webkit-scrollbar-thumb {
  background: #ae0501;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base .template_history .table_history {
    width: 100%;
    height: 530px;
  }
}
.base .template_history .table_history table {
  background: transparent;
  padding: 8px;
  border-collapse: collapse;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base .template_history .table_history table {
    width: 100%;
  }
}
.base .template_history .table_history table thead {
  color: #fff;
  position: relative;
}
.base .template_history .table_history table thead tr th {
  background: #398e60;
  padding: 5px 10px;
  text-transform: capitalize;
  font-size: 20px;
  height: 40px;
}
.base .template_history .table_history table tbody tr {
  background: #fff;
  border-top: 5px solid #fbf0d1;
}
.base .template_history .table_history table tbody tr td {
  padding: 5px 10px;
  color: #b25e45;
  font-size: 20px;
  height: 40px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base .template_history .table_history table tbody tr td {
    font-size: 20px;
  }
}
.base .template_history nav {
  margin-top: 18px;
}
.base .template_history nav .pagination > li > a {
  border: 3px solid #e27810;
  background-color: #fbf0d1;
  color: #e27810;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base .template_history nav .pagination > li.active > a,
.base .template_history nav .pagination a:hover:not(.active) {
  background-color: #398e60;
  border: 3px solid #398e60;
  color: #fff;
}
.base .template_history nav .page-next {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -889px -66px;
  width: 45px;
  height: 45px;
  font-size: 0;
  margin-left: 10px;
  border: 0 !important;
}
.base .template_history nav .page-back {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -889px -66px;
  width: 45px;
  height: 45px;
  transform: scaleX(-1);
  font-size: 0;
  margin-right: 10px;
  border: 0 !important;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base-question .box {
    transform: scale(1) translateX(-50%);
  }
}
.base-question .box .btn-close {
  right: 250px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base-question .box .btn-close {
    right: -3px;
    top: 0;
  }
}
.base-question .box .content {
  padding: 83px 315px 60px 355px;
}
@media (max-width: 768px) and (orientation: portrait) {
  .base-question .box .content {
    padding: 423px 75px 51px 65px;
  }
}

#popup_confirm .box .list-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.popup_xucxac form {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.popup_xucxac form .group__select {
  display: flex;
  align-items: center;
  gap: 20px;
}
.popup_xucxac form .group__select .btn__minus {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -978px -66px;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.popup_xucxac form .group__select .btn__plus {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -1021px -66px;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.popup_xucxac form .group__select input[type=text] {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -543px -354px;
  width: 124px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #c5414e;
}
.popup_xucxac form .btn__confirm {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -543px 0px;
  width: 245px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  text-transform: uppercase;
  padding-top: 10px;
  cursor: pointer;
}
.popup_xucxac form .btn__confirm span {
  background: linear-gradient(180deg, #fefdf5 0%, #f5efb9 100%, #f5efb9 100%, #f5efb9 100%, #f5efb9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.en .popup_doiqua .content .group__change--item .btn__change .label {
  font-size: 12px;
}

.id .base .box .content .btn {
  line-height: 1;
  font-size: 23px;
}

.th .base .box .content .title {
  font-size: 55px;
  line-height: 1;
}
.th .popup_getlist .content tr th,
.th .popup_getlist .content tr td,
.th .base .template_history .table_history table tbody tr td {
  font-size: 30px;
  line-height: 1;
}
.th .base .box .content .btn,
.th .popup_xucxac form .btn__confirm,
.th .popup_inform .content p {
  font-size: 35px;
}
.th .base .box .content {
  font-family: "PSL034PRO";
}
.th .popup_doiqua .content .group__change--item .btn__change .label,
.th .popup_doiqua .content .group__change--item .text__change {
  font-size: 22px;
  line-height: 1;
}
.th .popup_doiqua .content .info__change,
.th .popup_login .content .note {
  font-size: 32px;
}
.th .popup_reward.gift-5 .content #rewardContainer .name {
  font-size: 28px;
}

/*# sourceMappingURL=jx2.css.map*/