table {
  border-collapse: collapse !important;
  font-family: Arial, sans-serif !important;
  background: #1e1e1e !important;
  color: #eee !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4) !important;
  min-width: 600px !important;
  width: 100% !important;
}

table thead tr {
  background: #2c2c2c !important;
  text-align: left !important;
}

table thead th {
  padding: 12px !important;
  border-bottom: 2px solid #666 !important;
  font-size: 16px !important;
  white-space: nowrap !important;
}

table tbody tr {
  border-bottom: 1px solid #333 !important;
}

table tbody tr:last-child {
  border-bottom: none !important;
}

table tbody td {
  padding: 10px !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

table tr:hover {
  background-color: #2a2a2a !important;
  transition: background 0.2s ease !important;
}

.table-container {
  overflow-x: auto;
}

.img-text-container {
  display: flex;
}

@media (max-width: 768px) {
  .img-text-container {
    flex-direction: column;
  }
}

.faq-item {
  background: none!important;
}

/* CUSTOM BOTTOM LANG */
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
	align-items: flex-start;
}

@media (max-width: 768px) {
	.img-lang-container {
		justify-content: center!important;
	}
}

.img-lang-container {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
}

.lang-switch-container {
  position: relative;
  background: #444a5f;
  border-radius: 22px;
  height: max-content;
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.lang-switch-container:hover {
  background: #5b6176;
  cursor: pointer;
}

.lang-switch-container.active {
	border-radius: 17px 17px 0 0;
}

.lang-switch {
  background: none;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 5px 10px 10px;
  border: none;
  color: #fff;
}

.lang-switch:active,
.lang-switch:focus,
.lang-switch:hover {
  background: none !important;
  outline: none;
}

.lang-switch-container img {
  filter: invert(1);
  transition: transform 0.3s ease;
}


.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #444a5f;
  border-radius: 0 0 17px 17px;
  margin: 5px 0 0 0;
  padding: 5px 0;
  list-style: none;
  min-width: 100%;
  z-index: 100;
}

.lang-dropdown li {
  padding: 5px 10px;
  text-align: left;
}

.lang-dropdown li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: block;
	font-weight: 700;
}


.lang-switch-container.active .lang-dropdown {
  display: block;
}

.lang-switch-container.active img {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .lang-dropdown {
    bottom: 100%;
    top: auto;
    border-radius: 17px 17px 0 0;
    margin: 0 0 5px 0;
  }
	.lang-switch-container.active {
	border-radius: 0 0 17px 17px;
}
	.lang-dropdown li {
		text-align: left;
	}
}
/* END CUSTOM BOTTOM LANG */

body {
  background: #000000!important;
}

.ast-primary-header-bar {
  background: #000000!important;
}

.header-left-buttons {
  background: none!important;
  padding: 0!important;
  align-items: center;

}

.header-left-buttons div:first-child {
  padding: 7px;
  /*background: #520486;*/
  border-radius: 10px;
  border: 1px solid #2c2c2c;
  height: max-content;
}

.header-left-buttons div:last-child {
  padding: 8px;
  background: linear-gradient(92deg, #501091 0%, #3831A4 50%, #213A96 100%);
  border-radius: 1000px;
  height: 36px;
  display: flex;
}

.header-left-block a {
  align-items: center;
}

.header-left-buttons div:first-child a span {
  color: #ffffff;
  display: none;
}

.header-left-buttons a img {
  width: 16px;
}

.header-left-buttons div:last-child a img {
  width: 20px;
  height: 20px;
  filter: none!important;
}

/*.header-left-buttons div:first-child a img {
    filter: invert(68%) sepia(11%) saturate(723%) hue-rotate(216deg) brightness(94%) contrast(92%);

}*/

.header-left-buttons div:first-child:hover {
  background: #2c2c2c;
}

/*.header-left-buttons div:last-child a:hover img {
  filter: invert(.9)!important;
}*/

.header-left-buttons div:last-child a span {
  color: #ffffff;
  font-size: 16px!important;
  padding: 0 12px;
}

.header-left-buttons div:last-child a:hover .header-left-text {
  color: #ffffff!important;
}

.ast-left-sidebar #secondary {
  background: #171717!important;
}

