:root {
  --theme-color: #83909d;
  --theme-light: #eb7e82;
  --theme-red: #f44025;
  --lightblue: #ffffff;
  --lightblue_light: #edf9fe;
  --lightblue_dark: #a4c4cf;
  --lightblue_middle: #b4d1db;
  --body-bg: #ffffff;
  --body-color: #878d97;
  --text-color: #505255;
  --text-color-light: #7d96ac;
  --text-color_dark: #40454a;
  --text-color_deepdark: #313d49;
  --title-color: #ffffff;
  --secondary-color: #42a300;
  --smoke-color: #e8ebf0;
  --light-color: #e7f1f9;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #f5d705;
  --success-color: #11d111;
  --error-color: #dc3545;
  --border-color: #9bb1ce;
  --title-font: "Barlow", sans-serif;
  --body-font: "Barlow", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1200px;
  --container-gutters: 30px;
  --section-space: 100px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --qnoti-color: #ffffff;

  /* color set 2 */
  --quick-menu-back-top: rgb(255, 100, 167);
  --quick-menu-back: linear-gradient(
    180deg,
    var(--quick-menu-back-top) 0%,
    rgb(223, 86, 145) 100%
  );

  --news-maquee-color: rgb(255, 100, 167);
  --news-maquee-shadow: rgb(255, 100, 167);

  /* color set 4 */
  --quick-menu-back-top: rgb(107, 127, 158);
  --quick-menu-back: linear-gradient(
    180deg,
    var(--quick-menu-back-top) 0%,
    rgb(39, 56, 70) 100%
  );

  --news-maquee-color: #50768f;
  --news-maquee-shadow: #398bbd;

  /* color set 1 */
  --quick-menu-back-top: rgb(22, 191, 0);
  --quick-menu-back: linear-gradient(
    180deg,
    var(--quick-menu-back-top) 0%,
    rgb(50, 116, 0) 100%
  );

  --news-maquee-color: #42a300;
  --news-maquee-shadow: #42a300;

  /* color set 3 */
  --quick-menu-back-top: rgba(80, 0, 80, 0.75);
  --quick-menu-back: rgba(80, 0, 80, 0.75);

  --news-maquee-color: #8815eb;
  --news-maquee-shadow: #75459f;
}

/*
.touchaction
transition: all .2s ease-in-out;
}

.touchaction:active {
  transform: scale(1.05);
  transition: .1s;
}

*/

html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  background-color: var(--body-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  letter-spacing: -0.2px;
  line-height: 1;
  padding: 0 0 0 0;
  max-width: 1140px;
}

.background_img {
  z-index: -1;
  position: absolute;
  width: 100%;
  top: 110px;
}

.background_img {
  filter: opacity(0.8);
}

iframe {
  border: none;
  width: 100%;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

a:hover {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: none;
  padding-left: 0.8em !important;
}

li {
  list-style: none;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  color: var(--body-color);
  line-height: 1.1;
  margin-bottom: 12px !important;
}

hr {
  margin: 0.75rem 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--text-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 40px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 32px;
}

.h4,
h4 {
  font-size: 28px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}

.form-select:focus {
  border-color: var(--theme-color) !important;
}

ol,
ul {
  padding-left: 1rem !important;
}

li {
  margin-bottom: 4px;
  font-size: 0.8rem;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--theme-color) !important;
}

@media (min-width: 1300px) {
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

@media (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 767px) {
  .row:not([class*="gx-"]) {
    --bs-gutter-x: 30px;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color) !important;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid var(--lightblue_dark) !important; */
  border: 1px solid #a9deeb !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

select,
.form-control,
.form-select,
textarea,
input {
  height: 48px;
  padding: 0 30px 0 24px;
  /* border: 1px solid var(--border-color); */
  color: var(--body-color);
  background-color: var(--lightblue_light);
  /* border-radius: 28px; */
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  border: 1px solid var(--lightblue_dark);
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color) !important;
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--text-color_light);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--text-color_light);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--text-color_light);
}

.currency-input::placeholder {
  color: var(--text-color_light);
}

input {
  color: var(--body-color);
  background-color: var(--lightblue_light) !important;
  border: 1px solid var(--lightblue_dark) !important;
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  /* border: 1px solid var(--lightblue) !important; */
  border: 1px solid #a9deeb !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 6px;
}

input[type="checkbox"] {
  /* visibility: hidden; */
  /* opacity: 0; */
  display: inline-block;
  /* vertical-align: middle; */
  /* width: 0; */
  /* height: 0; */
  /* display: none; */
  width: 16px;
  height: 16px;
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0.5px;
  font-size: 0.4em;
  line-height: 18.95px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--body-bg);
  color: transparent;
  transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

.peso-input {
  font-size: 3em;
  text-align: center;
  padding: 12px 10px 16px 10px;
  height: auto;
  border-radius: 12px;
  border: 0px solid transparent !important;
  outline: 0px solid transparent !important;
  background: rgba(0, 128, 255, 0.2) !important;
  font-weight: 900;
  color: #0b7afa;
  max-width: 640px;
  margin: 0 auto;
}

.peso-input:focus {
  outline: 0;
  box-shadow: none;
  background-color: rgba(0, 170, 255, 0.2) !important;
}

.limit-input {
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 1.4em;
  text-align: center;
  padding: 12px 10px 12px 10px;
  background: rgb(242, 242, 242) !important;
  color: #0b7afa;
  max-width: 800px;
  border: 1px solid #7d7d7d !important;
}

.limit-input:focus {
  outline: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 1) !important;
  border: 1px solid #0b7afa !important;
}

label {
  display: flex;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 500;
  justify-content: space-between;
  padding-bottom: 6px;
}

.label_mini {
  font-size: 12px;
  color: #606364;
  padding-left: 6px;
}

.nomargin {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
  margin-bottom: 10px;
}

.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 21px;
  font-size: 16px;
  color: #a0abb4;
}

.form-group.has-label > i {
  top: 50px;
}

.password_viewtoggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 3%;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.password_viewtoggle:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.password_viewtoggle img {
  width: 28px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right
    calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

/*------------------- Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.vs-menu-wrapper .mobile-logo {
  padding-bottom: 0;
  padding-top: 6px;
  display: block;
  text-align: center;
  background-color: var(--body-bg);
}

.vs-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 32px;
  position: absolute;
  right: 12px;
  top: 2px;
  padding: 0;
  line-height: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 1;
  color: var(--theme-color);
}

.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  background-color: transparent;
  color: var(--theme-color);
}

.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 100%;
  background-color: var(--body-bg);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.1s;
  z-index: 9;
  overflow-y: scroll;
  margin-bottom: 80px;
}

.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  max-height: calc(100vh - 200px);
  padding-bottom: 20px;
  margin-top: 33px;
  text-align: left;
}

.vs-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, 0.2);
  background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}

.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.vs-mobile-menu ul li {
  border-bottom: 1px solid var(--smoke-color);
  list-style-type: none;
}

.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--border-color);
}

.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--title-color);
  font-weight: 400;
}

.vs-mobile-menu ul li a:before {
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}

.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}

.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}

.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}

.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--lightblue_light);
  background-color: var(--theme-color);
  color: white;
  border-radius: 50%;
}

.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}

.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}

.vs-mobile-menu > ul {
  padding: 0 32px;
}

.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-mobile-menu .text-bold {
  font-weight: 700;
}

.vs-menu-toggle,
.vs-menu-toggle-x {
  width: 32px;
  /* height: 32px; */
  padding: 0;
  font-size: 32px;
  position: absolute;
  right: 16px;
  border: none;
  color: var(--theme-color);
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  top: 8px;
}

.vs-menu-toggle:active,
.vs-menu-toggle-x:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

.vs-menu-toggle_b {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 32px;
  position: absolute;
  border: none;
  background-color: white;
  color: var(--white-color);
  color: var(--theme-color);
  display: inline-block;
  border-radius: 0;
  bottom: 98px !important;
  z-index: 5;
  top: unset;
  border-radius: 4px;
}

.vs-menu-toggle_b img {
  margin-top: -9px;
}

.btn_position {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.btn_position img {
  margin-top: 0;
}

.vs-menu-toggle_b.style-text,
.vs-menu-toggle_b.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.vs-menu-toggle_b.style-text i,
.vs-menu-toggle_b.style-text-white i {
  margin-right: 10px;
}

.vs-menu-toggle_b.style-text-white {
  color: var(--white-color);
}

.slide_show {
  display: block;
  position: relative;
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--body-bg);
}

.preloader-inner {
  display: flex;
  padding: 50px;
  background-color: var(--body-bg);
  height: 100%;
  overflow: hidden;
}

.loader-logo {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}

.spinner {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 4px solid rgba(242, 0, 58, 0.1);
  mask: linear-gradient(rgba(242, 0, 58, 0.1), #f2003a 90%);
  -webkit-mask: linear-gradient(rgba(242, 0, 58, 0.1), #f2003a 90%);
  transform-origin: 50% 60%;
  transform: perspective(200px) rotateX(66deg);
  animation: spinner-wiggle 1.2s infinite;
}

.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  margin: -4px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 0.05;
  border: inherit;
  border-color: transparent;
  animation:
    spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    spinner-fade 1.2s linear infinite;
}

.spinner:before {
  border-top-color: rgba(242, 0, 58, 0.9);
}

.spinner:after {
  border-top-color: rgba(242, 0, 58, 0.6);
  animation-delay: 0.3s;
}

@keyframes spinner-wiggle {
  30% {
    transform: perspective(200px) rotateX(66deg);
  }

  40% {
    transform: perspective(200px) rotateX(65deg);
  }

  50% {
    transform: perspective(200px) rotateX(68deg);
  }

  60% {
    transform: perspective(200px) rotateX(64deg);
  }
}

@keyframes spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner-fade {
  20% {
    opacity: 0.1;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0.1;
  }
}

.hr_line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ddeaf7;
}

/*------------------- 3.2. Buttons -------------------*/
.mobile_mainbtn {
  width: 100%;
  height: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  background-color: var(--theme-color);
  color: white;
  margin: 20px 0 4px 0;
  font-size: 18px;
  font-weight: 600 !important;
  border-radius: 26px;
  letter-spacing: 0.5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  box-sizing: border-box;
}

.mobile_mainbtn_confirm {
  background: #0b7afa !important;
}

.mobile_mainbtn_cancel {
  background-color: white !important;
  color: #0b7afa !important;
  border: 2px solid #0b7afa;
}

.mobile_mainbtn_small {
  width: 70% !important;
}

.mobile_mainbtn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.mobile_mainbtn:hover,
.mobile_mainbtn:visited {
  background-color: var(--theme-color);
  color: white !important;
}

.mobile_mainbtn_cancel:hover,
.mobile_mainbtn_cancel:visited {
  background-color: white !important;
  color: #0b7afa !important;
  border: 2px solid #0b7afa;
}

.mobile_mainbtn_disable {
  background-color: #b9bdbe !important;
  color: #e2e7ee !important;
}

.mobile_mainbtn_disable:active {
  transform: scale(1);
  transition: 0.1s;
}

.mobile_mainbtn_disable:hover,
.mobile_mainbtn_disable:visited {
  background-color: #b9bdbe !important;
  color: #e2e7ee !important;
}

.mobile_mainbtn_mini {
  width: 40% !important;
  max-width: 160px !important;
  background-color: #00b3ff;
}

.mobile_mainbtn_dual {
  width: 100% !important;
  background-color: #00b3ff;
}

