.main-content {
  padding: 0 7.1%; 
}
.c1{
  color: var(--cor-padrao-hex) !important;
}
.c1:hover{
  color: var(--cor-padrao-hex);
}
.b1{
  font-weight: bold;
}
.hvbt{
  border-bottom: 1px solid var(--cor-padrao-hex);
}
.hvbt>span{
  padding: 0 7px;
}
.hvbts>span{
  padding: 0 7px;
}
.mobile-result{
  display: none;
}
/* ############### MOBILE ################### */
@media (max-width: 575.98px){
  .btHeader {
      display: none !important;
  }
  .mobile-result{
    display: block;
  }
  .desktop-result{
    display: none;
  }
  .main-content {
    padding: 0 1%;
  }
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn { 
  background-color: #17212b;
  border-color: #313335; 
}

body { 
  background-color: #17212b;
}

.app-header { 
  background: #17212b;
  border-block-end: 1px solid #2b3339;
  box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}

.app-sidebar .main-sidebar-header { 
  background: #17212b; 
  border-inline-end: 1px solid #17212b;
  border-block-end: 1px solid #2b3339; 
  box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}
 
[data-menu-styles=dark] {
  --menu-bg: #17212b;
  --menu-prime-color: #8f9bb3;
  --menu-border-color: #2b3339;
}

.css-14ls52k {
  display: flex;
  justify-content: center;
  margin-top: 5%;
  width: auto;
  background-color: var(--cor-padrao-hex);
  color: rgb(255, 255, 255);
  font-size: 12px;
  border-color: var(--cor-padrao-hex);
}

.css-14ls52k>span {
  align-items: center !important;
  color: rgb(255, 255, 255);
  text-align: center !important;
  font-weight: bold;
}

.app-sidebar .slide__category {
  color: #fff; 
  font-size: 0.7rem;
}

.css-4kajdkj{
  margin-top: 5%;
}

.app-sidebar .side-menu__item.active {
  font-weight: 600;
  font-size: 14px;
}
.app-sidebar .side-menu__item {
  font-weight: 600;
  font-size: 13.2px;
}

.app-sidebar .slide-menu.child1 .side-menu__item, .app-sidebar .slide-menu.child2 .side-menu__item {
  margin-top: 3px;
}
 
.nft-featuredcollect-image {
  height: 100% !important;
  border-radius: 0.5rem;
  position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: transparent;
}

.neymar-Image-holder {
  background-image: url(/assets/images/banner/banner-3.png);
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-card-container {
    background: linear-gradient(354deg,#000000 6.66%,#484c54 99.72%); 
    font-style: normal;
    color: var(--white);
    width: -webkit-fill-available;
    width: fill-available;
}
 
.welcome-card-content {
    padding: 32px 24px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-row-gap: 16px;
    row-gap: 16px;
}

.welcome-header {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.progress-wrapper {
  width: 420px;
}
.progress-wrapper {
  width: -webkit-fill-available;
  width: fill-available;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.progress-tooltip {
  position: relative;
  padding: 4px 8px;
  background-color: #434d58;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tooltip-msg {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.tooltip-msg:before {
  content: " ";
  background-color: #434d58;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 47%;
  bottom: -20%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.welcome-card-container .progress-bar {
  height: 12px;
  width: -webkit-fill-available;
  width: fill-available;
  width: 100%;
  border-radius: 25.655px;
  background: ##353e4c;
  margin-top: 24px;
  overflow: hidden;
}

.bar-fill {
  height: 12px;
}
.gold-background {
  background: var(--cor-padrao-hex);
}

.account-detail-wrapper {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
  width: fill-available;
  width: 100%;
  margin-top: 12px;
}

.progress-account, .user-detail {
  display: flex;
  grid-column-gap: 6px;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  align-items: center;
}

.progress-account span, .user-detail span {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.gold {
  color: var(--gold);
}

.progress-account, .user-detail {
  display: flex;
  grid-column-gap: 6px;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  align-items: center;
}

@media screen and (min-width: 901px){
  .deposit-bonus, .welcome-sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    width: -webkit-fill-available;
    width: fill-available;
    text-align: left;
    margin-bottom: 20px;
  }
  .welcome-card-container {
      background-image: url(/assets/images/banner/banner-3.png);
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 317px;
      display: flex;
      align-items: center;
  }
  .welcome-card-content {
    padding: 48px;
    align-items: flex-start;
    grid-row-gap: 4px;
    row-gap: 4px;
  }
  .welcome-header {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 4px;
  }
}

.progress-bar {
  color: #fff;
  background-color: rgb(97 91 111);
}

.btn.btn-danger-light {
  background-color: var(--cor-padrao-rgb2);
  color: var(--cor-padrao-hex);
}
.btn.btn-danger-light:hover {
  background-color: var(--cor-padrao-rgb);
  color: #fff;
  border: 1px solid var(--cor-padrao-hex);
}

.neymar-Image-holder {
  background-image: url(/assets/images/banner/banner-4.png);
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
}
.wallet{
  font-size: 14px !important;
  border: 1px solid #353535;
}
.wallet img {
  width: 16px;
  height: 16px; 
}

[data-header-styles=dark] .main-header-container .header-link-icon {
  background-color: transparent;
  cursor: default !important;
}

[data-header-styles=dark] .main-header-container .header-link-icon:hover {
  background-color: transparent;
  cursor: default !important;
}

.btn.btn-danger2-light {
  background-color: var(--cor-padrao-rgb2);
  color: var(--cor-texto);
}
.btn.btn-danger2-light:hover {
  background-color: var(--cor-padrao-rgb);
  color: #fff;
  border: 1px solid var(--cor-padrao-hex);
}
.btn.btn-danger2 {
  background-color: var(--cor-padrao-rgb);
  color: #fff;
  border: 1px solid var(--cor-padrao-hex);
}
.btn.btn-danger2:hover {
  background-color: var(--cor-padrao-rgb);
  color: #fff;
  border: 1px solid var(--cor-padrao-hex);
}
body {
  background: url(/assets/images/banner/background.png) center top / 100% no-repeat #17212b !important;
  position: relative;
}
 
.gkajckfkq-mobile-menu{
  display: none;
}

@media (max-width: 783px) {
  .btn.btn-lg { 
    white-space: nowrap;
  }
}
/* Estilo para o menu fixo */
@media (max-width: 575px) {

  .card.custom-card { 
    background-color: transparent;
    box-shadow: 0 0.125rem 0 rgba(10,10,10,0);
  }

  .card.custom-card .card-body {
    padding: 0px; 
  }

  .gkajckfkq-mobile-menu { 
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--mobile-nav-height);
    background-color: #17212b; 
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #2b3339; 
    z-index: 98; /* Garante que o menu esteja acima do conteúdo */
  }

  .btn.btn-lg { 
    border-radius: 0.25rem;
    font-size: .75rem;
    white-space: nowrap;
  }

  .gkajckfkq-mobile-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .gkajckfkq-mobile-menu ul li {
    display: inline-block;
    padding: 0 25px 0;
  }

  .gkajckfkq-mobile-menu ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
  }

  /* Adicionando um estilo diferente quando o item do menu é hover */
  .gkajckfkq-mobile-menu ul li a:hover {
    background-color: #1d2730;
  }
}

.product-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.2);
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-hover ul { 
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-img-overlay { 
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
}

.card-img-overlay:hover { 
  opacity: 1;
  background: rgba(0,0,0,0.7);
  border: 1px solid #313131;
  backdrop-filter: blur(2px);
}

.t4{
  margin-top: 10px;
  color: white;
}

.scrollY, .scrollX {
  scrollbar-color: rgba(0,0,0, 0) transparent;
}
.scrollX {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
  -moz-transform: none!important;
  scrollbar-width: thin;
}
.scrollX2 {
  scrollbar-color: #0d1012 transparent;
}
.scrollX2 {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
  -moz-transform: none!important;
  scrollbar-width: thin;
}

.kdjfiackaj-container {
  max-width: 100%; /* Limita a largura da div para evitar que saia para fora */ 
  white-space: nowrap; /* Impede que os elementos quebrem a linha */
}

.kdjfiackaj-botao {
  margin: 10px;
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px; 
  background-color: rgba(43,46,49);
  color: #ffffff; 
  border: none; 
  border-radius: 5px;
  cursor: pointer;
}
.kdjfiackaj-botao>img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.header-content-right { 
  margin-right: 10%;
}

@media (max-width: 575px){
  .cardCustom {
    border-radius: 0.5rem;
    border: 0;
    background-color: rgba(26,28,30) !important; 
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
  }
  .header-content-right { 
    margin-right: 0%;
  }
  .modal {
    --bs-modal-margin: 0 !important;
    border: 0px !important;
    background: rgba(26,28,30) !important;
  }
  .modal-content { 
    border: 0px; 
  }
}

.form-controlC {
  width: auto;
}

.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9px; /* Ajuste conforme necessário */
  width: 1px;
  background-color: #3d3c3c; /* Cor da linha vertical */
}

.ico-brand-type-footer {
  width: 90px;
  display: block;
}

.footer.fksjfakxcc {
  background-color: #181718;
  max-height: 580px;
  z-index: 99;
}

.footer.fksjfakxcc .container {  
  align-items: left;
  margin-top: 10px;
  margin-bottom: 15px;
}

.footer.fksjfakxcc img {
  max-width: 100px;
  height: auto;
  margin-right: 10px; /* espaço entre a imagem e o texto */
}

.footer.fksjfakxcc .text-muted {
  color: #5b5b5b !important;
  font-size: 10px;
  flex-grow: 1;
}

@media (max-width: 576px) {
  .footer.fksjfakxcc .container {
      flex-direction: column; /* altera a direção do flex container para coluna em dispositivos com largura máxima de 576px (dispositivos móveis) */
  }

  .footer.fksjfakxcc img {
      margin-right: 0; /* remove o espaço entre a imagem e o texto em dispositivos móveis */
      margin-bottom: 10px; /* adiciona espaço entre a imagem e o texto em dispositivos móveis */
  }
}

.logo-provider {
  max-height: 62px;
  max-width: 105px;
  opacity: .5;
  margin-right: 70px;
  filter: saturate(0%);
  transition: filter 0.3s ease; /* adiciona uma transição suave */
}

.logo-provider:hover {
  filter: brightness(100%); /* torna a imagem branca quando o mouse passar por cima */
}

.app-content2 { 
  border-top: 1px solid #2b3339;
  background-color: #17212b;
  min-height: 150px;
  margin-block-end: 0;
  margin-block-start: 3.75rem;
  margin-inline-start: 15rem;
  transition: all 50ms ease;
}
.me-1{
  margin-top: 1rem;
}
.me-2{
  margin-top: 2rem;
}
.me-3{
  margin-top: 3rem;
}
.me-4{
  margin-top: 4rem;
}
.footer {
  box-shadow: 0 0 0 var(--black-1);
}

.f2{
  justify-content: center;
}

@media (max-width: 575.98px){
  .f2{
    justify-content: left;
    padding-left: 1.5rem;
    flex-wrap: wrap !important;
  }
  .main-content2 { 
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }
} 
 
.imglg{
  height: 45px;
}

@media (max-width: 990px){
  .app-content2 {
    margin-inline-start: 0rem;
  } 
}
.gkajckfkq-mobile-menu ul li a:hover {
  background-color: #17212b;
}

[data-menu-styles=dark] .app-sidebar .side-menu__item.active .side-menu__angle, [data-menu-styles=dark] .app-sidebar .side-menu__item.active .side-menu__icon, [data-menu-styles=dark] .app-sidebar .side-menu__item.active .side-menu__label, [data-menu-styles=dark] .app-sidebar .side-menu__item:hover .side-menu__angle, [data-menu-styles=dark] .app-sidebar .side-menu__item:hover .side-menu__icon, [data-menu-styles=dark] .app-sidebar .side-menu__item:hover .side-menu__label {
  color: var(--cor-padrao-hex);
  fill: #fff;
}


@media screen and (min-width: 901px){
  .welcome-card-container .buttons-wrapper {
      flex-direction: row;
      flex-wrap: nowrap;
      grid-column-gap: 12px;
      -webkit-column-gap: 12px;
      column-gap: 12px;
      margin-bottom: 61px;
  }
}

.welcome-card-container .buttons-wrapper {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
  row-gap: 16px;
}
.deposit-bonus, .welcome-card-container .buttons-wrapper {
  width: -webkit-fill-available;
  width: fill-available;
} 


.custom-button {
  height: 48px;
  color: #fff;
  text-align: center; 
  font-size: 12px; 
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  width: -webkit-fill-available;
  width: fill-available;
  border-radius: 4px;
  padding-inline-start: 0rem;
}
 

.custom-button.disabled:disabled {
  background-color: #313a42!important;
  color: #bcbfc7;
  opacity: 1
}
  
 
.deposit-bonus,.welcome-sub {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 200px
}

.deposit-bonus,.welcome-card-container .buttons-wrapper {
  width: -webkit-fill-available;
  width: fill-available
}

.welcome-card-container .buttons-wrapper {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
  row-gap: 16px
}

.welcome-card-container .row {
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 0 8px;
  width: -webkit-fill-available;
  width: fill-available
}

.row .col-xs-3.margin-xs {
  padding: 0;
  margin: 0;
  flex-shrink: 1;
}

.row .col-xs-3.margin-xs button.grey {
  height: 48px;
  border: 1px solid #4b545e;
  background-color: initial
}

.row .col-xs-3.margin-xs button.grey img {
  margin: 0
}

.icon-description,.mini-container {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 8px;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  align-items: center;
  justify-content: center
}
 

@media screen and (min-width: 901px) {
 
  .bg2{
    background: rgba(26,28,30);
  }
  .deposit-bonus,.welcome-sub {
      font-size: 18px;
      font-weight: 400;
      line-height: 32px;
      width: -webkit-fill-available;
      width: fill-available;
      text-align: left;
      margin-bottom: 20px
  }

  .progress-wrapper {
      width: 420px
  }

  .welcome-card-container .buttons-wrapper {
      flex-direction: row;
      flex-wrap: nowrap;
      grid-column-gap: 12px;
      -webkit-column-gap: 12px;
      column-gap: 12px;
      margin-bottom: 61px
  }

  .reg-btn {
      width: 136px
  }

  .welcome-card-container .row {
      justify-content: flex-start;
      width: auto;
      margin-bottom: 0
  }

  .icon-description,.mini-container,.welcome-card-container .row {
      grid-column-gap: 12px;
      -webkit-column-gap: 12px;
      column-gap: 12px
  }

  .neymar-Image-holder {
      display: none
  }
}

.css-qm5ssc.custom-button {
  background-color: var(--cor-padrao-rgb2);
  color: rgb(255, 255, 255);
  font-size: 12px;
  border: 0px solid white;
}

.row .col-xs-3.margin-xs button.grey {
  height: 48px;
  border: 1px solid #4b545e;
  background-color: initial;
}
button.grey {
  border: 1px solid var(--separator);
  background-color: var(--background-two);
  border-radius: 3px;
  color: var(--cloudy-blue);
  font-weight: 600;
  font-size: 12px;
  padding: 16px 30px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.border1{ 
  border: 1px solid #2b2e30; 
}
.border1:focus{ 
  border: 1px solid #2b2e30; 
}

.border3{ 
    border: 1px solid #17212b; 
}
.border3:focus{ 
  border: 1px solid #17212b; 
}



.blurfl{
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  background: rgba(0,0,0, 0.2)
}

.alertfl{
  border-radius: 5px;
  background-color: rgb(145 145 145 / 10%);
  border: 1px solid #282828;
  margin-top: 1rem;
}

.dropdown-item:not(.active):active, .dropdown-item:not(.active):focus, .dropdown-item:not(.active):hover {
  color: var(--cor-padrao-rgb2);
}

.pi-1{
  padding-right: 0.3rem;
}
 
.or-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
  color: hsla(0,0%,100%,.4);
  font-weight: 300;
  font-size: 15px;
}

.or-separator>div {
  height: 1px;
  background: #323b45;
  flex-grow: 1;
  width: 100%;
}

.or-separator>span {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #8a90a2;
  margin: 0 12px;
  text-transform: uppercase;
}

#auth-modal .row {
  flex-wrap: nowrap;
  justify-content: space-around;
}

#auth-modal button.grey {
  padding: 0;
}
#auth-modal .social {
  height: 48px;
}

