input[type=password] {
	font-family: sans-serif ;
}
::placeholder {
	font-family: "Nanum Square";
    margin-bottom: 0;
}
body {
  background-color: black;
}

p,
div,
span,
a,
h3,
button,
input,
textarea,
th,
td {
  font-family: "Nanum Square_ac", "Nanum Square";
  margin-bottom: 0;
}

button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

p,
div,
span,
a,
input,
textarea,
td {
  font-weight: 400;
}

button {
  font-weight: 700 !important;
}

h3,
th {
  font-weight: 900;
}

a {
  text-decoration: none !important;
}
/* a:hover{
    color: #4c5691;
} */
a:hover {
  color: #2d90f2 !important;
  /* color: #3f4fb2 !important;
  color: #eedca9 !important; */
}
ul {
  list-style-type: none;
  padding: 0;
}

.br-0 {
  border-radius: 0 !important;
}

.br-lg {
  border-radius: 24px !important;
}

.main {
  width: 1000px;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 20px;
}

.inline {
  display: flex !important;
  flex-direction: row !important;
  justify-content: stretch;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.horizontal-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

body {
  min-height: 100%;
}

.App {
  /* background: url("/images/pc/bg.jpg") top center no-repeat #000000; */
  
  /* background-position: top center; */
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  /*background-size: 1920px 2258px;*/
  position: relative;
  min-height: 100%;
}

.App .container-body .container-custom {
  display: flex;
  width: 1252px;
  margin: auto;
  position: relative;
}

.contents {
  /* flex: 1; */
  width: 1112px;
}

.App .container-body .main-container {
  padding-bottom: 45px;
}

.App .container-body .header .container-custom {
  width: 1305px;
}

.header .sub-header {
  /* font-size: 18px;
  height: 42px; */
  font-size: 15px;
  height: 42px;
  background-image: url("/images/pc/sub_header_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 6.5px 0;
  color: #cccfea;
  display: flex;
  align-items: center;
}

/* .header #digital_clock {
  text-align: center;
  color: #c8c8c8;
  font-size: 12px;
  margin-right: 18px;
  letter-spacing: -0.5px;
} */

.header_nav {
  background-color: #141414;
  height: 80px;
  display: flex;
  align-items: center;
  /* border-top: solid 1px #24252a; */
}

.header .container-custom img {
  align-self: center;
}

.header .header-logo {
  max-width:180px;
  height: 80px;
  cursor: pointer;
}
.header .effects_logo {
  position: relative;
  margin-left: -42px;
}

.header .effects_logo .effect_logo_t {
  height: 79px;
  position: absolute;
  left: 32px;
  top: -27px;
}
.header .effects_logo .effect_logo_l {
  height: 79px;
  position: absolute;
  left: -8px;
  top: 10px;
}
.header .effects_logo .effect_logo_r {
  position: absolute;
  right: -4px;
  top: 26px;
}
.header .effects_logo .effect_logo_m {
  width: 40px;
  position: absolute;
  left: 61px;
  top: 45px;
}

.effects {
  position: absolute;
}
.effects .effect_flow {
  height: 517px;
  position: absolute;
  left: -333px;
  top: -40px;
  pointer-events: none;
}
.effects .effect_flow_light {
  height: 249px;
  position: absolute;
  left: -290px;
  top: 97px;
}

.crown_desc_container {
  height: 338px;
  padding-top: 76px;
  position: relative;
  margin-left: -6px;
}
.crown_desc_container .effect-crown {
  height: 42px;
  position: absolute;
  left: -19px;
  top: 59px;
}
.crown_desc_container .effect-casino {
  height: 42px;
  position: absolute;
  left: 220px;
  top: 73px;
}
.crown_desc_container .effect-card {
  height: 120px;
  position: absolute;
  left: 71px;
  top: 164px;
}
.effect-btn-top {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -72%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.effect-btn-bottom {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 75%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.btn-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 4px);
  z-index: 2;
  margin: -2px;
  display: none;
}
.btn_game_pane:hover .btn-hover {
  display: block;
}
.btn_game_pane:active .effect-btn-top,
.btn_game_pane:active .effect-btn-bottom {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.btn_game_pane:active .game-bg,
.btn_game_pane:active .btn-hover {
  transform: scale(1.025);
}
.header .nav-container {
  width: 876px;
  height: 70px;
  padding-left: 61px;
  padding-right: 38px;
  display: flex;
  justify-content: space-between;
}

.header .nav-container .nav-pane {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.header .nav-container .nav-pane h3 {
  color: #d30000;
  font-size: 21.6px;
  line-height: normal;
  margin-bottom: 6px;
}
.header .nav-container .nav-pane:hover h3 {
  text-shadow: 1px 1px 10px #d30000, 1px 1px 10px #ff9860;
}
.header .nav-container .nav-pane.active h3 {
  text-shadow: 1px 1px 10px #ccc, 1px 1px 10px #fff8af;
}
.header .nav-container .nav-pane p {
  color: #ee0000;
  font-size: 16.2px;
  line-height: normal;
}

.header .nav-container .sub-menu {
  display: none;
  position: absolute;
  bottom: 1px;
  transform: translate(-50%, 100%);
  z-index: 100;
  border: 4px solid rgba(255, 255, 255, 0.6);
}

.header .nav-container .sub-menu img {
  width: 124px;
  height: 103px;
}

.header .nav-container .nav-pane:hover .sub-menu {
  display: flex;
}

.header .nav-container h3 {
  font-size: 14px;
}

.header .nav-container p {
  font-weight: normal;
  color: #c8c8c8;
  font-size: 12px;
}

.footer-container {
  width: 100%;
}

.footer-container .container-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-container .img__solutions {
  height: 346px;
  margin-left: 21px;
  margin-top: 50px;
  margin-bottom: 68px;
}

.footer-container .footer-logo {
  width: 190px;
}
.footer-container .copyright-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  background-color: #111;
}
.footer-container .copyright {
  font-size: 21px;
  color: #cccfea;
  margin: 0;
  padding: 0;
}
.footer-container .copyright .crown {
  color: #e7bb7d;
}

.sidebar-container {
  width: 280px;
  margin-top: -122px;
  background-color: #121113;
  left: 70%;
  padding: 0 16px;
  padding-top: 24px;
  border: solid 2px #262626;
}

.sidebar_header {
  text-align: center;
}

.sidebar-container p {
  color: white;
}

.sidebar-container .input-pane {
  margin-top: 26px;
}

.sidebar-container .input-pane input {
  background-color: black;
  width: 100%;
  border: none;
  height: 40px;
  font-size: 15px;
  margin-bottom: 12px;
  color: #b6b8d1;
  padding: 0px 10px;
  border: solid 1px #2d2e2e;
}

.sidebar-container .input-pane input::placeholder {
  color: #c8c8c8;
}

.sidebar-container .btn-pane {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}

.sidebar-container .btn-pane button {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  flex: 1;
}

.sidebar-container .forgot-pwd {
  cursor: pointer;
  margin-top: 26px;
  color: #a19d9d;
  font-size: 16px;
  text-align: center;
}
.sidebar-container .forgot-pwd:hover {
  color: #2d90f2 !important;
}

.sidebar-container .user-info {
  font-size: 14px;
}

.sidebar-container .user-info p {
  padding: 4px;
}

.sidebar-container .user-info span {
  color: #32c4ff;
}

.sidebar-container .user-info .user-name {
  margin: 8px 0;
  color: #c8c8c8;
}

.sidebar-container .user-info .user-points {
  margin-bottom: 15px;
}

.sub-header-container {
  padding: 5px;
  padding-top: 70px;
}

.sub-header-container h3 {
  font-size: 24px;
  color: #329fc8;
}

.sub-header-container p {
  font-size: 12px;
  font-weight: 900;
  color: #c8c8c8;
}
.wallet {
  text-align: center;
  padding-top: 16px;
}
.wallet img {
  width: 100%;
}
.wallet h4 {
  font-size: 21px;
  font-weight: 900;
  color: #e1d5a9;
  margin-top: -61px;
}
.wallet p {
  font-size: 15px;
  color: #a19d9d;
  margin: 12px -10px;
}


.btn__signin,
.btn__signup {
  background:#000000;
  color:#fff;
  font-size: 18px !important;
  font-weight: 900 !important;
  padding: 7px !important;
  border:1px solid #cc0000;
}


.modal-content {
  background-color: #000;
  border: solid 3px #252525;
  border-radius: 0;
}
#gamesModal .modal-content {
  background-color: #000;
  border: solid 3px #252525;
  border-radius: 0;
}
#gamesModal .tab-content {
  background-color: #000;
}

.modal-header {
  padding: 0;
}
.modal-body {
  padding: 0;
  padding-top: 46px;
}
.modal-content {
  padding: 1.5rem;
}
.nav-pills .nav-link {
  background-color: #1376f6;
  height: 82px;
  font-size: 37px;
  line-height: 68px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-left-color: #1d84fd;
  border-top-color: #2790fe;
  border-right-color: #116ae9;
  border-bottom-color: #0e59ca;
  border-radius: 0;
}
.nav-pills .nav-link.active {
  background-color: #fd3f6c !important;
  height: 82px;
  font-size: 37px;
  line-height: 68px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-left-color: #da426a;
  border-top-color: #da618d;
  border-right-color: #691a2d;
  border-bottom-color: #d9355d;
  border-radius: 0;
}
.nav-pills .nav-link {
  color: #fff !important;
}

.nav-fill .nav-item {
  margin-right: 9px;
}
.btn-modal-close {
  width: 82px;
  height: 82px;
  background-image: url(/images/pc/btn_close_off.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  border-radius: 50%;
}
.btn-modal-close:hover {
  background-image: url(/images/pc/btn_close_on.png);
}
.modal-backdrop.fade {
  opacity: 0.8;
}

/* 
.blinking {
  -webkit-animation: blink 0.75s ease-in-out infinite alternate;
  -moz-animation: blink 0.75s ease-in-out infinite alternate;
  animation: blink 0.75s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */
.effect_light {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.blinking {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

/* @keyframes blinker {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
} */

.mg-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.mg-list .mg-item {
  flex: 0 0 25%;
}
/* .mg-list .mg-item:last-child {
  padding-right: 0px;
} */
.mg-list .mg-item .img-container {
  position: relative;
  padding: 12px;
  cursor: pointer;
}
.mg-list .mg-item .img-container:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/modal/btn_hover_4.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mg-list .mg-item .mg-image {
  width: 100%;
  height: auto;
}
.mg-list .mg-item .mg-title {
  padding: 20px 54px;
  text-align: center;
}
.mg-list .mg-item .mg-title h4 {
  font-size: 23px;
  color: #f4dfd4;
  font-weight: 900;
  margin: 0;
}

#gamesModal .modal-dialog {
  width: 100%;
  max-width: 1540px;
  transform: scale(0.69);
  transform-origin: top;
  min-height: 1205px;
  margin-top: 100px;
}
#gamesModal .modal-content {
  min-height: 1205px;
  margin-left: -104px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #2d2d2d;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4e4e4e;
  background: #20b6e8;
}
.modal-open .modal::-webkit-scrollbar-thumb {
  background: #4e4e4e;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #2d90f2 !important
} */


#mask { display:none; position:absolute;left:0;top:0;z-index:7000;background-color:#fff;display:none;opacity:0; }
#message { display:none;z-index:7001;position:fixed;top:50%;margin:-93.5px 0 0 0;width:100%;height:auto;padding:100px 0;background:url("/images/blue_tile.png") repeat;text-align:center; }
#message img { cursor:pointer; }
