@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@500&family=Roboto:wght@400;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
* {
  font-family: "Poppins", sans-serif;
  font-family: "Mitr", sans-serif;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  background: #2d2d2d;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header_logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: grid;
  justify-content: right;
}
.header_logo img {
  margin-top: 0;
  margin-right: 200px;
  max-width: 479px;
}
.header_logo p {
  top: 0;
  margin-right: 230px;
  text-align: right;
  font-size: 16px;
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  z-index: 4px;
}

.building_bg {
  position: fixed;
  left: 0px;
  top: 0px;
  background-image: url("/themes/aki/images/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.menu_bar {
  position: relative;
  margin-top: 250px;
  width: 100%;
  height: 57px;
  background-color: rgba(15, 15, 15, 0.5);
  display: flex;
  flex-direction: row;
}
.menu_bar .title_border {
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 40px;
  background-color: #0078c8;
  z-index: 1;
}
.menu_bar img.character_header {
  width: 216px;
  height: 310px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.menu_bar img.logo {
  width: 227px;
  height: 103px;
  margin-top: -26px;
  margin-left: 50px;
  z-index: 2;
}
.menu_bar ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}
.menu_bar ul li {
  list-style-type: none;
  margin-right: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  z-index: 2;
}
.menu_bar ul li a {
  text-decoration: none;
  color: #fff;
}
.menu_bar ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.content_card {
  position: relative;
  border-radius: 0px;
  background-color: rgba(15, 15, 15, 0.5);
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.content_card--header {
  position: relative;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  background-color: #0078c8;
  padding: 0.5rem 0 0.5rem 0;
}
.content_card--header .more_float {
  position: absolute;
  margin-right: 1rem;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  right: 0;
  color: #ffd900;
}
.content_card--header a {
  color: #696974;
  text-decoration: none;
}
.content_card--header a:hover {
  color: white;
  text-decoration: underline;
}
.content_card--body {
  position: relative;
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  color: #fff;
}
.content_card--body p {
  width: 100%;
  white-space: normal;
}
.content_card--body a {
  color: #fff;
  text-decoration: none;
}
.content_card--body a:hover {
  color: white;
  text-decoration: underline;
}
.content_card--image {
  padding: 1rem;
}
.content_card--image img {
  max-width: 600px;
}
.content_card .center {
  text-align: center;
}

.event_content_card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1rem;
}

.root_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  width: 100%;
}

.main_container {
  margin: 1rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 1rem;
  max-width: 1280px;
}
.main_container--single {
  max-width: 1280px;
  width: 100%;
  grid-template-columns: 1fr;
}

.server_info p, .basic_info p {
  color: white;
  margin-bottom: 5px;
}
.server_info a, .basic_info a {
  color: white;
  text-decoration: none;
}
.server_info a:hover, .basic_info a:hover {
  color: red;
  text-decoration: underline;
}
.server_info ul, .basic_info ul {
  list-style: none;
  padding: 0;
}
.server_info li, .basic_info li {
  position: relative;
  color: white;
  margin-top: 1rem;
  padding-left: 1rem;
  font-size: 18px;
}
.server_info li:before, .basic_info li:before {
  content: "*"; /* Unicode character for a solid star */
  font-size: 24px; /* Adjust the size of the star */
  padding-left: 1rem;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.basic_info li:before {
  content: "-";
}

.server_event_report .item {
  border: 1px solid #696974;
  padding: 1rem;
  margin-bottom: 1rem;
}
.server_event_report .item .content_header {
  color: white;
  font-size: 20px;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #696974;
}
.server_event_report .item .content_body .reportheader {
  color: white;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.server_event_report .item .content_body .reportbody, .server_event_report .item .content_body .reportbody--3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: white;
  text-align: center;
}
.server_event_report .item .content_body .reportbody .column, .server_event_report .item .content_body .reportbody--3 .column {
  margin-bottom: 10px;
}
.server_event_report .item .content_body .reportbody--3 {
  grid-template-columns: repeat(3, 1fr);
}
.server_event_report .item span {
  color: black;
}

.img_comp_slider {
  margin-top: 1rem;
  width: 100%;
  height: 600px;
}
.img_comp_slider .img-comp-container {
  position: relative;
  height: 200px;
}
.img_comp_slider .img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}
.img_comp_slider .img-comp-img img {
  display: block;
  vertical-align: middle;
}
.img_comp_slider .img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}

.news_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  align-items: flex-start;
  gap: 5px 5px;
  top: 38px;
  border-radius: 5px;
  margin-top: 1rem;
}
.news_list a {
  text-decoration: none;
}
.news_list .frame {
  position: relative;
  background-color: #000000;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.news_list .frame .image {
  background-color: #838383;
  background-repeat: no-repeat;
  background-size: cover;
  height: 254px;
  width: 100%;
}
.news_list .frame .image .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.news_list .frame .image .title-info {
  display: flex;
  width: 132px;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  position: absolute;
  top: 222px;
  left: 14px;
  background-color: #000000;
  border-radius: 30px;
}
.news_list .frame .image .title-info .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  font-weight: 300;
  color: #aaa;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
