.footer-contact {
  font-weight: 600;
}

.footer-contact p:first-child {
  font-size: 18px;
  margin: auto;
}

.footer-contact p:nth-child(2) {
  font-size: 14px;
      color: #b1b4bc;
  margin-bottom: 18px;
}

.footer-contact p:nth-child(3) a {
  font-size: 16px;
}

footer hr {
  background-color: #ffffff1a;
}

div a:has(> .app-banner-button) {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}


.left-footer-container p {
  font-weight: 600;
  font-size: 18px;
}

#block-11 img, #block-12 img, #block-14 img, #block-15 img, #block-17 img {
  width: 24px;
}

.sidebar-main hr {
  margin: 1px auto!important;
}


/* FAQ */
.faq-container {
max-width: 1400px;
padding: 20px;
background: #061F1F;
color: #333;
border-radius: 10px;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
border: 1px solid #ffffff1a;
margin: 30px auto;
}

.faq-container h2 {
font-size: 24px;
color: #fff;
margin-bottom: 20px;
}

.faq-item {
border-bottom: 1px solid #ddd;
}

.faq-item p:empty {
display: none;
}

.faq-question {
hyphens: auto;
line-height: 1.5;
width: 100%;
background: #011111;
color: #fff;
font-size: 18px;
padding: 15px;
border: none;
text-align: left;
cursor: pointer;
outline: none;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.3s, color 0.3s;
}

.faq-question h3 {
margin: 0;
font-size: inherit;
font-weight: inherit;
color: inherit;
line-height: inherit;
}

.faq-question:hover {
background: #3d5cff;
}

.toggle-icon {
font-size: 20px;
transition: transform 0.3s;
}

.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease-out;
padding: 0 15px;
}

.faq-answer p {
font-size: 16px;
line-height: 1.5;
color: #fff;
padding-top: 15px;
}

.faq-item.active .faq-question {
background: #3d5cff;
color: white;
}

.faq-item.active .faq-answer {
max-height: 130px;
}

.faq-item.active .toggle-icon {
transform: rotate(45deg);
}
/* END FAQ */


table, td, th {
border: 1px solid #ffffff1a;
font-family: inherit!important;
}

thead tr {
  background: #061F1F !important;
}


tbody tr:nth-child(odd) {
  background: #0a2e2e !important;
}

tbody tr:nth-child(even) {
  background: #061F1F !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 {
display: none!important;
position: relative;
background: #154747;
border-radius: 22px;
height: max-content;
display: flex;
align-items: center;
padding-right: 5px;
}

.lang-switch-container:hover {
background: #217272;
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: #154747;
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;
}

.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 */


@media screen and (max-width: 922px) {
  .site-header {
      z-index: 9999;
      position: fixed;
      width: 100%;
  }
}

@media (max-width: 921px) {
  .ast-hfb-header .site-footer {
      margin-left: 20px;
      margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-contact {
  text-align: center!important;
}
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
padding-left: 0;
}

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

@media (min-width: 921px) and (max-width: 1380px) {
.site-footer {
  margin-left: 75px;
}
}


.app-mob-button {
display: none;
}

@media (max-width: 768px) {
.ast-header-html-1 {
  padding: 14px;
}
.missions {
  display: none!important;
}
.search {
  display: none!important;
}
.register {
  display: flex;
  gap: 5px;
}
.app-pc-button {
  display: none;
}
.app-mob-button {
  display: block;
}
}
@media (max-width: 820px) {
  .bonus {
    top: 15px!important;
    right: 15px!important;
}
}

/* Custom toggle button START */

.ast-mobile-menu-trigger-minimal .mobile-menu-toggle-icon svg {
  display: none;
}
.ast-mobile-menu-trigger-minimal::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/uploads/2025/02/burger.svg');
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(66%) sepia(3%) saturate(330%) hue-rotate(190deg);
  transition: filter 0.3s ease;
}

.ast-mobile-menu-trigger-minimal:hover::before {
  filter: invert(100%);
}
/* Custom toggle button END */

@media (max-width: 1095px){
header .custom-logo-link img {
  width: 110px;
}
.header-left-text {
  font-size: 10px!important;
}
.main-header-menu .menu-link, .main-header-menu>a {
  font-size: 12px;
  padding: 0 .3em;
}
.ast-logo-title-inline .site-logo-img {
  padding-right: unset;
}
.site-header-section>div:last-child {
  padding-left: inherit;
}
.header-right-buttons {
  gap: 5px!important;
}
.header-right-buttons .search img {
  width: 20px;
}
}

