html,
body {
  background-color: #000;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Courier New";
  line-height: initial;
  -webkit-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  box-sizing: content-box !important;
}

img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

input,
textarea {
  -webkit-user-select: text;
  user-select: text;
}

#wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px; /* half of the width */
  width: 1920px;
  background-image: url("../img/fullbg.png?v=1787985971");
  background-repeat: repeat-y;
  background-position: center;
  height: 2340px;
  z-index: -999;
}

#wrapper .is-site-hidden {
  display: none !important;
}

#top {
  position: relative;
  top: 0;
  margin: auto;
  width: 1571px;
  height: 520px;
  overflow: hidden;
}

#top .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1571px;
  height: 520px;
  background: #000;
  z-index: 0;
}

#top .top-hero {
  position: absolute;
  left: auto;
  right: 24px;
  bottom: 0;
  width: 560px;
  height: 520px;
  margin-left: 0;
  z-index: 2;
  pointer-events: none;
}

#top .top-hero-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 505px;
  width: auto;
  max-width: 560px;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.75));
  opacity: 1;
  transition: opacity 0.45s ease, transform 0.55s ease;
}

#top .top-hero-img.is-leave {
  opacity: 0;
  transform: translateX(-62%);
}

#top .top-hero-stats {
  pointer-events: none;
  position: absolute;
  left: 210px;
  top: 48px;
  width: 500px;
  max-width: 500px;
  overflow: hidden;
  color: #fff;
  font-family: Kanit, Tahoma, sans-serif;
  text-shadow: 0 2px 8px #000, 0 0 12px rgba(0, 0, 0, 0.8);
  background: none;
  border: none;
  z-index: 5;
}

#top .ths-name {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#top .ths-sub {
  font-size: 14px;
  font-weight: 400;
  color: #d8d8d8;
  letter-spacing: 0.6px;
  padding: 6px 0 0;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#top .ths-buff {
  font-size: 12px;
  color: #9ad7ff;
  padding: 10px 0 16px;
  line-height: 1.35;
  text-transform: uppercase;
  overflow: hidden;
}

#top .ths-row {
  display: block;
  padding: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.8px;
  color: #eee;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

#top .ths-row span {
  display: inline-block;
  width: 78px;
  vertical-align: middle;
}

#top .ths-track {
  display: inline-block;
  width: 380px;
  height: 6px;
  margin-top: 0;
  margin-left: 8px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  vertical-align: middle;
}

#top .ths-track b {
  display: block;
  height: 6px;
  width: 0;
  background: #fff;
  box-shadow: 0 0 8px rgba(200, 230, 255, 0.85);
  transition: width 0.45s ease;
}

#top .top-brand {
  position: absolute;
  left: 50%;
  bottom: 118px;
  width: 640px;
  margin-left: -320px;
  z-index: 4;
  text-align: center;
  pointer-events: none;
}

#top .top-brand-season {
  display: block;
  height: 54px;
  width: auto;
  max-width: 520px;
  margin: 0 auto;
}

#top .top-brand-name {
  display: block;
  height: 128px;
  width: auto;
  max-width: 480px;
  margin: 0 auto 4px;
  position: static;
  right: auto;
  top: auto;
  z-index: auto;
  pointer-events: none;
}

#top .top-thumbs {
  position: absolute;
  left: 50%;
  bottom: 72px;
  margin-left: -175px;
  width: 350px;
  z-index: 6;
  text-align: center;
}

#top .top-thumbs button {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  padding: 0;
  border: 1px solid rgba(180, 150, 90, 0.45);
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  vertical-align: middle;
}

#top .top-thumbs button img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

#top .top-thumbs button.is-on {
  border-color: #7ad7ff;
  box-shadow: 0 0 8px rgba(90, 200, 255, 0.8);
}

#top .top-nav {
  position: absolute;
  bottom: 74px;
  z-index: 7;
  width: 28px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(228, 204, 164, 0.4);
  background: rgba(0, 0, 0, 0.45);
  color: #f0e6c8;
  font-size: 22px;
  line-height: 34px;
  cursor: pointer;
}

#top .top-nav-prev { left: 568px; }
#top .top-nav-next { right: 568px; }
#top .top-nav:hover { color: #fff; border-color: #fff; }

#mg_reg_down {
  position: relative;
  top: -190px;
  left: -430px;
  margin: auto;
  width: 367px;
  height: 442px;
}

#mgEye {
  width: 266px;
  height: 266px;
  position: absolute;
  left: 86px;
  top: 98px;
  background-image: url("../img/mgEye.png?v=1787985973");
}

