@charset "UTF-8";
/* -----------------------------------------
   Base imports & asset paths
------------------------------------------ */
/* -----------------------------------------
   Font stacks
------------------------------------------ */
/* -----------------------------------------
   Generic colours
------------------------------------------ */
/* -----------------------------------------
   Legacy theme variables (leave for safety)
------------------------------------------ */
/* -----------------------------------------
   Spinganteng palette (still referenced)
------------------------------------------ */
/* =========================================
   GARUDA BET BRAND PALETTE
========================================= */
/* — Core colours — */
/* — Utility shadows — */
/* — Re‑usable gradients — */
/*  red -> gold accent strip (kept for buttons, hovers, etc.)  */
/*  Dark steel / gun‑metal fallback  */
/*  === NEW base‑surface gradients  =========================
    A strong flag red that stays solid until 60 % then
    blends directly into white so there is no pink band   */
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadProRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadProSemibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadProBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Collegiate Solid';
  src: url("../fonts/SFCollegiateSolid.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Telegrafico';
  src: url("../fonts/telegraficobyficod.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TimesBD';
  src: url("../fonts/timesbd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/****/
a {
  color: white;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    /* Normal size */
  }
  50% {
    transform: scale(1.1);
    /* Slightly enlarged */
  }
  100% {
    transform: scale(1);
    /* Back to normal size */
  }
}
body {
  font-size: 14px !important;
}

header {
  z-index: 99;
}
header .site-branding-logo img {
  max-width: 70px;
}

input {
  color: black;
}

.single-course .course-meta .meta-item:nth-child(3n + 1) {
  clear: both;
}
@media (max-width: 767px) {
  .single-course .course-meta .meta-item {
    width: 50%;
  }
  .single-course .course-meta .meta-item:nth-child(3n + 1) {
    clear: none;
  }
  .single-course .course-meta .meta-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 400px) {
  .single-course .course-meta .meta-item {
    width: 100%;
  }
}

.icon-level {
  background: url("../images/level-up.png") no-repeat scroll center center transparent;
}

.icon-price {
  background: url("../images/price-tag.png") no-repeat scroll center center transparent;
}

.icon-students {
  background: url("../images/student.png") no-repeat scroll center center transparent;
}

.gbb-row.gsc-equal-height .column-content-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.checkout-pane-payment-information {
  margin-bottom: 20px;
}
.checkout-pane-payment-information .field--name-address {
  width: 100%;
  float: left;
}

.customer-information .field__label {
  font-weight: 600;
  color: #222;
  margin-top: 15px;
}

.order-information {
  margin-bottom: 45px;
}
.order-information .field__label,
.order-information .views-field-title {
  font-weight: 600;
  color: #222;
}
.order-information table {
  margin-top: 30px;
}
.order-information table thead th {
  font-weight: 600;
  color: #222;
}

.checkout-pane-payment-information {
  margin-bottom: 20px;
}
.checkout-pane-payment-information .field--name-address {
  width: 100%;
  float: left;
}

.path-user .block-page-title-block > .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.path-user .block-page-title-block > .content:before {
  content: '';
  background: url(../images/icons/icon-register.svg) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  display: block;
}
.path-user .page-title {
  text-align: center;
}
.path-user #block-falc-tabs {
  display: none;
}
.path-user .order-information {
  float: left;
  width: 100%;
}
.path-user .order-information > .field {
  float: left;
  margin-right: 20px;
  width: 30%;
}
@media (max-width: 300px) {
  .path-user .order-information > .field {
    width: 100%;
  }
}
.path-user .order-information > .field .field__label {
  font-weight: 600;
  color: #222;
}
.path-user .order-information > .field.field--name-order-items, .path-user .order-information > .field.field--name-total-price {
  width: 100%;
  margin-top: 20px;
  margin-right: 0;
}
.path-user #content .main-content-inner {
  padding: 1.2rem 2.5rem;
}
.path-user #content .main-content-inner .content-main .block-system-main-block {
  padding: 0;
}
.path-user #content .main-content-inner .content-main .field {
  display: flex;
  gap: 1rem;
  font-weight: 600;
}
.path-user #content .main-content-inner .content-main .field__item {
  background: linear-gradient(180deg, #ffd700, #fefefe 37.29%, #efaf6e 70.1%, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.path-user #content .main-content-inner .content-main .view-content-wrap {
  font-weight: 600;
}
.path-user #content .main-content-inner .content-main .view-content-wrap .field-content {
  background: linear-gradient(180deg, #ffd700, #fefefe 37.29%, #efaf6e 70.1%, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.path-user #content .main-content-inner input.js-form-submit {
  display: block;
  width: 100%;
}

.form-item-payment-information-add-payment-method-billing-information-copy-to-address-book {
  width: 100%;
  float: left;
}

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

.alert.alert-dark {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.pager li > a,
.pager li > span {
  background: none;
  font-weight: 600;
  border: 1px solid #a5a3a1;
  border-radius: 6px;
  margin-bottom: 1rem;
}
.pager li:hover > a,
.pager li:hover > span, .pager li.is-active > a,
.pager li.is-active > span {
  color: white;
  background-color: #fdbb2c;
}

.gva-view-grid .item-columns {
  margin: 1rem 0;
}

.game-provider-display {
  margin: 6rem 0 2rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .game-provider-display {
    padding: 0 7rem;
  }
}
.game-provider-display .gva-view-grid .item-columns {
  display: flex;
  height: 96px;
  align-items: center;
  justify-content: center;
}
.game-provider-display .field--name-field-media-image .field__item {
  text-align: center;
  padding: 2rem 0;
}
.game-provider-display .field--name-field-media-image img {
  width: 100%;
  max-width: 120px;
}

.topbar .topbar-left .social-list a {
  font-size: 2rem;
}
.topbar .topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topbar .topbar-right div {
  order: 2;
}
.topbar .topbar-right .gva_topbar_menu {
  order: 1;
}

.language-switcher-language-content-entity {
  padding-bottom: 0;
}

.footer {
  background-color: black;
}
.footer h5 {
  color: white;
}

.footer-social ul li a {
  color: #ffd700;
}
.footer-social ul li a i {
  font-size: 3rem;
}

body {
  color: white !important;
}

.block .block-title > span {
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: -2px;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .block .block-title > span {
    font-size: 4rem;
  }
}

.block-views-blockhow-to-pay-block-1 {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .block-views-blockhow-to-pay-block-1 {
    padding: 0 7rem;
  }
}
.block-views-blockhow-to-pay-block-1 .gva-view-grid-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-views-blockhow-to-pay-block-1 .gva-view-grid-inner .block-field-blockmediaimagefield-media-image {
  background: linear-gradient(90deg, #29b4d5, #3cdca0);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  min-height: 40px;
  margin-bottom: 1rem !important;
}
.block-views-blockhow-to-pay-block-1 .gva-view-grid-inner img {
  width: 100%;
  max-width: 120px;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .block-views-blockhow-to-pay-block-1 .gva-view-grid-inner img {
    padding: 0;
  }
}

body .body-page .main-page.has-breadcrumb .container-bg .content-main-inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  body .body-page .main-page.has-breadcrumb .container-bg .content-main-inner {
    padding: 1rem 2rem;
  }
}
body .body-page .main-page.has-breadcrumb .container-bg .content-main-inner table {
  color: white;
}
body .body-page .main-page.has-breadcrumb .after_content {
  margin-top: 8rem;
}

.path-user .content .container-bg,
.path-deposit .content .container-bg,
.node--type-falc-pages .content .container-bg {
  background-color: #0e1317;
}
@media screen and (min-width: 768px) {
  .path-user .content .container-bg,
  .path-deposit .content .container-bg,
  .node--type-falc-pages .content .container-bg {
    padding: 4rem;
    margin: 2rem auto;
    border-radius: 12px;
  }
}
.path-user .content .container-bg .form-actions,
.path-deposit .content .container-bg .form-actions,
.node--type-falc-pages .content .container-bg .form-actions {
  padding: 2rem 0;
}

#block-falc-mainpagecontent {
  position: relative;
}

