@import './theme.css';
:root {
    --primary: #007bff;
    --secondary: #6c757d;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --cdgreen: #00ffac;
    --cdred: #ff5027;
    --cdblue: #5075f9;
    --cddarkblue: #091227;
    --cdwhite: #ececec;
    --cdmiddleblue: #171e30;
    --cdbg: #171e30;
    --cdtext: #ececec;
    --cdtext2: rgba(236, 236, 236, 0.5);
    --font-family-sans-serif: 'Montserrat', sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        'Liberation Mono', 'Courier New', monospace;
    --navbar-height: 53px;
    --i3dh-color-blue: #5075f9;
    --i3dh-color-blue-50: #e9ecfe;
    --i3dh-color-blue-100: #cbcffb;
    --i3dh-color-blue-200: #d6ddfd;
    --i3dh-color-blue-300: #7690fb;
    --i3dh-color-blue-400: #5075f9;
    --i3dh-color-blue-500: #1c5af6;
    --i3dh-color-blue-600: #1451ea;
    --i3dh-color-blue-700: #0046dd;
    --i3dh-color-blue-800: #003ad2;
    --i3dh-color-blue-900: #0025ba;
    --i3dh-color-blue-a100: #b4e8fc;
    --i3dh-color-blue-a200: #82d9fb;
    --i3dh-color-blue-a400: #27bdf9;
    --i3dh-color-blue-a700: #0090d6;

    --i3dh-color-bluegray: #091227;
    --i3dh-color-bluegray-50: #f0f6ff;
    --i3dh-color-bluegray-100: #e7edff;
    --i3dh-color-bluegray-200: #dbe1ff;
    --i3dh-color-bluegray-300: #c9cfed;
    --i3dh-color-bluegray-400: #a4abc7;
    --i3dh-color-bluegray-500: #838aa5;
    --i3dh-color-bluegray-600: #5c627c;
    --i3dh-color-bluegray-700: #495068;
    --i3dh-color-bluegray-800: #2a3249;
    --i3dh-color-bluegray-900: #091227;
    --i3dh-color-bluegray-a100: #bed2d6;
    --i3dh-color-bluegray-a200: #99b2b9;
    --i3dh-color-bluegray-a400: #597e88;
    --i3dh-color-bluegray-a700: #254750;

    --i3dh-color-green: #00ffac;
    --i3dh-color-green-50: #e3fff1;
    --i3dh-color-green-100: #baffdc;
    --i3dh-color-green-200: #84ffc5;
    --i3dh-color-green-300: #00ffac;
    --i3dh-color-green-400: #00fb93;
    --i3dh-color-green-500: #00f580;
    --i3dh-color-green-600: #00e373;
    --i3dh-color-green-700: #00ce65;
    --i3dh-color-green-800: #00bc58;
    --i3dh-color-green-900: #009941;
    --i3dh-color-green-a100: #cbffc2;
    --i3dh-color-green-a200: #a2ff97;
    --i3dh-color-green-a400: #00ff2a;
    --i3dh-color-green-a700: #00d300;

    --i3dh-color-red: #ff5027;
    --i3dh-color-red-50: #fbe8e7;
    --i3dh-color-red-100: #ffcabc;
    --i3dh-color-red-200: #ffa892;
    --i3dh-color-red-300: #ff8667;
    --i3dh-color-red-400: #ff6a46;
    --i3dh-color-red-500: #ff5027;
    --i3dh-color-red-600: #f44923;
    --i3dh-color-red-700: #e6421e;
    --i3dh-color-red-800: #d83b1a;
    --i3dh-color-red-900: #bf2e11;
    --i3dh-color-red-a100: #ffb9cb;
    --i3dh-color-red-a200: #ff8aa9;
    --i3dh-color-red-a400: #ff276b;
    --i3dh-color-red-a700: #d6004d;

    /* SHADOWS/ELEVATION */

    --i3dh-elevation-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);

    --i3dh-elevation-none: none;

    --i3dh-elevation-2dp: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
        0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);

    --i3dh-elevation-3dp: 0 3px 4px 0 rgba(0, 0, 0, 0.14),
        0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);

    --i3dh-elevation-4dp: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12);

    --i3dh-elevation-6dp: 0 6px 10px 0 rgba(0, 0, 0, 0.14),
        0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);

    --i3dh-elevation-8dp: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
        0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);

    --i3dh-elevation-12dp: 0 12px 16px 1px rgba(0, 0, 0, 0.14),
        0 4px 22px 3px rgba(0, 0, 0, 0.12), 0 6px 7px -4px rgba(0, 0, 0, 0.4);

    --i3dh-elevation-16dp: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
        0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);

    --i3dh-elevation-24dp: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
        0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.4);

    /* Syntax highlighting*/

    --light-hl-0: #008000;
    --dark-hl-0: #6a9955;
    --light-hl-1: #0000ff;
    --dark-hl-1: #569cd6;
    --light-hl-2: #000000;
    --dark-hl-2: #d4d4d4;
    --light-hl-3: #0070c1;
    --dark-hl-3: #4fc1ff;
    --light-hl-4: #267f99;
    --dark-hl-4: #4ec9b0;
    --light-hl-5: #001080;
    --dark-hl-5: #9cdcfe;
    --light-hl-6: #795e26;
    --dark-hl-6: #dcdcaa;
    --light-hl-7: #a31515;
    --dark-hl-7: #ce9178;
    --light-hl-8: #098658;
    --dark-hl-8: #b5cea8;
    --light-hl-9: #af00db;
    --dark-hl-9: #c586c0;
    --light-code-background: #ffffff;
    --dark-code-background: #1e1e1e;
}

