.neo-app-content-sections-container.neo-container {
  background-color: transparent;
  border: none;
  display: block;
  flex-shrink: 0;
  height: 100%;
  min-width: 250px;
  overflow: visible;
  position: fixed;
  right: 0;
  width: 250px;
  z-index: 1;
}
.neo-app-content-sections-container.neo-container h3 {
  margin-bottom: 0.4em;
  margin-left: 16px;
}
.neo-app-content-sections-container.neo-container .sections-container-button {
  display: none;
}
.neo-app-content-sections-container.neo-container .neo-app-content-tree-list {
  height: 100%;
  padding-bottom: 8em;
}
@media (max-width: 1296px) {
  .neo-app-content-sections-container.neo-container {
    background-color: var(--neo-app-content-sections-bg);
    box-shadow: var(--neo-app-content-sections-shadow);
    right: -250px;
    transition: right 250ms ease-out;
    z-index: 100;
  }
  .neo-app-content-sections-container.neo-container.neo-expanded {
    right: 0;
  }
  .neo-app-content-sections-container.neo-container .sections-container-button {
    background-color: var(--neo-app-content-sections-btn-bg);
    box-shadow: var(--neo-app-content-sections-shadow);
    display: flex;
    height: 35px;
    min-width: 35px;
    position: absolute;
    left: -42px;
    width: 35px;
  }
  .neo-app-content-sections-container.neo-container .sections-container-button.neo-disabled {
    background-color: var(--neo-app-content-sections-btn-disabled-bg);
    opacity: 0.5;
  }
  .neo-app-content-sections-container.neo-container .sections-container-button .neo-button-glyph {
    color: var(--neo-app-content-sections-glyph-color);
    font-size: 13px;
  }
}

/*# sourceMappingURL=SectionsContainer.css.map */