.header-bg-button {
  background: linear-gradient(180deg, #39BF4D 0%, #005239 100%)!important;
  color: #ffffff!important;
  border-radius: 20px!important;
}

.header-bg-button:hover {
  background: linear-gradient(180deg, #68cf77 0%, #005239 100%)!important;
}

.header-bg-bottom {
  background: none!important;
}

.register .second-btn {
  background: linear-gradient(180deg, #39BF4D 0%, #005239 100%)!important;
  border: none!important;
  color: #ffffff;
}

.register .second-btn:hover {
  background: linear-gradient(180deg, #68cf77 0%, #005239 100%)!important;
}

.app-banner-button {
    background: linear-gradient(180deg, #39BF4D 0%, #005239 100%)!important;
    color: #ffffff!important;
    border-radius: 10px!important;
}

.app-banner-button:hover {
    background: linear-gradient(180deg, #68cf77 0%, #005239 100%)!important;
}

.app-banner {
  background: #171717!important;
}

.block-support {
  background: #171717!important;
}

.faq-container {
  background: #171717!important;
}

.site-footer > div {
  background: #000000!important;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background: #171717!important;
}


@media (max-width: 544px) {
    .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link, .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
        background-color: transparent!important;
    }
}

.footer-contact img {
    filter: invert(46%) sepia(71%) saturate(437%) hue-rotate(78deg) brightness(93%) contrast(90%)!important;
}


.footer-contact a:hover {
  color: #39BF4D!important;
}

.bonus {
  background-color: #355be2;
  display: none!important;
}

#secondary hr {
  width: 100%!important;
}

#block-9 figcaption, #block-11 figcaption, #block-12 figcaption, #block-14 figcaption, #block-15 figcaption, #block-17 figcaption {
  background-color: #520486!important;
  font-size: 16px!important;
}

#block-9 figcaption::before, #block-11 figcaption::before, #block-12 figcaption::before, #block-14 figcaption::before, #block-15 figcaption::before, #block-17 figcaption::before {
  background-color: #520486!important;
}

#block-11:hover, #block-12:hover, #block-14:hover, #block-15:hover, #block-17:hover, #block-9:hover {
  background-color: #2c2c2ca1!important;
}

.header-desktop-burger-button {
  width: 24px; 
  filter: invert(66%) sepia(3%) saturate(330%) hue-rotate(190deg);
}

.header-desktop-burger-button:hover {
  filter: invert(1);
}

@media (min-width: 768px) {
  .left-hr {
    border-left: 1px solid #262626;
  }
  .header-left-buttons div:first-child {
    margin-left: 10px;
  }
}

.missions img {
  filter: invert(53%) sepia(87%) saturate(2018%) hue-rotate(84deg) brightness(112%) contrast(104%);
}

.search {
  display: none;
}

.header-right-buttons .missions {
  background: none!important;
  box-shadow: none!important;
  font-size: 16px!important;
}


.register .first-btn {
  background: #2c2c2c!important;
  border: none!important;
}

.register .first-btn:hover {
  background: #504f4f!important;
}

.header-bg {
  border-radius: 80px;
}

.img-lang-container img:first-child {
  width: 50%;
}


.header-bg {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80vh;
}

.header-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.header-bg-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: left;
  padding-left: 40px;
  align-items: flex-start!important;
}

.header-bg-title {
  margin-bottom: 32px!important;
}

figcaption {
  display: none!important;
}

.header-right-buttons .register button {
  border-radius: 10px!important;
}



.games-container {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.games-title {
      display: flex
  ;
      gap: 32px;
      align-items: center;
      justify-content: center;
}

.games-title h2 {
  margin: 0;
}

.home-guest-top-games__header-line {
      flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, #F3DC9C00 0%, #F3DC9C 100%);
}

.home-guest-top-games__header-line--right {
    background: linear-gradient(90deg, #F3DC9C 0%, #F3DC9C00 100%);
}

.games-container {
  margin: 30px 0;
}

.games-slots {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.single-slot:after {
  content: "";
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  inset: 0;
  background-position: center bottom;
  z-index: -1;
  transition: transform .5s ease;
  border-radius: inherit;
}

.games-slots a:nth-child(1) .single-slot::after {
    background-image: url('flash1.jpg');
}

.games-slots a:nth-child(2) .single-slot::after {
    background-image: url('cherry.jpg');
}

.games-slots a:nth-child(3) .single-slot::after {
    background-image: url('flash2.jpg');
}

.games-slots a:nth-child(4) .single-slot::after {
    background-image: url('zeus.jpg');
}

.games-slots a:nth-child(5) .single-slot::after {
    background-image: url('dimond.jpg');
}

.games-slots a:nth-child(6) .single-slot::after {
    background-image: url('chillies.jpg');
}

.games-slots a:nth-child(7) .single-slot::after {
    background-image: url('roullete.png');
}

.games-slots a:nth-child(8) .single-slot::after {
    background-image: url('crazy-time.jpg');
}

.games-slots a:nth-child(9) .single-slot::after {
    background-image: url('crazy-balls.png');
}

.games-slots a:nth-child(10) .single-slot::after {
    background-image: url('storm.jpg');
}

.games-slots a:nth-child(11) .single-slot::after {
    background-image: url('auto-roullete.jpg');
}

.games-slots a:nth-child(12) .single-slot::after {
    background-image: url('bacbo.png');
}


.single-slot:hover:after {
  transform: scale(1.1);
}

.single-slot {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 20vw;
}

.games-slots a {
  flex: 0 0 calc(16.66% - 20px);
}


.single-slot:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 70%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background: linear-gradient(90deg,#17292400 0%,#f4d691 48%,#17292400 100%);
}

.single-slot img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.slot-content:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(84deg, #A8884C 0%, #F3DC9C 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0); 
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}

.slot-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: 0 0 30px #000 inset;
  border-radius: 14px;
  background: linear-gradient(180deg, #202020 0%, #202020 100%);
  z-index: 0;
  width: 100%;
  height: 64px;
  bottom: 0;
  line-height: normal;
}

.slot-title {
  font-size: 10px;
  color: #ffffff80;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.7px;
}

.slot-name {
  text-transform: uppercase;
  background: linear-gradient(84deg, #FCE7AE 0%, #E3B65E 100%);
  font-size: 14px;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-weight: 600;
  -webkit-background-clip: text;
  text-align: center;
  letter-spacing: normal;
  line-height: normal;
}


@media (max-width: 768px) {
  .games-slots {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .single-slot {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 40vw;
  }
  .games-slots a {
    flex: 0 0 calc(36.66% - 20px);
  }
  .slot-name {
    font-size: 12px;
  }
  .games-title h2 {
    font-size: 20px!important;
  }
}