.icon-home {
    background-image: url('');
}

.i3dhub-sidebar-icon {
    color: #00ffac;
    font-size: 24px;
    margin: 2px;
    align-self: start;
    font-family: 'Material Icons';
}

body,
html,
wy-nav-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}

html,
body {
    height: 100%;
    overflow: hidden;
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex-shrink: 0;
}

.wy-nav-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: 50px;
    box-shadow: var(--i3dh-elevation-2dp);
    border-radius: 4px;
    position: relative;
    top: 20px;
    background: #fcfcfc;
}
.wy-side-nav-search {
    background-color: #091227;
}
.rst-content .toctree-wrapper > p.caption,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    font-family: 'Montserrat', sans-serif;
}
.wy-nav-content-wrap {
    background: #f1f1f1;
    border-left: 1px solid #e1e1e1;
    padding-bottom: 50px;
}
.wy-nav-side {
    background-color: #ffffff;
    position: fixed;
    top: 53px;
    z-index: unset;
    padding: unset;
    min-height: unset;
    overflow-y: auto;
    max-height: calc(100vh - 163px);
    bottom: unset;
}
.wy-grid-for-nav {
    background: white;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    top: 53px;
    height: calc(100% - 53px);
    box-sizing: border-box;
}

.wy-menu-vertical a {
    border-radius: 8px;
    margin: 8px;
    border: unset;
}

.wy-menu-vertical li.toctree-l1.current > a {
    border: unset;
    background-color: #7690fb;
}
.wy-menu-vertical li.current {
    background: #ffffff;
}
.wy-menu-vertical li.current a {
    border: unset;
}

input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'] {
    width: inherit;
    border-radius: 8px;
}

.wy-form {
    width: 250px;
}
.wy-menu-vertical li ul li a {
    background: #e1e5fb;
}
.wy-menu-vertical li.current > a:hover,
.wy-menu-vertical li.on a:hover {
    background: #d6d6d6;
}
.wy-menu-vertical header,
.wy-menu-vertical p.caption,
caption-text {
    color: black;
    font-weight: 500;
    font-size: medium;
    margin: 8px;
    border-bottom: black 1px solid;
}
.wy-menu-vertical li.toctree-l2.current > a,
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
    background: #cbcffb;
}

li {
    color: #898989;
}
.wy-menu-vertical a {
    color: #898989;
}

