/*!********************************************************************************************************************************************!*\
  !*** 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";
html,
body {
  overscroll-behavior-y: none; /* chặn scroll vượt top/bottom */
  overscroll-behavior-x: none;
}

.layer-rotate {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.5s linear;
}
.layer-rotate img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section {
  -webkit-overflow-scrolling: touch; /* vẫn mượt */
  overscroll-behavior: contain; /* chặn bounce vượt ra ngoài taskbar */
}

@font-face {
  font-family: "GS3Cinzel-Bold";
  src: url(assets/main/fonts/GS3Cinzel-Bold.ttf);
}
.MS__GS3Cinzel-Bold {
  font-family: "GS3Cinzel-Bold";
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** 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;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
}
.popup_login .content .list-btn a {
  display: block;
}

.popup_register .content .notice {
  font-size: 18px;
  color: #a35526;
  margin-top: 32px;
}
.popup_register .content form {
  width: 70%;
  padding: 0 22px;
  overflow-y: auto;
  margin-top: 24px;
}
.popup_register .content form .row {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
@media (max-width: 0px) {
  .popup_register .content form .row {
    margin-bottom: 24px;
  }
}
.popup_register .content form .row .value {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.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 {
  height: 52px;
  border-radius: 8px;
  padding-left: 12px;
  background-color: white;
  color: #adbac3;
  border: 1px solid #d0aa65;
  font-size: 18px;
}
.popup_register .content form .row .value select::placeholder,
.popup_register .content form .row .value input::placeholder {
  color: #adbac3;
}
.popup_register .content form .btn {
  margin-top: 24px !important;
}

.popup_dxgntv .content .notice {
  font-size: 18px;
  color: #a35526;
  margin-top: 32px;
}
.popup_dxgntv .content form {
  width: 65%;
  height: 85%;
  padding: 0 22px;
  overflow-y: auto;
  margin-top: 12px;
}
.popup_dxgntv .content form .row {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-bottom: 8px;
}
.popup_dxgntv .content form .row .value {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.popup_dxgntv .content form .row .value label {
  font-size: 24px;
  text-align: left;
}
.popup_dxgntv .content form .row .value select,
.popup_dxgntv .content form .row .value input {
  height: 38px;
  border-radius: 4px;
  padding-left: 12px;
  background-color: white;
  color: #adbac3;
  border: 1px solid #d0aa65;
  font-size: 18px;
}
.popup_dxgntv .content form .row .value select::placeholder,
.popup_dxgntv .content form .row .value input::placeholder {
  color: #adbac3;
}
.popup_dxgntv .content form .btn {
  margin-top: 15px !important;
}

.popup_getlist .content tr th,
.popup_getlist .content tr td {
  padding: 12px !important;
}
.popup_getlist .content .template_history {
  height: 70%;
  width: 100%;
}
@media (max-width: 0px) {
  .popup_getlist .content .template_history .table_history {
    height: 340px;
    width: 90%;
  }
}
.popup_getlist .content .btn-small {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -90px;
  width: 201px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fefc9f;
  text-transform: uppercase;
}
.popup_getlist .content .btn-small.off {
  filter: grayscale(1);
  pointer-events: none;
}

.popup_condition .content #pm__invite-form .text-invite {
  background-color: #f7bf73;
  width: 88%;
  margin: 16px 0 6px;
  height: 50px;
  padding-left: 18px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-left: 22px;
  margin-bottom: 22px;
}
.popup_condition .content #pm__invite-form .btn {
  margin: 0;
}
.popup_condition .content form {
  margin: 0 12px;
}
.popup_condition .content .table {
  width: 92%;
  height: 87%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
}
.popup_condition .content .table .text {
  margin-top: 12px;
  font-weight: bold;
}
.popup_condition .content .table .text span {
  font-weight: inherit;
}
.popup_condition .content .table .btn {
  margin: 18px auto !important;
}
.popup_condition .content .table .btn-submit {
  margin: 12px auto !important;
  color: white;
}
.popup_condition .content .table .text-invite {
  background-color: #f7bf73;
  width: 70%;
  margin: 12px 0 6px;
  height: 40px;
  padding-left: 18px;
  box-sizing: border-box;
  border-radius: 34px;
}
.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,
.popup_condition .content .captcha .btn-refresh2 {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -57px -149px;
  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: 40px;
  width: 50%;
  text-align: center;
  border: 1px solid black;
  margin-top: 8px;
}
.popup_condition .content .template_history .table_history {
  height: auto;
  overflow-y: unset;
}

.popup_history .content .template_history {
  width: 100%;
  height: 80%;
  margin-top: 22px;
}
.popup_history .content .template_history .table_history {
  height: 90%;
}
.popup_history .content .template_history nav {
  margin-top: 18px;
}
.popup_history .content .template_history nav .pagination > li.active > a {
  background-color: #e1be64;
  color: #734217;
}
.popup_history .content .template_history nav .pagination a:not(.active) {
  border: 1px solid #e1be64;
  color: #e1be64;
}

.popup_rule .content .iframe {
  width: 97%;
  height: 85%;
}
@media (max-width: 0px) {
  .popup_rule .content .iframe {
    width: 97%;
    height: 93%;
  }
}
.popup_rule .content div.iframe {
  overflow-x: hidden;
  overflow-y: auto;
}

.popup_inform .content p {
  margin-top: 24px;
  color: #ffdaae;
}

.popup_reward .content .text {
  margin-top: 32px;
  font-size: 28px;
  color: #ffc240;
}
.popup_reward .content .text #rewardContainer {
  margin-top: 115px;
}
.popup_reward .content .text #rewardContainer img {
  width: 150px;
  height: 150px;
}
.popup_reward.gift-5 .content .text {
  margin-top: 0;
}
.popup_reward.gift-5 .content #rewardContainer {
  transform-origin: top;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  width: 150%;
  justify-content: center;
  margin: 24px auto 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.6);
}
.popup_reward.gift-5 .content #rewardContainer .item-name {
  max-width: 400px;
}

