@charset "UTF-8";
/* line 1, app/assets/stylesheets/components/navbar/styles.scss */
.NavBar {
  top: 0;
  position: fixed;
  width: 100%;
  height: var(--navbar-height);
  z-index: 999;
}

/* line 8, app/assets/stylesheets/components/navbar/styles.scss */
.NavBar .NavBarSearch {
  width: 100%;
  max-width: 520px;
}

/* line 13, app/assets/stylesheets/components/navbar/styles.scss */
.NavBar .test-color {
  color: green !important;
}

/* line 17, app/assets/stylesheets/components/navbar/styles.scss */
.NavBar a:active {
  color: inherit !important;
  background-color: inherit !important;
}

/* line 1, app/assets/stylesheets/components/container/styles.scss */
.Container.hasNavBarContents {
  padding-top: var(--navbar-height);
}

/* line 1, app/assets/stylesheets/components/category_label/styles.scss */
.CategoryLabel {
  font-size: 0.8em;
}

/* line 5, app/assets/stylesheets/components/category_label/styles.scss */
.CategoryLabel.color-type-a {
  background-color: #99aaee;
  color: white;
}

/* line 10, app/assets/stylesheets/components/category_label/styles.scss */
.CategoryLabel.color-type-b {
  background-color: #8fd8a7;
  color: white;
}

/* line 3, app/assets/stylesheets/components/content/styles.scss */
.Content {
  height: 200px;
}

/* line 8, app/assets/stylesheets/components/content/styles.scss */
.Content .LatexMarkdown p {
  margin-bottom: 0px;
}

/* 576px未満 */
/* 576px以上 */
/* 768px以上 */
/* 992px以上 */
/* 1200px以上 */
/* 1400px以上 */
/* line 6, app/assets/stylesheets/science_hub/notes/index/styles.scss */
.MainContents {
  padding-left: var(--sidebar-width);
}

@media screen and (max-width: 992px) {
  /* line 11, app/assets/stylesheets/science_hub/notes/index/styles.scss */
  .MainContents {
    padding-left: 0;
  }
}

/* line 16, app/assets/stylesheets/science_hub/notes/index/styles.scss */
.SideBar {
  border-right: 1px solid var(--line-color);
  top: var(--navbar-height);
  height: calc(100vh - var(--navbar-height));
  width: var(--sidebar-width);
  position: fixed;
  z-index: 99;
  overflow-y: auto;
  scrollbar-width: none;
}

/* line 29, app/assets/stylesheets/science_hub/notes/index/styles.scss */
.SideBarItem {
  color: inherit !important;
  font-size: 1em;
}

/* line 33, app/assets/stylesheets/science_hub/notes/index/styles.scss */
.SideBarItem a:link, .SideBarItem a:visited, .SideBarItem a:active, .SideBarItem a:hover, .SideBarItem a:focus {
  border: none;
}

/* line 37, app/assets/stylesheets/science_hub/notes/index/styles.scss */
.SideBarItem a:hover {
  background-color: #eeeeef;
}

/* line 42, app/assets/stylesheets/science_hub/notes/index/styles.scss */
.SideBarSecond {
  width: var(--sidebar-second-width) !important;
}