li.toctree-12 {
    background-color: var(--i3dh-color-bluegray-50);
}
a.reference.internal.current {
    background-color: #cbcffb;
}
.wy-menu-vertical a :hover {
    background-color: #e1e5fb;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}

a.threedy-icon {
    background-image: url(./threedy-icon.svg);
    width: 24px;
    height: 24px;
}

.i3dhub-navbar {
    background-color: #091227;
    color: #00ffac;
    height: 53px;
    position: fixed;
    box-shadow: var(--i3dh-elevation-4dp);
}
.i3dhub-title {
    font-family: Montserrat;
    color: white;
    font-weight: 300;
}

.sticky-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

footer {
    background-color: #091227;
    align-items: center;
    border-top: 3px solid #00ffac;
    display: flex;
    flex-direction: column;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer p {
    margin-bottom: 0;
    color: #dfdfdf;
}

footer {
    align-items: center;
    padding: 30px;
}

.wy-nav-top {
    background-color: #091227;
    position: fixed;
}

html.writer-html4 .rst-content dl:not(.docutils) > dt,
html.writer-html5
    .rst-content
    dl[class]:not(.option-list):not(.field-list):not(.footnote):not(
        .glossary
    ):not(.simple)
    > dt {
    border-top: 3px solid #00ffac;
    background: #e3fff1;
}

.rst-content dl {
    margin-bottom: 24px;
    background: #eeeeee;
}

/* scrollbars */

.scroll2::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll2::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
}

.scroll2::-webkit-scrollbar-thumb {
    background-color: #00ffac;
    border-radius: 10px;
}
pre::-webkit-scrollbar {
    height: 3.5px;
}
pre::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
}
pre::-webkit-scrollbar-thumb {
    background-color: rgb(95, 95, 95);
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--cdgreen);
    border-radius: 10px;
}

.i3dhub-badge {
    border-radius: 2px;
    font-size: small;
    padding: 0px 2px 0px 2px;
    background-color: #00ffac;
    margin-right: 2px;
    color: black;
    float: right;
    position: relative;
}

.i3dhub-badge-deprecated {
    color: black;
    border-radius: 2px;
    font-size: small;
    padding: 0px 2px 0px 2px;
    background-color: #ff8c71;
    margin-right: 2px;
    font-weight: 500;
    float: right;
    position: relative;
}
.i3dhub-badge-panel {
    border-radius: 2px;
    font-size: small;
    padding: 0px 2px 0px 2px;
    background-color: #00ffac;
    margin-right: 2px;
    color: black;
    display: inline;
    float: right;
    position: relative;
    top: -30px;
    right: 10px;
}
.i3dhub-badge-deprecated-panel {
    border-radius: 2px;
    font-size: small;
    padding: 0px 2px 0px 2px;
    background-color: #ff8c71;
    margin-right: 2px;
    font-weight: 500;
    display: inline;
    float: right;
    position: relative;
    top: -30px;
    right: 10px;
}
span.i3dhub-badge {
    display: inline;
}
table,
th,
td {
    border: 1px solid #5075f950;
    border-collapse: collapse;
}
th,
td {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
th {
    font-weight: 500;
}

dl {
    padding-bottom: 0px;
}

li > p {
    display: inline;
}

dd > p :not(.field-odd):not(.highlighted) {
    display: inline;
    /* float: right; */
    position: relative;
    /* top: -30px;
  right: 10px; */
}

.js.attribute {
    min-height: 55px;
}

.reference {
    float: unset !important;
    top: unset !important;
    right: unset !important;
    position: unset !important;
}
.sig-param {
    color: #5075f9;
}
.sig-paren {
    color: #5075f9;
}
.reference.external {
    font-weight: 500;
    color: #5075f9;
}

.rst-content .highlighted {
    box-shadow: unset;
    display: inline;
    background: #ffff00;
    border-radius: 8px;
    padding: 0px 2px 0px 2px;
    font-weight: 600;
}
.sig-name.descname {
    font-family: 'Montserrat', sans-serif;
}

dl > dt :not(sig-name) {
    font-weight: 500;
}

b,
strong {
    font-weight: 600;
}
.rst-content dl dt {
    font-weight: 500;
}

ul.simple > strong,
b {
    font-weight: 500;
}

ul.simple > li {
    color: #303030;
}

#version_menu {
    color: #00ffac;
    font-family: Montserrat, sans-serif;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999999999 !important;
    padding: 10px;
    background-color: #091227;
    text-align: center;
    margin: 4px 2px;
    border-radius: 12px;
    border: unset;
    cursor: pointer;
}

