/* JEEEX - https://jeeex.org */
@charset "utf-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
::-moz-selection {
  color: #e0e0e0;
  background: hsl(210, 90%, 52%);
  text-shadow: none;
}
::selection {
  color: #e0e0e0;
  background: hsl(210, 90%, 52%);
  text-shadow: none;
}
*:focus {
  outline: 0;
}
code,
pre {
  font-family: ui-monospace, "Consolas", "Menlo", "SFMono-Regular", "Roboto Mono", "Source Code Pro", monospace;
  font-size: 15px;
  font-weight: normal;
  color: #bdbdbd;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.raised {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}
.inset {
  box-shadow: inset 0 1px 4px 1px rgba(0, 0, 0, 0.8);
}
.shadow {
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.5);
}
.popup {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
}
.rounded {
  border-radius: 0.75rem;
}
.clear-appearance {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}
.eased-transition {
  transition: all 0.5s ease-in-out;
}
.flex-base {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.flex-column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: row;
}
.el-button {
  border-radius: 0.75rem;
  transition: all 0.5s ease-in-out;
  color: #e0e0e0;
  background: hsl(210, 90%, 52%);
  cursor: pointer;
  text-decoration: none;
}
.el-button:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}
.el-input {
  border-radius: 0.75rem;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background: #424242;
  border: 1px solid hsla(210, 55%, 30%, 0.2);
}
.icon-menu {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 12h16M4 6h16M4 18h16'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-menu-active {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3 19V5m10 1l-6 6l6 6m-6-6h14'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-download-loop {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath stroke-dasharray='2 4' stroke-dashoffset='6' d='M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21'%3E%3Canimate attributeName='stroke-dashoffset' dur='0.6s' repeatCount='indefinite' values='6;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='30' stroke-dashoffset='30' d='M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.1s' dur='0.3s' values='30;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='10' stroke-dashoffset='10' d='M12 8v7.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.5s' dur='0.2s' values='10;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='6' stroke-dashoffset='6' d='M12 15.5l3.5 -3.5M12 15.5l-3.5 -3.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.7s' dur='0.2s' values='6;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-filter {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M22 3H2l8 9.46V19l4 2v-8.54z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-search {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21l-4.3-4.3'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-info {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v4m0 4h.01'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-folder-tree {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32v352c0 35.3 28.7 64 64 64h192v-64H64V160h192V96H64zm224 160c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32h-98.7c-8.5 0-16.6-3.4-22.6-9.4L409.4 9.4c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32zm0 288c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32h-98.7c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-expand {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' d='m18 9l-6 6l-6-6'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-github {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M5.75 14.25s-.5-2 .5-3c0 0-2 0-3.5-1.5s-1-4.5 0-5.5c-.5-1.5.5-2.5.5-2.5s1.5 0 2.5 1c1-.5 3.5-.5 4.5 0c1-1 2.5-1 2.5-1s1 1 .5 2.5c1 1 1.5 4 0 5.5s-3.5 1.5-3.5 1.5c1 1 .5 3 .5 3m-5-.5c-1.5.5-3-.5-3.5-1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: all 0.5s;
}
.icon-cms {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)'%3E%3Ccircle cx='45' cy='45' r='45' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,117,168); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) '/%3E%3Cpath d='M 69.518 45.034 L 46.157 21.673 c -0.639 -0.639 -1.674 -0.639 -2.313 0 L 20.482 45.034 c -1.03 1.03 -0.301 2.792 1.157 2.792 h 3.519 c 0.903 0 1.636 0.732 1.636 1.636 V 67.17 c 0 0.903 0.732 1.636 1.636 1.636 h 33.141 c 0.903 0 1.636 -0.732 1.636 -1.636 V 49.462 c 0 -0.903 0.732 -1.636 1.636 -1.636 h 3.519 C 69.818 47.827 70.548 46.065 69.518 45.034 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: all 0.5s;
}
.icon-repos {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)'%3E%3Cpath d='M 83.447 27.034 v -5.196 c 0 -3.242 -2.628 -5.871 -5.871 -5.871 H 44.087 v 14.917 h 39.36 V 27.034 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(249,249,249); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3Cpath d='M 50.949 26.947 c -3.38 -0.768 -5.906 -3.786 -5.906 -7.398 v 0 c 0 -3.978 -3.225 -7.204 -7.204 -7.204 H 8.204 C 4.225 12.345 1 15.57 1 19.548 v 7.398 v 45.14 c 0 3.076 2.493 5.569 5.569 5.569 h 76.863 c 3.076 0 5.569 -2.493 5.569 -5.569 V 33.524 c 0 -3.633 -2.945 -6.577 -6.577 -6.577 H 50.949 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(105,198,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3Cpath d='M 83.432 78.655 H 6.569 C 2.947 78.655 0 75.709 0 72.087 V 19.548 c 0 -4.523 3.68 -8.204 8.204 -8.204 H 37.84 c 4.523 0 8.203 3.68 8.203 8.204 c 0 3.06 2.06 5.675 5.022 6.398 h 31.357 c 4.178 0 7.577 3.399 7.577 7.577 v 38.563 C 90 75.709 87.054 78.655 83.432 78.655 z M 8.204 13.345 C 4.783 13.345 2 16.127 2 19.548 v 52.539 c 0 2.519 2.05 4.568 4.569 4.568 h 76.863 c 2.519 0 4.568 -2.05 4.568 -4.568 V 33.524 c 0 -3.075 -2.502 -5.577 -5.577 -5.577 H 50.949 c -0.074 0 -0.149 -0.008 -0.222 -0.025 c -3.936 -0.895 -6.685 -4.338 -6.685 -8.374 c 0 -3.421 -2.783 -6.204 -6.203 -6.204 H 8.204 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3Cpath d='M 83.432 78.655 H 6.569 C 2.947 78.655 0 75.709 0 72.087 V 19.548 c 0 -4.523 3.68 -8.204 8.204 -8.204 H 37.84 c 4.523 0 8.203 3.68 8.203 8.204 c 0 3.06 2.06 5.675 5.022 6.398 h 31.357 c 4.178 0 7.577 3.399 7.577 7.577 v 38.563 C 90 75.709 87.054 78.655 83.432 78.655 z M 8.204 13.345 C 4.783 13.345 2 16.127 2 19.548 v 52.539 c 0 2.519 2.05 4.568 4.569 4.568 h 76.863 c 2.519 0 4.568 -2.05 4.568 -4.568 V 33.524 c 0 -3.075 -2.502 -5.577 -5.577 -5.577 H 50.949 c -0.074 0 -0.149 -0.008 -0.222 -0.025 c -3.936 -0.895 -6.685 -4.338 -6.685 -8.374 c 0 -3.421 -2.783 -6.204 -6.203 -6.204 H 8.204 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3Cpath d='M 83.447 28.034 c -0.553 0 -1 -0.448 -1 -1 v -5.196 c 0 -2.686 -2.186 -4.871 -4.871 -4.871 H 44.087 c -0.552 0 -1 -0.448 -1 -1 s 0.448 -1 1 -1 h 33.489 c 3.789 0 6.871 3.082 6.871 6.871 v 5.196 C 84.447 27.586 84 28.034 83.447 28.034 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3Cpath d='M 45 63.719 c -0.256 0 -0.512 -0.098 -0.707 -0.293 l -8.895 -8.895 c -0.391 -0.391 -0.391 -1.023 0 -1.414 s 1.023 -0.391 1.414 0 L 45 61.305 l 8.188 -8.188 c 0.391 -0.391 1.023 -0.391 1.414 0 s 0.391 1.023 0 1.414 l -8.895 8.895 C 45.512 63.621 45.256 63.719 45 63.719 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3Cpath d='M 45 63.719 c -0.552 0 -1 -0.447 -1 -1 V 41.281 c 0 -0.552 0.448 -1 1 -1 s 1 0.448 1 1 v 21.438 C 46 63.271 45.552 63.719 45 63.719 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: all 0.5s;
}
.icon-double-arrow-left {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M6.854 3.854a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L3.207 7.5zm6 0a.5.5 0 0 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L9.207 7.5z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-double-arrow-right {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M2.146 11.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 1 0-.708.708L5.793 7.5zm6 0a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 1 0-.708.708L11.793 7.5z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-arrow-left {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M8.842 3.135a.5.5 0 0 1 .023.707L5.435 7.5l3.43 3.658a.5.5 0 0 1-.73.684l-3.75-4a.5.5 0 0 1 0-.684l3.75-4a.5.5 0 0 1 .707-.023' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.icon-arrow-right {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M6.158 3.135a.5.5 0 0 1 .707.023l3.75 4a.5.5 0 0 1 0 .684l-3.75 4a.5.5 0 1 1-.73-.684L9.566 7.5l-3.43-3.658a.5.5 0 0 1 .023-.707' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
#cm-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 200;
}
#cm-overlay .cm-panel {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.75rem;
  display: block;
  position: absolute;
  left: 100px;
  top: 100px;
  color: #bdbdbd;
  background: #424242;
  z-index: 10;
  overflow: auto;
  min-width: 200px;
}
#cm-overlay .cm-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#cm-overlay .cm-label {
  padding: 8px 16px;
  white-space: nowrap;
  font-weight: 600;
}
#cm-overlay .cm-entry {
  padding: 8px 16px;
  white-space: nowrap;
  cursor: pointer;
}
#cm-overlay .cm-entry:hover {
  color: #fff;
  background: hsla(0, 0%, 0%, 0.1);
}
#cm-overlay .cm-icon {
  position: relative;
  top: -2px;
}
#cm-overlay .cm-icon img {
  width: 18px;
  height: 18px;
}
#cm-overlay .cm-icon svg {
  width: 18px;
  height: 18px;
}
#cm-overlay .cm-icon.no-icon {
  opacity: 0;
}
#cm-overlay .cm-text {
  margin: 0 0 0 12px;
}
#cm-overlay .cm-sep {
  height: 1px;
  margin: 8px 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
