:root {
  /* 골드 계열 메인 컬러 */
  --primary-color: #D4AF37;        /* 클래식 골드 (메인) */
  --primary-dark: #B8860B;         /* 다크 골드 */
  --primary-light: #FFD700;        /* 라이트 골드 */
  --primary-lighter: #FFE5B4;      /* 더 밝은 골드 */
  --primary-pale: #FFF8DC;         /* 페일 골드 (아주 연한 크림) */
  --accent-dark: #4A350A;          /* 다크 액센트 (거의 검정 골드) */
  --accent-light: #FFC125;         /* 라이트 액센트 (밝은 골드) */
  --text-primary: #ffffff;
  --bg-dark: #0A0804;              /* 골드 톤 다크 배경 */
  --border-color: #3a3d3f;
  --primary-shadow-color: rgba(212, 175, 55, 0.5);  /* 골드 그림자 */
  --secondary-color: #FFA500;      /* 오렌지 골드 */
  --header-bg: #1A1508;            /* 골드 톤 헤더 배경 */
  --notification-red: #e5361c;
  --jackpot-bg: #FFD700;           /* 골드 잭팟 배경 */
  --jackpot-inner: #1A1508;        /* 골드 톤 내부 */
  --jackpot-accent: rgba(212, 175, 55, 0.15);
  --rt-board-bg: #1A1508;          /* 골드 톤 실시간 보드 */
  --rt-board-border: #D4AF37;      /* 골드 테두리 */
  --rt-board-glow: #FFD700;        /* 골드 글로우 */
  --winning-border: #D4AF37;       /* 골드 당첨 테두리 */
  --winner-btn-bg: #4A350A;        /* 다크 골드 버튼 */
  --winner-btn-border: #B8860B;    /* 다크 골드 테두리 */
  --winner-btn-hover: #1A1508;     /* 골드 톤 호버 */
  --sc-footer-glow: rgba(212, 175, 55, 0.4);
  --board-wrap-bg: #1A1508;        /* 골드 톤 게시판 */
  --customer-banner-bg: #D4AF37;   /* 골드 배너 */
  --customer-banner-light: #FFD700; /* 라이트 골드 배너 */
  --modal-backdrop: rgba(10, 8, 4, 0.75);
  --modal-bg: #1A1508;
  --modal-dark: #0A0804;
  --modal-accent: rgba(212, 175, 55, 0.1);
  --form-icon-color: #D4AF37;      /* 골드 폼 아이콘 */
  --table-hover: rgba(212, 175, 55, 0.05);
  --count-tag-bg: #B8860B;         /* 골드 카운트 태그 */
  --count-tag-border: rgba(212, 175, 55, 0.5);

  --message-bg: rgba(212, 175, 55, 0.05);
  --message-border: rgba(212, 175, 55, 0.25);
  --pagination-bg: #40566d;
  --pagination-hover: #6487ab;
  --pagination-active: var(--accent-dark);
  --pagination-active-border: var(--primary-color);
  --calendar-td-bg: rgba(212, 175, 55, 0.1);
  --calendar-td-border: rgba(212, 175, 55, 0);
  --calendar-td-hover-border: rgba(212, 175, 55, 0.5);
  --attendance-panel-bg: rgba(212, 175, 55, 0.05);
  --attendance-panel-border: rgba(212, 175, 55, 0.25);
  --modal-nav-bg: rgba(0, 0, 0, 0.3);
  --modal-nav-text: #8ba4bf;
  --modal-nav-active-border: var(--accent-dark);
  --modal-nav-icon-active: var(--form-icon-color);
  --game-btn-bg: #223345;
  --game-btn-play-bg: var(--winner-btn-bg);
  --game-btn-play-border: var(--winner-btn-border);
  --game-btn-play-hover: var(--primary-color);
  --game-btn-play-gradient-start: var(--customer-banner-light);
  --game-btn-play-gradient-end: var(--accent-dark);
  --game-btn-play-practice-bg: #cccccc;
  --game-btn-play-practice-hover: #666666;
  --popup-header-bg: #4A350A;       /* 골드 톤 팝업 헤더 */
  --popup-header-icon: #75beff;
  --popup-close-hover: var(--customer-banner-light);
  --event-btn-border: #213953;
  --event-btn-border-hover: var(--customer-banner-light);
  --event-btn-footer-bg: #1A1508;
  --event-btn-footer-hover: #2A1F0A;
  --attend-date-tag-color: #8B6914; /* 골드 톤 날짜 태그 */
  --attend-date-gradient: linear-gradient(
    to right,
    rgba(212, 175, 55, 0.3),
    rgba(212, 175, 55, 0.1)
  );
  --mobile-menu-bg: #0A0804;       /* 골드 톤 모바일 메뉴 */
  --mobile-menu-gradient: linear-gradient(#1A1508, #0A0804);
  --mobile-menu-icon-gradient: linear-gradient(
    var(--primary-lighter),
    var(--primary-light),
    var(--primary-dark),
    var(--accent-dark)
  );

  --sc-footer-glow: rgba(212, 175, 55, 0.4);
  --board-wrap-bg: #1A1508;
  --customer-banner-bg: #D4AF37;
  --customer-banner-light: var(--primary-color);
  --modal-backdrop: rgba(10, 8, 4, 0.75);
  --modal-bg: #1A1508;
  --modal-dark: #1A1508;
  --modal-accent: rgba(212, 175, 55, 0.1);
  --form-icon-color: var(--primary-color);
  --table-hover: rgba(212, 175, 55, 0.05);
  --count-tag-bg: #B8860B;
  --count-tag-border: rgba(212, 175, 55, 0.5);
}

@font-face {
  font-family: "Pretendard-Light";
  src: url("fonts/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-Regular";
  src: url("fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-Bold";
  src: url("fonts/Pretendard-Bold.woff") format("woff");
  font-family: Pretendard-Bold;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-Black";
  src: url("fonts/Pretendard-Black.woff") format("woff");
  font-family: Pretendard-Black;
  font-style: normal;
}

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll !important;
}

html::-webkit-scrollbar {
  width: 0;
}

html::-webkit-scrollbar-thumb {
  width: 0;
}

div::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background-color: #203248;
}

div::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 5px;
  border: solid 2px #203248;
  background-color: var(--primary-color);
}

body {
  height: 100%;
  padding-right: 0 !important;
  text-align: center;
  background-color: #0A0804;  /* 골드 톤 배경 */
  color: #ffffff;
  font-size: 16px;
  font-family: "Pretendard-Light", sans-serif;
  font-weight: 300;
}

body.active {
  overflow: hidden;
}

button,
a,
input,
select,
textarea {
  outline: none !important;
  transition: 0.3s;
  white-space: nowrap;
}

button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

img {
  pointer-events: none;
}

tr {
  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;
  transition: 0.3s;
}

.w-border {
  padding: 90px 0;
}

.w-border.top {
  border-top: solid 1px #3a3d3f;
}

.d-border {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(58, 62, 64, 0.5);
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #303336;
}

.bg-darker {
  background-color: rgba(13, 14, 15, 0.5);
}

.bg-darkest {
  background-color: rgba(13, 14, 15, 0.75);
}

.bg-lighter {
  background-color: #28292b;
}

.font-light {
  font-family: Pretendard-Light !important;
}

.font-regular {
  font-family: Pretendard-Regular !important;
}

.font-bold {
  font-family: Pretendard-Bold !important;
}

.font-black {
  font-family: Pretendard-Black !important;
}

.text-blue {
  color: var(--primary-color) !important;
}

.text-blue-l {
  color: var(--primary-light) !important;
}

.text-blue-2 {
  color: var(--accent-light) !important;
}

.text-red {
  color: #ff0000 !important;
}

.text-red-d {
  color: var(--accent-dark) !important;
}

.text-yellow {
  color: #ffbc00 !important;
}

.text-orange {
  color: var(--primary-light) !important;
}

.text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(
    var(--accent-dark),
    var(--primary-color),
    var(--primary-color),
    var(--primary-light),
    var(--accent-dark)
  );
  background-size: 100% 100%;
  position: relative;
}

.text-gradient-y {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffd025, #ffd025);
  background-size: 100% 100%;
  position: relative;
}

.text-gradient-b {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    var(--primary-lighter),
    var(--primary-lighter),
    var(--primary-color),
    var(--primary-color)
  );
  background-size: 100% 100%;
  position: relative;
}

.text-gradient-r {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffbdbd, #ff6f6f, #ff0000, #ff0000);
  background-size: 100% 100%;
  position: relative;
}

.text-gradient:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-shadow: 0 1px 0 #ffffff;
  pointer-events: none;
  z-index: -1;
}

@keyframes lightningAnim {
  0% {
    opacity: 0;
    transform: translate(-100%, -100%);
    filter: blur(5px);
  }
  10% {
    opacity: 1;
    transform: translate(25%, 25%);
    filter: blur(5px);
  }
  20% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}

.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;
  align-content: 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;
}

.min-h-auto {
  min-height: auto !important;
}

.table-layout-fixed {
  table-layout: fixed;
}

.bs-ul,
.bs-ul-df {
  list-style: none;
  margin-bottom: 0;
  width: auto;
  display: table;
  padding: 0;
}

