.affiliate-toggle {
  display: none;
}

@media only screen and (max-width: 768px) {
  .FtGgZ img[data-v-b773f874] {
    max-width: 3rem;
  }

  .FtGgZ[data-v-b773f874] {
    display: block;
    text-align: center;
    font-size: 12px;
  }

  .grade {
    grid-auto-rows: 350px;
  }

  .DefaultGames-Title {
    font-size: 16px;
  }

  .registration-form {
    padding-top: 0;
  }

  .registration-form-actions {
    margin-top: 10px;
  }

  .app {
    margin-top: 40px;
  }

  .AoOTG span {
    font-size: 12px;
  }

  .Curacao img {
    margin: 0 5px;
  }

  .Curacao1 img {
    width: 65px !important;
  }

  .Curacao2 img {
    width: 107px !important;
  }

  .Curacao3 img {
    width: 20px !important;
  }

  .modal-dialog {
    margin: 0;
  }

  .modal.fade {
    margin: 0;
  }

  .modal-content {
    width: 100vw;
    height: 100vh;
  }

  .LoyaltyRanks-Levels {
    grid-template-columns: 1fr 1fr;
  }

  .Footer {
    padding-bottom: 154px;
  }

  .affiliate-toggle {
    display: block;
  }

  .AfiliadoHeader {
    display: flex;
  }

  .indicacoes {
    grid-template-columns: 1fr;
  }

  .bloco3 .item {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .PromoCard:nth-child(1),
  .PromoCard:nth-child(2) {
    padding-right: 190px;
    grid-column: span 6;
  }

  .PromoCard {
    display: flex;
    flex-direction: column;
    grid-column: span 6;
    min-height: 202px;
    padding: 16px;
    padding-right: 200px;
    background-color: var(--color-dark-grey-1);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    aspect-ratio: auto;
  }

  .NavAffiliate {
    display: none;
  }

  .PromoCard-Title {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--color-light-grey-3);
    margin-bottom: 4px;
    white-space: break-spaces;
  }

  .PromoCard-Offer {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    white-space: break-spaces;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .search-input__input-field {
    height: 40px;
  }

  .ReferralPageOverview-Row2 {
    grid-template-columns: 1fr;
  }

  .nav-logo img {
    max-width: 100%;
  }

  .auth-section__search.header-search {
    display: none;
  }

  .nav-sidebar-wrapped .nav-sidebar-wrapped-content {
    display: none;
  }

  .m-button-content {
    font-size: 13px;
  }

  .CategoriesTabs {
    display: none;
  }

  .m-slider__scroll-box {
    grid-auto-columns: 100% !important;
  }

  .feedback-section--large {
    display: block;
  }

  .feedback-section-column--large {
    width: 100%;
  }

  .feedback-section-header-title--large {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
    color: var(--color-light-grey-5);
    text-align: center;
  }

  .feedback-form-submit {
    display: block;
    text-align: center;
  }

  .feedback-form-submit .m-button--primary {
    width: 100%;
  }

  .FooterNav {
    display: block;
  }

  .FooterNav-Socials {
    text-align: center;
    display: none;
  }

  .FooterNav .nav-logo {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .FooterLinks {
    --rowsCount: 9 !important;
    grid-gap: 0;
    align-items: start;
    display: grid;
    flex: 0 0 55%;
    grid-auto-flow: column;
    grid-template-rows: repeat(var(--rowsCount), 1fr);
  }

  .BreadcrumbList {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .bets {
    display: none;
  }

  .MobileNav {
    background: var(--color-dark-grey-1);
    border: 1px solid var(--color-dark-grey-2);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px calc(env(safe-area-inset-bottom) + 8px);
    position: sticky;
    width: 100%;
    z-index: 100;
  }

  .MobileNav-Item {
    align-items: center;
    color: var(--color-mid-grey-3);
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    width: 48px;
  }

  .MobileNav-IconWrap {
    align-items: center;
    background-color: var(--color-dark-grey-1);
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
    position: relative;
  }

  .MobileNav-Icon {
    fill: currentColor;
    color: var(--color-mid-grey-5);
    display: block;
    font-size: 24px;
    height: 1em;
    width: 1em;
  }

  .MobileNav-TextWrap {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .MobileNav-Text {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    margin-top: 1px;
    min-width: 79px;
    text-align: center;
  }

  .MobileNav-Item--active {
    color: var(--color-pr500);
  }

  .MobileNav-Item--main .MobileNav-IconWrap {
    border: 2px solid var(--color-mid-grey-3);
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--color-dark-grey-1);
    height: 40px;
    margin-top: -16px;
    width: 40px;
  }

  .MobileNav-Item--active .MobileNav-Icon {
    color: var(--color-main2);
  }

  .sidebar-esporte {
    display: none;
  }

  .content-jogos {
    width: 100% !important;
  }

  .bt1608 {
    padding: 0 5px !important;
  }

  .menu-mobile {
    display: block !important;
  }

  .Card-Text {
    font-size: 10px;
  }

  .Card-FooterLeft:after {
    background: none !important;
  }

  .m-button-content {
    font-size: 12px !important;
    font-weight: bold;
  }

  .main-nav-menu {
    display: none;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 30px !important;
    height: 30px !important;
  }

  .m-category-slider__content {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .ReferralPageOverview-Row,
  .ReferralIncome-Cards {
    grid-template-columns: 1fr;
  }

  .ReferralIncomeCard-Arrow {
    display: none;
  }

  .hidden-xs {
    display: none;
  }

  .game-mode--desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .game-page {
    padding: 0;
  }

  .game-item__content {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: initial;
  }

  .game-header {
    top: 0 !important;
  }

  .BonusesPage-Row {
    grid-template-columns: 1fr;
  }

  .m-form-field-label {
    font-size: 12px;
  }

  #registerModal .modal-dialog {
    margin: 0;
    max-width: 100%;
  }

  #registerModal .modal-content {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  #registerModal .modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }

  #registerModal form.registration-form-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #registerModal .registration-form-actions {
    margin-top: 16px;
    width: 100%;
    order: 2;
  }

  #registerModal .registration-form-actions .m-button--primary {
    width: 100%;
  }

  #registerModal .registerLogin {
    order: 3;
    text-align: center;
    margin-top: 8px;
  }

  #registerModal .m-input-content select {
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    color: var(--color-light-grey-5);
    font: inherit;
    height: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #registerModal .m-input-content select:focus {
    outline: 0;
  }

  .country-field {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #2a2f36;
    border-radius: 8px;
    height: 48px;
    width: 100%;
    padding-left: 45px;
    padding-right: 35px;
  }

  .country-field .flag {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
  }

  .country-field .m-icon {
    width: 20px;
    height: 20px;
  }

  .country-field select {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .country-field::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23aab2bc" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .country-field select option {
    background-color: #141a22;
    color: #fff;
  }

  #modalMiniGames.modal,
  #modalMiniGames.fade,
  #modalMiniGames.show,
  #depositoModal.modal,
  #depositoModal.fade,
  #depositoModal.show,
  #modalSaque.modal,
  #modalSaque.fade,
  #modalSaque.show,
  #registerModal.modal,
  #registerModal.fade,
  #registerModal.show,
  #registerModal2.modal,
  #registerModal2.fade,
  #registerModal2.show,
  #loginModal.modal,
  #loginModal.fade,
  #loginModal.show,
  #recuperacaoModal.modal,
  #recuperacaoModal.fade,
  #recuperacaoModal.show,
  #termosModal.modal,
  #termosModal.fade,
  #termosModal.show,
  #modalVerificarEmail.modal,
  #modalVerificarEmail.fade,
  #modalVerificarEmail.show {
    padding: 0 !important;
  }

  #modalMiniGames .modal-dialog,
  #depositoModal .modal-dialog,
  #modalSaque .modal-dialog,
  #registerModal .modal-dialog,
  #registerModal2 .modal-dialog,
  #loginModal .modal-dialog,
  #recuperacaoModal .modal-dialog,
  #termosModal .modal-dialog,
  #modalVerificarEmail .modal-dialog {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100dvh !important;
    transform: none !important;
    transition: none !important;
  }

  #modalMiniGames.modal.fade .modal-dialog,
  #depositoModal.modal.fade .modal-dialog,
  #modalSaque.modal.fade .modal-dialog,
  #registerModal.modal.fade .modal-dialog,
  #registerModal2.modal.fade .modal-dialog,
  #loginModal.modal.fade .modal-dialog,
  #recuperacaoModal.modal.fade .modal-dialog,
  #termosModal.modal.fade .modal-dialog,
  #modalVerificarEmail.modal.fade .modal-dialog {
    transform: none !important;
  }

  #modalMiniGames .modal-content,
  #depositoModal .modal-content,
  #modalSaque .modal-content,
  #registerModal .modal-content,
  #registerModal2 .modal-content,
  #loginModal .modal-content,
  #recuperacaoModal .modal-content,
  #termosModal .modal-content,
  #modalVerificarEmail .modal-content {
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
    overflow: hidden;
  }

  #termosModal .modal-content,
  #modalSaqueAfiliado .modal-content,
  #loginModal .modal-content,
  #depositoModal .modal-content,
  #termosModal .modal-content,
  #modalVerificarEmail .modal-content {
    border: 0 !important;
    box-shadow: none !important;
  }
}

