html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.clear {
    clear: both;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    background-color: #fff;
}

body {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

body,
html {
    position: fixed;
}

html,
body,
button,
input,
select,
textarea {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
}

textarea {
    overflow: auto;
}

input,
textarea {
    border-radius: 0;
    border: 1px solid #c1c1c1;
}

:focus {
    border: 0;
    outline: none;
}

input[type='submit'],
input[type='text'],
input[type='email'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

::selection {
    background: #00e18e;
    color: #ffffff;
}

::-moz-selection {
    background: #00e18e;
    color: #ffffff;
}

::-webkit-selection {
    background: #00e18e;
    color: #ffffff;
}

.search__list::-webkit-scrollbar-track {
    background-color: #00e18e;
}
.search__list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
}
.search__list::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 0;
}

.results__inline-toc-list::-webkit-scrollbar-track,
.results__inline-content::-webkit-scrollbar-track {
    background-color: #fff;
}
.results__inline-toc-list::-webkit-scrollbar,
.results__inline-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #dedede;
}
.results__inline-toc-list::-webkit-scrollbar-thumb,
.results__inline-content::-webkit-scrollbar-thumb {
    background-color: #dedede;
    border: 0;
}

mark {
    background-color: #f53940;
    box-shadow: 0px 0px 0px 3px #f53940;
    color: #fff;
}

#app {
    width: 100%;
    height: 100%;
    position: relative;
}

.login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 40000;
    display: none;
}

.login__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 50px;
    margin-top: -25px;
    margin-left: -100px;
    text-align: center;
}

.login__button {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 20px;
    color: #fff;
    background-color: #00e18e;
    cursor: pointer;
}

.search {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 100%;
    background-color: #00e18e;
    padding: 0px;
}

.search__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.search__inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 10px;
    height: 100%;
}

.search__desktop {
    display: block;
}

.search__mobile {
    display: none;
    width: 100%;
}

.search__mobile select {
    width: 100%;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    background-color: #fff;
}

.search__input {
    width: 100%;
    padding: 0px 20px;
    font-size: 22px;
    letter-spacing: 2px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.search__type {
    cursor: pointer;
    width: 100%;
    font-size: 13px;
    letter-spacing: 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e4e4e4;
}

#search_content {
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.search__list {
    position: absolute;
    top: 120px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
}

.search__list li a {
    display: block;
    text-decoration: none;
    padding: 6px 10px;
    color: inherit;
    font-size: 18px;
}

.search__list li.focus a span {
    border-bottom-color: #fff;
    color: #fff;
}

.search__list li a span {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 0px;
    white-space: nowrap;
    border: 2px solid transparent;
    transition: all 0.05s ease-in-out;
}

.results {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 380px);
    bottom: 0;
    background-color: #ffffff;
}

.results__inner {
    height: 100%;
    background-color: #eee;
}
.results__inner:empty {
    background-color: #fff;
    position: relative;
}
.results__inner:empty:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 440px;
    transform: translateY(-50%) translateX(-50%);
    background-image: url(../_assets/loading.webp);
    background-repeat: no-repeat;
    background-position: top center;
}

.results__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.results__inline {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    color: #fff;
    padding: 0;
}

.results__inline-content {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    overflow: auto;
    width: calc(100% - 380px - 30px);
    padding: 20px;
    padding-bottom: 100vh;
    background-color: #fff;
}

.results__inline-toc {
}

.results__inline-toc-search {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 380px;
    padding: 0px 20px;
    font-size: 20px;
    letter-spacing: 2px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e4e4e4;
}
.results__inline-toc-list {
    position: absolute;
    top: calc(10px + 60px + 10px);
    bottom: 10px;
    left: 10px;
    width: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 10px;
}
.results__inline-toc-listitem {
}
.results__inline-toc-listtext {
    display: inline-block;
    white-space: nowrap;
    border: 2px solid transparent;
    transition: all 0.05s ease-in-out;
    text-transform: uppercase;
}
.results__inline-toc-listitem--focus .results__inline-toc-listtext {
    border-bottom-color: #000;
}
.results__inline-toc-listlink {
    color: #000;
    display: block;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}