.path-deposit .main-page {
  padding: 2rem 1rem;
}
.path-deposit #block-falc-mainpagecontent .deposit-page {
  padding: 3rem;
}
.path-deposit #block-falc-mainpagecontent .deposit-page h1 {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.path-deposit #block-falc-mainpagecontent .deposit-page .deposit-form .form-item {
  margin-bottom: 1.5rem;
}
.path-deposit #block-falc-mainpagecontent .deposit-page .deposit-form .form-item label {
  display: block;
}
.path-deposit #block-falc-mainpagecontent .deposit-page .deposit-form .form-item input {
  background: rgba(255, 255, 255, 0.1) !important;
  border: none;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 2rem;
}
.path-deposit #block-falc-mainpagecontent .deposit-page .deposit-form .preset-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.path-deposit #block-falc-mainpagecontent .deposit-page .deposit-form .preset-buttons input {
  border-radius: 4px;
  background-color: rgba(211, 242, 255, 0.1);
  border: 1px solid rgba(211, 242, 255, 0.2);
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .path-deposit #block-falc-mainpagecontent .deposit-page .deposit-form .preset-buttons input {
    font-size: 2rem;
  }
}
.path-deposit #block-falc-mainpagecontent .deposit-page .deposit-form .form-submit {
  border-radius: 4px;
  font-size: 2rem;
  margin: 3rem 0 0;
}
.path-deposit #block-falc-mainpagecontent .deposit-page .deposit-form .use-preset {
  margin: 0;
}

.block-promotions .view-content-wrap .item {
  margin: 0 0 2rem;
}

.more-link a {
  font-size: 1.5rem;
  border-color: #ffd700;
  color: #ffd700;
  padding: 1rem 2rem;
}
.more-link a:hover {
  background-color: #ffd700;
  color: white;
}

.gbb-row.special-row .row-wrapper {
  margin-top: 0;
}
.gbb-row.special-row .row-wrapper .column-inner {
  padding: 0 !important;
}
.gbb-row.special-row .row-wrapper .views-field-field-announcement-content {
  color: white;
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .gbb-row.special-row .row-wrapper .views-field-field-announcement-content {
    padding: 1rem 0;
  }
}
.gbb-row.special-row .row-wrapper .views-field-field-announcement-content .field-content {
  margin-top: 0.5rem;
}

.block-views-blockannouncement-block-marquee {
  padding-bottom: 0;
}