#crumbbar {
  overflow: hidden;
  margin: 4px;
}
#crumbbar a,
#crumbbar a:active,
#crumbbar a:visited {
  color: #bdbdbd;
  cursor: pointer;
  text-decoration: none;
}
#crumbbar a.active,
#crumbbar a:active.active,
#crumbbar a:visited.active {
  font-weight: 600;
}
#crumbbar a:hover,
#crumbbar a:active:hover,
#crumbbar a:visited:hover {
  color: #e0e0e0;
  background: hsla(210, 10%, 34%, 0.5);
}
#crumbbar a:focus,
#crumbbar a:active:focus,
#crumbbar a:visited:focus {
  outline: 0;
}
#crumbbar .crumb {
  transition: all 0.5s ease-in-out;
  display: inline-block;
  border-radius: 8px;
  font-size: 16px;
  padding: 3px;
}
#crumbbar .sep {
  width: 24px;
  height: 24px;
  padding: 8px 0;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  filter: invert(80%) sepia(33%) saturate(146%) hue-rotate(169deg) brightness(87%) contrast(92%);
}
#crumbbar .crumb:first-of-type .sep {
  width: 0;
}
#crumbbar .label {
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
#crumbbar .hint {
  width: 24px;
  height: 24px;
  padding: 8px 0;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
}
#content-header,
#content-footer {
  border-radius: 0.75rem;
  background: hsla(0, 0%, 0%, 0.1);
  color: #bdbdbd;
  margin: 1rem;
  padding: 1rem;
}
#content-header a,
#content-footer a,
#content-header a:active,
#content-footer a:active,
#content-header a:visited,
#content-footer a:visited {
  color: #f5f5f5;
  text-decoration: none;
  cursor: pointer;
}
#content-header a:hover,
#content-footer a:hover,
#content-header a:active:hover,
#content-footer a:active:hover,
#content-header a:visited:hover,
#content-footer a:visited:hover {
  color: #fff;
}
#content-header h1,
#content-footer h1,
#content-header h2,
#content-footer h2,
#content-header h3,
#content-footer h3,
#content-header h4,
#content-footer h4,
#content-header h5,
#content-footer h5,
#content-header h6,
#content-footer h6,
#content-header p,
#content-footer p {
  margin: 0.15rem 0;
}
#filter {
  transition: all 0.5s ease-in-out;
}
#filter span {
  font-size: 24px;
  margin: 8px;
}
#filter input {
  display: none;
  border: 0;
  font-size: 16px;
  color: #bdbdbd;
  background: hsla(210, 10%, 34%, 0.5);
  outline: 0;
  width: 160px;
  padding: 8px 4px;
  vertical-align: text-bottom;
  border-radius: 8px;
  margin: 4px;
}
#filter:hover {
  color: #e0e0e0;
}
#filter.active input {
  display: inline-block;
}
#filter.pending input {
  color: hsla(210, 55%, 30%, 0.7);
}
#info {
  overflow: auto;
  flex: 0 0 auto;
  order: 99;
  padding: 32px 32px 32px 48px;
  white-space: nowrap;
  overflow-x: hidden;
  width: 240px;
}
#info .icon {
  border-radius: 0.75rem;
  width: 240px;
  height: 180px;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.33333333;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