.bs-ul-df {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.bs-ul li,
.bs-ul-df li {
  list-style: none;
  width: auto;
  height: auto;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.bs-ul-df li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.easy-ticker ul {
  list-style: none;
  margin-bottom: 0;
  width: auto;
  padding: 0;
  position: relative !important;
}

.easy-ticker ul li {
  list-style: none;
  width: auto;
  height: auto;
  position: relative;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

.container {
  position: relative;
}

@media (min-width: 1560px) {
  .container {
    max-width: 1530px;
  }
}

/* Button Styles */

.btn-silver,
.btn-blue,
.btn-red,
.btn-yellow {
  color: var(--text-primary);
  font-size: 16px;
  border-radius: 25px;
  border: solid 1px var(--primary-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-blue {
  background-color: var(--primary-color);
  box-shadow: 0 0 15px var(--primary-shadow-color);
}

.btn-red {
  background-color: var(--primary-dark);
  border-color: var(--primary-light);
  box-shadow: 0 0 15px var(--primary-shadow-color);
}

.btn-yellow {
  background-color: var(--primary-lighter);
  border-color: var(--accent-light);
  color: var(--bg-dark);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);  /* 골드 그림자 */
}

.btn-silver {
  border: none !important;
  background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
  box-shadow: 0 4px 15px rgba(247, 151, 30, 0.4);
  border-color: #feca04;
  color: var(--bg-dark);
  font-family: Pretendard-Bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.btn-silver i,
.btn-blue i {
  font-size: 24px;
  margin-right: 5px;
}

.btn-blue i {
  color: var(--bg-dark);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-silver:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  background-image: linear-gradient(to right, #feca04, #feca04);
}

@media (min-width: 1200px) {
  .btn-silver:hover:before {
    opacity: 1;
  }

  .btn-silver:hover {
    color: var(--text-primary);
    font-family: Pretendard-Light;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-color: var(--accent-light);
  }

  .btn-blue:hover {
    background-color: var(--secondary-color);
  }

  .btn-red:hover {
    background-color: var(--accent-dark);
  }

  .btn-yellow:hover {
    background-color: var(--primary-light);
    color: var(--text-primary);
  }
}

/* Wrapper */

.wrapper {
  width: 100%;
  min-height: 100%;
  min-width: 360px;
  position: relative;
  overflow: hidden;
  padding: 150px 0 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.wrapper:before,
.wrapper:after {
  content: "";
  width: 100%;
  max-width: 1920px;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 190px;
  margin: 0 auto;
  position: absolute;
  background-image: url(../images/bg/pattern-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}

.wrapper.py-0:before,
.wrapper.py-0:after {
  bottom: 0;
}

.wrapper:before {
  opacity: 0.5;
  background-position: bottom 2px center;
}

.wrapper:after {
  background-image: url(../images/bg/glow-bg.png);
  opacity: 0.15;
}

/* Header Section */

.header-section {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.header-main {
  width: 100%;
  height: 90px;
  background-color: var(--bg-dark);
  z-index: 2;
}

.header-main:before {
  width: 300px;
  height: 149px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-image: linear-gradient(
    to right,
    rgba(4, 7, 10, 0),
    rgba(4, 7, 10, 0.4),
    rgba(4, 7, 10, 0.4),
    rgba(4, 7, 10, 0)
  );
  pointer-events: none;
}

logo {
  width: 218px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
}

.logo-sub {
  width: 320px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
}

.logo img,
.logo div {
  position: absolute;
}

.logo .logo-img,
.logo div .d-img {
  position: relative;
}
#rotatingleaf {
  width: 58%;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  animation: spin 8s linear infinite;
  transform-origin: center center;
}

#small-g {
  width: 58%;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  opacity: 1;
}

/* rotation animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotating-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px; /* adjust as needed */
  height: 120px;
}

.rotating-logo .logo-img {
  height: auto;
}

#rotatingleaf {
  width: 52%;
  position: relative;
  animation: spin 8s linear infinite;
  transform-origin: center center;
  z-index: 2;
}

#small-g {
  width: 65%;
  position: relative;
  z-index: 3;
  opacity: 1;
}

#rotatingleaf-sub {
  width: 52%;
  position: relative;
  animation: spin 8s linear infinite;
  transform-origin: center center;
  z-index: 2;
}

#small-g-sub {
  width: 65%;
  position: relative;
  margin-left: -60%; /* overlaps leaf smoothly */
  z-index: 3;
  opacity: 1;
}

/* rotation animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes lgQlAnim {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  3% {
    opacity: 1;
    transform: scale(0.9);
  }
  9% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.logo .qr {
  width: 26.61%;
  left: 9%;
  bottom: 25%;
  z-index: 5;
  animation: lgQrAnim 10s ease infinite;
}

@keyframes lgQrAnim {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  2% {
    opacity: 0;
    transform: scale(1.3);
  }
  5% {
    opacity: 1;
    transform: scale(0.9);
  }
  11% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.logo .icon {
  width: 34.86%;
  left: 0;
  top: 0;
  animation: lgIconAnim 10s ease infinite;
}

@keyframes lgIconAnim {
  0% {
    opacity: 0;
    transform: translate(-100%, -100%) scale(0.9);
    filter: blur(5px);
  }
  12% {
    opacity: 0;
    transform: translate(-100%, -100%) scale(0.9);
    filter: blur(5px);
  }
  14% {
    opacity: 1;
    transform: translate(25%, 25%) scale(0.9);
    filter: blur(5px);
  }
  15% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    filter: blur(0);
  }
  95% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0) scale(1);
    filter: blur(0);
  }
}

.logo .uick {
  width: 61.47%;
  right: 0;
  top: 18%;
  z-index: 10;
}

.logo .uick .d-img {
  animation: lgUickAnim 10s ease infinite;
}

@keyframes lgUickAnim {
  0% {
    opacity: 0;
    transform: translateX(-50%) skew(45deg);
    filter: blur(10px);
  }
  7% {
    opacity: 0;
    transform: translateX(-50%) skew(45deg);
    filter: blur(10px);
  }
  10% {
    opacity: 1;
    transform: translateX(0) skew(0deg);
    filter: blur(0);
  }
  95% {
    opacity: 1;
    transform: translateX(0) skew(0deg);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateX(0) skew(0deg);
    filter: blur(0);
  }
}

.logo .casino {
  width: 58.26%;
  right: 0.5%;
  bottom: 0;
  animation: lgCasinoAnim 10s ease infinite;
}

@keyframes lgCasinoAnim {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    filter: blur(5px);
  }
  9% {
    opacity: 0;
    transform: translateY(-100%);
    filter: blur(5px);
  }
  14% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
  95% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
    filter: blur(0);
  }
}

.logo .lightning-01 {
  width: 32.11%;
  left: 25.5%;
  bottom: 13%;
  animation: lgLightningAnim 10s ease infinite;
}

@keyframes lgLightningAnim {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.logo .lightning-01 .d-img {
  animation: lgLightning01ImgAnim 1.5s ease infinite;
}

@keyframes lgLightning01ImgAnim {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.logo .lightning-02 {
  width: 38.99%;
  right: 2%;
  bottom: 8%;
  animation: lgLightningAnim 10s ease infinite;
}

.logo .lightning-02 .d-img {
  animation: lgLightning02ImgAnim 1.5s ease infinite;
}

@keyframes lgLightning02ImgAnim {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* Header Menu */

.sc-menu li {
  padding-right: 10px;
}

.sc-menu a {
  width: 190px;
  height: 40px;
  background-image: linear-gradient(
    to right,
    rgba(212, 175, 55, 0.3),  /* 골드 배경 */
    rgba(212, 175, 55, 0.1)   /* 골드 배경 */
  );
  border-radius: 20px;
  overflow: hidden;
}

.sc-menu a.casino-link {
  background-image: linear-gradient(to right, #ff52004d, #ff520024);
}

.sc-menu a:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-image: linear-gradient(
    to right,
    rgba(212, 175, 55, 0.75),  /* 골드 호버 */
    rgba(212, 175, 55, 0.1)    /* 골드 호버 */
  );
}

.sc-menu a.casino-link:before {
  background-image: linear-gradient(to right, #ff7a3b, #ff7a3b45);
}

.sc-menu a:hover:before {
  opacity: 1;
}

.sc-menu a .icon-panel {
  margin-right: 10px;
}

.sc-menu a .icon-panel img {
  max-height: 24px;
}

.sc-menu a.slot-link .icon-panel img {
  max-height: 26px;
}

.modal .sc-menu a.slot-link .icon-panel img,
.mobile .sc-menu a.slot-link .icon-panel img {
  max-height: 26px;
}

.sc-menu a:hover .icon-panel img {
  animation: lightningAnim 1.5s ease 1 forwards;
}

.sc-menu a .count {
  margin-left: 10px;
  font-size: 18px;
  font-family: Pretendard-Bold;
}

/* Before After Login */

.bal-container {
  margin-left: auto;
}

.before-login,
.after-login {
  display: none;
}

.before-login.active,
.after-login.active {
  display: block;
}

.before-login button {
  width: 140px;
  height: 44px;
  margin-left: 8px;
}

/* After Login */

.account-info li {
  padding-left: 30px;
  flex-direction: column;
  justify-content: flex-start;
}

.account-info li .acc-row {
  width: 100%;
  height: 35px;
}

.account-info li .acc-row .icon-panel {
  font-size: 16px;
  padding-right: 10px;
  margin-right: 10px;
}

.account-info li .acc-row .icon-panel i {
  font-size: 18px;
}

.account-info li .acc-row .icon-panel:before {
  width: 1px;
  height: 22px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #233951;
}

.account-info li .acc-row .info a:hover {
  color: var(--primary-color);
}

.account-info li .acc-row .info a .symbol {
  transition: 0.3s;
}

.account-info li .acc-row .info a:hover .symbol {
  color: var(--primary-color) !important;
}

.account-info li.btn-grp {
  padding-left: 20px;
}

.account-info li.btn-grp button {
  width: 68px;
  height: 28px;
  font-size: 12px;
  border-radius: 6px;
  margin: 0 0 0 5px;
}

.account-info li.btn-grp button:first-child {
  margin: 0;
}

/* Level */
.account-info .level-panel {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background-color: var(--header-bg);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1),
    0 2px 3px rgba(0, 0, 0, 0.75);
  margin-right: -10px;
}

.level-icon {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  position: relative;
}

.level-icon.diamond,
.level-icon.vip,
.level-icon.freelevel {
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.level-icon span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% 100%;
}

.level-icon span:nth-child(1) {
  background-image: url(../images/icon/level_bronze_01.png);
}
.level-icon span:nth-child(2) {
  background-image: url(../images/icon/level_bronze_02.png);
}
.level-icon span:nth-child(3) {
  background-image: url(../images/icon/level_bronze_03.png);
}
.level-icon span:nth-child(4) {
  background-image: url(../images/icon/level_bronze_04.png);
}
.level-icon span:nth-child(5) {
  background-image: url(../images/icon/level_bronze_05.png);
}

.level-icon.silver span:nth-child(1) {
  background-image: url(../images/icon/level_silver_01.png);
}
.level-icon.silver span:nth-child(2) {
  background-image: url(../images/icon/level_silver_02.png);
}
.level-icon.silver span:nth-child(3) {
  background-image: url(../images/icon/level_silver_03.png);
}
.level-icon.silver span:nth-child(4) {
  background-image: url(../images/icon/level_silver_04.png);
}
.level-icon.silver span:nth-child(5) {
  background-image: url(../images/icon/level_silver_05.png);
}

.level-icon.gold span:nth-child(1) {
  background-image: url(../images/icon/level_gold_01.png);
}
.level-icon.gold span:nth-child(2) {
  background-image: url(../images/icon/level_gold_02.png);
}
.level-icon.gold span:nth-child(3) {
  background-image: url(../images/icon/level_gold_03.png);
}
.level-icon.gold span:nth-child(4) {
  background-image: url(../images/icon/level_gold_04.png);
}
.level-icon.gold span:nth-child(5) {
  background-image: url(../images/icon/level_gold_05.png);
}

.level-icon.diamond span:nth-child(1) {
  background-image: url(../images/icon/level_diamond_01.png);
}
.level-icon.diamond span:nth-child(2) {
  background-image: url(../images/icon/level_diamond_02.png);
}
.level-icon.diamond span:nth-child(3) {
  background-image: url(../images/icon/level_diamond_03.png);
}
.level-icon.diamond span:nth-child(4) {
  background-image: url(../images/icon/level_diamond_04.png);
}
.level-icon.diamond span:nth-child(5) {
  background-image: url(../images/icon/level_diamond_05.png);
}

.level-icon.vip span:nth-child(1) {
  background-image: url(../images/icon/level_vip_01.png);
}
.level-icon.vip span:nth-child(2) {
  background-image: url(../images/icon/level_vip_02.png);
}
.level-icon.vip span:nth-child(3) {
  background-image: url(../images/icon/level_vip_03.png);
}
.level-icon.vip span:nth-child(4) {
  background-image: url(../images/icon/level_vip_04.png);
}
.level-icon.vip span:nth-child(5) {
  background-image: url(../images/icon/level_vip_05.png);
}

.level-icon.freelevel span:nth-child(1) {
  background-image: url(../images/icon/level_freelevel_01.png);
}
.level-icon.freelevel span:nth-child(2) {
  background-image: url(../images/icon/level_freelevel_02.png);
}
.level-icon.freelevel span:nth-child(3) {
  background-image: url(../images/icon/level_freelevel_03.png);
}
.level-icon.freelevel span:nth-child(4) {
  background-image: url(../images/icon/level_freelevel_04.png);
}
.level-icon.freelevel span:nth-child(5) {
  background-image: url(../images/icon/level_freelevel_05.png);
}

.level-icon span:nth-child(1) {
  animation: levelImg01 0.7s ease infinite;
}

@keyframes levelImg01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.level-icon span:nth-child(2) {
  animation: levelImg02 0.7s ease infinite;
}

@keyframes levelImg02 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.level-icon span:nth-child(3) {
  animation: levelImg03 0.7s ease infinite;
}

@keyframes levelImg03 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.level-icon span:nth-child(4) {
  animation: levelImg04 0.7s ease infinite;
}

@keyframes levelImg04 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.level-icon span:nth-child(5) {
  animation: levelImg05 0.7s ease infinite;
}

@keyframes levelImg05 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Nav Button */

.after-login .nav-btn {
  width: initial;
  background-color: transparent;
  border: none;
  color: #8ba4bf;
  font-size: 28px;
  position: relative;
  margin-left: 15px;
}

.after-login .nav-btn.message-link {
  font-size: 28px;
}

.after-login .nav-btn .count {
  width: 16px;
  height: 16px;
  font-size: 12px;
  background-color: var(--notification-red);
  border-radius: 50%;
  color: var(--text-primary);
  position: absolute;
  right: -5px;
  top: 4px;
}

/* Header Menu */

.header-menu {
  height: 60px;
  background-color: var(--header-bg);
}

.header-menu:before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
    to right,
    rgba(42, 64, 87, 0),
    rgba(42, 64, 87, 1),
    rgba(42, 64, 87, 0)
  );
}

.main-menu {
  width: 100%;
}

.main-menu ul {
  width: calc(50% - 140px);
  flex-wrap: nowrap;
}

.main-menu ul:nth-child(2) {
  margin-right: auto;
}

.main-menu ul li {
  width: 100%;
}

.main-menu ul li a {
  color: #d4dbe5;
}

.main-menu ul li button {
  height: 48px;
  border-radius: 10px;
  padding: 0 10px;
}

.main-menu ul li button i {
  font-size: 20px;
}

.main-menu ul li a:hover {
  color: var(--text-primary);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), 0 0 10px var(--primary-shadow-color);
}

.main-menu ul li a .icon-panel {
  margin-right: 5px;
  font-size: 20px;
  color: var(--primary-color);
}

.main-menu ul li a:hover .icon-panel {
  color: var(--accent-light);
  text-shadow: 0 0 5px var(--primary-color);
}

.main-menu ul li a .text {
  display: inline-block;
  position: relative;
}

.main-menu ul li a .text:before,
.main-menu ul li a .text:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  color: var(--text-primary);
  pointer-events: none;
}

.main-menu ul li a:hover .text:before,
.main-menu ul li a:hover .text:after {
  animation: mainMenuLink 0.5s ease 1 forwards;
}

@keyframes mainMenuLink {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    filter: blur(0);
    transform: translateX(0);
  }
}

.main-menu ul li a:hover .text:after {
  animation-delay: 0.2s;
}

/* Visual Section */

.visual-section {
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden;
}

.visual-carousel {
  width: 100%;
}

.visual-carousel .carousel-inner {
  overflow: visible;
}

.visual-carousel .carousel-wrap {
  width: 100%;
  max-width: 1530px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2% 35px;
}

