* {
  box-sizing: border-box;
}

body,
html,
div.container,
#root {
  margin: 0 !important;
  padding: 0;
.gradient-orange {
  background-image: linear-gradient(
    -217deg,
    #d95500,
    #a83900
  ); /* Gradiente de laranja */
  border: none; /* Remova a borda padrão do Bootstrap */
}
.container-fluid {
  padding: 0;
}
.react-bootstrap-table {
  height: auto !important;
  overflow-y: scroll !important;
  position: relative !important;
  display: flexbox !important;
  height: 100% !important;
  max-height: calc(100vh - 14rem) !important;
  margin: auto !important;
}