.base .box {
  top: 100px;
}
.base .box .btn-close {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -149px;
  width: 57px;
  height: 57px;
  right: 22px;
  top: 15px;
}
.base .box .content {
  padding: 10px 15px 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 24px;
}
.base .box .content .btn {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px 0px;
  width: 312px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffecab;
  font-size: 22px;
  text-decoration: none;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
}
.base .box .content .title {
  font-size: 50px;
  display: flex;
  align-items: center;
  color: #eed489;
  text-transform: uppercase;
  margin-top: 42px;
}
.base.base-inform .box {
  top: 250px;
}
.base.base-inform .box .btn-close {
  right: -50px;
  top: -20px;
}
.base.base-big .box {
  top: 220px;
}
.base.base-big .box .content {
  color: #fef0bd;
}
.base.base-big .box .content .text {
  margin-top: 28px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}
.base.base-big .box .content .list-items {
  display: flex;
  margin-top: 42px;
  flex-wrap: wrap;
  font-size: 12px;
  width: 97.5%;
  justify-content: flex-start;
  column-gap: 6px;
  row-gap: 24px;
  height: 76%;
  overflow-y: auto;
}
.base.base-big .box .content .list-items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.8);
}
.base .template_history .table_history {
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 0px) {
  .base .template_history .table_history {
    width: 100%;
    height: 530px;
  }
}
.base .template_history .table_history::-webkit-scrollbar-thumb {
  background: #faa987;
}
.base .template_history .table_history table {
  padding: 8px;
  border-collapse: collapse;
  width: 100%;
}
.base .template_history .table_history table thead {
  color: #ffc33d;
}
.base .template_history .table_history table thead tr th {
  padding: 10px;
}
.base .template_history .table_history table tbody tr:first-child {
  border-top: 1px solid #f3fffc;
}
.base .template_history .table_history table tbody tr td {
  padding: 10px;
  color: #fff2d6;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/vxphl-ld-25-a-navigation/vxphl-ld-25-a-navigation.scss ***!
  \************************************************************************************************************************************************************************************/
#vxphl-ld-25-a-navigation {
  position: relative;
  height: 102px;
  pointer-events: auto;
}
#vxphl-ld-25-a-navigation .background {
  position: absolute;
  top: 0;
  left: 0;
}
#vxphl-ld-25-a-navigation .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
#vxphl-ld-25-a-navigation .content {
  display: flex;
  align-items: center;
  padding: 0 34px;
}
#vxphl-ld-25-a-navigation .content .links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: 104px;
}
#vxphl-ld-25-a-navigation .content .links a {
  color: #e8d6a3;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
