/*!********************************************************************************************************************************************!*\
  !*** 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 ***!
  \********************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Philosopher";
  src: url(assets/main/fonts/Philosopher-bold.ttf);
}
@font-face {
  font-family: "Philosopher-Regular";
  src: url(assets/main/fonts/Philosopher-Regular.ttf);
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(assets/main/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: "PSL";
  src: url(assets/main/fonts/PSL.ttf);
}
.MS__PSL {
  font-family: "PSL";
}

.MS__Roboto_Regular {
  font-family: "Roboto-Regular";
}

.MS__Philosopher {
  font-family: "Philosopher";
}

.MS__Philosopher_Regular {
  font-family: "Philosopher-Regular";
}

html,
body {
  overscroll-behavior-y: none;
  /* chặn scroll vượt top/bottom */
  overscroll-behavior-x: none;
}

html {
  overflow: hidden;
  background-color: #183071;
}
@media (max-width: 768px) {
  html {
    overflow: auto;
  }
}

.MS__outer.bottom {
  height: auto !important;
  transform-origin: left bottom !important;
  z-index: 1;
}

.wrapPage {
  height: 1000px;
}
@media (max-width: 768px) {
  .wrapPage {
    height: 1300px;
    touch-action: auto !important;
  }
}

@media (max-width: 768px) {
  body.sub-page .main-swiper {
    height: auto;
  }
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.iframe-wheel-catcher {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
  /* Quan trọng: click xuyên qua overlay */
  pointer-events: none;
}

a {
  text-decoration: none;
}

#rank-iframe,
#diemdanh-iframe {
  width: 2000px;
  height: 1000px;
}
@media (max-width: 768px) {
  #rank-iframe,
  #diemdanh-iframe {
    width: 768px;
    height: 1300px;
  }
}

.iframe-touch-overlay {
  display: none;
}
@media (max-width: 768px) {
  .iframe-touch-overlay {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
    background: transparent;
    height: 20%;
    top: 0;
  }
}

@media (max-width: 768px) {
  .iframe-touch-overlay-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    z-index: 10;
    pointer-events: none;
    background: transparent;
  }
}

#rank-iframe2 {
  width: 100%;
  height: 570px;
}
@media (max-width: 768px) {
  #rank-iframe2 {
    height: 760px;
  }
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** 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;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .popup_login .content .list-btn {
    gap: 10px;
  }
}
.popup_login .content .list-btn .btn-login {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px 0px;
  width: 568px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #3b301b;
  font-size: 35px;
  position: relative;
  padding-left: 150px;
  text-shadow: 0 0 10px #fff;
}
.popup_login .content .list-btn .btn-login--google:before, .popup_login .content .list-btn .btn-login--apple:before, .popup_login .content .list-btn .btn-login--facebook:before {
  content: "";
  position: absolute;
  left: 90px;
}
.popup_login .content .list-btn .btn-login--google:before {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -488px -212px;
  width: 46px;
  height: 46px;
}
.popup_login .content .list-btn .btn-login--apple:before {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -488px -161px;
  width: 50px;
  height: 50px;
}
.popup_login .content .list-btn .btn-login--facebook:before {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -402px -325px;
  width: 45px;
  height: 45px;
}
.popup_login .content .list-btn a {
  display: block;
}

.id .popup_login .content .list-btn .btn-login {
  padding-left: 185px;
}
.id .popup_login .content .list-btn .btn-login--google:before,
.id .popup_login .content .list-btn .btn-login--apple:before,
.id .popup_login .content .list-btn .btn-login--facebook:before {
  left: 110px;
}

.th .popup_login .content .list-btn .btn-login {
  padding-left: 180px;
}
.th .popup_login .content .list-btn .btn-login--google:before,
.th .popup_login .content .list-btn .btn-login--apple:before,
.th .popup_login .content .list-btn .btn-login--facebook:before {
  left: 110px;
}

