html,
body {
  padding: 0;
  margin: 0;
  font-family: Roboto, Helvetica Neue, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

.fill-height {
  height: 100%;
}

.center-vertically {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.secondaryText {
  color: #9b9b9b;
}

.overflow-container {
  width: 100%;
  overflow-x: scroll;
}

table th {
  min-width: 80px;
}
.shared__header--3mM-I {
  background-color: #1d72aa;
  color: #f0f8ff;
  border-bottom: 1px solid white;
}

.shared__header--3mM-I a {
  color: #f0f8ff;
}

.shared__body--2qr06 {
  height: calc(100vh - 55px);
  display: grid;
  grid-template-columns: 200px auto;
}

.shared__menuContainer--32Zpr {
  background-color: #f2f4f7;
}

.styles__container--1fhEq {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.styles__header--lMKfu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1em 0;
}

.styles__header--lMKfu svg {
  max-width: 50px;
  margin-right: 1em;
}