#slide_show {
  position: absolute;
  top: 460px;
  left: 720px;
  margin: auto;
  width: 552px;
  height: 313px;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: visible;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  -webkit-box-shadow: 0px 0px 14px 9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px 9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px 9px rgba(0, 0, 0, 0.75);
  outline: none;
}

#slide_show .slide-viewport {
  width: 552px;
  height: 313px;
  overflow: hidden;
  border-radius: 10px;
}

#slide_show .slide-track {
  display: flex;
  height: 313px;
  will-change: transform;
}

#slide_show .slide {
  flex: 0 0 552px;
  width: 552px;
  height: 313px;
  overflow: hidden;
}

#slide_show img {
  display: block;
  width: 552px;
  height: 313px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  pointer-events: none;
  -webkit-user-drag: none;
}

#slide_show.is-lensing {
  cursor: none;
}

#slide_show .slide-lens {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 196px;
  height: 196px;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  display: none;
  z-index: 4;
  background: transparent;
  transform: scale(1.08);
  transform-origin: center center;
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.48),
    0 5px 10px rgba(0, 0, 0, 0.28);
}

#slide_show.is-lensing .slide-lens {
  display: block;
}

#slide_show .slide-lens::before {
  content: "";
  position: absolute;
  left: 18%;
  top: 8%;
  width: 36%;
  height: 20%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.14) 42%, transparent 72%);
}

#slide_show .slide-lens::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  background:
    radial-gradient(
      circle at 50% 50%,
      transparent 0 68%,
      rgba(255, 255, 255, 0.1) 78%,
      rgba(220, 230, 240, 0.16) 86%,
      rgba(0, 0, 0, 0.2) 94%,
      rgba(0, 0, 0, 0.34) 100%
    );
}

#slide_show .slide-lens img {
  position: absolute;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-user-drag: none;
}

#serverInfo {
  position: absolute;
  top: 490px;
  left: 1300px;
  width: 288px;
  height: 306px;
  background-image: url("../img/serverInfo.png?v=1787985974");
}

#loginPanel {
  position: absolute;
  top: 800px;
  left: 1304px;
  width: 280px;
  height: 266px;
  background-image: url("../img/userTools.png?v=1787985975");
  font-family: "Courier New";
}

#accText {
  position: relative;
  top: 90px;
  left: 51px;
  width: 176px;
  height: 26px;
}

#accTextBox {
  width: 176px;
  height: 26px;
  border: 1px dashed #5b3a0e;
  background-color: rgba(8, 5, 4, 0.5);
  text-align: center;
  font-family: "Courier New";
  font-size: 14px;
  color: #fff;
}

#passText {
  position: relative;
  top: 105px;
  left: 51px;
  width: 176px;
  height: 26px;
}

#passTextBox {
  width: 176px;
  height: 26px;
  border: 1px dashed #5b3a0e;
  background-color: rgba(8, 5, 4, 0.5);
  text-align: center;
  font-family: "Courier New";
  font-size: 14px;
  color: #fff;
}

#imageSubmit {
  position: relative;
  top: 114px;
  left: 78px;
  width: 122px;
  height: 49px;
}

#recoverPass {
  position: relative;
  top: 123px;
  width: 220px;
  height: 49px;
  margin: auto;
  color: #5097ac;
  font-size: 11px;
  text-align: center;
}

#recoverPass a:link {
  color: #5097ac;
  font-size: 11px;
  text-decoration: none;
}

#recoverPass a:visited {
  color: #5097ac;
}
#recoverPass a:active {
  color: #5097ac;
}
#recoverPass a:hover {
  color: #a3c9d3;
}

#activePlayersLabel {
  width: 160px;
  height: 18px;
  line-height: 18px;
  position: relative;
  top: 62px;
  left: 60px;
  text-align: center;
  font-size: 11px;
}

#info1 {
  top: 81px;
}
#info2 {
  top: 87px;
}
#info3 {
  top: 93px;
}
#info4 {
  top: 99px;
}
#info5 {
  top: 105px;
}
#info6 {
  top: 111px;
}
#info7 {
  top: 122px;
}
#info8 {
  top: 133px;
}

.serverInfo {
  width: 210px;
  height: 17px;
  position: relative;
  left: 20px;
  padding-left: 20px;
  font-size: 13px;
}

#tech {
  width: 875px;
  height: 187px;
  position: absolute;
  top: 780px;
  left: 400px;
  margin: auto;
}