.popup_register .content form {
  width: 83%;
  height: 70%;
  padding: 0 22px;
  overflow-y: auto;
}
.popup_register .content form .row {
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin: 20px auto 40px;
}
@media (max-width: 768px) {
  .popup_register .content form .row {
    width: 100%;
  }
}
.popup_register .content form .row .value {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.popup_register .content form .row .value label {
  font-size: 24px;
  text-align: left;
}
.popup_register .content form .row .value select,
.popup_register .content form .row .value input {
  font-family: "Philosopher-Regular";
  height: 50px;
  padding: 0 12px;
  background-color: white;
  color: #000;
  font-size: 22px;
  border: 0;
  outline: none;
}
.popup_register .content form .row .value select::placeholder,
.popup_register .content form .row .value input::placeholder {
  color: #000;
}

.th .popup_register .content form .row .value label {
  font-size: 30px;
}
.th .popup_register .content form .row .value select,
.th .popup_register .content form .row .value input {
  font-family: "PSL";
  font-size: 30px;
}

.popup_history .content {
  justify-content: flex-start;
}
.popup_history .content .template_history {
  width: 100%;
  height: 450px;
  overflow: auto;
}
.popup_history .content .template_history::-webkit-scrollbar-thumb {
  background: #4fa0eb;
}
.popup_history .content .template_history nav {
  margin-top: 18px;
}
.popup_history .content .template_history nav .pagination > li > a {
  color: #fff;
}
.popup_history .content .template_history nav .pagination > li.active > a {
  background-color: #4fa0eb;
  color: #fff;
}
.popup_history .content .template_history nav .pagination a:hover:not(.active) {
  background-color: #4fa0eb;
  color: white;
}

.popup_getlist .content table {
  width: 820px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .popup_getlist .content table {
    width: 100%;
  }
}
.popup_getlist .content table th {
  font-size: 25px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .popup_getlist .content table th {
    font-size: 20px;
  }
}
.popup_getlist .content table th:first-child {
  text-align: left;
}
.popup_getlist .content table th:last-child {
  width: 100px;
}
.popup_getlist .content table tbody tr td {
  font-size: 25px;
}
@media (max-width: 768px) {
  .popup_getlist .content table tbody tr td {
    font-size: 20px;
  }
}
.popup_getlist .content table tbody tr td:first-child {
  text-align: left;
}
.popup_getlist .content tr th,
.popup_getlist .content tr td {
  padding: 12px !important;
}
.popup_getlist .content .template_history {
  width: 100%;
  height: 400px;
  overflow: auto;
}
.popup_getlist .content .btn_get {
  display: block;
  font-size: 0;
  transform: scale(0.8);
}
.popup_getlist .content .btn:after {
  content: attr(data-normal);
}
.popup_getlist .content .btn.received:after {
  content: attr(data-received);
}

.th .popup_getlist .content table th {
  font-size: 35px;
}
.th .popup_getlist .content table tbody tr td {
  font-size: 30px;
  line-height: 25px;
}
@media (max-width: 768px) {
  .th .popup_getlist .content table tbody tr td {
    font-size: 27px;
  }
}

.popup_condition .content {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup_condition .content #pm__invite-form .text-invite {
  margin-left: 22px;
  margin-bottom: 22px;
}
.popup_condition .content form {
  margin: 0 12px;
}
.popup_condition .content .btn-condition {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -324px -81px;
  width: 235px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f331d;
  text-shadow: 0 0 10px #fff;
  font-size: 26px;
  text-decoration: none;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 20px;
}
.popup_condition .content .table {
  width: 92%;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 20px auto 0;
}
.popup_condition .content .table .text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
}
.popup_condition .content .table .text span {
  font-size: 22px;
  text-transform: none;
}
.popup_condition .content .table .btn {
  margin: 12px auto !important;
}
.popup_condition .content .table .text-invite {
  background-color: #c9ede6;
  width: 70%;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 34px;
  color: #3a7b90;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.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: -447px -325px;
  width: 44px;
  height: 44px;
  position: relative;
  top: -3px;
}
.popup_condition .content .captcha-input input {
  font-family: "Philosopher-Regular";
  height: 50px;
  width: 70%;
  text-align: center;
  outline: none;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .popup_condition .content .captcha-input input {
    width: 90%;
  }
}
.popup_condition .content .template_history .table_history {
  height: auto;
  overflow-y: unset;
}