.authentication-barrier {
  position: relative;
}

.authentication-barrier:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 0.125rem;
  background-image: linear-gradient(to left, var(--cor-padrao-hex),rgb(43,46,49));
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-start: 0.563rem;
  z-index: 1;
}

.authentication-barrier:after {
  position: absolute;
  content: "";
  width: 45%;
  height: 0.125rem;
  background-image: linear-gradient(to left,rgb(var(--light-rgb)),var(--cor-padrao-hex));
  border-radius: 50%;
  inset-inline-start: 0;
  inset-block-start: 0.563rem;
  z-index: 1;
}

.modal{
  z-index: 9997 !important;
}

.tab-style-6 .nav-item .nav-link.active { 
  background-color: var(--cor-padrao-rgb2); 
}
.tab-style-6 .nav-item .nav-link {
  color: var(--cor-padrao-hex);
}

.form-control:disabled, .form-select:disabled {
  background-color: #17212b;
  color: var(--default-text-color);
}

.spinner-border { 
  border: 0.25em solid #123261;
  border-right-color: var(--cor-padrao-hex);
}
.card.custom-card2 {
  border-radius: 0.5rem;
  border: 0;
  background-color: #17212b;
  box-shadow: 0 0.125rem 0 rgba(10,10,10,.04);
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}
.text-grey{
  color: #c7c7c7 !important;
}
.text-flash{
  color: var(--cor-padrao-hex);
}
  
