/* demo/assets/materialicons/icon.css */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/materialicons/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* demo/styles.scss */
.demo-mention-view {
  background: #eee;
  padding: 0px 8px;
  border-radius: 12px;
  color: #666;
  white-space: nowrap;
  display: inline-block;
  margin: 0 1px;
  line-height: 22px;
  cursor: pointer;
}
.demo-mention-view.focus {
  box-shadow: 0 0 0 2px #b4d5ff;
}
.demo-mention-suggestion-list {
  position: fixed;
  left: -999px;
  top: -999px;
  width: 150px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1;
  background-color: white;
  padding: 3px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.demo-mention-suggestion-list div {
  padding: 0;
  margin: 0;
  line-height: 35px;
  padding-left: 15px;
  cursor: pointer;
}
.demo-mention-suggestion-list div.active {
  background-color: #b4d5ff;
  border-radius: 3px;
}
.header {
  align-items: center;
  background: #fff;
  color: #333;
  display: flex;
  height: 54px;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}
.header .header-logo {
  display: flex;
  margin-left: 20px;
}
.header .header-logo .logo {
  display: flex;
}
.header .header-logo .logo img {
  height: 23px;
  width: auto;
  vertical-align: middle;
}
.header .header-logo .logo .title {
  height: 25px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.header .header-logo .title {
  margin-left: 10px;
}
.header .header-bars {
  display: none;
}
.header .link {
  margin-left: auto;
  margin-right: 1em;
  font-size: 14px;
}
.header .link .github,
.header .link .docs {
  margin-left: 1em;
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header .link .github:hover,
.header .link .docs:hover {
  color: #348fe4;
}
.sidenav .nav-menu {
  padding-top: 16px;
  position: fixed;
  top: 52px;
  bottom: 0;
  left: 0;
  min-width: 260px;
  border-right: 1px solid #eee;
  background-color: white;
  z-index: 1;
}
.sidenav .nav-menu .menu-item .vertical-menu-item {
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  text-decoration: none;
}
.sidenav .nav-menu .menu-item .vertical-menu-item.selected {
  color: #348fe4;
}
.sidenav .nav-menu .menu-item .vertical-menu-item:hover {
  background-color: rgba(52, 143, 228, 0.1);
  color: #348fe4;
  text-shadow: 0 0 5px #fff;
}
.sidenav .nav-menu .menu-item .level-1 {
  font-size: 14px;
  line-height: 42px;
  font-weight: 400;
  padding-left: 20px;
  margin: 0;
  color: #666;
  transition: background-color 0.2s;
}
.content {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: auto;
  margin-left: 269px;
  margin-top: 32px;
}
.demo-rich-editor-wrapper {
  max-width: 42em;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}
.demo-rich-editor-wrapper .slate-editable-container {
  padding: 0px;
}
.demo-rich-editor-wrapper .demo-global-toolbar {
  padding: 1px 18px 17px;
  display: flex;
  justify-content: left;
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 2px solid #f5f5f5;
  margin: 0 -20px;
  margin-bottom: 20px;
}
.demo-rich-editor-wrapper .demo-global-toolbar > * {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.demo-rich-editor-wrapper .demo-global-toolbar > * + * {
  margin-left: 15px;
}
.demo-rich-editor-wrapper .demo-element-image {
  display: block;
}
.demo-rich-editor-wrapper .demo-element-image img {
  display: block;
  max-width: 100%;
  max-height: 20em;
  box-shadow: none;
  box-sizing: border-box;
}
.demo-rich-editor-wrapper .demo-element-image .outline {
  box-shadow: 0 0 0 2px #348fe4;
}
.demo-table-editor-wrapper {
  padding: 0px;
}
.demo-table-editor-wrapper .slate-editable-container {
  padding: 40px;
}
.demo-table-editor-wrapper table {
  border-spacing: 0;
  word-wrap: break-word;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 13px 8px 0px 0px;
  border: 1px solid #ddd;
  border-top: none;
  table-layout: fixed;
  overflow: visible;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.demo-table-editor-wrapper td {
  word-wrap: break-word;
  border: 1px solid #ddd;
  border-width: 1px 0 0 1px;
  vertical-align: top;
  padding: 8px;
  cursor: text;
}
@media screen and (max-width: 768px) {
  .header-bars {
    display: flex;
    position: relative;
    margin-top: 53px;
    padding-left: 1em;
    height: 42px;
    color: #666;
    align-items: center;
  }
  .header-bars .header-bars-name {
    font-size: 14px;
    margin-left: 1em;
  }
  .header-bars .material-icons {
    cursor: pointer;
  }
  .sidenav {
    position: relative;
    top: 0;
    z-index: 10;
    left: -100%;
    transition: all 0.3s;
  }
  .sidenav .nav-menu {
    left: -100%;
    background-color: #fff;
    transition: all 0.3s;
    top: 95px;
  }
  .sidenav:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100vh - 95px);
    background: rgba(0, 0, 0, 0.3);
  }
  .animate-sidenav {
    left: 0;
  }
  .animate-sidenav .nav-menu {
    left: 0;
    overflow: scroll;
  }
  .content {
    margin-left: 0px;
    margin-top: 0px;
  }
  .sidenav-content {
    overflow: hidden;
    height: calc(100vh - 100px);
  }
  .demo-rich-editor-wrapper {
    margin-top: 0;
  }
}
.slate-editable-container [slate-underlined][slate-strike] {
  text-decoration: underline line-through;
}
.slate-editable-container [slate-strike] {
  text-decoration: line-through;
}
.slate-editable-container [slate-underlined] {
  text-decoration: underline;
}
.slate-editable-container [slate-italic] {
  font-style: italic;
}
.slate-editable-container [slate-bold] {
  font-weight: bold;
}
.slate-editable-container [slate-code-line] {
  margin: 0 4px;
  padding: 2px 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.06);
}
.slate-editable-container blockquote {
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  color: #888;
  padding-left: 10px !important;
  border-left: 4px solid #eee;
}
.slate-editable-container h1,
.slate-editable-container h2,
.slate-editable-container h3 {
  margin: 0px;
}
.slate-editable-container > [data-slate-node=element],
.slate-editable-container > slate-block-card {
  margin-bottom: 12px;
}
.slate-editable-container .demo-element-button {
  margin: 0 0.1em;
  background-color: #efefef;
  padding: 2px 6px;
  border: 1px solid #767676;
  border-radius: 2px;
  font-size: 0.9em;
}
.slate-editable-container .demo-element-link-active {
  box-shadow: 0 0 0 3px #ddd;
}
.slate-block-card {
  display: block;
  position: relative;
}
.slate-block-card .card-left,
.slate-block-card .card-right {
  bottom: 0px;
  position: absolute;
  width: 2px;
  overflow: hidden;
  -webkit-user-select: text;
  user-select: text;
}
.slate-block-card .card-left {
  left: -2px;
  text-align: left;
}
.slate-block-card .card-right {
  right: -2px;
  text-align: right;
}
.slate-editable-container {
  display: block;
  outline: none;
  padding: 32px;
  white-space: break-spaces;
}
.slate-editable-container [contenteditable=true] {
  outline: none;
}
.slate-editable-container [data-slate-placeholder] {
  position: absolute;
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0.333;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  top: 0;
}
.slate-editable-container [data-slate-leaf=true].leaf-with-placeholder {
  position: relative;
  display: inline-block;
  width: 100%;
}
.slate-editable-container.firefox .leaf-with-placeholder {
  display: inline-flex !important;
}
.slate-spacer {
  height: 0;
  color: transparent;
  outline: none;
  position: absolute;
}
html,
input,
textarea {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  background: #fafafa;
}
body {
  margin: 0;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