.visual-section .carousel-item {
  height: 100%;
}

.visual-section .carousel-item:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/visual/visual-bg-01.jpg);
  background-size: cover;
  animation: visualBgAnim 2s ease 1 forwards;
}

@keyframes visualBgAnim {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.visual-section .carousel-item:nth-child(2):before {
  background-image: url(../images/visual/visual-bg-02.jpg);
}

.visual-carousel .text-panel {
  position: relative;
  z-index: 50;
  animation: visualTextAnim 6s ease 1 forwards;
}

@keyframes visualTextAnim {
  0% {
    opacity: 0;
    transform: translateX(-30%);
    filter: blur(10px);
  }
  7% {
    opacity: 1;
    transform: translateX(10%);
    filter: blur(10px);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
  85% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
  90% {
    opacity: 1;
    transform: translateX(-10%);
    filter: blur(10px);
  }
  100% {
    opacity: 0;
    transform: translateX(30%);
    filter: blur(10px);
  }
}

.visual-carousel h1 {
  font-size: 72px;
}

.visual-carousel h2, .visual-carousel h3 {
  font-size: 40px;
}

.visual-carousel button {
  width: 220px;
  height: 60px;
  font-size: 20px;
  border-radius: 30px;
  margin: 2% 0 0;
  box-shadow: none;
}

/* Carousel Nav */

.carousel-nav {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  padding: 0 2%;
  z-index: 5;
}

.carousel-nav a {
  color: rgba(255, 255, 255, 0.25);
  font-size: 48px;
}

.carousel-nav a.prev-btn {
  margin-right: auto;
}

.carousel-nav a:hover {
  color: var(--primary-color);
  font-size: 48px;
}

/* Carousel Indicator */

.carousel-indicators {
  width: 100%;
  margin: 0;
  bottom: 60px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: var(--bg-dark);
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  opacity: 1;
}

.carousel-indicators li:hover {
  border-color: var(--accent-light);
}

.carousel-indicators li.active {
  background-color: var(--primary-color);
  border-color: var(--primary-light);
}

/* Visual Background */

.visual-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.visual-background img,
.visual-background div {
  position: absolute;
}

.visual-background div .d-img {
  width: 100%;
  position: relative;
}

.visual-background .img-panel {
  width: 26.15%;
  right: 6%;
  bottom: 0;
}

.visual-background .wizard {
  z-index: 10;
  animation: wizardAnim 15s ease infinite;
}

@keyframes wizardAnim {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  8% {
    opacity: 1;
    transform: translateY(0);
  }
  95% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

.visual-background .slotmachine {
  width: 74.98%;
  left: -37%;
  bottom: 0;
  animation: slotMachineAnim 15s ease infinite;
}

@keyframes slotMachineAnim {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  2% {
    opacity: 0;
    transform: translateX(20%);
  }
  12% {
    opacity: 1;
    transform: translateX(0);
  }
  95% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}

.visual-background .frog {
  width: 29%;
  left: -70%;
  bottom: 20%;
  animation: frogAnim 15s ease infinite;
}

@keyframes frogAnim {
  0% {
    opacity: 0;
    transform: translate(200%, 20%);
  }
  5% {
    opacity: 0;
    transform: translate(200%, 20%);
  }
  15% {
    opacity: 1;
    transform: translate(0, 0);
  }
  95% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}

.visual-background .frog .d-img {
  animation: frogImgAnim 18s ease infinite;
}

@keyframes frogImgAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(100deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.visual-background .btlblue {
  width: 19%;
  left: -18%;
  top: 14%;
  z-index: 10;
  animation: btlBlueAnim 15s ease infinite;
}

@keyframes btlBlueAnim {
  0% {
    opacity: 0;
    transform: translate(100%, 200%);
  }
  5% {
    opacity: 0;
    transform: translate(100%, 200%);
  }
  15% {
    opacity: 1;
    transform: translate(0, 0);
  }
  95% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}

.visual-background .btlblue .d-img {
  animation: btlBlueImgAnim 8s ease infinite;
}

@keyframes btlBlueImgAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.visual-background .spider {
  width: 20%;
  right: -8%;
  top: 0;
  animation: spiderAnim 15s ease infinite;
}

@keyframes spiderAnim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.visual-background .spider .d-img {
  animation: spiderImgAnim 6s ease infinite;
}

@keyframes spiderImgAnim {
  0% {
    transform: translateY(-70%);
  }
  20% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-70%);
  }
}

.visual-background .btlgreen {
  width: 31.75%;
  right: -32%;
  bottom: 8%;
  z-index: 10;
  animation: btlGreenAnim 15s ease infinite;
}

@keyframes btlGreenAnim {
  0% {
    opacity: 0;
    transform: translate(-200%, 20%);
  }
  5% {
    opacity: 0;
    transform: translate(-200%, 20%);
  }
  15% {
    opacity: 1;
    transform: translate(0, 0);
  }
  95% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}

.visual-background .btlgreen .d-img {
  animation: btlGreenImgAnim 12s ease infinite;
}

@keyframes btlGreenImgAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.visual-background .ball {
  width: 22.5%;
  right: 8%;
  left: 0;
  bottom: 14%;
  margin: 0 auto;
  z-index: 15;
  filter: drop-shadow(0 0 20px var(--primary-shadow-color));
  animation: ballAnim 15s ease infinite;
}

@keyframes ballAnim {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }
  5% {
    opacity: 0;
    transform: translateY(-150%);
  }
  13% {
    opacity: 1;
    transform: translateY(15%);
  }
  18% {
    opacity: 1;
    transform: translateY(0);
  }
  95% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

.visual-background .ball .d-img {
  animation: ballImgAnim 8s linear infinite;
}

@keyframes ballImgAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.visual-background .glow {
  width: 299.93%;
  left: 18%;
  bottom: 0;
  transform: translateX(-50%);
}

.visual-background .lightning-01 {
  width: 149.22%;
  right: 28%;
  bottom: 0;
  animation: visualLightning 15s ease infinite;
}

@keyframes visualLightning {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.visual-background .lightning-01 .d-img {
  animation: visualLightning01 1.5s ease infinite;
}

@keyframes visualLightning01 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.visual-background .lightning-02 {
  width: 95.73%;
  left: 51%;
  bottom: 0;
  animation: visualLightning 15s ease infinite;
}

.visual-background .lightning-02 .d-img {
  animation: visualLightning02 1.5s ease infinite;
}

@keyframes visualLightning02 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* Visual 02 */

.visual-background .img-panel.v-02 {
  width: 26.15%;
}

.visual-background .img-panel.v-02 .dealer {
  z-index: 10;
  animation: wizardAnim 15s ease infinite;
}

.visual-background .roulette {
  width: 100%;
  left: -50%;
  bottom: 0;
  animation: slotMachineAnim 15s ease infinite;
}

.visual-background .chip-01 {
  width: 12.5%;
  left: -68%;
  bottom: 24%;
  animation: frogAnim 15s ease infinite;
}

.visual-background .chip-01 .d-img {
  animation: frogImgAnim 15s ease infinite;
}

.visual-background .chip-02 {
  width: 20%;
  left: -30%;
  top: 28%;
  z-index: 10;
  animation: btlBlueAnim 15s ease infinite;
}

.visual-background .chip-02 .d-img {
  animation: btlBlueImgAnim 15s ease infinite;
}

.visual-background .chip-03 {
  width: 27.49%;
  right: -22%;
  bottom: 8%;
  z-index: 10;
  animation: btlGreenAnim 15s ease infinite;
}

.visual-background .chip-03 .d-img {
  animation: btlGreenImgAnim 15s ease infinite;
}

/* Page Content */

.page-content {
  width: 100%;
  padding: 0 0 70px;
  z-index: 10;
}

/* Jackpot Section */

.jackpot-wrapper {
  width: calc(100% + 30px);
  height: 140px;
  border-radius: 80px;
  background-color: var(--bg-dark);
  margin: -35px -15px 0;
  padding: 15px;
  position: relative;
  z-index: 10;
}

.jackpot-wrapper .jackpot-panel {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: #ffbc00;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.jackpot-wrapper .jackpot-panel:before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 60px;
  background-color: var(--jackpot-inner);
}

.jackpot-wrapper .jackpot-panel .side-bg,
.jackpot-wrapper .jackpot-panel .glow-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.jackpot-wrapper .jackpot-panel .side-bg:before,
.jackpot-wrapper .jackpot-panel .side-bg:after {
  width: 56px;
  height: 100.91%;
  top: -0.5%;
  background-size: 100% 100%;
  background-image: url(../images/bg/jackpot-side.png);
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 10px var(--primary-shadow-color));
  animation: jpSideAnim 0.5s ease infinite;
}

@keyframes jpSideAnim {
  0% {
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5))
      drop-shadow(0 0 10px rgba(53, 222, 147, 0));
  }
  50% {
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5))
      drop-shadow(0 0 10px var(--primary-shadow-color));
  }
  100% {
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5))
      drop-shadow(0 0 10px rgba(53, 222, 147, 0));
  }
}

.jackpot-wrapper .jackpot-panel .side-bg:before {
  left: 0;
}

.jackpot-wrapper .jackpot-panel .side-bg:after {
  right: 0;
  transform: rotateY(180deg);
}

.jackpot-wrapper .jackpot-panel .glow-bg:before,
.jackpot-wrapper .jackpot-panel .glow-bg:after {
  width: 200px;
  height: calc(100% - 34px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: linear-gradient(to right, #ffbc00, transparent);
  animation: jpGlowAnim 1.25s ease infinite;
}

@keyframes jpGlowAnim {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 15%;
    opacity: 1;
  }
  80% {
    width: 15%;
    opacity: 1;
  }
  100% {
    width: 15%;
    opacity: 1;
  }
}

.jackpot-wrapper .jackpot-panel .glow-bg:before {
  left: 10px;
  border-radius: 60px 0 0 60px;
}

.jackpot-wrapper .jackpot-panel .glow-bg:after {
  right: 10px;
  border-radius: 0 60px 60px 0;
  background-image: linear-gradient(to left, #ffbc00, transparent);
}

.jackpot-wrapper .label-panel {
  height: 100%;
  font-size: 54px;
  margin-right: 3%;
  position: relative;
  z-index: 5;
}

.jackpot-wrapper .label-panel .icon-panel {
  min-width: 160px;
  height: 100%;
  margin-right: 4%;
  position: relative;
}

.jackpot-wrapper .label-panel .lightning {
  width: 16.25%;
  right: 5%;
  top: 0;
  position: absolute;
  animation: lightningJLAnim 2s ease infinite;
}

@keyframes lightningJLAnim {
  0% {
    opacity: 0;
    transform: translate(-100%, -100%);
    filter: blur(5px) drop-shadow(0 0 8px var(--primary-shadow-color));
  }
  10% {
    opacity: 1;
    transform: translate(25%, 25%);
    filter: blur(5px) drop-shadow(0 0 8px var(--primary-shadow-color));
  }
  20% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0) drop-shadow(0 0 8px var(--primary-shadow-color));
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0) drop-shadow(0 0 8px var(--primary-shadow-color));
  }
}

.jackpot-wrapper .amount-panel {
  position: relative;
  z-index: 5;
}

.jackpot-wrapper .amount-panel .amount {
  font-size: 72px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 20px var(--primary-color),
    0 0 10px var(--primary-color), 0 0 5px var(--primary-color);
  animation: jpAmountAnim 0.5s ease infinite;
}

@keyframes jpAmountAnim {
  0% {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 5px var(--primary-color),
      0 0 10px var(--primary-color), 0 0 0 var(--primary-color);
  }
  50% {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 20px var(--primary-color),
      0 0 10px var(--primary-color), 0 0 0 var(--primary-color);
  }
  100% {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 5px var(--primary-color),
      0 0 10px var(--primary-color), 0 0 0 var(--primary-color);
  }
}

.jackpot-wrapper .amount-panel .symbol {
  font-size: 54px;
  margin-left: 2%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 20px rgb(222 53 53 / 50%),
    0 0 10px rgb(222 53 53 / 50%);
}

/* Toggle Section */

.toggle-section {
  margin: 20px 0 0;
  position: relative;
  z-index: 15;
}

.toggle-btn {
  width: calc(50% - 54px);
  position: relative;
  border-radius: 30px 0 0 30px;
  background-image: linear-gradient(
    to right,
    var(--accent-dark),
    var(--primary-dark)
  );
  flex-wrap: nowrap;
}

.toggle-btn:first-child {
  margin-right: auto;
}

/*.toggle-btn:last-child {
  border-radius: 0 30px 30px 0;
  background-image: linear-gradient(
    to left,
    var(--accent-dark),
    var(--primary-dark)
  );
}

.toggle-btn:before {
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: linear-gradient(
    to left,
    var(--primary-dark),
    var(--primary-dark),
    transparent
  );
  transform: skew(20deg);
  transform-origin: top right;
}

.toggle-btn:last-child:before {
  right: auto;
  left: 0;
  transform-origin: bottom left;
  background-image: linear-gradient(
    to right,
    var(--primary-dark),
    var(--primary-dark),
    transparent
  );
}*/