#vxphl-ld-25-a-navigation .content .list-icons {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-left: auto;
}
#vxphl-ld-25-a-navigation .content .info {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  margin-left: 28px;
  color: #e8d6a3;
}
#vxphl-ld-25-a-navigation .content .info a {
  align-self: flex-end;
  color: white;
  text-decoration: none;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/vxphl-ld-25-a-header/vxphl-ld-25-a-header.scss ***!
  \****************************************************************************************************************************************************************************/
#vxphl-ld-25-a-header {
  position: relative;
  height: 1080px;
}
#vxphl-ld-25-a-header .background {
  position: absolute;
  top: 0;
  left: 0;
}
#vxphl-ld-25-a-header .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
#vxphl-ld-25-a-header .content .title {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 29%;
}
#vxphl-ld-25-a-header .content .notice2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffecc4;
  top: 44%;
  left: 15.3%;
}
#vxphl-ld-25-a-header .content .notice2 span {
  color: #ffc240;
}
#vxphl-ld-25-a-header .content .emchua18 {
  position: absolute;
  top: 115px;
  left: 40px;
}
#vxphl-ld-25-a-header .content .list-btns {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 87%;
  z-index: 2;
}
#vxphl-ld-25-a-header .content .list-btns .count {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  display: flex;
  gap: 4px;
}
#vxphl-ld-25-a-header .content .list-btns .count span {
  color: #fec557;
}
#vxphl-ld-25-a-header .content .circle {
  position: absolute;
  left: 46%;
  top: 12%;
}
#vxphl-ld-25-a-header .content .circle .arrow {
  position: absolute;
  left: 68%;
  top: 27%;
  transform: translate(-50%, -50%);
}
#vxphl-ld-25-a-header .content .circle .btn-quay {
  position: absolute;
  left: 50.3%;
  top: 50.2%;
  transform: translate(-50%, -50%);
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/nth-ld-25-ld-footer/nth-ld-25-ld-footer.scss ***!
  \**************************************************************************************************************************************************************************/
#nth-ld-25-ld-footer {
  position: relative;
  height: 330px;
  background-color: black;
  margin-top: -4px;
}
#nth-ld-25-ld-footer .background {
  position: absolute;
  top: 0;
  left: 0;
}
#nth-ld-25-ld-footer .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
#nth-ld-25-ld-footer .content {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  color: white;
  font-size: 15px;
  line-height: 23px;
  padding-top: 3%;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/libraryMainsite-t-float_right/libraryMainsite-t-float_right.scss ***!
  \**********************************************************************************************************************************************************************************************/
