.hsl[data-v-d96bb604] {
  width: 100px;
  height: 20px;
  display: block;
}
.setting[data-v-d96bb604] {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.navigation[data-v-d96bb604] {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
  align-items: center;
  justify-content: space-between;
}
.navigation li[data-v-d96bb604] {
  display: inline-block;
  vertical-align: middle;
}
.navigation li a[data-v-d96bb604] {
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 150px;
  height: 110px;
  background: #eeeeee;
  color: #333;
  border-radius: 8px;
  padding: 10px;
  line-height: 14px;
}
.navigation li a[data-v-d96bb604]:hover {
  background: #dddddd;
}
.navigation li .icon[data-v-d96bb604] {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 5px;
  background: #333;
  -webkit-mask: no-repeat center center;
          mask: no-repeat center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin: auto;
}
.navigation .break[data-v-d96bb604] {
  display: block;
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  margin-bottom: 20px;
}
.group[data-v-d96bb604] {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.group[data-v-d96bb604]:last-child {
  border-bottom: 0px;
}
.group .group-name[data-v-d96bb604] {
  font-size: 18px;
}
.group ul[data-v-d96bb604] {
  list-style: none;
  padding: 0px;
  margin: 10px 0px 20px 0px;
  display: block;
}
.group ul .section-group[data-v-d96bb604] {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.group ul .section-group a[data-v-d96bb604] {
  background: #eee;
  border-radius: 5px;
  padding: 10px 10px;
  display: block;
  margin-bottom: 10px;
  min-width: 100px;
}
.group ul .section-group a[data-v-d96bb604]:hover {
  background: #dddddd;
}
@media only screen and (max-width: 700px) {
.overview-container.horizontal[data-v-d96bb604] {
    margin-top: 70px;
}
.navigation[data-v-d96bb604] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.navigation li[data-v-d96bb604] {
    text-align: left;
}
.navigation li a[data-v-d96bb604] {
    width: 100%;
}
}