.th .popup_condition .content .captcha-input input {
  font-family: "PSL";
  font-size: 30px;
}
.th .popup_condition .content .table .text span {
  font-size: 30px;
  line-height: 20px;
}
.th .popup_condition .content .btn-condition {
  font-size: 35px;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.th .popup_condition .content .table .text {
  margin: 20px 0;
  font-size: 35px;
  line-height: 30px;
}

.popup_rule .content .iframe {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
.popup_rule .content div.iframe {
  overflow-x: hidden;
  overflow-y: auto;
}

.popup_reward .content #rewardContainer {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_reward .content .text {
  font-size: 30px;
  margin-top: 20px;
}
.popup_reward .content .item .item-name {
  font-size: 25px;
}
@media (max-width: 768px) {
  .popup_reward .content .item {
    transform: scale(0.8);
  }
}
.popup_reward .content .item img {
  margin-bottom: 10px;
}
.popup_reward .content .note {
  margin-top: 20px;
}
.popup_reward.gift-10 #rewardContainer {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_reward.gift-10 .content .text {
  margin-top: 10px;
}
.popup_reward.gift-10 .content #rewardContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px auto 0;
  width: 100%;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .popup_reward.gift-10 .content #rewardContainer .item {
    transform: scale(1);
  }
}
.popup_reward.gift-10 .content #rewardContainer .item img {
  max-width: 200px;
}
@media (max-width: 768px) {
  .popup_reward.gift-10 .content #rewardContainer .item img {
    max-width: 118px;
  }
}
.popup_reward.gift-10 .content #rewardContainer .item-name {
  max-width: 150px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .popup_reward.gift-10 .content #rewardContainer .item-name {
    max-width: 100px;
  }
}

.th .popup_reward .content .title {
  font-size: 70px !important;
}
@media (max-width: 768px) {
  .th .popup_reward .content .title {
    font-size: 50px !important;
  }
}
.th .popup_reward.gift-10 .content #rewardContainer {
  margin-top: 0;
}
.th .popup_reward.gift-10 .content #rewardContainer .item-name {
  line-height: 0.8;
  font-size: 25px;
}
.th .base .box .btn-confirm {
  font-weight: normal;
  font-size: 55px;
}
.th .popup_reward .content .text {
  font-size: 40px;
  margin-top: 10px;
}

