body {
  overflow-x: hidden;
}

h1,
.MuiTypography-h1 {
  font-size: 24px;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input {
  box-shadow: '0 0 0 1000px white inset' !important;
  -webkit-box-shadow: '0 0 0 1000px white inset' !important;
}

.errorInReadExcel {
  background-color: red;
}

.readExcelContainer {
  overflow: 'scroll';
  max-height: 70vh;
  max-width: 100%;
}

/* SCROLLBARS */

::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #26991d;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  * {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-scrollbar-highlight-color: #fff;
    -ms-scrollbar-arrow-color: #000;
    -ms-scrollbar-face-color: #000;
  }
}