.mobile_tmbtn {
  width: 100%;
  height: 32px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  background-color: var(--theme-color);
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 26px;
  min-width: 108px;
  letter-spacing: 0.2px;
  box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

.mobile_tmbtn_nomargin {
  margin: 0px 0 0px 0 !important;
  height: 50px;
}

.nopadding_bottom {
  padding-bottom: 0 !important;
}

.mobile_tmbtn_playbtnadj {
  margin: 10px 0 0px 0 !important;
  height: 40px;
  max-width: 180px;
}

.mobile_tmbtn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.mobile_tmbtn:hover,
.mobile_tmbtn:visited {
  background-color: var(--theme-color);
  color: white !important;
}

.mobile_tmb_wrap {
  display: flex;
  flex-direction: row;
  gap: 6px;
  width: 60%;
  justify-content: flex-end;
}

.mobile_tmbtn_small {
  width: 40%;
  height: 34px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  background-color: var(--theme-color);
  color: white;
  font-size: 13px !important;
  font-weight: 500;
  border-radius: 16px;
  letter-spacing: 0px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.mobile_tmbtn_view {
  padding: 0 8px;
  width: auto;
  height: 36px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  background-color: var(--theme-color);
  color: white;
  font-size: 13px !important;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

.mobile_tmlist_view {
  padding: 0 8px;
  width: auto;
  height: 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  background-color: var(--theme-color);
  color: white;
  font-size: 12px !important;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

.mobile_tmbtn_sa {
  min-width: 32px;
}

.view_unable {
  padding: 0 8px;
  width: auto;
  height: 34px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  background-color: var(--theme-color);
  color: white;
  font-size: 13px !important;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  cursor: default;
  transition: none;
  filter: opacity(0.35);
}

.mobile_tmbtn_view img,
.view_unable img {
  width: 24px;
}

.mobile_tmlist_view img {
  width: 20px;
}

.mobile_tmbtn_xsmall {
  width: auto;
  padding: 0 12px;
  /* width: 64px; */
  min-width: 96px;
  height: 32px;
  /* background-color: #b2cebd; */
  background: #42a300;
  margin-left: 10px;
}

.progress_back_color {
  background: linear-gradient(
    90deg,
    rgba(66, 163, 0, 1) 15%,
    rgb(195, 226, 208) 15%
  );
}

.progress_back_color span {
  text-shadow: 0 0 4px rgb(0, 60, 20);
}

.mobile_tmb_joinap {
  display: flex;
  flex-direction: column;
  font-size: 11px;
}

.btn_max {
  width: 94% !important;
  margin: 0 auto;
}

.mobile_tmbtn_small:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.mobile_tmlist_view:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.mobile_tmbtn_view:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.mobile_tmlist_view:hover {
  background-color: var(--theme-color);
  color: white !important;
}

.mobile_tmbtn_small:hover {
  background-color: var(--theme-color);
  color: white !important;
}

.mobile_tmbtn_small_jc {
  background-color: #7d9ec9;
  background-color: var(--theme-color);
  color: white !important;
}

.mobile_tmbtn_disable {
  background-color: var(--lightblue_dark) !important;
  color: white !important;
}

.mobile_tmbtn_disable:hover,
.mobile_tmbtn_disable:visited {
  background-color: var(--lightblue_dark) !important;
  color: white !important;
}

.mobile_tmbtn_disable:active {
  transform: scale(1);
  transition: 0.1s;
}

.mobile_tmbtn_waiting {
  background-color: var(--secondary-color) !important;
  color: white !important;
}

.mobile_tmbtn_waiting:hover,
.mobile_tmbtn_waiting:visited {
  background-color: var(--secondary-color) !important;
  color: white !important;
}

.mobile_tmbtn_waiting:active {
  transform: scale(1);
  transition: 0.1s;
}

.mobile_tmbtn_ready {
  color: white !important;
  background-color: var(--secondary-color);
  /* animation: tm_color infinite ease-in 1s !important; */
}

.mobile_tmbtn_ready:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.mobile_tmbtn_ready:hover {
  /* background-color: var(--secondary-color) !important; */
  color: white !important;
}

@keyframes tm_color {
  0% {
    background-color: #fc1313;
  }

  50% {
    background-color: #ce1919;
  }

  100% {
    background-color: #fc1313;
  }
}

.mobile_lagauge_ready {
  color: white !important;
  animation: tm_color_orange infinite ease-in 1s !important;
}

.mobile_lagauge_ready:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.mobile_lagauge_ready:hover {
  /* background-color: var(--secondary-color) !important; */
  color: white !important;
}

@keyframes tm_color_orange {
  0% {
    background-color: #ff6600;
  }

  50% {
    background-color: #ff5500;
  }

  100% {
    background-color: #ff6600;
  }
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 34.5%;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}

.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}

.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: var(--body-bg);
  background-color: var(--lightblue_light);
  border-radius: inherit;
  z-index: 1;
  transition: all ease 0.4s;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }

  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop,
.bottomFix,
.share_snsbtn_bottom {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
  z-index: 19;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  scale: 0.65;
}

.scrollToTop.show,
.bottomFix.show,
.share_snsbtn_bottom.show {
  opacity: 1;
  visibility: visible;
}

.title-area-wallet {
  margin-top: 16px;
  text-align: center;
  margin-bottom: calc(var(--section-title-space) - 30px);
}

.copy_clipboard {
  position: relative;
  width: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-weight: 400;
  text-align: center;
}

.peso_mark {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.warnning-text {
  font-size: 14px;
  color: #e20000;
  font-weight: 500;
}

.balance_val {
  color: var(--theme-color);
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bv_limit {
  font-weight: 500;
  font-size: 14px;
  color: #262626;
  height: auto;
}

.wallet_aw {
  color: #0b7afa;
  font-size: 20px;
  font-weight: 800;
}

.spacer_5px {
  display: block;
  height: 6px;
}

.spacer_10px {
  display: block;
  height: 10px;
}

.spacer_20px {
  display: block;
  height: 10px;
}

.spacer_30px {
  display: block;
  height: 30px;
}

.spacer_40px {
  display: block;
  height: 40px;
}

.spacer_80px {
  display: block;
  height: 80px;
}

.spacer_100px {
  display: block;
  height: 100px;
}

.copy_clipboard_s {
  width: 32px;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.badge {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.ticker_action_position {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  height: 24px;
  background-color: var(--yellow-color);
  background-color: var(--secondary-color);
  background-color: var(--news-maquee-color);
  color: #bcbcbc;
  padding: 0px 3% 2px 1%;
  border-radius: 12.5px;
  box-shadow: 0px 0px 6px var(--news-maquee-shadow);
}

.ticker_cover_left {
  width: 26px;
  height: 22px;
  background-color: #000;
  position: absolute;
  margin-left: 32px;
  background: rgb(66, 163, 0);
  background: linear-gradient(
    90deg,
    rgba(66, 163, 0, 1) 0%,
    rgba(66, 163, 0, 0) 100%
  );
  z-index: 2;
  display: none;
}

.ticker_cover_right {
  width: 26px;
  height: 22px;
  background-color: #000;
  position: absolute;
  right: 3.5%;
  background: rgb(66, 163, 0);
  background: linear-gradient(
    -90deg,
    rgba(66, 163, 0, 1) 0%,
    rgba(66, 163, 0, 0) 100%
  );
  z-index: 2;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: none;
}

.top_noticeicon {
  margin-right: 2px;
  margin-left: 2%;
}

.top_noticeicon img {
  width: 22px;
  height: 22px;
}

.ticker-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.ticker {
  display: inline-block;
  width: auto;
  animation: ticker2 30s linear infinite;
  font-size: 12px;
  color: var(--text-color);
  font-weight: 400;
}

.ticker div {
  display: inline-block;
  padding: 0 3em;
  font-family: var(--title-font);
  color: #ffffff;
}

@keyframes ticker2 {
  0% {
    transform: translateX(20%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.sec-wrap3-1.background-image {
  background-position: bottom left;
}

@media (min-width: 1921px) {
  .d-hd-none {
    display: none !important;
  }
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}

[data-overlay="title"]:before {
  background-color: var(--title-color);
}

[data-overlay="white"]:before {
  background-color: var(--white-color);
}

[data-overlay="black"]:before {
  background-color: var(--black-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

.footer-logo {
  margin-bottom: 10px;
}

/*------------------- 4.2. Header  -------------------*/

.top-fix {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: white;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.fix-adjust-type1 {
  padding-top: 140px !important;
}

.fix-adjust-type2 {
  padding-top: 58px !important;
  position: relative;
}

.fix-adjust-type3 {
  padding-top: 132px !important;
}

.fix-adjust-type4 {
  padding-top: 198px !important;
}

.vs-header {
  position: relative;
  z-index: 7;
  /* background-color: white; */
}

.fal {
  font-weight: 700;
}

.header-logo {
  max-width: 148px;
  padding: 4px 0 4px 0px;
}

.header-logo img {
  max-width: 84px !important;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.will-sticky .sticky-active.active {
  top: 0;
}

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 16px;
  color: var(--theme-color);
  transition: 0.2s;
}

.main-menu a:hover {
  color: var(--secondary-color) !important;
}

@media (max-width: 1500px) {
  .main-menu a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .header-logo {
    max-width: 160px;
    padding: 4px 0 4px 0px;
    transition: all 0.2s ease-in-out;
  }

  .header-logo:active {
    /* transform: scale(1.05); */
    transition: 0.1s;
  }
}

.main-menu a:hover {
  color: var(--theme-color);
  color: var(--theme-color);
  color: #55beff;
}

.main-menu > ul > li {
  margin: 0 12px;
}

.navtype-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 32px;
  gap: 8px;
}

.navtype-1 > li {
  margin: 0 16px !important;
}

.navtype-1 > li > a {
  font-size: 16px;
}

.navtype-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}

.navtype-2 > li {
  margin: 0 6px !important;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\f0d7";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 2px;
  left: 4px;
  font-size: 1.4rem;
}

.menu-info-con {
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-info-con > a:after {
  content: "";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 2px;
  left: 4px;
  font-size: 1.4rem;
}

.section-line {
  width: 100%;
  height: 1px;
  background-color: #97c1ff;
}

.section-line-margin {
  width: 100%;
  height: 8px;
  background-color: transparent;
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
  background-color: var(--lightblue_light);
  background-color: white;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  background-color: var(--lightblue_light);
  box-shadow: -3px 3px 24px -4px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  min-width: 280px;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  left: -140px;
  opacity: 0;
  z-index: -1;
  /* border-bottom: 2px solid var(--theme-color); */
  transform-origin: top center;
  transition:
    margin-top 0.4s ease-in-out 0s,
    visibility 0.4s ease-in-out 0s,
    opacity 0.4s ease-in-out 0s,
    z-index 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 32px;
}

.main-menu ul.sub-menu {
  padding: 16px 16px 16px 16px;
  right: 0;
}

.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 30px;
  width: 0px;
  height: calc(100% - 65px);
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 8px 12px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  /* content: "\f105"; */
  float: right;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 8px;
}

.main-menu ul.sub-menu li a:before {
  /* content: "\f111"; */
  content: "";
  position: absolute;
  top: 2.8em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  font-weight: 700;
}

.menu-info-con > a:before {
  content: "";
  position: absolute;
  top: 2.8em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  font-weight: 700;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.main-menu ul.mega-menu li li {
  padding: 4px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
}

.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after,
.main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.main-menu-deposit-wrap {
  background-color: var(--lightblue_light);
  border-radius: 8px;
  padding: 6px;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 5px 7px -2px inset,
    rgba(0, 0, 0, 0.1) 0px 2px 3px -4px;
  margin-right: 16px;
  display: flex;
  justify-content: space-around;
}

.main-menu-deposit-wrap-login {
  background-color: var(--lightblue_light);
  border-radius: 8px;
  padding: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.main-menu-userid {
  padding: 8px 0 8px 0;
  color: var(--theme-color);
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

.main-menu-userid:hover {
  transition: 0.2s;
  color: var(--secondary-color);
}

.main-menu-boxlink {
  background-color: var(--theme-color);
  color: white !important;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 14px !important;
}

.main-menu-boxlink:hover {
  background-color: #55beff;
  color: white !important;
}

.main-menu-ul-innerdiv {
  padding: 0 0;
  color: var(--theme-color);
  font-weight: 600;
  font-size: 16px;
}

.main-menu-ul-innerdiv img {
  border-radius: 1%;
}

.detail-container img {
  width: 100%;
}

.user-info-top-wrap {
  width: 100%;
  padding: 10px 10px;
  background-color: var(--lightblue_light);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.profile-01 {
  width: 48px !important;
  height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.profile-01 img {
  border-radius: 4px;
}

.rewards_point {
  padding: 6px 12px;
  background-color: var(--lightblue_light);
  border-radius: 10px;
}

.rewards_araw_point {
  padding: 0px 0px;
  background-color: #edeff3;
  border-radius: 10px;
}

.rewards_noti {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: white;
  z-index: 2;
  box-sizing: border-box;
  margin-left: 2px;
}

.bnb_flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.bnb_flex_gap_10px {
  gap: 10px;
}

.bnb_flex_column {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.bnb_flex_column_fw {
  width: auto;
}

.max-width-640 {
  max-width: 640px;
  margin: 0 auto;
}

.bnb_flex_column_center {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  align-items: center;
  justify-content: center;
}

.bnb_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  color: #000;
}

.wallet_pointbox_wrap {
  max-width: 640px;
  margin-bottom: 10px;
}

.wallet_pointbox_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5%;
  margin-top: 4px;
  margin-bottom: 10px;
}

.wallet_pointbox_row {
  display: flex;
  flex-direction: row;
  width: 50%;
}

.pointbox_title {
  text-align: center;
  background-color: #ebebeb;
  padding: 4px;
  font-size: 11px;
  color: #000;
  flex: 1;
  border-radius: 12px;
}

.pointbox_val {
  font-weight: 600;
  text-align: center;
  padding-top: 8px;
  color: var(--text-color_deepdark);
}

.pointbox_val img {
  margin-left: 10px;
  margin-top: -4px;
}

.swap_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 0px;
  /* background-color: var(--theme-color); */
  /* color: white; */
  border-radius: 64px;
  max-width: 42px;
  min-width: 42px;
  padding: 2px;
  background-color: white;
}

.swap_btn img {
  width: 28px;
  /* filter: brightness(200%); */
}

.wallet_pointbox {
  flex: 1 0;
}

.mobile-menu-ul {
  padding-left: 20px;
}

.mobile-menu-ul li {
  padding-left: 0px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.mobile-menu-ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: var(--theme-color);
  transition: all 0.2s ease-in-out;
  font-size: 1.15rem !important;
}

.mobile-menu-ul li a:hover {
  color: var(--theme-color) !important;
}

.mobile-menu-ul li a:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.mobile-menu-ul li img {
  width: 32px;
  height: 32px;
}

.mobile-menu-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.mobile-menu-scription {
  /* color: var(--text-color-light); */
  color: #8a9aa0;
  font-size: 11px;
  font-weight: 400;
  padding-top: 2px;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 16px 0 0;
  line-height: 28px;
}

.header-links li:last-child {
  margin-right: 0;
}

.header-links i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
  font-size: 20px;
}

.header-links a {
  color: inherit;
  color: var(--theme-color);
}

.header-links a:hover {
  color: #00b3ff !important;
  text-decoration: none !important;
}

.header-links.style-white i,
.header-links.style-white li {
  color: var(--white-color);
  border-color: #558eff;
}

.header-links.style2 i {
  display: inline-block;
  font-size: 14px;
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.header-links.style2 i:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.header-links.style2 li {
  color: var(--white-color);
}

.header-links.style2 a:hover {
  text-decoration: underline;
  color: var(--white-color);
  color: yellow;
}

.header-layout .header-top-text {
  color: var(--white-color);
  color: darkblue;
  margin: 0;
}

.header-top-text {
  font-size: 9px !important;
  margin-bottom: 0px;
}

.header-layout .header-top {
  background-color: var(--lightblue_light);
  padding: 4px 0;
}

.header-layout .header-top ul {
  display: flex;
  flex-direction: row;
  align-items: left;
}

.header-layout .menu-area {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.loginjoin_wrap {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.loginjoin_btn {
  width: auto;
  padding: 8px 8px;
  min-width: 72px;
  background-color: var(--theme-color);
  color: white;
  text-align: center;
  border-radius: 24px;
  font-weight: 500;
  margin-top: 5px;
}

.bottom_signset .loginjoin_btn {
  margin-top: -3px;
}

.loginjoin_btn:hover {
  filter: brightness(1);
  color: white;
}

.loginjoin_color {
  background-color: var(--secondary-color);
  color: white;
}

.loginjoin_color:hover {
  filter: brightness(1);
  color: white;
}

.func-title-wrap {
  display: flex;
  flex-direction: row;
  align-self: center;
  padding-left: 0%;
  width: 100%;
  background: rgb(228, 243, 251);
  background: linear-gradient(
    180deg,
    rgb(225, 245, 255, 0.2) 0%,
    rgba(215, 234, 243, 0.7) 100%
  );
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.error-message {
  color: #da0000;
}

.func-title-wrap-textpage {
  display: flex;
  flex-direction: row;
  align-self: center;
  padding-left: 0%;
  width: 100%;
  background-color: #caf7ae;
  /* border-radius: 8px; */
}

.back_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  margin-top: 3px;
  margin-left: 6px;
}

.back_btn img {
  width: 20px;
  margin-top: 3px;
}

.back_btn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.setting_btn {
  position: absolute;
  width: 80px;
  height: 40px;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  right: 2px;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.setting_btn img {
  width: 24px;
  margin-top: 3px;
}

.setting_btn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.func-title {
  width: 100%;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 700;
  height: 42px;
  line-height: 41px;
  text-align: center;
  padding-bottom: 4px;
}

.func-title-2line {
  line-height: 1.1;
}

.func-wrap {
  padding: 12px 0.5%;
  border-radius: 6px;
}

.add_sidepadding {
  padding-left: 5%;
  padding-right: 5%;
}

.func-btn-wrap {
  padding: 2% 2%;
  border-radius: 6px;
  background: linear-gradient(
    0deg,
    rgba(210, 230, 240, 0.3) 0%,
    rgba(215, 234, 243, 0.7) 100%
  );
  margin-bottom: 10px;
}

.func-btn-wrap2 {
  background: linear-gradient(
    180deg,
    rgb(210, 230, 240, 0.3) 0%,
    rgba(215, 234, 243, 0.7) 100%
  );
}

.func-btn-wrap_new {
  padding: 10px 10px;
  border-radius: 12px;
  background-color: #0b7afa;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.input_flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px;
  font-size: 12px;
  color: var(--text-color_deepdark);
  margin-top: 20px;
}

.input_flex_center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-color_deepdark);
  margin-top: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.input_flex input[type="checkbox"] {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.input_flex a {
  color: var(--text-color_deepdark);
  text-decoration: underline;
  font-weight: 500;
}

.text-normal {
  font-size: 12px;
  font-weight: 400;
}

.text-bold {
  font-weight: 500;
}

.text-it {
  font-style: italic;
}

#timerx {
  text-align: right;
  padding-left: 8px;
  display: block;
  min-width: 72px;
}

.func-innertitle {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 2.4%;
  font-weight: 500;
  line-height: 1.1;
}

.commission_val {
  font-size: 24px;
  font-weight: 800;
  color: var(--theme-color);
}

.pament_add_wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--theme-color) !important;
  font-weight: 600;
  font-size: 14px;
  width: 120px !important;
  height: auto;
  align-items: center;
  justify-content: center;
}

.payment_btn_add {
  width: 80px !important;
  height: 80px !important;
}

.payment_btn_add_text {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.payment_btn_trans {
  background-color: transparent !important;
  width: 80px !important;
  height: 80px !important;
}

.payment_btn_trans img {
  width: 48px !important;
  height: 54px;
}

.payment_btn_group {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: space-around;
}

.payment_btn_group_2 {
  display: flex;
  justify-content: space-around;
}

.payment_btn_group_3 {
  display: flex;
  justify-content: space-between;
  padding: 0 0;
  width: 100%;
}

.payment_btn,
.payment_btn:visited {
  display: flex;
  flex-direction: column;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  color: var(--text-color-light) !important;
  background: url(../img/icon/icon_back_with_shadow.webp) no-repeat;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
}

.payment_btn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.payment_btn_new {
  display: block;
  width: 49%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 14px 8px 0;
  border-radius: 8px;
  font-size: 20px;
  text-indent: 8px;
}

.payment_btn_new:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.tab-btn-wallet:hover, .tab-btn-wallet:visited {
  color: white !important;
}

.payment_btn img,
.payment_btn_new img {
  width: 32px;
  height: 32px;
  margin-right: 5%;
}

.payment_btn_mini {
  display: flex;
  flex-direction: column;
  width: 68px;
  height: 68px;
  background-color: var(--theme-color);
  background: url(../img/icon/icon_shape.webp?ver=1.0.0.5?ver=1.0.0.5);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  color: white !important;
  transition: all 0.2s ease-in-out;
  line-height: 0.9;
  padding: 4px 2px;
  letter-spacing: -0.1px;
}

.payment_btn_mini:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.payment_btn_mini:hover {
  color: white !important;
}

.payment_btn_mini img {
  width: 34px;
  height: 34px;
  margin-top: -4px;
}

.pay_btn_frame {
  box-sizing: border-box;
  border-radius: 6px;
}

.pay_btn_frame.active {
  background: url(../img/icon/icon_back_with_shadow_active.webp);
  background-size: 100%;
}

.pay_btn_frame.disactive {
  filter: brightness(1) grayscale(1);
  opacity: 0.3;
}

.wl-text2 {
  padding-top: 8px;
  font-size: 14px;
  color: #000000;
  padding-left: 8px;
}

@media (max-width: 1200px) {
  .main-menu ul {
    font-size: 14px;
  }
}

.menu-info-con {
  width: 30%;
  height: 64px;
  text-align: center;
}

.main-menu-deposit-wrap {
  margin-right: 0px;
  height: 48px;
}

.main-menu-boxlink {
  background-color: var(--theme-color);
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 16px !important;
  font-weight: 700;
}

.header-layout1 .header-top {
  padding: 20px 0;
  text-align: center;

  display: none !important;
}

.header-links li {
  margin: 0px 25px 0 0;
}

.mobile-only ul li {
  height: 60px;
  text-align: left;
  padding-left: 16px;
  font-size: 18px !important;
}

.wl-text {
  padding-top: 8px;
  font-size: 14px;
}

.payment_wrap {
  display: flex;
  flex-direction: row;
  padding: 5px 3.5%;
  width: 100%;
  height: auto;
  background-color: #f6f9fe;
  justify-content: space-between;
}

.swiper-slide {
  margin-top: 2px;
}

.profile_menu {
  width: 52px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0px;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: -20px;
  position: relative;
}

.user_class {
  font-size: 10px;
  color: #000;
  width: 50px;
  background-color: #d1d1d1;
  padding: 1px 2px 1px 2px;
  display: block;
  text-align: center;
  border-radius: 3px;
  font-weight: 500;
  margin-top: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.class_01 {
  background: url(../img/icon/class_bronze.webp) no-repeat;
  background-size: cover;
}

.class_02 {
  background: url(../img/icon/class_silver.webp) no-repeat;
  background-size: cover;
}

.class_03 {
  background: url(../img/icon/class_gold.webp) no-repeat;
  background-size: cover;
}

.class_04 {
  background: url(../img/icon/class_platinum.webp) no-repeat;
  background-size: cover;
}

.class_05 {
  background: url(../img/icon/class_diamond.webp) no-repeat;
  background-size: cover;
}

.profile-img {
  width: 44px;
  height: 44px;
  border-radius: 22px;
}

.basic_info {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -2px;
  margin-left: 4px;
  gap: 1px;
}

.useridset {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  height: 20px;
  position: relative;
}

.userset_id {
  font-weight: 500;
  color: var(--theme-color);
  color: var(--text-color);
  font-size: 13px;
}

.userset_lv {
  width: 16px;
  min-width: 16px;
  min-height: 16px;
  height: 16px;
  font-size: 10px;
  padding: 2px;
  color: var(--theme-color);
  font-weight: 400;
  background: url(../img/icon/icon_mlev.webp) no-repeat;
  background-size: 100%;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.2px;
}

.userset_inbox {
  width: 8px;
  height: 8px;
  background-color: var(--success-color);
  color: white;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: -4px;
  margin-top: 8px;
  border: 1px solid white;
}

.inbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  margin-left: 4px;
}

.credits_title {
  color: #6e7175;
  font-size: 12px;
}

.credits_title img {
  margin-top: -1px;
}

.credits_value {
  font-weight: 500;
  color: var(--theme-color);
  color: var(--text-color_dark);
  color: #707b8b;
  font-size: 13px;
}

.pointc {
  color: var(--theme-color);
  color: var(--text-color);
  color: #707b8b;
}

.verify_state {
  width: auto;
  background-color: #c2d7e4;
  display: flex;
  flex-direction: row;
  font-size: 10px;
  border-radius: 32px;
  gap: 2px;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  margin-left: 0.5%;
  padding: 0 4px;
  height: 14px;
  padding-left: 0px;
  color: #4e6fa0;
  text-align: center;
  background: linear-gradient(
    0deg,
    rgba(198, 225, 238, 0.8) 0%,
    rgba(203, 213, 218, 0.7) 100%
  );
}

.verify_ball {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 6px;
  background-color: rgb(0, 190, 30);
}

.unverified {
  background-color: rgb(225, 0, 0);
}

.resubmit {
  background-color: rgb(255, 140, 0);
}

.mobile-only {
  display: flex;
  width: 100%;
}

.mobile-only-2 {
  display: block;
}

.mobile-bottom-spacer {
  width: 100%;
  height: 172px;
  display: block;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    /* -webkit-appearance: none; */
    width: 0px;
    height: 0px;
  }

  .header-layout3 .header-top {
    display: none !important;
    padding: 15px 0;
  }
}

@media (max-width: 575px) {
  .header-logo {
    max-width: 128px;
  }

  .header-links li {
    display: block;
    margin: 0 0 10px 0;
  }

  .header-links li:last-child {
    margin-bottom: 0;
  }

  .header-links.style2 i {
    width: auto;
    height: auto;
    line-height: 1;
    background-color: transparent;
    border-radius: 0;
  }
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.widget-area {
  padding-top: 32px;
  padding-bottom: 20px;
}

.footer_policy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer_policy a {
  font-size: 12px;
  letter-spacing: -0.5px;
  color: var(--theme-color);
  text-align: center;
  line-height: 1.1;
  font-weight: 500;
}

.copyright-wrap {
  text-align: center;
}

.copyright-text {
  margin: 0;
  font-size: 11px;
  color: rgb(150, 150, 150);
  width: 100%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 10px;
}

.copyright-text a {
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  padding: 8px 16px;
}

.copyright-text a:hover {
  color: var(--theme-color);
}

.vs-pagination {
  margin-bottom: 20px;
}

.vs-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-pagination span,
.vs-pagination a {
  position: relative;
  display: inline-block;
  text-align: center;
  border: none;
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  min-width: 44px;
  min-height: 44px;
  line-height: 46px;
  padding: 0 20px;
  z-index: 1;
  /* border: 1px solid var(--border-color); */
  background-color: var(--lightblue_light);
  /* background-color: var(--lightblue_middle); */
  border-radius: 50px;
  text-transform: uppercase;

  transition: all 0.2s ease-in-out;
}

.vs-pagination span:active,
.vs-pagination a:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.vs-pagination span i,
.vs-pagination a i {
  margin-left: 8px;
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.vs-pagination span:active,
.vs-pagination a:active {
  transition: all 0.2s ease-in-out;
}

.item:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.vs-pagination li:last-child {
  margin-right: 0;
}

.vs-pagination li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
  }

  .vs-pagination li:first-child a,
  .vs-pagination li:last-child a {
    padding: 0 10px;
  }
}

.main_banner .main_banner_text {
  color: white;
  line-height: 1.1;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  margin-bottom: 12px;
  width: 70%;
  font-size: 14px;
  min-height: 48px;
}

.signup_wrap {
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
}

@media (max-width: 480px) {
  .signup_wrap {
    margin-top: -20vw;
  }
}

.sigin_up_dealer {
  width: 35%;
  margin-left: 5vw;
}

.sign_up_btn_locate {
  display: flex;
  flex-direction: column;
  width: calc(100% - 120px);
  align-items: center;
  justify-content: center;
}

.signup_btn {
  min-width: 160px;
  padding: 10px 25px;
  background-color: var(--secondary-color);
  color: white;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  border-radius: 28px;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  border: 3px solid white;
}

.signup_btn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.signup_btn:hover,
.signup_btn:visited {
  background-color: var(--secondary-color);
  color: white;
}

.signup_text {
  width: 100%;
  padding: 0 4%;
  text-align: center;
  color: var(--text-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
}

.main-title {
  color: white;
  line-height: 1.1;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
}

.main_banner {
  border-radius: 12.5px !important;
}

.main_banner img {
  border-radius: 12.5px !important;
}

.temp_banner {
  aspect-ratio: 16 / 7;
  width: 100%;
  height: auto;
  display: block;
}

.temp_banner img {
  width: 100% !important;
}

.main_banner .container {
  max-width: none !important;
  padding: 0 60px;
}

.main_banner video {
  width: 100%;
  aspect-ratio: 16 / 7;
  background-color: #000;
  border-radius: 12.5px !important;
}

.header-top .container,
header .container {
  max-width: none !important;
  padding: 0 24px;
}

.hc_top_banner {
  display: flex;
  width: 100%;
  aspect-ratio: 54 / 15;
  height: auto;
  background-color: #466f16;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 8px;
}

.hc_usermessage {
  display: flex;
  flex-direction: column;
  color: white;
  align-items: flex-start;
  justify-content: center;
  padding-left: 24px;
}

.hc_calluser {
  font-weight: 500;
  font-size: 16px;
}

.hc_tama_earphone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.hc_top_banner .hc_tama_earphone img {
  height: 85%;
  padding-right: 20px;
}

.hc_text {
  font-weight: 300;
  font-size: 14px;
}

.hc_wrap {
  padding: 12px;
  padding-bottom: 0;
}

.hc_chattoget {
  display: flex;
  width: 100%;
  padding: 8px 12px;
  background-color: #d2ebc2;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
}

.hc_chattext {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--text-color_deepdark);
  gap: 4px;
}

.hc_link_wrap {
  display: flex;
  flex-direction: column;
}

.hc_link_item {
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}

.hc_link_item_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}

.hc_link_title {
  color: var(--text-color_deepdark);
}

.linkright_arrow {
  transition: all 0.2s ease-in-out;
}

.linkright_arrow:active {
  transform: scale(1.05);
  transition: 0.1s;
}

@media (max-width: 767px) {
  .header-top .container,
  header .container {
    padding: 0px 3.5%;
  }

  .main_banner .container {
    padding: 0px 0px;
  }
}

.tm-menu {
  display: flex;
  width: 100%;
}

.tm-policy {
  margin-bottom: 16px;
}

.tm-menu button {
  border: none;
  background-color: transparent;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  line-height: 1;
  color: var(--theme-color);
  color: #8e939c;
  padding: 8px 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin-right: 2px;
  background-color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.08);
  border-top-left-radius: 4px;
}

.tm-menu button:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.tm-menu button:before {
  content: "";
  position: absolute;
  left: -0.5px;
  top: 50%;
  height: 30px;
  width: 0px;
  margin-top: -15px;
  background-color: rgba(0, 0, 0, 0.3);
}

.tm-menu button:hover,
.tm-menu button.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.tm-menu button:hover img,
.tm-menu button.active img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg)
    brightness(203%) contrast(103%);
}

.tm-menu button.active::before,
.tm-menu button:hover::before,
.tm-menu button:hover + button::before,
.tm-menu button.active + button::before,
.tm-menu button:first-child::before {
  opacity: 0;
  visibility: hidden;
}

.tm-style {
  display: flex;
  margin-bottom: 12px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
}

.tm-style_ready {
  background-color: var(--yellow-color) !important;
}

.tm-style:last-child {
  margin-bottom: 30px;
}

.tm-title-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0% 3%;
  align-items: center;
  justify-content: space-between;
}

.tm-title {
  display: flex;
  flex-direction: row;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
}

.help_btn {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--theme-color);
  border-radius: 6px;
  /* border: 2px solid var(--theme-color); */
  transition: all 0.2s ease-in-out;
}

.help_btn:hover,
.help_btn:visited {
  color: var(--theme-color) !important;
}

.help_btn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.help_btn_tournament {
  min-width: 64px;
  font-size: 10px;
  color: var(--theme-color);
  border-radius: 24px;
  color: white;
  background-color: #46c541;
  padding: 2px 8px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 2px 2px rgb(12, 138, 60);
  text-align: center;
}

.help_btn_tournament:hover,
.help_btn_tournament:visited {
  color: white;
  background-color: #46c541;
}

.help_btn_tournament:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.share_btn {
  position: absolute;
  right: 20px;
  transition: all 0.2s ease-in-out;
  margin-top: 4px;
}

.share_btn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.share_snsbtn {
  position: absolute;
  width: auto;
  display: flex;
  flex-direction: column;
  top: 100px;
  right: 3%;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
  border-radius: 6px;
}

.share_snsbtn img {
  transition: all 0.2s ease-in-out;
}

.share_snsbtn img:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.share_snsbtn_bottom {
  position: fixed;
  bottom: 108px;
  right: 50px;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 6px;
  border-radius: 6px;
  scale: 0.9;
}

.share_snsbtn img,
.share_snsbtn_bottom img {
  transition: all 0.2s ease-in-out;
}

.share_snsbtn img:active,
.share_snsbtn_bottom img:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.tm_text {
  font-size: 14px;
  color: var(--lightblue_light);
  line-height: 1;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

@media (max-width: 991px) {
  .tm-menu button {
    font-size: 14px;
    letter-spacing: 0;
    min-width: 28%;
    min-height: 36px;
    padding: 8px 24px;
    width: auto;
    border-top-left-radius: 8px;
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .tm-menu {
    overflow-x: scroll;
  }

  .tm-menu button:before {
    display: none;
  }
}

@media (max-width: 575px) {
  .tm-menu1 button {
    padding: 26px 10px 22px 10px;
  }

  .tm-style .team-logo {
    padding: 4px 4px;
  }

  .tm-style .team-logo img {
    width: 96px;
  }

  .tm-style .team-name a {
    font-size: 16px !important;
    font-weight: 500;
  }

  .tm-style .tm-team {
    width: 30%;
  }

  .tm-style .tm-body {
    display: block;
    padding: 8px 8px;
  }

  .tm-menu button {
    padding: 6px 4px 6px 4px;
  }

  .tm-style .tm-label {
    font-size: 13px;
  }

  .tm-style .tm-name {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .main_banner_img {
    width: 40% !important;
    padding: 10px 0 0 3%;
  }
}

@media (max-width: 991px) {
  .banner_jili {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 !important;
  }

  .banner_jili img {
    border-radius: 4px;
    margin: 0 auto;
  }
}

/*------------------- 4.25. FAQ  -------------------*/
.accordion-button:focus {
  border-color: var(--border-color);
  box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.accordion-style1 .accordion-button {
  border: 1px solid transparent;
  padding: 24px 60px 24px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  /* background-color: var(--theme-color); */
  color: var(--white-color);
  color: #007c17;
  text-align: left;
  transition: all ease 0.4s;
  min-height: 52px;
  max-height: 52px;
}

.accordion-style1 .accordion-button:after {
  content: url(../img/icon/right_arrow.webp);
  width: auto;
  height: auto;
  font-family: var(--icon-font);
  background-image: none;
  position: absolute;
  right: 28px;
  top: 25%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 18px;
  scale: 0.4;

  filter: brightness(2);
}

.accordion-style1 .accordion-button:before {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  height: 45px;
  /* width: 1px; */
  margin-top: -22.5px;
  /* background-color: rgba(255, 255, 255, 0.4); */
  transition: all ease 0.4s;
}

.accordion-style1 .accordion-button.collapsed {
  background-color: transparent;
  /* color: var(--title-color); */
  background-color: #d2ebc2;
  color: var(--text-color_dark);
  border-radius: 10px;

  /* border-color: var(--border-color); */
}

.accordion-style1 .accordion-button.collapsed:after {
  transform: translateY(-50%) rotate(0);
  filter: brightness(1);
}

.accordion-style1 .accordion-button.collapsed:before {
  background-color: var(--border-color);
}

.accordion-button:not(.collapsed) {
  color: var(--text-color_dark);
  color: white;
  background-color: var(--secondary-color);
  border-radius: 10px;
  /* color: var(--secondary-color); */
  /* background-color: transparent; */
  /* background-color: #e7f1ff; */
}

.accordion-style1 .accordion-collapse {
  border: none;
}

.accordion-style1 .accordion-item {
  margin-bottom: 16px;
}

.accordion-style1 .accordion-body {
  padding: 18px 12px 3px 0px;
}

.accordion-style1 .accordion-body > p {
  font-size: 14px;
  color: #191a1b;
  line-height: 1.1;
}

.accordion-style1 .accordion-body > p:last-child {
  margin-bottom: 0;
}

.hp_center {
  padding: 0 2% !important;
}

.hp_center .level1_li::marker {
  padding-bottom: 8px !important;
}

.hp_center ol {
  list-style: decimal;
}

.hp_center ol > li {
  font-weight: 600;
}

.hp_center ol > li p {
  font-weight: 400;
}

.hp_center ol > li > ol > li {
  font-weight: 400;
}

.hp_center li {
  list-style: decimal;
}

.sub-list li {
  list-style: lower-alpha;
}

.sub-list ol li {
  list-style: lower-roman;
}

.sub-list2 li {
  list-style: disc;
}

.vs-menu-wrapper.vs-menu-area::-webkit-scrollbar-button,
.tm_extension::-webkit-scrollbar-button {
  background-color: var(--theme-color);
  color: var(--theme-color);
}

.vs-menu-wrapper.vs-menu-area::-webkit-scrollbar-thumb,
.tm_extension::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  color: var(--theme-color);
}

.vs-menu-wrapper.vs-menu-area::-webkit-scrollbar-track,
.tm_extension::-webkit-scrollbar-track {
  background-color: var(--theme-color);
  color: var(--theme-color);
}

@media (max-width: 1399px) {
  .accordion-style1 .accordion-button {
    font-size: 16px;
    padding: 18px 60px 18px 20px;
  }

  .accordion-style1 .accordion-body {
    padding: 18px 25px 3px 25px;
  }
}

@media (max-width: 1199px) {
  .accordion-style1 .accordion-button {
    font-size: 14px;
    padding: 14px 50px 14px 16px;
    line-height: 1.1;
  }

  .accordion-style1 .accordion-button:before {
    right: 40px;
  }

  .accordion-style1 .accordion-button:after {
    right: 12px;
    font-size: 14px;
  }

  .accordion-style1 .accordion-body {
    padding: 16px 0px 3px 0px;
  }
}

@media (max-width: 767px) {
  .accordion-style1 .accordion-item {
    margin-bottom: 12px;
  }

  .accordion-style1 .accordion-item:last-child {
    margin-bottom: 30px;
  }

  .title-area.text-center img {
    width: 128px !important;
  }
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

/* Custom BNB */
.mobile-btn {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 16px;
  justify-content: space-evenly;
}

.size-adj {
  min-width: 108px;
  padding: 16px 24px;
}

/* mobile sign in & sign up */
.login-wrap {
  display: flex;
  justify-content: center;
  padding: 12% 5% 5% 5%;
}

.sign_up_space {
  width: 100%;
  border-bottom: 1px solid var(--theme-color);
  margin-top: 32px;
}

.login-wrap .form-group {
  padding-top: 5%;
}

.login-wrap .vs-menu-toggle {
  top: 12px !important;
}

.login_logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.login_logo img {
  width: 50%;
}

.sign-wrap {
  background-color: var(--lightblue);
}

.sign-wrap a:hover {
  color: var(--text-color) !important;
}

.version_label {
  color: #9199a7;
  font-size: 14px;
  padding-top: 4px;
}

.login_title {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  color: var(--theme-color);
  font-weight: 800;
}

.signup_title {
  font-size: 1.5em;
  color: var(--text-color);
  font-weight: 800;
}

.signup_title_s {
  padding-top: 10px;
  font-size: 1.1em;
  color: var(--text-color);
  font-weight: 500;
}

.signup_step_wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 18px;
  margin-bottom: 24px;
}

.signup_step {
  width: 75%;
  height: auto;
}

.step_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  font-size: 14px;
}

.step_progress {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 8px;
  flex-direction: column;
}

.step_bar {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
}

.step_bar_colored {
  position: absolute;
  width: 20% !important;
  height: 10px;
  border-radius: 5px;
  background-color: var(--theme-color);
}

.step_bar_colored_50p {
  width: 44.5% !important;
}

.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--theme-color);
  padding-bottom: 8px;
}

.tab-menu-wallet {
  border-bottom: 0px solid var(--theme-color);
  padding-bottom: 0px;
  justify-content: space-between;
}

.tab-btn {
  border: none;
  cursor: pointer;
  color: #bbbbbb;
  margin-right: 8px;
  font-weight: 500;
  transition: 0.2s;
}

.tab-btn-wallet {
  color: #dddddd;
  margin-right: 0px;
  border: 2px solid transparent;
  text-align: center;
}

.tab-btn-nomargin {
  margin-right: 0px !important;
}

.tab-btn-style {
  font-size: 16px;
}

.tab-btn-half {
  width: 50%;
  padding: 2px 12px;
  border-radius: 24px;
  min-height: 34px;
  text-align: center;
  /* background-color: var(--lightblue_light); */
  background-color: var(--lightblue_dark);
  color: var(--theme-color);
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.tab-btn:hover {
  color: var(--theme-color);
}

.tab-content .tab-item {
  display: none;
}

.tab-content .tab-item.active {
  display: block;
}

.tab-content-wallet {
  text-align: center;
}

.incorrect_text {
  color: rgb(255, 0, 38);
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.text-nomal-limit {
  margin-bottom: 10px;
  color: #0b7afa;
  font-weight: 600;
}

.tab-promo {
  min-height: 160px;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-color);
}

.code_wrap {
  width: 100%;
  /* max-width: 600px; */
  padding: 12px 10px 12px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.8);
  outline: 1px solid rgba(0, 75, 10, 0.3);
  /* background: rgba(47, 255, 141, 0.2); */
  border-radius: 6px;
  margin: 10px 0;
}

.twinprize_wrap {
  width: 96%;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 12px 16px 16px !important;
  border-radius: 8px;
  /* border: 2px solid #8815eb; */
  background-color: #f4e3f2;
  background: rgba(136, 21, 235, 10);
  background: linear-gradient(
    135deg,
    rgba(136, 21, 235, 0.13) 0%,
    rgba(248, 171, 255, 0.14) 100%
  );
  margin-top: 8px;
  position: relative;
  gap: 4px;
  box-shadow: 0px 2px 4px rgba(57, 36, 76, 0.3);
}

.twin_tropy{
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
}

.tm_gamecode{
  font-size: 24px;
  color: rgb(195, 0, 255);
  line-height: 32px;
  padding-left: 10px;
  font-weight: 100;
}

.twinprize_title {
  font-size: 12px;
  font-weight: 400;
  color: #303030;
}

.twinprize_exchange_btn {
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.twinprize_exchange_btn img {
  width: 28px;
}

.twinprize_val {
  font-size: 18px;
  font-weight: 550;
  color: #740bd0;
}

.twintext {
  font-size: 14px;
  color: var(--text-color_deepdark);
  padding-top: 12px;
}

.twintext span {
  font-weight: 550;
  color: #647cf1;
}

.twinprize_modalval {
  font-size: 44px;
  color: #8815eb;
  font-weight: 550;
}

.code_form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.code_form input {
  padding: 4px 6px 4px 6px;
  height: auto;
  font-size: 14px;
  border: 1px solid rgba(0, 158, 21, 0.8) !important;
  color: #002707 !important;
}

.user_code_btn {
  width: calc(30% - 10px);
  padding: 2px 12px;
  border-radius: 24px;
  min-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: var(--lightblue_dark);
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 120px;
}

.user_code_btn.active {
  background-color: var(--secondary-color);
  color: white;
}

.banner_border {
  border-radius: 8px;
}

.tm_coupon_inside {
  position: absolute;
  color: var(--yellow-color);
  width: 59.5%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: -35px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: 1%;
}

.tm_coupon_inside2 {
  position: absolute;
  color: #00bac7;
  width: 92%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: -26px;
  padding: 0 5%;
}

.blank_promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  gap: 8px;
  padding: 10px;
}

.blank_promo img {
  width: 64px;
}

.tab-btn.active {
  color: var(--theme-color);
}

.tab-btn-wallet.active {
  color: white;
  background-color: rgb(0, 74, 194);
  outline: 2px solid white;
}

.tab-btn-half.active {
  /* background-color: var(--theme-color) !important; */
  background-color: var(--secondary-color) !important;
  color: white;
}

.tm_extension {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 8px;
  border-bottom: 1px solid transparent !important;
  margin-bottom: 6px;
}

.tm_extension_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 4px 8px;
  transition: all 0.2s ease-in-out;
  min-width: 100px;
  background-color: var(--lightblue_dark);
  color: #eef3f4 !important;
  text-align: center;
  border-radius: 14px;
  height: 28px;
}

.tm_extension_btn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.tm_extension_btn.active {
  background-color: var(--theme-color);
  background-color: var(--secondary-color);
  color: white !important;
}

.hr-bar {
  width: 12px;
  height: 1px;
  display: block;
  background-color: var(--lightblue_light);
  background-color: #000000;
}

.login-normallink {
  padding-top: 40px;
}

.login_phonenumber {
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 800;
}

.login_text {
  color: var(--text-color);
  font-size: 14px;
}

.login_text_l {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  padding: 16px 24px 8px 24px;
}

.login_codetimer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.timer_con {
  width: 64px;
  height: 64px;
  color: white;
  background-color: var(--theme-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  margin-top: 10px;
}

.login-confirm,
.login-info {
  width: 100%;
  display: inline-block;
  white-space: wrap;
  line-height: 1.2;
  color: var(--text-color);
  font-size: 12px;
}

.login-confirm {
  margin-top: -18px;
}

.login-confirm a,
.login-info a {
  font-weight: 800;
  text-decoration: underline;
}

.login-passloss {
  width: 100%;
  text-align: right;
}

.login-passloss a:hover,
.login-passloss a:visited {
  color: var(--text-color) !important;
}

.login-info {
  margin-top: 12px;
}

.login-info a {
  padding-left: 8px;
}

input#phonenum {
  background: url(../img/Flag_of_the_Philippines.webp?ver=1.0.0.5) no-repeat;
  background-size: 8%;
  background-repeat: no-repeat;
  text-indent: 24px;
  padding: 5px 32px;
  transition: 0.3s;
  background-position: 15px;
}

input#peso {
  background: url(../img/icon/peso_symbol.webp?ver=1.0.0.5) no-repeat;
  background-size: 22px;
  background-repeat: no-repeat;
  text-indent: 20px;
  padding: 5px 40px;
  transition: 0.3s;
  background-position: 20px;
  font-size: 24px;
  text-align: center;
  color: var(--theme-color);
  font-weight: 500;
}

.currency {
  padding-left: 12px;
}

.currency-symbol {
  position: absolute;
  padding: 2px 5px;
}

.eraser_icon {
  position: absolute;
  top: 32px;
  right: 5%;
}

.max_icon {
  position: absolute;
  top: 38px;
  right: 5%;
  color: var(--theme-color);
  font-weight: 800;
}

.pre-define-btn-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}

.wallet_f_title {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
  color: #181818;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.hor-line {
  width: 30px;
  height: 1px;
  display: block;
  background-color: #181818;
  margin: 0 10px;
}

.wallet_fwrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.pay_type_wrap {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 640px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  /* margin-left: calc((100% - 640px) / 2 ); */
}

.pay_com_icon,
.pay_com_icon_ch {
  position: relative;
  width: calc(100% / 3 - 8px);
  padding: 10px 20px;
  border: 2px solid #d1d6db;
  border-radius: 8px;
}

.pay_com_icon.active,
.pay_com_icon_ch.active {
  border: 2px solid #0b7afa;
}

.pay_com_icon img,
.pay_com_icon_ch img {
  width: 100%;
  max-width: 128px;
}

.pay_channel_option.hidden,
.pay_channel_option2.hidden {
  display: none;
}

.pay_unused {
  filter: grayscale(1) opacity(0.7);
}

.account_number {
  width: 100%;
  max-width: 640px;
  padding: 20px;
  font-size: 20px;
  color: #000 !important;
  font-weight: 800;
  background-color: #cce6ff;
  text-align: left;
  border-radius: 12px;
  letter-spacing: 1px;
}

.channel_no {
  position: absolute;
  background-color: #0b7afa;
  width: 18px;
  height: 18px;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  right: -2px;
  top: -2px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.amount_limit {
  margin-top: 4px;
  color: red;
  font-weight: 500;
  font-size: 12ox;
}

.pd-btn {
  width: 32%;
  height: 40px;
  font-size: 16px;
  background-color: var(--theme-color);
  color: white;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.pd-btn-wallet {
  width: 32%;
  height: 48px;
  font-size: 20px;
  color: #0b7afa;
  margin-bottom: 6px;
  text-align: center;
  font-weight: 800;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #0b7afa;
  background-color: white;
  /* background: rgba(0, 119, 255, 0.02);
  background: linear-gradient(
    -45deg,
    rgba(0, 119, 255, 0.2) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  ); */
  cursor: pointer;
}

.pd-btn-wallet-all {
  width: 100%;
}

.pd-btn-wallet:hover {
  transition: 0.2s;
  color: #2d8fff;
  border: 2px solid #2d8fff;
}

.pd-btn-wallet.active {
  background: #2d8fff;
  color: white;
}

.pd-btn-large {
  width: 74% !important;
}

.no-padding {
  padding: 0 !important;
}

.add_padding {
  padding: 5% 5% 5% 5%;
}
.add_padding_side {
  padding: 0% 5% 0% 5% !important;
}

.pending_wrap {
  padding: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.photo_frame {
  background-color: #5e5e5e;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3%;
}

.photo_frame_face {
  background-color: #5e5e5e;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 3%;
}

.photo_frame_in {
  background-color: #000;
  border-radius: 16px;
  border: 4px solid #ffffff;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  margin-bottom: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photo_frame_in_face {
  background-color: #9e7575;
  border-radius: 16px;
  border: 4px solid #ffffff;
  width: 60%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 3/3;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photo_frame_in_text {
  padding: 60px 10%;
  color: white;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.photo_frame_in_text2 {
  padding: 20px 5%;
  color: white;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.test_link {
  font-size: 16px;
  color: red;
  width: 100%;
  height: 64px;
  font-weight: 700;
  text-align: center;
}

.photo_frame_alert {
  width: 60%;
  color: white;
  font-size: 16px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  text-align: center;
}

.btn-deposit {
  background-color: var(--theme-red) !important;
}

.btn-withdraw {
  background-color: var(--secondary-color) !important;
}

.pb-btn-nm {
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.pd-btn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.align-center a {
  text-decoration: none;
}

.align-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  width: 100%;
}

/* ^ mobile sign in & sign up */
.li-btn {
  width: 60%;
  margin-left: 20%;
  margin-top: 10%;
}

.tm-text-set {
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  margin: 0 0 0 0;
  font-weight: 500;
  border-radius: 8px;
  line-height: 1.1;
  border: 1px solid #e6e6e6;
}

.tm-text-set_sm {
  font-size: 11px;
  background-color: var(--text-color-light);
  background-color: #e2e5e9;
  line-height: normal;
  display: flex;
  flex-direction: row;
  padding: 6px 8px;
  margin: 0 0 0 0;
  font-weight: 500;
  border-radius: 6px;
  line-height: 1.1;
  margin: 8px 0;
}

.tm-text-set_sm img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.tm-text-set_sm span {
  font-weight: 600;
}

.tm-text-set div {
  padding: 0px 8px 0 8px;
  margin: 0 0 0 0;
  color: var(--text-color_dark);
  font-size: 12px;
}

.tm_total_wrap {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  gap: 4px;
  padding: 0px 0px;
  z-index: 3;
}

.tm_betweentime {
  font-size: 12px;
  width: 100%;
  padding: 4px;
  text-align: center;
  color: #0b5c00;
  color: #0b7afa;
  font-weight: 500;
  margin-bottom: 6px;
}

.tm_betweentime img {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  filter: hue-rotate(180deg);
}

.tm_total_contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 6px;
  justify-content: space-between;
}

.tm_total_con {
  width: calc(100% / 2 - 3px);
  text-align: center;
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #e9ebee;
  background-color: var(--secondary-color);
  border-radius: 6px;
}

.tmt_color_2 {
  background-color: var(--theme-light);
}

.tmt_division {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: white;
}

.tmt_value {
  color: #008017;
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.tmt_value img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.tm_filter_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0;
  gap: 4px;
  justify-content: flex-end;
}

.tm_filter_select {
  width: calc(100% / 4 - (12px / 3));
  line-height: 1.2;
  max-width: 120px;
  height: 28px;
  border-radius: 24px;
  background-position: right 4px center;
  background-size: 12px 8px;
  font-size: 12px;
  border-color: #aeb1b6 !important;
  background-color: #edf1f7;
  padding: 0 8px 0 8px;
}

.tm_filter_date {
  width: calc(100% / 4 - (12px / 3));
  width: calc(100% / 2 - (12px / 3));
  line-height: 1.2;
  max-width: 160px;
  height: 28px;
  border-radius: 24px;
  background-position: right 4px center;
  background-size: 12px 8px;
  font-size: 12px;
  border-color: #aeb1b6 !important;
  background-color: #edf1f7;
  padding: 0 8px 0 8px;
}

.tm_summation_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.tm_summation_group {
  width: 100%;
  margin-bottom: 4px;
}

.tm_summation {
  width: 100%;
  border-radius: 6px;
  padding: 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  justify-content: space-between;
  background-color: #edf1f7;
}

.tms_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--text-color_deepdark);
  width: 55%;
  gap: 2px;
}

.tms_datatime {
  font-size: 12px;
}

.tms_division {
  font-size: 16px;
  font-weight: 500;
}

.tms_value {
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: 500;
  width: 25%;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tms_label {
  color: var(--text-color_deepdark);
  font-size: 12px;
  font-weight: 400;
}

.tms_value_2 {
  color: #e20000;
}

.tms_value_3 {
  color: #008cff;
}

.tms_value_4 {
  color: #6d6d6d;
}

.tms_value_5 {
  color: #ff9100;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.tms_value_6 {
  color: #008cff;
  flex-direction: row;
  justify-content: flex-end;
}

.tms_value_6 img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.tms_value_5 img {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.tms_status img {
  width: 16px;
  height: 16px;
}

.tm_status_wi {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  /* color: #8f00e2; */
  color: white;
  padding: 4px 12px;
  background-color: #008cff;
  /* background-color: #3b004d; */
  font-weight: 600;
  font-size: 14px;
  border-radius: 24px;
}

.tm_status_lo {
  background-color: transparent;
}

.tm_detail_box {
  width: 100%;
  display: none;
  padding: 8px;
  background: #edf1f7;
  margin-top: -4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tm_detail_content {
  width: 100%;
  background-color: white;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 6px 8px;
}

.tm_close {
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: var(--text-color_dark);
}

.tmsd_conwrap {
  display: flex;
  flex-direction: row;
  width: 90%;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
}

.tmsd_con_contents {
  height: 24px;
  width: calc(100% - 100px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  font-size: 12px;
  padding-left: 6px;
  color: var(--text-color_deepdark);
  font-weight: 500;
}

.tmsd_con_title {
  font-size: 12px;
  width: 30%;
  text-align: right;
  max-width: 100px;
}

.tmsd_con_title::after {
  content: ":";
}

.tms_color_1 {
  color: var(--secondary-color);
  font-weight: 600;
}

.tms_color_2 {
  color: #e20000;
  font-weight: 600;
}

.tms_color_3 {
  color: #f8a311;
  font-weight: 600;
}

.tms_color_4 {
  color: #25b6cf;
  font-weight: 600;
}

.tmsd_con_contents img {
  width: 24px;
  height: 24px;
}

.tmsd_commant {
  font-size: 12px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-lh-high {
  line-height: 1.45;
}

.text-lh-high img {
  aspect-ratio: 92 / 127;
  width: 18px;
  height: auto;
}

.product-style1:hover .bet-limit a {
  color: yellow;
}

.product-content img {
  width: 95%;
}

.top-peso {
  padding: 0 8px;
  font-weight: 700;
  font-size: 14px !important;
}

.cert_icon_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
}

.cert_icon_wrap img {
  /* width: 64px !important; */
  padding: 4px;
}

.account-wrap {
  display: flex;
  justify-content: center;
}

.form-flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}

.form-flex-center {
  align-items: center;
}

.custom-text-sm {
  padding-top: 4px;
  padding-left: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.1;
  text-align: left;
}

.custom-text-sm span {
  font-weight: 700;
  color: var(--theme-color);
}

.no-data {
  text-align: center;
  width: 100%;
  font-size: 24px;
  color: var(--theme-color);
  font-weight: 700;
}

.normal-text {
  color: var(--theme-color);
  padding: 2px 8px;
}

.normal-text-s > p {
  font-size: 14px;
  color: #333333;
  line-height: 1.1;
  text-indent: 8px;
}

.wlm-address {
  color: var(--theme-color);
  font-weight: 600;
  word-break: break-all;
}

.form-flex-wl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--theme-color);
}

.wl-flex {
  display: flex;
  flex-direction: column;
  align-items: left;
}

.wl-g1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.text-bold {
  font-weight: 600;
}

.text-small {
  font-weight: 400;
  color: #2c4431 !important;
  font-size: 12px !important;
}

.back-lotus {
  background-image: url(../img/lotus_l.webp);
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.text-small span {
  font-weight: 500;
}

.text-v-centar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.i-sizing {
  font-size: 36px;
  color: white;
}

.i-sizing2 {
  font-size: 24px;
  color: var(--theme-color);
}

.profile-top {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.profile-avatar {
  width: 128px;
  height: 128px;
  background-color: var(--lightblue_dark);
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  background: url(../img/profile/profile-0e.webp) no-repeat;
  background-size: 100%;
}

.avatar-folder {
  position: absolute;
  margin-top: 92px;
  margin-left: 84px;
}

.edit_link {
  position: absolute;
  right: 1.5%;
  margin-top: 18px;
  transition: all 0.2s ease-in-out;
}

.edit_link:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.avatar-folder:hover i {
  color: yellow;
}

.profile-userinfo {
  margin-left: 20px;
  width: calc(100% - 148px);
}

.profile-attention {
  margin-left: 16px;
  width: 70%;
}

.profile-idnick {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 700;
}

.profile-level {
  color: var(--text-color);
}

.profile-level span {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 700;
}

.profile-notifications {
  font-size: 14px;
  color: var(--text-color);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.profile-notifications a {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  padding-left: 8px;
}

.profile-level-gp {
  display: block;
  width: 100%;
}

.lv-bar {
  display: block;
  width: 100%;
  background-color: var(--theme-color);
  color: white;
  text-align: center;
  height: 24px;
  line-height: 24px;
}

.lv-bar-fill {
  display: block;
  position: absolute;
  background-color: white;
  height: 20px;
  width: 10%;
  margin-top: -22px;
  margin-left: 2px;
  z-index: 2;
}

.lv-percentage {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 12px;
  color: var(--theme-color);
}

.pprofile_text_group_forhalf {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 0;
  position: relative;
  width: 100%;
}

.profile_text_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px 0;
  position: relative;
}

.ptg_half {
  flex: 1;
  min-width: 0;
}

.profile_letter img {
  margin-left: 16px;
  margin-top: -8px;
}

.profile_text_group_name {
  width: 33%;
  font-size: 13px;
}

.profile_lefttitle_name {
  width: 100%;
}

.profile_text_group a {
  /* margin-left: 20px; */
  margin-top: 4px;
}

.profile_lefttitle {
  font-size: 12px;
  width: 33%;
  text-align: left;
  line-height: 1.1;
}

.ptg_half .profile_lefttitle {
  width: 100%;
}

.profile_lefttitle::after {
  content: ":";
}

.verified {
  text-align: center;
  font-weight: 500;
  color: var(--theme-color);
  color: #343639;
  gap: 8px !important;
  font-size: 18px;
}

.verified img {
  width: 16px;
  height: 16px;
}

.profile_letter {
  width: calc(100% - 10px);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  background-color: var(--lightblue_light);
  padding: 4px 8px 4px 0px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.profile_letter span {
  color: #0b7afa;
  padding-right: 8px;
}

.profile_letter_ext {
  width: 100% !important;
}

.profile_class {
  width: 72px;
  aspect-ratio: 176 / 44;
  height: auto;
  background: url(../img/icon/class_bronze.webp) no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #1e2836;
  border-radius: 4px;
  font-size: 14px;
}

.profile_namegroup {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 8px;
}

.class_bronze {
  background: url(../img/icon/class_bronze.webp) no-repeat;
  background-size: 100%;
}

.class_silver {
  background: url(../img/icon/class_silver.webp) no-repeat;
  background-size: 100%;
}

.class_gold {
  background: url(../img/icon/class_gold.webp) no-repeat;
  background-size: 100%;
}

.class_platinum {
  background: url(../img/icon/class_platinum.webp?ver=1.0.0.5) no-repeat;
  background-size: 100%;
}

.class_dia {
  background: url(../img/icon/class_diamond.webp) no-repeat;
  background-size: 100%;
  color: white !important;
}

.tournament_status_text {
  color: #002fff;
  font-weight: 400;
}

.tm-img {
  border-radius: 24px;
  width: 168px;
  /* background-color: #e0f0f6; */
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); */
}

.live_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.game_wrap_img {
  aspect-ratio: 7 / 2.4;
  width: 100%;
  height: auto;
  background-color: #1b2833;
  border-radius: 12px;
}

.tmback01 {
  background: url(../img/games/holoani_back_03.webp);
  background-size: 100%;
}

.tmback02 {
  background: url(../img/games/holoani_back_03.webp);
  background-size: 20%;
}

.game_wrap_img img {
  border-radius: 10px;
}

.tm_bt_title_wrap {
  width: 100%;
  margin-top: 4px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1% 1%;
}

.tm_bt_title_col {
  display: flex;
  flex-direction: column;
}

.tm_bt_title {
  font-size: 0.9rem;
  color: var(--text-color_dark);
  font-weight: 700;
  padding-bottom: 2px;
}

.tm_bt_title span {
  font-size: 13px;
  padding-left: 4px;
  font-weight: 400;
  color: #000;
}

.lm_bt_title {
  font-size: 0.8rem;
  color: var(--text-color_dark);
  font-weight: 700;
  padding-bottom: 2px;
  text-align: center;
}

.tm_bt_smtext {
  font-size: 0.7rem;
  color: var(--text-color);
  font-weight: 500;
}

.lm_bt_smtext {
  font-size: 0.7rem;
  color: var(--text-color);
  font-weight: 500;
  text-align: center;
}

.tm_bt_smtext span {
  color: #dc3545;
}

.lm-style {
  display: flex;
  margin-bottom: 0px !important;
  width: 20%;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  margin-left: -6px;
}

.lm_game_wrap_img {
  aspect-ratio: 1 / 1;
  width: 92%;
  margin: 0 auto;
  height: auto;
}

.lm_game_wrap_img img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}

.lm_bt_title_wrap {
  width: 100%;
  margin-top: 4px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1% 1%;
}

.lm_bt_title_col {
  display: flex;
  flex-direction: column;
  padding-bottom: 6px;
}

.bc-img {
  border-radius: 15px;
  width: 96px !important;
  height: 96px !important;
}

.bc-title {
  text-align: center;
  color: var(--text-color);
  font-weight: 700;
}

.live_text_wrap {
  width: calc(100% - 84px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.game_hitory {
  padding: 10px 0 0 0;
}

.tornament-prize {
  color: var(--text-color);
  font-weight: 700;
  padding: 2px 20px;
  min-width: 200px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: -8px;
}

.tornament-prize span {
  color: #5c5c5c;
  font-weight: 400;
  font-size: 14px;
}

.baccarat-limit {
  color: var(--text-color);
  font-weight: 500;
  text-align: center;
  font-size: 14px;
}

.baccarat-limit span {
  color: #5c5c5c;
  font-weight: 400;
  font-size: 14px;
}

.people_icon {
  width: 16px;
  margin: 0 4px 0 2px;
}

footer {
  /* background-color: var(--lightblue_middle); */
  background-color: #ffffff;
}

.footer-logo a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  width: 50%;
}

.transaction_wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.table_wrap {
  width: 100% !important;
  /* overflow-x: scroll; */
}

.transaction_table {
  text-align: center;
  color: black;
  width: 100% !important;
  overflow-x: scroll;
  table-layout: fixed;
  overflow-wrap: break-word;
}

.transaction_table td,
.transaction_table th {
  padding: 4px;
  line-height: 1;
  font-size: 12px;
  height: auto !important;
}

.transaction_table th {
  color: var(--text-color);
  font-weight: 500 !important;
  /* min-width: 128px; */
  background-color: var(--lightblue_middle);
  background-color: #dff2f9;
}

.transaction_table td {
  border-bottom: 1px solid #ffffff;
  background-color: var(--lightblue_light);
}

.transaction_table .tb_ext {
  width: auto;
  min-width: 300px !important;
  max-width: 400px;
}

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

.text-blue {
  color: var(--theme-color);
}

.tb_td_1x {
  text-align: left;
}

.tb_no {
  width: 12%;
}

.tb_dt {
  width: 22%;
}

.tb_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
  padding: 4px 2px;
  transition: all 0.2s ease-in-out;
  background-color: var(--theme-color);
  color: #ffffff !important;
  text-align: center;
  border-radius: 10px;
  height: 20px;
}

.tb_btn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.gr_datetime {
  margin-bottom: 8px;
  text-align: right;
}

.wl-process {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: red;
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  border-radius: 12px;
  margin-top: 16px;
  margin-left: 32px;
}

.wl-top-flex {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.flex-between {
  justify-content: space-between;
}

.m_menu_mini_link {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  background-color: var(--secondary-color);
  background-color: #0b7afa;
  color: white;
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
}

.m_menu_mini_link:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.m_menu_mini_link:hover,
.m_menu_mini_link:visited {
  color: white;
}

.m_menu_mini_link img {
  width: 16px;
  margin-right: 4px;
}

.sub-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: var(--theme-color) !important;
  filter: invert(32%) sepia(89%) saturate(6054%) hue-rotate(210deg)
    brightness(116%) contrast(105%);
  margin-top: -4px;
}

.active > .sub-icon {
  filter: invert(32%) sepia(89%) saturate(1%) hue-rotate(210deg)
    brightness(1106%) contrast(105%) !important;
  fill: #ffffff;
}

.wl-text {
  font-weight: 400;
  font-size: 12px;
}

.wl-alram {
  width: 16px;
  height: 16px;
  background-color: rgb(207, 0, 0);
  color: white;
  color: yellow;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  border-radius: 12px;
  font-weight: 700;
}

.wl-alram1 {
  margin-top: 16px;
  margin-left: -20px;
}

.wl-alram2 {
  box-sizing: border-box;
  position: relative;
  margin-top: -16px;
  margin-left: 16px;
  z-index: 999;
}

.wl-alram3 {
  margin-top: -24px;
  margin-left: 32px;
}

.wl-alram4 {
  margin-top: -22px;
  margin-left: 48px;
}

.profile_photo {
  width: 72px;
  height: 72px;
}

.level-text {
  font-size: 14px;
}

.cs-modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow: auto;
  padding: 16px;
  padding-top: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 640px;
}

.center-modal {
  z-index: 999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh; /* 내용이 너무 길면 스크롤 */
  overflow-y: auto;
  border-radius: 12px;
  max-width: 440px;
  min-width: 400px;
  height: auto;
  width: auto;
  padding: 0 0;
}

@media (max-width: 420px) {
  .center-modal {
    min-width: calc(100dvw - 32px);
  }
}

.mobile-fullpage {
  top: 0;
  left: 0;
  height: 100%;
  max-height: 100dvh;
  width: 100%;
  transform: none;
  border-radius: 0;
  max-width: none !important;
  min-width: none;
  background-color: white;
}

.mobile-adimg {
  width: 100%;
}

.mobile-adimg-portrait {
  display: none;
}

.mobile-ad-textwrap {
  /* height: calc(100dvh - (260px + 23.5dvh)); */
  padding-bottom: 30px;
  padding-top: 10px;
}

.mobile-pop-fix {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 15%,
    rgba(255, 255, 255, 1) 100%
  );
}

.mobile-ad-bottomfix-wrap {
  position: fixed;
  bottom: 0;
  background-color: white;
  padding-bottom: 30px;
  height: 260px;
  border-top: 1px solid #eaeaea;
}

.full-modal {
  padding: 0px !important;
  padding-top: 0px !important;
}

.full-height {
  height: 100% !important;
  min-height: 100vh;
  /* background-color: var(--lightblue_light) !important; */
}

.cs-center-alert-modal {
  padding: 40px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cs-center-alert-modal img {
  margin: 0 auto;
}

.no-border-radius {
  border-radius: 0px !important;
}

.cs-modal_wrap2 {
  position: fixed;
  left: 0;
  height: auto;
  width: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
  bottom: 0px !important;
  padding: 0 0 0 0;
}

.cs-modal_wrap.active,
.cs-modal_wrap2.active {
  opacity: 1;
  visibility: visible;
}

.cs-modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  background: rgba(0, 0, 0, 0.65);
}

.cs-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs-modal_container {
  margin: auto;
  position: relative;
}

.cs-modal_container_in {
  width: 100% !important;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}

.cs-modal_close {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: var(--theme-color);
  /* border: 2px solid white; */
}

.cs-modal_close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.cs-modal_close_2 {
  height: 32px;
  width: 32px;
  background-color: rgba(255, 255, 255, 0.5);
}

.cs-modal_close_2 img {
  filter: brightness(200%);
}

.cs-modal_wrap .cs-modal_title {
  font-size: 18px;
  color: var(--text-color);
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.2;
}

.cs-modal_title_large {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 700;
  text-align: left;
  line-height: 1.1;
}

.cs-modal_title_large span {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 500;
  text-align: left;
  line-height: 1 !important;
}

.cs-modal_wrap .text-center {
  text-align: center !important;
}

.cs-modal_wrap .cs-modal_index {
  text-align: left;
  padding-top: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #313131;
}

.cs-modal_wrap .cs-modal_body {
  width: 100%;
  display: block;
}

.cs-modal_wrap .cs-modal_contents {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 8px 20px 8px;
}

.cs-modal_wrap .cs-modal_text {
  text-align: left;
  line-height: 1.2;
  color: #313131;
}

.inner_modal_input {
  height: 44px;
  margin-left: 0px;
}

.modal_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr-wrap {
  width: 100%;
  /* height: 480px; */
  display: block;
  padding: 24px 8px;
  margin-top: 24px;
}

.qr-pop {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 24px 12px 24px;
  background-color: #f44026;
  border-radius: 24px;
}

.qr-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ffa810;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.qr-text-s {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ffa810;
  color: white;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.qr_img {
  background-color: white;
  border-radius: 16px;
  padding: 24px 16px;
}

.qr_img img {
  width: 60%;
}

.qr-text {
  font-size: 0.85rem;
  color: white;
}

.ag_title {
  margin: 24px 0;
  font-size: 1.756em;
  font-weight: 700;
  color: var(--theme-color);
}

.ag_text {
  width: 100%;
  padding: 0 5%;
  font-size: 12px;
  text-align: left;
  color: var(--text-color_dark);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.ag_text span {
  color: red;
  font-weight: 600;
}

.ag_text_agree span a {
  color: red;
  line-height: 1;
  font-size: 11px;
  font-weight: 600;
}

.ag_text_sm {
  line-height: 1;
  font-size: 12px;
  color: #3d5a5f;
}

.ag_agree {
  display: block;
  margin-left: 5%;
  margin-right: 3%;
  color: var(--text-color_dark);
  font-size: 11px;
}

.ag_text_sm span a {
  color: red;
}

.ag_agree_input {
  display: block;
  margin: 0 5% 20px 5%;
  color: red;
  text-align: center;
  font-weight: 500;
}

.ag_agree li {
  list-style: disc;
  margin-bottom: 4px;
  font-size: 11px;
}

.age_close {
  margin: 0px 0;
  font-weight: 700;
}

.ag_text span a {
  text-decoration: underline;
  font-weight: 700;
}

.text_contents {
  color: var(--text-color) !important;
  font-weight: 400 !important;
}

.text_contents p {
  /* text-align: justify; */
  text-align: left;
  font-size: 0.85rem;
}

.rg-text-b {
  font-weight: 500;
  background-color: #f1eaea;
}

.text-nomal {
  font-weight: 400 !important;
}

.rg-text li {
  list-style: disc !important;
}

.rg-text-t {
  font-weight: 500;
  padding-bottom: 4px;
  padding-left: 8px;
  /* border-bottom: 1px solid #9aadb8; */
}

/* .rg-text-t::before {
  content: "• ";
} */

.rg-text-s {
  padding-left: 5%;
  padding-top: 8px;
  color: #33485f !important;
  line-height: 1.3;
}

.rg-text-s span {
  font-weight: 500 !important;
  color: #0037ad !important;
}

.rg-text-p {
  padding-left: 8px;
  padding-bottom: 10px;
}

.rg-text-ps {
  font-size: 12px;
  padding-left: 4px;
}

.rg-text-q {
  margin-top: -20px;
}

.text_contents h5 {
  color: var(--text-color_dark) !important;
}

.text_contents ul {
  color: var(--text-color_dark) !important;
}

.text_contents ol {
  counter-reset: item;
  padding-bottom: 0px;
  text-align: left;
}

.text_contents .level1 {
  display: block;
  padding-bottom: 16px;
  font-weight: 700 !important;
  color: var(--text-color_dark) !important;
  font-size: 16px;
}

.text_contents .level2 {
  display: block;
  color: var(--text-color_dark) !important;
  padding-bottom: 16px;
  font-weight: 400;
}

.text_contents .level3 {
  display: block;
  padding-bottom: 12px;
  color: var(--text-color_dark) !important;
  font-size: 0.8rem;
}

.text_contents ol {
  margin-top: 8px;
}

.text_contents ol li {
  display: block;
  position: relative;
  padding-bottom: 8px;
  font-size: 0.85rem;
  line-height: 1.2;
}

.text_contents ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 8px;
  color: var(--text-color_dark) !important;
  font-weight: 400;
  font-size: 14px;
}

.text_contents li ol > li {
  margin: 0;
}

.text_contents li ol > li:before {
  content: counters(item, ".") " ";
}

.text_contents li {
  list-style: decimal;
}

.row-text-area {
  width: 90%;
  margin-left: 5%;
}

.mh-title {
  color: var(--theme-color);
  font-size: 13px;
}

.main-item-text_l {
  /* font-size: 14px; */
  font-size: 0.9rem;
  color: var(--text-color_dark);
  /* color: #707b8b; */
  font-weight: 900 !important;
}

.main-title-it {
  font-style: italic;
}

.main-item-text_c {
  font-size: 14px;
  padding-bottom: 4px;
  color: var(--text-color-light);
  font-weight: 800;
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

.main-item-text_s {
  background-color: var(--lightblue_light);
  padding: 10px;
  line-height: 1.1 !important;
}

.cs-single_post p {
  color: var(--text-color);
  line-height: 1.2;
}

.tm_view_link_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.tm_view_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tm_view_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  padding: 4px 6px;
  background-color: #edeff3;
  border-radius: 8px;
  justify-content: space-between;
  color: var(--text-color_dark);
  /* border-bottom: 2px solid #cdcfda; */
  box-shadow: 0 0 4px rgba(10, 24, 62, 0.2);
}

.tmv_imgcon_wrap {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.mini_tm_img {
  display: block;
  width: 128px;
  height: 52px !important;
  border-radius: 4px;
}

.tm_view_item > .mobile_tmlist_view > img {
  min-width: 16px;
  width: 20%;
}

.tmv_wrap {
  display: flex;
  flex-direction: column;
}

.tmv_no,
.tmv_date,
.tmv_entryval,
.tmv_name {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.tmv_no img,
.tmv_date img,
.tmv_entryval img,
.tmv_name img {
  width: 16px;
}

.no-padding {
  padding: 0 0 0 0 !important;
}

.vs-pagination ul {
  padding-left: 0 !important;
}

.paging_active a {
  background-color: var(--text-color-light);
  color: white;
}

.h_scroll {
  width: auto;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  overflow-x: scroll;
  gap: 8px;
}

.link_grad_rightcover {
  position: absolute;
  aspect-ratio: 1 / 7;
  width: 24px;
  height: auto;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  right: 0;
}

.title_with_more {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.seemore {
  font-size: 10px;
  /* background-color: var(--theme-color);
  background-color: #919baf; */
  /* color: white; */
  /* padding: 2px 10px; */
  /* text-align: center; */
  /* border-radius: 20px; */
  transition: all 0.2s ease-in-out;
  margin-top: -6px;
  /* font-weight: 500; */
  z-index: 1;
}

.seemore img {
  width: 21px;
}

.seemore:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.perks_banner {
  border-radius: 8px;
  /* max-height: 200px; */
  margin: 4px auto;
  background-color: #edf2f7;
}

.favorites_heart {
  width: 28px;
  height: 28px;
  border-radius: 16px;
  background-color: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -170px;
  margin-right: -92px;
}

.favorites_heart img {
  width: 18px;
  height: 18px;
}

.link_item_wrap {
  height: auto;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--theme-color);
  justify-content: flex-start;
  gap: 2px;
  position: relative;
  text-indent: 2px;
}

.hit_mark {
  position: absolute;
  top: -3px;
  left: -3px;
}

.hit_mark img {
  width: 34px;
}

.game_item_link {
  height: auto;
  aspect-ratio: 168 / 219;
  border-radius: 8px;
  min-width: calc(100px + (100dvw / 12) - 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--theme-color);
  justify-content: center;
}

@media (max-width: 384px) {
  .game_item_link {
    min-width: 100px;
  }
}

.game_item_link img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 168/219;
  height: auto;
  /* max-width: 100px; */
}

.more_game {
  background-color: #ffffff;
  border: 1px solid #dedede;
}

.more_game img {
  width: 44px;
  height: 44px;
}

.main-item-text {
  font-size: 12px;
  width: 100px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link_last {
  margin-right: 12px;
}

.favorites_icon {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  transition: all 0.2s ease-in-out;
}

.favorites_icon:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.favorites_icon img {
  width: 20px !important;
  height: 20px !important;
}

@media (max-width: 480px) {
  .game_item_link {
    max-width: 31.5vw;
  }

  .with_margin {
    max-width: 30vw;
  }
}

._dummy {
  height: 0px !important;
}

/* .game_items_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
} */

.game_items_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3 - 8px), 1fr));
  gap: 8px;
}

.game_link {
  position: relative;
  width: 100%;
}

@media (min-width: 512px) {
  .game_items_wrap {
    gap: 10px;
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(100% / 4 - 10px), 1fr)
    );
  }
}

@media (min-width: 768px) {
  .game_items_wrap {
    gap: 12px;
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(100% / 5 - 12px), 1fr)
    );
  }
}

@media (min-width: 911px) {
  .game_items_wrap {
    gap: 14px;
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(100% / 6 - 14px), 1fr)
    );
  }
}