.news_list .frame .info {
  display: flex;
  height: 106px;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-family: "Be Vietnam Pro", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.news_list .frame:hover {
  box-shadow: 0px 0px 10px 0px rgb(255, 100, 0);
}

.promotiontable {
  display: grid;
  grid-template-columns: 15% 20% auto 15% 20%;
}
.promotiontable--small {
  display: none;
}
.promotiontable .highlight {
  font-weight: bold;
}
.promotiontable .column {
  display: inline-grid;
  align-items: center;
  color: white;
  text-align: center;
  border: 1px solid #696974;
  padding: 1rem;
}
.promotiontable .column img {
  width: 45%;
  height: auto;
  border: 1px solid #222;
}
.promotiontable .error {
  color: red;
}
.promotiontable .success {
  color: #00FF78;
}
.promotiontable .itemname, .promotiontable .itemamount, .promotiontable .itemimage {
  justify-items: center;
}
.promotiontable .itemname br, .promotiontable .itemamount br, .promotiontable .itemimage br {
  content: "";
  margin: 2em;
  display: block;
  font-size: 30%;
  width: 50%;
  border-bottom: 1px solid #b7b7b7;
}
.promotiontable .header {
  font-weight: bold;
}

.promotioninfo .item {
  border: 1px solid #696974;
  color: white;
  padding: 1rem;
}

footer {
  position: relative;
  z-index: 1;
  background-color: #085688;
}
footer .copyright {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
footer .copyright p {
  margin: 0;
}

.content_news {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 99px;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.content_news .rows {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 1rem;
  margin-top: 1rem;
}
.content_news .rows img {
  left: 0px;
  top: 0px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px;
  z-index: -1;
}
.content_news .rows p {
  color: white;
}
.content_news .rows:hover {
  cursor: pointer;
  border: solid 3px #ff7300;
}

.ranking_row {
  padding: 3px;
}
.ranking_row .highlight {
  background: #151515;
  height: 49px;
}

.ranking_row:hover {
  background-color: #696974;
}

.ranking_info, .ranking_mini_info {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.ranking_info .column, .ranking_mini_info .column {
  padding: 5px;
  color: white;
  text-align: center;
}
.ranking_info .header, .ranking_mini_info .header {
  font-weight: bold;
}
.ranking_info .expbox, .ranking_mini_info .expbox {
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 6px;
  border: 2px solid #ca9400;
  background-color: rgb(75, 75, 75);
  overflow: hidden;
}
.ranking_info .explv, .ranking_mini_info .explv {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #df7e00;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
}
.ranking_info .expbox_cur, .ranking_mini_info .expbox_cur {
  height: 20px;
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #ffc919;
  overflow: hidden;
}
.ranking_info .expbox_cur:before, .ranking_mini_info .expbox_cur:before {
  position: absolute;
  content: "";
  top: -30px;
  width: 15px;
  height: 380%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  animation: animate 2s linear infinite;
}
@keyframes animate {
  from {
    margin-left: -100px;
  }
  to {
    margin-left: 200%;
  }
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

.ranking_mini_info {
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: 1fr 1fr 2fr;
  padding: 0 1rem 0 1rem;
  align-items: center;
}

.download_policy ol, .download_policy ul {
  margin-left: 3rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.download_policy ol li, .download_policy ul li {
  color: white;
}

.download_table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.download_table .column {
  text-align: center;
  padding: 1rem;
  color: white;
}
.download_table .column .btn_download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 38px;
  border-radius: 5px;
  border: 1px solid rgba(255, 224, 138, 0.64);
  cursor: pointer;
  color: #fff8de;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 22px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(25, 115, 154, 0.98), rgba(8, 48, 70, 0.98) 52%, rgba(3, 18, 28, 0.98)), linear-gradient(90deg, rgba(255, 224, 138, 0.16), transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -10px 14px rgba(0, 0, 0, 0.26), 0 3px 0 rgba(0, 0, 0, 0.58), 0 0 13px rgba(32, 182, 255, 0.18);
  text-shadow: 0 2px 2px #000;
}
.download_table .column .btn_download:visited {
  color: #fff8de;
}
.download_table .column .btn_download:hover {
  border-color: rgba(255, 224, 138, 0.86);
  color: #fff;
  background: linear-gradient(180deg, rgba(35, 145, 190, 0.98), rgba(10, 62, 88, 0.98) 52%, rgba(4, 25, 38, 0.98)), linear-gradient(90deg, rgba(255, 224, 138, 0.24), transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 -10px 14px rgba(0, 0, 0, 0.22), 0 3px 0 rgba(0, 0, 0, 0.58), 0 0 16px rgba(32, 182, 255, 0.28);
}
.download_table .column .btn_download:active {
  position: relative;
  top: 1px;
}
.download_table .header {
  font-weight: bold;
  text-decoration: underline;
}

.fbm-button {
  background-color: #3B5998;
  color: white;
  width: 100%;
  padding: 12px;
  border: none;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
}
.fbm-button:hover {
  opacity: 1;
}
.fbm-button:active {
  position: relative;
  top: 1px;
}
.fbm-group {
  margin-top: 1rem;
  border: 1px solid #696974;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.fbm-group-cover {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 130px;
}
.fbm-group-cover:hover {
  cursor: pointer;
}
.fbm-group-content {
  background-color: black;
}
.fbm-group-name {
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.fbm-group-name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.fbm-group-member {
  color: #b7b7b7;
  font-size: 20px;
}
.fbm-group-link {
  width: 100%;
}
.fbm-group-link-button {
  width: 100%;
  font-size: 20px;
  height: 40px;
  cursor: pointer;
}
.fbm-page {
  margin-top: 1rem;
  border: 1px solid #696974;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.fbm-page-cover {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 130px;
}
.fbm-page-picture {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #696974;
  margin: 10px;
}
.fbm-page-picture:hover {
  cursor: pointer;
}
.fbm-page-header {
  position: absolute;
  margin: 10px;
}
.fbm-page-header-like-button {
  margin-left: 60px;
  margin-top: 5px;
}
.fbm-page-name {
  color: white;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 20px;
  font-weight: 600;
  margin-left: 60px;
  text-align: left;
  text-decoration: none;
}
.fbm-page-name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.fbm-page-like {
  color: white;
  margin-left: 60px;
  text-align: left;
}
.fbm-page-like-button {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.fbm-page-link {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.fbm-page-link-button {
  width: 100%;
  font-size: 20px;
  height: 40px;
}

.text-default {
  color: #fff;
}

.text-success {
  color: #00ff78;
}

.text-danger {
  color: #ff5252;
}

.text-warning,
.text-symbol {
  color: #ffd24a;
}

.float-right {
  float: right;
}

.btn,
.btn-sm,
.btn_register,
.btn_logout {
  box-shadow: inset 0px 1px 0px 0px #a4e271;
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  background-color: #89c403;
  border-radius: 6px;
  border: 1px solid #74b807;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 24px;
  text-decoration: none;
  text-shadow: black 2px 2px 5px;
}

.btn:hover,
.btn-sm:hover,
.btn_register:hover,
.btn_logout:hover {
  background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  background-color: #77a809;
}

.member_info {
  color: #fff;
}
.member_info .welcome {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.member_info .welcome .user {
  color: #ffd24a;
  font-weight: bold;
}
.member_info .easycontrol {
  margin: 0.5rem 0;
}
.member_info .easycontrol a,
.member_info .easycontrol p {
  color: #fff;
  text-decoration: none;
  margin: 0.4rem 0;
}
.member_info .easycontrol a:hover {
  text-decoration: underline;
}
.member_info .control {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0.35rem 0;
  text-align: center;
}
.member_info .control .btn_logout {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.register_form {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0.75rem 1rem;
  align-items: start;
  color: #fff;
  padding: 1rem;
}
.register_form .ttt {
  text-align: right;
  padding-top: 0.45rem;
  color: #fff;
  font-weight: bold;
}
.register_form .input {
  width: 100%;
}
.register_form input[type=text],
.register_form input[type=password],
.register_form select,
.register_form textarea {
  width: 100%;
  padding: 0.55rem;
  border: 1px solid #0078c8;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
}
.register_form textarea {
  min-height: 160px;
  resize: vertical;
}

.register_form_control {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1rem;
  color: #fff;
  text-align: center;
}

.responseError {
  color: #ff7777;
  margin-top: 0.35rem;
}

.responseOK {
  color: #00ff78;
  text-align: center;
  padding: 1rem;
}

.support_menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ticket_table,
.redeem_log {
  width: 100%;
  color: #fff;
}

.ticket_table {
  border-collapse: collapse;
}
.ticket_table th,
.ticket_table td {
  border: 1px solid #696974;
  padding: 0.75rem;
  vertical-align: top;
}
.ticket_table a {
  color: #fff;
  text-decoration: none;
}
.ticket_table a:hover {
  text-decoration: underline;
}

.redeem_log {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.redeem_log .column {
  border: 1px solid #696974;
  padding: 0.75rem;
  text-align: center;
}
.redeem_log .header {
  font-weight: bold;
  background-color: #151515;
}

.page-number {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 1rem 0;
}
.page-number a {
  color: #fff;
}

.ticket_data .ticket_reply {
  background-color: rgba(0, 0, 0, 0.25);
}

.content_card--body--image {
  max-width: 100%;
  display: block;
  margin-top: 1rem;
  border: 1px solid #696974;
}

.ticket_close_control {
  justify-content: flex-end;
}

.user_panel {
  color: #fff;
}
.user_panel__hero {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #696974;
  background-color: rgba(0, 0, 0, 0.25);
}
.user_panel__label {
  color: #b7b7b7;
  font-size: 14px;
}
.user_panel__name {
  color: #ffd24a;
  font-size: 24px;
  font-weight: bold;
}
.user_panel__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 0.75rem;
}
.user_panel__stats div {
  border-left: 1px solid #696974;
  padding-left: 1rem;
}
.user_panel__stats span {
  display: block;
  color: #b7b7b7;
  font-size: 13px;
}
.user_panel__stats strong {
  color: #00ff78;
  font-size: 20px;
}
.user_panel__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.user_panel__menu a {
  display: block;
  padding: 1rem;
  border: 1px solid #696974;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
}
.user_panel__menu a:hover {
  border-color: #0078c8;
}
.user_panel__menu strong,
.user_panel__menu span {
  display: block;
}
.user_panel__menu span {
  margin-top: 0.35rem;
  color: #b7b7b7;
  font-size: 13px;
}

@media only screen and (max-width: 1280px) {
  .menu_bar img.logo {
    display: none;
  }
  .menu_bar ul li {
    font-size: 16px;
  }
  .img_comp_slider_content_card {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .menu_bar img.character_header {
    display: none;
  }
  .header_logo {
    justify-content: left;
  }
  .header_logo img {
    margin: 0;
    width: 100%;
  }
  .header_logo p {
    margin-right: 0;
    margin-left: 2rem;
    text-align: left;
  }
  .main_container {
    grid-template-columns: 1fr;
  }
  .register_form,
  .support_menu,
  .user_panel__menu,
  .user_panel__stats {
    grid-template-columns: 1fr;
  }
  .register_form .ttt {
    text-align: left;
    padding-top: 0;
  }
  .user_panel__hero {
    display: grid;
  }
  .user_panel__stats div {
    border-left: 0;
    border-top: 1px solid #696974;
    padding-left: 0;
    padding-top: 0.75rem;
  }
}
.filter_school, .filter_class {
  width: 129px;
}

.ranking_filter {
  display: flex;
  justify-content: right;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.ranking_row {
  padding: 3px;
}
.ranking_row .highlight {
  background: #151515;
  height: 49px;
}

.ranking_row:hover {
  background-color: #696974;
}

.ranking_info, .ranking_mini_info {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr 1fr 1fr 1fr;
}
.ranking_info .column, .ranking_mini_info .column {
  padding: 5px;
  color: white;
  text-align: center;
}
.ranking_info .header, .ranking_mini_info .header {
  font-weight: bold;
}

.ranking_mini_info {
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: 1fr 1fr 2fr;
  padding: 0 1rem 0 1rem;
  align-items: center;
}

.fbm-button {
  background-color: #3B5998;
  color: white;
  width: 100%;
  padding: 12px;
  border: none;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
}
.fbm-button:hover {
  opacity: 1;
}
.fbm-button:active {
  position: relative;
  top: 1px;
}
.fbm-group {
  margin-top: 1rem;
  border: 1px solid #696974;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.fbm-group-cover {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 130px;
}
.fbm-group-cover:hover {
  cursor: pointer;
}
.fbm-group-content {
  background-color: black;
}
.fbm-group-name {
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.fbm-group-name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.fbm-group-member {
  color: #b7b7b7;
  font-size: 20px;
}
.fbm-group-link {
  width: 100%;
}
.fbm-group-link-button {
  width: 100%;
  font-size: 20px;
  height: 40px;
  cursor: pointer;
}
.fbm-page {
  margin-top: 1rem;
  border: 1px solid #696974;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.fbm-page-cover {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 130px;
}
.fbm-page-picture {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #696974;
  margin: 10px;
}
.fbm-page-picture:hover {
  cursor: pointer;
}
.fbm-page-header {
  position: absolute;
  margin: 10px;
}
.fbm-page-header-like-button {
  margin-left: 60px;
  margin-top: 5px;
}
.fbm-page-name {
  color: white;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 20px;
  font-weight: 600;
  margin-left: 60px;
  text-align: left;
  text-decoration: none;
}
.fbm-page-name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.fbm-page-like {
  color: white;
  margin-left: 60px;
  text-align: left;
}
.fbm-page-like-button {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.fbm-page-link {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.fbm-page-link-button {
  width: 100%;
  font-size: 20px;
  height: 40px;
}

/* Styles for the popup */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.popup {
  display: none;
  position: fixed;
  background: #414141;
  color: #fff;
  border: 1px solid #e26125;
  border-radius: 1rem;
  width: 300px;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 100;
  font-weight: bold;
}

/* Style for the buttons in the popup */
.popup-button {
  display: inline-block;
  padding: 10px 20px;
  background: #ffa63f;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin-right: 10px;
}

.popup-button:hover {
  background-color: #d1681d;
}

.popup-button-cancel {
  background-color: rgb(122, 122, 122);
}

/* Style the custom dropdown container */
.custom-dropdown {
  position: relative;
  display: inline-block;
  color: #000;
  text-align: center;
}

/* Style the custom dropdown button */
.custom-dropdown .custom-button {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  height: 29px;
  cursor: pointer;
}

/* Style the dropdown content (hidden by default) */
.custom-dropdown .custom-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 999;
}

/* Style the custom options */
.custom-dropdown .custom-option {
  padding: 10px;
  cursor: pointer;
}

/* Style the custom options on hover */
.custom-dropdown .custom-option:hover {
  background-color: #f2f2f2;
}

@media only screen and (max-width: 1280px) {
  .menu_bar img.logo {
    display: none;
  }
  .menu_bar ul li {
    font-size: 16px;
  }
  .img_comp_slider_content_card {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .menu_bar img.character_header {
    display: none;
  }
  .header_logo {
    justify-content: left;
  }
  .header_logo img {
    margin: 0;
    width: 100%;
  }
  .header_logo p {
    margin-right: 0;
    margin-left: 2rem;
    text-align: left;
  }
  .main_container {
    grid-template-columns: 1fr;
  }
}
.main_container,
.container--short {
  width: min(100% - 2rem, 1280px);
}

.content_container,
.content_main_size,
.content_card,
.content_card--body {
  min-width: 0;
}

.container--short {
  margin: 1rem;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr);
  grid-gap: 1rem;
  align-items: start;
}

.content_main_size {
  width: 100%;
}

.content_main_size > .content_card {
  min-height: 100%;
}

.content_card--body {
  overflow-wrap: anywhere;
  overflow-x: auto;
}

.content_card--image img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.menu_bar {
  align-items: center;
}
.menu_bar ul {
  flex-wrap: wrap;
  gap: 0.35rem clamp(1.5rem, 4vw, 50px);
}
.menu_bar ul li {
  margin-right: 0;
}

.news_list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.news_list a {
  min-width: 0;
}
.news_list .frame .image {
  aspect-ratio: 16/10;
  height: auto;
}
.news_list .frame .info {
  height: auto;
  min-height: 90px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.content_news .rows {
  align-items: center;
}
.content_news .rows img {
  object-fit: cover;
  background-color: rgba(255, 255, 255, 0.12);
  z-index: 0;
}

.login {
  padding: 2rem 1rem;
  color: #fff;
  text-align: center;
}

.login_success {
  color: #ffd24a;
  font-weight: bold;
}

.login_seccode {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr);
  gap: 0.5rem 0.75rem;
  align-items: start;
}
.login_seccode input[type=text] {
  min-height: 38px;
}
.login_seccode .responseError {
  grid-column: 2;
  margin-top: 0;
}

.seccode_control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.6rem;
}
.seccode_control img {
  display: block;
  flex: 0 0 auto;
  background-color: #fff;
  border: 1px solid #0078c8;
}
.seccode_control a {
  color: #ffd24a;
  white-space: nowrap;
}

@media only screen and (max-width: 800px) {
  .menu_bar {
    height: auto;
    min-height: 57px;
    padding: 8px 0;
  }
  .menu_bar .title_border {
    top: 0;
    height: 100%;
  }
  .menu_bar ul {
    width: 100%;
    margin-left: 0;
    padding: 0 0.75rem;
    justify-content: center;
    gap: 0.35rem 0.9rem;
  }
  .menu_bar ul li {
    flex: 0 1 auto;
    font-size: 15px;
    line-height: 1.15;
    text-align: center;
  }
  .main_container,
  .container--short {
    width: calc(100% - 1rem);
    margin: 0.5rem;
    grid-gap: 0.75rem;
  }
  .container--short {
    grid-template-columns: 1fr;
  }
  .container--short .content_main_size {
    order: -1;
  }
  .content_card {
    padding: 8px;
    margin-bottom: 0.75rem;
  }
  .content_card--header {
    font-size: 18px;
    padding: 0.45rem 0.75rem;
  }
  .content_card--header .more_float {
    position: static;
    display: block;
    margin: 0.15rem 0 0;
  }
  .content_card--body {
    padding: 0 0.5rem 0.75rem;
    overflow-x: auto;
  }
  .content_main_size > .content_card {
    min-height: 0;
  }
  .event_content_card {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .news_list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .news_list .frame .image {
    min-height: 170px;
  }
  .news_list .frame .info {
    min-height: 64px;
    padding: 0.75rem;
  }
  .content_news .rows {
    grid-template-columns: 96px 1fr;
    grid-gap: 0.75rem;
    min-height: 96px;
  }
  .content_news .rows img {
    height: 96px;
  }
  .download_table,
  .ranking_info,
  .ranking_mini_info {
    min-width: 640px;
  }
  .ranking_mini_info {
    min-width: 0;
  }
  .ranking_filter {
    position: static;
    justify-content: center;
    gap: 0.5rem;
    margin: 0.75rem 0.5rem 0;
  }
  .filter_school,
  .filter_class {
    flex: 1;
    min-width: 0;
    width: auto;
  }
  .custom-dropdown .custom-content {
    left: 0;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
  }
  .promotiontable {
    display: none;
  }
  .promotiontable--small {
    display: grid;
    grid-template-columns: 45% 55%;
  }
}
@media only screen and (max-width: 480px) {
  .header_logo p {
    margin-left: 0;
    padding: 0 0.5rem;
    text-align: center;
    font-size: 14px;
  }
  .menu_bar ul {
    gap: 0.35rem 0.7rem;
  }
  .menu_bar ul li {
    min-width: 50px;
    font-size: 15px;
  }
  .content_news .rows {
    grid-template-columns: 88px 1fr;
  }
  .content_news .rows img {
    height: 88px;
  }
  .download_table,
  .ranking_info,
  .ranking_mini_info {
    min-width: 600px;
  }
  .ranking_mini_info {
    min-width: 0;
    grid-template-columns: 0.7fr 0.8fr 2fr;
    padding: 0 0.25rem;
  }
  .content_card--image {
    padding: 0.5rem 0;
  }
  .login_seccode {
    grid-template-columns: 1fr;
  }
  .login_seccode .responseError {
    grid-column: 1;
  }
  .content_main_size .register_form_control {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .content_main_size .btn_register {
    width: 100%;
  }
}
html {
  min-height: 100%;
  scrollbar-color: #0788d6 #050608;
}

body {
  min-height: 100%;
  color: #e9f6ff;
  background-color: #050608;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.72) 560px, rgba(0, 0, 0, 0.9)), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 4px), url("/themes/aki/images/bg.png");
  background-position: top center;
  background-size: auto, auto, cover;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4, 8, 12, 0.72), transparent 18%, transparent 82%, rgba(4, 8, 12, 0.72)), linear-gradient(180deg, transparent 0, rgba(8, 11, 13, 0.52) 68%, rgba(0, 0, 0, 0.88) 100%);
}

header,
.root_container,
footer {
  position: relative;
  z-index: 1;
}

header {
  min-height: 390px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 224, 138, 0.45);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(4, 7, 9, 0.78)), linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.08) 36%, rgba(0, 0, 0, 0.28) 68%, rgba(0, 0, 0, 0.64)), url("/themes/aki/images/aki-remake-hero.webp") center 46%/cover no-repeat, url("/themes/aki/images/bg_top_loop_a.png") top center repeat-x;
}

header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(32, 182, 255, 0.7), rgba(255, 224, 138, 0.7), transparent);
  box-shadow: 0 0 16px rgba(32, 182, 255, 0.38);
}

.building_bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.55)), url("/themes/aki/images/bg.png");
  background-size: cover;
  background-position: top center;
  filter: saturate(0.92) contrast(1.05);
}

.header_logo {
  inset: 0 0 auto 0;
  height: 325px;
  display: grid;
  justify-content: center;
  align-content: start;
  padding: 12px 24px 0;
}

.header_logo img {
  width: min(420px, 100%);
  max-width: 420px;
  margin: 0;
  filter: drop-shadow(0 9px 14px rgba(0, 0, 0, 0.76)) drop-shadow(0 0 12px rgba(32, 182, 255, 0.28));
}

.aki-countdown {
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: min(560px, 100% - 460px);
  min-width: 390px;
  transform: translateX(-50%);
  z-index: 4;
  padding: 7px 10px 8px;
  border: 1px solid rgba(255, 224, 138, 0.45);
  border-radius: 6px;
  color: #e9f6ff;
  text-align: center;
  background: linear-gradient(180deg, rgba(6, 11, 14, 0.9), rgba(0, 0, 0, 0.82)), linear-gradient(90deg, rgba(143, 43, 43, 0.26), rgba(32, 182, 255, 0.18), rgba(211, 164, 59, 0.22));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 0 20px rgba(32, 182, 255, 0.08), 0 10px 22px rgba(0, 0, 0, 0.58), 0 0 16px rgba(32, 182, 255, 0.16);
}

.aki-countdown::before,
.aki-countdown::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 224, 138, 0.72));
}

.aki-countdown::before {
  right: 100%;
}

.aki-countdown::after {
  left: 100%;
  transform: rotate(180deg);
}

.aki-countdown__eyebrow {
  color: #ffe08a;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #000, 0 0 8px rgba(255, 224, 138, 0.35);
}

.aki-countdown__timer {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 5px;
}

.countdown_unit {
  min-width: 78px;
  padding: 5px 7px 4px;
  border: 1px solid rgba(107, 206, 255, 0.36);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(15, 72, 98, 0.88), rgba(2, 17, 25, 0.94)), linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 -8px 14px rgba(0, 0, 0, 0.26);
}

.countdown_value,
.countdown_label {
  display: block;
}

.countdown_value {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 2px #000, 0 0 10px rgba(32, 182, 255, 0.48);
}

.countdown_label {
  margin-top: 2px;
  color: #9fb3bd;
  font-size: 11px;
  line-height: 1;
}

.countdown_text {
  color: #ffe08a;
  text-shadow: 0 1px 2px #000;
}

.countdown_text--open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 26px;
  padding: 3px 0 1px;
  color: #e9f6ff;
  font-size: 17px;
  font-weight: 700;
  text-shadow: 0 1px 2px #000, 0 0 10px rgba(32, 182, 255, 0.32);
}

