p, a, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

body #root .container {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body #root .selectors {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body #root .selectors--dashboard {
  flex-direction: row;
}
body #root .selectors .MuiFormControl-root {
  width: 100%;
}
body #root .selectors > svg {
  display: none;
}
@media only screen and (min-width: 768px) {
  body #root .selectors {
    flex-direction: row;
  }
  body #root .selectors > svg {
    display: block;
  }
  body #root .selectors .MuiFormControl-root {
    max-width: 200px;
  }
}
body #root .form {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 8px;
}
body #root .form .check-items-label {
  margin-bottom: 1.25rem;
}
body #root .form .check-items-label .MuiFormControlLabel-label {
  font-size: 1.25rem;
}
body #root .form .check-items-group {
  padding: 1rem;
}
body #root .select-label-item {
  text-transform: capitalize;
}
body #root #alert-dialog-description {
  margin-bottom: 1rem;
}
body #root .navbar {
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.5rem 0;
}
body #root .navbar--top, body #root .navbar--bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  width: 100%;
}
body #root .navbar--left, body #root .navbar--right {
  align-items: center;
  display: flex;
}
body #root .navbar ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
body #root .navbar ul li {
  align-items: center;
  display: flex;
}
body #root .navbar ul li:after {
  content: "";
  border-right: 1px solid #000;
  display: block;
  height: 1rem;
  margin: 0 0.5rem;
}
body #root .navbar ul li:last-of-type:after {
  display: none;
}
body #root .navbar ul li a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
body #root .navbar .sign-in,
body #root .navbar .sign-out {
  background: none;
  border: none;
  text-transform: uppercase;
}
body .item-page--accordion {
  margin-bottom: 1rem;
}
body .item-page--accordion .color-true {
  background-color: #b7efb7;
}
body .item-page--accordion .color-false {
  background-color: #f7adad;
}
body .item-page--result {
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem;
}
body .item--archive ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .item--archive ul li {
  background-color: #eee;
  border-radius: 4px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  text-align: center;
  width: calc(33% - 1rem);
}
body .item--archive ul li:nth-of-type(3n) {
  margin-right: 0;
}
body .item--archive ul li:hover {
  background-color: #d5d5d5;
}
body .item--archive ul a {
  color: #000;
  display: block;
  font-size: 0.875rem;
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
body .MuiDataGrid-root a {
  color: #525252;
}
body .MuiDataGrid-root .fail {
  background-color: #f7adad;
}
body .MuiDataGrid-root .pass {
  background-color: #b7efb7;
}
body .MuiDataGrid-root .MuiDataGrid-row.Mui-selected {
  background-color: #a0a0ff;
  color: #ffffff;
}
body .MuiDataGrid-root .MuiDataGrid-row.Mui-selected:hover {
  background-color: #a0a0ff;
}
body .MuiDataGrid-root .MuiDataGrid-row.Mui-selected a {
  color: #ffffff;
}
body .MuiDataGrid-root .MuiDataGrid-row:hover {
  background-color: #a0a0ff;
}
body .MuiDataGrid-root .MuiDataGrid-cell {
  border-bottom: 1px solid #343434;
}
body .MuiCollapse-wrapper {
  margin-bottom: 1rem;
}
body .MuiButton-root {
  padding: 15px;
}

.MuiTextField-root.submit-dialog-note {
  border: 1px solid #eee;
  border-radius: 8px;
  width: 100%;
}
/*# sourceMappingURL=index.b2d9cf43.css.map */
