/*
                        _______
                       /       \
                      .==.    .==.
                     ((  ))==((  ))
                    / "=="    "=="\
                   /____|| || ||___\
       ________     ____    ________  ___    ___
       |  ___  \   /    \   |  ___  \ |  |  /  /
       |  |  \  \ /  /\  \  |  |  \  \|  |_/  /
       |  |   )  /  /__\  \ |  |__/  /|  ___  \
       |  |__/  /  ______  \|  ____  \|  |  \  \
_______|_______/__/ ____ \__\__|___\__\__|___\__\____
|  ___  \ |  ____/ /    \   |  ___  \ |  ____|  ___  \
|  |  \  \|  |___ /  /\  \  |  |  \  \|  |___|  |  \  \
|  |__/  /|  ____/  /__\  \ |  |   )  |  ____|  |__/  /
|  ____  \|  |__/  ______  \|  |__/  /|  |___|  ____  \
|__|   \__\____/__/      \__\_______/ |______|__|   \__\
                https://darkreader.org
*/
/* User-Agent Style */
html {
    background-color: #0d0f11 !important;
}
html, body, input, textarea, select, button {
    background-color: #0d0f11;
}
html, body, input, textarea, select, button {
    border-color: #7d7363;
    color: #ffffff;
}
a {
    color: #2ea2ff;
}
table {
    border-color: #576063;
}
::placeholder {
    color: #cbc2b6;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #586000 !important;
    color: #ffffff !important;
}
::-webkit-scrollbar {
    background-color: #171b1c;
    color: #c2b9ac;
}
::-webkit-scrollbar-thumb {
    background-color: #444b4e;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #5b6368;
}
::-webkit-scrollbar-thumb:active {
    background-color: #484f53;
}
::-webkit-scrollbar-corner {
    background-color: #0d0f11;
}
* {
    scrollbar-color: #171b1c #444b4e;
}
::selection {
    background-color: #004ec1 !important;
    color: #ffffff !important;
}
::-moz-selection {
    background-color: #004ec1 !important;
    color: #ffffff !important;
}

/* Invert Style */
.jfk-bubble.gtx-bubble, .captcheck_answer_label > input + img, embed[type="application/pdf"] {
    filter: invert(100%) hue-rotate(180deg) brightness(109%) !important;
}

/* Variables Style */
:root {
   --darkreader-neutral-background: #07090b;
   --darkreader-neutral-text: #f9f5ee;
   --darkreader-selection-background: #004ec1;
   --darkreader-selection-text: #ffffff;
}