.countdown_status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #78ffb8;
  box-shadow: 0 0 10px rgba(120, 255, 184, 0.78);
}

.aki-countdown.is-open {
  border-color: rgba(107, 206, 255, 0.34);
  background: linear-gradient(180deg, rgba(6, 11, 14, 0.9), rgba(0, 0, 0, 0.82)), linear-gradient(90deg, rgba(32, 182, 255, 0.14), rgba(120, 255, 184, 0.1), rgba(211, 164, 59, 0.14));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 0 18px rgba(32, 182, 255, 0.08), 0 10px 22px rgba(0, 0, 0, 0.56), 0 0 14px rgba(32, 182, 255, 0.12);
}

.aki-countdown__date {
  margin-top: 5px;
  color: rgba(233, 246, 255, 0.76);
  font-size: 12px;
  line-height: 1;
  text-shadow: 0 1px 2px #000;
}

.aki-countdown.is-open .aki-countdown__date {
  display: none;
}

.menu_bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  margin-top: 0;
  padding: 0 286px 0 34px;
  align-items: center;
  background: linear-gradient(180deg, rgba(11, 50, 70, 0.96), rgba(3, 42, 68, 0.92) 50%, rgba(4, 20, 26, 0.96)), linear-gradient(90deg, rgba(143, 43, 43, 0.35), transparent 28%, transparent 72%, rgba(211, 164, 59, 0.28));
  border-top: 1px solid rgba(139, 214, 255, 0.55);
  border-bottom: 1px solid rgba(0, 0, 0, 0.85);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 9px 24px rgba(0, 0, 0, 0.55);
}