.bilotinho1text a,
.bilotinho2text a {
  color: #ecd81a;
  text-decoration: none;
}

.bilotinho1text a:hover,
.bilotinho2text a:hover {
  color: #fff;
}

#techSign {
  position: relative;
  width: 127px;
  height: 138px;
  background-image: url("../img/techSign.png?v=1788006001");
}

#saleSign {
  position: relative;
  width: 125px;
  height: 150px;
  background-image: url("../img/saleSign.png?v=1788004555");
}

#eventsSign {
  position: relative;
  width: 128px;
  height: 154px;
  background-image: url("../img/eventsSign.png?v=1788004556");
}

.allNotes {
  position: absolute;
  width: 750px;
  height: 20px;
  top: 170px;
  left: 110px;
  text-align: right;
  font-size: 11px;
}

.allNotes a {
  color: inherit;
  text-decoration: none;
}

.allNotes a:hover {
  color: #fff;
  text-decoration: none;
}

.allNotesTech {
  color: #e56666;
}

.allNotesSale {
  color: #6e9072;
}

.allNotesEvents {
  color: #6a8aa5;
}

.bilotinho1 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 7px;
  left: 140px;
  background-color: #5c3a0f;
  font-family: verdana;
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding-top: 3px;
}

.bilotinho1title {
  position: absolute;
  width: 680px;
  height: 47px;
  top: 14px;
  left: 185px;
  font-weight: bold;
}

#tech .bilotinho1title,
#tech .bilotinho2title {
  color: #e76868;
}

#sale .bilotinho1title,
#sale .bilotinho2title {
  color: #6d9072;
}

#tech .bilotinho1title,
#tech .bilotinho2title {
  color: #e76868;
}

#events .bilotinho1title,
#events .bilotinho2title {
  color: #6a8aa5;
}

.bilotinho1text {
  position: absolute;
  width: 725px;
  height: 47px;
  top: 45px;
  left: 145px;
  color: #fff;
  text-align: justify;
  font-size: 12px;
}

.bilotinho2 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 85px;
  left: 140px;
  background-color: #5c3a0f;
  font-family: verdana;
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding-top: 3px;
}

.bilotinho2title {
  position: absolute;
  width: 680px;
  height: 47px;
  top: 92px;
  left: 185px;
  font-weight: bold;
}

.bilotinho2text {
  position: absolute;
  width: 725px;
  height: 47px;
  top: 123px;
  left: 145px;
  color: #fff;
  text-align: justify;
  font-size: 12px;
}

#sale {
  width: 875px;
  height: 187px;
  position: absolute;
  top: 971px;
  left: 400px;
  margin: auto;
}

#events {
  width: 875px;
  height: 187px;
  position: absolute;
  top: 1162px;
  left: 400px;
  margin: auto;
}

#navigation {
  position: absolute;
  top: 1085px;
  left: 1304px;
  width: 288px;
  height: 418px;
  overflow: hidden;
  background-image: url("../img/nav.png?v=1787985975");
  font-family: "Arial";
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px #000, 1px 1px 2px #000, 1px 1px 3px #000,
    1px 1px 4px #000, 1px 1px 6px #000, -1px -1px 1px #000, -1px -1px 2px #000,
    -1px -1px 3px #000, -1px -1px 4px #000, -1px -1px 6px #000;
  letter-spacing: 3px;
}

#navigation a {
  text-decoration: none;
  color: inherit;
}

#navigation a:hover {
  color: #ecd81a;
}

#navigation div {
  position: relative;
  width: 99%;
  height: 37px;
  text-align: center;
}

#menu1 {
  top: 68px;
}
.menu {
  top: 70px;
  z-index: 999;
}

#mufc {
  position: absolute;
  top: 1345px;
  left: 380px;
  width: 932px;
  height: 301px;
  background-image: url("../img/mufc.png?v=1");
  font-family: "Arial";
  font-size: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px #000, 1px 1px 2px #000, 1px 1px 3px #000,
    1px 1px 4px #000, 1px 1px 6px #000, -1px -1px 1px #000, -1px -1px 2px #000,
    -1px -1px 3px #000, -1px -1px 4px #000, -1px -1px 6px #000;
  letter-spacing: 0px;
  margin: auto;
  text-align: center;
  line-height: 20px;
}

#mufc div {
  position: absolute;
  width: 80px;
  height: 20px;
  top: 247px;
}

#mufc_zz {
  left: 588px !important;
  top: 83px !important;
  width: 130px !important;
  height: 30px !important;
  font-size: 18px !important;
}

