.code-container {
  max-width: 864px;
  width: 100%;
  margin: 15px auto;
  border: 2px solid #343533;
  margin-bottom: 18px;
}

.code-header {
  background-color: #282826;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  border-bottom: 5px solid #343533;
}

.code-header .left {
  display: flex;
  align-items: center;
}

.code-header .right {
  display: flex;
  align-items: center;
}

.code-filename-box {
  margin-right: 10px;
  background-color: #30302d;
  color: #e9e8ef;
  font-size: 20px;
  font-family: "Dosis";
  font-style: italic;
  text-indent: 5px;
  outline: none !important;
  border: 1px solid transparent;
}
.code-filename-box::placeholder {
  color: #afacc5;
}
.code-filename-box:focus {
  border: 1px solid #6349ca;
}

.code-language-label {
  font-style: italic;
  margin: 0 10px;
  user-select: none;
}

.code-download-button,
.code-copy-button {
  cursor: pointer;
  margin: 0 5px;
  height: 1.25em;
  user-select: none;
}
.code-download-button:hover path, .code-download-button:focus path,
.code-copy-button:hover path,
.code-copy-button:focus path {
  fill: #afacc5;
}

.code-wrap-toggle-button {
  cursor: pointer;
  margin: 0 5px;
  height: 1.25em;
  user-select: none;
  color: #76709b;
}

.wrap-enabled {
  color: #e9e8ef;
}

.code-scroll {
  background-color: #1c1c1a;
  overflow-x: auto;
}

.code-container table {
  border-collapse: collapse;
  width: 100%;
}

.code-number-col {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #343533;
  vertical-align: top;
  text-align: right;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 1%;
  white-space: nowrap;
}

.code-container tr:nth-child(odd) {
  background-color: #1c1c1a;
}

.code-container tr:nth-child(even) {
  background-color: #272724;
}

code pre {
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
}

.no-wrap {
  white-space: pre !important;
}

.highlight .c,
.highlight .cm,
.highlight .cp,
.highlight .c1,
.highlight .c {
  color: #6A9955;
} /* Comment */
.highlight .err {
  color: #ba80fd;
}

.highlight .k,
.highlight .kt,
.highlight .kd {
  color: #569cd6;
}

.highlight .n,
.highlight .nn,
.highlight .nx,
.highlight .nv,
.highlight .na {
  color: #9CDCFE;
}

.highlight .nc,
.highlight .nb {
  color: #4EC9B0;
}

.highlight .nt {
  color: #569cd6;
}

.highlight .nf {
  color: #DCDCAA;
} /* Name Function */
.highlight .m,
.highlight .mf,
.highlight .mh,
.highlight .mi {
  color: #b5cea8;
}

.highlight .s,
.highlight .s1,
.highlight .s2 {
  color: #ce9178;
} /* Literal.String */

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