.menu_bar .title_border {
  top: auto;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #8f2b2b, #20b6ff, #d3a43b, #8f2b2b);
  opacity: 0.88;
}

.menu_bar img.logo {
  display: block;
  width: 154px;
  height: auto;
  margin: 0 24px 0 0;
  opacity: 0.94;
  filter: drop-shadow(0 2px 4px #000);
}

.menu_bar img.character_header {
  width: 226px;
  height: auto;
  right: 34px;
  bottom: -13px;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.85));
}

.menu_bar ul {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin-left: 0;
  justify-content: flex-start;
  gap: 0.35rem 0.55rem;
}

.menu_bar ul li {
  position: relative;
  margin-right: 0;
  font-size: 16px;
  line-height: 1;
  text-shadow: 0 2px 2px #000;
}

.menu_bar ul li a {
  display: block;
  min-height: 34px;
  padding: 9px 15px 8px;
  color: #f4fbff;
  border: 1px solid transparent;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.menu_bar ul li a:hover {
  color: #ffe08a;
  text-decoration: none;
  border-color: rgba(255, 224, 138, 0.48);
  background: linear-gradient(180deg, rgba(18, 146, 214, 0.62), rgba(4, 34, 50, 0.72)), linear-gradient(90deg, rgba(143, 43, 43, 0.34), transparent);
  box-shadow: inset 0 0 14px rgba(32, 182, 255, 0.28), 0 0 10px rgba(32, 182, 255, 0.18);
}

.aki-member-entry {
  flex: 0 0 auto;
  position: relative;
  z-index: 5;
  margin-left: 8px;
}

.aki-member-entry__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 2px 2px #000;
}

