
/* PRO PLAY V69 - manter topo original, ajustar só Segurança/2FA */
html,body{max-width:100%;overflow-x:hidden!important}

/* NÃO altera topbar/header */

/* Segurança da Conta limpa */
.sec59-radio label:has(input[value="whatsapp"]),
input[name="twofa_whatsapp"]{
  display:none!important;
}

.sec59-card:has(input[name="twofa_whatsapp_webhook"]),
.sec59-card:has(input[name="twofa_whatsapp_token"]){
  display:none!important;
}

/* tabela com scroll somente quando precisar */
.proplay-table-mobile,.table-responsive{
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  -webkit-overflow-scrolling:touch;
}
.proplay-table-mobile table,.table-responsive table{
  min-width:820px;
}
@media(max-width:991px){
  .proplay-table-mobile table,.table-responsive table{
    min-width:820px;
  }
}