.results__inline-toc-listitem--level-1 .results__inline-toc-listlink {
    padding-left: 0px;
    font-size: 18px;
}
.results__inline-toc-listitem--level-2 .results__inline-toc-listlink {
    padding-left: 10px;
    font-size: 17px;
}
.results__inline-toc-listitem--level-3 .results__inline-toc-listlink {
    padding-left: 20px;
    font-size: 16px;
}
.results__inline-toc-listitem--level-4 .results__inline-toc-listlink {
    padding-left: 30px;
    font-size: 15px;
}
.results__inline-toc-listitem--level-5 .results__inline-toc-listlink {
    padding-left: 40px;
    font-size: 14px;
}
.results__inline-toc-listitem--level-6 .results__inline-toc-listlink {
    padding-left: 50px;
    font-size: 13px;
}
.results__inline-toc-listitem--level-2 + .results__inline-toc-listitem--level-1,
.results__inline-toc-listitem--level-3 + .results__inline-toc-listitem--level-1,
.results__inline-toc-listitem--level-3 + .results__inline-toc-listitem--level-2,
.results__inline-toc-listitem--level-4 + .results__inline-toc-listitem--level-1,
.results__inline-toc-listitem--level-4 + .results__inline-toc-listitem--level-2,
.results__inline-toc-listitem--level-4 + .results__inline-toc-listitem--level-3,
.results__inline-toc-listitem--level-5 + .results__inline-toc-listitem--level-1,
.results__inline-toc-listitem--level-5 + .results__inline-toc-listitem--level-2,
.results__inline-toc-listitem--level-5 + .results__inline-toc-listitem--level-3,
.results__inline-toc-listitem--level-5 + .results__inline-toc-listitem--level-4,
.results__inline-toc-listitem--level-6 + .results__inline-toc-listitem--level-1,
.results__inline-toc-listitem--level-6 + .results__inline-toc-listitem--level-2,
.results__inline-toc-listitem--level-6 + .results__inline-toc-listitem--level-3,
.results__inline-toc-listitem--level-6 + .results__inline-toc-listitem--level-4,
.results__inline-toc-listitem--level-6 + .results__inline-toc-listitem--level-5 {
    margin-top: 10px;
}

.results__inline-content * {
    font-size: 16px !important;
    font-family: 'Arial', sans-serif !important;
    line-height: 20px !important;
}

.results__inline-content a {
    color: #00e18e !important;
    font-weight: 600;
    text-decoration: underline !important;
}

.results__inline-content h1,
.results__inline-content h2,
.results__inline-content h3,
.results__inline-content h4,
.results__inline-content h5,
.results__inline-content h6 {
    margin-bottom: 5px !important;
    display: block;
    margin-top: 0px !important;
    padding-top: 0px !important;
    transition: all 0.15s ease-in-out;
    text-transform: uppercase !important;
}
.results__inline-content h1.is-highlighted,
.results__inline-content h2.is-highlighted,
.results__inline-content h3.is-highlighted,
.results__inline-content h4.is-highlighted,
.results__inline-content h5.is-highlighted,
.results__inline-content h6.is-highlighted {
    background-color: #f53940;
    box-shadow: -4px -4px 0px 4px #f53940;
}
.results__inline-content h1 *,
.results__inline-content h2 *,
.results__inline-content h3 *,
.results__inline-content h4 *,
.results__inline-content h5 *,
.results__inline-content h6 * {
    transition: color 0.15s ease-in-out;
}
.results__inline-content h1.is-highlighted *,
.results__inline-content h2.is-highlighted *,
.results__inline-content h3.is-highlighted *,
.results__inline-content h4.is-highlighted *,
.results__inline-content h5.is-highlighted *,
.results__inline-content h6.is-highlighted * {
    color: #fff !important;
}
.results__inline-content h1 br:first-child,
.results__inline-content h2 br:first-child,
.results__inline-content h3 br:first-child,
.results__inline-content h4 br:first-child,
.results__inline-content h5 br:first-child,
.results__inline-content h6 br:first-child {
    display: none !important;
}

.results__inline-content h1,
.results__inline-content h1 * {
    font-size: 29px !important;
    font-weight: 500;
    margin-top: 70px !important;
}

.results__inline-content h2,
.results__inline-content h2 * {
    font-size: 24px !important;
    font-weight: 500;
    margin-top: 50px !important;
    text-transform: uppercase;
}
.results__inline-content h3,
.results__inline-content h3 * {
    font-size: 22px !important;
    font-weight: 500;
    margin-top: 30px !important;
}

.results__inline-content h4,
.results__inline-content h4 * {
    font-size: 21px !important;
    font-weight: 500;
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}

.results__inline-content h5,
.results__inline-content h5 * {
    font-size: 19px !important;
    font-weight: 500;
    margin-top: 26px !important;
}

.results__inline-content h6,
.results__inline-content h6 * {
    font-size: 18px !important;
    font-weight: 500;
    margin-top: 25px !important;
}

.results__inline-content *:first-child,
.results__inline-content meta:first-child + *:nth-child(2),
.results__inline-content meta:first-child + style:nth-child(2) + *:nth-child(3) {
    margin-top: 0px !important;
}

.results__inline-content ul li,
.results__inline-content ol li {
    margin-left: 20px !important;
}

.results__inline-content .copy-clipboard {
    text-decoration: none !important;
}

.results__inline-content .edit {
    display: block;
    margin-top: 20px;
}

.results__inline-content table {
    width: 100% !important;
}

.results__inline-content table td {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-left-width: 1px !important;
    border-bottom-width: 1px !important;
}

@media screen and (max-width: 1100px) {
    .search__desktop {
        display: none;
    }

    .search__mobile {
        display: block;
    }

    .search {
        width: 100%;
        height: 50px;
    }

    .results {
        width: 100%;
        top: 50px;
    }

    .results__inline-toc {
        display: none;
    }

    .results__inline-content {
        width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
    }
}