.aki-member-entry__link:hover {
  color: #ffe08a;
  text-decoration: none;
}

.aki-member-entry__link--guest {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(107, 206, 255, 0.42);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 34%, rgba(255, 224, 138, 0.28), transparent 36%), linear-gradient(180deg, rgba(9, 69, 98, 0.88), rgba(1, 17, 25, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), inset 0 -8px 12px rgba(0, 0, 0, 0.28), 0 3px 10px rgba(0, 0, 0, 0.4);
}

.aki-member-entry__link--guest:hover {
  border-color: rgba(255, 224, 138, 0.72);
  background: radial-gradient(circle at 50% 34%, rgba(255, 224, 138, 0.36), transparent 38%), linear-gradient(180deg, rgba(13, 93, 130, 0.96), rgba(2, 30, 44, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -8px 12px rgba(0, 0, 0, 0.24), 0 0 12px rgba(255, 224, 138, 0.18);
}

.aki-member-entry__icon {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(32, 182, 255, 0.28);
}

.aki-member-entry__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.aki-member-entry__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 10px;
  height: 5px;
  border-radius: 8px 8px 2px 2px;
  background: #fff;
  transform: translateX(-50%);
}

.aki-member-entry__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.aki-member-entry__auth {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.aki-member-entry__link--auth {
  max-width: 128px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 224, 138, 0.36);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.18);
}

.aki-member-entry__id {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aki-member-entry__logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 9px;
  border: 1px solid rgba(107, 206, 255, 0.3);
  border-radius: 4px;
  color: #dff7ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 2px 2px #000;
  background: rgba(0, 0, 0, 0.16);
}

.aki-member-entry__logout:hover {
  color: #ffe08a;
  text-decoration: none;
  border-color: rgba(255, 224, 138, 0.54);
  background: rgba(32, 88, 118, 0.28);
}

.root_container {
  padding-bottom: 28px;
}

.main_container,
.container--short {
  width: min(100% - 32px, 1240px);
  margin: 20px auto;
  gap: 18px;
}

.main_container {
  grid-template-columns: minmax(276px, 0.86fr) minmax(0, 1.9fr);
}

.container--short {
  grid-template-columns: minmax(276px, 0.86fr) minmax(0, 1.9fr);
}

.content_card {
  border-radius: 6px;
  border: 1px solid rgba(112, 162, 188, 0.54);
  background: linear-gradient(180deg, rgba(18, 24, 28, 0.91), rgba(7, 10, 12, 0.9)), linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.78)), url("/themes/aki/images/aki-remake-panel.webp") center/cover no-repeat, repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.026) 0, rgba(255, 255, 255, 0.026) 1px, transparent 1px, transparent 7px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 0 24px rgba(32, 182, 255, 0.05), 0 12px 22px rgba(0, 0, 0, 0.52);
  padding: 8px;
  overflow: hidden;
}

.content_card::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  height: 2px;
  background: linear-gradient(90deg, rgba(143, 43, 43, 0.8), rgba(32, 182, 255, 0.92), rgba(211, 164, 59, 0.82));
  opacity: 0.9;
}

.content_card--header {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 9px 38px;
  border: 1px solid rgba(107, 206, 255, 0.42);
  border-radius: 4px;
  color: #f8fbff;
  font-size: 19px;
  line-height: 1.2;
  text-shadow: 0 2px 2px #000, 0 0 8px rgba(32, 182, 255, 0.48);
  background: linear-gradient(180deg, rgba(24, 146, 212, 0.98), rgba(4, 94, 148, 0.98) 52%, rgba(3, 47, 72, 0.98)), linear-gradient(90deg, rgba(143, 43, 43, 0.34), transparent 30%, transparent 70%, rgba(211, 164, 59, 0.32));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), inset 0 -10px 18px rgba(0, 0, 0, 0.24);
}

.content_card--header::before,
.content_card--header::after {
  content: "";
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background: url("/themes/aki/images/btn_ico_7.png") center/contain no-repeat;
  filter: drop-shadow(0 1px 2px #000);
}

.content_card--header h1 {
  min-width: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  overflow-wrap: anywhere;
}

.content_card--header .more_float {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: 0;
  color: #ffe08a;
  font-size: 13px;
  text-shadow: 0 1px 2px #000;
}

.content_card--header .more_float:hover {
  color: #fff;
}

.content_card--body,
.content_body,
.content_card_body {
  color: #e9f6ff;
}

.content_card--body {
  padding: 0.35rem 0.75rem 0.85rem;
}

.server_info p, .basic_info p,
.server_info li,
.basic_info li,
.content_card--body p {
  color: #e9f6ff;
  text-shadow: 0 1px 2px #000;
}

.server_info ul,
.basic_info ul {
  padding: 0.25rem 0 0;
}

.server_info li,
.basic_info li {
  margin-top: 0.7rem;
  padding-left: 1.45rem;
  font-size: 16px;
  line-height: 1.35;
}

.server_info li::before,
.basic_info li::before {
  left: -5px;
  color: #ffe08a;
  content: "◆";
  font-size: 13px;
  text-shadow: 0 0 8px rgba(255, 224, 138, 0.58);
}

.basic_info li::before {
  content: "›";
  font-size: 20px;
  color: #20b6ff;
}

.content_card--body a,
.server_info a,
.basic_info a,
.page-number a {
  color: #dff7ff;
}

.content_card--body a:hover,
.server_info a:hover,
.basic_info a:hover,
.page-number a:hover {
  color: #ffe08a;
  text-decoration: none;
}

.btn,
.btn-sm,
.btn_register,
.btn_logout,
.popup-button {
  min-height: 38px;
  border-radius: 5px;
  border: 1px solid rgba(255, 224, 138, 0.76);
  color: #fff;
  background: linear-gradient(180deg, #a8df16, #5b9f00 50%, #326500), linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44), inset 0 -10px 14px rgba(0, 0, 0, 0.24), 0 3px 0 rgba(0, 0, 0, 0.58), 0 0 13px rgba(160, 221, 18, 0.2);
  text-shadow: 0 2px 2px #000;
}

.btn:hover,
.btn-sm:hover,
.btn_register:hover,
.btn_logout:hover,
.popup-button:hover {
  color: #fff;
  background: linear-gradient(180deg, #c8ff24, #76bb00 50%, #3f7900), linear-gradient(90deg, rgba(255, 255, 255, 0.26), transparent);
  text-decoration: none;
}

.aki-confirm {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: radial-gradient(circle at 50% 42%, rgba(32, 182, 255, 0.18), transparent 42%), rgba(0, 0, 0, 0.76);
  opacity: 0;
  transition: opacity 0.16s ease;
}

.aki-confirm.is-open {
  opacity: 1;
}

.aki-confirm__dialog {
  position: relative;
  width: min(420px, 100%);
  border: 1px solid rgba(255, 224, 138, 0.62);
  border-radius: 6px;
  padding: 26px 24px 22px;
  color: #e9f6ff;
  text-align: center;
  background: linear-gradient(180deg, rgba(9, 54, 76, 0.97), rgba(3, 11, 16, 0.98)), url("/themes/aki/images/bg_content.png") center/cover;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 0 24px rgba(32, 182, 255, 0.12), 0 22px 44px rgba(0, 0, 0, 0.72);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.16s ease;
}

.aki-confirm.is-open .aki-confirm__dialog {
  transform: translateY(0) scale(1);
}

.aki-confirm__dialog::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(112, 162, 188, 0.26);
  border-radius: 4px;
  pointer-events: none;
}

.aki-confirm__crest {
  width: 28px;
  height: 28px;
  margin: 0 auto 10px;
  border: 1px solid rgba(255, 224, 138, 0.7);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 248, 222, 0.95) 0 12%, transparent 13%), linear-gradient(135deg, rgba(255, 224, 138, 0.95), rgba(32, 182, 255, 0.32));
  box-shadow: 0 0 16px rgba(32, 182, 255, 0.36);
}

