html, body {
    height: 100%;
  }
  
  body {
    margin: 0;
    padding: 0;
  }
  
  .root {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .modal {
    z-index: 1050 !important; /* Valor alto para garantir prioridade */
  }
  
  .modal-backdrop {
    z-index: 1049 !important; /* Garantir que o backdrop esteja logo abaixo */
  }

  .muiltr-1jfhi0p-MuiPaper-root {
    box-shadow: none !important;
  }