/* Modified CSS */
body {
    color: rgb(206, 198, 187);
    background-color: rgb(13, 15, 17);
}
a {
    color: rgb(63, 176, 255);
    text-decoration-color: currentcolor;
}
a strong {
    color: inherit;
}
a:hover,
a:focus {
    text-decoration-color: currentcolor;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(231, 225, 216);
}
strong {
    color: rgb(232, 226, 217);
}
hr {
    border-color: rgb(49, 54, 56) currentcolor rgb(43, 47, 50);
}
abbr {
    color: rgb(203, 195, 183);
}
abbr[title] {
    border-bottom-color: rgb(51, 57, 60);
}
code {
    color: rgb(224, 116, 126);
    background-color: rgb(17, 20, 22);
}
pre {
    background-color: rgb(17, 20, 22);
}
pre code {
    color: inherit;
    background-color: transparent;
}
.gist pre {
    background-color: transparent;
}
.gist code {
    color: inherit;
    background-color: transparent;
}
blockquote {
    color: rgb(174, 163, 147);
    border-left-color: rgb(51, 57, 60);
}
table {
    border-color: rgb(51, 57, 60);
}
td,
th {
    border-color: rgb(51, 57, 60);
}
tbody tr:nth-child(2n+1) td,
tbody tr:nth-child(2n+1) th {
    background-color: rgb(17, 20, 22);
}
.message {
    color: rgb(182, 171, 156);
    background-color: rgb(17, 20, 22);
}
.masthead-title {
    color: rgb(206, 199, 188);
}
.masthead-title a {
    color: rgb(206, 199, 188);
}
.masthead-title small {
    color: rgb(220, 214, 204);
}
.page-title,
.post-title,
.post-title a {
    color: rgb(232, 226, 217);
}
.post-date {
    color: rgb(190, 182, 167);
}
.related {
    border-top-color: rgb(49, 54, 56);
}
.related-posts {
    list-style-image: none;
}
.related-posts li small {
    color: rgb(190, 180, 167);
}
.related-posts li a:hover {
    color: rgb(63, 176, 255);
    text-decoration-color: currentcolor;
}
.related-posts li a:hover small {
    color: inherit;
}
.pagination {
    color: rgb(230, 224, 215);
}
.pagination-item {
    border-color: rgb(49, 54, 56);
}
a.pagination-item:hover {
    background-color: rgb(20, 23, 24);
}
.highlight .hll {
    background-color: rgb(84, 84, 0);
}
.highlight .c {
    color: rgb(190, 180, 167);
}
.highlight .err {
    color: rgb(255, 88, 88);
    background-color: rgb(109, 0, 0);
}
.highlight .k {
    color: rgb(103, 232, 255);
}
.highlight .o {
    color: rgb(203, 195, 183);
}
.highlight .cm {
    color: rgb(15, 184, 255);
}
.highlight .cp {
    color: rgb(103, 255, 255);
}
.highlight .c1 {
    color: rgb(190, 180, 167);
}
.highlight .cs {
    color: rgb(190, 180, 167);
}
.highlight .gd {
    background-color: rgb(84, 0, 0);
    border-color: rgb(222, 0, 0);
}
.highlight .gr {
    color: rgb(255, 15, 15);
}
.highlight .gh {
    color: rgb(249, 246, 238);
}
.highlight .gi {
    background-color: rgb(8, 84, 0);
    border-color: rgb(0, 222, 0);
}
.highlight .go {
    color: rgb(203, 195, 183);
}
.highlight .gp {
    color: rgb(121, 185, 255);
}
.highlight .gu {
    color: rgb(249, 246, 238);
}
.highlight .gt {
    color: rgb(178, 238, 119);
}
.highlight .kc {
    color: rgb(103, 232, 255);
}
.highlight .kd {
    color: rgb(103, 232, 255);
}
.highlight .kn {
    color: rgb(103, 232, 255);
}
.highlight .kp {
    color: rgb(103, 232, 255);
}
.highlight .kr {
    color: rgb(103, 232, 255);
}
.highlight .kt {
    color: rgb(118, 255, 255);
}
.highlight .m {
    color: rgb(255, 128, 15);
}
.highlight .s {
    color: rgb(248, 89, 98);
}
.highlight .na {
    color: rgb(97, 188, 242);
}
.highlight .nb {
    color: rgb(168, 232, 232);
}
.highlight .nc {
    color: rgb(88, 255, 255);
}
.highlight .no {
    color: rgb(222, 255, 147);
}
.highlight .nd {
    color: rgb(147, 201, 255);
}
.highlight .ni {
    color: rgb(190, 180, 167);
}
.highlight .ne {
    color: rgb(255, 59, 59);
}
.highlight .nf {
    color: rgb(241, 15, 255);
}
.highlight .nl {
    color: rgb(147, 201, 255);
}
.highlight .nn {
    color: rgb(15, 241, 255);
}
.highlight .nt {
    color: rgb(131, 199, 248);
}
.highlight .nv {
    color: rgb(249, 246, 238);
}
.highlight .ow {
    color: rgb(255, 255, 255);
}
.highlight .w {
    color: rgb(216, 209, 199);
}
.highlight .mf {
    color: rgb(255, 128, 15);
}
.highlight .mh {
    color: rgb(255, 128, 15);
}
.highlight .mi {
    color: rgb(255, 128, 15);
}
.highlight .mo {
    color: rgb(255, 128, 15);
}
.highlight .sb {
    color: rgb(255, 119, 59);
}
.highlight .sc {
    color: rgb(255, 119, 59);
}
.highlight .sd {
    color: rgb(255, 119, 59);
}
.highlight .s2 {
    color: rgb(255, 119, 59);
}
.highlight .se {
    color: rgb(255, 119, 59);
}
.highlight .sh {
    color: rgb(255, 119, 59);
}
.highlight .si {
    color: rgb(255, 88, 88);
}
.highlight .sx {
    color: rgb(255, 119, 59);
}
.highlight .sr {
    color: rgb(103, 240, 240);
}
.highlight .s1 {
    color: rgb(255, 119, 59);
}
.highlight .ss {
    color: rgb(255, 238, 59);
}
.highlight .bp {
    color: rgb(168, 232, 232);
}
.highlight .vc {
    color: rgb(249, 246, 238);
}
.highlight .vg {
    color: rgb(249, 246, 238);
}
.highlight .vi {
    color: rgb(249, 246, 238);
}
.highlight .il {
    color: rgb(255, 128, 15);
}
.css .o,
.css .o + .nt,
.css .nt + .nt {
    color: rgb(190, 180, 167);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(231, 225, 216);
}
.masthead {
    border-bottom-color: rgb(49, 54, 56);
}
.masthead-title {
    color: rgb(206, 199, 188);
}
.masthead-title a {
    color: rgb(206, 199, 188);
}
.masthead-title small {
    color: rgb(220, 214, 204);
}
.sidebar {
    background-color: rgb(0, 0, 6);
    background-image: linear-gradient(45deg,
    rgb(11, 0, 79) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgb(11, 0, 79) 75%),
    linear-gradient(45deg,
    rgb(11, 0, 79) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgb(11, 0, 79) 75%);
    color: rgba(255, 255, 255, 0.6);
}
.sidebar a {
    color: rgb(255, 255, 255);
}
.sidebar-nav-item.active,
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
    text-decoration-color: currentcolor;
    background-color: rgba(13, 15, 17, 0.1);
    border-color: transparent;
}
.sidebar-toggle {
    color: rgb(206, 199, 188);
    background-color: rgb(13, 15, 17);
}