.btn-outline-flash {
  --bs-btn-color: var(--cor-padrao-hex);
  --bs-btn-border-color: var(--cor-padrao-hex);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--cor-padrao-hex);
  --bs-btn-hover-border-color: var(--cor-padrao-hex);
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--cor-padrao-hex);
  --bs-btn-active-border-color: var(--cor-padrao-hex);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--cor-padrao-hex);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--cor-padrao-hex);
  --bs-gradient: none;
}

.text-white{
  color: #ffffff !important;
}

.text-lime{
  color: #00b900;
}

.table thead tr th { 
  background-color: #272727; 
}












.stat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(50,59,69,.6);
  padding: 22px 24px 18px 16px;
}

.stat-row h2 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #aab0c3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-row h2 img {
  margin-right: 8px;
}
.stat-row>div {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  text-align: right;
  color: #aab0c3;
}








.mobile-slots-container-btn-share-container {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px
}

.mobile-slots-container-btn-share-container .fav-btn {
  background-color: inherit;
  border: 1px solid var(--separator);
  border-radius: 3px;
  display: flex;
  align-items: center
}

#slots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

#slots.enlarge {
  margin-top: -48px
}

#slots.enlarge #slots-container {
  max-width: unset;
  max-height: 1000px;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--separator)
}

#slots #game_wrapper {
  display: flex;
  width: 100%;
  height: 100%
}

