/* i18n */
en, zh {
    display: inline;
}

.zh en {
    display: none;
}

.en zh {
    display: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.2);
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

/* custom */
.deprecated {
    color: #950B02 !important;
    font-weight: 700 !important;
}

/* override */
* {
    color: #1C1C1C;
    font-family: Aileron, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

p,
ul,
ol,
blockquote {
    font-size: 14px !important;
}

th {
    font-weight: 600 !important;
}

td, th {
    padding: 6px 10px !important;
    line-height: 20px !important;
}

a {
    color: #1C1C1C !important;
}

h1,
h1.page-title {
    font-size: 24px !important;
}

h2, h3 {
    font-size: 20px !important;
}

h4 {
    font-size: 16px !important;
}

h5, h6 {
    font-size: 14px !important;
}

.class-description, .param-type, .param-desc, .h5-types {
    font-size: 14px !important;
}

.h5-parameters, .h5-examples, .h5-returns, .h5-throws {
    font-size: 16px !important;
}

section.package > h3 {
    font-size: 24px !important;
}

nav h2, nav h3 {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #1C1C1C !important;
    margin: 15px 0 10px !important;
    line-height: 24px !important;
}

h4.name {
    background: #F58220 !important;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 16px;
    font-size: 16px;
}

span.param-type,
.params td .param-type,
.param-type > a,
.param-type dd {
    color: #F58220 !important;
}

.signature, .type-signature, .signature-attributes {
    color: #1C1C1C !important;
}

nav #nav-search {
    border-color: #9C9C9C !important;
    border-width: 1px !important;
    border-radius: 4px !important;
    outline: none !important;
}

nav > ul > li > a {
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 36px !important;
    line-height: 36px !important;
    margin: 0 !important;
    color: #373737 !important;
}

nav > ul > li > a.active, nav > h2 > a.active {
    color: #F58220 !important;
}

nav > ul > li > ul > li > a {
    height: 28px !important;
    line-height: 28px !important;
    color: #444444 !important;
    font-size: 14px !important;
}

nav > ul > li > ul > li > a.active {
    border-left: 2px solid #F58220 !important;
    color: #F58220 !important;
    font-weight: 600 !important;
}

.subsection-title + dl dt {
    padding: 4px 0 !important;
}

pre.prettyprint {
    padding-bottom: 0 !important;
}

h4.name a, nav > h2 > a {
    font-size: 14px !important;
    color: #1C1C1C !important;
}

h4.name a:hover {
    border-bottom-color: #1C1C1C !important;
}

.details dt {
    min-height: 28px !important;
    padding: 4px 0 4px 8px !important;
}

.details dd {
    min-height: 28px !important;
    padding: 4px 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.h5-types + ul {
    margin: 10px 0 !important;
}

.navicon-button .navicon:before,
.navicon-button .navicon:after, .navicon {
    width: 24px !important;
}
.navicon-button.x {
    top: 0 !important;
    right: 0 !important;
}

/* hide */
footer {
    display: none;
}

.description.usertext {
    display: none !important;
}