.img-right {
float: right;
margin-left: 4em;
margin-bottom: 2em;
max-width: 600px;
max-height: 400px;
width: auto;
}
.img-left {
float: left;
margin-bottom: 2em;
margin-right: 4em;
max-width: 600px;
max-height: 400px;
width: auto;
}
@media (max-width: 993px) {
.img-right, .img-left {
  float: none;
  display: block;
  margin: 0 auto 1em auto;
  max-width: 100%;
}
}


.entry-header {
box-shadow: none;
}

.custom-copyright-text {
display: flex;
align-items: center;
gap: 2px;
}

.custom-copyright-text img {
    filter: invert(63%) sepia(21%) saturate(547%) hue-rotate(195deg) brightness(92%) contrast(95%);
height: 16px;

}

footer .menu-link {
font-size: 12px!important;
font-weight: 600;
}

.footer-contact {
text-align: left;
}

.footer-contact a:hover {
color: #3d5cff;
}

.footer-contact img {
  filter: invert(24%) sepia(92%) saturate(6200%) hue-rotate(225deg) brightness(102%) contrast(106%);
}


.footer-contact br {
display: none;
}

.social-container {
margin-bottom: 1.5em;
}

.social-container p {
margin-bottom: 5px;
font-size: 14px;
font-weight: 600;
}

.social-icon-button br {
display: none;
}

.social-icon-button {
padding: 5px;
    border-radius: 50%;
background: #154747;
height: 32px;
  width: 32px;
}

.social-icon-button:hover {
background: #217272;
}

.social-icons br {
display: none;
}

.social-icons img {
  filter: invert(100%) brightness(80%);

}

@media (max-width: 768px) {
.app-banner-image-container {
display: none;
}
.app-banner-mobile {
    display: flex!important;
  justify-content: center!important;
}
.app-banner {
  height: 100%!important;
}
.app-banner-title {
  margin-bottom: unset!important;
}
.app-banner-button-container {
  width: 100%;
}
.app-banner-button {
  width: 100%;
}
.app-banner-container {
  padding: 20px;
}
/* 	.app-banner-content { */
/* 		margin-bottom: -40px; */
/* 	} */
.ast-hfb-header .site-footer {
  padding-left: unset;
  padding-right: unset;
}
.footer-contact {
  text-align: center;
}
}

.app-banner-image {
  width: 215px;
height: 324px;
}

.app-banner-button {
background: #3d5cff;
border-radius: 30px;
padding: 16px 56px;
font-size: 18px;
letter-spacing: unset;
text-transform: capitalize;
font-weight: 700;
}

.app-banner-button:hover {
  background: #6078f4;
}

.app-banner-button-container br {
display: none;
}

@media (min-width: 768px) {
  .app-banner-button {
      width: auto;
  }
}

.app-banner-description {
  text-align: center;
  margin: 8px 0 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #a2a5af;
}

@media (min-width: 768px) {
  .app-banner-description {
      text-align: initial;
      max-width: 372px;
      margin: 8px 0 32px;
  }
}

@media (min-width: 768px) {
  .app-banner-title {
      font-size: 28px;
  }
}

.app-banner-title {
  color: white;
  margin: 0;
  font-size: 24px!important;
  font-weight: 900!important;
}

.app-banner-label-verify {
font-weight: 700;
font-size: 8px;
padding: 0 2px;
background: #069815;
border-radius: 2px;
height: 12px;
display: flex;
align-items: center;
}

.app-banner-label-rate br {
display: none;
}

.app-banner-label-rate {
display: flex;
}

.app-banner-label-rate img {
  filter: invert(91%) sepia(100%) saturate(500%) hue-rotate(0deg);
}

.app-banner-label-rate img.none-fill {
filter: none!important;
}

.app-banner-label-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.app-banner-label-content {
  margin-right: 15px;
line-height: .1;
}

.app-banner-label-content p {
display: none;
}

.app-banner-label-image {
  width: 28px;
  margin-right: 4px;
}

.app-banner-label {
  display: inline-flex
;
  align-items: flex-start;
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #444a5f;
  background: #353b52;
}


@media (min-width: 768px) {
  .app-banner-label {
      position: initial;
      margin-bottom: 16px;
  }
}