#info .icon img {
  width: 240px;
  height: 180px;
  aspect-ratio: 1.33333333;
}
#info .icon svg {
  width: 240px;
  height: 180px;
  aspect-ratio: 1.33333333;
}
#info .icon .thumb {
  width: 240px;
  height: 180px;
  aspect-ratio: 1.33333333;
}
#info .block {
  background: hsla(0, 0%, 0%, 0.1);
  margin: 0 0 1rem 0;
  padding: 1rem;
  border-radius: 8px;
  display: block;
  height: 124px;
}
#info .label {
  margin-bottom: 1rem;
}
#info .time,
#info .size,
#info .content {
  line-height: 20px;
  height: 20px;
}
#info .qrcode {
  margin: 0 auto;
  width: 200px;
}
#info .qrcode img {
  display: block;
  border-radius: 6px;
}
#info .qrcode svg {
  display: block;
}
#pv-content-aud {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}
#pv-content-doc {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  image-orientation: from-image;
  width: 85%;
  height: 85%;
  border: 0;
  margin: 0;
  background-color: #c4c4c4;
  background-image: -webkit-linear-gradient(45deg, #272727 25%, transparent 25%, transparent 75%, #272727 75%, #272727), -webkit-linear-gradient(45deg, #272727 25%, transparent 25%, transparent 75%, #272727 75%, #272727);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
#pv-content-doc.loading {
  opacity: 0.5;
  margin-top: 32px;
  width: 240px;
  height: 240px;
  border-radius: 1000px;
  overflow: hidden;
}
#pdf-js-viewer {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 1px solid #111;
}
#pv-content-img {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  image-orientation: from-image;
  max-width: 100%;
  max-height: 100%;
  background-color: #858585;
  background-image: -webkit-linear-gradient(45deg, #757575 25%, transparent 25%, transparent 75%, #757575 75%, #757575), -webkit-linear-gradient(45deg, #757575 25%, transparent 25%, transparent 75%, #757575 75%, #757575);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
#pv-content-img.loading {
  opacity: 0.5;
  margin-top: 32px;
  width: 240px;
  height: 240px;
  border-radius: 1000px;
  overflow: hidden;
}
#pv-content-txt {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  border: 4px solid hsla(0, 0%, 0%, 0.15);
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 960px;
  text-align: left;
  background: hsl(210, 10%, 16%);
  margin: 0 auto;
  padding: 8px;
  overflow: auto;
}
#pv-content-txt a,
#pv-content-txt a:active,
#pv-content-txt a:visited {
  color: hsl(210, 90%, 52%);
  text-decoration: none;
  cursor: pointer;
}
#pv-content-txt a:hover,
#pv-content-txt a:active:hover,
#pv-content-txt a:visited:hover {
  color: #fff;
}
pre#pv-content-txt {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
pre#pv-content-txt code {
  line-height: 1.2em;
}
div#pv-content-txt {
  font-size: 1.1em;
  padding: 8px 24px;
  overflow-wrap: normal;
}
div#pv-content-txt code {
  color: #008200;
}
#pv-content-vid {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}
#pv-content-vid:-webkit-full-screen {
  top: auto !important;
  left: auto !important;
}
#pv-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease-in-out;
  text-align: center;
}
#pv-overlay.fullscreen {
  background: hsla(0, 0%, 0%, 0.7);
}
#pv-container {
  position: absolute;
}
#pv-spinner {
  position: absolute;
}
#pv-spinner .back {
  width: 240px;
  height: 240px;
  margin: -120px -120px;
  border-radius: 120px;
  opacity: 0.5;
  overflow: hidden;
}
#pv-spinner .spinner {
  width: 100px;
  height: 100px;
  margin: -50px -50px;
}
#pv-prev-area,
#pv-next-area {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
#pv-prev-area img,
#pv-next-area img {
  transition: all 0.5s ease-in-out;
  display: block;
  width: 48px;
  height: 48px;
  margin: -36px 0;
  padding: 12px;
  opacity: 0.5;
  filter: invert(80%) sepia(33%) saturate(146%) hue-rotate(169deg) brightness(87%) contrast(92%);
}
#pv-prev-area:hover,
#pv-next-area:hover {
  filter: invert(88%) sepia(90%) saturate(5050%) hue-rotate(181deg) brightness(117%) contrast(89%);
}
#pv-prev-area:hover img,
#pv-next-area:hover img {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: hsla(0, 0%, 100%, 0.15);
}
#pv-prev-area:hover svg,
#pv-next-area:hover svg {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: hsla(0, 0%, 100%, 0.15);
}
#pv-prev-area {
  left: 0;
}
#pv-prev-area img {
  border-radius: 0 8px 8px 0;
  padding-left: 48px;
}
#pv-prev-area svg {
  border-radius: 0 8px 8px 0;
  padding-left: 48px;
}
#pv-next-area {
  right: 0;
}
#pv-next-area img {
  border-radius: 8px 0 0 8px;
  padding-right: 48px;
}
#pv-next-area svg {
  border-radius: 8px 0 0 8px;
  padding-left: 48px;
}
#pv-buttons {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#pv-buttons img {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 12px;
}
#pv-buttons svg {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 12px;
}
#pv-buttons .bar-label {
  transition: all 0.5s ease-in-out;
  display: block;
  color: #e0e0e0;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  opacity: 0.7;
}
#pv-buttons .bar-button {
  transition: all 0.5s ease-in-out;
  display: block;
  line-height: 48px;
  opacity: 0.7;
  cursor: pointer;
  filter: invert(80%) sepia(33%) saturate(146%) hue-rotate(169deg) brightness(87%) contrast(92%);
}
#pv-buttons .bar-button:hover {
  opacity: 1;
  background: hsla(0, 0%, 100%, 0.15);
}
#pv-buttons .bar-left {
  float: left;
}
#pv-buttons .bar-right {
  float: right;
}
#pv-bottombar {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212121;
  height: 48px;
}
#pv-overlay.fullscreen #pv-bottombar {
  opacity: 0.5;
}
@media only screen and (max-width: 700px) {
  #pv-prev-area,
  #pv-next-area {
    display: none !important;
  }
}
#search {
  transition: all 0.5s ease-in-out;
}
#search span {
  font-size: 24px;
  margin: 8px;
}
#search input {
  display: none;
  border: 0;
  font-size: 16px;
  color: #bdbdbd;
  background: hsla(210, 10%, 34%, 0.5);
  outline: 0;
  width: 160px;
  padding: 8px 4px;
  vertical-align: text-bottom;
  border-radius: 8px;
  margin: 4px;
}
#search.active input {
  display: inline-block;
}
#search:hover {
  color: #e0e0e0;
  background: hsla(210, 10%, 34%, 0.5);
}
#search.pending input {
  color: hsla(210, 55%, 30%, 0.7);
}
#selection-rect {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border: 1px dashed hsla(210, 55%, 30%, 0.7);
  background: rgba(0, 0, 0, 0.1);
}
html.drag-select,
html.drag-select * {
  cursor: move !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
html.drag-select #view .item:hover,
html.drag-select * #view .item:hover {
  box-shadow: none !important;
}
#view .selector {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: hsl(210, 90%, 52%);
  cursor: pointer;
  border-radius: 0 0 2px 0;
  opacity: 0.6;
}
#view .selector:hover {
  opacity: 0.8;
}
#view .selector img {
  width: 100%;
  height: 100%;
}
#view .selector svg {
  width: 100%;
  height: 100%;
}
#view .item:hover .selector {
  display: block;
}
#view .item.selected:not(.selecting),
#view .item.selecting:not(.selected) {
  color: #e0e0e0;
  background: hsl(210, 90%, 52%);
}
#view .item.selected:not(.selecting) .selector,
#view .item.selecting:not(.selected) .selector {
  display: block;
  opacity: 1;
}
#view .item.selected:not(.selecting):hover,
#view .item.selecting:not(.selected):hover {
  color: #e0e0e0;
  background: hsl(210, 90%, 52%);
}
#view .no-match {
  display: none;
  margin-top: 36px;
  text-align: center;
  color: hsla(210, 55%, 30%, 0.2);
  font-size: 5em;
  font-weight: 600;
}
#tree {
  background: hsl(210, 10%, 14%);
  overflow: auto;
  flex: 0 0 auto;
  order: 1;
  padding: 2rem 1rem;
  white-space: nowrap;
  min-width: 220px;
  width: 15%;
  max-width: 20%;
  overflow-x: hidden;
}
#tree a,
#tree a:active,
#tree a.visited {
  display: block;
  margin-left: 20px;
  padding: 3px 0;
  text-decoration: none;
  color: #bdbdbd;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#tree a:hover,