#mufc_zz_class {
  left: 588px !important;
  top: 115px !important;
  width: 130px !important;
  height: 30px !important;
}

#mufc_zz_class_img {
  left: 718px !important;
  top: 50px !important;
  width: 90px !important;
  height: 98px !important;
}

#mufc_dk {
  left: 28px;
}
#mufc_dw {
  left: 145px;
}
#mufc_dl {
  left: 256px;
}
#mufc_mg {
  left: 370px;
}
#mufc_rf {
  left: 483px;
}
#mufc_elf {
  left: 597px;
}
#mufc_sum {
  left: 711px;
}
#mufc_gl {
  left: 825px;
}

#rankings {
  position: absolute;
  top: 1445px;
  left: 430px;
  width: 858px;
  height: 246px;
  background-image: url("../img/rankBg.png?v=1788070068");
  color: #fff;
  margin: auto;
  z-index: 999;
}

.rank_flag {
  position: absolute;
  left: 22px;
  width: 66px;
  height: 24px;
  background-image: url("../img/rankFlag1.png?v=1787985976");
  padding-top: 12px;
  padding-left: 34px;
  font-size: 14px;
  text-shadow: 1px 1px 1px #000, 1px 1px 2px #000, 1px 1px 3px #000,
    1px 1px 4px #000, 1px 1px 6px #000, -1px -1px 1px #000, -1px -1px 2px #000,
    -1px -1px 3px #000, -1px -1px 4px #000, -1px -1px 6px #000;
  cursor: pointer;
}

#rank_flag1 {
  top: 86px;
}
#rank_flag2 {
  top: 122px;
}
#rank_flag3 {
  top: 158px;
}
#rank_flag4 {
  top: 194px;
}

.rank_title {
  position: absolute;
  top: 190px;
  line-height: 30px;
  width: 116px;
  height: 30px;
  font-size: 16px;
  font-family: "Arial";
  text-align: center;
  text-shadow: 1px 1px 1px #000, 1px 1px 2px #000, 1px 1px 3px #000,
    1px 1px 4px #000, 1px 1px 6px #000, -1px -1px 1px #000, -1px -1px 2px #000,
    -1px -1px 3px #000, -1px -1px 4px #000, -1px -1px 6px #000;
}

#RankTitle1 {
  left: 221px;
}
#RankTitle2 {
  left: 375px;
}
#RankTitle3 {
  left: 528px;
}
#RankTitle4 {
  left: 682px;
}

.rank_image {
  position: absolute;
  top: 56px;
  width: 110px;
  height: 90px;
}

.rank_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 110px;
  max-height: 90px;
}

#RankImage1 {
  left: 224px;
}
#RankImage2 {
  left: 377px;
}
#RankImage3 {
  left: 530px;
}
#RankImage4 {
  left: 684px;
}

.rank_player {
  position: absolute;
  top: 147px;
  line-height: 25px;
  width: 116px;
  height: 25px;
  font-size: 13px;
  font-family: "Verdana";
  color: #000;
  font-weight: bolder;
  text-align: center;
}

#RankPlayer1 {
  left: 221px;
}
#RankPlayer2 {
  left: 375px;
}
#RankPlayer3 {
  left: 528px;
}
#RankPlayer4 {
  left: 682px;
}

.rank_points {
  position: absolute;
  top: 165px;
  line-height: 20px;
  width: 116px;
  height: 20px;
  font-size: 11px;
  font-family: "Verdana";
  color: #000;
  text-align: center;
}

#RankPoints1 {
  left: 221px;
}
#RankPoints2 {
  left: 375px;
}
#RankPoints3 {
  left: 528px;
}
#RankPoints4 {
  left: 682px;
}

#s3Countdown,
#s3Countdown * {
  box-sizing: border-box !important;
}

#s3Countdown {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  pointer-events: none;
  background: rgba(10, 12, 16, 0.55);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: none;
  box-shadow: none;
  padding: 10px 3vw 8px;
}

#s3Countdown[hidden],
#s3Countdown.is-site-hidden {
  display: none !important;
}

.s3-cd-label {
  flex: 1.3 1 0;
  min-width: 0;
  font-family: Kanit, "Arial Black", Arial, sans-serif;
  font-size: clamp(22px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 3px #000, 0 0 10px rgba(0, 0, 0, 0.8);
  margin: 0;
  white-space: nowrap;
}

.s3-cd-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  gap: 0;
}