.user-deposit {
  margin: 1rem 0;
}
.user-deposit .owl-item {
  width: 300px;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  background: #1a1532;
  /* Reversed gradient */
  border: 3px solid rgba(71, 21, 37, 0.8);
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease-in-out;
  font-size: 1.5rem;
}
.user-deposit .owl-item:hover {
  transform: scale(1.1);
}
.user-deposit .owl-item .views-field-uid,
.user-deposit .owl-item .views-field-field-user {
  font-size: 1.8rem;
  margin: 10px 0;
  font-weight: bold;
  color: #ffd700;
  /* Gold text for the title */
  text-shadow: 0px 0px 5px #ff4500;
  /* Subtle orange glow */
}
.user-deposit .owl-item .views-field-total-price__number,
.user-deposit .owl-item .views-field-field-amount {
  font-size: 2rem;
  margin: 20px 0;
  font-weight: bold;
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.casino-button {
  background: linear-gradient(90deg, #ff4500, #ffd700);
  border: none;
  color: #000;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(255, 69, 0, 0.7), inset 0px 0px 5px rgba(255, 215, 0, 0.9);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.casino-button:hover {
  background: linear-gradient(90deg, #ffd700, #ff4500);
  box-shadow: 0px 0px 20px gold, inset 0px 0px 10px orangered;
  color: #fff;
  /* Change text to white */
}

.portfolio-v1 {
  cursor: pointer;
}
.portfolio-v1 .portfolio-content {
  display: flex;
  flex: 1;
}
.portfolio-v1 .portfolio-content .images {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.portfolio-v1 .portfolio-content .images img {
  border-radius: 0;
  border: 2px solid #ba00ff;
  padding: 0.5rem;
}
.portfolio-v1 .portfolio-content .images .game-name {
  font-family: 'Telegrafico', sans-serif;
  font-weight: 400;
  padding: 0.5rem 0;
  text-transform: uppercase;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5rem;
  min-height: 50px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .portfolio-v1 .portfolio-content .images .game-name {
    font-size: 2rem;
  }
}
.portfolio-v1 .portfolio-content .title {
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}
.portfolio-v1 .content-inner {
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-main-inner .row {
  align-items: center;
}

.main-menu .area-main-menu .area-inner .block {
  padding: 0;
}

.navigation ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .navigation ul {
    margin: 1rem 0;
  }
}
.navigation ul > svg {
  display: none;
}
.navigation ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.navigation ul li a {
  font-family: 'SF Collegiate Solid', sans-serif;
  font-weight: 400;
  color: #ba00ff;
  order: 1;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
  line-height: 1.25;
}
.navigation ul li a svg {
  color: #ba00ff;
  fill: #ba00ff;
}
.navigation ul li a:hover {
  background: linear-gradient(180deg, #ffd700, #fefefe 37.29%, #efaf6e 70.1%, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: pulse 0.8s infinite;
}
.navigation ul li a:hover svg {
  color: #ffd700;
  fill: #ffd700;
}
.navigation ul li.menu-item--active-trail a {
  background: linear-gradient(180deg, #ffd700, #fefefe 37.29%, #efaf6e 70.1%, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: pulse 0.8s infinite;
}
.navigation ul li.menu-item--active-trail a svg {
  color: #ffd700;
  fill: #ffd700;
}
.navigation ul li .menu_link_content {
  order: 0;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.navigation ul li .menu_link_content svg,
.navigation ul li .menu_link_content img {
  width: 30px;
  height: 30px;
}

.footer-first .navigation ul {
  display: block;
}
.footer-first .navigation ul li {
  margin: 1rem 0;
}
@media screen and (min-width: 992px) {
  .footer-first .navigation ul li {
    display: block;
  }
}

#block-falc-mainnavigation ul li {
  min-width: 80px;
}

.mobile-navigation.area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background: url(../images/bg-mobile-bottom-menu.svg) no-repeat;
  background-size: cover;
  padding: 1rem 0;
}
.mobile-navigation.area:before {
  content: '';
  display: block;
  background: url(../images/bg-bottom-menu-bar.svg) no-repeat;
  background-size: 100% auto;
  min-width: 100%;
  min-height: 5px;
  position: relative;
  top: -15px;
}
@media screen and (min-width: 768px) {
  .mobile-navigation.area {
    display: none;
  }
}

.menu--footer ul li a:hover {
  animation: none;
  display: block;
}
.menu--bottom-footer-menu {
  padding-bottom: 0;
}
.menu--bottom-footer-menu .menu .menu-item {
  flex-basis: calc((100% - 15px * 6) / 5);
  outline: none;
}
.menu--bottom-footer-menu .menu .menu-item a {
  font-size: 9px;
  display: block;
}
.menu--bottom-footer-menu .menu .menu-item a svg {
  color: white;
  width: 25px;
  height: 25px;
}
.menu--bottom-footer-menu .menu .menu-item:nth-child(3) {
  top: -88px;
  position: absolute;
}
.menu--bottom-footer-menu .menu .menu-item:nth-child(3) a svg {
  width: 120px;
  height: 120px;
  animation: glowPulse 2s infinite ease-in-out;
  transform-origin: center center;
  will-change: filter;
}
@media screen and (min-width: 992px) {
  .menu--mobile-account {
    display: none;
  }
}
.menu--mobile-account .menu .menu-item a {
  font-size: 9px;
  display: block;
  color: #fdbb2c;
}
.menu--mobile-account .menu .menu-item a svg {
  color: #fdbb2c;
  width: 28px;
  height: 28px;
}
.menu--mobile-account .menu .menu-item a span {
  display: none;
}

.advanced-language-selector button {
  border: none;
  background: none !important;
  color: white !important;
  font-weight: 700;
  display: flex !important;
  align-items: center;
}
.advanced-language-selector span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.advanced-language-selector img {
  height: 10px;
}
.advanced-language-selector .dropdown-menu {
  background: #1a1532;
}
.advanced-language-selector .dropdown-menu li a {
  font-size: 1rem;
  color: white;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .page-user-login,
  .page-user-register,
  .page-user-pass {
    margin: 2rem;
  }
  .page-user-login .tabs,
  .page-user-register .tabs,
  .page-user-pass .tabs {
    padding-left: 0;
  }
  .page-user-login .tabs li,
  .page-user-register .tabs li,
  .page-user-pass .tabs li {
    margin: 1rem 0;
  }
}
.page-user-login .bg,
.page-user-register .bg,
.page-user-pass .bg {
  background: linear-gradient(90deg, #471525, #13162f);
}
.page-user-login .main-page,
.page-user-register .main-page,
.page-user-pass .main-page {
  max-width: 580px;
  background: rgba(186, 0, 255, 0.1);
  border-color: rgba(186, 0, 255, 0.1);
}
.page-user-login .tabs,
.page-user-register .tabs,
.page-user-pass .tabs {
  border: none;
}
.page-user-login .tabs li a,
.page-user-register .tabs li a,
.page-user-pass .tabs li a {
  background: linear-gradient(90deg, #471525, #13162f);
  border-radius: 8px;
  margin-right: 0.5rem;
  padding: 1rem 2rem !important;
}
.page-user-login input[type='text'],
.page-user-login input[type='email'],
.page-user-login input[type='password'],
.page-user-register input[type='text'],
.page-user-register input[type='email'],
.page-user-register input[type='password'],
.page-user-pass input[type='text'],
.page-user-pass input[type='email'],
.page-user-pass input[type='password'] {
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px;
  color: white;
}
.page-user-login label,
.page-user-register label,
.page-user-pass label {
  background: linear-gradient(180deg, #ffd700, #fefefe 37.29%, #efaf6e 70.1%, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem !important;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.page-user-login .form-actions,
.page-user-pass .form-actions {
  margin-top: 3rem;
}

.page-user-login .form-item {
  margin-bottom: 2rem;
}

.topbar {
  display: none;
}
@media screen and (min-width: 992px) {
  .topbar {
    display: block;
  }
}

header.header-v1 {
  margin-top: 0;
}
header.header-v1 .branding {
  text-align: center;
}
header.header-v1 .p-static .menu-bar {
  margin-top: -16px;
  top: 50%;
  left: 1rem;
  right: auto;
}
header.header-v1 .p-static .menu-bar span {
  background-color: #fdbb2c;
  height: 4px;
  border-radius: 4px;
}

.gva-search-region {
  display: none;
}

.topbar .topbar-right ul.gva_topbar_menu {
  float: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
}
.topbar .topbar-right ul.gva_topbar_menu > li {
  float: none;
  padding: 0;
  background: none;
  border-radius: 0;
}
.topbar .topbar-right ul.gva_topbar_menu > li a {
  display: inline-block;
  color: white;
  padding: 1rem 2rem !important;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 0.5rem;
}
.topbar .topbar-right ul.gva_topbar_menu > li:nth-child(2) a {
  background: url(../images/button.svg) no-repeat;
  background-size: 100% 100%;
}

.breadcrumb-content-main {
  text-align: left;
}
.breadcrumb-content-main .page-title {
  text-align: left !important;
  text-shadow: 0 0 10px black;
  font-weight: 600;
  text-transform: uppercase;
}

#block-falc-gaviassliderlayerhomeslide {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  #block-falc-gaviassliderlayerhomeslide {
    padding-bottom: 30px;
  }
}

.menu--mini-menu .gva_menu {
  padding: 0;
  margin-top: 1px;
  margin-bottom: 0;
  gap: 0;
}
.menu--mini-menu .gva_menu li {
  flex: 1;
}
.menu--mini-menu .gva_menu a {
  display: block;
  text-align: center;
  width: 100%;
  color: white;
  padding: 1rem 2rem;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
}
.menu--mini-menu .gva_menu li:nth-child(2) a {
  background: url(../images/button.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-text-fill-color: white;
}
@media screen and (min-width: 992px) {
  .menu--mini-menu {
    display: none;
  }
}

.games-filter ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  border-bottom: 0;
  margin-bottom: 4rem;
}
.games-filter li {
  margin: 0 0.65rem;
}
@media screen and (min-width: 768px) {
  .games-filter li {
    margin: 1rem;
  }
}
.games-filter a {
  display: flex;
  width: 60px;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 1rem !important;
  border-radius: 8px;
  background-color: rgba(253, 187, 44, 0.35) !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.games-filter a:hover {
  background-color: rgba(253, 187, 44, 0.75) !important;
  animation: pulse 0.8s infinite;
}
@media screen and (min-width: 768px) {
  .games-filter a {
    width: auto;
    height: 110px;
    padding: 1rem 2rem !important;
  }
}
.games-filter img {
  width: 100%;
  max-width: 150px;
}

.view-games .isotope-item {
  margin-bottom: 2rem;
  width: calc(100% / 3.2);
  padding: 0 0.2rem;
  height: auto;
  font-size: 0.8 rem;
}
@media screen and (min-width: 768px) {
  .view-games .isotope-item {
    width: calc(23% - 1rem);
    margin: 1rem;
  }
}
.view-games .game-wrapper {
  position: relative;
  padding: 5px;
}
.view-games .game-wrapper img {
  border-radius: 0;
  border: 2px solid #ba00ff;
  padding: 0.5rem;
  opacity: 1;
}
.view-games .game-title {
  margin: 1rem 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  font-size: 1rem;
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 767px) {
  .view-games .game-title {
    font-size: 2rem;
  }
}
.view-games .views-field-title a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.view-games .views-field-title a span.label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: white !important;
  text-transform: uppercase;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: rgba(253, 187, 44, 0.55);
}
.view-games .views-field-title a span.label svg {
  font-size: 8rem;
}
.view-games .views-field-title a span.label span.label-title {
  padding: 0 1rem;
}
.view-games .views-field-title a:hover span.label {
  display: flex;
  animation: pulse 0.8s infinite;
}
.view-games img {
  width: 100%;
}

.page--promotions {
  padding-top: 3rem;
}
.page--promotions .block-title {
  max-width: 100%;
}
.page--promotions .block-title span {
  position: relative;
  padding-left: 5rem;
}
.page--promotions .block-title span:before {
  content: '';
  background: url(../images/icons/icon-gift.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .block-promotions-page > div {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .block-promotions-page > div .games-filter {
    min-width: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .block-promotions-page > div .games-filter .nav {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .block-promotions-page > div .games-filter .nav li {
    width: 92%;
  }
}
.block-promotions-page > div .games-filter .nav .btn-filter {
  font-family: 'SF Collegiate Solid', sans-serif;
  font-weight: 400;
  text-align: center;
  height: auto;
  color: white;
  background: black !important;
  border: 2px solid #ba00ff;
  padding: 1rem 0;
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .block-promotions-page > div .games-filter .nav .btn-filter {
    width: 100%;
    text-align: left;
    font-size: 2rem;
  }
}
.block-promotions-page > div .games-filter .nav .btn-filter:hover, .block-promotions-page > div .games-filter .nav .btn-filter.active {
  background: #ba00ff !important;
  border: 1px solid #ba00ff;
}
.block-promotions-page > div .games-filter .nav .btn-filter .label {
  font-size: 2rem;
  padding: 0;
  color: white !important;
}
.block-promotions-page > div .games-filter .nav .btn-filter svg {
  width: 40px;
}
.block-promotions-page > div .gva-portfolio-items {
  flex: 1;
}
.block-promotions-page .view-games {
  padding: 0;
}
.block-promotions-page .view-games .isotope-item {
  width: 100%;
}
.block-promotions-page .view-games .isotope-item img {
  width: 100%;
  height: auto;
  border: 2px solid #ba00ff;
  border-radius: 14px;
  overflow: hidden;
}

.gsc-heading {
  display: none !important;
}

@media screen and (767px) {
  .gva-offcanvas-mobile {
    background: black;
  }
}

.right-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.right-wrapper .wallet-wrapper {
  order: 1;
}
.right-wrapper .user-deposit {
  order: 2;
}

.wallet-wrapper .btn {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  outline: none !important;
}
.wallet-wrapper .wallet-dropdown {
  display: flex;
  flex-direction: column;
}
.wallet-wrapper .wallet-dropdown span {
  text-align: right;
  padding-right: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.wallet-wrapper .wallet-dropdown .user-balance {
  font-size: 1.5rem;
}
.wallet-wrapper .wallet-dropdown .total-balance,
.wallet-wrapper .wallet-dropdown .main-balance,
.wallet-wrapper .wallet-dropdown .bonus-balance {
  background: linear-gradient(180deg, #ffd700, #fefefe 37.29%, #efaf6e 70.1%, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
}
.wallet-wrapper .wallet-dropdown .dropdown-menu {
  border-radius: 5px;
  border: 1px solid #13162f;
  background: black;
  color: white;
}
.wallet-wrapper .wallet-dropdown .dropdown-menu li a {
  display: block;
  width: 100%;
  background: none !important;
}
.wallet-wrapper .wallet-dropdown .dropdown-menu li a span {
  display: block;
  width: 100%;
  text-align: right;
}

.user-bar {
  position: relative;
}
.user-bar .mobile-wallet {
  display: none;
  padding: 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .user-bar .mobile-wallet {
    display: block;
  }
}
.user-bar .mobile-wallet .wallet-wrapper .wallet-dropdown {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .user-bar .mobile-wallet .wallet-wrapper .wallet-dropdown .dropdown-menu {
    left: auto;
    right: -10px;
  }
}
.user-bar .mobile-wallet .wallet-wrapper .wallet-dropdown button {
  border-radius: 8px;
  padding: 0.5rem 1rem !important;
}
.user-bar .mobile-wallet .wallet-wrapper .wallet-dropdown .user-balance {
  background: linear-gradient(180deg, #ffd700, #fefefe 37.29%, #efaf6e 70.1%, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.user-wrapper {
  align-items: center;
  order: 3;
}
.user-wrapper .dropdown-menu {
  border-radius: 5px;
  border: 1px solid #13162f;
  background: black;
  color: white;
}
.user-wrapper .dropdown-menu li {
  border-top: 1px solid #13162f;
  border-bottom: 1px solid #13162f;
}
.user-wrapper .dropdown-menu a {
  background: none !important;
  width: 100%;
  display: block;
  color: white;
}
.user-wrapper .dropdown-menu a span {
  display: block;
  font-size: 1.5rem;
}
.user-wrapper .dropdown-menu a .text_welcome {
  font-size: 1rem;
}
.user-wrapper .dropdown-menu a .username {
  background: linear-gradient(180deg, #ffd700, #fefefe 37.29%, #efaf6e 70.1%, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.user-wrapper .dropdown-menu a.link:hover {
  background: linear-gradient(90deg, #13162f, #471525) !important;
  color: white;
}

.user-dropdown-toggle {
  background-color: transparent !important;
  border: none !important;
  box-shadow: 0 0 0 !important;
  display: flex !important;
  align-items: center;
}
.user-dropdown-toggle:after {
  display: none !important;
  border-top: 0.6em solid !important;
  border-right: 0.6em solid transparent !important;
  border-bottom: 0;
  border-left: 0.6em solid transparent !important;
}
@media (min-width: 768px) {
  .user-dropdown-toggle:after {
    display: block !important;
  }
}
.user-dropdown-toggle span {
  display: flex;
  background: white;
  color: black;
  border: 2px solid #ba00ff;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  font-weight: 600;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
}
.user-dropdown-toggle span:hover {
  background-color: #fdbb2c !important;
}
@media (min-width: 768px) {
  .user-dropdown-toggle span {
    width: 40px;
    height: 40px;
  }
}

.portfolio-v1 {
  transition: all 0.3s ease;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media screen and (min-width: 992px) {
  .portfolio-v1 {
    display: flex;
  }
  .portfolio-v1 img {
    width: 100%;
  }
}
.portfolio-v1:hover {
  box-shadow: 0 4px 5px #fbb24c;
}
.portfolio-v1:hover .content-inner {
  animation: pulse 0.8s infinite;
}
.portfolio-v1 .title {
  display: block !important;
}
.portfolio-v1 span.label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.portfolio-v1 svg {
  width: 50px;
  height: 50px;
  color: white;
  fill: white;
  margin: 0 auto;
}

.game-box {
  background-color: #13162f;
  padding: 4rem;
  margin: 2rem 0;
  border-radius: 12px;
}

.game-wrapper {
  position: relative;
}
.game-wrapper img {
  width: 100%;
  opacity: 0.2;
  border-radius: 12px;
}
.game-wrapper .play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-wrapper .play-button-wrapper .game-btn {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  color: white;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: transform 0.3s ease-in-out;
}
.game-wrapper .play-button-wrapper .game-btn svg {
  font-size: 12rem;
  color: white;
}
.game-wrapper .play-button-wrapper .game-btn:hover {
  color: #fdbb2c;
  animation: pulse 0.8s infinite;
}
.game-wrapper .play-button-wrapper .game-btn:hover svg {
  color: #fdbb2c;
}

.console-wrapper {
  margin-top: 1rem;
}

.game-iframe-wrapper {
  margin: 2rem 0;
}

.user-logout-confirm {
  margin-top: 2rem;
  text-align: center;
}
.user-logout-confirm .form-actions {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

article.node--type-promotions img {
  width: 100%;
  height: auto;
}

#block-falc-footer ul.gva_menu {
  flex-direction: column;
  float: none;
  padding: 0;
}
#block-falc-footer ul.gva_menu li a {
  padding: 0;
}
#block-falc-footer ul.gva_menu li a:hover {
  transform: none;
}

.logged-in.path-user .tabs li:nth-child(2) {
  display: none;
}
.logged-in.path-user #block-falc-mainpagecontent {
  padding: 2rem !important;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.logged-in.path-user #content .main-content-inner .content-main .field {
  display: block;
}

.path-checkout .layout-checkout-form {
  background-color: #13162f;
  padding: 4rem;
  margin: 2rem 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.path-checkout .layout-checkout-form .layout-region {
  float: none;
  width: 100%;
}
.path-checkout .layout-checkout-form .layout-region .form-item {
  margin-bottom: 2rem;
}
.path-checkout .layout-checkout-form .layout-region .form-item label {
  display: block;
}
.path-checkout .layout-checkout-form .layout-region .form-item input {
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px;
  height: 40px;
  font-size: 2rem;
  color: white;
}
.path-checkout .layout-checkout-form .layout-region .form-actions {
  margin-top: 2rem;
}
.path-checkout .layout-checkout-form .form-actions {
  text-align: center;
  display: none;
}

.frontpage .gavias-blockbuilder-content .row-wrapper {
  padding: 0;
}

.main-content .block-menu {
  width: 110%;
  left: -5%;
  position: relative;
  padding-bottom: 0;
  background: linear-gradient(0deg, #333132 0.01%, #252424 8.01%, #101010 25%, #040404 42%, #000000 58%, #020202 72%, #0b0b0b 82%, #1b1a1a 91%, #302e2f 99%, #333132 100%);
}
.main-content .block-menu ul li {
  flex: 1;
  text-align: center;
}
.main-content .block-menu ul li a {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.main-content .menu--mobile-menu {
  width: 100%;
  left: 0;
}
.main-content .menu--mobile-menu .menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-overflow-scrolling: touch;
}
.main-content .menu--mobile-menu .menu::before {
  content: '';
  flex: 0 0 1rem;
}
.main-content .menu--mobile-menu .menu > svg {
  display: block;
  font-size: 2rem;
  position: absolute;
  left: 1rem;
  color: #ba00ff;
}
.main-content .menu--mobile-menu .menu > svg:last-child {
  left: auto;
  right: 1rem;
}
.main-content .menu--mobile-menu .menu li:first-of-type {
  margin-left: 2rem;
}
.main-content .menu--mobile-menu .menu li:last-of-type {
  margin-right: 2rem;
}
.main-content .menu--mobile-menu .menu a {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding: 2rem 0;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.main-content .menu--mobile-menu .menu a svg {
  width: 25px;
  height: 25px;
}

.mobile-menu-item {
  margin-top: 4rem;
}
.mobile-menu-item .bb-container {
  padding: 0;
}
.mobile-menu-item .bb-container .column-inner {
  padding: 0 !important;
}
.mobile-menu-item .bb-container .column-inner .block-menu {
  padding-bottom: 0;
  background: linear-gradient(0deg, #333132 0.01%, #252424 8.01%, #101010 25%, #040404 42%, #000000 58%, #020202 72%, #0b0b0b 82%, #1b1a1a 91%, #302e2f 99%, #333132 100%);
}
.mobile-menu-item .bb-container .column-inner .block-menu ul li {
  flex: 1;
  text-align: center;
}
.mobile-menu-item .bb-container .column-inner .block-menu ul li a {
  padding: 2rem;
  display: flex;
  align-items: center;
  height: 100px;
}

.gva-offcanvas-mobile {
  background: black;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .gva-offcanvas-mobile {
    background: none;
    width: 100%;
  }
}
.gva-offcanvas-mobile .menu {
  display: block;
}
@media screen and (min-width: 768px) {
  .gva-offcanvas-mobile .menu {
    display: flex;
  }
}
.gva-offcanvas-mobile .menu li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gva-offcanvas-mobile .menu li {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  #block-falc-mobilemenu {
    display: none;
  }
}

.block--featured-games,
.block-slots,
.block-casino,
.block-arcade,
.block-sports,
.block-payment {
  padding-bottom: 0;
}
.block--featured-games .view-content-wrap,
.block-slots .view-content-wrap,
.block-casino .view-content-wrap,
.block-arcade .view-content-wrap,
.block-sports .view-content-wrap,
.block-payment .view-content-wrap {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}
.block--featured-games .view-content-wrap .item .portfolio-v1,
.block-slots .view-content-wrap .item .portfolio-v1,
.block-casino .view-content-wrap .item .portfolio-v1,
.block-arcade .view-content-wrap .item .portfolio-v1,
.block-sports .view-content-wrap .item .portfolio-v1,
.block-payment .view-content-wrap .item .portfolio-v1 {
  width: 130px;
}
@media screen and (min-width: 992px) {
  .block--featured-games .view-content-wrap .item .portfolio-v1,
  .block-slots .view-content-wrap .item .portfolio-v1,
  .block-casino .view-content-wrap .item .portfolio-v1,
  .block-arcade .view-content-wrap .item .portfolio-v1,
  .block-sports .view-content-wrap .item .portfolio-v1,
  .block-payment .view-content-wrap .item .portfolio-v1 {
    width: 250px;
    min-height: 230px;
    display: flex;
  }
  .block--featured-games .view-content-wrap .item .portfolio-v1 img,
  .block-slots .view-content-wrap .item .portfolio-v1 img,
  .block-casino .view-content-wrap .item .portfolio-v1 img,
  .block-arcade .view-content-wrap .item .portfolio-v1 img,
  .block-sports .view-content-wrap .item .portfolio-v1 img,
  .block-payment .view-content-wrap .item .portfolio-v1 img {
    width: 100%;
  }
}
.block--featured-games .view-content-wrap .item .portfolio-v1 .group,
.block-slots .view-content-wrap .item .portfolio-v1 .group,
.block-casino .view-content-wrap .item .portfolio-v1 .group,
.block-arcade .view-content-wrap .item .portfolio-v1 .group,
.block-sports .view-content-wrap .item .portfolio-v1 .group,
.block-payment .view-content-wrap .item .portfolio-v1 .group {
  display: flex;
  flex-direction: column;
}

.block-slots {
  position: relative;
}
.block-slots .view-content-wrap:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: black;
  z-index: 9991;
}
@media (min-width: 768px) {
  .block-slots .view-content-wrap:before {
    width: 20%;
  }
}
.block-slots .view-content-wrap:after {
  content: '';
  background: url(../images/icons/icon-slot.svg) center -5rem no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  filter: drop-shadow(0 0 8px black);
  z-index: 9992;
}
@media (min-width: 768px) {
  .block-slots .view-content-wrap:after {
    width: 20%;
  }
}
.block-slots .view-content-wrap .group:nth-child(1) {
  margin-left: 40%;
}
@media (min-width: 768px) {
  .block-slots .view-content-wrap .group:nth-child(1) {
    margin-left: 25%;
  }
}

.block-sports .view-content-wrap {
  gap: 1rem;
}
.block-sports .view-content-wrap .item .views-field-field-game-banner {
  width: 300px;
}

.block-payment-logo {
  background: #0e1317;
  border-radius: 14px;
  padding: 1rem 2rem;
}
.block-payment-logo .block-title {
  font-family: 'Myriad Pro', sans-serif;
  font-weight: 400;
  text-align: center;
  max-width: 100%;
}
.block-payment-logo .block-title > span {
  font-weight: 400;
  font-size: 1.5rem;
}

.block-payment .view-content-wrap {
  gap: 2.5rem;
  align-items: center;
}
.block-payment .view-content-wrap .item .field--name-field-media-image {
  width: 100px;
}
.block-payment .view-content-wrap .item .field--name-field-media-image img {
  width: 100%;
  height: auto;
}

.checkout-pane-payment-information#edit-payment-information > legend {
  display: none;
}
.checkout-pane-payment-information legend {
  float: none;
  border-bottom: 0;
  text-align: center;
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

#qris-timer {
  text-align: center;
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.qr-wrapper {
  position: relative;
  max-width: 688px;
  margin: 0 auto;
}
.qr-wrapper .qr-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-wrapper .qr-code img {
  width: 100%;
  max-width: 450px;
}

div[id*='edit-payment-information-payment-method'] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
div[id*='edit-payment-information-payment-method'] .form-item-payment-information-payment-method {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #29b4d5, #3cdca0);
  border: 1px solid #32243e;
  border-radius: 12px;
  padding: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
div[id*='edit-payment-information-payment-method'] .form-item-payment-information-payment-method:hover {
  background-color: #eaeaea;
}
div[id*='edit-payment-information-payment-method'] .form-item-payment-information-payment-method .form-radio {
  cursor: pointer;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 2px solid grey;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
div[id*='edit-payment-information-payment-method'] .form-item-payment-information-payment-method .form-radio:checked {
  background-color: grey;
  border-color: white;
}
div[id*='edit-payment-information-payment-method'] .form-item-payment-information-payment-method .form-radio:checked::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div[id*='edit-payment-information-payment-method'] .form-item-payment-information-payment-method label {
  cursor: pointer;
  margin: 0;
  font-size: 2rem;
  color: #827575;
  user-select: none;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  div[id*='edit-payment-information-payment-method'] {
    flex-direction: column;
  }
  div[id*='edit-payment-information-payment-method'] .form-item-payment-information-payment-method {
    width: 100%;
  }
}

.checkout-complete {
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
}

.breadcrumb-content-inner
.gva-breadcrumb-content
.gva-block-breadcrumb
.breadcrumb-style {
  padding: 40px 0 110px;
}

.game-badge {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.game-badge .badge {
  height: 20px;
  position: relative;
  top: 5px;
  background-color: #ba00ff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.views-exposed-form {
  margin-bottom: 2rem;
}
.views-exposed-form input {
  border-radius: 16px !important;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .rev_slider_wrapper {
    max-height: 200px;
  }
}

#block-falc-advancedlanguageselectorblock {
  padding-bottom: 0;
}

.block-views-blockgame-providers-filter-block-provider-title {
  padding: 4rem 0 2rem;
}

.game--provider-title {
  text-align: center;
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
}

.game--filter {
  /* 480px and above: 3 items per row */
  /* 600px and above: 4 items per row */
  /* 768px and above: 5 items per row */
  /* 1000px and above: 8 items per row using grid layout */
}
.game--filter .block-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  gap: 1.5rem;
  align-items: center;
}
.game--filter .block-title:before {
  content: '';
  background: url(../images/icons/icon-providers.svg) no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  display: block;
}
.game--filter .block-title span {
  font-family: 'Telegrafico', sans-serif;
  font-weight: 400;
}
.game--filter .views-element-container {
  margin-top: 5rem;
}
.game--filter .view-content-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.game--filter .view-content-wrap .item {
  box-sizing: border-box;
  min-width: 0;
}
.game--filter .view-content-wrap .views-field-title {
  text-align: center;
}
.game--filter .view-content-wrap .views-field-title a {
  width: 100%;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  overflow: hidden;
}
.game--filter .view-content-wrap .views-field-title .provider-active a {
  border: 1px solid #fbb24c;
}
.game--filter .view-content-wrap .views-field-title img {
  display: block;
  width: 100%;
  height: auto;
}
.game--filter .view-content-wrap .views-field-title-2 {
  display: none;
  text-align: center;
}
.game--filter .view-content-wrap .views-field-title-2 a {
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  justify-content: center;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  max-width: 120px;
  word-wrap: break-word;
  /* For older browsers */
  overflow-wrap: break-word;
  /* Modern approach */
  word-break: break-word;
}
.game--filter .view-content-wrap .provider-active a, .game--filter .view-content-wrap:hover a {
  background: linear-gradient(180deg, #ffd700, #fefefe 37.29%, #efaf6e 70.1%, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.game--filter.game--filter-provider .views-element-container {
  position: relative;
  padding: 0 3rem;
}
.game--filter.game--filter-provider .views-element-container:before, .game--filter.game--filter-provider .views-element-container:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  /* Arrow width */
  height: 10px;
  /* Arrow height */
  border: solid white;
  border-width: 0 3px 3px 0;
  cursor: pointer;
}
.game--filter.game--filter-provider .views-element-container:before {
  left: 0;
  margin-left: 10px;
  /* Adjust space from the left edge */
  transform: translateY(-50%) rotate(135deg);
}
.game--filter.game--filter-provider .views-element-container:after {
  right: 0;
  margin-right: 10px;
  /* Adjust space from the right edge */
  transform: translateY(-50%) rotate(-45deg);
}
.game--filter.game--filter-provider .view-content-wrap {
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (min-width: 480px) {
  .game--filter .view-content-wrap {
    grid-template-columns: repeat(3, 1fr);
    /* 3 items per row */
  }
}
@media (min-width: 600px) {
  .game--filter .view-content-wrap {
    grid-template-columns: repeat(4, 1fr);
    /* 4 items per row */
  }
}
@media (min-width: 768px) {
  .game--filter .view-content-wrap {
    grid-template-columns: repeat(5, 1fr);
    /* 5 items per row */
  }
}
@media (min-width: 1000px) {
  .game--filter .view-content-wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /* 8 items per row */
    gap: 2rem;
    /* Maintain gap */
  }
  .game--filter .view-content-wrap .item {
    /* Remove any flex properties for grid-based layout */
    flex: 1 1 auto;
    /* Optional: Maintain flexible items if necessary */
  }
}

header .game--filter {
  position: relative;
}
header .game--filter .view-content-wrap {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.node--type-game-category .game--filter {
  position: relative;
}
.node--type-game-category .game--filter:before {
  content: '';
  display: block;
  background: url(../images/providers-bg-default.svg) center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 70px;
}
.node--type-game-category .game--filter:after {
  content: '';
  display: block;
  background: url(../images/providers-bg-default.svg) center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  transform: scaleY(-1);
}
.node--type-game-category .game--filter > .view-content-wrap {
  flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 160px;
}

.node--type-game-category .game--filter .view-content-wrap,
.path-load-game .game--filter .view-content-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 2rem;
}
.node--type-game-category .game--filter .view-content-wrap .item,
.path-load-game .game--filter .view-content-wrap .item {
  width: 120px;
  flex: 0 0 120px;
}
.node--type-game-category .game--filter .view-content-wrap .item a,
.path-load-game .game--filter .view-content-wrap .item a {
  width: 120px;
}

.block--games-v1 .block-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
  font-family: 'Telegrafico', sans-serif;
  font-weight: 400;
}
.block--games-v1 .block-title:before {
  content: '';
  background: url(../images/icons/icon-console-game.svg) left center no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 40px;
  height: 40px;
}

/* custom-style.css */
.withdraw-form {
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  margin: 2rem auto;
}
.withdraw-form .form-control {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}
.withdraw-form .form-control:focus {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #3cdca0;
  color: white;
}
.withdraw-form .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .user-form {
    margin: 2rem;
    padding: 3rem;
  }
}

.body-page input[type='text'],
.body-page input[type='tel'],
.body-page input[type='password'],
.body-page input[type='email'],
.body-page textarea,
.body-page select,
.gva-body-page input[type='text'],
.gva-body-page input[type='tel'],
.gva-body-page input[type='password'],
.gva-body-page input[type='email'],
.gva-body-page textarea,
.gva-body-page select {
  background: black;
  border: none;
  border-radius: 8px;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem 2rem;
}

select option {
  background: #000;
}

.user-form .form-item:not(.js-form-type-checkbox) label {
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  header.header-v1 .header-inner {
    padding: 0;
  }
}

.form-item--error-message {
  color: #ff4500;
}

.js-form-type-managed-file {
  border: 1px solid #ff4500 !important;
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.js-form-type-managed-file input {
  color: white;
}

#edit-current-pass--description a {
  color: #fbb24c;
}
#edit-current-pass--description a:hover {
  color: white;
}

.page-user-login .main-page .site-branding-logo,
.page-user-register .main-page .site-branding-logo,
.page-user-pass .main-page .site-branding-logo {
  display: block;
  margin: 0 1.5rem;
}
.page-user-login .main-page .site-branding-logo img,
.page-user-register .main-page .site-branding-logo img,
.page-user-pass .main-page .site-branding-logo img {
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .page-user-login .main-page,
  .page-user-register .main-page,
  .page-user-pass .main-page {
    padding: 1rem;
  }
  .page-user-login .main-page .user-form,
  .page-user-register .main-page .user-form,
  .page-user-pass .main-page .user-form {
    border-radius: 8px;
    padding: 1.5rem;
  }
}
.page-user-login .main-page .nav-tabs,
.page-user-register .main-page .nav-tabs,
.page-user-pass .main-page .nav-tabs {
  margin-bottom: 0;
}

.mobile-number-field {
  padding: 0;
  margin: 0;
}
.mobile-number-field .form-item {
  margin: 0;
  padding: 0;
}

header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: black;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#edit-promotions--wrapper {
  margin-top: 2rem;
}
#edit-promotions--wrapper legend {
  color: white;
  font-weight: 600;
}
#edit-promotions--wrapper input {
  height: 15px !important;
}
#edit-promotions--wrapper #edit-promotions {
  display: grid;
  grid-template-columns: auto auto;
}
#edit-promotions--wrapper #edit-promotions .form-item {
  display: flex;
  width: 100%;
  padding: 1rem;
}
#edit-promotions--wrapper #edit-promotions .form-item input {
  width: 25px;
}
#edit-promotions--wrapper #edit-promotions .form-item label {
  text-transform: uppercase;
  font-weight: 600;
  background: linear-gradient(180deg, #ffd700, #fefefe 37.29%, #efaf6e 70.1%, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-details .promo-item {
  border: 1px solid #efaf6e;
  border-radius: 8px;
  padding: 1.5rem;
}
.promo-details .promo-item img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .promo-details .promo-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
  }
  .promo-details .promo-item img {
    width: 50%;
  }
}
.promo-details a {
  display: block;
  margin-top: 1rem;
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.ard-container {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: fixed;
  left: 1%;
  bottom: 20px;
  z-index: 1000;
}
.ard-container a {
  width: 70px;
  height: auto;
}
.ard-container a img {
  width: 100%;
}

.ard-close-btn {
  cursor: pointer;
  font-family: 'Niramit', sans-serif;
  user-select: none;
  font-size: larger;
  position: relative;
  left: -50px;
  bottom: -10px;
}

.live-chat {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: fixed;
  right: 1%;
  bottom: 20px;
  z-index: 1000;
}

@media screen and (max-width: 1000px) {
  .ard-container {
    bottom: 70px;
    left: unset;
  }
  .ard-container a {
    width: 65px;
  }

  .ard-close-btn {
    left: unset;
    left: -10px;
  }

  .live-chat {
    bottom: 70px;
  }
}
.footer-text {
  display: block !important;
}

@media screen and (max-width: 992px) {
  .nav-tabs {
    display: flex;
    overflow-x: scroll;
    align-items: center;
    justify-content: center;
  }
}
.nav-tabs li {
  display: block;
  float: none;
}
@media screen and (min-width: 991px) {
  .nav-tabs li {
    display: inline-block;
  }
}
.nav-tabs li a {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .xs-block-grid-3 > div {
    width: 33.33333%;
  }
}
.views-exposed-form {
  display: flex;
  align-items: end;
}
.views-exposed-form input {
  height: 50px !important;
}

@media screen and (max-width: 992px) {
  #chat-widget-container {
    bottom: 80px !important;
  }
}

/* Target the radio button wrapper */
[id^='edit-payment-information-add-payment-method'] {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  [class^='form-item-payment-information-add-payment-method'] {
    display: flex;
    justify-content: center;
  }
}
[id^='edit-payment-information-add-payment-method'] .js-form-type-radio label {
  cursor: pointer;
  display: inline-block;
  /* Arrange items inline */
  width: 100%;
  margin: 1rem;
  /* Add spacing */
  border: 2px solid #ccc;
  /* Default border */
  border-radius: 8px;
  /* Rounded corners */
  padding: 2rem;
  /* Padding for better spacing */
  line-height: 1.5;
  cursor: pointer;
  /* Make the cursor a pointer */
  transition: all 0.3s ease;
  /* Smooth transition */
}

@media screen and (min-width: 768px) {
  [id^='edit-payment-information-add-payment-method']
  .js-form-type-radio
  label {
    width: auto;
  }
}
/* Hide the default radio button input */
[id^='edit-payment-information-add-payment-method']
.js-form-type-radio
input[type='radio'] {
  display: none;
  /* Hide the radio input */
}

/* Highlight the selected radio button */
[id^='edit-payment-information-add-payment-method']
.js-form-type-radio
input[type='radio']:checked
+ label {
  border: 2px solid #007bff;
  /* Highlight with a blue border */
  background-color: #007bff;
  /* Light blue background */
}

/* Add hover effects for better interactivity */
[id^='edit-payment-information-add-payment-method']
.js-form-type-radio:hover
label {
  border: 2px solid #007bff;
  /* Change border color on hover */
  background-color: #007bff;
  /* Slightly lighter background */
}

/* Target the file upload container */
.form-item-payment-information-add-payment-method-proof-of-payment {
  display: flex;
  /* Enable flexbox */
  flex-direction: column;
  /* Stack elements vertically */
  align-items: center;
  /* Center items horizontally */
  justify-content: center;
  /* Center items vertically if needed */
  gap: 10px;
  /* Add space between elements */
  padding: 20px;
  /* Optional: Add padding for spacing */
}

/* Style the upload button */
.form-item-payment-information-add-payment-method-proof-of-payment
input[type='file'] {
  cursor: pointer;
  /* Change cursor to pointer */
  padding: 10px 20px;
  /* Add padding */
  border: 1px solid #ccc;
  /* Optional: Add border */
  border-radius: 4px;
  /* Rounded corners */
  background-color: #007bff;
  /* Button background */
  color: white;
  /* Button text color */
  font-size: 16px;
  /* Increase font size */
  text-align: center;
  /* Center text */
  transition: background-color 0.3s ease;
  /* Add hover transition */
}

/* Hover effect for the upload button */
.form-item-payment-information-add-payment-method-proof-of-payment
input[type='file']:hover {
  background-color: #0056b3;
  /* Darker background on hover */
}

/* Style the proof display (e.g., file list or preview) */
.form-item-payment-information-add-payment-method-proof-of-payment
.file-preview {
  display: block;
  /* Ensure it displays properly */
  margin-top: 10px;
  /* Add spacing above */
  font-size: 14px;
  /* Adjust font size */
  color: #333;
  /* Optional: Text color */
  text-align: center;
  /* Center the text */
}

.pager-show-more {
  text-align: center;
  list-style: none;
  margin-top: 3.5rem;
}
.pager-show-more .pager__item::marker {
  display: none;
}
.pager-show-more .pager__item a {
  background-color: #ba00ff;
  border: 2px solid #ba00ff;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 1rem;
  font-weight: 600;
  color: white;
}
.pager-show-more .pager__item a:hover {
  background-color: white;
  border-color: #ba00ff;
  color: #ba00ff;
}

.view-live-games .item-columns {
  text-align: center;
}
.view-live-games .item-columns a {
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
}

.block-gavias-sliderlayer {
  padding-bottom: 0;
}

.topbar .topbar-right .block {
  padding-bottom: 0;
}

.form-item-apid {
  display: none !important;
}

.select2-dropdown {
  background: #13162f !important;
}

article.node--type-falc-pages {
  padding: 4rem;
}

.block-views-blockslideshows-block-home-slides {
  position: relative;
  padding: 2rem 0;
  max-width: 443px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block-views-blockslideshows-block-home-slides {
    max-width: 100%;
  }
}

.announcement-marquee {
  background: black;
  padding: 1rem 1rem 0.5rem;
}

.frontpage .views_slideshow_cycle_main {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: relative;
  top: 64px;
}
.frontpage .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
.frontpage .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}
.frontpage .views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}
.frontpage .views_slideshow_cycle_main .field-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .frontpage .views_slideshow_cycle_main .views-field-field-slide-image {
    display: none;
  }
}
.frontpage .views_slideshow_cycle_main .views-field-field-slide-image-desktop {
  display: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .frontpage .views_slideshow_cycle_main .views-field-field-slide-image-desktop {
    display: block;
  }
}
.frontpage .views_slideshow_cycle_teaser_section {
  height: 100%;
}
.frontpage .views_slideshow_cycle_slide {
  width: 100% !important;
  height: 100% !important;
  top: -10px !important;
}
@media (min-width: 768px) {
  .frontpage .views_slideshow_cycle_slide {
    top: 3% !important;
  }
}
@media (min-width: 1051px) {
  .frontpage .views_slideshow_cycle_slide {
    top: 5% !important;
  }
}
.frontpage .views_slideshow_cycle_slide img {
  display: block;
  max-width: 100%;
  height: auto;
}
.frontpage .views-slideshow-controls-bottom {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  height: 100%;
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .frontpage .views-slideshow-controls-bottom {
    bottom: 5rem;
  }
}
.frontpage .views-slideshow-controls-bottom .widget_pager {
  padding: 0;
}
.frontpage .views-slideshow-controls-bottom > .views_slideshow_controls_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 115%;
  justify-content: space-between;
}
.frontpage .views-slideshow-controls-bottom > .views_slideshow_controls_text svg {
  color: #ba00ff;
}
.frontpage .views-slideshow-controls-bottom > .widget_pager {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.frontpage #views_slideshow_controls_text_slideshows-block_home_slides {
  display: flex;
  justify-content: space-between;
}

.block-views-blockslideshows-block-game-slides.block.no-title {
  margin-top: 5rem;
}
.block-views-blockslideshows-block-game-slides .views_slideshow_cycle_teaser_section {
  width: 100% !important;
}
.block-views-blockslideshows-block-game-slides .views_slideshow_cycle_teaser_section .views_slideshow_cycle_slide {
  width: 100% !important;
}
.block-views-blockslideshows-block-game-slides .views-field-field-slide-image {
  display: none;
}
.block-views-blockslideshows-block-game-slides .views-field-field-slide-image-desktop img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 2px solid #ba00ff;
  overflow: hidden;
}
.block-views-blockslideshows-block-game-slides .views-slideshow-controls-bottom {
  position: relative;
  width: 100%;
}
.block-views-blockslideshows-block-game-slides .views-slideshow-controls-bottom .views_slideshow_controls_text {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  justify-content: space-between;
}
.block-views-blockslideshows-block-game-slides .views-slideshow-controls-bottom .views_slideshow_controls_text span {
  position: relative;
}
.block-views-blockslideshows-block-game-slides .views-slideshow-controls-bottom .views_slideshow_controls_text span svg {
  color: #ba00ff;
}
.block-views-blockslideshows-block-game-slides .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_previous {
  left: -1.25rem;
}
.block-views-blockslideshows-block-game-slides .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_next {
  right: -1.25rem;
}
.block-views-blockslideshows-block-game-slides .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  background: #8500bc;
}
.block-views-blockslideshows-block-game-slides .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: #ba00ff;
}