.app-banner-content {
  display: flex
;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px 16px;
}

@media (min-width: 768px) {
  .app-banner-content {
      align-items: flex-start;
      flex-grow: 1;
      padding: 0 44px 40px;
  }
}

.app-banner {
  display: flex
;
  flex-direction: column;
  justify-content: space-between;
  background: #061f1f;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
height: 356px;
}

@media (min-width: 768px) {
  .app-banner {
      flex-direction: row;
      padding: 32px 58px 0 0;
      max-width: 764px;
      margin: 64px auto;
  }
}

.block-support p {
font-weight: 600;
line-height: 1.5;
}

.block-support {
padding: 22px;
background: #061f1f;
border-radius: 16px;
flex: 0 0 33%;
}

.title-support-text {
font-size: 20px;
font-weight: 700;
line-height: 1.4;
}

.title-support {
display: flex;
gap: 5px;
align-items: center;
margin-bottom: 14px;
}

.section-support {
display: flex;
gap: 8px;
max-width: 1400px;
margin: 0 auto;
}

@media (max-width: 768px) {
.section-support {
  flex-direction: column;
  padding: 20px 20px;
}
.block-support {
  padding: 12px 16px;
}
.block-support p {
  margin-bottom: auto;
}
}

@media (min-width: 1400px) {
.feature-card {
  height: 250px;
}
}

@media (max-width: 1399px) {
.feature-card {
  height: 180px;
}
}

@media (max-width: 768px) {
  .feature-card {
  height: 130px;
              flex: 0 0 132px;
    padding: 10px!important;
}
.feature-card h3 {
  font-size: 12px!important;
}
.features-container {
  justify-content: start!important;
  padding: 40px 20px!important;
}
}

.feature-card h3 {
font-size: 16px;
font-weight: 700;
}

      .feature-card.fast-payouts {
          background-image: url('/wp-content/uploads/2025/12/20136329.webp');
      }

      .feature-card.cashback {
          background-image: url('/wp-content/uploads/2025/12/20136327.webp');
      }

      .feature-card.vip {
          background-image: url('/wp-content/uploads/2025/12/20136328.webp');
      }

      .feature-card.games {
          background-image: url('/wp-content/uploads/2025/12/20136331.webp');
      }

      .feature-card.missions {
          background-image: url('/wp-content/uploads/2025/12/20136330.webp');
      }

.features-container {
          display: flex;
          gap: 15px;
          padding: 40px 0px;
          overflow-x: auto;
          max-width: 1400px;
justify-content: center;
margin: 0 auto;
      }

      .feature-card {
          border-radius: 12px;
          display: flex;
          padding: 20px;
          background-size: cover;
          background-position: center;
        width: 100%;
      }


.main-text {
margin: 0 auto;
max-width: 1400px;
}

.payment-methods {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
}

.payment-methods img {
margin-left: 48px;
}

.header-bg-bottom-content .small-content {
font-size: 10px;
color: #a2a5af;
font-weight: 700;
}

.header-bg-bottom-content .big-content {
font-size: 16px;
font-weight: 700;
}

.header-bg-bottom-content {
text-align: center;
margin: 0 26px;
}

.header-bg-bottom p {
display: none;
}

.header-bg-bottom {
display: flex;
justify-content: center;
align-items: center;
line-height: 1.5;
background: linear-gradient(269.49deg, #011111 20.62%, rgba(6, 14, 42, 0) 69.67%), linear-gradient(-269.49deg, #011111 20.62%, rgba(6, 14, 42, 0) 69.67%), #061F1F;
  padding: 8px 0;
}

@keyframes banner-button-pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(61, 92, 255, 0.7);
  }
  50% {
      transform: scale(1.05);
      box-shadow: 0 0 15px 10px rgba(61, 92, 255, 0);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(61, 92, 255, 0);
  }
}


.header-bg {
background: url(/wp-content/uploads/2025/12/Banner-38.webp) no-repeat;
    background-size: cover;
  width: 100%;
max-width: 1400px;
margin: 0 auto;
/*     height: 90vh; */
}

.header-bg-content {
    display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
padding-bottom: 50px;
font-family: 'Inter', sans-serif;
}

.header-bg-content br {
display: none;
}

.header-bg-title {
  text-transform: uppercase;
  font-size: 30px !important;
  font-weight: 900;
  margin-bottom: -40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0), 0 0 15px rgba(0, 0, 0);
}