@keyframes scaleUp {
    60% {
        transform: translate(-50%, calc(8% + 15px)) scaleY(0);
    }

    80% {
        transform: translate(-50%, calc(8% + 15px)) scaleY(0.8);
    }

    100% {
        transform: translate(-50%, calc(8% + 15px)) scaleY(1);
    }
}

* {
    box-sizing: border-box;
}

.hidden {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
    overflow: hidden;
}

html {
    font-size: 16px;
}

dl.ts {
    border-right: 5px solid #f1f1f1;
    border-bottom: 5px solid #f1f1f1;
    border-radius: 5px;
    margin-right: -5px;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 1px 0px;
}
section.tsd-panel-group.tsd-member-group,
section.tsd-panel-group.tsd-index-group,
div.tsd-type-declaration,
section.tsd-panel.tsd-member.tsd-kind-property.tsd-parent-kind-class,
section.tsd-panel.tsd-member.tsd-kind-enum-member.tsd-parent-kind-enum {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    padding: 20px;
    margin-bottom: 24px;
    border: 5px solid #fcfcfc;
    border-radius: 5px;
}

svg.icon.icon-tabler {
    width: 16px;
}
.tsd-panel.tsd-member.tsd-kind-method.tsd-parent-kind-interface > h3 {
    border-top: 3px solid #00ffac;
    background: #e3fff1;
    font-size: medium;
    display: none;
}

ul.tsd-signatures.tsd-kind-method.tsd-parent-kind-interface,
ul.tsd-signatures.tsd-kind-function {
    list-style-type: none !important;
    list-style: none;
    border-right: 5px solid #f1f1f1;
    border-bottom: 5px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 1px 0px;
}

body {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    flex-direction: column;
    /* min-height: 100vh; */
    font-family: Montserrat, sans-serif;
    position: relative;
    background-color: #fbfcfc;
    font-weight: 500;
    color: #5e5e5e;
}

.version_btn {
    display: flex;
    align-items: center;
    background-color: #091227;
    border: 0;
    color: #00ffac;
    font-size: 13px;
    transition: background-color 0.1s ease-in;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}

.version_btn:hover {
    background-color: #0d1936;
}

.version_btn:active {
    background-color: #091227;
}

.version_btn:focus {
    outline: 1px solid #091227;
}

.version_btn.version_btn-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.container {
    border: 1px solid;
    padding: 0.5rem;
    /* margin: 2rem;
  padding: 1rem;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 30px; */
}

.menu-container {
    position: relative;
}

.menu {
    position: absolute;
    background-color: #091227;
    color: white;
    width: auto;
    border-radius: 4px;
    top: 5px;
    left: 50%;
    transform-origin: top;
    transform: translate(-50%, calc(-100% - 15px)) scaleY(0);
}

.menu.open {
    animation: scaleUp 0.1s linear 0.01s forwards;
    max-height: 250px;
    max-width: 200px;
    overflow-y: auto;
}

.menu::before,
.menu::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* .menu::before {
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #d1d5da transparent transparent transparent;
} */

/* .menu::after {
  bottom: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #091227 transparent transparent transparent;
} */

.menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; */

    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
}
.menu li {
    display: inline;
    color: white;
    border-bottom: 1px solid #00ffac;
}

.menu ul li a,
.menu ul li a:visited {
    padding: 0.625rem;
    color: white;
    display: block;
    text-decoration: none;
}

.menu ul li a:hover,
.menu ul li a:visited:hover,
.menu ul li a:active,
.menu ul li a:visited:active {
    text-decoration: underline;
    color: #00ffac;
}

.version_btn-open {
    overflow: hidden;
    /* animation: rotateIn 0.8s linear forwards; */
}

.version_btn-open.open span {
    width: 0;
}

.version_btn-open.open ::before {
    transform: translateX(-200%);
}

.version_btn-open.open ::after {
    transform: translateX(200%);
}

.version_btn-open.open ::before {
    transform: translateX(0);
}

.version_btn-open.open ::after {
    transform: rotate(90deg) translateX(0);
}

