.docs-callout {
  margin: 1rem 0 2rem; }
  .docs-callout pre, .docs-callout figure {
    margin-bottom: 0; }

.docs-example {
  margin: 1rem 0 3rem; }
  .docs-example .docs-preview {
    padding: 1rem;
    border: 0.1428571429rem solid #14182b;
    border-radius: 0; }
    .docs-example .docs-preview > .input-group, .docs-example .docs-preview > input:not(.btn) {
      margin-bottom: 1rem; }
    .docs-example .docs-preview > *:last-child {
      margin-bottom: 0; }
    .docs-example .docs-preview > .close {
      float: none; }
  .docs-example .docs-highlight {
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent; }
    .docs-example .docs-highlight pre {
      margin: 0;
      padding: 2rem;
      border: 0; }
  .docs-example .navbar-fixed-top, .docs-example .navbar-fixed-bottom {
    position: absolute; }

.docs-fontpreview label {
  transition: color .4s;
  font-size: 1rem;
  color: #a6a6a6; }
.docs-fontpreview p {
  font-size: 1.8571428571rem; }
.docs-fontpreview:hover label {
  color: #000; }

.docs-sidebar {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 21.4285714286rem; }

.navbar-toggler {
  font-size: 90%;
  font-weight: 500;
  text-transform: uppercase;
  padding: .66em .75em !important;
  border-radius: 0;
  border: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    background-color: transparent !important; }

.nav > li > a.navbar-toggler {
  color: rgba(0, 0, 0, 0.7); }
  .nav > li > a.navbar-toggler:hover, .nav > li > a.navbar-toggler:focus, .nav > li > a.navbar-toggler:not(.collapsed) {
    color: black; }

.docs-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 5rem;
  border-bottom: 0.0714285714rem solid #e5e5e5; }
  .docs-navbar .docs-navbar-version {
    flex-shrink: 0;
    display: block;
    width: 21.4285714286rem;
    border-right: 0.0714285714rem solid #e5e5e5;
    height: 100%;
    line-height: 5rem;
    font-weight: bold;
    padding: 0 1.5rem;
    text-align: center; }
  .docs-navbar .docs-navbar-header {
    flex-grow: 1;
    padding-left: 2.5em;
    overflow: auto; }
    .docs-navbar .docs-navbar-header .title {
      font-size: 19.88px;
      font-weight: bold;
      margin: 0; }
    .docs-navbar .docs-navbar-header .lead {
      font-size: 13.58px;
      margin: 0;
      margin-top: .5rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: pre; }

.docs-sidebar .nav > li {
  position: relative;
  display: block;
  width: 100%;
  padding: .1rem .5rem; }
  .docs-sidebar .nav > li .collapsed .fas {
    transform: rotate(-90deg); }
.docs-sidebar code {
  opacity: .25; }
.docs-sidebar .nav > li.active a, .docs-sidebar .nav > li.active a:hover, .docs-sidebar .nav > li.active a:focus {
  background-color: #cceaff;
  color: black; }
  .docs-sidebar .nav > li.active a code, .docs-sidebar .nav > li.active a:hover code, .docs-sidebar .nav > li.active a:focus code {
    opacity: 1; }
.docs-sidebar .nav > li > a {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  display: block;
  padding: .66em 1em;
  border-radius: 5px;
  transition: all .3s ease-out; }
  .docs-sidebar .nav > li > a code {
    transition: all .3s ease-out; }
.docs-sidebar .nav > li .fas {
  font-size: 1rem;
  color: #999;
  transition: transform .2s ease; }
.docs-sidebar .nav > li > a:hover, .docs-sidebar .nav > li > a:focus {
  text-decoration: none;
  color: black;
  background-color: rgba(0, 0, 0, 0.05); }
  .docs-sidebar .nav > li > a:hover code, .docs-sidebar .nav > li > a:focus code {
    opacity: .75; }

.docs-page-header {
  background: #f7f7f9;
  padding: 1rem;
  margin-bottom: 1rem; }
  .docs-page-header .page-header {
    margin: 0;
    margin-bottom: 1rem; }
  .docs-page-header .lead {
    margin: 0; }

.sidebar-search {
  flex-shrink: 0;
  position: relative;
  z-index: 200;
  padding: 0 1em;
  margin-bottom: 1rem; }
  .sidebar-search input[type=text] {
    border-color: transparent;
    outline: none;
    background: rgba(0, 0, 0, 0.05);
    padding-left: 2.8571428571rem;
    transition: 0.3s ease border; }
    .sidebar-search input[type=text]:focus {
      border-color: #0094ff;
      box-shadow: none;
      outline: none; }
  .sidebar-search .icon-sidebar {
    position: absolute;
    top: 1rem;
    color: #999;
    transition: color .4s; }
  .sidebar-search .icon-search {
    left: 2.1428571429rem;
    top: calc( 50% - 0.5rem ); }
  .sidebar-search .icon-close {
    display: none;
    transition: right .4s, opacity .8s, color .4s;
    opacity: 0;
    top: calc( 50% - 0.7857142857rem );
    padding: 0.2857142857rem;
    right: 1.4285714286rem;
    cursor: pointer; }

.search-results-container {
  z-index: 500;
  background: rgba(0, 0, 0, 0.1);
  display: none; }
  .search-results-container .search-stats {
    background: #fff;
    height: 3.1428571429rem;
    line-height: 3rem;
    padding-left: 1rem;
    border-bottom: 0.0714285714rem solid #ccc;
    box-shadow: 0 0 0.3571428571rem rgba(0, 0, 0, 0.1);
    z-index: 200; }
  .search-results-container .search-results {
    background: #fff;
    box-shadow: 0 0 0.3571428571rem rgba(0, 0, 0, 0.1);
    max-height: 100%;
    overflow-y: auto;
    z-index: 100; }
    .search-results-container .search-results .search-result {
      display: block;
      position: relative;
      transition: background-color .4s;
      padding: 1rem;
      padding-left: 3.4285714286rem;
      border-bottom: 0.0714285714rem solid #e5e5e5; }
      .search-results-container .search-results .search-result .search-result-title {
        font-weight: bold;
        margin-bottom: 0.3571428571rem; }
      .search-results-container .search-results .search-result .search-result-summary {
        margin: 0;
        color: #999; }
      .search-results-container .search-results .search-result .matched-string {
        border-bottom: 0.0714285714rem solid #999;
        font-weight: bold; }
      .search-results-container .search-results .search-result:hover {
        background-color: #f7f7f7;
        text-decoration: none; }

.nav-sidebar, .docs-navbar > * {
  opacity: 1;
  transition: opacity .4s; }

body.search-results-visible .docs-navbar {
  border-bottom-color: #ccc; }
body.search-results-visible .nav-sidebar, body.search-results-visible .docs-navbar > * {
  opacity: .2; }
body.search-results-visible .docs-content {
  display: none; }
body.search-results-visible .docs-search-results-container {
  display: block; }
body.search-results-visible .docs-main:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 5.4285714286rem;
  left: 17.0714285714rem;
  width: 0.2142857143rem;
  height: 3.1428571429rem;
  background: #fff;
  border-bottom: 0.0714285714rem solid #ccc; }
body.search-results-visible .sidebar-search .icon-close {
  right: 1.4285714286rem;
  opacity: 1;
  display: block !important; }
  body.search-results-visible .sidebar-search .icon-close:hover {
    color: #900; }

.hll {
  background-color: #ffc; }

.c {
  color: #999; }

.k {
  color: #e3c634; }

.o {
  color: #5e6687; }

.cm {
  color: #999; }

.cp {
  color: #099; }

.c1 {
  color: #999; }

.cs {
  color: #999; }

.gd {
  background-color: #fcc;
  border: 1px solid #c00; }

.ge {
  font-style: italic; }

.gr {
  color: #f00; }

.gh {
  color: #030; }

.gi {
  background-color: #cfc;
  border: 1px solid #0c0; }

.go {
  color: #aaa; }

.gp {
  color: #009; }

.gu {
  color: #030; }

.gt {
  color: #9c6; }

.kc {
  color: #e3c634; }

.kd {
  color: #e3c634; }

.kn {
  color: #e3c634; }

.kp {
  color: #e3c634; }

.kr {
  color: #e3c634; }

.kt {
  color: #078; }

.m {
  color: #f60; }

.s {
  color: #e8b533; }

.na {
  color: #eb8b26; }

.nb {
  color: #898bf5; }

.nc {
  color: #0a8; }

.no {
  color: #360; }

.nd {
  color: #99f; }

.ni {
  color: #999; }

.ne {
  color: #c00; }

.nf {
  color: #c0f; }

.nl {
  color: #99f; }

.nn {
  color: #0cf; }

.nt {
  color: #6dbefc; }

.nv {
  color: #e8b533; }

.ow {
  color: #000; }

.w {
  color: #bbb; }

.mf {
  color: #f60; }

.mh {
  color: #f60; }

.mi {
  color: #f60; }

.mo {
  color: #f60; }

.sb {
  color: #22a2c9; }

.sc {
  color: #22a2c9; }

.sd {
  font-style: italic;
  color: #22a2c9; }

.s2 {
  color: #22a2c9; }

.se {
  color: #22a2c9; }

.sh {
  color: #22a2c9; }

.si {
  color: #a00; }

.sx {
  color: #22a2c9; }

.sr {
  color: #3aa; }

.s1 {
  color: #22a2c9; }

.ss {
  color: #fc3; }

.bp {
  color: #898bf5; }

.vc {
  color: #e8b533; }

.vg {
  color: #e8b533; }

.vi {
  color: #e8b533; }

.il {
  color: #f60; }

.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999; }

.language-bash::before,
.language-sh::before {
  color: #009;
  content: "$ ";
  user-select: none; }

.language-powershell::before {
  color: #009;
  content: "PM> ";
  user-select: none; }

html, body {
  width: 100vw;
  height: 100vh;
  font-size: 14px; }

body {
  display: flex;
  flex-direction: column; }

.docs-navbar {
  flex-shrink: 0; }

.docs-main {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  flex-grow: 1; }
  .docs-main .nav-sidebar .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none; }
  .docs-main .docs-sidebar {
    flex-shrink: 0; }
  .docs-main .docs-content {
    flex-grow: 1;
    padding: 2.5em;
    position: relative; }
  .docs-main .docs-search-results-container {
    flex-grow: 1;
    position: relative; }
  .docs-main .docs-sidebar, .docs-main .docs-content, .docs-main .docs-search-results-container {
    overflow-y: auto; }
  .docs-main .bg-info-light {
    background-color: #cceaff; }
  .docs-main code {
    background: #14182b;
    color: #e1e5f5;
    border-radius: .25rem;
    padding: .3rem .4rem; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 2rem;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #14182b;
  color: #979db4;
  border-radius: 5px; }

.treasurer-container > .tile:not(.docs-callout) {
  background-color: #f2f4f8; }

.member-body > .tile:not(.docs-callout) {
  background-color: #f7f7f7; }

.docs-navbar .dropdown-menu .dropdown-item {
  padding: 0; }
  .docs-navbar .dropdown-menu .dropdown-item a {
    width: 100%;
    display: block;
    padding: 0.5rem 1.25rem;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap; }

.docs-header {
  margin-bottom: 3rem; }

.docs-navbar-theme {
  position: fixed;
  top: 1em;
  right: 2.5em;
  z-index: 100; }
