@font-face {
  font-family: maribold;
  src: url("/fonts/mari_bold-webfont.woff");
}
@font-face {
  font-family: marilight;
  src: url("/fonts/mari_light-webfont.woff");
}
@font-face {
  font-family: mari;
  src: url("/fonts/mari-webfont.woff");
}
body {
  overflow: hidden;
}
body .group.blue {
  --card-color-light: #e6ebf1;
  --card-color: rgb(50, 66, 88);
}
body .group.red {
  --card-color-light: #f7d0cd;
  --card-color: rgb(229, 97, 86);
}
body .group.yellow {
  --card-color-light: #fefbe6;
  --card-color: rgb(250, 241, 155);
}
body #graphics {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background: #222277;
  background: linear-gradient(0deg, #e3decf 0%, white 75%);
}
body #graphics > path {
  fill: none;
  stroke: #2f383a;
  stroke-width: 1;
}
body .heading {
  fill: #324258;
  font-family: "maribold", sans-serif;
  font-size: 100px;
  letter-spacing: -5px;
}
body .zoom {
  cursor: pointer;
}
body .element {
  stroke-width: 6;
  stroke: white;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  fill: var(--card-color);
}
body .element-content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  color: white;
}
body .element-content h4 {
  margin: 0px;
  text-align: center;
  font-size: 24px;
  font-family: "maribold", sans-serif;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
body .element-content .element-icon {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25)) brightness(100);
  pointer-events: none;
}
body #c .element-content h4 {
  font-size: 19px;
}
body #zoomOut {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: white;
  border: 0px;
  padding: 0.75rem 1.25rem;
  font-weight: bold;
  border-radius: 0.5rem;
  display: none;
  cursor: pointer;
  background-color: green;
}
body.zoomed #zoomOut {
  display: block;
}
body.zoomed .element {
  fill: white;
  stroke: var(--card-color);
}
body.zoomed .element-content {
  justify-content: start;
  align-items: center;
  color: #324258;
}
body.zoomed .element-content .element-icon {
  display: none;
}
body.zoomed .element-content .content {
  display: block;
}
body.zoomed .element-content h4 {
  filter: unset;
}
body.zoomed .element-content .nav-tabs {
  border-bottom: 1px solid var(--card-color);
}
body.zoomed .element-content .nav-tabs .nav-link.active {
  background-color: var(--card-color-light);
  border-color: var(--card-color) var(--card-color) var(--card-color-light);
}
body.zoomed .tab-content .tab-pane {
  overflow-y: auto;
  height: 100%;
}
body.zoomed .files-list {
  border-radius: 0px;
}
body.zoomed .files-list .file-list-item {
  border: none;
  border-bottom: 1px solid var(--card-color);
  padding: 0.5rem 0.75rem;
}
body.zoomed .files-list .file-list-item .file-icon {
  height: 30px;
}
body.zoomed .files-list .file-list-empty {
  border-bottom: none;
}
body.zoomed .element-content h4 {
  font-size: 17px;
}
body.zoomed #c .element-content h4 {
  font-size: 10px;
}
body #c g {
  transform-box: fill-box;
  transform-origin: center;
}
body .title {
  font-size: 2rem;
}
body .content {
  font-size: 1rem;
  display: none;
}
body .controls {
  color: #888;
  display: none;
  text-align: center;
  font-size: 0.75rem;
  cursor: pointer;
}
body .controls .control {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .in .controls {
  display: block;
}
body #c-wheel {
  transition: transform 1s;
}
body #c.in .controls {
  display: block;
}
body svg.icon {
  height: 15px;
  width: 15px;
  fill: #888;
}
body #b .element-content .content {
  font-size: 9px;
}
body #b .element-content .content .file-list-item {
  padding: 0.3rem 0.45rem;
}
body #b .element-content .content .file-list-item .file-icon {
  height: 20px;
}
body #a .element-content .content {
  font-size: 12px;
}
body #a .element-content .content .file-list-item {
  padding: 0.5rem 0.75rem;
}
body #a .element-content .content .file-list-item .file-icon {
  height: 30px;
}
body #c .element-content .content {
  font-size: 6px;
}
body #c .element-content .content .file-list-item {
  padding: 0.2rem 0.3rem;
}
body #c .element-content .content .file-list-item .file-icon {
  height: 15px;
}
body #d .element-content .content {
  font-size: 12px;
}
body #d .element-content .content .file-list-item {
  padding: 0.5rem 0.75rem;
}
body #d .element-content .content .file-list-item .file-icon {
  height: 30px;
}
body #e .element-content .content {
  font-size: 12px;
}
body #e .element-content .content .file-list-item {
  padding: 0.5rem 0.75rem;
}
body #e .element-content .content .file-list-item .file-icon {
  height: 30px;
}
body .nav-link {
  padding: 0.25rem;
}