#slots #game_wrapper>iframe {
  width: 100%!important;
  height: 100%!important
}

#slots.enlarge iframe {
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  height: 100%
}

#slots.enlarge #slots-game {
  width: 100%;
  height: 768px;
  position: relative
}

#slots .page-loadable {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  background: var(--background)
}

#slots-game {
  align-items: center;
  justify-content: center
}

#slots .demo-banner {
  position: absolute;
  top: 16px;
  background: #06e385;
  border-radius: 4px;
  display: flex;
  align-items: center;
  grid-column-gap: 6px;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  padding: 4px 24px
}

#slots .demo-banner .register-link,#slots .demo-banner div {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0f1923
}

#slots .demo-banner .register-link {
  text-decoration: underline
}

#slots iframe {
  height: 603px;
  width: 100%;
}

#slots-container {
  width: 100%;
  background: #121212;
  border: 1px solid #2b3339;
  border-radius: 4px;
  overflow: hidden;
  height: 100%
}
 
#slots-game {
  height: 603px;
  width: 100%;
  position: relative;
  display: flex
}

#slot-start {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15,25,35,.8);
  color: var(--light-grey)
}

#slot-start button {
  padding: 0 16px;
  white-space: nowrap;
  height: 48px;
  margin: 0 8px;
  width: unset
}

