@font-face {
  font-family: noto-sans-kr;
  src: url(../font/NotoSansKR-Regular.otf);
}

@font-face {
  font-family: noto-sans-bold;
  src: url(../font/NotoSansKR-Bold.otf);
}

@font-face {
  font-family: noto-sans-black;
  src: url(../font/NotoSansKR-Black.otf);
}

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll !important;
}

html::-webkit-scrollbar {
  width: 8px;
  background: #000000;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(#7ac8ff, #0079ce);
  border: solid 1px #000000;
  border-radius: 5px;
}

body {
  height: 100%;
  padding-right: 0 !important;
  text-align: center;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  font-family: 'noto-sans-kr', Arial, sans-serif;
  transition: 0.3s;
}

body.active {
  overflow: hidden;
}

@media (min-width: 1921px) {
  body {
    background-size: cover;
  }
}

button,
a,
input,
select,
textarea,
span {
  outline: none !important;
  transition: 0.3s;
}

button {
  padding: 0;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.w-b,
.w-a,
.w-ba {
  position: relative;
  z-index: 1;
}

.w-b:before,
.w-a:after,
.w-ba:before,
.w-ba:after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.category_title {
  position: relative;
  z-index: 2;
  background-size: contain;
  width: 30%;
  height: 50px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
}

@font-face {
  font-family: 'Copperplate Gothic Bold';
  src: url('../font/Copperplate Gothic Bold Regular.ttf');
}

.jackpot {
  position: relative;
  z-index: 2;
  background-size: contain;
  width: 100%;
  height: 130px;
  background-image: url('../img/main/jackpot.png');
  background-repeat: no-repeat;
  background-position-x: center;
  font-family: 'Copperplate Gothic Bold';
  margin: auto;
}

h1.jackpot {
  font-size: 90px;
  text-align: right;
  padding-right: 15%;
  padding-top: 5px;
}

:root {
  --yellow: #f7ef0f;
  --green: #c6fc6f;
}

.font-small {
  font-size: 10px;
}

.font-s-12 {
  font-size: 12px !important;
}

.font-bold {
  font-family: noto-sans-bold !important;
}

.font-black {
  font-family: noto-sans-black !important;
}

.text-yellow {
  color: var(--yellow) !important;
}

.text-green {
  color: var(--green) !important;
}

.table-layout-fixed {
  table-layout: fixed;
}

.min-h-auto {
  min-height: auto !important;
}

.dflex-ac-jc {
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.dflex-ac-js {
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dflex-ac-je {
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.dflex-ae-jc {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

.dflex-as-jc {
  display: flex !important;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.dflex-acs-jc {
  display: flex !important;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.bs-ul {
  list-style: none;
  margin-bottom: 0;
  width: auto;
  display: table;
  padding: 0;
}

.bs-ul li {
  list-style: none;
  width: auto;
  height: auto;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.container {
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1488px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

/* Site Button */

.btn-blue {
  color: #ffffff;
  background-color: #11bdfa;
  background-image: linear-gradient(#11bdfa, #0b61be);
  border: none;
  border-radius: 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-violet {
  color: #ffffff;
  background-color: #c38fff;
  background-image: linear-gradient(#c38fff, #7135b7);
  border: none;
  border-radius: 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-gray {
  color: #ffffff;
  background-color: #4a5a79;
  background-image: linear-gradient(#4a5a79, #2b3343);
  border: none;
  border-radius: 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-blue:before,
.btn-violet:before,
.btn-gray:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  z-index: -1;
  border-radius: 2px;
  opacity: 0;
}

.btn-blue:before {
  background-image: linear-gradient(#11faf2, #096360);
}

.btn-violet:before {
  background-image: linear-gradient(#e48fff, #830ca9);
}

.btn-gray:before {
  background-image: linear-gradient(#6c84b3, #38445b);
}

@media (min-width: 1201px) {
  .btn-blue:hover:before,
  .btn-violet:hover:before,
  .btn-gray:hover:before {
    opacity: 1;
  }

  .btn-blue:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 203, 196, 0.25);
  }

  .btn-violet:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(176, 0, 232, 0.5);
  }

  .btn-gray:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(83, 107, 154, 0.5);
  }
}

/* Wrapper */

.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}

.wrapper:before,
.wrapper:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
}

.wrapper:before {
  background-image: url(../Images/top-spotlight-bg.png);
  animation: spotlightAnim 1s ease infinite;
}

@keyframes spotlightAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

.wrapper:after {
  top: 170px;
  background-image: url(../Images/top-disco-bg.png);
  animation: discoAnim 10s ease infinite;
}

@keyframes discoAnim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}

.top-light-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url(../Images/top-light-bg.png);
  background-position: top center;
  background-repeat: repeat-x;
}

/* Header Section */

.header-section {
  width: 100%;
  background-color: rgba(11, 13, 17, 0.75);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  border-bottom: solid 1px #475775;
  background-image: url(../Images/header-bg.png);
  background-repeat: repeat-x;
  background-position: top center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.logo-panel {
  width: 252px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-image: url(../img/logo/logo-panel.png);
  background-size: 100% 100%;
  z-index: 99;
}

.logo {
  width: 220px;
  display: inline-block;
  position: relative;
  top: 8px;
  left: 5px;
}

.logo img {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.logo div {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.logo div img {
  width: 100%;
  position: relative;
}

.logo .logo-img {
  width: 100%;
  position: relative;
  opacity: 0;
}

/* Header Top */

.header-top {
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 9;
}

.header-top .container {
  background-image: linear-gradient(#2b3343, #181d27);
  border-bottom: solid 1px #354255;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 1));
}

.header-top .container:before,
.header-top .container:after {
  width: 50%;
  height: calc(100% + 1px);
  bottom: -1px;
  border-bottom: solid 1px #354255;
  background-image: linear-gradient(#2b3343, #181d27);
}

.header-top .container:before {
  transform: skew(15deg);
  left: 0;
  border-left: solid 1px #354255;
  transform-origin: bottom left;
}

.header-top .container:after {
  transform: skew(-15deg);
  right: 0;
  border-right: solid 1px #354255;
  transform-origin: bottom right;
}

.header-top .btn-grp button {
  width: 140px;
  height: 35px;
  margin-right: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 1);
}

.header-top .btn-grp button i {
  color: #c38eff;
  margin-right: 5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(142, 52, 255, 1);
}

/* Sound Button */

.sound-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 11px;
  background-color: #1b212f;
  border: solid 1px #556487;
  padding: 2px 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  color: #7cb9ff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.sound-btn:before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

.sound-btn:hover {
  background-color: #4a5a79;
}

/* Before After Login */

.before-login {
  display: none;
}

.before-login.active {
  display: block;
}

.before-login input {
  width: 160px;
  height: 37px;
  border-radius: 18px;
  margin-left: 5px;
  border: solid 1px #2a313d;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0 5px 0 10px;
  color: #ffffff;
  font-size: 12px;
}

.before-login input::-webkit-input-placeholder {
  color: #abc5e0;
}

.before-login button {
  width: 100px;
  height: 35px;
  margin-left: 5px;
}

.bal-container .mobile button {
  width: 45px;
  height: 38px;
  border-radius: 5px;
}

/* After Login */

.after-login {
  display: none;
  position: relative;
}

.after-login.active {
  display: block;
}

.after-login button {
  width: 100px;
  height: 35px;
  margin-left: 5px;
}

.after-login .nav-btn {
  width: auto;
  height: 35px;
  font-size: 12px;
  margin: 0 3px;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  padding: 0 20px;
}

.after-login .nav-btn i {
  font-size: 14px;
  color: #a0d0ff;
}

.after-login .nav-btn .symbol {
  color: #d29eff;
}

.after-login .active .nav-btn:before {
  opacity: 1;
}

.after-login .message-btn .count {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ff744a;
  background-image: linear-gradient(#ff744a, #b92b00);
  color: #ffffff;
  font-size: 8px;
  position: absolute;
  right: -8px;
  top: -2px;
  text-shadow: none;
}

/* Dropdown */

.drop-down {
  position: relative;
  transition: 0.3s;
}

.drop-down .toggle-btn {
  transition: 0s;
}

.drop-down .toggle-btn .icon {
  position: relative;
  top: 0;
  transition: 0.3s;
}

.drop-down .toggle-btn .arrow-icon {
  transition: 0.3s;
  margin-left: 8px;
  margin-right: -4px;
}

.drop-down.active .toggle-btn .arrow-icon {
  opacity: 1;
  bottom: 2px;
  transform: rotate(180deg);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.drop-down-menu {
  width: 260px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75%;
  background-color: #2b3343;
  background-image: linear-gradient(#2b3343, #181d27);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  border: solid 1px #485a6b;
  padding: 10px 10px;
  border-radius: 18px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}

.drop-down.active .drop-down-menu {
  top: calc(100% + 10px);
  opacity: 1;
  pointer-events: auto;
}

.drop-down-menu a {
  white-space: nowrap;
  height: 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.03);
  padding: 0 10px;
}

.drop-down-menu a:last-child {
  border-bottom: none;
}

/* Account Info */

.after-login .account-info {
  padding: 0;
}

.after-login .account-info .row {
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
  margin: 0 0 4px;
}

.after-login .account-info .labels {
  text-align: left;
  min-width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  padding: 0 0 0 8px;
  color: #ccc;
}

.after-login .account-info .labels .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3d6ff;
  background-image: linear-gradient(#6c84b3, #38445b);
  margin-right: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.after-login .account-info .information {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  padding: 0 0 0 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 12px rgba(255, 255, 255, 0.25);
}

.after-login .account-info .information .symbol {
  color: #c38eff;
  margin-left: 3px;
}

.after-login .drop-down .mypage-link {
  width: 100%;
  height: 36px;
  margin: 5px 0;
  border: none;
  font-size: 12px;
  border-radius: 18px;
}

.after-login .drop-down .message-btn {
  width: 100%;
  height: 40px;
  margin: 10px auto 0;
  border: none;
  color: #fff;
  font-size: 12px;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.after-login .drop-down .logout-btn {
  width: 100%;
  height: 40px;
  margin: 5px auto 0;
}

.after-login .drop-down .message-btn .count {
  width: 18px;
  height: 18px;
  position: relative;
  color: #ffffff;
  border-radius: 50%;
  background-image: none;
  background-color: #c63700;
  font-size: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  display: inline-block;
  padding: 1px 0 0;
  left: 0;
  right: 0;
  top: 0;
  margin-left: 5px;
}

/* Header Menu */

.header-menu {
  width: 100%;
  height: 50px;
}

.main-menu {
  width: 100%;
  height: 100%;
}

.main-menu ul {
  width: calc(50% - 126px);
  height: 100%;
}

.main-menu ul:first-child {
  margin-right: auto;
}

.main-menu ul li a {
  width: 100%;
  height: calc(100% + 1px);
  max-width: 120px;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  margin: 1px auto 0;
  overflow: hidden;
}

.main-menu ul li a span {
  transition: 0s;
}

.main-menu ul li a:hover {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 10px rgba(255, 255, 255, 0.5);
}

.main-menu ul li a:before,
.main-menu ul li a:after {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s;
}

.main-menu ul li a:hover:before,
.main-menu ul li a:hover:after {
  opacity: 1;
}

.main-menu ul li a:before {
  height: 100%;
  width: 80%;
  border-radius: 50%;
  bottom: -100%;
  box-shadow: 0 0 20px rgba(255, 207, 81, 1), 0 0 30px rgba(255, 207, 81, 0.25);
}

.main-menu ul li a:after {
  width: 0;
  height: 2px;
  border-radius: 3px;
  background-color: #ffed51;
  background-image: linear-gradient(to right, #ffed51, #faee86, #ffed51);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
}

.main-menu ul li a:hover:after {
  width: 100%;
}

.main-menu ul li a .icon-panel {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: linear-gradient(#14c9fc, #0067ed);
  color: rgba(0, 0, 0, 0.75);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  margin-right: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(4, 98, 220, 1);
  overflow: hidden;
}

.main-menu ul li a:hover .icon-panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 207, 81, 0.5);
}

.main-menu ul li a .icon-panel:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-image: linear-gradient(#ffed51, #9c8e17);
  opacity: 0;
  transition: 0.3s;
}

.main-menu ul li a:hover .icon-panel:before {
  opacity: 1;
}

/* Banner Section */

.banner-section {
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 3;
}

.banner-section:before,
.banner-section:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 10px;
  /* background-image: url(../Images/stage-bg.png); */
  background-position: bottom center;
  background-repeat: no-repeat;
}

.banner-section:after {
  /* background-image: url(../Images/stage-on-bg.png); */
  animation: stageAnim 3s ease infinite;
}

@keyframes stageAnim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.banner-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-background img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-background .woman {
  width: 31.31%;
  left: 15%;
  bottom: 19%;
  animation: womanAnim 10s ease infinite;
}

@keyframes womanAnim {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  8% {
    opacity: 1;
    transform: translateY(0);
  }
  95% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

.banner-background .slot-machine {
  width: 24.87%;
  left: 8.75%;
  bottom: 22%;
  animation: slotMachineAnim 10s ease infinite;
}

@keyframes slotMachineAnim {
  0% {
    opacity: 0;
    transform: translateX(15%);
  }
  4% {
    opacity: 0;
    transform: translateX(15%);
  }
  12% {
    opacity: 1;
    transform: translateX(0);
  }
  95% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}

.banner-background .candy {
  width: 11.36%;
  left: 28.9%;
  bottom: 24%;
  transform-origin: bottom left;
  animation: candyAnim 10s ease infinite;
}

@keyframes candyAnim {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  4% {
    opacity: 0;
    transform: scale(0.5);
  }
  12% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.banner-background .madagascar {
  width: 17.48%;
  left: 6.5%;
  bottom: 26%;
  transform-origin: bottom right;
  animation: madagascarAnim 10s ease infinite;
}

@keyframes madagascarAnim {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  8% {
    opacity: 0;
    transform: scale(0.5);
  }
  14% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.banner-background .wild {
  width: 20.03%;
  left: -1.5%;
  bottom: 13.5%;
  animation: starWildAnim 10s ease infinite;
}

@keyframes starWildAnim {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-45deg);
  }
  8% {
    opacity: 0;
    transform: scale(0.5) rotate(-45deg);
  }
  14% {
    opacity: 1;
    transform: scale(1) rotate(10deg);
  }
  20% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  95% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: scale(1) rotate(0deg);
  }
}

.banner-background .seven {
  width: 9.21%;
  left: -2%;
  bottom: 53%;
  transform-origin: bottom right;
  animation: sevenAnim 10s ease infinite;
}

@keyframes sevenAnim {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(45deg);
  }
  8% {
    opacity: 0;
    transform: scale(0.5) rotate(45deg);
  }
  14% {
    opacity: 1;
    transform: scale(1) rotate(-10deg);
  }
  20% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  95% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: scale(1) rotate(0deg);
  }
}

.banner-background .chips {
  width: 13.71%;
  left: 34.5%;
  bottom: 13.75%;
  transform-origin: top left;
  animation: chipsAnim 10s ease infinite;
}

@keyframes chipsAnim {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  4% {
    opacity: 0;
    transform: scale(0.5);
  }
  12% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* Banner Board */

.banner-board .board-panel {
  width: 297px;
  height: 300px;
  background-size: 100% 100%;
  margin: 30px 0 0;
  position: relative;
  z-index: 1;
}

.banner-board .board-panel .header {
  width: 93%;
  height: 40px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 5px auto 10px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 24px;
  font-style: italic;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 8px rgba(255, 255, 255, 0.5);
}

.banner-board .board-panel .header .icon {
  margin-right: 2px;
  position: relative;
  top: 4px;
}

/* Event Board */

.banner-board .notice-board {
  height: auto;
}

.banner-board .event-board {
  height: auto;
}

.banner-board .notice-board .bg {
  filter: drop-shadow(0 3px 0 #872d25) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
}

.banner-board .event-board .bg {
  filter: drop-shadow(0 3px 0 #0d7013) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
}

.banner-board .board-panel .event-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.banner-board .event-board .deco {
  width: 26.94%;
  position: absolute;
  right: -5%;
  bottom: 0;
  transform-origin: bottom center;
  animation: eventDecoAnim 1.5s ease infinite;
}

@keyframes eventDecoAnim {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-3deg);
  }
  45% {
    transform: rotate(1deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* Realtime Board */

.banner-board .realtime-board {
  width: 334px;
  background-image: url(../Images/realtime-bg.png);
  filter: drop-shadow(0 3px 0 #0b3172) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
  margin-left: -28px;
  margin-right: -28px;
}

.banner-board .realtime-board .header {
  width: 72%;
}

.rolling-realtime {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 0;
}

.rolling-realtime .slick-slider {
  width: 100%;
}

.rolling-realtime .slick-list {
  height: 245px !important;
}

.rolling-realtime .slick-slide {
  width: 100% !important;
  height: 35px;
}

.rolling-realtime ul {
  width: 100%;
  float: left;
  padding-left: 0;
}

.rolling-realtime ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 35px;
  cursor: pointer;
  transition: 0.3s;
}

.rolling-realtime ul li div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  transition: 0.3s;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.rolling-realtime ul li:hover div {
  background-color: rgba(255, 255, 255, 0.05);
}

.rolling-realtime ul li div.user {
  width: 35%;
  justify-content: flex-start;
}

.rolling-realtime ul li div.amount {
  font-size: 13px;
  font-family: noto-sans-bold;
  width: 45%;
  padding-right: 1%;
}

.rolling-realtime ul li div.date {
  width: 30%;
  text-align: right;
}

/* Mobile Board */

.mobile-board {
  width: 100%;
  max-width: 600px;
  border-radius: 18px;
  background-image: linear-gradient(#74c7ef, #1e5cbf);
  border: solid 1px #48a4cd;
  box-shadow: 0 3px 0 #09285c;
  margin: 0 auto 20px;
  z-index: 3;
  position: relative;
}

.mobile-board .header {
  width: 93%;
  height: 40px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 5px auto 10px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 24px;
  font-style: italic;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 8px rgba(255, 255, 255, 0.5);
}

.mobile-board .header .icon {
  margin-right: 2px;
  position: relative;
  top: 4px;
}

.mobile-board .content {
  padding: 0 15px;
}

.mobile-board .rolling-realtime {
  max-width: 400px;
}

/* Page Content */

.page-content {
  padding: 25px 0 26px;
  z-index: auto;
}

.page-content:before {
  width: 100%;
  height: 1385px;
  left: 0;
  top: -200px;
  background-image: url(../Images/main-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}

.page-background {
  width: 100%;
  min-width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  pointer-events: none;
  z-index: 2;
}

.page-background:before,
.page-background:after {
  width: 100%;
  background-repeat: no-repeat;
  top: 0;
}

.page-background:before {
  height: 1181px;
  background-image: url(../Images/left-bg.png);
  background-position: bottom left;
  left: 0;
  animation: leftBgAnim 10s ease infinite;
}

@keyframes leftBgAnim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
  }
}

.page-background:after {
  height: 1034px;
  background-image: url(../Images/right-bg.png);
  background-position: bottom right;
  right: 0;
  top: 110px;
  animation: rightBgAnim 10s ease infinite;
}

@keyframes rightBgAnim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0);
  }
}

.page-background img {
  position: absolute;
}

.page-background .fairy {
  left: 30px;
  top: -145px;
  transform-origin: top center;
  animation: fairyAnim 5s ease infinite;
}

@keyframes fairyAnim {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

.page-background .symbols {
  left: 0;
  top: -110px;
  transform: bottom center;
  animation: symbolsAnim 8s ease infinite;
}

@keyframes symbolsAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.page-background .dog {
  right: 40px;
  top: -60px;
  animation: dogAnim 3s ease infinite;
}

@keyframes dogAnim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7%);
  }
  100% {
    transform: translateY(0);
  }
}

.page-background .sevens {
  right: -25px;
  top: -105px;
  transform: bottom center;
  animation: symbolsAnim 8s ease infinite;
}

/* Slot Section  */

.slot-section {
  width: calc(100% + 22px);
  margin: 0 -11px;
  position: relative;
  z-index: 3;
}

.slot-btn {
  width: calc(18% - 24px);
  margin: 0 12px 24px;
}

.slot-btn:before {
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  border-radius: 18px;
  background-color: rgba(14, 15, 20, 0.75);
  border: solid 1px #426199;
  transition: 0.3s;
  animation: slotBtnShadow 1s ease 1;
}

@keyframes slotBtnShadow {
  0% {
    opacity: 0;
    transform: translate(-5px, -5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.slot-btn:hover:before {
  transform: rotate(5deg) translate(-5px, -5px);
  border-color: #689eff;
  background-color: rgba(14, 15, 20, 0.75);
}

.slot-btn .g-panel {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background-color: #000000;
  border: solid 1px #384d74;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 1);
  animation: slotBtnPanel 1s ease 1;
}

@keyframes slotBtnPanel {
  0% {
    opacity: 0;
    transform: translate(5px, 5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.slot-btn:hover .g-panel {
  border-color: #689eff;
  transform: translate(5px, 5px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 1), 0 0 10px rgba(62, 130, 255, 1);
}

.slot-btn .g-panel:before,
.slot-btn .g-panel:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  z-index: 2;
}

.slot-btn .g-panel:before {
  background-image: url(../Images/emboss-bg.png);
}

.slot-btn .g-img {
  width: 100%;
  transition: 0.3s;
}

.slot-btn:hover .g-img {
  opacity: 0.5;
}

.slot-btn .g-footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 0 5px;
}

.slot-btn .g-footer:before {
  width: 100%;
  height: 120%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.slot-btn .g-footer .g-logo {
  width: 100%;
  height: 50px;
}

.slot-btn .g-footer .g-logo img {
  max-width: 80%;
  height: 100%;
}

.slot-btn .g-footer .g-logo:before,
.slot-btn .g-footer .g-logo:after {
  width: 14px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #5db0fe;
  box-shadow: 0 0 5px #1d91ff;
  border-radius: 2px;
  transition: 0.3s;
}

.slot-btn .g-footer .g-logo:before {
  bottom: 1px;
}

.slot-btn .g-footer .g-logo:after {
  width: 50px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 8px #1d91ff;
}

.slot-btn:hover .g-footer .g-logo:after {
  width: 50%;
}

.slot-btn .g-footer .g-logo img {
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 1));
}

.slot-btn .g-footer .g-name {
  width: 100%;
  height: 35px;
  color: #ffffff;
  font-family: noto-sans-bold;
  font-size: 16px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
  margin-top: 5px;
}

.slot-btn .play-btn {
  width: 110px;
  height: 34px;
  border-radius: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 30px;
  margin: auto;
  border: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 3px rgba(0, 0, 0, 0.75);
  transition: 0.3s;
  opacity: 0;
  transform: translateY(-15px);
  background-image: linear-gradient(#ffe244, #a25406);
}

.slot-btn:hover .play-btn {
  transition: 0.5s;
  opacity: 1;
  transform: translateY(0);
}

.slot-btn .play-btn:before {
  background-image: linear-gradient(#ff744a, #b92b00);
}

/* Footer Section */

.footer-section {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 4;
}

.footer-providers {
  background-color: #15171e;
  border-top: solid 1px #475775;
  border-bottom: solid 1px rgba(0, 0, 0, 0.75);
  padding: 10px 0 25px;
}

.footer-providers img {
  max-width: 144px;
  max-height: 28px;
  margin: 6px 18px;
}

.footer-providers .pragmatic-lg {
  max-height: 52px;
}

.footer-providers .size-lg {
  max-width: 110px;
}

.footer-copyright {
  padding: 15px 0 25px;
  background-color: #0e0f14;
  border-top: solid 1px #30353f;
  background-image: url(../Images/header-bg.png);
  background-repeat: repeat-x;
  background-position: top 8px center;
  overflow: hidden;
}

.footer-copyright:before {
  width: 80%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: 0 auto;
  box-shadow: 0 0 100px rgba(71, 165, 255, 0.3);
}

.footer-copyright .logo {
  width: 120px;
  margin: 0 0 10px;
}

.footer-copyright .logo .logo-img {
  opacity: 0.5;
}

.footer-copyright .copyright-text {
  width: 100%;
  display: inline-block;
  color: rgba(180, 218, 255, 0.3);
  font-size: 12px;
}

/*=========================================================== M O D A L ===============================================================*/

.modal-backdrop {
  background-color: #000000;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal {
  padding: 0 !important;
  overflow-y: auto;
}

.modal::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}

.modal::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.modal *::-webkit-scrollbar {
  width: 10px;
  background: #000000;
  border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
  background: linear-gradient(#7ac8ff, #0079ce);
  border: solid 2px #000000;
  border-radius: 5px;
}

.modal-dialog {
  max-width: 800px;
  padding: 0 !important;
}

.modal-dialog.size-md {
  max-width: 1024px;
}

.modal-dialog.size-lg {
  max-width: 1140px;
}

.modal-content {
  overflow: visible;
  background-color: #03070e;
  background-image: linear-gradient(#03070e, #07152c);
  border-radius: 18px;
  border: solid 2px #0c254e;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 1), 0 2px 5px rgba(0, 0, 0, 1), inset 0 0 1px 1px rgba(0, 0, 0, 0.5);
}

.modal-content:before {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(64, 122, 195, 0), rgba(64, 122, 195, 1), rgba(64, 122, 195, 0));
  left: 0;
  top: -2px;
  z-index: 2;
}

.modal-content:after {
  width: 100%;
  height: 100%;
  background-image: url(../Images/header-bg.png);
  background-repeat: repeat-x;
  left: 0;
  top: 63px;
}

/* Modal Close Btn */

.modal-close-btn {
  width: 31px;
  height: 31px;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 15px;
}

.modal-close-btn:before,
.modal-close-btn:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-size: 100% 100%;
}

.modal-close-btn:hover:before,
.modal-close-btn:hover:after {
  transform: rotate(180deg);
}

.modal-close-btn:before {
  background-image: url(../Images/x-bg.png);
}

.modal-close-btn:after {
  background-image: url(../Images/x-on.png);
  opacity: 0;
}

.modal-close-btn:hover:before {
  opacity: 0;
}

.modal-close-btn:hover:after {
  background-image: url(../Images/x-on.png);
  opacity: 1;
}

/* Modal Header */

.modal-header {
  width: calc(100% + 4px);
  height: 55px;
  background-image: linear-gradient(#162f53, #0e1b31);
  border: none;
  border-radius: 18px 18px 2px 2px;
  margin: -2px -2px 10px;
}

.modal-header:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-image: linear-gradient(#0e1c30, #08111f);
  border-radius: 18px 18px 2px 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.modal-header .title-panel {
  width: 100%;
  height: 100%;
  max-width: 300px;
  background-image: linear-gradient(#172f50, #0d1d31);
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 1));
}

.modal-header .title-panel:before,
.modal-header .title-panel:after {
  width: 41px;
  height: 100%;
  top: 0;
  background-image: url(../Images/modal-title.png);
  background-size: 41px 100%;
}

.modal-header .title-panel:before {
  left: -41px;
}

.modal-header .title-panel:after {
  right: -41px;
  transform: rotateY(180deg);
}

.modal-header .title-panel .bullets {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.modal-header .title-panel .bullets:before,
.modal-header .title-panel .bullets:after {
  width: 12px;
  height: 11px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url(../Images/screw-bg.png);
  background-size: 100% 100%;
  filter: drop-shadow(0 0 10px rgba(41, 114, 223, 1)) drop-shadow(0 0 10px rgba(41, 114, 223, 1))
    drop-shadow(0 0 10px rgba(41, 114, 223, 1));
}

.modal-header .title-panel .bullets:before {
  left: -60px;
}

.modal-header .title-panel .bullets:after {
  right: -60px;
}

.modal-header .title-panel .title {
  font-size: 28px;
  font-family: noto-sans-black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(#f8f8fd, #f8f8fd, #384968);
  background-size: 100% 100%;
  position: relative;
  color: #ffffff;
  font-family: noto-sans-black;
  white-space: nowrap;
}

.modal-header .title-panel .title:before {
  content: attr(data-text);
  display: inline-block;
  background: 0 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-shadow: 0 2px 0 #030813, 0 -2px 0 #030813, 2px 0 0 #030813, -2px 0 0 #030813, -2px 2px 0 #030813,
    2px 2px 0 #030813, 2px -2px 0 #030813, -2px -2px 0 #030813, 0 3px 0 #8b99b0, 0 -3px 0 #8b99b0, 3px 0 0 #8b99b0,
    -3px 0 0 #8b99b0, -3px 3px 0 #8b99b0, 3px 3px 0 #8b99b0, 3px -3px 0 #8b99b0, -3px -3px 0 #8b99b0;
  z-index: -1;
}

.modal-header .title-panel .title:after {
  content: '';
  width: 150px;
  height: 53px;
  background-size: 100% 100%;
  background-image: url(../Images/glare-bg.png);
  position: absolute;
  left: -78px;
  top: -10px;
  opacity: 0.5;
  animation: titleGlare 1s ease infinite;
}

@keyframes titleGlare {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}

/* Modal Menu */

.modal-menu {
  width: 100%;
  flex-wrap: nowrap;
  margin: 0 0 10px;
}

.modal-menu button {
  width: 100%;
  height: 50px;
  margin: 0 2px;
  border: none;
  background-color: transparent;
  color: #828fac;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}

.modal-menu button i {
  margin-right: 5px;
  font-size: 16px;
}

.modal-menu button.active i {
  color: #c38eff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(142, 52, 255, 1);
}

.modal-menu button:hover {
  color: #ffffff;
}

.modal-menu button.active {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 0 5px rgba(41, 114, 223, 1);
}

.modal-menu button:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-top: solid 2px #132650;
  border-bottom: solid 2px #132650;
  background-color: #0c1836;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  box-shadow: 0 1px 2px rgba(0, 0, 0, 1);
  transition: 0.3s;
}

.modal-menu button:hover:before {
  border-top-color: #285c9a;
  border-bottom-color: #285c9a;
  background-color: #122e4e;
}

.modal-menu button.active:before {
  border-top-color: #285c9a;
  border-bottom-color: #285c9a;
  background-color: #122e4e;
}

/* Modal Body */

.modal-body {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

/* Terms of Use */

.terms-use {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}

.terms-use .text-container {
  width: 100%;
  height: 100px;
  background-color: #162740;
  border: solid 1px #5076a8;
  padding: 5px 8px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.terms-use .text-container .scroll-panel {
  width: 100%;
  height: 100%;
  float: left;
  overflow-y: scroll;
  text-align: left;
  padding: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.terms-use .text-container .scroll-panel p {
  margin: 0;
}

.terms-use .text-container .scroll-panel .title {
  color: #fffc32;
  font-size: 18px;
  margin: 0 0 15px;
}

.terms-use .question {
  width: 100%;
  height: auto;
  text-align: left;
  margin: 10px 0;
  font-size: 12px;
}

.terms-use .question .ques-txt {
  color: #bbbbbb;
  margin-right: 10px;
}

.terms-use .question input {
  position: relative;
  top: 2px;
}

/* Modal Banner */

.modal-banner {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background-color: #1f375b;
  background-image: url(../Images/modal-banner.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: 30px;
  padding: 0 15px;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.modal-banner:before {
  width: 100%;
  height: 97px;
  left: 10px;
  bottom: 0;
  background-position: bottom right;
  background-image: url(../Images/modal-char.png);
  background-repeat: no-repeat;
}

.modal-banner .info-icon {
  color: #c38eff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(142, 52, 255, 1);
  margin-right: 5px;
}

.modal-banner .ask-link {
  color: #8bff8b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  margin-left: 10px;
}

.modal-banner .ask-link:hover {
  color: #ffeb43;
}

.modal-banner .ask-link i {
  margin-left: 5px;
}

/* Form Label */

.form-container .form-label {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
  padding: 0 10px;
}

.form-container .form-label .labels {
  width: auto;
  min-width: 160px;
  height: auto;
  color: #bbbbbb;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  margin: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

.form-container .form-label .amount {
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

.form-container .form-label .amount .symbol {
  color: #ffec5b;
}

.transferModal .form-container .form-group.w-btn button {
  width: 140px;
  height: 43px;
  box-shadow: none;
  border-radius: 5px;
}

/* Form Container */

.form-container {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.form-container .form-group {
  width: 100%;
  display: inline-block;
  margin: 0 0 15px;
}

.form-container .form-group:last-child {
  margin: 0 0;
}

.form-container .labels {
  width: 100%;
  text-align: left;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 5px;
}

.form-container .infos {
  width: 100%;
  display: flex;
  align-items: center;
}

.form-container .form-group .input-container {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-container .w-btn .input-container {
  width: calc(100% - 125px);
}

.transferModal .form-container .w-btn .input-container {
  width: calc(100% - 145px);
}

.form-container .form-group input {
  width: 100%;
  height: 45px;
  float: left;
  color: #ffffff;
  background-color: #0e1a2b;
  border: solid 1px #324760;
  border-radius: 5px;
  transition: 0.3s;
  padding: 0 15px;
}

.form-container .form-group .quill {
  width: 100%;
  height: 200px;
  float: left;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: 0.3s;
  padding: 20px 10px;
  resize: none;
}

.customerModal .form-container .form-group input {
  height: 70px;
  font-size: 18px;
}

.form-container .w-icon input {
  padding: 0 0 0 50px;
}

.form-container .form-group input:read-only {
  color: #7cb6ff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

.form-container .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .input-container .icon-panel {
  min-width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #c38eff;
}

.form-container .form-group .select-input {
  width: 100%;
  height: 45px;
  float: left;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.02);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  position: relative;
}

.form-container .cdb-form .select-input {
  margin: 0 2px;
}

.form-container .cdb-form .select-input:first-child {
  margin-left: 0;
}

.form-container .cdb-form .select-input:last-child {
  margin-right: 0;
}

.form-container .cdb-form .select-input.year {
  max-width: 145px;
}

.form-container .cdb-form .select-input.date-month {
  max-width: 95px;
}

.form-container .form-group .select-input select {
  width: 100%;
  height: 100%;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  -webkit-appearance: none;
  padding: 0 15px;
  cursor: pointer;
}

.form-container .form-group select option {
  background-color: #1f0a0a;
  color: #fff;
}

.form-container .form-group .select-input i {
  font-size: 18px;
  position: absolute;
  right: 15px;
}

.form-container .form-group .checkbox-input {
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-left: 10px;
}

.form-container .form-group .checkbox-input input {
  margin-right: 5px;
  cursor: pointer;
}

.form-container .form-group textarea {
  width: 100%;
  height: 200px;
  float: left;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: 0.3s;
  padding: 20px 18px;
  resize: none;
}

.form-container .form-group .answer {
  width: 100%;
  height: 200px;
  float: left;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: 0.3s;
  padding: 20px 18px;
  resize: none;
  overflow: auto;
}

.form-container .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .form-btn {
  width: 120px;
  height: 44px;
  border: none;
  float: right;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  margin: 0 0 0 5px;
  border-radius: 8px;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

/* Form Btn Group */

.form-container .form-group .infos .btn-grp {
  width: 100%;
  float: left;
}

.form-container .form-group .infos .btn-grp button {
  width: 16.66%;
  width: calc(16.66% - 4px);
  height: 35px;
  float: left;
  margin: 0 2px;
  background-color: #58687e;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  transition: 0.3s;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.form-container .form-group .infos .btn-grp button:hover {
  background-color: #38485d;
}

.form-container .form-group .infos .btn-grp button:first-child {
  margin-left: 0;
  width: calc(16.66% - 2px);
}

.form-container .form-group .infos .btn-grp button:last-child {
  width: calc(16.66% - 2px);
  margin-right: 0;
  background-color: #c54040;
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
  background-color: #e30404;
}

/* Modal Footer */

.modal-footer {
  width: 100%;
  border: none;
  margin: 20px auto 30px;
}

.modal-footer .form-footer {
  width: calc(100% + 8px);
  flex-wrap: nowrap;
  margin: 0 -4px;
}

.modal-footer .form-footer button {
  width: 100%;
  max-width: 160px;
  height: 50px;
  background-image: linear-gradient(to right, #2a88ff, #5df2ff, #2a88ff);
  border-radius: 3px;
  border: none;
  margin: 0 5px;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  position: relative;
}

.modal-footer .form-footer button .btn-panel {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 3px;
  background-color: #0f2f66;
  overflow: hidden;
  transition: 0.3s;
}

.modal-footer .form-footer button:hover .btn-panel {
  background-color: #1d51aa;
}

.modal-footer .form-footer .cancel-btn:hover .btn-panel {
  background-color: #2d3e58;
}

.modal-footer .form-footer button .btn-panel:before {
  width: 50%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(67, 199, 254, 1);
}

.modal-footer .form-footer button .btn-inner {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 2px;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
}

.modal-footer .form-footer button .btn-inner:before,
.modal-footer .form-footer button .btn-inner:after {
  width: 100%;
  height: 1px;
  left: 0;
  background-image: linear-gradient(to right, rgba(55, 116, 214, 0), rgba(55, 116, 214, 1), rgba(55, 116, 214, 0));
}

.modal-footer .form-footer button .btn-inner:before {
  top: 0;
}

.modal-footer .form-footer button .btn-inner:after {
  bottom: 0;
}

/* Btn Cancel */

.modal-footer .form-footer .cancel-btn {
  background-image: linear-gradient(to right, #305897, #65baf2, #305897);
}

.modal-footer .form-footer .cancel-btn .btn-panel {
  background-color: #111f36;
}

.modal-footer .form-footer .cancel-btn .btn-panel:before {
  box-shadow: 0 0 30px rgba(52, 90, 155, 1);
}

.modal-footer .form-footer .cancel-btn .btn-inner:before,
.modal-footer .form-footer .cancel-btn .btn-inner:after {
  background-image: linear-gradient(to right, rgba(49, 76, 118, 0), rgba(49, 76, 118, 1), rgba(49, 76, 118, 0));
}

/* Pagination */

.pagination {
  margin: -15px 0 0;
}

.pagination li {
  float: left;
}

.pagination > li > a {
  width: 28px;
  height: 28px;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #305897;
  background-color: #111f36;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}

.pagination > li > a:before,
.pagination > li > a:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
}

.pagination > li > a:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
}

.pagination > li > a:after {
  width: 60%;
  height: 100%;
  border-radius: 50%;
  margin: 0 auto;
  top: 100%;
  box-shadow: 0 0 15px rgba(52, 90, 155, 1), 0 0 15px rgba(52, 90, 155, 1);
}

.pagination .turn-pg a {
  font-size: 12px;
  margin: 0 13px;
  background-color: #1f4670;
}

.pagination .turn-pg a:hover {
  background-color: #2f66a1;
}

.pagination > li > a:hover {
  background-color: #1f4670;
}

.pagination .active {
  background-color: #0f2f66;
  border-color: #2a88ff;
}

.pagination .active:hover {
  background-color: #0f2f66;
}

/* BS Table */

.bs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
}

.bs-table.with-depth {
  border-spacing: 0 2px;
}

.bs-table thead th {
  height: 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #263347;
}

.bs-table thead th:first-child {
  border-radius: 5px 0 0 5px;
}

.bs-table thead th:last-child {
  border-radius: 0 5px 5px 0;
}

.with-depth thead th {
  border-radius: 5px !important;
}

.bs-table tr {
  cursor: pointer;
}

.bs-table tr td {
  height: 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 1px;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.05);
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.bs-table tr td:first-child {
  border-radius: 5px 0 0 5px;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.bs-table tr td:last-child {
  border-radius: 0 5px 5px 0;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.bs-table tr:hover td {
  background-color: rgba(255, 255, 255, 0.1);
}

.bs-table tr td a {
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.bs-table tr td a:hover {
  color: #fff469;
}

.bs-table tr.active .title-td {
  color: #fff469;
}

.bs-table tr.active td a {
  color: #fff469;
}

.bs-table tr .count-td {
  width: 60px;
}

.bs-table tr .count-tag {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  padding: 1px 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #ffffff;
  font-family: noto-sans-bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  background-image: linear-gradient(#c38fff, #7135b7);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.bs-table tr .title-td {
  text-align: left;
  padding-left: 15px;
  max-width: 590px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bs-table tr .status-td {
  width: 80px;
  color: #cccccc;
}

.bs-table tr .date-td {
  width: 20%;
  color: #cccccc;
}

.bs-table tr .nav-td {
  width: 40px;
}

.bs-table tr td .delete-btn {
  background-color: transparent;
  border: none;
  color: #cccccc;
  font-size: 14px;
  transition: 0.3s;
}

.bs-table tr td .delete-btn:hover {
  color: #ff9200;
}

.bs-table tr td .nav-btn {
  background-color: transparent;
  border: none;
  position: relative;
}

.bs-table tr td .nav-btn i {
  position: relative;
  color: #fff;
  font-size: 10px;
  transition: 0.3s;
  transform: rotate(0deg);
}

.bs-table tr td .nav-btn:hover i {
  color: #ffca5f;
}

.bs-table tr.active td .nav-btn i {
  transform: rotate(180deg);
  top: 5px;
}

.bs-table tr td .plus-btn {
  width: 16px;
  height: 16px;
  background-color: var(--yellow);
  border: none;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  padding: 0 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.bs-table tr td .plus-btn:hover {
  background-color: #ff9200;
}

.bs-table tr td .plus-btn:before,
.bs-table tr td .plus-btn:after {
  content: '';
  width: 2px;
  height: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.3s;
}

.bs-table tr td .plus-btn:after {
  transform: rotate(90deg);
}

.bs-table tr.active td .plus-btn:before {
  height: 0;
}

.bs-table tr td .plus-btn:hover:before,
.bs-table tr td .plus-btn:hover:after {
  background-color: #ffffff;
}

.new-icon {
  min-width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  background-color: #ff7444;
  background-image: linear-gradient(#ff7444, #942900);
  line-height: 14px;
  text-align: center;
  margin-left: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 3px;
}

/* With Depth */

.with-depth tr:nth-last-child(2) td:first-child {
  border-radius: 0 0 0 10px;
}

.with-depth tr:nth-last-child(2) td:last-child {
  border-radius: 0 0 10px 0;
}

.with-depth .message-content {
  display: none;
  height: 200px;
  margin: 2px 0 5px;
}

.with-depth tr.depth-click {
  cursor: pointer;
}

.with-depth tr.dropdown {
  background-color: transparent;
}

.with-depth tr.dropdown td {
  padding: 0;
  border: none;
  height: auto;
  box-shadow: none;
}

.with-depth tr.dropdown td {
  background-color: transparent;
  border: none;
}

.with-depth tr.dropdown:hover td {
  background-color: transparent;
  border: none;
}

/* Message Content */

.message-content {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 1px #182336;
  margin: 5px 0 0;
  padding: 10px;
  border-radius: 5px;
}

.message-content .inner-container {
  width: 100%;
  height: 100%;
  float: left;
  color: #fff;
  white-space: pre-wrap;
  text-align: left;
  overflow-y: scroll;
  padding: 5px 10px;
}

/* Form Title */

.form-title {
  width: 100%;
  padding: 10px 0;
  color: #ffffff;
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 1), 0 0 10px rgba(255, 255, 255, 0.5);
}

.form-title:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-top: solid 2px #285c9a;
  border-bottom: solid 2px #285c9a;
  background-color: #122e4e;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  box-shadow: 0 1px 2px rgba(0, 0, 0, 1);
  transition: 0.3s;
}

/* Login Modal */

.loginModal .modal-dialog {
  max-width: 500px;
}

.modal-header .title-panel {
  max-width: 200px;
}

.loginModal .logo {
  top: 0;
  left: 0;
  margin: 0 auto 30px;
}

.loginModal .modal-body {
  max-width: 400px;
}

.loginModal .modal-footer {
  max-width: 400px;
}

.joinModal .modal-footer .form-footer button {
  width: 100%;
  max-width: 300px;
}

/* Gamelist Page */

.gamelist-section {
  width: 100%;
  min-height: 580px;
  position: relative;
  z-index: 3;
}

.gamelist-menu {
  margin-bottom: 20px;
}

.provider-toggle {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  display: none;
  margin: 0 0 5px;
  border: none;
  color: #ffffff;
  border: solid 1px #11bdfa;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 2px 0 rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.provider-toggle i {
  transition: 0.3s;
  transform: rotate(0deg);
  margin-left: 8px;
  font-size: 20px;
  position: relative;
}

.provider-toggle.opened i {
  transform: rotate(180deg);
  top: 3px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.gamelist-menu .menu-btn {
  width: calc(12.5% - 4px);
  height: 50px;
  margin: 0 2px 5px;
  border-radius: 8px;
  background-image: linear-gradient(#4a5a79, #2b3343);
  border: solid 1px #4a5a79;
  color: #ffffff;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(0, 0, 0, 0.5);
}

.gamelist-menu .menu-btn.hotgame {
  background-image: linear-gradient(#c38fff, #7135b7);
  border-color: #c38fff;
}

.gamelist-menu .menu-btn.active {
  color: rgba(0, 0, 0, 0.75);
  font-family: noto-sans-bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  background-image: linear-gradient(#ffe92f, #a76400) !important;
  border-color: #ffe92f !important;
}

.gamelist-menu .menu-btn:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  opacity: 0;
}

.gamelist-menu .menu-btn.active:before {
  display: none;
}

.gamelist-menu .menu-btn:hover:before {
  opacity: 1;
}

.gamelist-menu .menu-btn:after {
  width: 80%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: -100%;
  margin: 0 auto;
  box-shadow: 0 0 50px #6ea4d9;
}

.gamelist-menu .menu-btn.hotgame:after {
  box-shadow: 0 0 50px rgba(249, 174, 207, 1);
}

.gamelist-menu .menu-btn.active:after {
  box-shadow: 0 0 50px rgba(255, 227, 110, 1);
}

.gamelist-menu .menu-btn .icon-panel {
  width: 42px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 12px 0 2px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.15);
}

.gamelist-menu .menu-btn .icon-panel img {
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.25));
}

.gamelist-menu .menu-btn span {
  transition: 0s;
}

/* Gamelist Container */

.gamelist-container .game-btn {
  width: calc(14.28% - 10px);
  display: inline-block;
  margin: 0 5px 10px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background-color: rgba(14, 15, 20, 0.75);
  border: solid 1px #305897;
  padding: 8px;
}

.gamelist-container .game-btn:hover {
  border-color: #689eff;
}

.gamelist-container .game-btn .g-panel {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background-color: #000000;
  border: solid 1px #000000;
}

.gamelist-container .game-btn:hover .g-panel {
  border-color: #689eff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 1), 0 0 10px rgba(62, 130, 255, 1);
}

.gamelist-container .game-btn .g-panel:before,
.gamelist-container .game-btn .g-panel:after {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: 0.3s;
  z-index: 2;
  border-radius: 14px;
}

.gamelist-container .game-btn .g-panel:after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
}

.gamelist-container .game-btn .g-img {
  width: 100%;
  transition: 0.3s;
}

.gamelist-container .game-btn:hover .g-img {
  opacity: 0.25;
  transform: scale(1.1);
}

.gamelist-container .game-btn .g-footer {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: 0.3s;
}

.gamelist-container .game-btn:hover .g-footer {
  opacity: 0;
  transform: translateY(50%);
}

.gamelist-container .game-btn .g-footer .name-text {
  display: inline-block;
  max-width: 96%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gamelist-container .game-btn .hover {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.gamelist-container .game-btn .hover .play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: linear-gradient(#ffe244, #a25406);
  border: none;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(25%);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.gamelist-container .game-btn .hover .play-btn:hover {
  box-shadow: 0 0 10px #ffb800;
}

.gamelist-container .game-btn:hover .hover .play-btn {
  opacity: 1;
  transform: translateY(0);
}

.gamelist-container .game-btn .hover .play-btn:before {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  background-image: linear-gradient(#ffe244, #a25406);
  box-shadow: 0 1px 1px #ffed8e, inset 0px -0.125em 1.17em #482400;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.gamelist-container .game-btn .hover .name-text {
  width: 100%;
  display: inline-block;
  padding: 5px 5px 0;
  color: #fff;
  opacity: 0;
  transform: translateY(-50%);
}

.gamelist-container .game-btn:hover .hover .name-text {
  opacity: 1;
  transform: translateY(0);
}

/* Message Modal */

.messageModal .message-content {
  height: 250px;
}

.verifyModal .modal-dialog {
  max-width: 500px;
}

.gamelistModal .modal-dialog {
  max-width: 1252px;
}

.gameplay-container {
  width: 100%;
  height: 570px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 20px auto 30px;
  overflow-y: scroll;
  padding-right: 5px;
}

.gameplay-btn {
  width: calc(12.5% - 10px);
  display: inline-block;
  position: relative;
  margin: 5px;
}

.gameplay-btn:before,
.gameplay-btn:after {
  content: '';
  width: 2px;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.gameplay-btn:before {
  left: 0;
}

.gameplay-btn:after {
  right: 0;
}

.gameplay-btn .count {
  width: 20px;
  height: 20px;
  background-color: #ee710b;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 1;
}

.gameplay-btn .inner-cont {
  width: 100%;
  float: left;
  border-radius: 10px;
  border: solid 2px #b78816;
  position: relative;
  overflow: hidden;
  background-image: url(../Images/gp-bg.jpg);
  background-size: 100% 100%;
  box-shadow: inset 0 1px 2px #000000;
}

.gameplay-btn.ingame .inner-cont {
  background-image: url(../Images/gp-bg-in.jpg);
}

.gameplay-btn.disabled .inner-cont {
  background-image: url(../Images/gp-bg-dis.jpg);
}

.gameplay-btn .inner-cont:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../Images/gp-glow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 0;
}

.gameplay-btn.ingame .inner-cont:before {
  animation: gpIngameAnim 0.5s linear infinite;
}

@keyframes gpIngameAnim {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.gameplay-btn .inner-cont:after {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: -50%;
  background-color: rgba(0, 0, 0, 0.35);
  transform-origin: center;
  transform: rotate(33deg) scale(1);
  z-index: 1;
  opacity: 1;
  transition: 0.5s;
}

.gameplay-btn:hover .inner-cont:after {
  opacity: 0;
  transform: rotate(33deg) scale(2);
}

.gameplay-btn.ingame:hover .inner-cont:after {
  opacity: 1;
  transform: rotate(33deg) scale(1);
}

.gameplay-btn.disabled:hover .inner-cont:after {
  opacity: 1;
  transform: rotate(33deg) scale(1);
}

.gameplay-btn.ingame .inner-cont:after {
  animation: gpInShadowAnim 3s ease infinite;
}

@keyframes gpInShadowAnim {
  0% {
    transform: rotate(33deg) scale(1);
  }

  50% {
    transform: rotate(33deg) scale(1.4);
  }

  100% {
    transform: rotate(33deg) scale(1);
  }
}

.gameplay-btn .main-bg {
  width: 100%;
  opacity: 0;
}

.gameplay-btn .slot-machine {
  width: 75%;
  position: absolute;
  top: 0;
  bottom: 30px;
  left: 10%;
  right: 0;
  margin: auto;
  z-index: 2;
}

.gameplay-btn.disabled .slot-machine {
  opacity: 0.44;
}

.gameplay-btn.ingame .slot-machine {
  animation: gpInSmAnim 2s linear infinite;
}

@keyframes gpInSmAnim {
  0% {
    transform: rotate(0deg);
  }

  8% {
    transform: rotate(3deg);
  }

  16% {
    transform: rotate(-3deg);
  }

  24% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.gameplay-btn .label-btn {
  width: 74px;
  height: 25px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #f6b404;
  color: #06020c;
  font-size: 14px;
  border: none;
  z-index: 2;
  transition: 0.3s;
}

.gameplay-btn:hover .label-btn {
  background-color: #f80303;
  color: #ffffff;
}

.gameplay-btn.ingame .label-btn {
  background-color: #3483f1;
  color: #06020c;
}

.gameplay-btn.disabled .label-btn {
  background-color: #61db1c;
  color: #06020c;
}

.gameplay-btn .disabled-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  font-size: 20px;
  border: none;
  z-index: 2;
  transition: 0.3s;
}

.ql-container.ql-snow {
  border: none;
}

.ql-toolbar {
  display: none;
}

/* 플레이스홀더 텍스트 스타일 */
.ql-editor.ql-blank::before {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
}
