.popup-inner-bc {
  border: 2px solid var(--color-secondary);
  box-shadow: 0 -2px 40px var(--color-secondary) !important;
}

:root {
  --color-primary: #ff6222;
  --color-secondary: #09D8C7;
  --color-button-primary: #ff6222;
  --color-odds: #ff6222;
  --color-header: #04172d;
  --color-skin: #04172d;
  --color-menu: #09D8C7;
  --color-button-secondary: #00aace;
  --color-tertiary: #1a1f2b;
  --color-neutral: #04172d;

  --target-surface-0: #0a0e17;
  --target-surface-1: #0f131c;
  --target-surface-2: var(--color-tertiary);
  --target-surface-3: rgba(28, 33, 46, 0.92);
  --target-line: rgba(255, 255, 255, 0.08);
  --target-line-soft: rgba(255, 255, 255, 0.05);
  --target-text: #dfe2ef;
  --target-text-muted: #aeb6cb;
  --target-accent: var(--color-primary);
  --target-accent-soft: rgba(255, 98, 34, 0.18);
  --target-accent-glow: rgba(255, 98, 34, 0.42);
  --target-cyan: var(--color-secondary);
}

body {
  background:
    linear-gradient(rgba(4, 23, 45, 0.78), rgba(26, 31, 43, 0.88)),
    url("https://cmsbetconstruct.com/storage/medias/betinja-18772798/media_18772798_ae9f83418ae0cf666d5f0674be59b7ef.jpeg")
      center / cover fixed no-repeat !important;
}

.layout-header-holder-bc {
  position: sticky;
  top: 0;
  z-index: 60;
}

.hdr-main-content-bc {
  gap: 14px;
  min-width: 0;
  box-sizing: border-box;
}