#tree a:active:hover,
#tree a.visited:hover {
  color: #fff;
}
#tree .active > a {
  font-weight: 600;
}
#tree .indicator {
  display: block;
  float: left;
  padding: 3px 0;
  position: relative;
  top: -2px;
  cursor: pointer;
  filter: invert(80%) sepia(33%) saturate(146%) hue-rotate(169deg) brightness(87%) contrast(92%);
}
#tree .indicator img {
  width: 20px;
  height: 20px;
  zoom: 1;
}
#tree .indicator svg {
  width: 20px;
  height: 20px;
  zoom: 1;
}
#tree .item {
  clear: left;
}
#tree .item.open > .indicator img {
  transform: rotate(90deg);
}
#tree .item.open > .indicator svg {
  transform: rotate(90deg);
}
#tree .item.unknown > .indicator {
  opacity: 0.6;
}
#tree .item.none > .indicator {
  opacity: 0;
  cursor: inherit;
}
#tree .item.unknown > .content,
#tree .item.none > .content,
#tree .item.closed > .content {
  display: none;
}
#tree .icon {
  position: relative;
  top: -2px;
}
#tree .icon img {
  width: 20px;
  height: 20px;
}
#tree .icon svg {
  width: 20px;
  height: 20px;
}
#tree .label {
  margin: 0 0 0 4px;
}
#tree .content {
  margin: 0;
  padding: 0 0 0 20px;
}
#tree .summary {
  color: hsla(210, 55%, 30%, 0.7);
  padding: 0 0 0 8px;
}
#root.info #content {
  flex: 1 1 auto;
  order: 50;
  color: #bdbdbd;
  text-align: center;
}
#root.info code {
  margin: 0 0.2em;
  padding: 2px 4px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  background: #424242;
  border: 1px solid hsla(210, 55%, 30%, 0.2);
  font-size: 0.9em;
}
#root.info #header a {
  transition: all 0.5s ease-in-out;
  font-size: 4em;
  font-weight: 300;
  margin: 0.8em 0 0 0;
  color: #bdbdbd;
  text-decoration: none;
}
#root.info #header a:hover {
  color: #fff;
}
#root.info #support {
  margin: 24px auto;
  padding: 18px 0 6px 0;
  width: 292px;
  background: #424242;
  border: 1px solid hsla(210, 55%, 30%, 0.2);
  border-radius: 4px;
}
#root.info #support input[type="image"] {
  border: 0;
  width: 100px;
  padding: 12px 48px;
}
#root.info #pass {
  border-radius: 0.75rem;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background: #424242;
  border: 1px solid hsla(210, 55%, 30%, 0.2);
  display: inline-block;
  margin: 8px;
  padding: 0 12px;
  line-height: 28px;
  width: 200px;
  vertical-align: top;
}
#root.info #login,
#root.info #logout {
  border-radius: 0.75rem;
  transition: all 0.5s ease-in-out;
  color: #e0e0e0;
  background: hsl(210, 90%, 52%);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 8px;
  padding: 0 12px;
  line-height: 28px;
  vertical-align: top;
}
#root.info #login:hover,
#root.info #logout:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}
#root.info #hint {
  margin: 12px auto;
  width: 320px;
}
#root.info #tests {
  display: inline-block;
  text-align: left;
  list-style-type: none;
  margin: 48px 0;
  padding: 0;
}
#root.info #tests .test {
  background: hsl(206, 10%, 14%);
  border-radius: 8px;
  margin: 12px 0 0 0;
  padding: 8px 12px 12px 12px;
  border: 1px solid hsla(210, 55%, 30%, 0.5);
}
#root.info #tests .test:hover {
  background: hsla(210, 10%, 34%, 0.5);
  border: 1px solid hsla(210, 55%, 30%, 0.7);
}
#root.info #tests .label {
  display: inline-block;
  width: 250px;
  font-size: 1.4em;
}
#root.info #tests .result {
  display: inline-block;
  width: 250px;
  text-align: right;
  font-size: 1.4em;
  font-weight: 600;
}
#root.info #tests .result.passed {
  color: #7cb342;
}
#root.info #tests .result.failed {
  color: #e53935;
}
#root.info #tests .info {
  margin: 4px 0 0 0;
}
#content {
  overflow: auto;
  flex: 1 1 auto;
  order: 50;
  position: relative;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: hsla(0, 0%, 0%, 0.7);
  transition: all 1s;
  visibility: hidden;
  opacity: 0;
  z-index: 101;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.overlay:target > .modal {
  transform: translateY(30%) scale(0.9);
  transition-timing-function: cubic-bezier(0.8, 0, 0, 1.5);
  opacity: 1;
}
.modal {
  border-radius: 0.75rem;
  width: 400px;
  position: relative;
  margin: auto;
  padding: 1.5rem;
  background: linear-gradient(to right, hsl(210, 10%, 16%), hsl(206, 10%, 14%));
  border: 2px solid hsla(210, 55%, 30%, 0.5);
  transition: 1s;
  opacity: 0;
}
.modal a.close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 1.5rem;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.25rem;
  color: hsla(210, 90%, 52%, 0.55);
  background: hsla(210, 55%, 30%, 0.5);
  border-radius: 8px;
  transition: 0.25s;
}
.modal a.close:hover {
  color: #f5f5f5;
}
.modal .content {
  margin-top: 1rem;
}
.modal .content h2 {
  font-weight: 200;
}
.modal .content a {
  color: #f5f5f5;
}
.modal .content a.button-close {
  background-color: hsla(210, 55%, 30%, 0.5);
  border-radius: 8px;
  border: 1px solid hsla(210, 55%, 30%, 0.7);
  color: #f5f5f5;
  text-decoration: none;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.25rem 1rem;
}
.modal .content a.button-close:hover {
  color: #fff;
  background: hsla(210, 10%, 34%, 0.5);
  box-shadow: inset 0 1px 4px 1px rgba(0, 0, 0, 0.8);
}
#fallback {
  display: none;
  max-width: 960px;
  margin: 16px auto;
  padding: 32px 16px;
}
#fallback table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  background: #424242;
}
#fallback th,
#fallback td {
  padding: 6px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
}
#fallback th {
  color: #aaa;
  font-weight: normal;
  line-height: 36px;
}
#fallback td {
  overflow: hidden;
  white-space: nowrap;
}
#fallback a,
#fallback a:active,
#fallback a:visited {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#fallback a:hover,
#fallback a:active:hover,
#fallback a:visited:hover {
  color: #fff;
}
#fallback .fb-i {
  width: 20px;
  padding-left: 12px;
}
#fallback .fb-i img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}
#fallback .fb-i svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}
#fallback .fb-n {
  width: 682px;
  max-width: 682px;
}
#fallback .fb-d {
  text-align: right;
  width: 160px;
  min-width: 160px;
}
#fallback .fb-s {
  text-align: right;
  width: 70px;
  min-width: 70px;
  padding-right: 12px;
}
#fallback-hints {
  display: none;
  overflow: hidden;
  text-align: right;
  background: #424242;
  border-bottom: 1px solid hsla(210, 55%, 30%, 0.2);
}
#fallback-hints a,
#fallback-hints a:active,
#fallback-hints a:visited {
  transition: all 0.5s ease-in-out;
  display: inline-block;
  line-height: 48px;
  color: #bdbdbd;
  text-decoration: none;
  outline: 0;
}
#fallback-hints a:hover,
#fallback-hints a:active:hover,
#fallback-hints a:visited:hover {
  color: #fff;
}
#fallback-hints .noJsMsg,
#fallback-hints .noBrowserMsg {
  display: none;
  margin: 0 16px;
  color: #e53935;
}
html.no-js #root,
html.no-browser #root {
  position: static;
  overflow: auto;
}
html.no-js #fallback,
html.no-browser #fallback,
html.no-js #fallback-hints,
html.no-browser #fallback-hints {
  display: block;
}
html.no-js .noJsMsg {
  display: inline !important;
}
html.no-browser .noBrowserMsg {
  display: inline !important;
}
#mainrow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex: 1 1 auto;
  order: 50;
  height: 0;
}
#notification {
  position: fixed;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 10px;
  color: #e0e0e0;
  background: hsla(210, 10%, 34%, 0.5);
  border-radius: 0 0 1rem 1rem;
  text-align: center;
  overflow: hidden;
  z-index: 200;
}
#pagination_btm {
  border-radius: 0.75rem;
  position: sticky;
  bottom: 0;
  background: hsl(210, 10%, 16%);
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  z-index: 99;
}
#pagination_btm .nav_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: sticky;
  padding: 0.2rem;
  bottom: 0;
}
#pagination_btm .nav_buttons button {
  transition: all 0.5s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: hsl(206, 10%, 14%);
  border: 1px solid hsla(210, 55%, 30%, 0.5);
  border-radius: 0.5rem;
  color: #bdbdbd;
  cursor: pointer;
  font-size: 16px;
  margin: 0.2rem 0.25rem;
  padding: 8px 0 4px;
  outline: 0;
  width: 2rem;
  height: 2rem;
}
#pagination_btm .nav_buttons button:hover {
  color: #e0e0e0;
  background: hsla(210, 10%, 34%, 0.5);
}
#pagination_btm .nav_buttons button:disabled {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.4);
  cursor: default;
  color: hsla(210, 55%, 30%, 0.7);
}
#pagination_btm .pag_pos {
  padding: 0 0.5rem;
  font-size: 13px;
}
#pagination_btm .page_input {
  display: flex;
  align-content: flex-end;
  float: left;
  margin: 0 5px;
  font-size: 16px;
}
#pagination_btm .page_input > input[type="text"] {
  width: 2rem;
  background: #212121;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid hsla(210, 55%, 30%, 0.7);
  padding: 0 8px;
  text-align: center;
  vertical-align: baseline;
  box-sizing: initial;
}
#pagination_btm .page_input > input[type="text"]::-moz-placeholder {
  color: #e0e0e0;
  opacity: 1;
}
#pagination_btm .page_input > input[type="text"]::placeholder {
  color: #e0e0e0;
  opacity: 1;
}
#pagination_btm .page_input > input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}
#pagination_btm .page_input > input[type="text"]:focus::placeholder {
  color: transparent;
}
#pagination_btm .page_input > input[type="button"] {
  min-width: 2rem;
  height: 2rem;
  background: hsl(206, 10%, 14%);
  border: 1px solid hsla(210, 55%, 30%, 0.7);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
  padding: 0 8px;
  vertical-align: baseline;
  color: #bdbdbd;
  cursor: pointer;
}
#pagination_btm .page_input > input[type="button"]:hover {
  background: hsla(210, 10%, 34%, 0.5);
  color: #fff;
}
#root {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: hsl(210, 10%, 16%);
  line-height: 1.5;
}
#root,
input,
select {
  font-family: "Nunito", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Segoe UI Symbol", "Microsoft YaHei Light", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: normal;
  color: #bdbdbd;
}
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-track {
  background: hsl(210, 10%, 16%);
}
::-webkit-scrollbar-thumb {
  background: hsl(206, 10%, 14%);
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: hsla(210, 10%, 34%, 0.5);
}