.path-load-game #page-main-content {
  padding-left: 23px;
  padding-right: 23px;
}
.path-load-game .views_slideshow_cycle_main {
  margin-top: 5rem;
}
.path-load-game .views_slideshow_cycle_teaser_section {
  width: 100% !important;
}
.path-load-game .views_slideshow_cycle_teaser_section .views_slideshow_cycle_slide {
  width: 100% !important;
}
.path-load-game .views-field-field-slide-image {
  display: none;
}
.path-load-game .views-field-field-slide-image-desktop img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 2px solid #ba00ff;
  overflow: hidden;
}
.path-load-game .views-slideshow-controls-bottom {
  position: relative;
  width: 100%;
}
.path-load-game .views-slideshow-controls-bottom .views_slideshow_controls_text {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  justify-content: space-between;
}
.path-load-game .views-slideshow-controls-bottom .views_slideshow_controls_text span {
  position: relative;
}
.path-load-game .views-slideshow-controls-bottom .views_slideshow_controls_text span svg {
  color: #ba00ff;
}
.path-load-game .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_previous {
  left: -1.25rem;
}
.path-load-game .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_next {
  right: -1.25rem;
}
.path-load-game .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  background: #8500bc;
}
.path-load-game .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: #ba00ff;
}
.path-load-game .block-system header .game--filter {
  margin-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  position: relative;
}
.path-load-game .block-system header .game--filter:before {
  content: '';
  display: block;
  background: url(../images/providers-bg-default.svg) center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 70px;
}
.path-load-game .block-system header .game--filter:after {
  content: '';
  display: block;
  background: url(../images/providers-bg-default.svg) center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  transform: scaleY(-1);
}
.path-load-game .block-system header .game--filter > .view-content-wrap {
  min-height: 160px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.path-load-game .block-system header .game-badge .block-title {
  font-family: 'Telegrafico', sans-serif;
  font-weight: 400;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
}
.path-load-game .block-system header .game-badge .block-title:before {
  content: '';
  background: url(../images/icons/icon-console-game.svg) left center no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 40px;
  height: 40px;
}

header .header-main {
  background: url(../images/topline.svg) center bottom no-repeat;
  background-size: 100% auto;
}

.head-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .head-wrapper {
    padding-bottom: 5rem;
  }
}
.head-wrapper .menu-bar {
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
}
.head-wrapper .menu-bar span {
  height: 3px;
  background-color: #ba00ff;
  border-radius: 2rem;
}
.head-wrapper .menu--mobile-account {
  margin: 0;
  padding: 0;
}
.head-wrapper .menu--mobile-account ul {
  margin: 0;
}
.head-wrapper .user-inf {
  position: relative;
}
.head-wrapper .user-inf .mobile-wallet {
  position: absolute;
  right: 0;
  min-width: 170px;
}
.head-wrapper .user-inf .mobile-wallet .wallet-wrapper {
  background: #1a1532;
  padding: 1rem;
  border-radius: 8px;
}
.head-wrapper .main-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.head-wrapper .main-menu .block-menu {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .head-wrapper .main-menu {
    order: 2;
  }
  .head-wrapper .main-menu .user-inf {
    display: none;
  }
}