.header-bg-deposit {
  font-size: 135px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: -40px;
  background: linear-gradient(180deg, #FFEC60 0%, #FFE100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0));
}

.header-bg-bonus {
  color: #FFE100;
  font-size: 30px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0), 0 0 15px rgba(0, 0, 0);
  font-weight: 900;
  text-transform: uppercase;
}

.header-bg-button {
text-transform: capitalize;
  border-radius: 1000px;
padding: 8px 53px 8px 53px!important;
  transition: all .5s;
background: #3D5CFF;
animation: banner-button-pulse 1.9s infinite;
}

.header-bg-button:hover {
  background: #3D5CFF!important;
transform: scale(1.1);
box-shadow: 0 0 20px rgba(246, 112, 36, 0.7);
}

.header-bg-button-main {
  font-size: 24px;
  font-weight: 900;
  line-height: 160%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-bg-button-description {
  opacity: .8;
  text-transform: none;
  line-height: 160%;
  font-weight: 500;
  font-size: 14px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-bg-button br {
display: none;
}

.header-bg-button-content {
display: flex;
flex-direction: column;
letter-spacing: 0px;
}

.header-bg-button p {
display: none;
}

@media (max-width: 768px) {
.header-bg {
background: url(/wp-content/uploads/2025/12/Icon-38.webp) no-repeat;
    background-size: contain;
  padding: 80vw .5em 70px;
}
.header-bg-content {
  padding-top: unset;
  margin-bottom: -100px;
}
.site .site-content #primary .ast-article-single{
  padding-top: 75px;
}
.header-bg-title {
  font-size: 14px!important;
  margin-bottom: -20px;
}
.header-bg-deposit {
  font-size: 50px!important;
  margin-bottom: -20px;
}
.header-bg-bonus {
  font-size: 18px!important;
}
.header-bg-button-main {
  font-size: 18px;
}
.header-bg-button-description {
  font-size: 10px;
}
/* 	.header-bg-bottom {
  background: #061f1f;
} */
.payment-methods img {
margin-left: 18px;
}
.payment-methods {
  flex-wrap: wrap;
}
.payment-methods img#btc {
  margin-left: unset;
}
.main-text {
  max-width: 90%;
}
}

.register p {
display: none;
}

.bonus {
display: none!important;
  position: absolute;
  top: 8px;
  right: 24px;
  background-color: #009900; /* Green badge */
  color: white;
  font-size: 8px;
  font-weight: bold;
  padding: .1px 3px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 4px; /* Space between icon and text */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.second-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.register .second-btn:hover {
background: #6078f4;
}

.register .second-btn {
background: #3d5cff;
border: 1px solid;
border-color: #3d5cff;
}

.register .first-btn:hover {
background: #154747;
}

.register .first-btn {
background: none;
border: 2px solid;
border-color: #154747;
}

.header-right-buttons .register button {
padding: 10px;
font-size: 12px;
text-transform: capitalize;
font-weight: 700;
letter-spacing: 0px;
border-radius: 1000px;
}

.header-right-buttons .search img {
filter: invert(66%) sepia(3%) saturate(330%) hue-rotate(190deg);
      transition: filter 0.3s ease;
}

.header-right-buttons .missions a:hover {
text-decoration: none;
color: inherit;
}

.header-right-buttons .missions {
background-color: #5d7ce8;
box-shadow: 0 0 16px #433ca7, inset 0 1px 0 #fff6;
padding: 2px 8px;
border-radius: 8px;
line-height: 1.6;
font-size: 12px;
font-weight: 700;
}

.header-right-buttons br {
display: none;
}

.header-right-buttons {
display: flex;
align-items: center;
gap: 10px;
}

.header-left-buttons br {
display: none;
}

.header-left-buttons {
display: flex;
gap: 20px;
background: #ffffff1a;
padding: 6px 9px;
border-radius: 1000px;
}

.header-left-block a {
display: flex;
gap: 5px;
}

.header-left-block a:hover {
text-decoration: none;
color: inherit;
}

.header-left-block img {
filter: invert(66%) sepia(3%) saturate(330%) hue-rotate(190deg);
      transition: filter 0.3s ease;
}

.header-left-text {
font-size: 12px;
font-weight: 600;
color: #d0d2d7;
}

@media screen and (min-width: 922px) {
#block-9 figure, #block-11 figure, #block-12 figure, #block-14 figure, #block-15 figure, #block-17 figure {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

#block-9 figcaption, #block-11 figcaption, #block-12 figcaption, #block-14 figcaption, #block-15 figcaption, #block-17 figcaption {
  display: none;
  background-color: #154747;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 10px;
  border-radius: 8px;
  font-size: 14px;
  margin: 0;
  position: fixed;
  margin-left: 55px;
  white-space: nowrap;
}

#block-9:hover figcaption, #block-11:hover figcaption, #block-12:hover figcaption, #block-14:hover figcaption, #block-15:hover figcaption, #block-17:hover figcaption {
  display: inline-block;
}

