html {
  height: 100%;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  color: #152935;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  min-height: 903px; /* min-height of fraDetalle iframe from MP */
  margin: 0;
  padding: 0;
  width: 100%;
}

#__root {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#__portal {
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
}


/* FIXME: delete the code after correcting in the library
  To override the table style root container, this is produced by an @media */
div[class^='Tablestyles__Root'], div[class*='Tablestyles__Root'] {
  width: 100%;
}


nav[class^='MuiPagination-root'] { 
  margin: 0 0 0 auto;
}