.body-page [id^='views-exposed-form-page-game-display-page-'],
.body-page [id^='views-exposed-form-page-hot-games'] {
  position: relative;
}
.body-page [id^='views-exposed-form-page-game-display-page-'] .form-item input,
.body-page [id^='views-exposed-form-page-hot-games'] .form-item input {
  background-color: rgba(255, 255, 255, 0.1) !important;
  background-image: url(https://falcongaming.b-cdn.net/icons/icon-magnify-glass-white.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  background-position: 90% center !important;
}
.body-page input[data-drupal-selector='edit-game-name'] {
  font-size: 1.5rem;
}

.base-slide {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  display: none;
}
@media (max-width: 768px) {
  .base-slide.base-slide-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .base-slide.base-slide-mobile {
    display: none;
  }
  .base-slide.base-slide-desktop {
    display: block;
    max-width: 1584px;
    z-index: 9;
  }
}

.bottom-slide {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 6;
}

.block--site-info {
  margin: 0 2rem;
  border-radius: 14px;
  text-align: center;
  color: #717375;
}
@media (min-width: 768px) {
  .block--site-info {
    margin: 0 12rem;
  }
}

.widget.gsc-heading.style-default.text-dark h2.title {
  color: #717375;
}
.widget.gsc-heading.style-default.text-dark .heading-line {
  background: #717375;
}

@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 2px #ba00ff) drop-shadow(0 0 5px #ba00ff);
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 15px #ba00ff) drop-shadow(0 0 30px #ba00ff);
    transform: scale(1.05);
  }
  100% {
    filter: drop-shadow(0 0 2px #ba00ff) drop-shadow(0 0 5px #ba00ff);
    transform: scale(1);
  }
}
.block-slots-list .view-content-wrap,
.block-game-grid .view-content-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.body-page input[type='text'],
.body-page input[type='tel'],
.body-page input[type='password'],
.body-page input[type='email'],
.body-page textarea,
.body-page select,
.gva-body-page input[type='text'],
.gva-body-page input[type='tel'],
.gva-body-page input[type='password'],
.gva-body-page input[type='email'],
.gva-body-page textarea,
.gva-body-page select {
  border: 2px solid #ba00ff;
  min-height: 58px;
}