.popup_inform .content p {
  margin-top: -50px;
  font-size: 26px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.th .popup_inform .content p {
  font-size: 35px;
}

.base .box {
  top: 100px;
}
@media (max-width: 768px) {
  .base .box {
    transform: translateX(-50%);
    transform-origin: left;
    top: 240px;
  }
}
.base .box .btn-close {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -459px;
  width: 75px;
  height: 75px;
  right: 40px;
  top: 70px;
}
@media (max-width: 768px) {
  .base .box .btn-close {
    right: -10px;
    transform: scale(0.6);
    top: 30px;
  }
}
.base .box .btn-confirm {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -81px;
  width: 324px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 0 10px #c53e11;
  text-decoration: none;
  margin: 0 auto;
  font-size: 37px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.base .box .content {
  padding: 110px 145px 150px 145px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "Philosopher";
}
@media (max-width: 768px) {
  .base .box .content {
    padding: 100px 30px 50px 30px;
    scale: 0.9;
    transform-origin: top center;
  }
}
.base .box .content .btn-reward {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -325px;
  width: 252px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffc9;
  font-size: 24px;
  text-decoration: none;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 20px;
}
.base .box .content .btn {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -324px -81px;
  width: 235px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f331d;
  text-shadow: 0 0 5px #fff;
  text-decoration: none;
  margin: 0 auto;
  font-size: 26px;
}
.base .box .content .btn.received {
  filter: grayscale(1);
}
.base .box .content .title {
  font-size: 38px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  text-shadow: 0 0 5px #ffffc9;
}
.base .box .content .title span {
  position: relative;
}
.base .template_history .table_history {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .base .template_history .table_history {
    width: 100%;
  }
}
.base .template_history .table_history::-webkit-scrollbar-thumb {
  background: #4fa0eb;
}
.base .template_history .table_history table {
  margin-top: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
  background: transparent;
}
.base .template_history .table_history table thead {
  background: url(assets/libraryMainsite-t-popup/images/bg-head.png);
  color: #fff;
  font-size: 25px;
  text-shadow: 0 0 5px #547bc6;
  height: 41px;
}
.base .template_history .table_history table thead th {
  font-weight: normal;
  border: none;
  margin: 0;
  padding: 0;
  border-width: 0;
}
.base .template_history .table_history table tbody tr {
  height: 60px;
  margin: 0;
  padding: 0;
  border-width: 0;
}
.base .template_history .table_history table tbody tr:nth-child(even) {
  background-color: #f0ecd8;
}
.base .template_history .table_history table tbody tr:nth-child(odd) {
  background-color: #91a0c2;
}
.base .template_history .table_history table tbody tr td {
  font-family: "Philosopher-Regular";
  padding: 10px;
  color: #091227;
  font-size: 20px;
  border: none;
  margin: 0;
  vertical-align: middle;
  border-width: 0;
  outline: none;
}

.th .base .box .content,
.th .base .box .content .btn {
  font-family: "PSL";
}
.th .base .box .content .btn {
  font-size: 35px;
}
.th .popup_login .content .list-btn .btn-login {
  font-size: 40px;
}
.th .base .template_history .table_history table thead {
  font-family: "PSL";
  font-size: 30px;
  line-height: 0.8;
}
.th .base .template_history .table_history table tbody tr td {
  font-family: "PSL";
  font-size: 25px;
  line-height: 22px;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/pwm-ld-25-bigupdate-rank/pwm-ld-25-bigupdate-rank.scss ***!
  \************************************************************************************************************************************************************************************/
.MS__sprite-btn_footer {
  background-image: url(assets/pwm-ld-25-bigupdate-rank/images/sprite.png);
  background-position: 0px -153px;
  width: 191px;
  height: 77px;
  display: block;
}

.MS__sprite-btn-tab-act {
  background-image: url(assets/pwm-ld-25-bigupdate-rank/images/sprite.png);
  background-position: 0px 0px;
  width: 241px;
  height: 77px;
  display: block;
}

.MS__sprite-btn-tab {
  background-image: url(assets/pwm-ld-25-bigupdate-rank/images/sprite.png);
  background-position: 0px -77px;
  width: 241px;
  height: 76px;
  display: block;
}

#pwm-ld-25-bigupdate-rank {
  position: relative;
  height: 1000px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-rank {
    height: 1300px;
  }
}
#pwm-ld-25-bigupdate-rank .background {
  position: absolute;
  top: 0;
  left: 0;
}
#pwm-ld-25-bigupdate-rank .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
#pwm-ld-25-bigupdate-rank .content .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-rank .content .title {
    top: 87px;
  }
}
#pwm-ld-25-bigupdate-rank .content .border_rank {
  width: 1180px;
  height: 575px;
  margin: 285px auto 0;
  position: relative;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-rank .content .border_rank {
    width: 690px;
    height: 880px;
  }
}
#pwm-ld-25-bigupdate-rank .content .loadajax-inform {
  width: 90%;
  margin: 10px auto;
  border: 1px solid rgba(84, 127, 214, 0.6);
  background: rgba(84, 127, 214, 0.1);
  color: #a1d7ff;
  font-size: 24px;
  padding: 10px;
  text-align: center;
}
#pwm-ld-25-bigupdate-rank .content .rank__data {
  height: 570px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-rank .content .rank__data {
    height: 760px;
  }
}
#pwm-ld-25-bigupdate-rank .content .rank__server {
  display: flex;
  width: 100%;
  justify-content: center;
}
#pwm-ld-25-bigupdate-rank .content .rank__server .form-control {
  margin: 0 30px;
}
#pwm-ld-25-bigupdate-rank .content .rank__server .form-control select + .select2 .select2-selection {
  border-radius: 50px;
  width: 240px;
  height: 50px;
  display: flex;
  align-items: center;
  border: 2px solid #b8e2fd;
}
#pwm-ld-25-bigupdate-rank .content .rank__server .form-control select + .select2 .select2-selection__rendered {
  color: #1e3f51;
  font-size: 20px;
  line-height: 26px;
  padding: 0 20px;
}
#pwm-ld-25-bigupdate-rank .content .rank__server .form-control select + .select2 .select2-selection__arrow {
  top: calc(50% - 10px);
}
#pwm-ld-25-bigupdate-rank .content .rank__server .form-control select + .select2.select2-container--open .selection .select2-selection__arrow {
  transform: rotate(180deg);
}
#pwm-ld-25-bigupdate-rank .content .rank__server .form-control select + .select2.select2-container--focus .selection .select2-selection {
  border: 2px solid #2596E8;
  box-shadow: 0 0 0 1px #2596E8;
}
#pwm-ld-25-bigupdate-rank .content .rank__label .rank__single li {
  font-size: 24px;
  color: #fff9e5;
}
#pwm-ld-25-bigupdate-rank .content .rank__page {
  font-family: "Philosopher";
  display: flex;
  width: 100%;
  justify-content: center;
}
#pwm-ld-25-bigupdate-rank .content .rank__page ul {
  display: flex;
  justify-self: center;
  gap: 10px;
}
#pwm-ld-25-bigupdate-rank .content .rank__page ul li {
  margin: 0 2px;
}
#pwm-ld-25-bigupdate-rank .content .rank__page ul li,
#pwm-ld-25-bigupdate-rank .content .rank__page ul li .page,
#pwm-ld-25-bigupdate-rank .content .rank__page ul li .text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 42px;
}
#pwm-ld-25-bigupdate-rank .content .rank__page ul li .prev {
  font-size: 24px;
  color: #fff;
}
#pwm-ld-25-bigupdate-rank .content .rank__page ul li .next {
  font-size: 24px;
  color: #fff;
}
#pwm-ld-25-bigupdate-rank .content .rank__page ul li .page {
  width: 42px;
  height: 42px;
  border-radius: 20px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
