:root {
    --site-header-bg: #051036;
    --site-header-text: #ffffff;
}
 
 body, .ast-mobile-popup-drawer.active .ast-mobile-popup-inner,.ast-primary-header-bar {
 	background-color: #edeff2 !important;
 }


.widget-area.secondary {
    background-color: #F8F8F8 !important;
    }

.main-header-menu a {
    color: var(--site-header-text) !important;
}

body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
    color: #445058;
}

.site-footer, .site-above-footer-wrap[data-section="section-above-footer-builder"],
.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"]
{
	background-color: #fff;
}

.header-left-text, .main-header-menu a, .first-btn {
	color: #445058 !important;
}
.header-bg-bottom, .payment-methods, .games-filter{
	background: linear-gradient(269.49deg, #ecedef 20.62%, rgba(6, 14, 42, 0) 69.67%), linear-gradient(-269.49deg, #ededed 20.62%, rgba(6, 14, 42, 0) 69.67%), #d7d8df !important;
}

.header-left-buttons{
	background: #dededf !important;
}

.missions-button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    background: #d3d3d3;
    padding: 2px 8px;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 #FFFFFF66, 0 0 16px #81808b;
}

@media screen and (min-width: 922px) {
    #block-11 img, #block-12 img, #block-14 img, #block-15 img, #block-17 img{
        filter: unset !important;
        transition: filter 0.3s ease;
    }
}
.faq-container, .block-support{
    background-color: #fff !important;
    
}
.faq-container h2, .faq-item p, .faq-item li, .faq-item span, .faq-item i, .widget-area p, .ast-footer-copyright, #astra-footer-menu .menu-item > a, .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner a{
	color: #445058 !important;
}
.faq-item{
	background-color: #edeff2 !important;
}
.app-banner{
	background-color: #dededf !important
}
.app-banner-label{
	background-color: #edeff2c9 !important
}

.header-left-buttons, .register .first-btn{
	border: 1px solid #00AA81 !important;
}

.ast-mobile-popup-drawer.active .menu-toggle-close{
	color: #445058 !important;
}

@media screen and (max-width: 922px) {
	.missions-button {
    	display:none;
    }
}

@media (max-width: 544px) {
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle,
    .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: #edeff2 !important;
    }
}



    .site-footer {
        margin-left: 65px !important;
        padding: 0 25px !important;
   
}

.footer-container.logo-footer{
	text-align:center;
}

@media (max-width: 921px) {
    .ast-hfb-header .site-footer {
        margin-left: 20px !important;
        margin-right: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .site-footer .payment-methods{
    	height:unset;
    }
}

@media screen and (min-width: 922px) {
    #block-11:hover, #block-12:hover, #block-14:hover, #block-15:hover, #block-17:hover, #block-9:hover {
        background-color: #329d83 !important;
    }
}

.first-btn:hover{
	background-color: #329d83 !important;
}


.responsive-table4 {
  width: 100%;
  overflow-x: auto;
}



.table-style4 {
  width: 100%;
  
  font-size: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.table-style4 th,
.table-style4 td {
  padding: 14px 18px;
  
  text-align: left;
  
}

.table-style4 th {
  background-color: #00AA81;
  font-weight: 600;
}

.table-style4 tr:nth-child(even) {
  background-color: #fafcff;
}

@media (max-width: 600px) {
   table, td, th{
    border:unset;
   }
  .table-style4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: auto;
    padding: 10px;
  }

  .table-style4 thead {
    display: none;
  }

  .table-style4 tr {
    display: block;
    background: #ffffff;
    border: 2px solid  #00AA81;
    margin-bottom: 28px;
    padding: 16px;
    border-radius: 12px;
    width: 100%;
    max-width: 331px;
    box-sizing: border-box;
  }

  .table-style4 td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 21px;
    border: none;
    border-bottom: 1px solid #e3e9f0;
    font-size: 16px;
    gap: 15px;
      
  }

  .table-style4 td:last-child {
    border-bottom: none;
  }

  .table-style4 td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #334e68;
    flex-shrink: 0;
    width: 40%;
    text-align: left;
  }

  .table-style4 td span {
  width: 60%;
  text-align: right;
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

}

.content-section {
        
        margin: 0 auto;
        padding: 30px 0;
      }

      .BZi {
        color: #222222;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
      }

      .wMi {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        display: flex;
        margin-bottom: 8px;
      }

      .wMi-count {
        counter-increment: section;
        content: counter(section);
        display: flex;
        flex: 0 0 22px;
        height: 22px;
        align-self: baseline;
        background: #00AA81;
        color: #fff;
        font-size: 1.3rem;
        text-align: center;
        align-items: center;
        margin-right: 10px;
        border-radius: 4px;
        justify-content: center;
        font-size: 14px;
      }

      .kMi {
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
      }

      .kMi p {
        margin-top: 0;
      }
      
      
      
	.updated-date {
		background: linear-gradient(90deg, #81f3d8 0%, #00AA81 100%);
		margin: 30px auto;
		border-radius: 10px;
		font-weight: 700;
		font-size: 20px;
		text-transform: uppercase;
		max-width: 359px;
		height: 69px;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.updated-date img {
		width: 30px;
	}
    
    .games-filter {
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 4px;
    padding: 10px;
    
    overflow-x: auto;
}

.games-filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid #00AA81;
    border-radius: 7px;
    background: #bfbcbc6b;
    color: #445058;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.games-filter-item:hover {
	cursor:pointer;
    background: #00AA81;
}

.games-filter-item img {
    display: block;
    
    object-fit: contain;
    flex: 0 0 auto;
}

.games-filter-item span {
    display: block;
}

.payment-methods img:nth-of-type(5),
.payment-methods img:last-of-type {
    filter: invert(.8);
}

.header-bg-title, .header-bg-bonus, .header-bg-deposit{
	    filter: drop-shadow(rgb(0, 0, 0) 0px 1px 4.7px) drop-shadow(rgb(0, 0, 0) 1px 1px 9.9px);
}

@media screen and (max-width: 1260px) {
    .games-filter{
    	justify-content: start;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .ast-left-sidebar #secondary {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .ast-left-sidebar #primary {
        padding-left: 0 !important;
    }
    .site-footer {
    margin-left: 0px !important;
    padding: 0 25px !important;
}
}
.ast-footer-copyright p{
	text-align: center;
    margin: 0 50px;
}

.site-primary-footer-wrap{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
	border-bottom:1px solid;
}