.MS__sprite-btn-android-cn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -284px 0px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-android-en {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -284px -33px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-android-th {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -284px -66px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-android-vn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -284px -99px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-appstore-cn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -284px -132px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-appstore-en {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -284px -165px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-appstore-th {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -284px -198px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-appstore-vn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -284px -231px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-levelup-cn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: 0px -266px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-levelup-en {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -123px -266px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-levelup-th {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -246px -266px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-levelup-vn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: 0px -299px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-levelup {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -246px -332px;
  width: 106px;
  height: 25px;
  display: block;
}

.MS__sprite-btn-napthe-cn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: 0px 0px;
  width: 142px;
  height: 133px;
  display: block;
}

.MS__sprite-btn-napthe-en {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -142px 0px;
  width: 142px;
  height: 133px;
  display: block;
}

.MS__sprite-btn-napthe-th {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: 0px -133px;
  width: 142px;
  height: 133px;
  display: block;
}

.MS__sprite-btn-napthe-vn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -142px -133px;
  width: 142px;
  height: 133px;
  display: block;
}

.MS__sprite-btn-nhancode-cn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -123px -299px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-nhancode-en {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -246px -299px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-nhancode-th {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: 0px -332px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-nhancode-vn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -123px -332px;
  width: 123px;
  height: 33px;
  display: block;
}

.MS__sprite-btn-taigame-en {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: 0px -365px;
  width: 106px;
  height: 25px;
  display: block;
}

.MS__sprite-btn-taigame-th {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -106px -365px;
  width: 106px;
  height: 25px;
  display: block;
}

.MS__sprite-btn-taigame-vn {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -212px -365px;
  width: 106px;
  height: 25px;
  display: block;
}

.MS__sprite-btn-top {
  background-image: url(assets/libraryMainsite-t-float_right/images/sprite.png);
  background-position: -407px 0px;
  width: 49px;
  height: 49px;
  display: block;
}

#libraryMainsite-t-float_right {
  position: absolute;
  top: 240px;
  right: 100px;
  pointer-events: auto;
  pointer-events: auto;
}
#libraryMainsite-t-float_right .background {
  position: absolute;
  top: 0;
  left: 0;
}
#libraryMainsite-t-float_right .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/naraka-ld-25-vq-tt-mission/naraka-ld-25-vq-tt-mission.scss ***!
  \****************************************************************************************************************************************************************************************/
#naraka-ld-25-vq-tt-mission {
  position: relative;
  height: 470px;
  margin-top: -1px;
}
#naraka-ld-25-vq-tt-mission .background {
  position: absolute;
  top: 0;
  left: 0;
}
#naraka-ld-25-vq-tt-mission .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
#naraka-ld-25-vq-tt-mission .content .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#naraka-ld-25-vq-tt-mission .content .list-items {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6.5%;
}
#naraka-ld-25-vq-tt-mission .content .list-items .item {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  box-sizing: border-box;
  justify-content: space-between;
  padding-left: 11%;
  padding-right: 3%;
}
#naraka-ld-25-vq-tt-mission .content .list-items .item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffeba5;
  font-size: 18px;
  font-weight: bold;
}
#naraka-ld-25-vq-tt-mission .content .notice {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#naraka-ld-25-vq-tt-mission .content .notice-1 {
  top: 76.5%;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/naraka-ld-25-vq-tt-milestone/naraka-ld-25-vq-tt-milestone.scss ***!
  \********************************************************************************************************************************************************************************************/
.iframe {
  width: 2000px;
  height: 1223px;
}

#naraka-ld-25-vq-tt-milestone {
  position: relative;
  height: 1223px;
}
#naraka-ld-25-vq-tt-milestone .background {
  position: absolute;
  top: 0;
  left: 0;
}
#naraka-ld-25-vq-tt-milestone .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
#naraka-ld-25-vq-tt-milestone .content .title2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
}
#naraka-ld-25-vq-tt-milestone .content .notice {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#naraka-ld-25-vq-tt-milestone .content .notice-2 {
  top: 72%;
}
#naraka-ld-25-vq-tt-milestone .content .milestones {
  position: absolute;
  left: 47.5%;
  transform: translateX(-50%);
  top: 21.3%;
}
#naraka-ld-25-vq-tt-milestone .content .milestones p {
  font-size: 25px;
  margin-top: 12px;
  color: #ffebda;
}
#naraka-ld-25-vq-tt-milestone .content .milestones p span {
  color: #fe8f2c;
}
#naraka-ld-25-vq-tt-milestone .content .list-btns {
  display: flex;
  position: absolute;
  left: 63.3%;
  top: 28%;
  gap: 18px;
}
#naraka-ld-25-vq-tt-milestone .content .list-items2 {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 48.5%;
  transform: translateX(-50%);
  top: 36%;
  width: 66%;
  justify-content: center;
  gap: 25px;
}
#naraka-ld-25-vq-tt-milestone .content .list-items2 .item {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  color: white;
  box-sizing: border-box;
  padding-top: 24px;
  text-align: center;
}

/*# sourceMappingURL=naraka-cache1.css.map*/