#pwm-ld-25-bigupdate-rank .content .rank__page ul li .page.active, #pwm-ld-25-bigupdate-rank .content .rank__page ul li .page:hover {
  background: #a1d7ff;
  color: #000;
}
#pwm-ld-25-bigupdate-rank .content .rank__page ul li .text {
  height: 42px;
  width: 42px;
}
#pwm-ld-25-bigupdate-rank .content footer {
  background: url(assets/pwm-ld-25-bigupdate-rank/images/bg-footer.png);
  width: 2000px;
  height: 428px;
  display: block;
  position: absolute;
  bottom: -428px;
  padding-top: 220px;
  box-sizing: border-box;
  transition: bottom 0.3s ease-in-out;
  z-index: 10;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-rank .content footer {
    background: url(assets/pwm-ld-25-bigupdate-rank/images/bg-footer.png);
    width: 768px;
    height: 428px;
    padding-top: 280px;
  }
}
#pwm-ld-25-bigupdate-rank .content footer.active {
  bottom: 0;
}
#pwm-ld-25-bigupdate-rank .content footer .footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-rank .content footer .footer__content {
    scale: 0.7;
  }
}
#pwm-ld-25-bigupdate-rank .content footer .text {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
#pwm-ld-25-bigupdate-rank .content .btn_view {
  position: absolute;
  bottom: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 20;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-rank .content .btn_view {
    bottom: 14px;
  }
}
#pwm-ld-25-bigupdate-rank .content .btn_view span {
  text-transform: uppercase;
  font-size: 18px;
  color: #1c3578;
  text-shadow: 0 0 10px #fff;
}

.th #pwm-ld-25-bigupdate-rank .content .rank__single li {
  font-family: "PSL";
  font-size: 26px;
  line-height: 20px;
}
.th #pwm-ld-25-bigupdate-rank .content .btn_view span {
  font-size: 35px;
}
.th #pwm-ld-25-bigupdate-rank .content .rank__page {
  font-family: "PSL";
}
.th #pwm-ld-25-bigupdate-rank .content .rank__page ul li .next {
  font-size: 32px;
}

.rank__data {
  height: 570px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .rank__data {
    height: 760px;
  }
}

.rank__single {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.rank__single ul {
  width: 100%;
}
.rank__single li {
  font-family: "Philosopher-Regular";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 24px;
  color: #dff0ff;
  text-align: center;
}
@media (max-width: 768px) {
  .rank__single li {
    height: 75px;
  }
}
.rank__single li:nth-child(1) {
  width: 10%;
}
@media (max-width: 768px) {
  .rank__single li:nth-child(1) {
    width: 8.3333333333%;
  }
}
.rank__single li:nth-child(2) {
  width: 30%;
}
.rank__single li:nth-child(3) {
  width: 20%;
}
.rank__single li:nth-child(4) {
  width: 20%;
}
.rank__single li:nth-child(5) {
  width: 20%;
}
.rank__single:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(199, 220, 249);
  background: radial-gradient(circle, rgb(199, 220, 249) 50%, rgba(199, 220, 249, 0) 100%);
}
.rank__single--top1 li:first-child .icon, .rank__single--top2 li:first-child .icon, .rank__single--top3 li:first-child .icon {
  margin-left: 10px;
}
.rank__single--top1 li:first-child {
  color: #fc2126;
}
.rank__single--top1 li:first-child .icon > svg > path {
  fill: #fc2126;
}
.rank__single--top2 li:first-child {
  color: #ef8508;
}
.rank__single--top2 li:first-child .icon > svg > path {
  fill: #ef8508;
}
.rank__single--top3 li:first-child {
  color: #ef8508;
}
.rank__single--top3 li:first-child .icon > svg > path {
  fill: #ef8508;
}

.th #pwm-ld-25-bigupdate-rank .content .btn_view {
  font-family: "PSL" !important;
}

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