#slots .display-currency {
  display: flex;
  position: relative
}

#slots .display-currency .selected {
  cursor: pointer;
  margin-left: 5px;
  font-weight: 400;
  color: #fff
}

#slots .display-currency .selected:hover {
  background: rgba(0,0,0,.2);
  color: var(--white)
}

#slots .maintenance-overlay {
  padding: 100px
}

#slots .display-currency .menu {
  position: absolute;
  background: var(--white);
  color: var(--light-grey-three);
  border-radius: 3px;
  -webkit-transform: translateY(calc(-100% - 15px));
  transform: translateY(calc(-100% - 15px));
  z-index: 2
}

#slots .display-currency .menu>div {
  text-align: left;
  white-space: nowrap;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 12px
}

#slots .display-currency .menu>div:hover {
  background: rgba(0,0,0,.1);
  color: var(--red)
}

#slot-start .top select option {
  background: var(--background-two)
}

#slot-start .top select:hover {
  color: var(--white)
}

#slots-game iframe {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: none
}

#slots .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 25px;
  text-align: left
}

#slots-container>.bottom {
  border-top: 1px solid var(--separator)
}

#slots .bottom h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px
}

#slots .bottom p {
  font-size: 12px;
  margin: 0
}

#slots .bottom .right,#slots .bottom p {
  font-weight: 500;
  line-height: 16px;
  color: var(--light-grey)
}

#slots .bottom .right {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 14px
}

#slots .bottom .right:hover {
  color: white !important;
}
#slots .bottom .resize-buttons svg {
  fill: var(--cor-padrao-hex) !important;
}

#slots .bottom .likes {
  display: flex;
  margin: 0 -12px
}

#slots .bottom .likes>div {
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

#slots .bottom .likes svg {
  margin-right: 8px
}

#slots .switch-wrapper {
  margin: 0 10px
}

#slots .bottom .separator {
  border-right: 1px solid var(--separator);
  height: 24px;
  margin: 0 24px
}

#slots .balance-select,#slots .bottom .resize-buttons {
  display: flex;
  align-items: center
}

#slots .bottom .resize-buttons {
  justify-content: center;
  margin: 0 -8px
}

#slots .bottom .resize-buttons svg {
  margin: 0 8px;
  cursor: pointer
}

#slots .bottom .resize-buttons svg:hover:last-child path {
  fill: var(--white)
}

#slots .bottom .resize-buttons svg.selected path,#slots .bottom .resize-buttons svg:hover:first-child path {
  stroke: var(--white)
}

#slots .bottom .mode-select,#slots .right .fav-btn {
  display: flex;
  align-items: center
}

#slots .right .fav-btn {
  font-size: 24px;
  width: 32px;
  height: 32px;
  justify-content: center;
  flex-shrink: 0;
  background-color: inherit;
  border: 1px solid var(--separator);
  border-radius: 4px
}