.toggle-btn:last-child {
  border-radius: 0 30px 30px 0;
  background-image: radial-gradient(
    83.11% 43.5% at 34.07% 0%,
    var(--primary-dark) 0%,
    var(--accent-dark) 100%
  );
}

.toggle-btn {
  width: calc(50% - 54px);
  position: relative;
  border-radius: 30px 0 0 30px;
  background-image: radial-gradient(
    83.11% 43.5% at 60.07% 0%,
    var(--primary-dark) 0%,
    var(--accent-dark) 100%
  );
  flex-wrap: nowrap;
}

.toggle-btn:before {
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: radial-gradient(
    83.11% 43.5% at 6.07% 0%,
    var(--primary-dark) 0%,
    var(--accent-dark) 100%
  );
  transform: skew(20deg);
  transform-origin: top right;
}

.toggle-btn:last-child:before {
  right: auto;
  left: 0;
  transform-origin: bottom left;
  background-image: radial-gradient(
    83.11% 43.5% at 97.07% 0%,
    var(--primary-dark) 0%,
    var(--accent-dark) 100%
  );
}


.toggle-btn .g-size {
  width: 100%;
}

.toggle-btn .g-img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  transform-origin: bottom left;
}

.toggle-btn:last-child .g-img {
  left: auto;
  right: 0;
  transform-origin: bottom right;
}

.toggle-btn .icon-panel {
  width: 80px;
  height: 80px;
  background-color: rgba(53, 222, 147, 0.2);
  position: absolute;
  left: 15px;
  top: 15px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}

.toggle-btn:last-child .icon-panel {
  left: auto;
  right: 15px;
}

.toggle-btn.active .icon-panel {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.providers-modal .toggle-btn .icon-panel img,
.page-content .toggle-btn .icon-panel img {
  max-width: 60px;
  max-height: 54px;
}

.toggle-btn .text-panel {
  position: absolute;
  left: 54%;
  font-size: 36px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.toggle-btn:last-child .text-panel {
  left: auto;
  right: 54%;
}

.toggle-btn .text-panel .kr-text,
.toggle-btn .text-panel .en-text {
  width: 100%;
  display: inline-block;
}

.toggle-btn .text-panel .en-text {
  color: var(--primary-light);
  font-size: 20px;
  margin: -2% 0 0;
  letter-spacing: 5px;
}

/* Toggle Divider */

.toggle-divider {
  width: 110px;
  height: 110px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--bg-dark);
  z-index: 10;
  pointer-events: none;
}

.toggle-divider img {
  width: 82%;
  transform: rotate(0deg);
  transition: 0.5s;
}

.left-active .toggle-divider img {
  transform: rotate(124deg);
}

.right-active .toggle-divider img {
  transform: rotate(-56deg);
}

/* Toggle Hover */

.toggle-btn .g-hover {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 30px 0 0 30px;
  background-image: linear-gradient(
    to right,
    var(--accent-dark),
    var(--primary-color)
  );
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}

.toggle-btn:last-child .g-hover {
  border-radius: 0 30px 30px 0;
  background-image: linear-gradient(
    to left,
    var(--accent-dark),
    var(--primary-color)
  );
}

.toggle-btn.active .g-hover {
  opacity: 1;
}

.toggle-btn .g-hover:before {
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: linear-gradient(
    to left,
    var(--primary-color),
    var(--primary-color),
    transparent
  );
  transform: skew(20deg);
  transform-origin: top right;
}

.toggle-btn:last-child .g-hover:before {
  right: auto;
  left: 0;
  transform-origin: bottom left;
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--primary-color),
    transparent
  );
}

@media (min-width: 1025px) {
  .toggle-btn:hover .g-hover {
    opacity: 1;
  }

  .toggle-btn:hover .icon-panel {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15),
      inset 0 1px 3px rgba(0, 0, 0, 0.5);
  }

  .toggle-btn:hover .icon-panel .icon {
    animation: lightningAnim 1.5s ease 1 forwards;
  }

  .toggle-btn:hover .g-img {
    transition: 2s;
    transform: scale(1.1);
  }
}

/* Realtime Section */

.realtime-section {
  margin: 30px 0 40px;
}

.realtime-wrap {
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.rt-board {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  padding: 15px 25px;
  border-radius: 30px;
  overflow: hidden;
}

.rt-board:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: -100%;
  border-radius: 50%;
  box-shadow: 0 0 200px var(--rt-board-glow);
}

.rt-board:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: solid 1px var(--rt-board-border);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.rt-board .header {
  font-size: 30px;
  margin: 0 0 10px;
  position: relative;
}

/* Winning Board */

.winning-board {
  /*overflow: visible;*/
  /*background-color: var(--rt-board-bg);*/
}

/*.winning-board:before {
  display: none;
}

.winning-board:after {
  border-color: var(--winning-border);
}*/

.winning-board .header {
  padding-left: 60px;
}

.winning-board .header .icon-img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.winning-ticker ul li {
  height: 74px;
}

/*.winner-btn {
  width: 100%;
  height: calc(100% - 4px);
  padding: 8px;
  cursor: pointer;
  transition: 0.3s;
  background-color: var(--winner-btn-bg);
  border: solid 1px var(--winner-btn-border);
  border-radius: 15px;
}*/

.winner-btn {
  width: 100%;
  height: calc(100% - 4px);
  padding: 8px;
  cursor: pointer;
  transition: 0.3s;
  border: solid 1px var(--winner-btn-border);
  border-radius: 15px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5);
  background: radial-gradient(
      circle at top center,
      rgba(212, 175, 55, 0.35),  /* 골드 글로우 */
      rgba(0, 0, 0, 0) 70%
    ),
    linear-gradient(#1A1508, #000000);  /* 골드 톤 배경 */
}

.winner-btn:hover {
  background: var(--winner-btn-hover);
  border-color: var(--winner-btn-border);
}

.winner-btn .game-panel {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.winner-btn .info-panel {
  width: calc(100% - 50px);
  padding: 0 0 0 15px;
  color: var(--text-primary);
}

.winner-btn .info-panel .title {
  color: #990000;
}

.winner-btn .info-panel .date {
  color: #D4AF37;  /* 골드 색상 */
}

.winner-btn .info-panel .user {
  font-size: 16px;
}

.winner-btn .info-panel .amount {
  font-size: 18px;
}

/* Table Ticker */

.table-ticker {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.table-ticker ul li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 45px;
  cursor: pointer;
  transition: 0.3s;
}

.table-ticker ul li .td {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.table-ticker ul li .td:first-child {
  border-radius: 10px 0 0 10px;
}

.table-ticker ul li .td:last-child {
  border-radius: 0 10px 10px 0;
}

.table-ticker ul li:hover .td {
  background-color: var(--jackpot-accent);
}

.table-ticker ul li .icon-panel {
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #999999;
  font-size: 20px;
  margin: 0 10px 0 0;
}

.table-ticker ul li .icon-panel:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/icon/user-icon.gif);
  background-size: 100% 100%;
}

.table-ticker ul li div.user {
  width: 35%;
  justify-content: flex-start;
  padding-left: 5px;
}

.table-ticker ul li div.amount {
  width: 36%;
  font-size: 18px;
  font-weight: 700;
  justify-content: flex-end;
}

.table-ticker ul li div.date {
  width: 29%;
  color: #9da7b2;
  justify-content: flex-end;
  padding-right: 10px;
}

/* Providers Section */

.providers-section {
  margin: 0 0 30px;
}

.providers-section .header {
  margin: 0 0 15px;
}

.providers-section .header .title-panel {
  font-size: 26px;
}

.providers-section .header .title-panel .icon-img {
  margin-right: 10px;
  max-width: 60px;
  max-height: 54px;
}

.providers-section .header .more-link {
  color: #b8c4d0;
  font-family: Pretendard-Light;
}

.providers-section .header .more-link i {
  color: var(--primary-color);
  font-size: 18px;
  margin-left: 5px;
  transition: 0.3s;
  position: relative;
  right: 0;
}

.providers-section .header .more-link:hover {
  color: var(--text-primary);
}

.providers-section .header .more-link:hover i {
  color: var(--accent-light);
  right: -5px;
}

.providers-wrap {
  width: 100%;
}

.providers-wrap .providers-panel {
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.sc-btn {
  width: calc(16.66% - 20px);
  max-width: 233px;
  display: inline-block;
  margin: 0 10px 20px;
  position: relative;
  opacity: 0;
  animation: scBtnAnim 1.5s ease 1 forwards;
}

@keyframes scBtnAnim {
  0% {
    opacity: 0;
    transform: translate(-25%, -25%);
    filter: blur(5px);
  }
  10% {
    opacity: 1;
    transform: translate(25%, 25%);
    filter: blur(5px);
  }
  20% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}

.sc-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 30px;
  z-index: 5;
  border: solid 1px var(--primary-color);
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  opacity: 0;
  pointer-events: none;
}

.sc-btn .g-panel {
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-color: #000000;
}

.sc-btn .g-panel:before,
.sc-btn .g-panel:after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
    to right,
    transparent,
    var(--primary-shadow-color)
  );
  transform: skew(15deg) translateX(-120%);
  z-index: 1;
  transition: 0s;
}

.sc-btn .g-bg {
  width: 100%;
  transition: 0.3s;
}

.sc-btn .g-img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}

.sc-btn .g-panel .g-img {
  z-index: 2;
}

.sc-btn .icon-panel {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 3;
}

.sc-btn .play-btn {
  width: 130px;
  height: 42px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
  z-index: 10;
  opacity: 0;
}

@keyframes scPlayBtn {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  30% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.sc-btn .g-footer {
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 10;
}

.sc-btn .g-footer:before {
  width: 100%;
  height: 150%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(#01140d00, #01140d70, #01140de1, #01140d);
}

.sc-btn .g-footer:after {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: -50%;
  margin: 0 auto;
  box-shadow: 0 0 20px var(--sc-footer-glow);
}

.sc-btn .g-footer .kr-text,
.sc-btn .g-footer .en-text {
  width: 100%;
  display: inline-block;
  z-index: 10;
  position: relative;
}

.sc-btn .g-footer .en-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  letter-spacing: 2px;
}

@media (min-width: 1200px) {
  .sc-btn:hover .play-btn {
    animation: scPlayBtn 0.75s ease 1 forwards;
  }

  .sc-btn:hover:before {
    opacity: 1;
  }

  .sc-btn:hover .g-panel:before,
  .sc-btn:hover .g-panel:after {
    transition: 1s;
    transform: skew(15deg) translateX(120%);
  }

  .sc-btn:hover .g-panel:after {
    transition-delay: 0.3s;
  }

  .sc-btn:hover .g-bg {
    transform: scale(1.1);
    opacity: 0.4;
    transition: 0.8s;
  }

  .sc-btn:hover .g-img {
    bottom: 8%;
    transition: 0.5s;
  }

  .sc-btn:hover .g-footer {
    height: 80px;
  }
}

/* Board Section */

.board-wrap {
  width: 100%;
  min-height: 320px;
  background-color: var(--board-wrap-bg);
  border-radius: 30px;
  margin: 60px 0 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);
  align-items: stretch;
  align-content: stretch;
}

.board-wrap:before {
  width: 142px;
  height: 141px;
  bottom: -80px;
  left: -90px;
  background-image: url(../images/icon/lightning-b-icon.png);
  background-size: 100% 100%;
  z-index: 10;
}

.board-wrap:after {
  width: 92px;
  height: 91px;
  top: -56px;
  right: -36px;
  background-image: url(../images/icon/crown-icon.png);
  background-size: 100% 100%;
  z-index: 10;
}

.eveter-wrap {
  width: 66.66%;
  padding: 0 20px;
}

.nt-board {
  width: calc(50% - 40px);
  margin: 0 20px;
}

.nt-board .header {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  background-color: var(--bg-dark);
  padding: 0 20px;
  margin: 0 0 10px;
}

.nt-board .header .title-panel {
  font-size: 18px;
}

.nt-board .header .title-panel i {
  font-size: 34px;
  margin-right: 8px;
}

.nt-board .header .more-link {
  color: #9da7b2;
  margin-left: auto;
}

.nt-board .header .more-link:hover {
  color: var(--text-primary);
}

.nt-board .header .more-link i {
  color: var(--primary-color);
  font-size: 20px;
}

.nt-board .header .more-link:hover i {
  color: var(--accent-light);
}

.nt-board .content {
  padding: 0 10px;
}

.nt-board table td {
  height: 40px;
}

.nt-board table .date-td {
  color: #9da7b2;
  font-size: 14px;
}

.nt-board table td a {
  display: inline-block;
  position: relative;
}

.nt-board table td a:hover {
  color: var(--primary-light);
}

.nt-board table td a:before {
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: var(--primary-color);
  transition: 0.3s;
}

.nt-board table td a:hover:before {
  width: 100%;
}

