::selection {
    background: #ffce76;
    color: #000;
}

body {
    background-color: #121216;
    color: #f8f8f9;
}

a,
a:active {
    color: #00abff;
}

hr {
    border: 1px solid #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f8f8f9;
}

h1,
h2 {
    border-bottom: 0.0625rem solid #333;
}

.navbar {
    background: #000;
}

.navbar-ham {
    background: #444;
}

    .navbar-ham .first,
    .navbar-ham .second,
    .navbar-ham .third {
        background: #fff;
    }

.navbar-resize {
    background: #222;
}

.resize-dots-container .dots {
    background-color: #fff;
}

.search-box-input-container {
    background: #2a2b2c;
}

.search-icon {
    fill: #aeaeae;
}

.search-box-input {
    color: #fff;
}

    .search-box-input::placeholder {
        color: #aeaeae;
    }

    .search-box-input:focus + .search-icon {
        fill: #fff;
    }

.search-item-ul {
    background: #333;
}

    .search-item-ul li:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .search-item-ul a,
    .search-item-ul li {
        color: #fff;
    }

.accordion-heading {
    color: #fff;
}

.accordion-content {
    background: #111;
}

    .accordion-content a {
        color: #fff;
    }

.methods.accordion-content {
    background: #202020;
}

.menu-link {
    color: #fff;
}

tt,
code,
kbd,
samp {
    background: #222;
}

.signature-attributes {
    color: #aaa;
}

.ancestors {
    color: #999;
}

    .ancestors a {
        color: #999 !important;
    }

.important {
    color: #950b02;
}

.type-signature {
    color: #00918e;
}

.name,
.name a {
    color: #f7f7f7;
}

.details {
    background: #000;
    color: #fff;
}

.prettyprint,
.pre-top-bar-container {
    background: #000;
}

.member-item-container strong,
.method-member-container strong {
    color: #fff;
}

.pre-top-bar-container {
    background: #090909;
}

.prettyprint.source,
.prettyprint code {
    background-color: #000;
}

.prettyprint.linenums li {
    border-left: 3px #222831 solid;
}

    /* stylelint-disable */
    .prettyprint.linenums li.selected,
    .prettyprint.linenums li.selected * {
        background-color: #404040;
    }
/* stylelint-enable */

table .name,
.params .name,
.props .name,
.name code {
    color: #fff;
}

table td,
.params td {
    background-color: #000;
    border-top: 1px solid #191919;
}

table thead tr,
.params thead tr,
.props thead tr {
    background-color: #000;
    color: #fff;
}

/* stylelint-disable */
table .params thead tr,
.params .params thead tr,
.props .props thead tr {
    background-color: #000;
    color: #fff;
}

.disabled {
    color: #aaaaaa;
}

.code-copy-icon-container {
    fill: #fff;
}

    .code-copy-icon-container:hover {
        background-color: #333;
    }

.code-lang-name {
    color: #ff8a00;
}

.tooltip {
    background: #ffce76;
    color: #000;
}

    .tooltip .pun,
    .tooltip .typ {
        background: #ffce76;
        color: #000;
    }

/* code */
.pln {
    color: #ffdd4a;
}

.str {
    color: #56e39f;
}

/* a keyword */
.kwd {
    color: #08b2e3;
}

/* a comment */
.com {
    color: #999;
}

/* a type name */
.typ {
    color: #ef6f6c;
}

/* a literal value */
.lit {
    color: #f5d67b;
}

/* punctuation */
.pun {
    color: #5adbff;
}

/* lisp open bracket */
.opn {
    color: #72e0d1;
}

/* lisp close bracket */
.clo {
    color: #72e0d1;
}

/* a markup tag name */
.tag {
    color: #007bff;
}

/* a markup attribute name */
.atn {
    color: #f5d67b;
}

/* a markup attribute value */
.atv {
    color: #3e999f;
}

/* a declaration */
.dec {
    color: #f5871f;
}

/* a variable name */
.var {
    color: #f5d67b;
}

/* a function name */
.fun {
    color: #4271ae;
}

blockquote {
    background: #202020;
    color: #fff;
}

ol.linenums li {
    color: #fff;
}

code {
    background: #333;
    color: #fff;
}

.member-item-container {
    display: none;
}

.container-overview {
    display: none;
}

.details {
    display: none;
}

.subsection-title {
    font-size: 2em;
    text-align: center;
    margin-top: 1.5em;
}

.name {
    margin-left: 0;
    font-size: 1.25em;
    margin-top: 30px;
    border-top: 1px solid #434343;
    padding-top: 30px;
}

.dl.param-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.description p {
    padding-left: 25px;
}

.accordion-list {
    margin-bottom: 0.5em;
}

.accordion.child {
    margin-bottom: 0.5em;
}

.accordion-content {
    background: #000;
}

.methods.accordion-content {
    background: #3D3D3D;
}

.accordion.child.collapsed {
    /* background:#111;	*/
    background: #000;
}

.accordion.child {
    background: #848484;
}

header h2 {
    display: none;
}

.navbar {
    width: 21rem;
}

.main-content {
    margin-left: 20rem;
}