@media (max-width: 768px) {
  #registerModal .modal-dialog {
    margin: 0;
    max-width: 100%;
  }

  #registerModal .modal-content {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  #registerModal .modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }

  #registerModal form.registration-form-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #registerModal .registration-form-actions {
    margin-top: 16px;
    width: 100%;
    order: 2;
  }

  #registerModal .registration-form-actions .m-button--primary {
    width: 100%;
  }

  #registerModal .registerLogin {
    order: 3;
    text-align: center;
    margin-top: 8px;
  }

  #registerModal .m-input-content select {
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    color: var(--color-light-grey-5);
    font: inherit;
    height: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #registerModal .m-input-content select:focus {
    outline: 0;
  }
}

@media (min-width: 992px) {
  .country-field {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    padding-left: 45px;
    padding-right: 36px;
    background: transparent;
    border: 1px solid #2a2f36;
    border-radius: 10px;
  }

  .country-field .flag {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
  }

  .country-field .m-input-content {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 100%;
  }

  .country-field .m-icon {
    width: 20px;
    height: 20px;
  }

  .country-field select {
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    color: #e6e9ee;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 48px;
  }

  .country-field::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    pointer-events: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23b9c0c9" d="M7 10l5 5 5-5z"/></svg>') no-repeat center / contain;
  }

  .country-field select option {
    background-color: #151a22;
    color: #e6e9ee;
  }
}