.new-icon {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 5px;
  background-color: #ff553f;
  background-image: linear-gradient(#ff553f, #e31b00);
  color: var(--text-primary);
  font-size: 14px;
  font-family: Pretendard-Bold;
  text-align: center;
  position: relative;
}

/* Customer Board */

.customer-wrap {
  width: 33.33%;
  padding: 0 30px;
}

.customer-wrap:before {
  width: 100%;
  height: 100%;
  border-radius: 0 30px 0 0;
  left: 0;
  top: 0;
  box-shadow: inset 5px 5px 40px rgba(0, 0, 0, 0.8);
  -webkit-mask-image: linear-gradient(
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
}

.customer-board {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.customer-board .header {
  width: 100%;
  font-size: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 0 20px var(--primary-color),
    0 0 10px var(--primary-color), 0 0 5px var(--primary-color);
  margin: 0 0 10px;
}

.c-banner {
  width: 100%;
  max-width: 390px;
  height: 80px;
  border-radius: 15px;
  display: inline-block;
  padding: 2px;
  background-color: var(--customer-banner-bg);
  margin: 5px 5px;
  color: var(--text-primary);
  font-size: 24px;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.modal .c-banner {
  margin: 10px 10px;
}

.c-banner.domain-link:before,
.c-banner.domain-link:after {
  background-image: linear-gradient(
    to right,
    rgb(170 255 219 / 0%),
    rgb(170 255 219)
  );
}

.c-banner:before,
.c-banner:after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
    to right,
    transparent,
    var(--primary-shadow-color)
  );
  transform: skew(15deg) translateX(-120%);
  z-index: 1;
  animation: cusBannerBorder 2s ease infinite;
}

.c-banner:after {
  animation: cusBannerBorder 2s ease 0.5s infinite;
}

@keyframes cusBannerBorder {
  0% {
    transform: skew(15deg) translateX(-120%);
  }
  100% {
    transform: skew(15deg) translateX(120%);
  }
}

.c-banner .b-panel {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  padding: 0 15px;
  z-index: 2;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(
    to right,
    var(--primary-dark),
    var(--accent-dark)
  );
}

.c-banner.domain-link .b-panel {
  background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
  box-shadow: 0 4px 15px rgba(247, 151, 30, 0.4);
}

.c-banner .b-panel:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--primary-light)
  );
  opacity: 0;
}