@media screen and (max-width: 768px) {
    .wy-nav-content {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    .wy-nav-top {
        z-index: 50000;
        bottom: 0;
        right: 0;
        position: fixed;
    }
    .wy-nav-side {
        top: 84px;
    }

    .scroll2::-webkit-scrollbar {
        width: 5px;
    }
    .i3dhub-title {
        font-size: medium;
    }
    .wy-form,
    div[role='search'] {
        width: 100%;
        padding-top: 5px;
    }

    .i3dhub-navbar {
        height: auto;
    }
    .wy-nav-top a {
        display: none;
    }
    .container {
        padding: 2px;
    }
}

.wy-side-scroll {
    overflow: hidden;
}

@media screen and (max-width: 375px) {
    .wy-grid-for-nav {
        top: 106px;
    }
    .wy-nav-side {
        top: 106px;
    }
}
li.tsd-signature.tsd-anchor-link {
    border-top: 3px solid #00ffac;
    background: #e3fff1;
    display: table;
    margin-left: 0px !important;
    font-size: 90%;
    line-height: normal;
    padding: 6px;
    position: relative;
    font-weight: 500;
    color: #5e5e5e;
}

h4.tsd-parameters-title,
h4.tsd-returns-title,
h4.tsd-type-parameters-title {
    /* font-size: large; */
    color: #484848;
}

span.tsd-signature-type {
    font-weight: 400;
}

span.tsd-signature-type {
    color: var(--i3dh-color-blue-300);
    font-weight: 500;
}

code.tsd-tag.ts-flagOptional {
    border-radius: 2px !important;
    font-size: small !important;
    padding: 0px 2px 0px 2px !important;
    background-color: #00ffac !important;
    margin-right: 2px !important;
    color: black !important;
    display: unset !important;
}

section.tsd-panel.tsd-member.tsd-kind-method.tsd-parent-kind-interface,
ul.tsd-signatures.tsd-kind-constructor.tsd-parent-kind-class,
ul.tsd-signatures.tsd-kind-function {
    margin-bottom: 24px;
    background-color: #f1f1f1;
}

.tsd-panel-group.tsd-member-group,
.tsd-signatures.tsd-kind-constructor.tsd-parent-kind-class {
    /* box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  padding: 20px;
  margin-bottom: 24px;
  border: 5px solid #fcfcfc;
  border-radius: 5px; */
    border-right: 5px solid #f1f1f1;
    border-bottom: 5px solid #f1f1f1;
    border-radius: 5px;
    margin-right: -5px;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 1px 0px;
}

.tsd-panel.tsd-member.tsd-kind-property.tsd-parent-kind-class {
    /* box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  padding: 20px;
  margin-bottom: 24px;
  border: 5px solid #fcfcfc;
  border-radius: 5px; */
    border-right: 5px solid #f1f1f1;
    border-bottom: 5px solid #f1f1f1;
    border-radius: 5px;
    margin-right: -5px;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 1px 0px;
    padding: 5px;
}

li.tsd-signatures.tsd-kind-method.tsd-parent-kind-interface {
    font-weight: 400;
    font-size: 18px;
}

/* .tsd-signatures.tsd-kind-method.tsd-parent-kind-interface > li ,  .tsd-panel.tsd-member.tsd-kind-enum-member.tsd-parent-kind-enum > h3 {
  border-top: 3px solid #00ffac;
  background: #e3fff1;
  display: table;
  margin: 6px 0;
  font-size: 90%;
  line-height: normal;
  padding: 6px;
  position: relative;
} */

a {
    color: #5075f9;
}

div.lead > p {
    margin: unset;
}

li.tsd-description {
    list-style-type: none !important;
    list-style: none;
    padding-top: 10px;
}

span.tsd-signature-type {
    font-weight: 400;
}

section.tsd-panel.tsd-comment > .tsd-comment {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 5px;
    background-color: var(--i3dh-color-green-100);
    padding: 15px;
    margin-bottom: 24px;
}

.tsd-comment > p {
    margin-bottom: unset;
}

div.tsd-index-list {
    list-style: none;
    line-height: 1.333em;
    margin: 0;
    padding: 0.25rem 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
    grid-template-rows: auto;
    margin-left: 20px;
}

.tsd-breadcrumb {
    display: none;
}

.tsd-kind-icon {
    display: none;
}

.tsd-index-link {
    display: list-item;
    list-style-type: disc;
}
summary.tsd-accordion-summary.tsd-index-summary {
    display: none;
}

.tsd-page-title {
    display: none;
}

@media (prefers-color-scheme: light) {
    :root {
        --hl-0: var(--light-hl-0);
        --hl-1: var(--light-hl-1);
        --hl-2: var(--light-hl-2);
        --hl-3: var(--light-hl-3);
        --hl-4: var(--light-hl-4);
        --hl-5: var(--light-hl-5);
        --hl-6: var(--light-hl-6);
        --hl-7: var(--light-hl-7);
        --hl-8: var(--light-hl-8);
        --hl-9: var(--light-hl-9);
        --code-background: var(--light-code-background);
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        --hl-0: var(--dark-hl-0);
        --hl-1: var(--dark-hl-1);
        --hl-2: var(--dark-hl-2);
        --hl-3: var(--dark-hl-3);
        --hl-4: var(--dark-hl-4);
        --hl-5: var(--dark-hl-5);
        --hl-6: var(--dark-hl-6);
        --hl-7: var(--dark-hl-7);
        --hl-8: var(--dark-hl-8);
        --hl-9: var(--dark-hl-9);
        --code-background: var(--dark-code-background);
    }
}

:root[data-theme='light'] {
    --hl-0: var(--light-hl-0);
    --hl-1: var(--light-hl-1);
    --hl-2: var(--light-hl-2);
    --hl-3: var(--light-hl-3);
    --hl-4: var(--light-hl-4);
    --hl-5: var(--light-hl-5);
    --hl-6: var(--light-hl-6);
    --hl-7: var(--light-hl-7);
    --hl-8: var(--light-hl-8);
    --hl-9: var(--light-hl-9);
    --code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
    --hl-0: var(--dark-hl-0);
    --hl-1: var(--dark-hl-1);
    --hl-2: var(--dark-hl-2);
    --hl-3: var(--dark-hl-3);
    --hl-4: var(--dark-hl-4);
    --hl-5: var(--dark-hl-5);
    --hl-6: var(--dark-hl-6);
    --hl-7: var(--dark-hl-7);
    --hl-8: var(--dark-hl-8);
    --hl-9: var(--dark-hl-9);
    --code-background: var(--dark-code-background);
}

.hl-0 {
    color: var(--hl-0);
}
.hl-1 {
    color: var(--hl-1);
}
.hl-2 {
    color: var(--hl-2);
}
.hl-3 {
    color: var(--hl-3);
}
.hl-4 {
    color: var(--hl-4);
}
.hl-5 {
    color: var(--hl-5);
}
.hl-6 {
    color: var(--hl-6);
}
.hl-7 {
    color: var(--hl-7);
}
.hl-8 {
    color: var(--hl-8);
}

section.language-typescript,
pre.language-typescript {
    font-size: smaller;
    padding: 5px;
    background: var(--code-background);
    border-radius: 4px;
    padding: 10px;
    white-space: pre-wrap;
}

.deprecated {
    text-decoration: line-through;
    color: #a2a7bb;
}

section.tsd-panel.tsd-member.tsd-kind-enum-member.tsd-parent-kind-enum,
section.tsd-panel.tsd-member.tsd-kind-property.tsd-parent-kind-class {
    list-style-type: none !important;
    list-style: none;
    border: 5px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 1px 0px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
}
.col-content > div.tsd-signature {
    border-top: 3px #00ffac solid;
    background: #e3fff1;
    padding: 3px;
}
div.tsd-signature {
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    padding: 3px;
}

#copyrightimprint {
    display: flex;
    justify-content: space-evenly;
    font-size: small;
}

/*  
* Rating styles
*/
.rating {
    width: auto;
    display: flex;
    order: revert;
    font-size: 25px;
    overflow: hidden;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}
.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}
.rating a,
.rating label {
    float: right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a {
    color: #00ffac;
    cursor: pointer;
}
.rating2 a {
    float: none;
}
#feedback {
    display: none;
}
.problemoption {
    list-style: disc;
}
#problemOptions,
#problem,
#feedbackForm {
    display: none;
}
#problemOptions {
    margin-left: 20px;
}