@media (max-width: 1040px) {
  .hdMobile{
    display: none;
  }
  #slots-container {
      border:none;
      border-bottom: 1px solid var(--separator);
      border-radius: 0
  }

  #slots iframe {
      border-radius: 0
  }

  #slots-game,#slots iframe {
      height: calc(var(--page-height) - var(--nav-height) - var(--banner-height) - var(--mobile-nav-height));
      width: 100vw
  }

  #slots .bottom {
      align-items: flex-start;
      justify-content: space-between;
      padding: 16px
  }

  #slots .bottom .tags-and-description .separator {
      display: none
  }

  #slots .bottom .tags-and-description {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      line-height: 2.2em;
      flex-shrink: 0
  }

  #slots .bottom .mode-select {
      display: flex;
      width: 100%
  }

  #slots .bottom .resize-buttons {
      height: 30px
  }

  #slots .bottom .resize-buttons svg:first-child {
      display: none
  }

  #slot-start .bottom {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 16px
  }
}

@media (max-width: 1040px) and (orientation:landscape) {
  #slots-game,#slots iframe {
      height:calc(var(--page-height) - var(--nav-height) - var(--banner-height));
      width: 100vw
  }
}

@media (max-width: 768px) {
  #slots.mobile-view {
      margin:24px 16px
  }

  #mobile-slots-container,#slots.mobile-view {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: unset
  }

  #mobile-slots-container {
      background: var(--background-two);
      border: 1px solid var(--separator);
      border-radius: 4px;
      position: relative;
      padding: 16px;
      margin-bottom: 24px;
      width: 100%
  }

  #mobile-slots-container .top {
      display: flex;
      margin-bottom: 24px;
      align-items: center;
      text-align: left
  }

  #mobile-slots-container .top h3 {
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      margin-top: 0;
      margin-bottom: 8px
  }

  #mobile-slots-container .top p {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      margin: 0;
      color: var(--light-grey)
  }

  #mobile-slots-container .top>div {
      padding-left: 24px
  }

  #mobile-slots-container .top img {
      height: 136px;
      border-radius: 4px
  }

  #mobile-slots-container .actions {
      display: flex;
      margin: 0 -10px
  }

  #mobile-slots-container .actions>* {
      margin: 0 10px;
      width: 50%
  }

  #mobile-slots-container .actions.demo-disabled>* {
      width: 100%
  }

  #mobile-slots-container .actions button {
      height: 40px;
      padding: 0
  }

  #mobile-slots-container .actions button img {
      margin-right: 6px
  }

  #slots.mobile-view .group {
      margin-bottom: 24px;
      width: 100%
  }
}

.game-description-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px
}

.game-description-container .game-description-title {
  display: flex;
  flex-direction: row;
  align-items: start!important
}

.game-description-body {
  display: flex;
  flex-direction: row
}

.game-description-body .image {
  min-width: 159px;
  height: 210px;
  margin-right: 32px
}

.game-description-body .image img {
  max-width: 100%;
  max-height: 100%
}

.game-description-body .tags-and-description {
  display: flex;
  flex-direction: column
}

.game-description-body .tags-and-description .feature-tags {
  display: flex;
  flex-direction: row;
  align-items: start
}

.feature-tags .feature-tag {
  background-color: #8c9099;
  border-radius: 4px;
  color: #1a242d;
  font-weight: 900;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 8px
}

.feature-tags .feature-tag span {
  margin: auto;
  height: 16px
}

.game-description-body .description {
  margin-top: 16px
}

.description .read-more {
  font-weight: 600;
  color: #f12c4c;
  float: left;
  margin-top: 12px;
  cursor: pointer;
  text-transform: uppercase
}

.description .expanded {
  text-align: left
}

.description p+h3 {
  margin-bottom: 5px
}

@media (max-width: 1024px) {
  .game-description-container.mobile {
      display:flex;
      flex-direction: column;
      max-width: 100%
  }

  .game-description-container.mobile .game-description-body {
      flex-direction: column
  }

  .game-description-container.mobile .tags-and-description {
      margin-top: 30px
  }

  .game-description-container .game-description-title {
      justify-content: center
  }

  .game-description-body .image {
      margin: 0
  }

  .feature-tags {
      flex-wrap: wrap;
      justify-content: center
  }

  .feature-tags>* {
      margin-top: 10px
  }

  .tags-and-description .description {
      margin-top: 30px
  }
}

#boxGameHidden{
  display: none !important;
}

@media (max-width: 1042px) {
  #boxGame{
    display: none !important;
  }
  #boxGameHidden{
    display: block !important;
  }
}

.divPesquisa{
  display: none;
}

.grecaptcha-badge{
  display: none !important;
}

.swal2-container .swal2-popup {
  z-index: 9999 !important;
}

div:where(.swal2-container) {
  z-index: 9999 !important;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
  z-index: 9999 !important;
}

.swal2-container .swal2-popup {
  background: rgb(40 41 43); 
}
.form-control-lg {
  font-size: 0.9rem; 
}

.swal2-container .swal2-styled.swal2-confirm {
  background-color: var(--cor-padrao-hex) !important; 
}