.game_link img {
  border-radius: 8px;
  width: 100%;
}

.link_logo {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 4px 2px 4px;
  background-color: #000000;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  max-width: 33%;
}

.link_logo img {
  width: 34px;
  border-radius: 0 !important;
}

.game_title_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.game_title_wrap .game-item-text {
  width: calc(100% - 20px);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.game_title_wrap img {
  width: 20px;
  height: 20px;
}

.webtoon_paging_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: 80px;
  background-color: var(--lightblue_light);
}

.webtoon_paging {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  color: var(--theme-color);
  padding: 12px 2% 10px 2%;
}

.webtoon_paging .active {
  background-color: var(--theme-color);
  color: white;
}

.wp_textlink {
  font-weight: 700;
  font-size: 14px;
  padding: 0 6px;
  color: var(--theme-color);
}

.wp_copylink {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-weight: 700;
  font-size: 14px;
}

.wp_paging_btn {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border: 2px solid var(--theme-color);
  transition: all 0.2s ease-in-out;
}

.wp_paging_btn:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.no_page {
  color: #b2b2b2;
}

.bigwin_li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
  /* padding-left: 3% !important; */
  display: flex;
  flex-direction: row;
  width: 100% !important;
  justify-content: space-between;
}

.bigwin_game_icon {
  width: 36px;
  height: 44px;
  padding: 0px 0px 2px 0px !important;
}