.login-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.login-row .m-input {
  flex: 1;
  min-width: 260px;
}

@media (max-width: 768px) {
  .login-row {
    display: block;
  }

  .login-row .m-input {
    width: 100%;
    min-width: 0;
  }
}

#promosScope {
  padding: 16px 0 60px;
}

#promosScope .promos-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
  padding: 0 8px;
  color: #e8edf7;
}

#promosScope .promos-title .promo-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  position: relative;
  top: -3px;
}

#promosScope .promos-list {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  justify-items: center;
}

#promosScope .promos-item {
  display: block;
  text-align: center;
  max-width: 100%;
  width: 100%;
}

#promosScope .promos-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

#promosScope .promos-thumb {
  width: 100%;
  margin: 0 auto 16px;
  overflow: hidden;
  aspect-ratio: 895 / 455;
}

#promosScope .promos-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s ease;
}

#promosScope .promos-card:hover .promos-thumb img {
  transform: scale(1.05);
}

#promosScope .promos-heading {
  display: block;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #e8edf7;
  transition: transform .2s ease, color .2s ease;
}

#promosScope .promos-card:hover .promos-heading {
  color: var(--color-main2, #d6ed16);
  transform: translateY(-1px);
}

#promosScope .promos-desc {
  margin: 6px 0 0;
  color: #e8edf7;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  #promosScope .promos-list {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
  }
}

@media (min-width: 1200px) {
  #promosScope .promos-list {
    gap: 48px 28px;
  }
}



#promoDetail {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

#promoDetail .promo-header {
  margin-bottom: 10px;
}

#promoDetail .btn-back {
  display: inline-block;
  background: #444;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
}

#promoDetail .btn-back:hover {
  background: #666;
}

#promoDetail .promo-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#promoDetail .promo-thumb {
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
}

#promoDetail .promo-thumb img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

#promoDetail .promo-text {
  text-align: left;
  width: 100%;
}

#promoDetail .promo-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #e8edf7;
}

#promoDetail .promo-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}


#searchModal {
  --safe-top: env(safe-area-inset-top);
  --safe-bottom: env(safe-area-inset-bottom);
}

#searchModal .modal {
  padding: 0 !important;
}

#searchModal .modal-dialog {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

#searchModal .modal-content {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  min-height: 100svh;
  min-height: -webkit-fill-available;
}

#searchModal .modal-body {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 12px 16px calc(16px + var(--safe-bottom));
}

#searchModal .search-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--color-dark-grey-1);
  padding: calc(10px + var(--safe-top)) 16px 10px;
  border-bottom: 1px solid var(--color-dark-grey-2);
}

#searchModal .search-input {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--color-dark-grey-2);
  border-radius: 10px;
  background: var(--color-dark-grey-1);
  color: var(--color-light-grey-5);
  font-size: 16px;
}

#searchModal .search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 4px;
}

#searchModal .search-result-item img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
}

#searchModal .search-result-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

#searchModal .search-result-provider {
  font-size: 12px;
  color: #aeb4bf;
}

@media (max-width: 768px) {
  #searchModal .search-result-item {
    padding: 10px 2px;
  }

  #searchModal .search-result-item img {
    width: 52px;
    height: 52px;
  }

  #searchModal .search-input {
    height: 42px;
    font-size: 15px;
  }
}