.swal2-container .swal2-icon.swal2-error {
  border-color: var(--cor-padrao-hex) !important; 
  color: var(--cor-padrao-hex) !important; 
}

.swal2-container .swal2-icon.swal2-error [class^=swal2-x-mark-line] { 
  background-color: var(--cor-padrao-hex) !important; 
}
 
.text-danger {
  color: var(--cor-padrao-hex) !important; 
}

.form-select option:checked {
  background-color: var(--cor-padrao-rgb);
  color: white;
}

.form-select option:hover {
  background-color: var(--cor-padrao-rgb);
  color: white;
}

.formDepositoPagamento{
  display: none;
}

#slots .maintenance-overlay {
  padding: 100px;
}
#casino .maintenance-overlay {
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(26, 28, 30, .75);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  -webkit-animation: fade-in .5s ease forwards;
  animation: fade-in .5s ease forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 1;
}

@media (max-width: 1042px){
  #mobile-slots-container {
      background: rgba(26, 28, 30);
      border: 1px solid #000000;
      border-radius: 4px;
      position: relative;
      padding: 16px;
      margin-bottom: 24px;
      width: 100%;
  } 
  #mobile-slots-container, #slots.mobile-view {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: unset;
  }
  #mobile-slots-container .top {
      display: flex;
      margin-bottom: 24px;
      align-items: center;
      text-align: left;
  }
  #mobile-slots-container .actions {
    display: flex;
    margin: 0 -10px;
  }
}