.hdr-main-content-bc > .infoTime {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 68px;
  height: 32px;
  margin-inline-start: 0 !important;
  box-sizing: border-box;
  padding: 0 12px !important;
  border: 1px solid rgba(9, 216, 199, 0.22) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 6px 18px rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  backdrop-filter: blur(14px);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hdr-main-content-bc > .infoTime::after {
  content: none !important;
}

.hdr-main-content-bc > .infoTime:hover {
  color: #fff !important;
  border-color: rgba(9, 216, 199, 0.44) !important;
  background: linear-gradient(180deg, rgba(9, 216, 199, 0.2), rgba(0, 170, 206, 0.1)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(9, 216, 199, 0.18);
  transform: translateY(-1px);
}

.logo-container {
  flex: none !important;
  min-width: 120px;
  margin-inline-end: 0 !important;
}

.hdr-user-bc {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  gap: 10px;
}

.hdr-user-bc > * {
  min-width: 0;
}

.header-buttons-wallet {
  flex: 0 0 auto;
}

.nav-menu-container.header-user-nav {
  flex: none;
  margin-inline-start: 0 !important;
}

.nav-content-bc {
  color: var(--target-text) !important;
  min-height: 104px;
  height: auto !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background:
    linear-gradient(180deg, rgba(10, 14, 23, 0.92), rgba(13, 18, 28, 0.78)) !important;
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid var(--target-line-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  width: 100%;
}

.nav-content-menu {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 12px 28px !important;
  box-sizing: border-box;
}

.nav-menu-container.header-navigation {
  width: 100%;
}

.nav-menu {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.nav-menu-container.header-navigation .nav-menu {
  height: 80px !important;
}

.nav-content-bc > .nav-menu-container.header-navigation:nth-child(2) {
  flex: 0 0 auto;
  width: 100%;
  max-width: 1560px;
  margin: -4px auto 12px;
  padding: 0 28px !important;
  box-sizing: border-box;
  background: transparent !important;
  border-radius: 0 !important;
}

.nav-content-bc > .nav-menu-container.header-navigation:nth-child(2) .nav-menu {
  height: var(--desktop-sub-nav-height) !important;
  min-height: var(--desktop-sub-nav-height);
  justify-content: center;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: rgb(118 118 118 / 4%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.nav-content-bc > .nav-menu-container.header-navigation:nth-child(2) .nav-menu > li {
  min-width: 0;
  height: 100%;
}

.nav-content-bc > .nav-menu-container.header-navigation:nth-child(2) .nav-menu > li + li {
  margin-inline-start: 0 !important;
}

.nav-content-bc > .nav-menu-container.header-navigation:nth-child(2) .nav-menu-item {
  height: 100%;
  padding: 0 18px !important;
  flex-direction: row;
  gap: 0;
  color: var(--target-text-muted) !important;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  letter-spacing: 0;
}

.nav-content-bc > .nav-menu-container.header-navigation:nth-child(2) .nav-menu-item:hover,
.nav-content-bc > .nav-menu-container.header-navigation:nth-child(2) .nav-menu-item.active {
  color: var(--target-text) !important;
  box-shadow: inset 0 -2px 0 var(--target-accent) !important;
}

.nav-menu > li {
  flex: 0 1 auto;
  min-width: 92px;
  height: 100%;
  position: relative;
}

.nav-menu-item {
  position: relative;
  min-height: 0;
  height: 100%;
  padding: 12px 14px 10px !important;
  border-radius: 16px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid transparent;
  color: var(--target-text-muted) !important;
  overflow: hidden;
  transition:
    color 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.header-user-nav > .nav-menu-other > li > .nav-menu-item {
  min-height: 0 !important;
  height: 100% !important;
  padding: 0 10px !important;
  flex-direction: row !important;
  gap: 0;
  border: 0;
  border-top: 2px solid transparent;
  border-radius: var(--border-radius);
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
  transform: none !important;
}

.header-user-nav .nav-menu-sub .nav-menu-item {
  min-height: 0 !important;
  height: 34px !important;
  padding: 0 10px !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.header-user-nav .nav-menu-item::before {
  content: none !important;
}

.header-custom-buttons {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
}

.header-custom-buttons .btn.header-icon-text {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-inline-start: 0 !important;
  min-width: 34px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 10px !important;
  border: 1px solid rgba(9, 216, 199, 0.2) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 6px 18px rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.header-custom-buttons .btn.header-icon-text > span {
  min-width: 0;
  box-sizing: border-box;
  max-width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 19px;
}

.header-custom-buttons .btn.header-icon-text::before {
  flex: 0 0 auto;
  line-height: 1;
}

.header-custom-buttons .btn.header-icon-text > span:empty {
  display: none;
}

.header-custom-buttons .btn.header-icon-text:not(.undefined):not(.bc-i-promotions-3) {
  width: 34px;
  padding: 0 !important;
  color: var(--color-menu) !important;
}

.header-custom-buttons .btn.header-icon-text.undefined {
  flex: 0 1 138px;
  max-width: 148px;
}

.header-custom-buttons .btn.header-icon-text.bc-i-promotions-3 {
  flex: 0 0 148px;
  max-width: 148px;
  border-color: rgba(255, 98, 34, 0.34) !important;
  background:
    linear-gradient(180deg, rgba(255, 98, 34, 0.28), rgba(255, 98, 34, 0.12)) !important;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(255, 98, 34, 0.18);
}

.header-custom-buttons .btn.header-icon-text.bc-i-promotions-3 > span {
  display: inline !important;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
}

.header-custom-buttons .btn.header-icon-text:hover {
  color: #fff !important;
  border-color: rgba(9, 216, 199, 0.44) !important;
  background:
    linear-gradient(180deg, rgba(9, 216, 199, 0.20), rgba(0, 170, 206, 0.10)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(9, 216, 199, 0.18);
  transform: translateY(-1px);
}

.header-custom-buttons .btn.header-icon-text.bc-i-promotions-3:hover {
  border-color: rgba(255, 98, 34, 0.58) !important;
  background:
    linear-gradient(180deg, rgba(255, 98, 34, 0.38), rgba(255, 98, 34, 0.18)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 22px rgba(255, 98, 34, 0.28);
}

.casinoTitleSearch .btn.a-color {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 0;
  height: 40px !important;
  padding: 0 18px !important;
  box-sizing: border-box;
  border: 1px solid rgba(9, 216, 199, 0.22) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 6px 18px rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  backdrop-filter: blur(14px);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.casinoTitleSearch .btn.a-color > span {
  min-width: 0;
  max-width: 168px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 19px !important;
}

.casinoTitleSearch .btn.a-color:hover {
  color: #fff !important;
  border-color: rgba(9, 216, 199, 0.48) !important;
  background:
    linear-gradient(180deg, rgba(9, 216, 199, 0.22), rgba(0, 170, 206, 0.10)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(9, 216, 199, 0.20);
  transform: translateY(-1px);
}

.casinoTitleSearch .btn.a-color:focus {
  color: #fff !important;
  border-color: rgba(9, 216, 199, 0.44) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)) !important;
}

.hdr-user-bc:has(> .sign-in) {
  gap: 6px;
}

.hdr-user-bc:has(> .sign-in) > .header-custom-buttons {
  flex: 0 0 auto;
}

.hdr-user-bc:has(> .sign-in) > .sign-in {
  margin-inline-start: auto !important;
}

.hdr-user-bc:has(> .sign-in) > .sign-in,
.hdr-user-bc:has(> .sign-in) > .register {
  flex: 0 0 auto;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 32px;
  margin-inline-end: 0 !important;
  box-sizing: border-box;
  padding: 0 18px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.hdr-user-bc:has(> .sign-in) > .sign-in::after {
  content: none !important;
}

.hdr-user-bc:has(> .sign-in) > .sign-in {
  border: 1px solid rgba(9, 216, 199, 0.34) !important;
  background:
    linear-gradient(180deg, rgba(9, 216, 199, 0.16), rgba(0, 170, 206, 0.07)) !important;
  color: var(--target-cyan) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 16px rgba(9, 216, 199, 0.12) !important;
}

.hdr-user-bc:has(> .sign-in) > .register {
  min-width: 94px;
  margin-inline-start: 6px !important;
  border: 1px solid rgba(255, 98, 34, 0.46) !important;
  background:
    linear-gradient(180deg, rgba(255, 98, 34, 0.92), rgba(255, 98, 34, 0.70)) !important;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 20px rgba(255, 98, 34, 0.22) !important;
}

.hdr-user-bc:has(> .sign-in) > .sign-in:hover,
.hdr-user-bc:has(> .sign-in) > .register:hover {
  transform: translateY(-1px);
}

.hdr-user-bc:has(> .sign-in) > .sign-in:hover {
  border-color: rgba(9, 216, 199, 0.56) !important;
  background:
    linear-gradient(180deg, rgba(9, 216, 199, 0.24), rgba(0, 170, 206, 0.12)) !important;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 0 20px rgba(9, 216, 199, 0.22) !important;
}

.hdr-user-bc:has(> .sign-in) > .register:hover {
  border-color: rgba(255, 98, 34, 0.64) !important;
  background:
    linear-gradient(180deg, rgba(255, 98, 34, 1), rgba(255, 98, 34, 0.78)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 24px rgba(255, 98, 34, 0.34) !important;
}

.nav-menu > li > .nav-menu-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 16px;
  inset-inline-end: 16px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--target-accent), transparent);
  box-shadow: 0 0 14px var(--target-accent-glow);
  transform: scaleX(0.16);
  opacity: 0;
  transform-origin: center;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.nav-menu > li > .nav-menu-item:hover,
.nav-menu > li:hover > .nav-menu-item,
.nav-menu > li.active > .nav-menu-item {
  color: var(--target-text) !important;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  transform: translateY(-1px);
}

.nav-menu-other:hover > .nav-menu-item,
.nav-menu-other.active > .nav-menu-item,
.nav-menu-other > .nav-menu-item:hover {
  background: transparent !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.02) !important;
  color: var(--target-text) !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu > li:hover > .nav-menu-item,
.nav-menu-container.header-navigation:first-child .nav-menu-other:hover > .nav-menu-item,
.nav-menu-container.header-navigation:first-child .nav-menu > li.active > .nav-menu-item {
  background: transparent !important;
  color: var(--target-text) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.02) !important;
}

.nav-menu > li > .nav-menu-item:hover::before,
.nav-menu > li:hover > .nav-menu-item::before,
.nav-menu > li.active > .nav-menu-item::before {
  opacity: 1;
  transform: scaleX(1);
}

.nav-menu-item > span:not(.CMSIconSVGWrapper),
.nav-menu-item > b,
.nav-menu-item > strong {
  display: block;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2;
  color: inherit !important;
  transition: color 0.24s ease;
}

.nav-menu-item .CMSIconSVGWrapper {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--target-cyan) !important;
  transition:
    color 0.24s ease,
    filter 0.24s ease,
    transform 0.24s ease;
}

.nav-menu-item .CMSIconSVGWrapper svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.nav-menu > li > .nav-menu-item:hover .CMSIconSVGWrapper,
.nav-menu > li:hover > .nav-menu-item .CMSIconSVGWrapper,
.nav-menu > li.active > .nav-menu-item .CMSIconSVGWrapper {
  color: var(--target-accent) !important;
  filter: drop-shadow(0 0 10px var(--target-accent-glow));
  transform: translateY(-1px) scale(1.03);
}

.nav-menu-item .nav-menu-sub-arrow {
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
  font-size: 9px !important;
  opacity: 0.3;
}

.nav-menu > li > .nav-menu-sub {
  top: 100% !important;
  margin-top: 8px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(13, 18, 28, 0.98) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  padding: 8px !important;
}

.nav-menu > li > .nav-menu-sub .nav-menu-item {
  min-height: auto;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: start;
  flex-direction: row;
  gap: 10px;
  padding: 10px 12px !important;
  border-radius: 10px;
  background: transparent;
}

.nav-menu > li > .nav-menu-sub .nav-menu-item::before,
.nav-menu > li > .nav-menu-sub .CMSIconSVGWrapper,
.nav-menu > li > .nav-menu-sub .nav-menu-sub-arrow {
  display: none !important;
}

.nav-menu > li > .nav-menu-sub .nav-menu-item:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--target-text) !important;
  transform: none;
}

.main-content-bc,
.page-content {
  padding-top: 0 !important;
}

@media (max-width: 1365px) {
  .nav-content-menu {
    padding-inline: 14px !important;
  }

  .nav-menu {
    gap: 6px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav-menu > li {
    min-width: 88px;
  }

  .nav-menu-item {
    min-height: 72px;
    padding-inline: 10px !important;
  }
}

@media (max-width: 1024px) {
  .nav-content-bc {
    min-height: auto;
    height: auto !important;
    align-items: stretch;
    background: rgba(10, 14, 23, 0.96) !important;
  }
}

.layout-footer-holder-bc {
  background:none !important;
}

.product-banner-info-bc {
  transition: transform 0.3s ease;
}

.product-banner-info-bc img {
  filter:
    drop-shadow(0 0 6px rgba(0, 238, 252, 0))
    drop-shadow(0 0 18px rgba(0, 238, 252, 0))
    drop-shadow(0 0 36px rgba(0, 238, 252, 0));
  transition: filter 0.4s ease, transform 0.3s ease;
}

.product-banner-info-bc:hover {
  transform: translateY(-2px);
}

.product-banner-info-bc:hover img {
  filter:
    drop-shadow(0 0 6px rgba(0, 238, 252, 0.70))
    drop-shadow(0 0 18px rgba(0, 238, 252, 0.45))
    drop-shadow(0 0 36px rgba(0, 238, 252, 0.22));
}

.hm-row-bc:has(> .hm-row-bc-inner > .page-view-more + .product-banner-container-bc.product-banner-without-titles) .hm-row-bc-inner {
  display: grid;
  gap: 12px;
}

.hm-row-bc:has(> .hm-row-bc-inner > .page-view-more + .product-banner-container-bc.product-banner-without-titles) .product-banner-container-bc {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: min(100%, 420px);
  max-width: 420px;
  margin-inline: auto;
}

.hm-row-bc:has(> .hm-row-bc-inner > .page-view-more + .product-banner-container-bc.product-banner-without-titles) .product-banner-container-bc > div {
  flex: 1 1 0;
  min-width: 0;
  max-width: 204px;
}

.hm-row-bc:has(> .hm-row-bc-inner > .page-view-more + .product-banner-container-bc.product-banner-without-titles) .product-banner-info-bc {
  width: 100%;
  max-height: 120px;
  overflow: hidden;
}

.hm-row-bc:has(> .hm-row-bc-inner > .page-view-more + .product-banner-container-bc.product-banner-without-titles) .product-banner-info-bc img {
  width: 100%;
  height: auto !important;
  max-height: 120px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .hm-row-bc:has(> .hm-row-bc-inner > .page-view-more + .product-banner-container-bc.product-banner-without-titles) .product-banner-container-bc > div {
    max-width: 154px;
  }

  .hm-row-bc:has(> .hm-row-bc-inner > .page-view-more + .product-banner-container-bc.product-banner-without-titles) .product-banner-info-bc,
  .hm-row-bc:has(> .hm-row-bc-inner > .page-view-more + .product-banner-container-bc.product-banner-without-titles) .product-banner-info-bc img {
    max-height: 92px;
  }
}

.hm-row-bc:has(> .hm-row-bc-inner > .page-view-more + .product-banner-container-bc.product-banner-without-titles) {
  padding-bottom: 30px;
  margin-top: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.casino-game-item {
  box-shadow: 0 0 0 1px rgba(0, 238, 252, 0), 0 0 0px rgba(0, 238, 252, 0);
  transition: box-shadow 0.4s ease, transform 0.3s ease;
}

.casino-game-item:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(0, 238, 252, 0.35),
    0 0 18px rgba(0, 238, 252, 0.40),
    0 0 36px rgba(0, 238, 252, 0.18);
}
.hm-row-bc{
  margin: auto !important;
  width: 90% !important;
}

.btn>span {
    line-height: 19px !important;
}

.nav-menu-container .nav-menu>li>.nav-menu-item>.CMSIconSVGWrapper {
    margin-inline-end: 0 !important;
}