#sidebar {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 0 0 auto;
  order: 0;
  background: hsl(210, 10%, 18%);
  border-right: 1px solid hsla(210, 55%, 30%, 0.2);
  padding: 1rem;
  position: absolute;
  top: 48px;
  min-height: 100%;
  min-width: 250px;
  width: 12%;
  z-index: 1;
}
#sidebar .block {
  display: block;
  margin: 0 0 1rem;
  width: 100%;
}
#sidebar .block h4 {
  text-transform: uppercase;
  font-weight: 200;
  margin: 0 0 0.5rem;
}
#sidebar .button {
  transition: all 0.5s ease-in-out;
  background: hsl(206, 10%, 14%);
  border-radius: 0.5rem;
  display: inline-block;
  margin: 4px;
  color: #bdbdbd;
  cursor: pointer;
  width: 48px;
  height: 48px;
}
#sidebar .button:hover {
  background: hsla(210, 10%, 34%, 0.5);
}
#sidebar .button.active {
  background: hsla(210, 10%, 34%, 0.5);
}
#sidebar .button img {
  width: 24px;
  height: 24px;
  padding: 12px;
  filter: invert(80%) sepia(33%) saturate(146%) hue-rotate(169deg) brightness(87%) contrast(92%);
}
#sidebar .button span {
  margin: 12px 12px;
  font-size: 24px;
}
#sidebar .button svg {
  width: 24px;
  height: 24px;
  padding: 12px;
}
#sidebar select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background: 0;
  color: inherit;
  box-shadow: none;
}
#sidebar select:focus {
  background: hsla(210, 10%, 34%, 0.5);
}
#sidebar #pag_form,
#sidebar .select {
  border-radius: 0.75rem;
  position: relative;
  display: flex;
  width: 100%;
  background: hsl(206, 10%, 14%);
  overflow: hidden;
}
#sidebar #pag_form .icon-expand,
#sidebar .select .icon-expand {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  padding: 0.35rem;
  transition: 0.25s all ease;
  background: hsla(210, 90%, 52%, 0.55);
  pointer-events: none;
}
#sidebar div.select:focus-within > .icon-expand,
#sidebar form#pag_form:focus-within > .icon-expand {
  color: #e0e0e0;
  transform: rotate(180deg);
  background: #bdbdbd;
}
#sidebar input {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: hsl(210, 10%, 18%);
  border: 0 solid hsla(210, 55%, 30%, 0.5);
  border-radius: 6px;
  cursor: pointer;
  outline: 0;
  color: #bdbdbd;
  max-width: 100%;
  width: 100%;
}
#sidebar input:hover {
  background: hsla(210, 10%, 34%, 0.5);
}
#sidebar select {
  width: 100%;
  padding: 0 1rem;
  height: 48px;
  line-height: 48px;
}
#sidebar select option {
  background-color: hsl(206, 10%, 14%);
  font-size: 15px;
}
#sidebar input[type="range"] {
  border-radius: 4px;
  margin: 1.5rem 0;
  padding: 4px;
  vertical-align: middle;
  height: 0;
  background: hsla(210, 90%, 52%, 0.35);
}
#sidebar input[type="range"]:hover {
  cursor: grabbing;
}
#sidebar .range-track {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border-width: 0;
  border-radius: 0;
  background: hsla(210, 90%, 52%, 0.35);
  height: 2px;
}
#sidebar .range-track:hover {
  background: hsla(210, 90%, 52%, 0.75);
  cursor: grabbing;
}
#sidebar .range-thumb {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border: 2px dotted #2196f3;
  border-radius: 5px;
  background: hsla(210, 90%, 52%, 0.35);
  width: 20px;
  height: 20px;
  margin-top: -8px;
}
#sidebar .range-thumb:active {
  background: hsla(210, 90%, 52%, 0.75);
  cursor: col-resize;
}
#sidebar input[type="range"]::-webkit-slider-runnable-track {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border-width: 0;
  border-radius: 0;
  background: hsla(210, 90%, 52%, 0.35);
  height: 2px;
}
#sidebar input[type="range"]::-webkit-slider-runnable-track:hover {
  background: hsla(210, 90%, 52%, 0.75);
  cursor: grabbing;
}
#sidebar input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border-width: 0;
  border-radius: 0;
  background: hsla(210, 90%, 52%, 0.35);
  height: 2px;
}
#sidebar input[type="range"]::-moz-range-track:hover {
  background: hsla(210, 90%, 52%, 0.75);
  cursor: grabbing;
}
#sidebar input[type="range"]::-ms-track {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border-width: 0;
  border-radius: 0;
  background: hsla(210, 90%, 52%, 0.35);
  height: 2px;
}
#sidebar input[type="range"]::-ms-track:hover {
  background: hsla(210, 90%, 52%, 0.75);
  cursor: grabbing;
}
#sidebar input[type="range"]::-ms-fill-lower {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border-width: 0;
  border-radius: 0;
  background: hsla(210, 90%, 52%, 0.35);
  height: 2px;
}
#sidebar input[type="range"]::-ms-fill-lower:hover {
  background: hsla(210, 90%, 52%, 0.75);
  cursor: grabbing;
}
#sidebar input[type="range"]::-ms-fill-upper {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border-width: 0;
  border-radius: 0;
  background: hsla(210, 90%, 52%, 0.35);
  height: 2px;
}
#sidebar input[type="range"]::-ms-fill-upper:hover {
  background: hsla(210, 90%, 52%, 0.75);
  cursor: grabbing;
}
#sidebar input[type="range"]::-webkit-slider-thumb {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border: 2px dotted #2196f3;
  border-radius: 5px;
  background: hsla(210, 90%, 52%, 0.35);
  width: 20px;
  height: 20px;
  margin-top: -8px;
}
#sidebar input[type="range"]::-webkit-slider-thumb:active {
  background: hsla(210, 90%, 52%, 0.75);
  cursor: col-resize;
}
#sidebar input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border: 2px dotted #2196f3;
  border-radius: 5px;
  background: hsla(210, 90%, 52%, 0.35);
  width: 20px;
  height: 20px;
  margin-top: -8px;
}
#sidebar input[type="range"]::-moz-range-thumb:active {
  background: hsla(210, 90%, 52%, 0.75);
  cursor: col-resize;
}
#sidebar input[type="range"]::-ms-thumb {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border: 2px dotted #2196f3;
  border-radius: 5px;
  background: hsla(210, 90%, 52%, 0.35);
  width: 20px;
  height: 20px;
  margin-top: -8px;
}
#sidebar input[type="range"]::-ms-thumb:active {
  background: hsla(210, 90%, 52%, 0.75);
  cursor: col-resize;
}
#sidebar #view-size {
  display: block;
}