.bigwin_game_icon img {
  width: 30px !important;
  height: 40px !important;
  margin-top: -4px !important;
}

.bigwin_userid {
  color: white;
  font-weight: 400;
  padding-right: 4px;
  font-size: 14px;
}

.bigwin_time {
  font-size: 11px;
  padding: 0 6px;
  color: #dcdcdc;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.bigwin_type1 {
  font-size: 11px;
  font-weight: 400;
  padding: 0px 5px;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  background-color: #002fff;
  zoom: 0.875;
}

.bigwin_type2 {
  font-size: 11px;
  font-weight: 400;
  padding: 0px 5px;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  background-color: #00af09;
  zoom: 0.875;
}

.bigwin_Prize {
  padding-left: 10px;
  color: #ffffff;
  font-size: 14px;
}

.cert_icon_wrap_login {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  overflow: hidden;
}

.cert_icon_wrap_login img {
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bl_limitform_wrap {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;

  gap: 20px;
}

.bl_limitform_group {
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
}

.bl_text li {
  list-style: disc !important;
}

.bl_limitform_wrap .slider-container {
  position: relative;
  width: 100%;
  padding: 10px 0;
}

.bl_limitform_wrap input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(
    to right,
    #4caf50 0%,
    #4caf50 50%,
    #ddd 50%,
    #ddd 100%
  );
  border: none !important;
  outline: none;
  transition: background 0.3s;
  padding: 0 !important;
}

