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;
}

.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: #131520!important;
}

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

.header-left-buttons {
  background: #ffffff1a!important;
  padding: 0!important;
  gap: 0!important;
}

.header-left-buttons div:first-child {
  padding: 6px 9px;
  background: #3e4468;
  border-radius: 1000px;
}

.header-left-buttons div:last-child {
  padding: 6px 9px;
}

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

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

.header-left-buttons div:first-child a img {
  filter: invert(.9);
}

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

.header-left-buttons div:last-child a span {
  color: #939abf!important;
}

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

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

.header-bg-bottom {
  background: linear-gradient(90deg, #131520 30%, #1e2132 50%, #131520 70%)!important;

}

.register .second-btn {
  background: #69f67f!important;
  border-color: #69f67f!important;
  color: #000000;
}

.register .second-btn:hover {
  background: #82f894!important;
}

.app-banner-button {
    background: #69f67f!important;
    color: #000000!important;
}

.app-banner-button:hover {
    background: #82f894!important;
}

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

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

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

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

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background: #131520!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(83%) sepia(23%) saturate(624%) hue-rotate(76deg) brightness(101%) contrast(97%)!important;
}

.footer-contact a:hover {
  color: #69f67f!important;
}

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






