* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* 
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.woff') format('woff');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.woff') format('woff');
  font-style: normal;
  font-weight: 800;
} */

body,
html {
  font-family: Roboto;
  font: normal 400 16px Roboto;

  height: 100%;
  width: 100%;
  overscroll-behavior: none;
}

#root {
  height: 100%;
  display: flex;
}

#logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

#logo img {
  width: 100px;
}

/* html lang he */
html[lang='he'] .MuiTablePagination-actions svg {
  rotate: 180deg !important;
}

.MuiTableCell-stickyHeader:first-child {
    z-index: 1000;
}