/* 썸(thumb) 스타일 */
.bl_limitform_wrap input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.bl_limitform_wrap input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* 값 표시용 라벨 */
.bl_limitform_wrap .value-label {
  position: absolute;
  top: 34px;
  left: 0;
  transform: translateX(-50%);
  background: #4caf50;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
}

.bl_limitform_wrap .value-label::before {
  content: "₱ "; /* Peso currency symbol */
}

.bl_limitform_wrap .pie-chart-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bl_limitform_wrap .pie-chart {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: conic-gradient(#ff2727 0% 50%, #ddd 50% 100%);
  position: relative;
  margin-top: 20px;
}

.bl_limitform_wrap .pie-chart::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #fff; /* 도넛 효과 */
}

.bl_limitform_wrap .pie-labels {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 6px;
}

.bl_limitform_wrap .center-label {
  width: 128px;
  height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
}

.bl_limitform_wrap .pie-val-group {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.bl_limitform_wrap .pie-val-1 {
  font-weight: 600;
  color: red;
}

.bl_limitform_wrap .pie-val-2 {
  font-weight: 600;
}

.cof-wrap {
  display: flex;
  flex-direction: column;
}

.cof-wrap .radio-group {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 10px;
}

.cof-wrap .radio-option {
  position: relative;
  display: inline-block;
}

.cof-wrap .radio-option input[type="radio"] {
  display: none !important; /* 기본 라디오 숨기기 */
}

.cof-wrap input[type="radio"] ~ label::before {
  display: none !important; /* 기본 라디오 숨기기 */
}

.cof-wrap .radio-label {
  display: block;
  padding: 15px 15px;
  /* border: 2px solid #ddd; */
  background-color: var(--lightblue_light);
  background-color: #f2f2f2;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  min-width: 100px;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #bdbdbd;
  color: #8a8a8a;
}

/* 선택된 상태 */
.cof-wrap .radio-option input[type="radio"]:checked + .radio-label {
  border-color: #0b7afa;
  background-color: #ffffff;
  color: #0b7afa;
}

/* 체크 표시 */
.cof-wrap .radio-option input[type="radio"]:checked + .radio-label::after {
  content: "✔";
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  background-color: #0b7afa;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  select,
  .form-control,
  .form-select,
  textarea,
  input {
    padding: 0 16px 0 16px;
  }

  .inputtype_line {
    border-bottom: 1px solid var(--theme-color);
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    background-color: var(--lightblue_light);
    height: 48px;
  }

  .top-peso {
    font-weight: 700;
    font-size: 16px !important;
  }

  .footer-logo img {
    width: 60%;
    max-width: 128px;
    padding-top: 10px;
  }

  .tm-text-set p {
    font-size: 14px;
    line-height: 1.1;
  }

  .tornament-prize {
    margin-bottom: 10px;
    margin-top: -8px;
  }

  .wrap-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  .wrap-flex2 {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .mh-con {
    font-weight: 600;
  }

  .level-text {
    padding-right: 12px;
    font-weight: 400;
  }
}

@media (max-width: 847px) {
  .hide-scrollbar {
    overflow: auto; /* 또는 scroll */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }

  .hide-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
}

@media (max-width: 576px) {
  .tm_filter_wrap {
    justify-content: space-between;
  }

  .title-area.text-center img {
    width: 84px !important;
  }

  .title-area {
    padding-top: 0px;
  }

  .breadcumb-content {
    padding-left: 30px;
  }

  .m-space {
    padding-top: 32px !important;
  }

  .footer-logo img {
    width: 25%;
    padding-top: 6px;
  }

  .voucher_item {
    width: 100% !important;
  }
}

.main-section {
  width: 100%;
  padding: 0 0 0 0;
}

.main-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-item-group {
  width: 31%;
  max-width: 220px;
  display: flex;
  flex-direction: column;
}

.main-item-text {
  color: var(--text-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  width: 100%;
  padding-bottom: 4px;
  /* display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start; */

  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.main-item-text img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: -4px;
}

.main-item {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 5/7;
  aspect-ratio: 168/219;
  display: flex;
  color: white;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  background-position: 0px -8px !important;
}

.catagory-back-01 {
  background-image: url(../img/catagory-back-01.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-02 {
  background-image: url(../img/catagory-back-02.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-03 {
  background-image: url(../img/catagory-back-03.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-04 {
  background-image: url(../img/catagory-back-04.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-05 {
  background-image: url(../img/catagory-back-051.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-06 {
  background-image: url(../img/catagory-back-06.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-07 {
  background-image: url(../img/catagory-back-07.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-08 {
  background-image: url(../img/link_facaofo.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-09 {
  background-image: url(../img/link_superclash.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-10 {
  background-image: url(../img/catagory-back-09.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-11 {
  background-image: url(../img/catagory-back-031.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-12 {
  background-image: url(../img/catagory-back-022.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-13 {
  background-image: url(../img/catagory-back-023.webp?ver=1.0.0.5);
  background-size: cover;
}

.catagory-back-14 {
  background-image: url(../img/catagory-back-024.webp?ver=1.0.0.5);
  background-size: cover;
}

.bonus-01 {
  background-image: url(../img/1_EXCLUSIVE_Webtoon.webp);
  background-size: cover;
}

.bonus-02 {
  background-image: url(../img/2_EXCLUSIVE_Lucky_Araw-Araw.webp);
  background-size: cover;
}

.bonus-03 {
  background-image: url(../img/3_EXCLUSIVE_VOUCHERSnREWARDS.webp);
  background-size: cover;
}

.bonus-04 {
  background-image: url(../img/4_EXCLUSIVE_Ka-Tama_Wheel.webp);
  background-size: cover;
}

.bonus-05 {
  background-image: url(../img/5_EXCLUSIVE_Baccarat_tournament.webp);
  background-size: cover;
}

.bonus-06 {
  background-image: url(../img/6_EXCLUSIVE_Taishan_Games.webp);
  background-size: cover;
}

@keyframes ani_back {
  0% {
    background-image: url(../img/catagory-back-05.webp?ver=1.0.0.5);
  }

  45% {
    background-image: url(../img/catagory-back-05.webp?ver=1.0.0.5);
  }

  50% {
    background-image: url(../img/catagory-back-052.webp?ver=1.0.0.5);
  }

  95% {
    background-image: url(../img/catagory-back-052.webp?ver=1.0.0.5);
  }
}

@keyframes ani_back2 {
  0% {
    background-image: url(../img/catagory-back-01.webp?ver=1.0.0.5);
  }

  33% {
    background-image: url(../img/catagory-back-012.webp?ver=1.0.0.5);
  }

  66% {
    background-image: url(../img/catagory-back-013.webp?ver=1.0.0.5);
  }
}

.main-item:hover {
  filter: none;
  color: white;
}

.main-item img {
  width: 30% !important;
  opacity: 0;
  transition: 0.3s;
}

.main-item:hover img {
  opacity: 1;
}

.vertical_line {
  width: 2px;
  height: 40px;
  display: block;
  background-color: #d8d8d8;
}

.la_back {
  padding: 1.5% 3.5% 0 3.5% !important;
}

.la_wrap {
  padding-top: 0px;
  margin-top: -4px;
  margin-bottom: 6px;
  background: #85d6ff;
  background: linear-gradient(
    180deg,
    rgba(74, 213, 255, 0.3) 0%,
    rgba(37, 230, 255, 0.15) 50%,
    rgba(57, 255, 255, 0.05) 100%
  );
  border-radius: 10px;
}

.la_title {
  color: var(--body-font);
  color: #5f6974;
  font-weight: 500;
  font-size: 0.65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.luckyaraw_wrap {
  padding: 4px 0px;
  width: 100%;
  background-image: url(../img/luckyaraw_gauge/cloud_tama.webp?ver=1.0.0.0);
  background-size: 65%;
  background-position: center right;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: repeat-x;
  background-position: 0 -50px;
  animation: scrollBackground 50s linear infinite;
  /* border: 1px solid #dce1e8; */
}

@keyframes scrollBackground {
  0% {
    background-position: 0 -50px;
  }
  100% {
    background-position: -2000px -50px; /* 이미지 너비에 따라 조정 */
  }
}

.la_exp_btn_group {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  /* margin-top: -6px; */
}

.la_exp_bar_wrap {
  width: 72%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  background-image: url(../img/luckyaraw_gauge/backgrass.webp?ver=1.0.0.0);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 20vw;
  margin-top: -2px;
}

.la_exp_bar_index {
  z-index: 1;
}

.la_exp_bar_index img {
  width: 36px;
  height: 36px;
}

.la_exp_bar {
  width: 100%;
  /* min-width: 60vw; */
  /* min-width: 200px; */
  height: 10px;
  display: flex;
  flex-direction: row;
  background-color: #d2d9dd;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  max-width: 840px !important;
}

.la_exp_bar_track {
  width: 100%;
  position: relative;
  /* background-color: rgba(0, 0, 0, 0.1); */
  height: 56px;
  display: flex;
  flex-direction: row;
  margin-top: -50px;
  justify-content: space-between;
}

.la_exp_meter_wrap,
.la_exp_meter_wrap_sm {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* justify-content: space-between; */
  /* width: 10.5%; */
}

.la_exp_meter_wrap img {
  height: 28px;
  margin-top: 14px;
  width: 28px;
}

.la_exp_meter_wrap_sm img {
  height: 20px;
  margin-top: 16px;
}

.la_exp_meter_val {
  min-width: 20px;
  position: absolute;
  bottom: -6px;
  font-size: 0.6rem;
  font-weight: 500;
  color: #2f373e;
  background-color: white;
  border-radius: 8px;
  padding: 1px 2px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--secondary-color);
  color: white;
}

.la_exp_gauge_f {
  color: var(--secondary-color);
  border: 1px solid #006613;
  color: #006613;
  background-color: white;
}

.la_eated img {
  /* height: 4px !important; */
  /* margin-top: 36px; */
  filter: opacity(35%);
}

.la_exp_bar_col {
  width: 35%;
  height: 10px;
  /* background-color: var(--theme-red); */
  background-color: #ff6600;
  border-radius: 8px;
  display: block;
  max-width: 840px !important;
}

.la_exp_bar_col_100 {
  width: 100%;
  height: 10px;
  background-color: var(--theme-red);
  background-color: #ff6600;
  border-radius: 8px;
  display: block;
  max-width: 840px !important;
}

.pm_banner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pm_banner img {
  border-radius: 10px;
  width: 100%;
  max-width: 720px;
}

/* --------------------------- */
/* Live, Slot- subpage */
/* --------------------------- */

.tm_title_s {
  color: var(--theme-color);
  color: var(--text-color);
  font-size: 14px;
  display: none;
}

.tm_title {
  color: var(--theme-color);
  color: var(--text-color);
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 991px) {
  .tm-container {
    padding: 0 5%;
  }

  .main-container {
    padding: 1.5% 2.5%;
  }

  .main-item-jili {
    display: none;
  }

  .main-item img {
    width: 40% !important;
    transition: 0.3s;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .tm-container {
    padding: 0 4%;
  }
}

@media (max-width: 576px) {
  .lm-style {
    width: 33.1%;
    border-radius: 6px;
    margin-right: 0;
    margin-left: 0;
  }

  .lm_game_wrap_img {
    width: 94%;
  }

  .main-item-group {
    flex-direction: column;
    gap: 4px;
  }

  .main-item {
    margin-bottom: 0px;
  }

  .h_scroll .main-item-text {
    font-size: 12px;
    margin-top: 0;
    font-weight: 500;
  }

  .h_scroll .referral_item {
    overflow: visible !important;
    position: relative;
    flex: 1 1;
    /* min-width: 100px; */
  }

  .main-container {
    padding: 1.5% 3.5% 0.5% 3.5%;
  }

  .padding-filtermenu {
    padding: 0 1.8% 0% 1.8%;
  }

  .padding-filtermenu-inner {
    /* padding: 0 2.7% 0 2.7%; */
    padding: 0 1% 0 1%;
  }

  .top-contents {
    padding-top: 2.5%;
  }

  /* .linkwrap {
    padding-bottom: 0px !important;
    margin-right: 0% !important;
  } */
}

@media (max-width: 340px) {
  .lm-style {
    width: 49%;
    border-radius: 8px;
  }

  .mobile_tmbtn_small {
    width: 42%;
  }

  .mini_tm_img {
    display: block;
    width: 96px;
    height: 40px !important;
    border-radius: 4px;
  }
}

.game-icon-img {
  min-width: 84px;
  border-radius: 16px;
}

.game-dummy {
  min-width: 200px;
}

.game-start-text {
  position: absolute;
  width: 100%;
  text-align: center;
}

.sns-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 0 2%;
  color: var(--text-color_light);
}

.policy_wrap {
  display: flex;
  flex-direction: row;
}

.policy_link {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
  gap: 10px 0px;
}

.img-light img {
  width: 7.5%;
}

.sns_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.sns_link:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.sns_link img {
  width: 50%;
}

.sns-section a {
  color: var(--text-color);
  /* color: rgb(150, 150, 150); */
  font-weight: 500;
  font-size: 12px;
}

.licencetext {
  font-size: 10px;
  line-height: 1.1;
  padding: 4px;
  border-radius: 8px;
  width: 100%;
  color: var(--text-color);
  font-size: 10px;
  font-weight: 400;
}

.licencetext a {
  color: var(--text-color);
  font-size: 10px;
  font-weight: 400;
}

.licencetext .text-bold {
  line-height: 1.1;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-color_dark);
}

.promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 2% 2.5%;
  font-size: 14px;
}

.promo p {
  font-size: 1em;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 2px;
}

.promo-text {
  font-size: 1em;
  color: #4f4f4f;
  line-height: 1.1;
}

.flex-center {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.coupons_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 10px;
  background-color: var(--lightblue_light);
  border-radius: 12px;
}

.coupon_item {
  width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;

  color: var(--theme-color);
  padding: 0px 10px;
}

.coupon_icon img {
  width: 80px;
  height: 80px;
  background-color: var(--yellow-color);
  display: block;
  border-radius: 8px;
}

.coupon_expire {
  font-size: 14px;
  color: #414145;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: flex-start;
  width: 100%;
}

.coupon_title {
  font-weight: 700;
}

.wheel_title {
  font-weight: 400;
  color: var(--theme-color);
  padding-left: 3.78px;
  padding-right: 2%;
  font-size: 14px;
  line-height: 32px;
}

.coupon_prize_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.coupon_prize {
  width: 100px;
  font-weight: 800;
}

.coupon_bottom {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  width: 100%;
}

.coupon_btn_sizing {
  padding: 0 10px;
  min-width: 100px;
  max-width: 100px;
  font-size: 14px;
}

.coupon_quanty {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  width: 100%;
}

.wheel_chance {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.wheel_quanty {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
}

.coupon_quanty_item {
  width: 20px;
  height: 20px;
  background-color: var(--success-color);
  color: white;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-left: 4px;
}

.coupon_quanty_item.coupon_used {
  background-color: #c2cbd1;
  color: #e3eff6;
}

@media (max-width: 480px) {
  .img-box1 img {
    width: 55%;
  }

  .main_banner_img {
    width: 32% !important;
  }

  .promo {
    padding: 0% 0%;
  }

  .promo p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .promo-text {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.2px;
  }
}

.subpage-layout,
.subpage-layout2 {
  width: 100%;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .livesub .filter-active {
    max-height: 1660px !important;
    max-width: 80%;
    margin: 0 auto;
  }

  .sns-section img {
    max-width: 128px;
  }
}

@media (max-width: 480px) {
  .subpage-layout {
    margin-top: 0px;
  }

  .subpage-layout2 {
    margin-top: 48px;
  }

  .livesub .filter-active {
    max-height: 1300px !important;
    max-width: 100%;
    margin: 0 auto;
  }
}

@-webkit-keyframes ticker {
  0% {
    margin-top: 0;
  }

  20% {
    margin-top: -25px;
  }

  40% {
    margin-top: -50px;
  }

  60% {
    margin-top: -75px;
  }

  80% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

@-moz-keyframes ticker {
  0% {
    margin-top: 0;
  }

  20% {
    margin-top: -25px;
  }

  40% {
    margin-top: -50px;
  }

  60% {
    margin-top: -75px;
  }

  80% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

@-ms-keyframes ticker {
  0% {
    margin-top: 0;
  }

  20% {
    margin-top: -25px;
  }

  40% {
    margin-top: -50px;
  }

  60% {
    margin-top: -75px;
  }

  80% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes ticker {
  0% {
    margin-top: 0;
  }

  20% {
    margin-top: -25px;
  }

  40% {
    margin-top: -50px;
  }

  60% {
    margin-top: -75px;
  }

  80% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

.color-green {
  background-color: #28a745;
}

.color-blue {
  background-color: #2885a7;
}

.color-yellow {
  background-color: #ffbb00;
}

.color-red {
  background-color: red;
}

.modal_btn {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

#all_news {
  padding-left: 6px;
}

.quickmenu {
  position: fixed;
  width: 96%;
  left: 2%;
  height: 48px;
  border-radius: 24px;
  padding: 2px 2% 0 2%;
  background: var(--quick-menu-back);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  bottom: 8px !important;
  z-index: 9998;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.tm_all_wrap {
  position: relative;
  top: 100px;
  z-index: 9998;
}

.tm_states_bar_minimize_wrap {
  width: 100%;
  height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 324px;

  max-width: 1140px;
}

.tm_states_bar_minimize {
  width: 64px;
  height: 24px;
  background-color: var(--quick-menu-back-top);
  color: white;
  display: flex;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.bar_count {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bar_count img {
  width: 20px;
  margin-top: -8px;
  margin-right: 4px;
  filter: brightness(1.2);
}

.bar_count_val {
  font-size: 14px;
  animation: sparkle 5s infinite ease-in-out;
  color: #ffffff;
  font-weight: 500;
  background-color: var(--secondary-color);
  background-color: #1d4900;
  width: 18px;
  height: 18px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: -4px;
}

@keyframes sparkle {
  0%,
  100% {
    /* text-shadow: none; */
    color: #ffffff;
  }
  50% {
    /* text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff; */
    background-color: #2e6e04;
  }
  55% {
    /* text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff; */
    background-color: #4fc233;
  }
  60% {
    /* text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff; */
    background-color: #2e6e04;
  }
}

.tm_position {
  bottom: 56px;
}

.bar_min {
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background-color: white;
}

.tm_status_bar {
  position: fixed;
  /* width: 1159px; */
  width: 100%;
  height: 52px;
  max-width: 1140px;
  /* max-width: 100%; */
  padding: 2px 0% 0 0%;
  display: flex;
  flex-direction: row;
  align-items: center;
  bottom: 0px !important;
  z-index: 1;
  box-sizing: border-box;
  margin-bottom: 60px;
  border-bottom: 1px solid #c5c5c5;
  /* border-top: 1px solid #c5c5c5; */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.livechat_sample {
  width: 60px;
  height: 60px;
  background-color: #da3807;
  border-radius: 30px;
  position: fixed;
  z-index: 1;
  bottom: 76px;
  right: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.livechat_sample img {
  width: 34px;
  height: 34px;
}

.bar_stair_2 {
  margin-bottom: 112px;
}

.bar_stair_3 {
  margin-bottom: 164px;
}

.bottom_signset {
  position: fixed;
  width: 100%;
  height: 60px;
  max-width: 991px;
  padding: 2px 3% 0 3%;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  bottom: 0px !important;
  z-index: 998;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(64, 113, 165, 0.4);
  gap: 3%;
}

.qm-item {
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* color: white; */
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.15px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  /* background-color: var(--theme-color); */
  /* background-color: rgba(0, 0, 0, 0.1); */

  /* background: rgb(229, 233, 235);
  background: linear-gradient(45deg, rgb(246, 248, 249) 0%, rgb(229, 234, 236) 100%); */

  /* background: url(../img/icon/icon_back_with_shadow.webp) no-repeat; */
  background-size: 100%;
  line-height: 0.9;
  padding: 1px 1px 4px 1px;
  color: white !important;
  /* border-radius: 7.5px; */
}

.qm-item-noti {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: var(--qnoti-color);
  z-index: 2;
  font-size: 10px;
  font-weight: 500;
  top: 20px;
  right: calc(50% - 44px);
  /* border: 1px solid #cae1e9; */
  box-sizing: border-box;
}

.qm-item:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.qm-item:hover,
.qm-item:visited {
  color: var(--theme-color);
  color: #78828a !important;
  color: white !important;
}

.qm-item img {
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-bottom: 2px;
  filter: grayscale(1) brightness(1.5);
}

.qm_item_2,
.qm_item_2:visited {
  width: 60px;
  height: 60px;
  background-color: var(--secondary-color);
  background-color: rgba(0, 0, 0, 0.1);
  background: url(../img/icon/icon_back_with_shadow.webp) no-repeat;
  background-size: 100%;
  color: #78828a !important;
  font-size: 11px;
  padding: 1px 1px 1px 1px;
  gap: 2px;
}

.qm_item_2 img {
  width: 32px;
  height: 32px;
  filter: none;
}

@media (max-width: 360px) {
  .header-logo {
    max-width: 112px;
  }

  .tm_betweentime {
    font-size: 11px;
  }

  .tms_division {
    font-size: 14px;
  }

  .tms_value {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .payment_btn_mini {
    width: 60px;
    height: 60px;
  }

  .payment_btn_mini img {
    width: 32px;
    height: 32px;
  }

  .quickmenu {
    width: 100%;
    height: 52px;
  }

  .qm-item {
    width: 48px;
    height: 48px;
    border-radius: 10.5px;
    font-size: 10px;
  }

  .qm-item-noti {
    right: calc(50% - 40px);
  }

  .main-item-text_l {
    font-size: 13px;
    padding-bottom: 4px;
  }

  .main-menu-ul-innerdiv {
    font-size: 14px;
  }

  .profile_menu {
    margin-right: 3px;
  }

  .qm-item img {
    width: 22px;
    height: 22px;
  }

  .qm_item_2 img {
    width: 26px;
    height: 26px;
  }

  .useridset {
    gap: 2px;
  }

  .verify_state {
    scale: 0.8;
    margin-left: -4px;
  }

  .basic_info {
    margin-left: 1px;
  }
}

@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 36px;
  }

  .h2,
  h2 {
    font-size: 30px;
  }

  .h3,
  h3 {
    font-size: 24px;
  }

  .h4,
  h4 {
    font-size: 20px;
  }

  .h5,
  h5 {
    font-size: 16px;
  }

  .h6,
  h6 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px;
  }

  .h2,
  h2 {
    font-size: 24px;
  }

  .h3,
  h3 {
    font-size: 18px;
  }

  .h4,
  h4 {
    font-size: 16px;
  }

  .h5,
  h5 {
    font-size: 14px;
  }

  .h6,
  h6 {
    font-size: 13px;
  }
}

.dot_ani::after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 1.5s infinite;
  animation: dotty steps(1, end) 1.5s infinite;
  content: "";
  width: 20px;
  text-align: left;
  font-weight: 800;
}

@-webkit-keyframes dotty {
  0% {
    content: "";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75% {
    content: "...";
  }

  100% {
    content: "";
  }
}

@keyframes dotty {
  0% {
    content: "";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75% {
    content: "...";
  }

  100% {
    content: "";
  }
}

.top-news {
  width: auto;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background-color: var(--text-color);
  background-color: #3d2c4b;
  width: 100%;
}

.top-news span {
  color: #b9b9b9;
  height: 44px;
  font-size: 14px;
  padding-left: 4%;
  line-height: 44px;
}

.newsticker {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 44px;
  text-align: left;
  padding-left: 4px;
}

.top-news img {
  margin-left: 3%;
  width: 40px;
}

.newsticker ul {
  padding: 0;
  margin: 0;
}

.newsticker ul li {
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: white;
  height: 44px;
  line-height: 44px;
  font-weight: 500;
  list-style: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.round_mark {
  color: var(--text-color);
  color: white;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  margin-right: 6px;
}

.rm1 {
  background-color: var(--yellow-color);
}

.rm2 {
  background-color: var(--secondary-color);
}

.rm3 {
  background-color: #fa63ff;
}

.rm4 {
  background-color: #fa63ff;
}

.rm5 {
  background-color: var(--text-color);
}

.tournament_ready_bar {
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 4%;
  font-weight: 500;
  font-size: 16px;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  box-sizing: border-box;
  z-index: 3;
}

.waiting_bronze {
  background: linear-gradient(
    45deg,
    rgba(80, 60, 45, 0.8) 0%,
    rgba(39, 25, 15, 0.8) 100%
  );
}

.waiting_silver {
  background: #7d7f85;
  background: linear-gradient(
    45deg,
    rgba(96, 97, 102, 0.8) 0%,
    rgba(29, 31, 32, 0.8) 100%
  );
}

.waiting_gold {
  background: #998334;
  background: linear-gradient(
    45deg,
    rgba(128, 108, 37, 0.8) 0%,
    rgba(56, 45, 10, 0.8) 100%
  );
}

.waiting_dia {
  background: #5c3348;
  background: linear-gradient(
    45deg,
    rgba(90, 34, 63, 0.8) 0%,
    rgba(41, 11, 27, 0.8) 100%
  );
}

.waiting_platinum {
  background: #313958;
  background: linear-gradient(
    45deg,
    rgba(37, 46, 83, 0.8) 0%,
    rgba(10, 14, 31, 0.8) 100%
  );
}

.contents-index-menu-wrap {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  height: 60px;
  background-color: #000;
  background-color: var(--quick-menu-back-top);
  background-color: #15485a;
  align-items: center;
  padding: 0 3.5%;
  gap: 10px;
}

.cim-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  height: 48px;
  min-width: 72px;
  position: relative;
  padding: 4px 8px;
}

.cim-group-ext {
  height: 48px;
  min-width: 88px;
}

.cim-group.active,
.cim-group-ext.active {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.15);
}

.cim-logo {
  position: absolute;
  top: 10px;
}

.cim-logo img {
  width: 40px;
}

.cim-icon {
  position: relative;
  width: 24px;
  height: 24px;
  filter: opacity(0.8);
  -webkit-filter: opacity(0.8);
}

.cim-icon-slot {
  position: relative;
  width: auto;
}

.cim-icon-slot img {
  width: fit-content;
  max-height: 36px;
}

.cim-title {
  font-size: 11px;
  text-align: center;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1px 6px;
  font-weight: 500;
}

.cim-title.active {
  background-color: white;
  color: #15485a;
  border-radius: 10px;
  font-weight: 600;
}

.search_wrap {
  width: 100%;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
}

.search_wrap_wide {
  width: 100%;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}

.search_wrap_tm {
  width: 100%;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 0;
}

.tm_search {
  min-width: 200px;
}

.search_confirm {
  display: block;
  transition: all 0.2s ease-in-out;
}

.search_confirm img {
  width: 32px;
}

.search_confirm:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.search_form {
  width: calc(100% - 56px);
  height: 44px !important;
}

.search_form input {
  height: 44px !important;
  border-radius: 22px;
}

.search_icon {
  transition: all 0.2s ease-in-out;
}

.search_icon img {
  width: 28px;
  filter: brightness(1.3);
  margin-right: 8px;
}

.search_icon:active {
  transform: scale(1.05);
  transition: 0.1s;
}

.transfer_lock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
}

.transfer_lock img {
  margin-top: -4px;
}

.transfer_color1 {
  color: #ff3700;
}

.transfer_color2 {
  color: #007c17;
}

.transfer_btngroup {
  width: 100%;
  padding: 12px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    0deg,
    rgba(210, 230, 240, 0.3) 0%,
    rgba(215, 234, 243, 0.7) 100%
  );
  border-radius: 6px;
}

.tr_left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
}

.tr_title {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
}

.tr_val {
  color: var(--theme-color);
}

.tr_val img {
  margin-left: -4px;
}

.tr_val span {
  font-weight: 500;
}

.tr_btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pd-nospace {
  width: auto;
  margin-bottom: 0;
  padding: 10px 10px;
  font-size: 14px;
  min-width: 84px;
}

.bottompadding_none {
  padding-bottom: 0 !important;
}

.tournament_coupon_wrap {
  width: 100%;
  aspect-ratio: 23/5;
  height: auto;
  background-color: #000;
  background-image: url(../img/tournament_coupon.gif);
  background-size: 100%;
  border-radius: 6px;
  display: block;
}

.tm_coupon_cp {
  display: flex;
  width: auto;
  padding: 3px 10px;
  background-color: var(--theme-color);
  background-color: var(--secondary-color);
  background-color: red;
  font-size: 10px;
  font-weight: 500;
  text-shadow: none;
  color: #ffffff;
  border-radius: 20px;
  margin-top: 35px;
  /* animation: cp_back 10.2s infinite; */
}

@keyframes spinner-wiggle2 {
  30% {
    transform: perspective(100px) rotateX(45deg);
  }
  60% {
    transform: perspective(100px) rotateX(46deg);
  }
}

@keyframes cp_back {
  23% {
    background-color: #03a803;
    color: white;
  }
  24% {
    background-color: #ffffff;
  }
  28% {
    background-color: #03a803;
    color: white;
  }
}

.tm_coupon_cp span {
  color: #edecdd;
}

.float_wheel {
  position: fixed;
  aspect-ratio: 200 / 216;
  width: 88px;
  height: auto;
  display: block;
  bottom: 12%;
  left: 1%;
  animation: float 2s ease-in-out infinite;
  z-index: 1;
  cursor: pointer;
}

@keyframes float {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.2); */
    transform: translatey(0px);
  }
  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
    transform: translatey(-10px);
  }
  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.2); */
    transform: translatey(0px);
  }
}

.float_wheel_timer {
  width: 80%;
  margin-left: 10%;
  padding: 1px;
  background-color: white;
  color: #1f2122;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: -2px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
  border: 1px solid #d3dbe4;
}

.jackpot_prize_fw {
  color: var(--yellow-color);
  position: absolute;
  bottom: 9px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.jackpot_wheel_modal_overray {
  background: rgba(0, 0, 0, 0.8) !important;
}

.jackpot_wheel_modal {
  display: block;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0) !important;
}

.jackpot_prize_fw .data {
  letter-spacing: 0.1px;
}

.r-time {
  width: 100%;
  height: 64px;
  color: var(--text-color_light);
  color: white;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.wheel_wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wheel_wrap img {
  border-radius: 12px;
  max-width: 760px;
  width: 100%;
}

.voucher_wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.voucher_item {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  position: relative;
}

.voucher_inner {
  width: 100%;
  position: absolute;
  bottom: 20%;
  text-align: center;
  color: #00bac7;
  font-size: 14px;
  font-weight: 700;
}

.voucher_inner_2 {
  color: var(--text-color_deepdark);
}

.index_table {
  width: 100%;
  /* height: 160px; */
  overflow-y: auto;
  background-color: #e4ebf0;
  padding: 4px;
}

.index_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--text-color);
}

.index_column {
  width: 30%;
  display: flex;
  flex-direction: row;
  padding: 4px;
  justify-content: flex-start;
}

.index_column_s {
  padding: 4px;
}

.index_lable {
  width: 50%;
  text-align: right;
}

.index_text {
  width: 60%;
  padding-left: 2%;
}

.index_con {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index_prize_column {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 2px;
}

.index_icon {
  width: auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.index_icon img {
  width: 40px;
}

.index_prize_text {
  width: auto;
  font-size: 0.8rem;
  padding-left: 8px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--text-color_dark);
}

.profile_avatar_selector {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-around;
}

.profile_avatar img {
  width: 56px;
  aspect-ratio: 1 /1;
  height: auto;
  border-radius: 50%;
}

.profile_avatar:hover img {
  scale: 1.1;
}

.pa_dummy {
  width: 56px;
  height: 1px;
}

.hidden {
  display: none;
}

.close_wheel {
  position: absolute;
  background-color: white;
  border-radius: 20px;
  padding: 4px;
  top: -8px;
  right: -4px;
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  text-align: center;
  color: #000;
  opacity: 0.8;
  font-weight: bold;
  font-size: 13px;
}

.spinnow_ani {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  font-weight: 800;
  gap: 0.2px;
}

.sa_letter {
  animation: grow-shrink 3.6s infinite;
  margin-top: -18px;
}

.sa_letter:nth-child(1) {
  animation-delay: 0s;
}

.sa_letter:nth-child(2) {
  animation-delay: 0.2s;
}

.sa_letter:nth-child(3) {
  animation-delay: 0.4s;
}

.sa_letter:nth-child(4) {
  animation-delay: 0.6s;
}

.sa_letter:nth-child(5) {
  animation-delay: 0.8s;
}

.sa_letter:nth-child(6) {
  animation-delay: 1s;
}

.sa_letter:nth-child(7) {
  animation-delay: 1.2s;
}

.sa_letter:nth-child(8) {
  animation-delay: 1.4s;
}

@keyframes grow-shrink {
  0%,
  38.5% {
    transform: scale(1);
  }
  19.2% {
    transform: scale(1.5);
    /* filter: brightness(1.26); */
  }
  100% {
    transform: scale(1);
  }
}

@keyframes blink {
  0%,
  100% {
    filter: brightness(1);
    text-shadow: none;
  }
  78% {
    filter: brightness(1);
    text-shadow: none;
  }
  80% {
    filter: brightness(3.76);
  }
  85% {
    filter: brightness(3.76);
  }
  95% {
    filter: brightness(1);
    text-shadow: none;
  }
}

/* .slide-popup, .slide-popup-2 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -360px;
  height: 340px;
  background-color: #00eeff;
  background: linear-gradient(
    180deg,
    rgb(231, 249, 255) 1%,
    rgba(255, 255, 255, 1) 15%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 123, 255, 0.15);
  transition: bottom 0.4s ease;
  z-index: 99999;
  padding: 20px;
  display: flex;
  flex-direction: column;
} */

.slide-popup,
.slide-popup-2,
.slide-popup-3,
.slide-popup-4 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -80vh;
  /* height: 340px;  ← 삭제 */
  max-height: 80vh; /* 화면의 80%까지만 확장 */
  background: linear-gradient(
    180deg,
    rgb(231, 249, 255) 1%,
    rgba(255, 255, 255, 1) 15%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 123, 255, 0.25);
  transition: bottom 0.4s ease;
  z-index: 99999;
  padding: 20px 20px 32px 20px;
  display: flex;
  flex-direction: column;
}

.popup-header {
  display: flex;
  justify-content: flex-end;
}

.close-btn_sp,
.close-btn_sp2,
.close-btn_sp3,
.close-btn_sp4 {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.popup-content {
  flex: 1; /* 남은 공간 채우기 */
  overflow-y: auto;
  width: 100%;
  justify-content: center;
}

.upop_title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: rgb(6, 111, 216);
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.upop_titles {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: rgb(65, 65, 65);
  font-weight: 600;
  padding-bottom: 10px;
}

.reminder_pop_ul {
  text-align: left;
  margin-top: 12px;
  line-height: 1.1;
}

.reminder_pop_ul li {
  font-size: 14px;
  color: rgb(65, 65, 65);
  margin-bottom: 6px;
  list-style: disc;
}

.popup-content p {
  font-size: 14px;
  color: black !important;
}

.popup-content p > span {
  color: red;
}

.hide-today {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.ekyc_logo_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.popup-check-option {
  padding-bottom: 40px;
}

.popup-overlay,
.popup-overlay2,
.popup-overlay3,
.popup-overlay4 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 99998;
}

.popup-overlay.active,
.popup-overlay2.active,
.popup-overlay3.active,
.popup-overlay4.active,
.popup-overlay5.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-overlay5 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 99998;
  /* backdrop-filter: blur(2px); */
}

/* 컨테이너 */
.ux-switch {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 28px;
  top: 15px;
}

/* 체크박스 숨김 */
.ux-switch__input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* 배경 */
.ux-switch__slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  border-radius: 999px;
  transition: background-color 0.3s;
}

/* 버튼 */
.ux-switch__slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 3px;
  top: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

/* ON 상태 */
.ux-switch__input:checked + .ux-switch__slider {
  background-color: #4caf50;
}

/* 이동 */
.ux-switch__input:checked + .ux-switch__slider::before {
  transform: translateX(22px);
}

/* 포커스 */
.ux-switch__input:focus + .ux-switch__slider {
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.3);
}




@media (max-width: 768px) {
  .pcweb-only{
    display: none;
  }
}