body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

.sideBar {
  position: sticky;
  top: 0;
  height: 100vh;
  min-width: 230px;
  color: white;
}
.sideBar * {
  color: white;
}

.menuListInSidebar > li {
  height: 50px;
}
.menuListInSidebar > li > div,
.menuListInSidebar > li > p {
  height: 50px;
  line-height: 50px;
}

.displayedAdmin {
  margin-bottom: 0;
  color: #333;
  background-color: white;
  font-weight: bold;
}

.awesomeIcon {
  width: 20px;
}

.menuButton:hover {
  background-color: #007be0;
}

.menuChild * {
  color: #333 !important;
}
.menuChild > .menuChildButton:hover {
  background-color: rgb(221, 221, 221);
}

.contentsWrapper {
  background-color: #F7F7F7;
}

.contents {
  margin: 0 auto;
  background-color: white;
}

.clientImagePreview {
  max-width: 200px;
  max-height: 200px;
  height: auto;
  width: auto;
}/*# sourceMappingURL=app.css.map */