a.red, input.submit-button.red {
  background-color: red;
  color: #fff;
  border-radius: 4px;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -.3px;
}
.mobile-slots-container-btn-share-container .fav-btn {
  background-color: inherit;
  border: 1px solid #323b45;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
#mobile-slots-container .top>div {
  padding-left: 24px;
}
.mobile-slots-container-btn-share-container {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
.btn-share, .challenge__casino__feature-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-share {
  border: 1px solid #323b45;
  background-color: rgba(26, 28, 30);
  border-radius: 3px;
  color: #acb1cd;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 15px;
  text-transform: capitalize;
  transition: background .2s;
  height: 100%;
  width: 100%;
}
.input-group-text {
  padding: 12px 16px !important;
  border-radius: 7px;
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select { 
  border-radius: 7px;
}

.incolor{
  color: white;
  background-color: #17212b;
  border-radius: 7px;
  height: 3.1rem;
}
.incolor::placeholder {
  color: white; /* Cor desejada */
}
.scX{
  scrollbar-color: transparent !important;
}

.p-175{
  margin-left: 25px;
}
.p-174{
  margin-left: 50px;
}
.rowCk{
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: -1rem;
}
.nft-tag.nft-tag-primary:hover {
  color: var(--cor-padrao-hex) !important;
}
input, select, textarea { 
    max-height: 100vh; /* Evita o redimensionamento da tela */
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link { 
  background-color: var(--cor-padrao-hex);
}
.nav-link:focus, .nav-link:hover {
  color: var(--cor-padrao-hex);
}

.nft-like-badge-danger {
  background-color: rgba(255, 0, 0, 1);
  -webkit-backdrop-filter: blur(1.875rem);
  backdrop-filter: blur(1.875rem);
}

.nft-like-badge-warning {
  color: dark;
  background-color: rgba(250, 215, 73, 1);
  -webkit-backdrop-filter: blur(1.875rem);
  backdrop-filter: blur(1.875rem);
}

.text-fixed-dark{
  color: black !important;
}

.eBfuhI {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNDkgNTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImJ1dHRvbi1wbGF5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQuMDAwMDAwLCAtMTQuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uX3BsYXkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTM4LjUsNjMuMDkyMTA1MyBDMjQuOTY5MDIzNiw2My4wOTIxMDUzIDE0LDUyLjEwMjQ2MzIgMTQsMzguNTQ2MDUyNiBDMTQsMjQuOTg5NjQyMSAyNC45NjkwMjM2LDE0IDM4LjUsMTQgQzUyLjAzMDk3NjQsMTQgNjMsMjQuOTg5NjQyMSA2MywzOC41NDYwNTI2IEM2Myw1Mi4xMDI0NjMyIDUyLjAzMDk3NjQsNjMuMDkyMTA1MyAzOC41LDYzLjA5MjEwNTMgWiBNMjkuNCwyNi42IEwyOS40LDUwLjQ4OTEwNjYgTDQ5LjkyMDM4LDM4LjU0NDc0NDkgTDI5LjQsMjYuNiBaIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center center / 40px no-repeat var(--cor-padrao-rgb2);
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: inline-block;
  padding: 2rem;
  border-radius: 50%;
  text-decoration: none;
}
 
.Sy54t {
  align-items: center;
  display: flex;
  gap: .75rem;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  --tw-bg-opacity: 1;
  background-color: var(--cor-padrao-hex);
  line-height: 1rem;
  padding: .25rem 2rem .25rem .5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: #fdffff; 
}

.Sy54t a {
  border-radius: .25rem;
  --tw-bg-opacity: 1;
  background-color: #fdffff; 
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  padding: .25rem .5rem;
  --tw-text-opacity: 1;
  color: var(--cor-padrao-hex);
  border: 1px solid white;
}
.mobile-menu-wrapper[data-v-c42cec75] {
  display: none;
}
.headerSx{
  margin-top: calc(1rem + 18px);
}
@media (max-width: 991.98px){ 
  .main-content {
      margin-top: 0px;
      padding-block-start: 3.75rem;
  }
  .p-174{
    margin-left: 4px;
  }
  .mobile-menu-wrapper[data-v-c42cec75] {
    box-shadow: 0 0 15px #0003;
  }
  .mobile-menu-wrapper[data-v-c42cec75] {
    display: block;
    bottom: 0;
    left: 0;
    max-width: 100%;
    min-width: 100%;
    position: fixed;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 99999;
    --tw-bg-opacity: 1;
    background-color: #17212b; 
    border-top: 1px solid #17212b;
    transition-property: none;
  }
  
  .mobile-menu-wrapper .mobile-menu[data-v-c42cec75] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
  }
  
  .mobile-menu-wrapper .mobile-menu .btn[data-v-c42cec75] {
    align-items: center;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    font-size: .68rem;
    font-weight: 600;
    justify-content: center;
    position: relative;
    --tw-text-opacity: 1;
    color: #fdffff; 
    letter-spacing: -.02rem;
    padding: .7rem .4rem .6rem;
  }
  
  .mobile-menu-wrapper .mobile-menu .btn svg[data-v-c42cec75] {
    height: auto;
    margin-bottom: 1px;
    margin-top: .125rem;
    opacity: .7;
    width: 1.6em;
    fill: currentColor !important;
    color: currentColor !important;
  }
}

.fAGKs {
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.Ukd9w, .hnvf1 {
  position: relative;
}

.hnvf1 {
  width: 100%;
}

.HyAO0 {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.Ukd9w {
  display: flex;
  gap: 13px;
  overflow-x: auto;
  scroll-behavior: smooth;
  z-index: 0;
}

.Ukd9w, .hnvf1 {
  position: relative;
}

._1PZa- {
  flex-basis: auto;
  flex-shrink: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.XXYQL {
  opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px; 
  display: flex;
  flex-direction: column;
  gap: .25rem;
  min-width: 3rem;
  overflow: hidden;
  padding-top: 1px;
  white-space: nowrap;
  width: 100%; 
  background-color: transparent;
  border: 0px solid transparent;
}

.XXYQL ._4v2cz {
  align-items: center;
  background-color: #14315b;
  border-radius: 9999px;
  display: flex;
  font-size: 1.5rem;
  height: 58px;
  justify-content: center;
  line-height: 2rem;
  width: 58px;
  --tw-text-opacity: 1; 
  color: var(--cor-padrao-hex);
}

.XXYQL .hIA43 {
  display: flex;
  margin-top: .125rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  align-items: left;
  flex-direction: column;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem; 
  transform: translate(0, 0) rotate(0 skew(0) skewY(0) scaleX(.9) scaleY(.9)); 
  --tw-text-opacity: 1; 
  color: rgba(255, 255, 255, 0.7);
}  

input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #17212b inset;
}
 
input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important; /* Cor do texto */
  -webkit-box-shadow: 0 0 0px 1000px #17212b inset !important; /* Fundo branco */
}

/* Estilização para input focado */
input:focus {
  color: #ffffff !important; /* Cor do texto */
  background-color: #17212b !important; /* Fundo branco */
}

input:not(:focus) {
  color: #ffffff !important; /* Cor do texto */
  background-color: #17212b !important; /* Fundo branco */
}

.bgColor1{
  background-color: #252525 !important;
}

/* Estilos para desktops */
@media only screen and (min-width: 769px) {
  .main-content3 {
    padding: 0 0% !important;
  }
  .dsFunciona{
    display: none;
  }
}
@media only screen and (max-width: 769px) { 
  .dsCampanha{
    display: none;
  }
}

.about-heading:before { 
  background-image: linear-gradient(to right, var(--cor-padrao-hex), rgba(255,255,255, .2)); 
}

.crm-lead-legend.desktop:before {
  background-color: var(--cor-padrao-hex);
}
.crm-lead-legend.mobile:before {
  background-color: var(--cor-padrao-hex);
}
 
.card.custom-card .card-header .card-title:before { 
  background: linear-gradient(to bottom, var(--cor-padrao-hex) 0%, rgba(var(--secondary-rgb), 0) 0%); 
}
.card.custom-card { 
  background-color: #17212b; 
}