#topbar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: row;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  flex: 0 0 auto;
  order: 1;
  background: #111213;
  border-bottom: 1px solid hsla(210, 55%, 30%, 0.5);
  color: #bdbdbd;
  line-height: 16px;
  z-index: 10;
}
#toolbar {
  overflow: hidden;
  flex: 0 0 auto;
  order: 1;
  display: inline-flex;
  align-items: center;
}
#toolbar .tool {
  transition: all 0.5s ease-in-out;
  display: inline-block;
  cursor: pointer;
  margin: 4px;
  border-radius: 8px;
}
#toolbar .tool img {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 8px;
  filter: invert(80%) sepia(33%) saturate(146%) hue-rotate(169deg) brightness(87%) contrast(92%);
}
#toolbar .tool svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 8px;
}
#toolbar .tool:hover {
  color: #e0e0e0;
  background: hsla(210, 10%, 34%, 0.5);
}
#sidebar-toggle {
  color: #bdbdbd;
}
#sidebar-toggle span {
  font-size: 24px;
  margin: 8px;
}
#sidebar-toggle:hover {
  color: #e0e0e0;
  background: hsla(210, 10%, 34%, 0.5);
}
#download span {
  font-size: 24px;
  margin: 8px;
  color: #e0e0e0;
}
#download:hover {
  color: #e0e0e0;
  background: hsla(210, 10%, 34%, 0.5);
}
#flowbar {
  overflow: hidden;
  flex: 1 1 auto;
  order: 2;
}
#backlink {
  transition: all 0.5s ease-in-out;
  flex: 0 0 auto;
  order: 99;
}
#backlink a.icon-link {
  display: inline-block;
  color: inherit;
  margin: 4px;
  border-radius: 8px;
}
#backlink a.icon-link span {
  font-size: 24px;
  margin: 8px;
}
#backlink a.icon-link,
#backlink a.icon-link:active,
#backlink a.icon-link:visited {
  cursor: pointer;
}
#backlink a.icon-link:hover {
  color: #e0e0e0;
  background: hsla(210, 10%, 34%, 0.5);
}
#backlink a.icon-link:focus {
  outline: 0;
}
#view.view-details {
  margin: 32px;
}
#view.view-details .header {
  position: relative;
  white-space: nowrap;
  display: list-item;
  background: #111213;
  border-bottom: 1px solid hsla(210, 55%, 30%, 0.5);
  border-radius: 1rem 1rem 0 0;
  padding: 0.25rem 0;
}
#view.view-details .header .label,
#view.view-details .header .date,
#view.view-details .header .size {
  color: #bdbdbd;
  transition: all 0.5s ease-in-out;
  line-height: 24px;
  padding: 4px 8px;
  opacity: 0.6;
  outline: 0;
}
#view.view-details .header .label:hover,
#view.view-details .header .date:hover,
#view.view-details .header .size:hover {
  opacity: 1;
  color: #fff;
}
#view.view-details .header .sort {
  display: none;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  padding: 0 4px;
  filter: invert(80%) sepia(33%) saturate(146%) hue-rotate(169deg) brightness(87%) contrast(92%);
}
#view.view-details .header .ascending .sort {
  display: inline;
}
#view.view-details .header .descending .sort {
  display: inline;
  transform: rotate(180deg);
  zoom: 1;
}
#view.view-details .item {
  overflow: hidden;
  border-bottom: 1px solid hsla(210, 56%, 30%, 0.5);
}
#view.view-details .item:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#view.view-details .item:last-child {
  border-radius: 0 0 1rem 1rem;
}
#view.view-details .square {
  display: inline-block;
  position: absolute;
  left: 16px;
  top: -1px;
  padding: 8px;
}
#view.view-details .square .thumb {
  border-radius: 0.75rem;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