.s3-cd-box {
  flex: 1 1 0;
  min-width: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 6px 4px 5px;
  text-align: center;
}

.s3-cd-box b {
  display: block;
  font-family: Kanit, "Arial Black", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 3.6vw, 40px);
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 3px #000, 0 0 10px rgba(0, 0, 0, 0.8);
}

.s3-cd-box span {
  display: block;
  margin-top: 3px;
  font-family: Kanit, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 3px #000;
}

.s3-cd-row i {
  flex: 0 0 auto;
  font-style: normal;
  font-family: Kanit, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 2.8vw, 32px);
  color: #fff;
  line-height: 1;
  padding-bottom: 14px;
  text-shadow: 0 1px 3px #000;
}

#siege {
  position: absolute;
  top: 1475px;
  left: 1234px;
  width: 414px;
  height: 438px;
  background-image: url("../img/siegeBg.png?v=1787985977");
  text-shadow: 1px 1px 1px #000, 1px 1px 2px #000, 1px 1px 3px #000,
    1px 1px 4px #000, 1px 1px 6px #000, -1px -1px 1px #000, -1px -1px 2px #000,
    -1px -1px 3px #000, -1px -1px 4px #000, -1px -1px 6px #000;
}

#siegeLogo {
  position: absolute;
  top: 190px;
  left: 174px;
  width: 72px;
  height: 72px;
}

#siegeOwnerTitle {
  position: absolute;
  top: 332px;
  left: 115px;
  width: 95px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-family: "Verdana";
  font-size: 12px;
  font-weight: bolder;
  color: #fff;
}

#siegeNextTitle {
  position: absolute;
  top: 332px;
  left: 205px;
  width: 95px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-family: "Verdana";
  font-size: 12px;
  font-weight: bolder;
  color: #fff;
}

#siegeOwnerText {
  position: absolute;
  top: 360px;
  left: 118px;
  width: 90px;
  height: 78px;
  text-align: center;
  font-family: "Verdana";
  font-size: 12px;
  color: #dfcc19;
  padding-top: 4px;
}

#siegeNextText {
  position: absolute;
  top: 360px;
  left: 212px;
  width: 90px;
  height: 78px;
  text-align: center;
  font-family: "Verdana";
  font-size: 12px;
  color: #dfcc19;
  padding-top: 4px;
}

#socialNet {
  position: absolute;
  top: 1955px;
  left: 1353px;
  width: 182px;
  height: 50px;
  z-index: 1000;
}

#socialNet div {
  position: absolute;
  height: 45px;
  opacity: 0.5;
}

#face {
  left: 0px;
  width: 45px;
}

#insta {
  left: 50px;
  width: 45px;
}

#youtube {
  left: 100px;
  width: 45px;
}

#twitch {
  left: 150px;
  width: 45px;
}

#vote {
  position: absolute;
  top: 2170px;
  left: 1400px;
  width: 182px;
  height: 50px;
  z-index: 1000;
}

#footer {
  position: relative;
  width: 1109px;
  height: 60px;
  background-image: url("../img/footer.png?v=1787985978");
  top: 700px;
  margin: auto;
  padding-top: 400px;
  color: #fff;
  font-family: "verdana";
  font-size: 13px;
  line-height: 60px;
  white-space: nowrap;
  text-align: center;
}

#footer a {
  color: inherit;
}

#discord {
  position: relative;
  width: 300px;
  height: 350px;
  top: 950px;
  left: -380px;
  margin: auto;
  z-index: 999;
}

area {
  cursor: pointer;
}

.form-control-user {
  border-radius: 1rem;
}

form.user .btn-user {
  border-radius: 1rem;
  padding: 0.75rem 1rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
  margin-bottom: 1rem;
}

#mgEye {
  transform-origin: 50% 50%;
  opacity: 0.7;
  animation: s3EyeSpin 9s linear infinite;
}
@keyframes s3EyeSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.bilotinho1title,
.bilotinho2title,
.bilotinho1text,
.bilotinho2text,
#navigation,
#footer,
#recoverPass {
  font-family: Kanit, Tahoma, "Courier New", sans-serif;
}
#navigation {
  letter-spacing: 1px;
  font-size: 16px;
}
.rank_player,
.rank_points,
.rank_title {
  /* ห้ามใช้ Tahoma — เครื่องที่ลงเกมมักถูกแทนด้วยฟอนต์มิว ทำให้ e ขึ้นเป็น ø */
  font-family: Arial, "Leelawadee UI", "Segoe UI", sans-serif;
}
.rank_player {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