.aki-confirm__title {
  color: #fff8de;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 3px #000, 0 0 12px rgba(32, 182, 255, 0.22);
}

.aki-confirm__message {
  margin-top: 12px;
  color: #9fb3bd;
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-shadow: 0 1px 2px #000;
}

.aki-confirm__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.aki-confirm__button {
  min-width: 112px;
  min-height: 38px;
  border-radius: 5px;
  border: 1px solid rgba(255, 224, 138, 0.76);
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, #a8df16, #5b9f00 50%, #326500), linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44), inset 0 -10px 14px rgba(0, 0, 0, 0.24), 0 3px 0 rgba(0, 0, 0, 0.58);
  text-shadow: 0 2px 2px #000;
  cursor: pointer;
}

.aki-confirm__button:hover,
.aki-confirm__button:focus {
  outline: 0;
  color: #fff;
  background: linear-gradient(180deg, #c8ff24, #76bb00 50%, #3f7900), linear-gradient(90deg, rgba(255, 255, 255, 0.26), transparent);
}

.aki-confirm__button--cancel {
  border-color: rgba(112, 162, 188, 0.55);
  background: linear-gradient(180deg, rgba(38, 72, 88, 0.96), rgba(10, 22, 30, 0.98)), linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
}

.aki-confirm__button--cancel:hover,
.aki-confirm__button--cancel:focus {
  background: linear-gradient(180deg, rgba(56, 94, 112, 0.98), rgba(12, 30, 42, 0.98)), linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent);
}

.member_info {
  padding: 0.25rem 0.2rem;
}

.member_info .welcome,
.member_info .easycontrol {
  border: 1px solid rgba(112, 162, 188, 0.28);
  border-radius: 4px;
  padding: 0.7rem;
  background: rgba(0, 0, 0, 0.22);
}

.member_info .easycontrol hr,
.member_info hr {
  border: 0;
  border-top: 1px solid rgba(112, 162, 188, 0.32);
  margin: 0.55rem 0;
}

.member_info .welcome .user,
.user_panel__name {
  color: #ffe08a;
  text-shadow: 0 0 8px rgba(255, 224, 138, 0.32);
}

.register_form {
  gap: 0.8rem 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(112, 162, 188, 0.2);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}

.register_form .ttt {
  color: #fff7df;
  text-shadow: 0 1px 2px #000;
}

.register_form input[type=text],
.register_form input[type=password],
.register_form select,
.register_form textarea,
.custom-dropdown .custom-button {
  min-height: 38px;
  border-radius: 4px;
  border: 1px solid rgba(32, 182, 255, 0.58);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(16, 23, 27, 0.76)), rgba(0, 0, 0, 0.55);
  color: #e9f6ff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.08);
}

.register_form input:focus,
.register_form select:focus,
.register_form textarea:focus {
  outline: 0;
  border-color: #ffe08a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.9), 0 0 12px rgba(32, 182, 255, 0.3);
}

.content_card button:not(.btn):not(.btn-sm):not(.btn_register):not(.btn_logout):not(.btn_easy_fast):not(.aki-confirm__button):not(.youtubeplayer__mute-button):not(.youtubeplayer__fullscreen-button),
.content_card input[type=button]:not(.btn_register):not(.btn_logout):not(.btn_easy_fast),
.content_card input[type=submit]:not(.btn_register):not(.btn_logout):not(.btn_easy_fast),
.content_card input[type=reset]:not(.btn_register):not(.btn_logout):not(.btn_easy_fast),
.btn_video_like,
.itemlist button {
  min-height: 38px;
  border: 1px solid rgba(255, 224, 138, 0.7);
  border-radius: 5px;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(12, 112, 154, 0.98), rgba(4, 43, 65, 0.98) 52%, rgba(2, 18, 28, 0.98)), linear-gradient(90deg, rgba(255, 224, 138, 0.14), transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -9px 13px rgba(0, 0, 0, 0.28), 0 3px 0 rgba(0, 0, 0, 0.58), 0 0 12px rgba(32, 182, 255, 0.18);
  text-shadow: 0 2px 2px #000;
  cursor: pointer;
}

.content_card button:not(.btn):not(.btn-sm):not(.btn_register):not(.btn_logout):not(.btn_easy_fast):not(.aki-confirm__button):not(.youtubeplayer__mute-button):not(.youtubeplayer__fullscreen-button):hover,
.content_card input[type=button]:not(.btn_register):not(.btn_logout):not(.btn_easy_fast):hover,
.content_card input[type=submit]:not(.btn_register):not(.btn_logout):not(.btn_easy_fast):hover,
.content_card input[type=reset]:not(.btn_register):not(.btn_logout):not(.btn_easy_fast):hover,
.btn_video_like:hover,
.itemlist button:hover {
  border-color: rgba(255, 224, 138, 0.9);
  color: #fff8de;
  background: linear-gradient(180deg, rgba(18, 143, 190, 0.98), rgba(6, 58, 84, 0.98) 52%, rgba(3, 26, 39, 0.98)), linear-gradient(90deg, rgba(255, 224, 138, 0.22), transparent);
  text-decoration: none;
}

.content_card button:focus,
.content_card input[type=button]:focus,
.content_card input[type=submit]:focus,
.content_card input[type=reset]:focus {
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -9px 13px rgba(0, 0, 0, 0.28), 0 0 0 2px rgba(255, 224, 138, 0.22), 0 0 16px rgba(32, 182, 255, 0.32);
}

.custom-dropdown {
  color: #e9f6ff;
}

.custom-dropdown .custom-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 168px;
  height: auto;
  min-height: 38px;
  padding: 0.5rem 2rem 0.5rem 0.85rem;
  border-color: rgba(32, 182, 255, 0.58);
  color: #e9f6ff;
  background: linear-gradient(180deg, rgba(8, 58, 82, 0.94), rgba(2, 24, 36, 0.96)), rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -8px 12px rgba(0, 0, 0, 0.24), 0 2px 0 rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px #000;
}

.custom-dropdown .custom-button::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ffe08a;
  transform: translateY(-35%);
  filter: drop-shadow(0 1px 2px #000);
}

.custom-dropdown .custom-button:hover {
  border-color: rgba(255, 224, 138, 0.76);
  color: #fff8de;
  background: linear-gradient(180deg, rgba(13, 82, 112, 0.96), rgba(3, 32, 48, 0.96)), rgba(255, 224, 138, 0.06);
}