#view.view-details .label,
#view.view-details .date,
#view.view-details .size {
  padding: 0 8px;
}
#view.view-details .date {
  position: absolute;
  right: 116px;
  top: 0;
}
#view.view-details .size {
  position: absolute;
  right: 1rem;
  top: 0;
}
#view.view-details .item .label,
#view.view-details .item .date,
#view.view-details .item .size {
  line-height: 15rem;
}
#view.view-details .item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#view.view-details .item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#view.view-details .square {
  width: 1rem;
  height: 1rem;
}
#view.view-details .square img {
  width: 1rem;
  height: 1rem;
}
#view.view-details .square svg {
  width: 1rem;
  height: 1rem;
}
#view.view-details .label {
  margin: 0 246px 0 33rem;
}
#view.view-details.width-0 .label {
  margin-right: 4px;
}
#view.view-details.width-0 .date {
  display: none;
}
#view.view-details.width-0 .size {
  display: none;
}
#view.view-details.width-1 .label {
  margin-right: 64px;
}
#view.view-details.width-1 .date {
  display: none;
}
#view.view-grid {
  margin: 28px;
}
#view.view-grid .item {
  border-radius: 0.75rem;
  overflow: hidden;
  float: left;
  margin: 8px;
  border: 1px solid hsla(210, 10%, 34%, 0.5);
}
#view.view-grid .item:hover {
  border: 1px solid hsla(210, 55%, 30%, 0.7);
}
#view.view-grid .square {
  display: inline-block;
  vertical-align: top;
}
#view.view-grid .label {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  padding: 0 8px;
}
#view.view-grid .date,
#view.view-grid .size {
  display: none;
}
#view.view-grid .label {
  line-height: 48px;
}
#view.view-grid .square {
  width: 48px;
  height: 48px;
}
#view.view-grid .square img {
  width: 48px;
  height: 48px;
}
#view.view-grid .square svg {
  width: 48px;
  height: 48px;
}
#view.view-icons {
  margin: 28px;
}
#view.view-icons .item {
  border-radius: 0.75rem;
  overflow: hidden;
  float: left;
  margin: 8px;
  border: 1px dotted hsla(210, 55%, 30%, 0.5);
}
#view.view-icons .item:hover {
  border: 1px dotted hsla(210, 55%, 30%, 0.7);
}
#view.view-icons .landscape {
  display: block;
  background: hsl(210, 10%, 18%);
}
#view.view-icons .label {
  padding: 0 6px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
}
#view.view-icons .date,
#view.view-icons .size {
  display: none;
}
#view.view-icons .item {
  width: 128px;
  border-radius: 8px;
  margin-bottom: 2px;
}
#view.view-icons .landscape {
  width: 128px;
  height: 96px;
}
#view.view-icons .landscape img {
  width: 96px;
  height: 96px;
}
#view.view-icons .landscape .thumb {
  width: 128px;
}
#view a,
#view a:active,
#view a:visited {
  display: block;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
#view ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#view .header {
  display: none;
}
#view .item {
  position: relative;
  white-space: nowrap;
  background: hsl(206, 10%, 14%);
}
#view .item:hover {
  color: #fff;
  background: hsla(210, 10%, 34%, 0.5);
}
#view .item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#view .item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#view .folder-parent .date,
#view .folder-parent .size {
  display: none;
}
#view .icon {
  display: none;
  text-align: center;
}
#view .icon img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#view .icon .thumb {
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
#view .label {
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
#view .date {
  text-align: right;
  width: 130px;
}
#view .size {
  text-align: right;
  width: 80px;
}
#view #view-hint {
  display: block;
  margin-top: 36px;
  text-align: center;
  color: hsla(210, 55%, 30%, 0.2);
  font-size: 5em;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  #crumbbar .crumb:not(.active) {
    display: none;
  }
  #crumbbar .crumb.active .sep {
    width: 0;
  }
  #tree {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  #crumbbar .crumb:not(.active) {
    display: none;
  }
  #crumbbar .crumb.active .sep {
    width: 0;
  }
  #info {
    display: none !important;
  }
}

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #toolbar,
  #sidebar,
  #tree,
  #info {
    display: none !important;
  }
}
