* {
    scrollbar-color: #00ad9f #1c232f !important;
    scrollbar-width: thin !important;
    scroll-behavior: smooth !important;
}

html, body {
    font-family: 'Noto Sans', sans-serif;
}

.tocify-wrapper {
    background-color: #1c232f;
    width: 250px;
}

.tocify-wrapper li {
    border-radius: 6px;
}
.tocify-wrapper li>a[data-jets] {
    padding: 5px 15px !important;
}

.tocify-wrapper .tocify-subheader {
    background-color: #0f141c;
}
.tocify-wrapper .tocify-header:has(.tocify-subheader.visible) {
    background-color: #00ad9e18 ;
}

.tocify-wrapper .tocify-focus {
    background-color: #00ad9f;
    margin: 0px 4px;
}

.tocify-wrapper .tocify-subheader .tocify-focus {
    margin: 0 4px 0 4px;
}

.page-wrapper {
    background-color: #d4f8ff;
    margin-left: 250px;
}
.page-wrapper .lang-selector {
    border-bottom: 3px solid #36445a;
}
.lang-selector {
    background-color: #1c232f;
}
.lang-selector button.active {
    background-color: #00ad9f;
}

#nav-button.open {
    left: 250px;
}

@media (max-width: 930px) {
    .page-wrapper {
        margin-left: 0;
    }

    .tocify-wrapper {
        left: -250px;
    }
}

.page-wrapper .dark-box {
    background-color: #1c232f;
}

.content blockquote {
    border-left: 4px solid #00ad9f;
    background-color: #080c16;
    border-radius: 12px;
}
.content blockquote:has(p) {
    border-left: 4px solid #00ad9f;
    background-color: #0c1119;
    padding: 0px;
    border-radius: 12px;
}
.content blockquote p {
    background-color: #0f2420;
    border-radius: 12px;
}
.fancy-heading-panel {
    border-left: 6px solid #00ad9f;
    padding: 8px 12px !important;
    border-radius: 12px;
    font-size: 18px !important;
    background-color: #a1dad6;
}

.content h1 {
    background-image: linear-gradient(135deg, #00ad9f, #3ec9d6);
}
.content pre {
    background-color: #0f141c;
}

.tocify-wrapper>.search input {
    background-color: #0f141c;
    border: 2px solid #00ad9f;
    color: #ffffff;
    border-radius: 6px;
    width: 218px;
}

.content p code,
.ct-content .content li code,
.content td code,
.content h1 code,
.content h2 code,
.content h3 code,
.content h4 code {
    background: rgba(114, 103, 239, 0.1);
    color: #0f141c;
    font-weight: bold;
    border: 1px solid rgba(114, 103, 239, 0.2);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.9em;
    font-family: "Courier New", "DejaVu Sans Mono", monospace;
}

code,
kbd,
pre,
samp {
    color: blueviolet;
}

.content>aside{
    border-left: 4px solid #00ad9f;
    padding: 10px 15px;
    margin-left: 15px;
    margin-right: calc(50% + 15px);
    border-radius: 12px;
}
.content aside.success {
    background-color: #17c666;
}
.content aside.info {
    background-color: #00ad9f;
}
.content aside.warning {
    background-color: #ffb800;
}
.content aside.danger {
    background-color: #ff3e1d;
}
.content aside.notice {
    background-color: #36445a;
}

@media (max-width: 700px) {
    .content>aside {
        margin-right: 15px;
    }
}