.custom-dropdown .custom-content {
  min-width: 100%;
  margin-top: 5px;
  border: 1px solid rgba(112, 162, 188, 0.5);
  border-radius: 5px;
  overflow: hidden;
  color: #e9f6ff;
  background: linear-gradient(180deg, rgba(7, 35, 48, 0.98), rgba(2, 12, 18, 0.98)), rgba(0, 0, 0, 0.88);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.custom-dropdown .custom-option {
  padding: 0.55rem 0.8rem;
  color: #e9f6ff;
  background: transparent;
  border-bottom: 1px solid rgba(112, 162, 188, 0.22);
  text-shadow: 0 1px 2px #000;
}

.custom-dropdown .custom-option:last-child {
  border-bottom: 0;
}

.custom-dropdown .custom-option:hover {
  color: #fff8de;
  background: linear-gradient(90deg, rgba(255, 224, 138, 0.16), transparent), rgba(32, 182, 255, 0.14);
}

.responseError {
  color: #ff9f9f;
  text-shadow: 0 1px 2px #000;
}

.responseOK,
.text-success {
  color: #69ffaf;
}

.text-warning,
.text-symbol {
  color: #ffe08a;
}

.content_newrefill {
  isolation: isolate;
}

.content_newrefill .logo_image_background,
.content_newrefill .content_image_background_fade {
  display: none;
}

.content_newrefill .content_card_body {
  padding: 0;
}

.content_newrefill > script {
  display: none;
}

.refillnew,
.refill_by_truemoney,
.refill_truemoney_wallet,
.refill_wallettransition_log,
.refill_package_list,
.refill_package_log,
.refill_package_list_result,
.refill_log,
.refill_promotion {
  width: 100%;
}

.refillprotable,
.refilltable {
  display: grid;
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(112, 162, 188, 0.34);
  border-radius: 5px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(5, 12, 16, 0.86), rgba(0, 0, 0, 0.62)), rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.refillprotable .column,
.refilltable .column {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 0.65rem;
  border-right: 1px solid rgba(112, 162, 188, 0.28);
  border-bottom: 1px solid rgba(112, 162, 188, 0.28);
  color: #e9f6ff;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
  text-shadow: 0 1px 2px #000;
}

.refillprotable .column:nth-last-child(-n+1),
.refilltable .column:nth-last-child(-n+1) {
  border-bottom: 0;
}

.refillprotable .header,
.refilltable .header,
.refillprotable .highlight,
.refilltable .highlight {
  color: #fff8de;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(29, 92, 122, 0.94), rgba(8, 29, 40, 0.96)), linear-gradient(90deg, rgba(143, 43, 43, 0.28), rgba(211, 164, 59, 0.22));
}

.refillnew .column:not(.header) {
  cursor: pointer;
  color: #dff7ff;
  background: linear-gradient(180deg, rgba(10, 54, 74, 0.78), rgba(3, 19, 28, 0.82)), rgba(32, 182, 255, 0.05);
}

.refillnew .column:not(.header):hover {
  color: #ffe08a;
  background: linear-gradient(180deg, rgba(18, 93, 124, 0.88), rgba(5, 31, 44, 0.9)), rgba(255, 224, 138, 0.08);
}

.content_newrefill input[type=text],
.content_newrefill select {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(32, 182, 255, 0.5);
  border-radius: 4px;
  padding: 0.42rem 0.55rem;
  color: #e9f6ff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(16, 23, 27, 0.76)), rgba(0, 0, 0, 0.52);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.86);
}

.content_newrefill input[type=text]:focus,
.content_newrefill select:focus {
  outline: 0;
  border-color: #ffe08a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.86), 0 0 10px rgba(32, 182, 255, 0.28);
}

.content_newrefill select {
  max-width: 120px;
  margin: 0 3px;
}

.refill_notice .column {
  display: block;
  min-height: 0;
  padding: 1rem 1.1rem;
  text-align: left;
  line-height: 1.65;
  overflow-wrap: break-word;
  word-break: normal;
}

.refill_notice .wallet_phonenumber,
.refill_notice .wallet_name,
.refill_notice .success {
  display: inline-block;
  margin: 0 0.2rem;
  white-space: nowrap;
}

.refill_notice .warning {
  display: block;
  margin-top: 0.55rem;
  white-space: normal;
}

.refill_wallet_form .column:nth-child(odd) {
  justify-content: flex-end;
  text-align: right;
  color: #fff8de;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(6, 22, 30, 0.72), rgba(2, 8, 12, 0.82));
}

.refill_wallet_form .column:nth-child(even) {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  text-align: left;
}

.refill_wallet_form .error {
  flex-basis: 100%;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
}

.refill_actionbar .column {
  min-height: 60px;
  background: linear-gradient(180deg, rgba(3, 22, 30, 0.72), rgba(0, 0, 0, 0.62));
}

.refill_package_list .packagelog .column,
.refill_package_log .packagelog .column {
  min-height: 72px;
}

.refill_package_list .packagelog .header,
.refill_package_log .packagelog .header {
  min-height: 52px;
}

.refill_package_list .packagelog .column:not(.header):nth-child(5n+2),
.refill_package_log .packagelog .column:not(.header):nth-child(4n+2) {
  justify-content: flex-start;
  text-align: left;
}

.btn_easy_fast {
  min-width: 92px;
  min-height: 36px;
  border: 1px solid rgba(255, 224, 138, 0.72);
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, #a8df16, #5b9f00 50%, #326500), linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), inset 0 -9px 13px rgba(0, 0, 0, 0.24), 0 3px 0 rgba(0, 0, 0, 0.56);
  text-shadow: 0 2px 2px #000;
}

.btn_easy_fast:hover {
  background: linear-gradient(180deg, #c8ff24, #76bb00 50%, #3f7900), linear-gradient(90deg, rgba(255, 255, 255, 0.26), transparent);
}

.content_newrefill .success {
  color: #69ffaf;
}

.content_newrefill .warning {
  color: #ffe08a;
}

.content_newrefill .error {
  color: #ff9f9f;
}

.refill_wallettransition_log,
.refill_package_list,
.refill_package_log,
.refill_log {
  overflow-x: auto;
  scrollbar-color: #0788d6 rgba(0, 0, 0, 0.35);
}

.refill_wallettransition_log .wallettransition,
.refill_package_list .packagelog,
.refill_package_log .packagelog,
.refill_log .refilltable {
  min-width: 680px;
}

@media only screen and (max-width: 640px) {
  .refillprotable .column,
  .refilltable .column {
    min-height: 42px;
    padding: 0.62rem 0.55rem;
    font-size: 15px;
  }
  .refill_notice .column {
    padding: 0.85rem;
    line-height: 1.55;
  }
  .refill_wallet_form {
    grid-template-columns: 1fr !important;
  }
  .refill_wallet_form .column:nth-child(odd),
  .refill_wallet_form .column:nth-child(even) {
    justify-content: flex-start;
    text-align: left;
  }
  .refill_wallet_form .column:nth-child(odd) {
    min-height: 36px;
    padding-bottom: 0.35rem;
    border-bottom: 0;
  }
  .refill_wallet_form .column:nth-child(even) {
    padding-top: 0.35rem;
  }
  .content_newrefill input[type=text] {
    font-size: 16px;
  }
  .content_newrefill select {
    flex: 1 1 120px;
    width: calc(50% - 4px);
    max-width: none;
    margin: 0;
  }
  .refill_actionbar .column {
    justify-content: stretch;
  }
  .refill_actionbar .btn_easy_fast {
    width: 100%;
  }
}
.news_list {
  gap: 10px;
}

.news_list .frame {
  border-radius: 5px;
  border: 1px solid rgba(112, 162, 188, 0.36);
  background: #060708;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 16px rgba(0, 0, 0, 0.42);
}

.news_list .frame .image {
  position: relative;
  overflow: hidden;
  background-color: #20262a;
  background-image: linear-gradient(135deg, rgba(32, 182, 255, 0.18), rgba(143, 43, 43, 0.14)), var(--news-image);
  border-bottom: 1px solid rgba(255, 224, 138, 0.18);
  filter: saturate(0.92) contrast(1.04);
}

.news_list .frame .image::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(32, 182, 255, 0.2), rgba(143, 43, 43, 0.13)), url("/themes/aki/images/aki-remake-panel.webp") center/cover no-repeat;
  opacity: 0.48;
}