.select2-container--default {
  margin-top: 1.5rem;
}
.select2-container--default .select2-selection--single {
  background: none;
  border: none;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  background: black;
  border: 2px solid #ba00ff;
  border-radius: 8px;
  min-height: 58px;
  display: flex;
  align-items: center;
}

fieldset#edit-group-payment {
  border-radius: 10px;
  background: #242a2f;
  padding: 2rem;
}
fieldset#edit-group-payment legend {
  background: linear-gradient(180deg, #a5a3a1, #fefefe 37.29%, #adaba9 70.1%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  text-transform: uppercase;
}

input.js-form-submit {
  font-family: 'SF Collegiate Solid', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  border: none;
  border-radius: 10px;
  background-color: #ba00ff;
}

ul[data-drupal-views-infinite-scroll-pager].pager a {
  border: 1px solid #ba00ff;
  background: #ba00ff;
}

.wallet-buttons {
  margin-top: 2rem;
}
.wallet-buttons .wallet-buttons-inner {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.wallet-buttons .wallet-buttons-inner .wallet-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  gap: 1rem;
  padding: 1rem 2rem;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #020202;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease;
}
.wallet-buttons .wallet-buttons-inner .wallet-button.active, .wallet-buttons .wallet-buttons-inner .wallet-button:hover {
  background-color: #ba00ff;
  color: #fff;
}
.wallet-buttons .wallet-buttons-inner .wallet-button img {
  max-width: 50px;
  max-height: 50px;
}

.money-withdrawal_form #content .main-content-inner {
  padding: 0;
}

.user-register .wallet-buttons {
  display: none;
}
.user-register .form-item .description {
  display: none;
}