.c-banner.domain-link .b-panel:before {
  background-image: linear-gradient(to right, #feca04, #feca04);
}

.c-banner.yellow-border {
  background-color: #feca04;
}

.c-banner:hover .b-panel:before {
  opacity: 1;
}

.c-banner .icon-panel {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  margin-right: 20px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.c-banner:hover .icon-panel .icon-img {
  animation: lightningAnim 1.5s ease 1 forwards;
}

.c-banner .text-panel {
  width: calc(100% - 80px);
}

.c-banner .text-panel .text {
  width: 100%;
  display: inline-block;
  text-align: left;
}

.c-banner .text-panel .sub {
  font-size: 18px;
  margin: 0 0 -2%;
}

.c-banner .go-btn {
  width: 40px;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  color: var(--text-primary);
  font-size: 18px;
  padding: 4px 0 0 8px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.c-banner.domain-link .go-btn {
  color: #1a1a1a;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.c-banner .go-btn:before,
.c-banner .go-btn:after {
  width: 150%;
  height: 160%;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    var(--primary-color),
    var(--primary-dark),
    var(--primary-dark)
  );
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.25),
    -1px -1px 3px rgba(0, 0, 0, 0.25);
}

.c-banner.domain-link .go-btn:before {
  background-image: linear-gradient(#cccccc, #999999, #999999);
}

.c-banner .go-btn:after {
  background-image: linear-gradient(
    var(--accent-light),
    var(--primary-light),
    var(--primary-light)
  );
  opacity: 0;
}

.c-banner.domain-link .go-btn:after {
  background-image: linear-gradient(#ffffff, #cccccc, #cccccc);
}

.c-banner .go-btn:hover:after {
  opacity: 1;
}

/* Footer Section */

.footer-section {
  height: 190px;
  padding: 35px 0;
  background-color: #000000;
  margin: -190px 0 0;
  z-index: 10;
}

.footer-section:before {
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-image: linear-gradient(
    to right,
    transparent,
    var(--primary-shadow-color),
    transparent
  );
}

.footer-section .logo {
  width: 150px;
  position: relative;
  top: 0;
}

.footer-section .copyright-text {
  width: 100%;
  display: inline-block;
  color: #455160;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 20px 0 0;
}

/*=========================================================== M O D A L ===============================================================*/

.modal-backdrop {
  background-color: var(--modal-backdrop);
  backdrop-filter: blur(5px);
  opacity: initial !important;
}

.modal {
  padding: 30px 50px !important;
  overflow: hidden;
  color: var(--text-primary);
}

.modal::-webkit-scrollbar {
  width: 0;
}

.modal-dialog {
  max-width: 840px;
  height: 100%;
  padding: 0 !important;
  margin: 0 auto !important;
}

.modal-close {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: rgba(32, 68, 97, 0.25);
  backdrop-filter: blur(5px);
  border: none;
  position: absolute;
  right: -45px;
  top: 0;
  z-index: 10;
}

.modal-close:before,
.modal-close:after {
  width: 1px;
  height: 60%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ccc9db;
  transition: 0.3s;
}

.modal-close:before {
  transform: rotate(-45deg);
}

.modal-close:after {
  transform: rotate(45deg);
}

.modal-close:hover:before {
  transform: rotate(-135deg);
  background-color: var(--primary-color);
}

.modal-close:hover:after {
  transform: rotate(-45deg);
  background-color: var(--primary-color);
}

/* Modal Content */

.modal-content {
  width: 100%;
  max-height: 92%;
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-wrapper {
  width: 100%;
  align-items: stretch;
  background-color: var(--modal-bg);
  border-radius: 20px;
  overflow: hidden;
  flex-wrap: nowrap;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}

/* Modal Panel */

.modal-panel {
  width: calc(100% - 400px);
  padding: 30px 30px 60px;
  overflow-y: auto;
  position: relative;
}

.modal-center {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.modal .logo {
  width: 200px;
  top: 0;
  position: relative;
  margin: 0 auto 40px;
}

/* Login Join */

.loginModal .modal-dialog {
  max-width: 640px;
}

.joinModal .modal-dialog {
  max-width: 1100px;
}

.loginModal .form-footer button {
  border-radius: 10px;
}

.joinModal .form-footer button {
  max-width: 240px;
}

.joinModal .form-container .input-container input,
.joinModal .form-container .input-container .select-input {
  border: solid 1px #344961;
}

.joinModal .form-container .w-icon .input-container .select-input {
  border: none;
}

.form-container
  .input-container
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Subpages Modal */

.dashboard-modal .modal-dialog {
  max-width: 1330px;
}

.dashboard-modal .modal-content {
  height: 92%;
}

.dashboard-modal .modal-wrapper {
  padding: 5px;
  min-height: 100%;
  background-color: var(--modal-dark);
}

.dashboard-modal .modal-sidebar {
  width: 270px;
  background-image: none;
  background-color: var(--modal-bg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}

.dashboard-modal .modal-menu {
  width: 100%;
  height: initial;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 10px;
  overflow-y: visible;
  padding-right: 15px;
  padding-bottom: 30px;
}

.dashboard-modal .modal-panel {
  width: calc(100% - 270px);
  padding-top: 75px;
  overflow: visible;
}

/* Modal Sidebar */

.modal-sidebar {
  width: 100%;
  position: relative;
  align-content: flex-start;
  padding: 15px;
  position: relative;
}

.modal-sidebar .header {
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 8px;
  font-size: 18px;
  border-bottom: solid 1px rgba(53, 222, 147, 0.15);
}

.modal-sidebar .header .icon-panel {
  font-size: 24px;
}

.modal-sidebar .sc-menu,
.mobile .sc-menu {
  flex-wrap: nowrap;
  width: 100%;
}

.modal-sidebar .sc-menu li,
.modal-sidebar .sc-menu li a,
.mobile .sc-menu li,
.mobile .sc-menu li a {
  width: 100%;
}

.modal-sidebar .sc-menu li:last-child,
.mobile .sc-menu li:last-child {
  padding: 0;
}

.modal-sidebar .sc-menu li a,
.mobile .sc-menu li a {
  width: 100%;
  min-height: 60px;
  border-radius: 10px;
  font-size: 12px;
  color: var(--text-primary);
  justify-content: center;
  padding: 0 0 5px;
}

.modal-sidebar .sc-menu a .icon-panel,
.mobile .sc-menu a .icon-panel {
  width: 100%;
  margin: 5px 0 4px;
}

.modal-menu {
  width: calc(100% - 20px);
  height: calc(100% - 166px);
  position: absolute;
  left: 15px;
  top: 166px;
  overflow-y: auto;
  padding-right: 15px;
  padding-bottom: 30px;
  align-content: flex-start;
}

.modal-menu::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background-color: #0e161d;
}

.modal-menu::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 5px;
  border: solid 2px #0e161d;
  background-color: var(--primary-color);
}

.modal-menu li {
  width: 100%;
}

.modal-menu li.seperate {
  padding-top: 10px;
}

.modal-menu a {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background-color: transparent;
  border: none;
  color: #8ba4bf;
  margin: 2px 0;
  padding: 0 0 0 15px;
  position: relative;
  z-index: 1;
}

.modal-menu a:hover,
.modal-menu a.active {
  color: var(--text-primary);
}

.modal-menu a:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 25px;
  background-image: linear-gradient(
    to right,
    var(--primary-shadow-color),
    transparent
  );
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

.modal-menu a.active:before {
  opacity: 1;
}

.modal-menu a i {
  font-size: 20px;
  margin-right: 10px;
}

.modal-menu a:hover i,
.modal-menu a.active i {
  color: var(--primary-color);
}

.modal-menu .btn-silver {
  border: solid 1px #e1e1e1;
  color: #002e68;
}

.modal-menu .btn-silver:before {
  border-radius: 10px;
  background-image: linear-gradient(to right, #4a4a4a, #4a4a4a);
}

/* Modal Header */

.modal-header {
  width: calc(100% - 280px);
  height: 60px;
  position: absolute;
  right: 0;
  top: 5px;
  margin: 0 auto;
  padding: 0 25px;
  border: none;
  background-color: var(--modal-dark);
  z-index: 10;
}

.modal-header .title-panel {
  font-size: 20px;
}

.modal-header .title-panel i {
  font-size: 40px;
  margin-right: 5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(
    var(--primary-color),
    var(--primary-light),
    var(--accent-dark),
    var(--accent-dark)
  );
  background-size: 100% 100%;
  position: relative;
}

/* Modal Badge */

.modal-badge {
  width: 100%;
  min-height: 110px;
  border-radius: 16px;
  background-image: linear-gradient(
    to right,
    var(--primary-dark),
    var(--accent-dark)
  );
  margin: 0 0 30px;
  padding: 15px;
  flex-wrap: nowrap;
}

.modal-badge .icon-panel {
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  background-color: var(--modal-dark);
}

.modal-badge .icon-panel img {
  max-width: 100%;
}

.modal-badge .text-panel .link {
  font-size: 20px;
  white-space: wrap;
}

.modal-badge .text-panel .link:hover {
  color: var(--primary-color);
}

/* Form Container */

.form-container {
  width: 100%;
  max-width: 1024px;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.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;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 5px;
  margin: 0 0 5px;
  color: #95adc9;
  white-space: nowrap;
}

.form-container .labels .notif {
  margin-left: 5px;
}

.form-container .infos {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.form-container .w-btn .infos {
  padding-right: 140px;
}

.form-container .form-group .input-container {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-container .w-icon .input-container {
  background-color: var(--modal-accent);
  border: solid 1px #344961;
  border-radius: 10px;
}

.form-container .form-group input {
  width: 100%;
  height: 52px;
  float: left;
  color: var(--text-primary);
  background-color: var(--modal-accent);
  border: none;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 10px;
}

.form-container .form-group.w-icon input {
  width: calc(100% - 50px);
  background-color: transparent;
  border: solid 1px transparent;
  margin-left: auto;
  padding: 0;
}

.form-container .form-group input::-webkit-input-placeholder {
  color: #6c7e94;
}

.form-container .form-group input::placeholder {
  color: #6c7e94;
}

.form-container .form-group .input-container .icon-panel {
  width: 50px;
  height: 40px;
  border-radius: 50%;
  color: var(--form-icon-color);
  position: initial;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
}

.password-toggle {
  right: 10px;
  position: absolute;
  font-size: 18px;
  color: var(--accent-light);
}

.select-input {
  width: 100%;
  height: 52px;
  background-color: var(--modal-accent);
  border: none;
  border-radius: 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 5px;
  padding: 0 15px;
}

.select-input:last-child {
  margin-right: 0;
}

.select-input select {
  width: 100%;
  height: 100%;
  border: none;
  color: #6c7e94;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}

.form-container .w-icon .select-input {
  background-color: transparent;
  border: solid 1px transparent;
  padding: 0;
}

.select-input select option {
  background-color: #1f0a0a;
  color: #fff;
}

.select-input i {
  color: #6082a1;
  font-size: 28px;
  position: absolute;
  right: 10px;
  pointer-events: none;
}

.form-container .form-group textarea {
  width: 100%;
  height: 200px;
  float: left;
  background-color: rgba(113, 155, 202, 0.05);
  border: solid 1px rgba(113, 155, 202, 0.25);
  border-radius: 10px;
  transition: 0.3s;
  padding: 20px 18px;
  resize: none;
  color: var(--text-primary);
}

.form-container .form-group textarea::-webkit-input-placeholder {
  color: #9b98a9;
}

.form-container .form-group textarea::placeholder {
  color: #9b98a9;
}

.form-container .form-group .form-btn {
  min-width: 130px;
  height: 54px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}

/* Form Btn Group */

.form-container .form-group .infos .btn-grp {
  width: calc(100% + 4px);
  float: left;
  margin: 0 -2px;
}

.form-container .form-group .infos .btn-grp button {
  width: 16.66%;
  width: calc(16.66% - 4px);
  height: 44px;
  float: left;
  margin: 0 2px;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--text-primary);
  background-color: #4d647b;
  border: none;
}

.form-container .form-group .infos .btn-grp button:hover {
  background-color: var(--primary-dark);
}

.form-container .form-group .infos .btn-grp button:last-child {
  background-color: var(--notification-red);
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
  background-color: #ad1600;
}

/* Modal Footer */

.modal-footer {
  width: 100%;
  border: none;
  margin: 40px auto 0;
  padding: 0;
}

.form-footer {
  width: calc(100% + 10px);
  margin: 0 -5px;
  flex-wrap: nowrap;
}

.form-footer button {
  width: 100%;
  max-width: 200px;
  height: 54px;
  margin: 0 5px;
  font-weight: 500;
}

.form-footer button.size-lg {
  max-width: 300px;
}

/* Money Table */

.money-table {
  width: 100%;
  justify-content: flex-start;
}

.money-table li {
  width: calc(25% - 4px);
  height: 48px;
  margin: 2px;
  padding: 0 15px;
  justify-content: space-between;
  background-color: var(--table-hover);
  border: solid 1px var(--count-tag-border);
  border-radius: 5px;
  font-size: 14px;
}

/* BS Table */

.table-wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.bs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.bs-table thead th {
  height: 50px;
  background-color: #2d3f59;
  font-size: 14px;
  text-align: center;
  font-weight: initial;
}

.bs-table thead th:first-child {
  border-radius: 10px 0 0 10px;
}

.bs-table.one-th thead th:first-child {
  border-radius: 10px;
}

.bs-table thead th:last-child {
  border-radius: 0 10px 10px 0;
}

.bs-table tr td {
  height: 50px;
  text-align: center;
  padding: 1px;
  transition: 0.3s;
  border-bottom: dashed 1px #2f3f57;
}

.bs-table tr td:first-child {
  border-radius: 10px 0 0 10px;
}

.bs-table tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.bs-table tr:hover td {
  background-color: var(--table-hover);
}

.bs-table tr td a {
  color: var(--text-primary);
  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: var(--primary-color);
  text-decoration: underline;
}

.bs-table tr .count-td {
  width: 50px;
}

.bs-table tr .count-tag {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
  background-color: var(--count-tag-bg);
  border: solid 1px var(--count-tag-border);
  border-radius: 5px;
}

.new-icon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 5px;
  background-color: #ff2f00;
  color: var(--text-primary);
  font-size: 12px;
  text-align: center;
  padding: 1px 0 0;
}

.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 .date-td {
  width: 20%;
  font-size: 14px;
  color: #8699ad;
}

.bs-table tr .nav-td {
  width: 40px;
}

.bs-table tr td .delete-btn {
  background-color: transparent;
  border: none;
  color: #adbbcc;
  font-size: 18px;
  transition: 0.3s;
  margin: 0 auto;
}

.bs-table tr td .delete-btn:hover {
  color: var(--primary-color);
}

.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: var(--primary-color);
}

.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(--primary-color);
  border: none;
  border-radius: 50%;
  color: var(--text-primary);
  font-size: 12px;
  padding: 0 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.bs-table tr td .plus-btn:hover {
  background-color: var(--primary-light);
}

.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: var(--text-primary);
  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: var(--bg-dark);
}

.wd-tag {
  width: 30px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  font-size: 12px;
  background-color: var(--count-tag-bg);
  border: solid 1px var(--count-tag-border);
  box-shadow: 0 0 10px var(--primary-shadow-color);
  margin-right: 10px;
  padding: 0 0 1px;
}

.wd-tag.deposit {
  background-color: #b70404;
  border-color: #ff3c3c;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.coupon-btn {
  width: 100%;
  max-width: 80px;
  height: 26px;
  border-radius: 5px;
  background-color: var(--primary-dark);
  border: none;
  color: var(--text-primary);
  font-size: 14px;
  margin: 0 auto;
}

.coupon-btn.used {
  background-color: #cccccc;
  color: #000000;
}

.coupon-btn.expired {
  background-color: #df3b00;
}

/* With Depth */

.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%;
  background-color: var(--message-bg);
  border: solid 1px var(--message-border);
  margin: 5px 0 0;
  border-radius: 15px;
  padding: 10px;
}

.message-content .inner-container {
  width: 100%;
  height: 100%;
  font-weight: 300;
  white-space: pre-wrap;
  text-align: left;
  padding: 5px 10px;
}

/* Pagination */

.pagination {
  margin: -10px 0 0;
}

.pagination li {
  float: left;
}

.pagination > li > a {
  width: 30px;
  height: 30px;
  background-color: var(--pagination-bg);
  color: var(--text-primary);
  font-size: 14px;
  text-decoration: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0;
  margin: 0 2px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.pagination li a:hover {
  color: var(--text-primary);
  background-color: var(--pagination-hover);
}

.pagination li a.active {
  color: var(--text-primary);
  background-color: var(--pagination-active);
  border: solid 1px var(--pagination-active-border);
}

.pagination .turn-pg a {
  font-size: 16px;
  padding: 0;
  color: #ccc9db;
  background-color: transparent;
  border: 1px solid #2f2b45;
}

.pagination .turn-pg:nth-child(2) a {
  margin-right: 10px;
}

.pagination .turn-pg:nth-last-child(2) a {
  margin-left: 10px;
}

.pagination .turn-pg a:hover {
  color: var(--primary-light);
  background-color: transparent;
}

/* Modal Tab */

.modal-tab {
  width: 100%;
  display: none;
  margin: 0 auto;
  animation: modalTabAnim 0.5s ease 1 forwards;
}

@keyframes modalTabAnim {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-tab.active {
  display: block;
}

.head-btn-grp {
  width: 100%;
  margin: 0 0 10px;
}

.head-btn-grp button {
  height: 30px;
  padding: 0 20px;
}

/* Modal Nav */

.modal-nav {
  width: 100%;
  border-radius: 14px;
  padding: 6px;
  flex-wrap: nowrap;
  background-color: var(--modal-nav-bg);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 20px;
}

.modal-nav a {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  background-color: transparent;
  border: none;
  color: var(--modal-nav-text);
}

.modal-nav a:hover {
  color: var(--text-primary);
}

.modal-nav a.active {
  color: var(--text-primary);
  border: solid 1px var(--modal-nav-active-border);
  background-image: linear-gradient(
    to right,
    var(--accent-dark),
    var(--primary-color)
  );
  box-shadow: 0 0 5px var(--primary-shadow-color);
}

.modal-nav a i {
  font-size: 18px;
  margin-right: 8px;
}

.modal-nav a:hover i,
.modal-nav a.active i {
  color: var(--modal-nav-icon-active);
}

/* Calendar Table */

.calendar-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

.calendar-table thead th {
  height: 46px;
  background-color: #2d3f59;
  font-size: 14px;
  text-align: center;
  font-weight: initial;
}

.calendar-table td {
  height: 100px;
  background-color: var(--calendar-td-bg);
  border: solid 1px var(--calendar-td-border);
  transition: 0.3s;
  position: relative;
}

.calendar-table td:hover {
  background-color: rgba(53, 222, 147, 0.2);
  border-color: var(--calendar-td-hover-border);
}

.calendar-table td .date {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 14px;
}

.calendar-table td .stamp {
  width: 80%;
  max-width: 70px;
}

.calendar-table td.attend .stamp {
  animation: lightningAnim 1.5s ease 1 forwards;
}

.calendar-info {
  width: 100%;
  position: absolute;
  flex-wrap: nowrap;
  left: 0;
  bottom: 10%;
}

.calendar-info .icon-panel {
  width: 30px;
  margin-right: 5px;
}

.calendar-info .text-panel .text {
  display: block;
  text-align: left;
  white-space: nowrap;
}

.calendar-info .text-panel .labels {
  font-size: 14px;
  margin: 0 0 -4%;
}

/* Attendance Information */

.attendance-information {
  width: calc(100% + 20px);
  margin: 20px -10px 0;
}

.attendance-information .panel {
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: var(--attendance-panel-bg);
  border: solid 1px var(--attendance-panel-border);
  color: #8ba4bf;
}

/* Providers Modal */

.providers-modal {
  padding: 0 !important;
  overflow: initial;
}

.providers-modal .modal-dialog {
  max-width: 100%;
  align-items: flex-start;
}

.providers-modal .modal-content {
  min-height: 100%;
  max-height: initial;
  background-color: #080e16;
  align-items: stretch;
  align-content: stretch;
  flex-direction: initial;
  flex-wrap: wrap;
}

.providers-modal .modal-wrapper {
  min-height: 100%;
  align-content: flex-start;
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 0 15px;
  flex-wrap: wrap;
  position: relative;
}

.providers-modal .modal-close {
  width: 50px;
  height: 50px;
  right: 15px;
  top: 15px;
}

.providers-modal .modal-panel {
  width: 100%;
  padding: 0;
  overflow: initial;
}

.providers-modal .logo {
  width: 218px;
  margin: 15px auto 40px;
}

/* Modal Toggle Section */

.providers-modal .toggle-section {
  margin: 0 0 30px;
}

.providers-modal .toggle-btn {
  width: calc(50% - 30px);
  padding: 10px;
  border-radius: 20px 0 0 20px;
}

.providers-modal .toggle-btn:last-child {
  border-radius: 0 20px 20px 0;
}

.providers-modal .toggle-btn .icon-panel {
  width: 60px;
  height: 60px;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 16px;
}

.providers-modal .toggle-btn .text-panel {
  position: relative;
  left: 0;
  font-size: 24px;
  margin-left: 15px;
  flex-wrap: nowrap;
}

.providers-modal .toggle-btn:last-child .text-panel {
  right: 0;
  margin-right: 15px;
}

.providers-modal .toggle-btn .text-panel .en-text {
  font-size: 12px;
  margin: 0 0 -10px 10px;
  letter-spacing: 4px;
}

.providers-modal .toggle-btn:last-child .text-panel .en-text {
  margin: 0 10px -10px 0;
}

.providers-modal .toggle-btn .text-panel .kr-text,
.providers-modal .toggle-btn .text-panel .en-text {
  width: initial;
}

.providers-modal .toggle-divider {
  width: 70px;
  height: 70px;
}

.providers-modal .toggle-btn .g-hover {
  border-radius: 20px 0 0 20px;
}

.providers-modal .toggle-btn:last-child .g-hover {
  border-radius: 0 20px 20px 0;
}

/* Modal Providers Wrap */

.providers-modal .providers-wrap {
  display: none;
}

.providers-modal .providers-wrap.active {
  display: block;
}

/* Modal Bottom */

.modal-bottom {
  width: 100%;
  height: 100px;
  background-color: var(--modal-dark);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #607085;
  font-size: 12px;
  letter-spacing: 2px;
}

/* Gamelist Modal */

.gamelist-header {
  margin: 0 0 20px;
}

.gamelist-header .title-panel {
  font-size: 24px;
  margin-right: auto;
  position: relative;
  top: 5px;
}

.gamelist-header .title-panel .icon-img {
  margin: 0 10px 0 0;
}

.gamelist-header .slot-link {
  height: 42px;
  padding: 0 25px;
  margin-left: 10px;
}

.search-form {
  width: 100%;
  max-width: 300px;
  height: 44px;
  border-radius: 25px;
  color: var(--text-primary);
  background-color: var(--message-bg);
  border: solid 1px var(--message-border);
  padding: 2px;
}

.search-form input {
  width: calc(100% - 42px);
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0 50px 0 15px;
  color: var(--text-primary);
  font-size: 16px;
}

.search-form input::-webkit-input-placeholder {
  color: #6c7e94;
}

.search-form input::placeholder {
  color: #6c7e94;
}

.search-form .search-btn {
  width: 38px;
  height: 100%;
  font-size: 20px;
  border-radius: 50%;
}

.search-form .search-btn i {
  color: var(--text-primary);
  text-shadow: none;
  font-size: 18px;
}

.gamelist-nav {
  box-shadow: none;
  background-color: var(--calendar-td-bg);
}

.gamelist-nav button {
  max-width: 300px;
}

.gamelist-wrap {
  width: calc(100% + 16px);
  margin: 0 -8px;
}

.game-btn {
  width: calc(12.5% - 16px);
  margin: 0 8px 16px;
  color: var(--text-primary);
  background-color: var(--game-btn-bg);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  opacity: 1;
}

.game-btn .g-panel {
  width: 100%;
  position: relative;
  transition: 0.3s;
}

.game-btn .g-title {
  max-width: 96%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-btn .g-img {
  border-radius: 15px 15px 0 0;
  transition: 0.3s;
}

.game-btn .btn-grp {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: 0.3s;
}

.game-btn:hover .btn-grp {
  opacity: 1;
}

.game-btn .btn-grp div {
  width: 100%;
}

.game-btn .play-btn {
  width: 80%;
  max-width: 120px;
  height: 36px;
  margin: 6px auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  z-index: 1;
  color: var(--text-primary);
  font-size: 14px;
  background-color: transparent;
  opacity: 0;
}

.game-btn:hover .play-btn {
  animation: glPlayAnim 1s ease 1 forwards;
}

@keyframes glPlayAnim {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.game-btn:hover .play-btn:nth-child(2) {
  animation: glPlay02Anim 1s ease 1 forwards;
}

@keyframes glPlay02Anim {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  20% {
    opacity: 0;
    transform: translateX(-50%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.game-btn .play-btn.practice {
  color: #000000;
}

.game-btn .play-btn.practice:hover {
  color: var(--text-primary);
}

.game-btn .play-btn:before {
  content: "";
  width: calc(100% - 38px);
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 20px 20px 0;
  right: 0;
  transition: 0.3s;
  background-color: var(--game-btn-play-bg);
  box-shadow: 0 1px 0 var(--game-btn-play-border), 0 2px 3px rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.game-btn .play-btn.practice:before {
  background-color: var(--game-btn-play-practice-bg);
  box-shadow: 0 1px 0 var(--text-primary), 0 2px 3px rgba(0, 0, 0, 0.75);
}

.game-btn .play-btn:hover:before {
  background-color: var(--game-btn-play-hover);
}

.game-btn .play-btn.practice:hover:before {
  background-color: var(--game-btn-play-practice-hover);
  box-shadow: 0 1px 0 #999999, 0 2px 3px rgba(0, 0, 0, 0.75);
}

.game-btn .play-btn .icon-panel {
  width: 36px;
  height: 100%;
  background-image: linear-gradient(
    var(--game-btn-play-gradient-start),
    var(--game-btn-play-gradient-end)
  );
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 var(--customer-banner-light),
    0 2px 3px rgba(0, 0, 0, 0.75);
  border-radius: 20px 0 0 20px;
  font-size: 18px;
  margin-right: 8px;
  padding: 0 0 0 6px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.game-btn .play-btn .icon-panel:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.3s;
  background-image: linear-gradient(var(--primary-light), var(--primary-dark));
  z-index: -1;
  opacity: 0;
}

.game-btn .play-btn:hover .icon-panel:before {
  opacity: 1;
}

.game-btn .play-btn.practice .icon-panel {
  background-image: linear-gradient(var(--text-primary), #8b8b8b);
  color: #0a0a0a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 #cccccc, 0 2px 3px rgba(0, 0, 0, 0.75);
}

.game-btn .play-btn.practice .icon-panel:before {
  background-image: linear-gradient(var(--text-primary), #cccccc);
}

.game-btn .g-info {
  width: 100%;
  padding: 0 5px 10px;
}

.game-btn .g-info:before {
  width: 100%;
  height: 100%;
  max-height: 30px;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  background-image: linear-gradient(
    rgba(34, 51, 69, 0),
    rgba(34, 51, 69, 0.75),
    rgba(34, 51, 69, 1)
  );
}

.game-btn .g-info .text {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.game-btn .g-info .provider {
  color: #8b9eb3;
  font-size: 12px;
  margin: -0.5% 0 0;
  letter-spacing: 2px;
}

@media (min-width: 1200px) {
  .game-btn:hover .play-btn {
    opacity: 1;
    transform: rotate(0deg);
  }

  .game-btn:hover .g-img {
    transform: scale(0.96);
    opacity: 0.5;
    filter: blur(2px);
  }
}

/* Mobile Menu */

.mobile-menu {
  width: 100%;
  height: 60px;
  background-color: var(--mobile-menu-bg);
  background-image: var(--mobile-menu-gradient);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1010;
  display: none;
}

.mobile-menu a {
  width: 20%;
  height: 100%;
}

.mobile-menu a .icon-panel i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--mobile-menu-icon-gradient);
  background-size: 100% 100%;
  font-size: 24px;
}

.mobile-menu a .title {
  width: 100%;
  color: #a1aab7;
  font-size: 11px;
  margin: -3px 0 5px;
}

.mobile-menu .sbg-btn .icon-panel {
  width: 54px;
  height: 54px;
  margin: -17px 0 0;
  position: relative;
}

.mobile-menu .sbg-btn .icon-panel:before {
  content: "";
  width: 200%;
  height: 200%;
  border-radius: 50%;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  position: absolute;
  background-color: #1d336a;
  background-image: var(--mobile-menu-gradient);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-mask-image: linear-gradient(
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
}

/* Popup Wrapper */

.popup-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 1090;
  pointer-events: none;
  padding: 10px 50px;
  overflow-y: scroll;
}

.popup-btn {
  cursor: pointer;
  padding: 5px 30px;
  background: var(--accent-dark);
}

.popup-container {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  align-items: flex-start;
  align-content: flex-start;
}

.popup-container::-webkit-scrollbar {
  width: 0;
}

.popup-content {
  background-color: #171717;
}

.popup-panel {
  width: calc(25% - 16px);
  max-width: 400px;
  pointer-events: auto;
  margin: 8px;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.popup-panel.active {
  display: block;
  animation: popupOpenAnim 1s ease 1 forwards;
}

@keyframes popupOpenAnim {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.popup-panel .popup-header {
  width: 100%;
  height: 40px;
  background-color: var(--primary-light);
  padding: 0 5px 0 10px;
  color: var(--text-primary);
  font-size: 12px;
}

.popup-panel .popup-header .title-panel {
  font-size: 16px;
}

.popup-panel .popup-header .title-panel i {
  color: var(--popup-header-icon);
  font-size: 20px;
  margin-right: 5px;
}

.popup-panel .popup-footer {
  width: 100%;
  min-height: 40px;
  background-color: var(--popup-header-bg);
  padding: 10px 15px;
  color: var(--text-primary);
  font-size: 12px;
}

.popup-panel .close-button {
  height: 28px;
  color: var(--text-primary);
  font-size: 14px;
  background-color: var(--primary-color);
  border: solid 1px var(--primary-color);
  border-radius: 5px;
  padding: 0 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  outline: none;
}

.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%;
  background-color: var(--message-bg);
  border: solid 1px var(--message-border);
  margin: 5px 0 0;
  border-radius: 15px;
  padding: 10px;
}

.message-content .inner-container {
  width: 100%;
  height: 100%;
  font-weight: 300;
  white-space: pre-wrap;
  text-align: left;
  padding: 5px 10px;
}

/* Pagination */

.pagination {
  margin: -10px 0 0;
}

.pagination li {
  float: left;
}

.pagination > li > a {
  width: 30px;
  height: 30px;
  background-color: var(--pagination-bg);
  color: var(--text-primary);
  font-size: 14px;
  text-decoration: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0;
  margin: 0 2px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.pagination li a:hover {
  color: var(--text-primary);
  background-color: var(--pagination-hover);
}

.pagination li a.active {
  color: var(--text-primary);
  background-color: var(--pagination-active);
  border: solid 1px var(--pagination-active-border);
}

.pagination .turn-pg a {
  font-size: 16px;
  padding: 0;
  color: #ccc9db;
  background-color: transparent;
  border: 1px solid #2f2b45;
}

.pagination .turn-pg:nth-child(2) a {
  margin-right: 10px;
}

.pagination .turn-pg:nth-last-child(2) a {
  margin-left: 10px;
}

.pagination .turn-pg a:hover {
  color: var(--primary-light);
  background-color: transparent;
}

/* Modal Tab */

.modal-tab {
  width: 100%;
  display: none;
  margin: 0 auto;
  animation: modalTabAnim 0.5s ease 1 forwards;
}

@keyframes modalTabAnim {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-tab.active {
  display: block;
}

.head-btn-grp {
  width: 100%;
  margin: 0 0 10px;
}

.head-btn-grp button {
  height: 30px;
  padding: 0 20px;
}

/* Modal Nav */

.modal-nav {
  width: 100%;
  border-radius: 14px;
  padding: 6px;
  flex-wrap: nowrap;
  background-color: var(--modal-nav-bg);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 20px;
}

.modal-nav a {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  background-color: transparent;
  border: none;
  color: var(--modal-nav-text);
}

.modal-nav a:hover {
  color: var(--text-primary);
}

.modal-nav a.active {
  color: var(--text-primary);
  border: solid 1px var(--modal-nav-active-border);
  background-image: linear-gradient(
    to right,
    var(--accent-dark),
    var(--primary-color)
  );
  box-shadow: 0 0 5px var(--primary-shadow-color);
}

.modal-nav a i {
  font-size: 18px;
  margin-right: 8px;
}

.modal-nav a:hover i,
.modal-nav a.active i {
  color: var(--modal-nav-icon-active);
}

/* Calendar Table */

.calendar-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

.calendar-table thead th {
  height: 46px;
  background-color: #2d3f59;
  font-size: 14px;
  text-align: center;
  font-weight: initial;
}

.calendar-table td {
  height: 100px;
  background-color: var(--calendar-td-bg);
  border: solid 1px var(--calendar-td-border);
  transition: 0.3s;
  position: relative;
}

.calendar-table td:hover {
  background-color: rgba(53, 222, 147, 0.2);
  border-color: var(--calendar-td-hover-border);
}

.calendar-table td .date {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 14px;
}

.calendar-table td .stamp {
  width: 80%;
  max-width: 70px;
}

.calendar-table td.attend .stamp {
  animation: lightningAnim 1.5s ease 1 forwards;
}

.calendar-info {
  width: 100%;
  position: absolute;
  flex-wrap: nowrap;
  left: 0;
  bottom: 10%;
}

.calendar-info .icon-panel {
  width: 30px;
  margin-right: 5px;
}

.calendar-info .text-panel .text {
  display: block;
  text-align: left;
  white-space: nowrap;
}

.calendar-info .text-panel .labels {
  font-size: 14px;
  margin: 0 0 -4%;
}

/* Attendance Information */

.attendance-information {
  width: calc(100% + 20px);
  margin: 20px -10px 0;
}

.attendance-information .panel {
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: var(--attendance-panel-bg);
  border: solid 1px var(--attendance-panel-border);
  color: #8ba4bf;
}

/* Providers Modal */

.providers-modal {
  padding: 0 !important;
  overflow: initial;
}

.providers-modal .modal-dialog {
  max-width: 100%;
  align-items: flex-start;
}

.providers-modal .modal-content {
  min-height: 100%;
  max-height: initial;
  background-color: #080e16;
  align-items: stretch;
  align-content: stretch;
  flex-direction: initial;
  flex-wrap: wrap;
}

.providers-modal .modal-wrapper {
  min-height: 100%;
  align-content: flex-start;
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 0 15px;
  flex-wrap: wrap;
  position: relative;
}

.providers-modal .modal-close {
  width: 50px;
  height: 50px;
  right: 15px;
  top: 15px;
}

.providers-modal .modal-panel {
  width: 100%;
  padding: 0;
  overflow: initial;
}

.providers-modal .logo {
  width: 218px;
  margin: 15px auto 40px;
}

/* Modal Toggle Section */

.providers-modal .toggle-section {
  margin: 0 0 30px;
}

.providers-modal .toggle-btn {
  width: calc(50% - 30px);
  padding: 10px;
  border-radius: 20px 0 0 20px;
}

.providers-modal .toggle-btn:last-child {
  border-radius: 0 20px 20px 0;
}

.providers-modal .toggle-btn .icon-panel {
  width: 60px;
  height: 60px;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 16px;
}

.providers-modal .toggle-btn .text-panel {
  position: relative;
  left: 0;
  font-size: 24px;
  margin-left: 15px;
  flex-wrap: nowrap;
}

.providers-modal .toggle-btn:last-child .text-panel {
  right: 0;
  margin-right: 15px;
}

.providers-modal .toggle-btn .text-panel .en-text {
  font-size: 12px;
  margin: 0 0 -10px 10px;
  letter-spacing: 4px;
}

.providers-modal .toggle-btn:last-child .text-panel .en-text {
  margin: 0 10px -10px 0;
}

.providers-modal .toggle-btn .text-panel .kr-text,
.providers-modal .toggle-btn .text-panel .en-text {
  width: initial;
}

.providers-modal .toggle-divider {
  width: 70px;
  height: 70px;
}

.providers-modal .toggle-btn .g-hover {
  border-radius: 20px 0 0 20px;
}

.providers-modal .toggle-btn:last-child .g-hover {
  border-radius: 0 20px 20px 0;
}

/* Modal Providers Wrap */

.providers-modal .providers-wrap {
  display: none;
}

.providers-modal .providers-wrap.active {
  display: block;
}

/* Modal Bottom */

.modal-bottom {
  width: 100%;
  height: 100px;
  background-color: var(--modal-dark);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #607085;
  font-size: 12px;
  letter-spacing: 2px;
}

/* Gamelist Modal */

.gamelist-header {
  margin: 0 0 20px;
}

.gamelist-header .title-panel {
  font-size: 24px;
  margin-right: auto;
  position: relative;
  top: 5px;
}

.gamelist-header .title-panel .icon-img {
  margin: 0 10px 0 0;
}

.gamelist-header .slot-link {
  height: 42px;
  padding: 0 25px;
  margin-left: 10px;
}

.search-form {
  width: 100%;
  max-width: 300px;
  height: 44px;
  border-radius: 25px;
  color: var(--text-primary);
  background-color: var(--message-bg);
  border: solid 1px var(--message-border);
  padding: 2px;
}

.search-form input {
  width: calc(100% - 42px);
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0 50px 0 15px;
  color: var(--text-primary);
  font-size: 16px;
}

.search-form input::-webkit-input-placeholder {
  color: #6c7e94;
}

.search-form input::placeholder {
  color: #6c7e94;
}

.search-form .search-btn {
  width: 38px;
  height: 100%;
  font-size: 20px;
  border-radius: 50%;
}

.search-form .search-btn i {
  color: var(--text-primary);
  text-shadow: none;
  font-size: 18px;
}

.gamelist-nav {
  box-shadow: none;
  background-color: var(--calendar-td-bg);
}

.gamelist-nav button {
  max-width: 300px;
}

.gamelist-wrap {
  width: calc(100% + 16px);
  margin: 0 -8px;
}

.game-btn {
  width: calc(12.5% - 16px);
  margin: 0 8px 16px;
  color: var(--text-primary);
  background-color: var(--game-btn-bg);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  opacity: 1;
}

.game-btn .g-panel {
  width: 100%;
  position: relative;
  transition: 0.3s;
}

.game-btn .g-title {
  max-width: 96%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-btn .g-img {
  border-radius: 15px 15px 0 0;
  transition: 0.3s;
}

.game-btn .btn-grp {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: 0.3s;
}

.game-btn:hover .btn-grp {
  opacity: 1;
}

.game-btn .btn-grp div {
  width: 100%;
}

.game-btn .play-btn {
  width: 80%;
  max-width: 120px;
  height: 36px;
  margin: 6px auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  z-index: 1;
  color: var(--text-primary);
  font-size: 14px;
  background-color: transparent;
  opacity: 0;
}

.game-btn:hover .play-btn {
  animation: glPlayAnim 1s ease 1 forwards;
}

@keyframes glPlayAnim {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.game-btn:hover .play-btn:nth-child(2) {
  animation: glPlay02Anim 1s ease 1 forwards;
}

@keyframes glPlay02Anim {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  20% {
    opacity: 0;
    transform: translateX(-50%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.game-btn .play-btn.practice {
  color: #000000;
}

.game-btn .play-btn.practice:hover {
  color: var(--text-primary);
}

.game-btn .play-btn:before {
  content: "";
  width: calc(100% - 38px);
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 20px 20px 0;
  right: 0;
  transition: 0.3s;
  background-color: var(--game-btn-play-bg);
  box-shadow: 0 1px 0 var(--game-btn-play-border), 0 2px 3px rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.game-btn .play-btn.practice:before {
  background-color: var(--game-btn-play-practice-bg);
  box-shadow: 0 1px 0 var(--text-primary), 0 2px 3px rgba(0, 0, 0, 0.75);
}

.game-btn .play-btn:hover:before {
  background-color: var(--game-btn-play-hover);
}

.game-btn .play-btn.practice:hover:before {
  background-color: var(--game-btn-play-practice-hover);
  box-shadow: 0 1px 0 #999999, 0 2px 3px rgba(0, 0, 0, 0.75);
}

.game-btn .play-btn .icon-panel {
  width: 36px;
  height: 100%;
  background-image: linear-gradient(
    var(--game-btn-play-gradient-start),
    var(--game-btn-play-gradient-end)
  );
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 var(--customer-banner-light),
    0 2px 3px rgba(0, 0, 0, 0.75);
  border-radius: 20px 0 0 20px;
  font-size: 18px;
  margin-right: 8px;
  padding: 0 0 0 6px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.game-btn .play-btn .icon-panel:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.3s;
  background-image: linear-gradient(var(--primary-light), var(--primary-dark));
  z-index: -1;
  opacity: 0;
}

.game-btn .play-btn:hover .icon-panel:before {
  opacity: 1;
}

.game-btn .play-btn.practice .icon-panel {
  background-image: linear-gradient(var(--text-primary), #8b8b8b);
  color: #0a0a0a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 #cccccc, 0 2px 3px rgba(0, 0, 0, 0.75);
}

.game-btn .play-btn.practice .icon-panel:before {
  background-image: linear-gradient(var(--text-primary), #cccccc);
}

.game-btn .g-info {
  width: 100%;
  padding: 0 5px 10px;
}

.game-btn .g-info:before {
  width: 100%;
  height: 100%;
  max-height: 30px;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  background-image: linear-gradient(
    rgba(34, 51, 69, 0),
    rgba(34, 51, 69, 0.75),
    rgba(34, 51, 69, 1)
  );
}

.game-btn .g-info .text {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.game-btn .g-info .provider {
  color: #8b9eb3;
  font-size: 12px;
  margin: -0.5% 0 0;
  letter-spacing: 2px;
}

@media (min-width: 1200px) {
  .game-btn:hover .play-btn {
    opacity: 1;
    transform: rotate(0deg);
  }

  .game-btn:hover .g-img {
    transform: scale(0.96);
    opacity: 0.5;
    filter: blur(2px);
  }
}

/* Mobile Menu */

.mobile-menu {
  width: 100%;
  height: 60px;
  background-color: var(--mobile-menu-bg);
  background-image: var(--mobile-menu-gradient);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1010;
  display: none;
}

.mobile-menu a {
  width: 20%;
  height: 100%;
}

.mobile-menu a .icon-panel i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--mobile-menu-icon-gradient);
  background-size: 100% 100%;
  font-size: 24px;
}

.mobile-menu a .title {
  width: 100%;
  color: #a1aab7;
  font-size: 11px;
  margin: -3px 0 5px;
}

.mobile-menu .sbg-btn .icon-panel {
  width: 54px;
  height: 54px;
  margin: -17px 0 0;
  position: relative;
}

.mobile-menu .sbg-btn .icon-panel:before {
  content: "";
  width: 200%;
  height: 200%;
  border-radius: 50%;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  position: absolute;
  background-color: #1d336a;
  background-image: var(--mobile-menu-gradient);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-mask-image: linear-gradient(
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
}

/* Popup Wrapper */

.popup-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 1090;
  pointer-events: none;
  padding: 10px 50px;
  overflow-y: scroll;
}

.popup-container {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  align-items: flex-start;
  align-content: flex-start;
}

.popup-container::-webkit-scrollbar {
  width: 0;
}

.popup-content {
  background-color: #171717;
}

.popup-panel {
  width: calc(25% - 16px);
  max-width: 400px;
  pointer-events: auto;
  margin: 8px;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.popup-panel.active {
  display: block;
  animation: popupOpenAnim 1s ease 1 forwards;
}

@keyframes popupOpenAnim {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.popup-panel .popup-header {
  width: 100%;
  height: 40px;
  background-color: var(--popup-header-bg);
  padding: 0 5px 0 10px;
  color: var(--text-primary);
  font-size: 12px;
}

.popup-panel .popup-header .title-panel {
  font-size: 16px;
}

.popup-panel .popup-header .title-panel i {
  color: var(--popup-header-icon);
  font-size: 20px;
  margin-right: 5px;
}

.popup-panel .popup-footer {
  width: 100%;
  min-height: 40px;
  background-color: var(--popup-header-bg);
  padding: 10px 15px;
  color: var(--text-primary);
  font-size: 12px;
}

.popup-panel .close-button {
  height: 28px;
  color: var(--text-primary);
  font-size: 14px;
  background-color: var(--primary-color);
  border: solid 1px var(--primary-color);
  border-radius: 5px;
  padding: 0 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  outline: none;
}

.popup-panel .popup-header .close-button {
  height: initial;
  padding: 0;
  background-color: transparent;
  border: none;
}

.popup-panel .close-button:hover {
  background-color: var(--popup-close-hover);
  border-color: var(--primary-light);
}

.popup-panel .popup-header .close-button:hover {
  background-color: transparent;
  border: none;
}

.popup-panel .close-button i {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  transition: 0.3s;
  text-shadow: none;
}

.popup-panel .popup-header .close-button i {
  color: var(--text-primary);
  font-size: 24px;
}

.popup-panel .close-button:hover i {
  color: var(--notification-red);
}

@media (max-width: 1199px) {
  .popup-wrapper {
    padding: 15px;
  }

  .popup-panel {
    width: calc(100% - 30px);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .popup-panel:first-child {
    width: 100%;
    position: relative;
  }
}

.r-0 {
  right: 0 !important;
}

.convert-btn {
  height: 18px;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 3px;
  margin: 0 0 0 5px;
}

/* Event Wrapper */

.event-wrapper {
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.event-btn {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  display: inline-block;
  position: relative;
  border: solid 1px var(--event-btn-border);
  overflow: hidden;
  border-radius: 15px;
}

.event-btn:hover {
  border-color: var(--event-btn-border-hover);
  transform: scale(1.1);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
}

.event-btn .a-footer {
  width: 100%;
  height: 44px;
  padding: 0 10px 0 15px;
  transition: 0.3s;
  background-color: var(--event-btn-footer-bg);
}

.event-btn:hover .a-footer {
  background-color: var(--event-btn-footer-hover);
}

.event-btn .a-footer .title-panel {
  width: calc(100% - 85px);
}

.event-btn .a-footer .title {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: left;
}

.event-btn .a-footer button {
  width: 80px;
  height: 26px;
  font-size: 14px;
}

.event-btn .new-tag {
  height: 28px;
  padding: 0 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  font-size: 14px;
}

/* Subpages */

.subpage-wrapper .jackpot-wrapper {
  margin: 0 -15px;
}

/* Attend Nav */

.attendance-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
}

.attendance-nav .title-panel {
  color: var(--text-primary);
  font-size: 18px;
  margin: 0 20px;
}

.attendance-nav .title-panel .date-tag {
  height: 30px;
  padding: 0 20px;
  font-size: 20px;
  color: var(--attend-date-tag-color);
}

.attendance-nav .title-panel .date-tag:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: var(--attend-date-gradient);
  border-radius: 30px;
}

.attendance-nav .nav-btn {
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  color: #8ba4bf;
  font-size: 14px;
}

.attendance-nav .nav-btn i {
  font-size: 20px;
}

.attendance-nav .nav-btn:hover {
  color: var(--text-primary);
}

.attendance-nav .nav-btn:hover i {
  color: var(--primary-light);
}

.submit-overlay {
  position: fixed;
  top: 0;
  background-color: #000000a1;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  display: none;
}

.submit-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: var(--text-primary);
  animation: rotate_icon 1s linear infinite;
  transform-origin: 50% 50%;
}

.footer-logo {
  height: 50px;
  width: 50px;
}

@keyframes rotate_icon {
  100% {
    transform: rotate(360deg);
  }
}

.logo {
  width: 218px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: -42px;
  top: 10px;
  margin: 0 auto;
}

.logo img,
.logo div {
  position: absolute;
}

.logo .logo-img,
.logo div .d-img {
  width: 58%;
  position: relative;
}

#rotatingleaf {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  animation: spin 8s linear infinite;
  transform-origin: center center;
}

#small-g {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  opacity: 1;
}

/* rotation animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.header-logo {
  top: 25%;
  position: absolute;
}

.header-logo-image {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-inline {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
}
.logo-inline img {
  width: 90px;
  /* adjust size as needed */
  height: auto;
  transition: transform 0.2s ease;
}

.logo-inline img:hover {
  transform: scale(1.05);
}

.garden-gif {
  width: 110px;
}

.logo-inline .casino-logo {
  width: 100px;
}

.logo-inline .garden-logo {
  width: 130px;
}

@keyframes fadeSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.garden-logo {
  animation: fadeSlideDown 1.5s ease-in-out alternate;
}

.casino-logo {
  animation: fadeSlideUp 1.5s ease-in-out alternate;
}