.news_list .frame .image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
}

.news_list .frame .info {
  justify-content: flex-start;
  align-items: center;
  min-height: 82px;
  padding: 0.85rem;
  color: #e9f6ff;
  background: linear-gradient(180deg, rgba(9, 13, 16, 0.98), rgba(0, 0, 0, 0.98));
  font-size: 15px;
  line-height: 1.35;
}

.news_list .frame:hover {
  border-color: rgba(255, 224, 138, 0.72);
  box-shadow: 0 0 0 1px rgba(32, 182, 255, 0.28), 0 0 18px rgba(211, 164, 59, 0.26), 0 12px 20px rgba(0, 0, 0, 0.5);
}

.content_news .rows {
  border: 1px solid rgba(112, 162, 188, 0.32);
  border-radius: 5px;
  padding: 0.55rem;
  background: rgba(0, 0, 0, 0.28);
}

.content_news .rows:hover {
  border: 1px solid rgba(255, 224, 138, 0.68);
  box-shadow: 0 0 14px rgba(211, 164, 59, 0.22);
}

.content_news .rows img {
  border: 1px solid rgba(112, 162, 188, 0.35);
  border-radius: 4px;
}

.ranking_info, .ranking_mini_info,
.download_table,
.redeem_log,
.promotiontable {
  border: 1px solid rgba(112, 162, 188, 0.32);
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
}

.ranking_info .column, .ranking_mini_info .column,
.download_table .column,
.redeem_log .column,
.promotiontable .column {
  border-color: rgba(112, 162, 188, 0.28);
  color: #e9f6ff;
}

.ranking_row .highlight,
.ranking_info .header,
.ranking_mini_info .header,
.download_table .header,
.redeem_log .header,
.promotiontable .header {
  color: #fff8de;
  background: linear-gradient(180deg, rgba(28, 56, 72, 0.96), rgba(8, 21, 28, 0.96)), linear-gradient(90deg, rgba(143, 43, 43, 0.32), rgba(211, 164, 59, 0.2));
  text-shadow: 0 1px 2px #000;
}

.ranking_row:hover {
  background: rgba(32, 182, 255, 0.16);
}

.ranking_info .expbox, .ranking_mini_info .expbox {
  border-color: #d3a43b;
  background: #090b0d;
}

.ranking_info .expbox_cur, .ranking_mini_info .expbox_cur {
  background: linear-gradient(90deg, #f0c84b, #fff29c, #c88525);
}

.ticket_table th,
.ticket_table td {
  border-color: rgba(112, 162, 188, 0.34);
}

.ticket_table th {
  color: #fff8de;
  background: rgba(16, 46, 62, 0.74);
}

.user_panel__hero,
.user_panel__menu a,
.ticket_data .ticket_reply,
.promotioninfo .item,
.server_event_report .item,
.fbm-page,
.fbm-group {
  border: 1px solid rgba(112, 162, 188, 0.34);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.user_panel__menu a:hover {
  border-color: rgba(255, 224, 138, 0.68);
  background: rgba(32, 88, 118, 0.28);
}

.fbm-page-cover,
.fbm-group-cover {
  border-radius: 4px;
  filter: saturate(0.9) contrast(1.03);
}

footer {
  border-top: 1px solid rgba(255, 224, 138, 0.35);
  background: linear-gradient(180deg, rgba(7, 38, 56, 0.95), rgba(4, 7, 10, 0.98)), url("/themes/aki/images/bg_bottom_loop.png") bottom center repeat-x;
}

footer .copyright {
  height: 86px;
  color: #9fb3bd;
  text-shadow: 0 1px 2px #000;
}

@media only screen and (max-width: 980px) {
  .header_logo {
    padding: 12px 24px 0;
  }
  .aki-countdown {
    width: min(520px, 100% - 260px);
    min-width: 360px;
  }
  .menu_bar img.character_header {
    opacity: 0.45;
    right: -28px;
  }
  .menu_bar {
    padding: 0 186px 0 20px;
  }
  .menu_bar img.logo {
    width: 132px;
    margin-right: 14px;
  }
  .menu_bar ul {
    flex: 1 1 auto;
    width: auto;
    gap: 0.25rem 0.35rem;
  }
  .menu_bar ul li {
    font-size: 15px;
  }
  .menu_bar ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .aki-member-entry {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 900px) {
  .menu_bar img.logo {
    display: none;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1100px) {
  .header_logo img {
    max-width: 430px;
  }
  .menu_bar img.character_header {
    width: 200px;
    right: 12px;
  }
  .menu_bar {
    padding-right: 236px;
  }
  .menu_bar img.logo {
    width: 132px;
    margin-right: 14px;
  }
  .menu_bar ul {
    gap: 0.25rem 0.35rem;
  }
  .menu_bar ul li {
    font-size: 15px;
  }
  .menu_bar ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 800px) {
  header {
    min-height: 350px;
  }
  .header_logo {
    height: 258px;
    padding: 14px 12px 0;
  }
  .header_logo img {
    max-width: 320px;
  }
  .aki-countdown {
    width: calc(100% - 20px);
    min-width: 0;
    bottom: 8px;
    padding: 6px 7px 7px;
  }
  .aki-countdown::before,
  .aki-countdown::after {
    display: none;
  }
  .aki-countdown__timer {
    gap: 4px;
  }
  .countdown_unit {
    flex: 1 1 0;
    min-width: 0;
    padding: 5px 4px 4px;
  }
  .countdown_value {
    font-size: 18px;
  }
  .countdown_label,
  .aki-countdown__date {
    font-size: 10px;
  }
  .menu_bar {
    min-height: 92px;
    height: auto;
    padding: 8px 8px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 6px;
  }
  .menu_bar img.logo,
  .menu_bar img.character_header {
    display: none;
  }
  .aki-member-entry {
    order: 1;
    margin: 0 0 0 auto;
  }
  .aki-member-entry__link--auth {
    max-width: 132px;
  }
  .menu_bar ul {
    order: 2;
    flex: 1 1 100%;
    width: 100%;
    padding: 0;
    justify-content: center;
    gap: 0.35rem;
  }
  .menu_bar ul li a {
    min-height: 32px;
    padding: 8px 10px;
  }
  .main_container,
  .container--short {
    width: calc(100% - 16px);
    margin: 10px 8px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .content_card {
    padding: 7px;
  }
  .content_card--header {
    min-height: 40px;
    padding: 8px 32px;
    font-size: 18px;
  }
  .content_card--header::before,
  .content_card--header::after {
    width: 11px;
    height: 11px;
    flex-basis: 11px;
  }
  .register_form {
    padding: 0.85rem;
  }
}
@media only screen and (max-width: 480px) {
  body {
    background-size: auto, auto, auto 100%;
  }
  header {
    min-height: 350px;
  }
  .header_logo img {
    max-width: 305px;
  }
  .aki-countdown__eyebrow {
    font-size: 11px;
  }
  .countdown_value {
    font-size: 17px;
  }
  .menu_bar ul li {
    min-width: 0;
  }
  .menu_bar ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .aki-member-entry {
    margin-left: auto;
  }
  .aki-member-entry__link--auth {
    max-width: 104px;
  }
  .aki-member-entry__logout {
    padding-left: 8px;
    padding-right: 8px;
  }
  .aki-confirm {
    padding: 12px;
  }
  .aki-confirm__dialog {
    padding: 22px 16px 18px;
  }
  .aki-confirm__actions {
    flex-direction: column-reverse;
  }
  .aki-confirm__button {
    width: 100%;
  }
}

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