/**
* Design By Eggda-Studio
**/
@import url("https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=thai");
@import url("https://fonts.googleapis.com/css?family=Mitr:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=thai");
@import url("https://fonts.googleapis.com/css?family=Asap:400,700|Roboto");

body {
  font-family: "Kanit", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  cursor: url("../icon/point.html"), auto;
  background-color: black; /* ✅ สีดำทั้งหน้าเว็บ */
}
ul {
  list-style-type: none;
}
a:link {
  cursor: url("../icon/link.html"), auto;
  text-decoration: none;
  outline: 0 !important;
}
a:visited {
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
  outline: 0 !important;
}
a:active {
  text-decoration: none;
  outline: 0 !important;
}
/**
* Nav Bar Menu
**/
.navbar_menu .navbar_menu_bg {
  width: 100%;
  height: 79px;
  margin: 0 auto;
  background-color: #161616;
  -webkit-box-shadow: 1px 2px 3px rgba(110, 168, 255, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 2px 3px rgba(110, 168, 255, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 1px 2px 3px rgba(110, 168, 255, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  position: fixed;
  z-index: 50;
}
.navbar_container {
  height: 79px;
  position: relative;
}
.navbar_menu .dropdown_menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 5;
  margin-left: -1px;
  left: 0;
  width: 110%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s,
    z-index 0s linear 0s;
}
.navbar_menu .dropdown_menu {
  font-size: 12px;
  background-color: #0095ff;
  border: 1px solid #0281dc;
  border-top: 0;
  padding: 0 auto;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
}
.navbar_menu .navbar_container:hover .dropdown_menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.navbar_menu .dropdown_menu a {
  padding: 10px 5px 10px 8px;
  text-align: left;
  font-weight: 200;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar_menu .dropdown_menu a:hover {
  padding-left: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar_menu .dropdown_menu > li:last-child a {
  border-bottom: 0;
}
.navbar_menu ul {
  width: 1170px;
  margin: 0 auto;
  list-style: none;
  padding-left: 65px;
}
.navbar_menu nav a {
  cursor: pointer;
  color: #fff;
  font-family: Kanit;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: block;
  padding: 18px 22px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar_menu nav a:hover {
  color: #fff900;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar_menu nav ul,
.navbar_menu nav ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.navbar_menu nav span {
  font-weight: 300;
  display: block;
  font-size: 70%;
  text-transform: uppercase;
}
.navbar_menu nav .arrow:after {
  width: 9px;
  height: 11px;
  background: url(../../images/angel.png) center top no-repeat;
  position: absolute;
  left: calc(50% - 4px);
  bottom: 15px;
  content: "";
}
.navbar_menu nav > ul {
  text-align: center;
}
.navbar_menu nav > ul > li {
  display: inline-block;
  border-left: solid 1px #ad8e8e2d;
}
.navbar_menu nav > ul > li:first-child {
  border-left: none;
}
/**
*  Particles JS
**/
#particles-js {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 79px;
  background-image: url("");
  background-repeat: repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 3;
  pointer-events: none;
}
.video-gradient-vertical {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    black 0%,
    transparent 10%,
    transparent 90%,
    black 100%
  );
}

.bottom-space {
  background-color: black;
  color: white;
  text-align: center;
  padding: 30px 10px;
  font-family: "Tahoma", sans-serif;
  font-size: 14px;
}

.bottom-space a {
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
}

.bottom-space a:hover {
  text-decoration: underline;
}

.gold {
  color: #ffd700;
  font-weight: bold;
}

/**
* Header Box Wrapper
**/
.wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  background-color: black;
}

@-webkit-keyframes change {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes change {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_table {
  width: 1200px;
  position: relative;
  z-index: 2;
  margin: -60em auto;
}
.header_img {
  width: 1200px;
  height: 0;
  position: absolute;
  z-index: 3;
}
.header_img > div {
  position: absolute;
}
.header_logo {
  background: url(../../images/logo_body.png);
  background-size: 360px 380px; /* กำหนดขนาดภาพ */
  width: 360px;
  height: 380px;
  position: absolute;
  z-index: 1;
  top: -10em;
  right: 31em;
  -webkit-animation: 3s logo infinite linear;
  -moz-animation: 3s logo infinite linear;
  -o-animation: 3s logo infinite linear;
  -ms-animation: 3s logo infinite linear;
  animation: 3s logo infinite linear;
}
@keyframes logo {
  0% {
    transform-origin: bottom;
    transform: rotate(-3deg);
  }
  50% {
    transform-origin: bottom;
    transform: rotate(3deg);
  }
  100% {
    transform-origin: bottom;
    transform: rotate(-3deg);
  }
}
.img_header {
  background: url(../../images/img_body.png);
  width: 1200px;
  height: 622px;
  position: absolute;
  z-index: 3;
  top: -22.1em;
}
.img_poli {
  background: url(../../images/poil.png);
  width: 102px;
  height: 169px;
  position: absolute;
  z-index: 2;
  left: 16em;
  top: -23em;
  animation: poli 1.5s infinite alternate ease-in-out;
}
@keyframes poli {
  0% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 10px);
  }
}
.img_poli2 {
  background: url(../../images/poli2.png);
  width: 241px;
  height: 203px;
  position: absolute;
  z-index: 2;
  right: 1em;
  top: 154em;
  animation: poli2 0.5s alternate infinite;
  transform-origin: bottom center;
}
@keyframes poli2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.97);
  }
}