.accordion-list {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

dl.param-type {
    padding-bottom: 0;
}

.params th {
    background-color: #848484;
}

.params td {
    background-color: #3D3D3D;
}

.name code {
    background: #848484;
}

.params td.description p {
    padding-left: 0;
}

/*tw-theme*/
::selection {
    background: #ffce76;
    color: #000;
}

body {
    background-color: #F5F5F5;
    color: #212529;
}

a,
a:active {
    color: #00abff;
}

hr {
    border: 1px solid #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e4075;
}

h1,
h2 {
    border-bottom: 0.1rem solid #c1c1c1;
}

.navbar {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin: 10px;
}

.navbar-ham {
    background: #444;
}

    .navbar-ham .first,
    .navbar-ham .second,
    .navbar-ham .third {
        background: #fff;
    }

.navbar-resize {
    background: #222;
}

.resize-dots-container .dots {
    background-color: #fff;
}

.search-box-input-container {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-icon {
    fill: #aeaeae;
}

.search-box-input {
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}

    .search-box-input::placeholder {
        color: #aeaeae;
    }

    .search-box-input:focus + .search-icon {
        fill: #fff;
    }

.search-item-ul {
    background: #333;
}

    .search-item-ul li:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .search-item-ul a,
    .search-item-ul li {
        color: #fff;
    }

.accordion-heading {
    color: #1e4075;
    font-weight: 500;
}

.accordion-content {
    background: #fff;
}

    .accordion-content a {
        color: #212529;
    }

.menu-link {
    color: #fff;
}

tt,
code,
kbd,
samp {
    background: #222;
}

.signature-attributes {
    color: #aaa;
}

.ancestors {
    color: #999;
}

    .ancestors a {
        color: #999 !important;
    }

.important {
    color: #950b02;
}

.type-signature {
    color: #00918e;
}

.name,
.name a {
    color: #1e4075;
}

.details {
    background: #000;
    color: #fff;
}

.prettyprint,
.pre-top-bar-container {
    background: #000;
}

.member-item-container strong,
.method-member-container strong {
    color: #212529;
}

.pre-top-bar-container {
    background: #090909;
}

.prettyprint.source,
.prettyprint code {
    background-color: #000;
}

.prettyprint.linenums li {
    border-left: 3px #222831 solid;
}

    /* stylelint-disable */
    .prettyprint.linenums li.selected,
    .prettyprint.linenums li.selected * {
        background-color: #404040;
    }
/* stylelint-enable */

table .name,
.params .name,
.props .name,
.name code {
    color: #fff;
}

table td,
.params td {
    background-color: #dbdbdb;
    border-top: 1px solid #929292;
}

table thead tr,
.params thead tr,
.props thead tr {
    background-color: #000;
    color: #fff;
}

/* stylelint-disable */
table .params thead tr,
.params .params thead tr,
.props .props thead tr {
    background-color: #000;
    color: #fff;
}

.disabled {
    color: #aaaaaa;
}

.code-copy-icon-container {
    fill: #fff;
}

    .code-copy-icon-container:hover {
        background-color: #333;
    }

.code-lang-name {
    color: #ff8a00;
}

.tooltip {
    background: #ffce76;
    color: #000;
}

    .tooltip .pun,
    .tooltip .typ {
        background: #ffce76;
        color: #000;
    }

/* code */
.pln {
    color: #ffdd4a;
}

.str {
    color: #56e39f;
}

/* a keyword */
.kwd {
    color: #08b2e3;
}

/* a comment */
.com {
    color: #999;
}

/* a type name */
.typ {
    color: #ef6f6c;
}

/* a literal value */
.lit {
    color: #f5d67b;
}

/* punctuation */
.pun {
    color: #5adbff;
}

/* lisp open bracket */
.opn {
    color: #72e0d1;
}

/* lisp close bracket */
.clo {
    color: #72e0d1;
}

/* a markup tag name */
.tag {
    color: #007bff;
}

/* a markup attribute name */
.atn {
    color: #f5d67b;
}

/* a markup attribute value */
.atv {
    color: #3e999f;
}

/* a declaration */
.dec {
    color: #f5871f;
}

/* a variable name */
.var {
    color: #f5d67b;
}

/* a function name */
.fun {
    color: #4271ae;
}

blockquote {
    background: #202020;
    color: #fff;
}

ol.linenums li {
    color: #fff;
}

code {
    background: #333;
    color: #fff;
}

.member-item-container {
    display: none;
}

.container-overview {
    display: none;
}

.details {
    display: none;
}

.subsection-title {
    font-size: 2em;
    text-align: center;
    margin-top: 1.5em;
}

.name {
    margin-left: 0;
    font-size: 1.25em;
    margin-top: 30px;
    border-top: 1px solid #c1c1c1;
    padding-top: 30px;
}

.dl.param-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.description p {
    padding-left: 25px;
}

.accordion-list {
    margin-bottom: 0.5em;
}

.accordion-content {
    background: #fff;
}

.methods.accordion-content {
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion.child.collapsed {
    /* background:#111;	*/
    background: #fff;
}

.accordion.child {
    background: #dbdbdb;
    border-radius: 10px;
    margin-bottom: 0.5em;
}

header h2 {
    display: none;
}

.navbar {
    width: 21rem;
}

.main-content {
    margin-left: 21rem;
}

.accordion-list {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

dl.param-type {
    padding-bottom: 0;
}

.params th, .props th {
    background-color: #afafaf;
}

.params td, .props td {
    background-color: #e4e4e4;
}

.name code {
    background: #848484;
}

.params td.description p, .props td.description p {
    padding-left: 0;
}

table thead tr, .params thead tr, .props thead tr {
    background-color: #000;
    color: #fff;
}

.name a {
    color: #00abff;
    text-decoration: underline;
}

.readme h4 {
    font-size: 1.25em;
}