body {
  padding: 0;
  margin: 0;
}
body .ui.segment, body .ui.card {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  border: none;
}
body .ui.segment.message, body .ui.card.message {
  border: none;
}
body .ui.segment > .ui.attached.header, body .ui.card > .ui.attached.header {
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0;
}

#app {
  display: flex;
  min-height: 100vh;
  padding: 0;
}

#sidebar {
  width: 300px;
  padding: 2rem 1rem;
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
#sidebar .menu.attached {
  position: absolute;
}
#sidebar .menu.attached.bottom {
  bottom: 0;
  top: auto;
  width: 100%;
  left: 0;
  right: 0;
}

#page {
  width: 100%;
  padding: 2rem 4rem;
  background: #f7f7f7;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/app.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;EACE;EACA;;AAGE;EAEE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;;;AAMR;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;AAGE;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAOR;EACE;EACA;EACA%22,%22file%22:%22app.output.css%22%7D */