.img_ballon {
  background: url(../../images/ballon.png);
  width: 92px;
  height: 126px;
  position: absolute;
  z-index: 2;
  right: 10em;
  top: -20em;
  transform-origin: bottom center;
  animation: ballon 2s infinite alternate ease-in-out;
}
@keyframes ballon {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.img_poli1 {
  background: url(../../images/poli1.html);
  width: 342px;
  height: 230px;
  position: absolute;
  left: 130px;
  top: 360px;
  z-index: 2;
  animation: poli1 0.5s alternate infinite;
  transform-origin: bottom center;
}
@keyframes poli1 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.97);
  }
}
.img_datura {
  background: url(../../images/datura.png);
  width: 202px;
  height: 168px;
  position: absolute;
  left: 21.3em;
  top: 10.3em;
  z-index: 2;
}
.img_datura_head {
  background: url(../../images/datura_head.png);
  width: 59px;
  height: 48px;
  position: absolute;
  left: 29.8em;
  top: 8em;
  z-index: 1;
  animation: head 1.5s infinite;
  -webkit-animation: head 1.5s infinite;
  -moz-animation: head 1.5s infinite;
  -o-animation: head 1.5s infinite;
  -ms-animation: head 1.5s infinite;
}
@keyframes head {
  0% {
    transform: rotate(7deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(-7deg);
    transform-origin: 50% 100%;
  }
  20% {
    transform: rotate(7deg);
    transform-origin: 50% 100%;
  }
  30% {
    transform: rotate(-7deg);
    transform-origin: 50% 100%;
  }
  40% {
    transform: rotate(7deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform: rotate(7deg);
    transform-origin: 50% 100%;
  }
}
.img_datura_hand {
  background: url(../../images/datura_hand.png);
  width: 60px;
  height: 33px;
  position: absolute;
  left: 30em;
  top: 17em;
  z-index: 1;
  animation: hand 2.5s infinite;
  -webkit-animation: hand 2.5s infinite;
  -moz-animation: hand 2.5s infinite;
  -o-animation: hand 2.5s infinite;
  -ms-animation: hand 2.5s infinite;
}
@keyframes hand {
  0% {
    transform: rotate(10deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(-10deg);
    transform-origin: 50% 100%;
  }
  20% {
    transform: rotate(10deg);
    transform-origin: 50% 100%;
  }
  30% {
    transform: rotate(-10deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform: rotate(10deg);
    transform-origin: 50% 100%;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99;
}
#status {
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  width: 100%;
  min-height: 150px;
  position: relative;
  left: 0%;
  top: 30%;
  background-image: url(../../images/poli_body.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  padding-top: 9em;
  -webkit-animation: poli_sky 1s infinite alternate ease-in-out;
  animation: poli_sky 1s infinite alternate ease-in-out;
}
@keyframes poli_sky {
  0% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, -20px);
  }
}
.text-loading {
  color: #fff;
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 3px;
  -webkit-text-shadow: 0 0 5px #00d0ff;
  text-shadow: 0 0 5px #00d0ff;
}
.sky_poli {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 3;
}
.poli_wing1 {
  background: url(../../images/poli_wing_right.png);
  width: 80px;
  height: 83px;
  position: absolute;
  margin-top: -3em;
  margin-left: 2em;
  z-index: 99;
  transform-origin: left 30%;
  -webkit-animation: w1 0.3s alternate infinite ease-in-out;
  animation: w1 0.3s alternate infinite ease-in-out;
}
@keyframes w1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.poli_wing2 {
  background: url(../../images/poli_wing_left.png);
  width: 60px;
  height: 72px;
  position: absolute;
  margin-left: -4.5em;
  margin-top: -5.5em;
  z-index: 99;
  transform-origin: right 50%;
  -webkit-animation: w2 0.3s alternate infinite ease-in-out;
  animation: w2 0.3s alternate infinite ease-in-out;
}
@keyframes w2 {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
/**
* Status Server Box
**/
.box-status {
  margin-top: 2.2em;
}
.box-gepard {
  margin-top: 2.2em;
}
.box-status-user {
  text-align: center;
  color: #79a8ff;
  font-family: "Asap", sans-serif;
  font-size: 4em;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 0.8em;
}
.box-status-account {
  text-align: center;
  color: #ff9c31;
  font-family: "Asap", sans-serif;
  font-size: 4em;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 0.8em;
}
/**
* Button Group
**/
.button-main {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: float ease-in-out 1.2s infinite;
  animation: float ease-in-out 1.2s infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
    transform: translateY(0);
  }
}
/**
* Form Ranking
**/
.nav-tabs {
  border-bottom: 1px solid #eee;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 3px 15px;
  font-weight: 300;
  color: #f82;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #eee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
/**
* Form Login
**/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
}
.form-control {
  font-weight: 300;
}
.form-group-login {
  margin-bottom: 10px;
}
.icon-size {
  font-size: 1.8em;
  color: #d0d0d0;
}
.has-feedback label ~ .form-control-feedback {
  top: 1.2em;
}
.form-control:focus {
  border-color: #2bc4ff;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08),
    0 0 3px rgba(43, 196, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08),
    0 0 3px rgba(43, 196, 255, 0.6);
}
.btn-login {
  color: #5da73f;
  background-color: #fff;
  border-color: #89bf73;
  margin-top: 10px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-login:hover {
  color: #fff;
  background-color: #89bf73;
  border-color: #89bf73;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  letter-spacing: 1px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.btn-login:focus,
.btn-login.focus {
  color: #fff;
  background-color: #89bf73;
  border-color: #6d9e59;
  outline: 0 !important;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
}
.btn-login:active {
  color: #496f3a;
  background-color: #aee09a;
  border-color: #83af71;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.125);
}
.btn-close {
  color: #e49053;
  background-color: #fff;
  border-color: #ffb68a;
  margin-top: 10px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-close:hover {
  color: #fff;
  background-color: #ffb68a;
  border-color: #ffb68a;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  letter-spacing: 1px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.btn-close:focus,
.btn-close.focus {
  color: #fff;
  background-color: #ffb68a;
  border-color: #da8f62;
  outline: 0 !important;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
}
.btn-close:active {
  color: #496f3a;
  background-color: #ffb68a;
  border-color: #da8f62;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.125);
}
.btn-signup {
  color: #2787a9;
  background-color: #fff;
  border-color: #3faad0;
  margin-top: 10px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-signup:hover {
  color: #fff;
  background-color: #61c6ea;
  border-color: #61c6ea;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  letter-spacing: 1px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}
.btn-signup:focus,
.btn-signup.focus {
  color: #fff;
  background-color: #59bbe0;
  border-color: #59bbe0;
  outline: 0 !important;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
}
.btn-signup:active {
  color: #1a5e77;
  background-color: #81d9f9;
  border-color: #54a3bf;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.125);
}
.btn-save {
  color: #ff8581;
  background-color: #fff;
  border-color: #ffb3b1;
  border-width: 1px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.btn-save:hover {
  color: #fff;
  background-color: #ef706d;
  border-color: #ef706d;
  border-width: 1px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn-save:focus {
  color: #bb4b48;
  background-color: #ffafad;
  border-color: #ec9492;
  border-width: 1px;
  outline: 0 !important;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.45);
}
.btn-save:active {
  color: #fff;
  background-color: #ff9491;
  border-color: #ff9491;
  border-width: 1px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn:active {
  background-image: none;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.eddga-alert {
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #cce9f2;
  border: 1px solid #86cde3;
  color: #3194b1;
  font-size: 14px;
  font-weight: 300;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.eddga-alert-success {
  background: #d8f1c6;
  border-color: #b3cda1;
  color: #749958;
}

.eddga-alert-warning {
  background: #fbf4dd;
  border-color: #d1c9ae;
  color: #978c68;
}

.eddga-alert-danger {
  background: #f9d9d9;
  border-color: #e1a1a1;
  color: #b55454;
}

.eddga-alert-plain {
  background: #f8f8f8;
  border-color: #d1d1d1;
  color: #8c8c8c;
}
.text-wel {
  color: red;
  padding-top: 10px;
  font-size: 18px;
}
.text-userid {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #f7f7f7;
}
.text-statusid {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #f7f7f7;
}
.text-cashpoint {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #f7f7f7;
}
.text-cc {
  color: #ef7408;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.text-pp {
  font-size: 12px;
  color: #ef7408;
}
.text-usershow {
  text-transform: uppercase;
  color: #0087ff;
}
.badge-status {
  display: inline-block;
  min-width: 10px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
.badge-on {
  background: #7ebb65;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.badge-off {
  background: #ff6c6c;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btn-warp {
  margin-top: 10px;
}
.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.btn-setting {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-setting:hover {
  color: #333;
  background-color: #f7f7f7;
  border-color: #adadad;
}
.btn-setting:focus,
.btn-setting.focus {
  color: #333;
  background-color: #f7f7f7;
  border-color: #adadad;
  outline: 0 !important;
}
.btn-setting:active,
.btn-setting.active {
  color: #333;
  background-color: #f7f7f7;
  border-color: #adadad;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
.badge-online {
  display: inline-block;
  min-width: 10px;
  padding: 4px 11px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #0da249;
  border-radius: 10px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-offline {
  display: inline-block;
  min-width: 10px;
  padding: 4px 11px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f34343;
  border-radius: 10px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-cash {
  display: inline-block;
  min-width: 10px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #21a4f1;
  border-radius: 10px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-log {
  display: inline-block;
  min-width: 10px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff9800;
  border-radius: 10px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-old {
  display: inline-block;
  min-width: 10px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #808080;
  border-radius: 10px;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.badge-check {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #808080;
  border-radius: 10px;
}
.badge-oknopoint {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #279c51;
  border-radius: 10px;
}
.badge-okpoint {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #279c51;
  border-radius: 10px;
}
.badge-noerror {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff5555;
  border-radius: 10px;
}
.table {
  margin-bottom: 0;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  font-weight: 400;
}
.table > tbody > tr > td {
  padding: 6px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: none;
  font-size: 12px;
}
/**
* Modal
**/
.modal-body {
  padding: 0px 15px 0px;
}
.modal-lg {
  width: 900px;
  margin: 100px auto 0;
}
.modal-header {
  border-bottom: none;
}
.modal-header .close {
  margin-top: -10px;
}
.fade-scale {
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fade-scale.in {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.close {
  float: right;
  font-size: 30px;
  font-weight: normal;
}
.close:hover,
.close:focus {
  outline: 0 !important;
}
.panel2 {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-modal {
  border-color: #fff;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #3c64ff;
}
/**
* All News
**/
.tooltip {
  font-size: 12px;
  letter-spacing: 0.5px;
}
.tooltip.in {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.box-allnews-left {
  width: 280px;
  float: left;
  margin-left: 15px;
  margin-right: 5px;
  margin-top: 60px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.box-allnews-right {
  width: 280px;
  float: left;
  margin-left: 8px;
  margin-right: 5px;
  margin-top: 60px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.box-promo-left {
  width: 280px;
  height: 220px;
  float: left;
  margin-left: 12px;
  margin-right: 5px;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.box-promo-right {
  width: 280px; /* ความกว้าง */
  height: 220px;
  float: left;
  margin-left: 5px;
  margin-right: 0px;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.text-fullnews {
  font-family: "Kanit", sans-serif;
  font-size: 12px;
  padding-top: 0px;
  color: #4d73ff;
}
.text-mininews {
  font-family: Tahoma;
  font-size: 12px;
  padding-bottom: 2px;
  color: #676767;
}
.text-postnews {
  font-family: Tahoma;
  font-size: 11px;
  color: #b3b2b2;
  padding-left: 5px;
}
.label {
  float: right;
  border-radius: 50px;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 12px 4px 12px;
  margin-right: 5px;
}
.label-all-update {
  background-color: #05aeca;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.label-all-news {
  background-color: #e56e7e;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.label-all-event {
  background-color: #f99a56;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  margin-right: 3px;
}
.label-all-promo {
  background-color: #6cbf76;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.imgnewscate {
  position: absolute;
  width: 100%;
  float: left;
}
figure {
  width: 270px;
  height: 150px;
  margin: 5px 5px;
  padding: 0;
  background: transparent;
  overflow: hidden;
}
.img-shine {
  margin-bottom: 5px;
}
.img-shine figure {
  position: relative;
}
.img-shine p {
  display: block;
  margin: 0 0 -2px 5px;
}
.img-shine figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.img-shine figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/**
* Ranking Box
**/
.rank-box {
  color: #fff;
  margin-top: 5em;
}
.rank-number {
  font-family: Tahoma;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.45);
  border: solid 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  padding: 0.2em;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto;
}
.rank-name {
  font-family: Tahoma;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.45);
  border: solid 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  padding: 0.2em;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto;
}
.rank-point {
  font-family: Tahoma;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.45);
  border: solid 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
  padding: 0.2em;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto;
}
.table-rank {
  width: 100%;
  max-width: 100%;
  color: #fff;
  margin-top: 15px;
}
.table-rank > thead > tr > th,
.table-rank > tbody > tr > th,
.table-rank > tfoot > tr > th,
.table-rank > thead > tr > td,
.table-rank > tbody > tr > td,
.table-rank > tfoot > tr > td {
  padding: 3px;
  line-height: 1.25;
  vertical-align: middle;
  border-top: 0;
}
.table-rank > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0;
  color: #ffec5d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 0 #000;
}
.table-rank > caption + thead > tr:first-child > th,
.table-rank > thead:first-child > tr:first-child > th,
.table-rank > caption + thead > tr:first-child > td,
.table-rank > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-rank > tbody + tbody {
  border-top: 0;
}
.table-rank .table-rank {
  background-color: transparent;
}
.show-reloadbox {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #333;
  width: 96%;
  margin: 0 auto;
  margin-top: 2em;
  font-family: Tahoma;
  font-size: 12px;
}
.guild-row {
  margin-top: 1em;
  margin-left: 0.7em;
}
.guild-box {
  width: 290px;
  height: 90px;
  margin-top: 2em;
  margin-left: 1em;
  float: left;
  background-color: #212427;
  border: solid 1px #2e3235;
  border-radius: 5px;
  color: #fff;
}
.guild-bgem {
  position: relative;
  background: url("../../images/flag.html") no-repeat;
  width: 50px;
  height: 101px;
  float: left;
  margin-top: -1.2em;
  margin-left: 1.2em;
  margin-right: 0.9em;
}
.guild-bgem .icon-em {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #50423b;
  border: 1px solid #332924;
  top: 3em;
  left: 1em;
}
.guild-textcastle {
  margin-top: 0.6em;
  padding: 2px;
  font-size: 14px;
  font-weight: 200;
  color: #fff259;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.guild-textcastle span {
  color: #fff;
  font-weight: 200;
}
.guild-textname {
  padding: 1px;
  font-size: 14px;
  font-weight: 200;
  color: #03dcff;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.guild-textname span {
  color: #fff;
  font-weight: 200;
}
.guild-textmaster {
  padding: 1px;
  font-size: 14px;
  font-weight: 200;
  color: #5eff55;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.guild-textmaster span {
  color: #fff;
  font-weight: 200;
}
.no-castle {
  margin: 6.5em auto auto 7.5em;
  width: 421px;
  -webkit-animation: 3s castle_r infinite linear;
  -moz-animation: 3s castle_r infinite linear;
  -o-animation: 3s castle_r infinite linear;
  -ms-animation: 3s castle_r infinite linear;
  animation: 3s castle_r infinite linear;
}
@keyframes castle_r {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Footer Form */
.footer_menu_box {
  display: block;
  margin-top: 2.5em;
  margin-left: 2.5em;
  font-weight: 200;
  letter-spacing: 0.5px;
  color: #fff;
}
.footer_menu_box li {
  padding-top: 5px;
}
.footer_menu_box li a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer_menu_box li a:hover {
  color: #94eaff;
  padding-left: 10px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1170px) {
  body,
  html {
    width: 1200px;
  }
}