#block-9 figcaption::before, #block-11 figcaption::before, #block-12 figcaption::before, #block-14 figcaption::before, #block-15 figcaption::before, #block-17 figcaption::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #154747;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}



.widget {
  margin: 0 0 .6em 0;
}
.wp-block-separator {
  border-top: unset;
}
#secondary hr {
  width: 24px;
  background: #252c45;
  height: 1px!important;
}
#block-18 img {
  filter: invert(66%) sepia(3%) saturate(330%) hue-rotate(190deg);
  transition: filter 0.3s ease;
}

#block-18 img:hover {
  filter: invert(100%);
}

#block-16 {
  margin: 0 0 .3em 0;
}

#block-11, #block-12, #block-14, #block-15 {
  display: inline-block;
  padding: 10px 5px 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease, filter 0.3s ease;
  cursor: pointer;
  height: 44px;
  width: 44px;
}

#block-11 img, #block-12 img, #block-14 img, #block-15 img {
/*     filter: invert(66%) sepia(3%) saturate(330%) hue-rotate(190deg); */
  transition: filter 0.3s ease;
}

#block-11:hover, #block-12:hover, #block-14:hover, #block-15:hover, #block-17:hover, #block-9:hover {
  background-color: #092929;
}

#block-17 {
      border-radius: 5px;
  transition: background-color 0.3s ease, filter 0.3s ease;
  cursor: pointer;
  padding-left: 10px;
}
#block-9 {
          border-radius: 5px;
  transition: background-color 0.3s ease, filter 0.3s ease;
  cursor: pointer;
  padding: 2px;
}

  #block-17 img {
    filter: invert(53%) sepia(87%) saturate(2018%) hue-rotate(84deg) brightness(112%) contrast(104%);
    transition: filter 0.3s ease;
/* 			height: 44px; */
    padding: 10px 0;
}

#block-11, #block-12, #block-14, #block-15, #block-17 img:hover {
  color: #54596d;
}

header aside {
padding-left: unset!important;
}

#masthead .ast-container {
padding-left: unset;
}

#block-18 figure {
height: 64px;
display: flex;
justify-content: center;
cursor: pointer;
}

#block-18 {
width: 64px;
height: 64px;
        background-color: #061F1F;
}

.site-header {
z-index: 9999;
position: fixed;
width: 100%;
}

header {
        box-shadow: 0 0 1px #00000052, 0 4px 8px #0000003d;
}
.ast-left-sidebar #primary {
  border-left: unset;
}
#secondary {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 999;
}

.sidebar-main {
  height: 100%;
}


  .widget-area.secondary {
      background-color: #061F1F;
  }

  .widget-area a {
      color: #fff;
      font-size: 14px;
  }

  .widget-area p {
      color: white;
  }

  .ast-container {
      padding: unset;
      margin: unset;
    max-width: 100%;
  }

  #secondary {
      width: 	67px;
      margin: unset;
      text-align: center;
      line-height: 1.2;
  }

#secondary nav {
  text-align: left;
}

  #secondary li {
      margin-bottom: 1em;
  }

  .ast-left-sidebar #secondary {
      padding: 80px 10px 20px 10px;
    border-right: unset;
  }

  #primary {
          min-height: calc(100vh - 60px);
      margin: unset;
      width: 100%;
  }

#primary .site-main {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

  .wp-block-spacer {
      margin-bottom: 5em;
  }


  .entry-title {
      padding-top: 20px;
  }

  .uagb-ifb-title {
      padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  #secondary {
      display: none;
  }
.menu-item-1665 {
  text-align: center;
}
.ast-container {
  padding-left: unset;
  padding-right: unset;
}
.primary {
  padding-top: unset!important;
}
/* 	#main {
  padding-left: 20px;
  padding-right: 20px;
} */
}