.sidebar-toggle::before {
    background-image: linear-gradient(rgb(220, 214, 204),
    rgb(245, 240, 233) 20%,
    rgb(0, 0, 1) 20%,
    rgb(0, 0, 1) 40%,
    rgb(245, 240, 233) 40%,
    rgb(245, 240, 233) 60%,
    rgb(0, 0, 1) 60%,
    rgb(0, 0, 1) 80%,
    rgb(245, 240, 233) 80%,
    rgb(245, 240, 233) 100%);
}
.sidebar-toggle:active,
#sidebar-checkbox:focus ~ .sidebar-toggle,
#sidebar-checkbox:checked ~ .sidebar-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(220, 214, 204);
}
.sidebar-toggle:active::before,
#sidebar-checkbox:focus ~ .sidebar-toggle::before,
#sidebar-checkbox:checked ~ .sidebar-toggle::before {
    background-image: linear-gradient(rgb(0, 0, 1),
    rgb(0, 0, 1) 20%,
    rgb(245, 240, 233) 20%,
    rgb(245, 240, 233) 40%,
    rgb(0, 0, 1) 40%,
    rgb(0, 0, 1) 60%,
    rgb(245, 240, 233) 60%,
    rgb(245, 240, 233) 80%,
    rgb(0, 0, 1) 80%,
    rgb(0, 0, 1) 100%);
}
.page-title,
.post-title,
.post-title a {
    color: rgb(63, 176, 255);
}
.post-date {
    color: rgb(190, 182, 167);
}
.related {
    border-top-color: rgb(49, 54, 56);
}
.related-posts {
    list-style-image: none;
}
.related-posts li small {
    color: rgb(190, 180, 167);
}
.related-posts li a:hover {
    color: rgb(63, 176, 255);
    text-decoration-color: currentcolor;
}
.related-posts li a:hover small {
    color: inherit;
}
.pagination {
    color: rgb(230, 224, 215);
}
.pagination-item {
    border-color: rgb(49, 54, 56);
}
a.pagination-item:hover {
    background-color: rgb(20, 23, 24);
}
.theme-base-08 .sidebar,
.theme-base-08 .sidebar-toggle:active,
.theme-base-08 #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(153, 47, 49);
}
.theme-base-08 .container a,
.theme-base-08 .sidebar-toggle,
.theme-base-08 .related-posts li a:hover {
    color: rgb(225, 104, 105);
}
.theme-base-09 .sidebar,
.theme-base-09 .sidebar-toggle:active,
.theme-base-09 #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(172, 93, 29);
}
.theme-base-09 .container a,
.theme-base-09 .sidebar-toggle,
.theme-base-09 .related-posts li a:hover {
    color: rgb(247, 158, 87);
}
.theme-base-0a .sidebar,
.theme-base-0a .sidebar-toggle:active,
.theme-base-0a #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(144, 82, 0);
}
.theme-base-0a .container a,
.theme-base-0a .sidebar-toggle,
.theme-base-0a .related-posts li a:hover {
    color: rgb(255, 215, 120);
}
.theme-base-0b .sidebar,
.theme-base-0b .sidebar-toggle:active,
.theme-base-0b #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(129, 147, 68);
}
.theme-base-0b .container a,
.theme-base-0b .sidebar-toggle,
.theme-base-0b .related-posts li a:hover {
    color: rgb(174, 201, 113);
}
.theme-base-0c .sidebar,
.theme-base-0c .sidebar-toggle:active,
.theme-base-0c #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(60, 126, 118);
}
.theme-base-0c .container a,
.theme-base-0c .sidebar-toggle,
.theme-base-0c .related-posts li a:hover {
    color: rgb(137, 211, 199);
}
.theme-base-0d .sidebar,
.theme-base-0d .sidebar-toggle:active,
.theme-base-0d #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(59, 113, 135);
}
.theme-base-0d .container a,
.theme-base-0d .sidebar-toggle,
.theme-base-0d .related-posts li a:hover {
    color: rgb(128, 188, 213);
}
.theme-base-0e .sidebar,
.theme-base-0e .sidebar-toggle:active,
.theme-base-0e #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(124, 70, 113);
}
.theme-base-0e .container a,
.theme-base-0e .sidebar-toggle,
.theme-base-0e .related-posts li a:hover {
    color: rgb(183, 172, 157);
}
.theme-base-0f .sidebar,
.theme-base-0f .sidebar-toggle:active,
.theme-base-0f #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(124, 67, 36);
}
.theme-base-0f .container a,
.theme-base-0f .sidebar-toggle,
.theme-base-0f .related-posts li a:hover {
    color: rgb(233, 166, 129);
}
.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar-toggle {
    box-shadow: rgb(0, 0, 1) 0px 0px 0px 0.25rem;
}
.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar {
    box-shadow: rgba(0, 0, 0, 0.1) 0.25rem 0px 0.5rem;
}
.layout-reverse.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar {
    box-shadow: rgba(0, 0, 0, 0.1) -0.25rem 0px 0.5rem;
}
.fade-div::after {
    background-image: linear-gradient(rgba(13, 15, 17, 0),
    rgb(13, 15, 17) 90%);
}
.post-desc {
    color: rgb(190, 182, 167);
}
html {
    background-color: rgb(0, 0, 1) !important;
}
html,
body,
input,
textarea,
select,
button {
    background-color: rgb(0, 0, 1);
}
html,
body,
input,
textarea,
select,
button {
    border-color: rgb(110, 102, 88);
    color: rgb(255, 255, 255);
}
a {
    color: rgb(55, 194, 255);
}
table {
    border-color: rgb(118, 109, 94);
}
::placeholder {
    color: rgb(221, 214, 204);
}
::-webkit-scrollbar {
    background-color: rgb(7, 9, 11);
    color: rgb(214, 206, 195);
}
::-webkit-scrollbar-thumb {
    background-color: rgb(51, 57, 60);
}
::-webkit-scrollbar-corner {
    background-color: rgb(0, 0, 1);
}
::selection {
    background-color: rgb(0, 60, 173) !important;
    color: rgb(255, 255, 255) !important;
}
::selection {
    background-color: rgb(0, 60, 173) !important;
    color: rgb(255, 255, 255) !important;
}
body {
    color: rgb(224, 217, 208);
    background-color: rgb(0, 0, 1);
    /*background-color: #130e13 !important;*/
}
a {
    color: rgb(70, 204, 255);
    text-decoration-color: currentcolor;
}
a strong {
    color: inherit;
}
a:hover,
a:focus {
    text-decoration-color: currentcolor;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(245, 240, 233);
}
strong {
    color: rgb(254, 242, 226);
}
hr {
    border-color: rgb(135, 124, 108) currentcolor rgb(137, 126, 109);
}
abbr {
    color: rgb(221, 214, 204);
}
abbr[title] {
    border-bottom-color: rgb(134, 123, 107);
}
code {
    color: rgb(255, 126, 139);
    background-color: rgb(1, 3, 6);
}
pre {
    background-color: rgb(1, 3, 6);
}
pre code {
    color: inherit;
    background-color: transparent;
}
.gist pre {
    background-color: transparent;
}
.gist code {
    color: inherit;
    background-color: transparent;
}
blockquote {
    color: rgb(195, 187, 173);
    border-left-color: rgb(134, 123, 107);
}
table {
    border-color: rgb(134, 123, 107);
}
td,
th {
    border-color: rgb(134, 123, 107);
}
tbody tr:nth-child(2n+1) td,
tbody tr:nth-child(2n+1) th {
    background-color: rgb(1, 3, 6);
}
.message {
    color: rgb(203, 194, 182);
    background-color: rgb(1, 3, 6);
}
.masthead-title {
    color: rgb(224, 217, 208);
}
.masthead-title a {
    color: rgb(224, 217, 208);
}
.masthead-title small {
    color: rgb(236, 230, 222);
}
.page-title,
.post-title,
.post-title a {
    color: rgb(254, 242, 226);
}
.post-date {
    color: rgb(210, 203, 190);
}
.related {
    border-top-color: rgb(135, 124, 108);
}
.related-posts {
    list-style-image: none;
}
.related-posts li small {
    color: rgb(210, 203, 190);
}
.related-posts li a:hover {
    color: rgb(70, 204, 255);
    text-decoration-color: currentcolor;
}
.related-posts li a:hover small {
    color: inherit;
}
.pagination {
    color: rgb(243, 240, 232);
}
.pagination-item {
    border-color: rgb(135, 124, 108);
}
a.pagination-item:hover {
    background-color: rgb(4, 6, 7);
}
.highlight .hll {
    background-color: rgb(66, 66, 0);
}
.highlight .c {
    color: rgb(210, 203, 190);
}
.highlight .err {
    color: rgb(255, 91, 91);
    background-color: rgb(91, 0, 0);
}
.highlight .k {
    color: rgb(104, 255, 255);
}
.highlight .o {
    color: rgb(221, 214, 204);
}
.highlight .cm {
    color: rgb(28, 217, 255);
}
.highlight .cp {
    color: rgb(104, 255, 255);
}
.highlight .c1 {
    color: rgb(210, 203, 190);
}
.highlight .cs {
    color: rgb(210, 203, 190);
}
.highlight .gd {
    background-color: rgb(66, 0, 0);
    border-color: rgb(215, 0, 0);
}
.highlight .gr {
    color: rgb(255, 28, 28);
}
.highlight .gh {
    color: rgb(255, 255, 236);
}
.highlight .gi {
    background-color: rgb(0, 66, 0);
    border-color: rgb(0, 215, 0);
}
.highlight .go {
    color: rgb(221, 214, 204);
}
.highlight .gp {
    color: rgb(119, 216, 255);
}
.highlight .gu {
    color: rgb(255, 255, 236);
}
.highlight .gt {
    color: rgb(199, 255, 124);
}
.highlight .kc {
    color: rgb(104, 255, 255);
}
.highlight .kd {
    color: rgb(104, 255, 255);
}
.highlight .kn {
    color: rgb(104, 255, 255);
}
.highlight .kp {
    color: rgb(104, 255, 255);
}
.highlight .kr {
    color: rgb(104, 255, 255);
}
.highlight .kt {
    color: rgb(116, 255, 255);
}
.highlight .m {
    color: rgb(255, 155, 28);
}
.highlight .s {
    color: rgb(255, 94, 105);
}
.highlight .na {
    color: rgb(103, 215, 255);
}
.highlight .nb {
    color: rgb(173, 255, 255);
}
.highlight .nc {
    color: rgb(91, 255, 255);
}
.highlight .no {
    color: rgb(249, 255, 141);
}
.highlight .nd {
    color: rgb(141, 227, 255);
}
.highlight .ni {
    color: rgb(210, 203, 190);
}
.highlight .ne {
    color: rgb(255, 66, 66);
}
.highlight .nf {
    color: rgb(255, 28, 255);
}
.highlight .nl {
    color: rgb(141, 227, 255);
}
.highlight .nn {
    color: rgb(28, 255, 255);
}
.highlight .nt {
    color: rgb(131, 222, 255);
}
.highlight .nv {
    color: rgb(255, 255, 236);
}
.highlight .ow {
    color: rgb(255, 255, 255);
}
.highlight .w {
    color: rgb(232, 226, 217);
}
.highlight .mf {
    color: rgb(255, 155, 28);
}
.highlight .mh {
    color: rgb(255, 155, 28);
}
.highlight .mi {
    color: rgb(255, 155, 28);
}
.highlight .mo {
    color: rgb(255, 155, 28);
}
.highlight .sb {
    color: rgb(255, 136, 66);
}
.highlight .sc {
    color: rgb(255, 136, 66);
}
.highlight .sd {
    color: rgb(255, 136, 66);
}
.highlight .s2 {
    color: rgb(255, 136, 66);
}
.highlight .se {
    color: rgb(255, 136, 66);
}
.highlight .sh {
    color: rgb(255, 136, 66);
}
.highlight .si {
    color: rgb(255, 91, 91);
}
.highlight .sx {
    color: rgb(255, 136, 66);
}
.highlight .sr {
    color: rgb(109, 255, 255);
}
.highlight .s1 {
    color: rgb(255, 136, 66);
}
.highlight .ss {
    color: rgb(255, 255, 66);
}
.highlight .bp {
    color: rgb(173, 255, 255);
}
.highlight .vc {
    color: rgb(255, 255, 236);
}
.highlight .vg {
    color: rgb(255, 255, 236);
}
.highlight .vi {
    color: rgb(255, 255, 236);
}
.highlight .il {
    color: rgb(255, 155, 28);
}
.css .o,
.css .o + .nt,
.css .nt + .nt {
    color: rgb(210, 203, 190);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(245, 240, 233);
}
.masthead {
    border-bottom-color: rgb(135, 124, 108);
}
.masthead-title {
    color: rgb(224, 217, 208);
}
.masthead-title a {
    color: rgb(224, 217, 208);
}
.masthead-title small {
    color: rgb(236, 230, 222);
}
.sidebar {
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(45deg,
    rgb(0, 0, 61) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgb(0, 0, 61) 75%),
    linear-gradient(45deg,
    rgb(0, 0, 61) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 75%,
    rgb(0, 0, 61) 75%);
    color: rgba(255, 255, 255, 0.6);
}
.sidebar a {
    color: rgb(255, 255, 255);
}
.sidebar-nav-item.active,
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
    text-decoration-color: currentcolor;
    background-color: rgba(0, 0, 1, 0.1);
    border-color: transparent;
}
.sidebar-toggle {
    color: rgb(224, 217, 208);
    background-color: rgb(0, 0, 1);
}
.page-title,
.post-title,
.post-title a {
    color: rgb(70, 204, 255);
}
.post-date {
    color: rgb(210, 203, 190);
}
.related {
    border-top-color: rgb(135, 124, 108);
}
.related-posts {
    list-style-image: none;
}
.related-posts li small {
    color: rgb(210, 203, 190);
}
.related-posts li a:hover {
    color: rgb(70, 204, 255);
    text-decoration-color: currentcolor;
}
.related-posts li a:hover small {
    color: inherit;
}
.pagination {
    color: rgb(243, 240, 232);
}
.pagination-item {
    border-color: rgb(135, 124, 108);
}
a.pagination-item:hover {
    background-color: rgb(4, 6, 7);
}
.theme-base-08 .sidebar,
.theme-base-08 .sidebar-toggle:active,
.theme-base-08 #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(134, 30, 31);
}
.theme-base-08 .container a,
.theme-base-08 .sidebar-toggle,
.theme-base-08 .related-posts li a:hover {
    color: rgb(255, 115, 116);
}
.theme-base-09 .sidebar,
.theme-base-09 .sidebar-toggle:active,
.theme-base-09 #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(153, 75, 12);
}
.theme-base-09 .container a,
.theme-base-09 .sidebar-toggle,
.theme-base-09 .related-posts li a:hover {
    color: rgb(255, 179, 93);
}
.theme-base-0a .sidebar,
.theme-base-0a .sidebar-toggle:active,
.theme-base-0a #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(125, 65, 0);
}
.theme-base-0a .container a,
.theme-base-0a .sidebar-toggle,
.theme-base-0a .related-posts li a:hover {
    color: rgb(255, 245, 119);
}
.theme-base-0b .sidebar,
.theme-base-0b .sidebar-toggle:active,
.theme-base-0b #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(110, 129, 50);
}
.theme-base-0b .container a,
.theme-base-0b .sidebar-toggle,
.theme-base-0b .related-posts li a:hover {
    color: rgb(201, 233, 130);
}
.theme-base-0c .sidebar,
.theme-base-0c .sidebar-toggle:active,
.theme-base-0c #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(43, 108, 99);
}
.theme-base-0c .container a,
.theme-base-0c .sidebar-toggle,
.theme-base-0c .related-posts li a:hover {
    color: rgb(150, 242, 227);
}
.theme-base-0d .sidebar,
.theme-base-0d .sidebar-toggle:active,
.theme-base-0d #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(41, 94, 116);
}
.theme-base-0d .container a,
.theme-base-0d .sidebar-toggle,
.theme-base-0d .related-posts li a:hover {
    color: rgb(141, 215, 246);
}
.theme-base-0e .sidebar,
.theme-base-0e .sidebar-toggle:active,
.theme-base-0e #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(105, 52, 94);
}
.theme-base-0e .container a,
.theme-base-0e .sidebar-toggle,
.theme-base-0e .related-posts li a:hover {
    color: rgb(203, 195, 183);
}
.theme-base-0f .sidebar,
.theme-base-0f .sidebar-toggle:active,
.theme-base-0f #sidebar-checkbox:checked ~ .sidebar-toggle {
    background-color: rgb(105, 50, 19);
}
.theme-base-0f .container a,
.theme-base-0f .sidebar-toggle,
.theme-base-0f .related-posts li a:hover {
    color: rgb(255, 183, 135);
}
.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar-toggle {
    box-shadow: rgb(0, 0, 1) 0px 0px 0px 0.25rem;
}
.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar {
    box-shadow: rgba(0, 0, 0, 0.1) 0.25rem 0px 0.5rem;
}
.layout-reverse.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar {
    box-shadow: rgba(0, 0, 0, 0.1) -0.25rem 0px 0.5rem;
}
.fade-div::after {
    background-image: linear-gradient(rgba(0, 0, 1, 0),
    rgb(0, 0, 1) 90%);
}
.vimvixen-hint {
    background-color: rgb(116, 68, 0) !important;
    border-color: rgb(198, 156, 0) !important;
    color: rgb(255, 255, 213) !important;
}

/* Override Style */
.vimvixen-hint {
    background-color: #875600 !important;
    border-color: #f9c807 !important;
    color: #ffffe6 !important;
}
::placeholder {
    opacity: 0.5 !important;
}
