/*
                        _______
                       /       \
                      .==.    .==.
                     ((  ))==((  ))
                    / "=="    "=="\
                   /____|| || ||___\
       ________     ____    ________  ___    ___
       |  ___  \   /    \   |  ___  \ |  |  /  /
       |  |  \  \ /  /\  \  |  |  \  \|  |_/  /
       |  |   )  /  /__\  \ |  |__/  /|  ___  \
       |  |__/  /  ______  \|  ____  \|  |  \  \
_______|_______/__/ ____ \__\__|___\__\__|___\__\____
|  ___  \ |  ____/ /    \   |  ___  \ |  ____|  ___  \
|  |  \  \|  |___ /  /\  \  |  |  \  \|  |___|  |  \  \
|  |__/  /|  ____/  /__\  \ |  |   )  |  ____|  |__/  /
|  ____  \|  |__/  ______  \|  |__/  /|  |___|  ____  \
|__|   \__\____/__/      \__\_______/ |______|__|   \__\
                https://darkreader.org
*/
/* User-Agent Style */
html {
    background-color: #212122 !important;
}
html, body, input, textarea, select, button {
    background-color: #212122;
}
html, body, input, textarea, select, button {
    border-color: #8d8c8a;
    color: #ffffff;
}
a {
    color: #9eafc3;
}
table {
    border-color: #747575;
}
::placeholder {
    color: #e0dfdd;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #6c6e5d !important;
    color: #ffffff !important;
}
::-webkit-scrollbar {
    background-color: #2c2d2d;
    color: #d7d6d4;
}
::-webkit-scrollbar-thumb {
    background-color: #5e5f60;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #78797a;
}
::-webkit-scrollbar-thumb:active {
    background-color: #636465;
}
::-webkit-scrollbar-corner {
    background-color: #212122;
}
* {
    scrollbar-color: #5e5f60 #2c2d2d;
}
::selection {
    background-color: #0064dd !important;
    color: #ffffff !important;
}
::-moz-selection {
    background-color: #0064dd !important;
    color: #ffffff !important;
}

/* Invert Style */
.jfk-bubble.gtx-bubble, .captcheck_answer_label > input + img, span#closed_text > img[src^="https://www.gstatic.com/images/branding/googlelogo"], span[data-href^="https://www.hcaptcha.com/"] > #icon, #bit-notification-bar-iframe, ::-webkit-calendar-picker-indicator, embed[type="application/pdf"] {
    filter: invert(100%) hue-rotate(180deg) brightness(130%) contrast(90%) grayscale(86%) !important;
}

/* Variables Style */
:root {
   --darkreader-neutral-background: #1b1b1b;
   --darkreader-neutral-text: #ffffff;
   --darkreader-selection-background: #0064dd;
   --darkreader-selection-text: #ffffff;
}

/* Modified CSS */
:root {
    --bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #198754; --bs-teal: #20c997; --bs-cyan: #0dcaf0; --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; --bs-gray-100: #f8f9fa; --bs-gray-200: #e9ecef; --bs-gray-300: #dee2e6; --bs-gray-400: #ced4da; --bs-gray-500: #adb5bd; --bs-gray-600: #6c757d; --bs-gray-700: #495057; --bs-gray-800: #343a40; --bs-gray-900: #212529; --bs-primary: #0d6efd; --bs-secondary: #6c757d; --bs-success: #198754; --bs-info: #0dcaf0; --bs-warning: #ffc107; --bs-danger: #dc3545; --bs-light: #f8f9fa; --bs-dark: #212529; --darkreader-bg--bs-primary-rgb: 13,110,253; --darkreader-text--bs-primary-rgb: 13,110,253; --darkreader-bg--bs-secondary-rgb: 108,117,125; --darkreader-text--bs-secondary-rgb: 108,117,125; --darkreader-bg--bs-success-rgb: 25,135,84; --darkreader-text--bs-success-rgb: 25,135,84; --darkreader-bg--bs-info-rgb: 13,202,240; --darkreader-text--bs-info-rgb: 13,202,240; --darkreader-bg--bs-warning-rgb: 255,193,7; --darkreader-text--bs-warning-rgb: 255,193,7; --darkreader-bg--bs-danger-rgb: 220,53,69; --darkreader-text--bs-danger-rgb: 220,53,69; --darkreader-bg--bs-light-rgb: 248,249,250; --darkreader-text--bs-light-rgb: 248,249,250; --darkreader-bg--bs-dark-rgb: 33,37,41; --darkreader-text--bs-dark-rgb: 33,37,41; --darkreader-bg--bs-white-rgb: 255,255,255; --darkreader-text--bs-white-rgb: 255,255,255; --darkreader-bg--bs-black-rgb: 0,0,0; --darkreader-text--bs-black-rgb: 0,0,0; --darkreader-bg--bs-body-rgb: 33,37,41; --darkreader-text--bs-body-rgb: 33,37,41; --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",
    monospace;
    --darkreader-bgimg--bs-gradient: linear-gradient(180deg,
    rgba(33, 33, 34, 0.15),
    rgba(33, 33, 34, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --darkreader-text--bs-body-color: #ffffff;
    --darkreader-bg--bs-body-bg: #212122;
}
body {
    color: var(--darkreader-text--bs-body-color);
    background-color: var(--darkreader-bg--bs-body-bg);
}
hr {
    color: inherit;
    background-color: currentcolor;
    border-color: currentcolor;
}
abbr[data-bs-original-title],
abbr[title] {
    text-decoration-color: currentcolor;
}
.mark,
mark {
    background-color: rgb(70, 69, 60);
}
a {
    color: rgb(153, 174, 193);
    text-decoration-color: currentcolor;
}
a:hover {
    color: rgb(191, 206, 220);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration-color: currentcolor;
}
pre code {
    color: inherit;
}
code {
    color: rgb(159, 132, 145);
}
a > code {
    color: inherit;
}
kbd {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 39, 39);
}
caption {
    color: rgb(197, 196, 193);
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
}
button:focus:not(:focus-visible) {
    outline-color: currentcolor;
}
fieldset {
    border-color: currentcolor;
}
iframe {
    border-color: currentcolor;
}
.list-unstyled {
    list-style-image: none;
}
.list-inline {
    list-style-image: none;
}
.blockquote-footer {
    color: rgb(197, 196, 193);
}
.img-thumbnail {
    background-color: rgb(33, 33, 34);
    border-color: rgb(77, 78, 79);
}
.figure-caption {
    color: rgb(197, 196, 193);
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.table {
    --darkreader-bg--bs-table-bg: rgba(0, 0, 0, 0);
    --darkreader-bg--bs-table-accent-bg: rgba(0, 0, 0, 0);
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --darkreader-text--bs-table-hover-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: rgba(0, 0, 0, 0.07);
    color: rgb(255, 255, 255);
    border-color: rgb(77, 78, 79);
}
.table > :not(caption) > * > * {
    background-color: var(--darkreader-bg--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--darkreader-bg--bs-table-accent-bg);
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentcolor;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    --darkreader-bg--bs-table-accent-bg: var(--darkreader-bg--bs-table-striped-bg);
    color: var(--darkreader-text--bs-table-striped-color);
}
.table-active {
    --darkreader-bg--bs-table-accent-bg: var(--darkreader-bg--bs-table-active-bg);
    color: var(--darkreader-text--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
    --darkreader-bg--bs-table-accent-bg: var(--darkreader-bg--bs-table-hover-bg);
    color: var(--darkreader-text--bs-table-hover-color);
}
.table-primary {
    --darkreader-bg--bs-table-bg: #343535;
    --darkreader-bg--bs-table-striped-bg: #3d3e3e;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #464747;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #414242;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(69, 73, 80);
}
.table-secondary {
    --darkreader-bg--bs-table-bg: #373737;
    --darkreader-bg--bs-table-striped-bg: #3f4040;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #49494a;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #434444;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(85, 86, 87);
}
.table-success {
    --darkreader-bg--bs-table-bg: #424846;
    --darkreader-bg--bs-table-striped-bg: #4a4e4d;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #525554;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #4e5251;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(88, 89, 89);
}
.table-info {
    --darkreader-bg--bs-table-bg: #3b4649;
    --darkreader-bg--bs-table-striped-bg: #444c4d;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #4c5354;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #474f51;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(91, 99, 101);
}
.table-warning {
    --darkreader-bg--bs-table-bg: #545045;
    --darkreader-bg--bs-table-striped-bg: #55534a;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #595750;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #57544d;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(108, 105, 97);
}
.table-danger {
    --darkreader-bg--bs-table-bg: #271d1e;
    --darkreader-bg--bs-table-striped-bg: #332b2c;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #3e3838;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #393233;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(75, 68, 69);
}
.table-light {
    --darkreader-bg--bs-table-bg: #262627;
    --darkreader-bg--bs-table-striped-bg: #2f2f30;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #393a3a;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #343535;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(78, 79, 79);
}
.table-dark {
    --darkreader-bg--bs-table-bg: #262727;
    --darkreader-bg--bs-table-striped-bg: #323233;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #3d3e3e;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #383839;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(148, 147, 144);
}
.form-text {
    color: rgb(197, 196, 193);
}
.form-control {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 33, 34);
    border-color: rgb(83, 84, 84);
}
.form-control:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 33, 34);
    border-color: rgb(57, 67, 82);
    outline-color: currentcolor;
    box-shadow: rgba(81, 95, 116, 0.25) 0px 0px 0px 0.25rem;
}
.form-control::placeholder {
    color: rgb(197, 196, 193);
}
.form-control::placeholder {
    color: rgb(197, 196, 193);
}
.form-control:disabled,
.form-control[readonly] {
    background-color: rgb(48, 49, 49);
}
.form-control::file-selector-button {
    color: rgb(255, 255, 255);
    background-color: rgb(48, 49, 49);
    border-color: inherit;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: rgb(57, 58, 58);
}
.form-control::-webkit-file-upload-button {
    color: rgb(255, 255, 255);
    background-color: rgb(48, 49, 49);
    border-color: inherit;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: rgb(57, 58, 58);
}
.form-control-plaintext {
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-color: transparent;
}
.form-select {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 33, 34);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    border-color: rgb(83, 84, 84);
}
.form-select:focus {
    border-color: rgb(57, 67, 82);
    outline-color: currentcolor;
    box-shadow: rgba(81, 95, 116, 0.25) 0px 0px 0px 0.25rem;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
}
.form-select:disabled {
    background-color: rgb(48, 49, 49);
}
.form-select:focus-visible {
    color: transparent;
    text-shadow: rgb(38, 39, 39) 0px 0px 0px;
}
.form-check-input {
    background-color: rgb(33, 33, 34);
    border-color: rgba(172, 170, 167, 0.25);
}
.form-check-input:focus {
    border-color: rgb(57, 67, 82);
    outline-color: currentcolor;
    box-shadow: rgba(81, 95, 116, 0.25) 0px 0px 0px 0.25rem;
}
.form-check-input:checked {
    background-color: rgb(81, 95, 116);
    border-color: rgb(71, 84, 103); 
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); 
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); 
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: rgb(81, 95, 116);
    border-color: rgb(71, 84, 103);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-range {
    background-color: transparent;
}
.form-range:focus {
    outline-color: currentcolor;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: rgb(33, 33, 34) 0px 0px 0px 1px,
    rgba(81, 95, 116, 0.25) 0px 0px 0px 0.25rem;
}
.form-range:focus::-moz-range-thumb {
    box-shadow: rgb(33, 33, 34) 0px 0px 0px 1px,
    rgba(81, 95, 116, 0.25) 0px 0px 0px 0.25rem;
}
.form-range::-webkit-slider-thumb {
    background-color: rgb(81, 95, 116);
    border-color: currentcolor;
}
.form-range::-webkit-slider-runnable-track {
    color: transparent;
    background-color: rgb(56, 56, 57);
    border-color: transparent;
}
.form-range::-moz-range-thumb {
    background-color: rgb(81, 95, 116);
    border-color: currentcolor;
}
.form-range::-moz-range-thumb:active {
    background-color: rgb(62, 63, 63);
}
.form-range::-moz-range-track {
    color: transparent;
    background-color: rgb(56, 56, 57);
    border-color: transparent;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: rgb(90, 91, 92);
}
.form-range:disabled::-moz-range-thumb {
    background-color: rgb(90, 91, 92);
}
.form-floating > label {
    border-color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.input-group-text {
    color: rgb(255, 255, 255);
    background-color: rgb(48, 49, 49);
    border-color: rgb(83, 84, 84);
}
.valid-feedback {
    color: rgb(247, 255, 255);
}
.valid-tooltip {
    color: rgb(255, 255, 255);
    background-color: rgba(100, 116, 109, 0.9);
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: rgb(162, 188, 176);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: rgb(162, 188, 176);
    box-shadow: rgba(100, 116, 109, 0.25) 0px 0px 0px 0.25rem;
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: rgb(162, 188, 176);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: rgb(162, 188, 176);
    box-shadow: rgba(100, 116, 109, 0.25) 0px 0px 0px 0.25rem;
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: rgb(162, 188, 176);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: rgb(100, 116, 109);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: rgba(100, 116, 109, 0.25) 0px 0px 0px 0.25rem;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: rgb(247, 255, 255);
}
.invalid-feedback {
    color: rgb(156, 129, 131);
}
.invalid-tooltip {
    color: rgb(255, 255, 255);
    background-color: rgba(96, 71, 73, 0.9);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: rgb(86, 64, 66);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iLTAuNDgxIC0wLjA1NiAtMC44MTEgMC4wMDAgMS4zNDYgLTAuNjM2IDAuMTA3IC0wLjc5OSAwLjAwMCAxLjMyNiAtMC42MjAgLTAuMDU3IC0wLjYxNSAwLjAwMCAxLjI5MiAwLjAwMCAwLjAwMCAwLjAwMCAxLjAwMCAwLjAwMCIgLz48L2ZpbHRlcj48L2RlZnM+PGltYWdlIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsdGVyPSJ1cmwoI2RhcmtyZWFkZXItaW1hZ2UtZmlsdGVyKSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9zdmcreG1sLCUzY3N2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyUyM2RjMzU0NSclM2UlM2NjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLyUzZSUzY3BhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8lM2UlM2NjaXJjbGUgY3g9JzYnIGN5PSc4LjInIHI9Jy42JyBmaWxsPSclMjNkYzM1NDUnIHN0cm9rZT0nbm9uZScvJTNlJTNjL3N2ZyUzZSIgLz48L3N2Zz4=");
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: rgb(86, 64, 66);
    box-shadow: rgba(96, 71, 73, 0.25) 0px 0px 0px 0.25rem;
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: rgb(86, 64, 66);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iLTAuNDgxIC0wLjA1NiAtMC44MTEgMC4wMDAgMS4zNDYgLTAuNjM2IDAuMTA3IC0wLjc5OSAwLjAwMCAxLjMyNiAtMC42MjAgLTAuMDU3IC0wLjYxNSAwLjAwMCAxLjI5MiAwLjAwMCAwLjAwMCAwLjAwMCAxLjAwMCAwLjAwMCIgLz48L2ZpbHRlcj48L2RlZnM+PGltYWdlIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsdGVyPSJ1cmwoI2RhcmtyZWFkZXItaW1hZ2UtZmlsdGVyKSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9zdmcreG1sLCUzY3N2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyUyM2RjMzU0NSclM2UlM2NjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLyUzZSUzY3BhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8lM2UlM2NjaXJjbGUgY3g9JzYnIGN5PSc4LjInIHI9Jy42JyBmaWxsPSclMjNkYzM1NDUnIHN0cm9rZT0nbm9uZScvJTNlJTNjL3N2ZyUzZSIgLz48L3N2Zz4=");
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: rgb(86, 64, 66);
    box-shadow: rgba(96, 71, 73, 0.25) 0px 0px 0px 0.25rem;
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: rgb(86, 64, 66);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: rgb(96, 71, 73);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: rgba(96, 71, 73, 0.25) 0px 0px 0px 0.25rem;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: rgb(156, 129, 131);
}
.btn {
    color: rgb(255, 255, 255);
    text-decoration-color: currentcolor;
    background-color: transparent;
    border-color: transparent;
}
.btn:hover {
    color: rgb(255, 255, 255);
}
.btn-check:focus + .btn,
.btn:focus {
    outline-color: currentcolor;
    box-shadow: rgba(81, 95, 116, 0.25) 0px 0px 0px 0.25rem;
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(81, 95, 116);
    border-color: rgb(71, 84, 103);
}
.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(78, 90, 107);
    border-color: rgb(82, 94, 113);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(78, 90, 107);
    border-color: rgb(82, 94, 113);
    box-shadow: rgba(72, 85, 104, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(72, 84, 100);
    border-color: rgb(84, 97, 116);
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: rgba(72, 85, 104, 0.5) 0px 0px 0px 0.25rem;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(81, 95, 116);
    border-color: rgb(71, 84, 103);
}
.btn-secondary {
    color: rgb(255, 255, 255);
    background-color: rgb(121, 122, 123);
    border-color: rgb(125, 123, 121);
}
.btn-secondary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(103, 104, 105);
    border-color: rgb(135, 133, 131);
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(103, 104, 105);
    border-color: rgb(135, 133, 131);
    box-shadow: rgba(124, 126, 127, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(97, 98, 98);
    border-color: rgb(136, 135, 133);
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: rgba(124, 126, 127, 0.5) 0px 0px 0px 0.25rem;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(121, 122, 123);
    border-color: rgb(125, 123, 121);
}
.btn-success {
    color: rgb(255, 255, 255);
    background-color: rgb(100, 116, 109);
    border-color: rgb(162, 188, 176);
}
.btn-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(85, 99, 93);
    border-color: rgb(170, 197, 184);
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(85, 99, 93);
    border-color: rgb(170, 197, 184);
    box-shadow: rgba(125, 138, 132, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(80, 93, 87);
    border-color: rgb(171, 198, 186);
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: rgba(125, 138, 132, 0.5) 0px 0px 0px 0.25rem;
}
.btn-success.disabled,
.btn-success:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(100, 116, 109);
    border-color: rgb(162, 188, 176);
}
.btn-info {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 177, 182);
    border-color: rgb(132, 156, 161);
}
.btn-info:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(134, 159, 164);
    border-color: rgb(126, 149, 154);
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(134, 159, 164);
    border-color: rgb(126, 149, 154);
    box-shadow: rgba(127, 151, 155, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(129, 152, 157);
    border-color: rgb(126, 149, 154);
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: rgba(127, 151, 155, 0.5) 0px 0px 0px 0.25rem;
}
.btn-info.disabled,
.btn-info:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 177, 182);
    border-color: rgb(132, 156, 161);
}
.btn-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(204, 195, 167);
    border-color: rgb(179, 171, 147);
}
.btn-warning:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(181, 173, 149);
    border-color: rgb(172, 164, 141);
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(181, 173, 149);
    border-color: rgb(172, 164, 141);
    box-shadow: rgba(178, 170, 147, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(173, 165, 142);
    border-color: rgb(172, 164, 141);
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: rgba(178, 170, 147, 0.5) 0px 0px 0px 0.25rem;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(204, 195, 167);
    border-color: rgb(179, 171, 147);
}
.btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(96, 71, 73);
    border-color: rgb(86, 64, 66);
}
.btn-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(96, 75, 77);
    border-color: rgb(98, 77, 79);
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(96, 75, 77);
    border-color: rgb(98, 77, 79);
    box-shadow: rgba(86, 64, 66, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(90, 70, 72);
    border-color: rgb(100, 78, 80);
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: rgba(86, 64, 66, 0.5) 0px 0px 0px 0.25rem;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(96, 71, 73);
    border-color: rgb(86, 64, 66);
}
.btn-light {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 38, 39);
    border-color: rgb(69, 69, 70);
}
.btn-light:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
    border-color: rgb(68, 69, 70);
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
    border-color: rgb(68, 69, 70);
    box-shadow: rgba(66, 67, 67, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
    border-color: rgb(68, 69, 70);
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: rgba(66, 67, 67, 0.5) 0px 0px 0px 0.25rem;
}
.btn-light.disabled,
.btn-light:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 38, 39);
    border-color: rgb(69, 69, 70);
}
.btn-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 39, 39);
    border-color: rgb(157, 156, 153);
}
.btn-dark:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 33, 34);
    border-color: rgb(160, 158, 156);
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 33, 34);
    border-color: rgb(160, 158, 156);
    box-shadow: rgba(72, 73, 73, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: rgb(255, 255, 255);
    background-color: rgb(30, 31, 31);
    border-color: rgb(160, 159, 156);
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: rgba(72, 73, 73, 0.5) 0px 0px 0px 0.25rem;
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 39, 39);
    border-color: rgb(157, 156, 153);
}
.btn-outline-primary {
    color: rgb(153, 174, 193);
    border-color: rgb(71, 84, 103);
}
.btn-outline-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(81, 95, 116);
    border-color: rgb(71, 84, 103);
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: rgba(81, 95, 116, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: rgb(255, 255, 255);
    background-color: rgb(81, 95, 116);
    border-color: rgb(71, 84, 103);
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: rgba(81, 95, 116, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: rgb(153, 174, 193);
    background-color: transparent;
}
.btn-outline-secondary {
    color: rgb(197, 196, 193);
    border-color: rgb(125, 123, 121);
}
.btn-outline-secondary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(121, 122, 123);
    border-color: rgb(125, 123, 121);
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: rgba(121, 122, 123, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: rgb(255, 255, 255);
    background-color: rgb(121, 122, 123);
    border-color: rgb(125, 123, 121);
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: rgba(121, 122, 123, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: rgb(197, 196, 193);
    background-color: transparent;
}
.btn-outline-success {
    color: rgb(247, 255, 255);
    border-color: rgb(162, 188, 176);
}
.btn-outline-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(100, 116, 109);
    border-color: rgb(162, 188, 176);
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: rgba(100, 116, 109, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: rgb(255, 255, 255);
    background-color: rgb(100, 116, 109);
    border-color: rgb(162, 188, 176);
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: rgba(100, 116, 109, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: rgb(247, 255, 255);
    background-color: transparent;
}
.btn-outline-info {
    color: rgb(203, 234, 240);
    border-color: rgb(132, 156, 161);
}
.btn-outline-info:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 177, 182);
    border-color: rgb(132, 156, 161);
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: rgba(149, 177, 182, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 177, 182);
    border-color: rgb(132, 156, 161);
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: rgba(149, 177, 182, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: rgb(203, 234, 240);
    background-color: transparent;
}
.btn-outline-warning {
    color: rgb(255, 255, 228);
    border-color: rgb(179, 171, 147);
}
.btn-outline-warning:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(204, 195, 167);
    border-color: rgb(179, 171, 147);
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: rgba(204, 195, 167, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: rgb(255, 255, 255);
    background-color: rgb(204, 195, 167);
    border-color: rgb(179, 171, 147);
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: rgba(204, 195, 167, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: rgb(255, 255, 228);
    background-color: transparent;
}
.btn-outline-danger {
    color: rgb(156, 129, 131);
    border-color: rgb(86, 64, 66);
}
.btn-outline-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(96, 71, 73);
    border-color: rgb(86, 64, 66);
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: rgba(96, 71, 73, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: rgb(255, 255, 255);
    background-color: rgb(96, 71, 73);
    border-color: rgb(86, 64, 66);
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: rgba(96, 71, 73, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: rgb(156, 129, 131);
    background-color: transparent;
}
.btn-outline-light {
    color: rgb(255, 255, 255);
    border-color: rgb(69, 69, 70);
}
.btn-outline-light:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 38, 39);
    border-color: rgb(69, 69, 70);
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: rgba(38, 38, 39, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 38, 39);
    border-color: rgb(69, 69, 70);
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: rgba(38, 38, 39, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.btn-outline-dark {
    color: rgb(255, 255, 255);
    border-color: rgb(157, 156, 153);
}
.btn-outline-dark:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 39, 39);
    border-color: rgb(157, 156, 153);
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: rgba(38, 39, 39, 0.5) 0px 0px 0px 0.25rem;
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 39, 39);
    border-color: rgb(157, 156, 153);
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: rgba(38, 39, 39, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.btn-link {
    color: rgb(153, 174, 193);
    text-decoration-color: currentcolor;
}
.btn-link:hover {
    color: rgb(191, 206, 220);
}
.btn-link.disabled,
.btn-link:disabled {
    color: rgb(197, 196, 193);
}
.dropdown-toggle::after {
    border-color: currentcolor transparent;
}
.dropdown-menu {
    color: rgb(255, 255, 255);
    list-style-image: none;
    background-color: rgb(33, 33, 34);
    border-color: rgba(172, 170, 167, 0.15);
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-end {
    --bs-position: end;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
}
.dropup .dropdown-toggle::after {
    border-color: currentcolor transparent;
}
.dropend .dropdown-toggle::after {
    border-color: transparent currentcolor;
}
.dropstart .dropdown-toggle::before {
    border-top-color: transparent;
    border-left-color: currentcolor;
    border-bottom-color: transparent;
}
.dropdown-divider {
    border-top-color: rgba(172, 170, 167, 0.15);
}
.dropdown-item {
    color: rgb(255, 255, 255);
    text-decoration-color: currentcolor;
    background-color: transparent;
    border-color: currentcolor;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(48, 49, 49);
}
.dropdown-item.active,
.dropdown-item:active {
    color: rgb(255, 255, 255);
    text-decoration-color: currentcolor;
    background-color: rgb(81, 95, 116);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: rgb(234, 233, 232);
    background-color: transparent;
}
.dropdown-header {
    color: rgb(197, 196, 193);
}
.dropdown-item-text {
    color: rgb(255, 255, 255);
}
.dropdown-menu-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(60, 61, 61);
    border-color: rgba(172, 170, 167, 0.15);
}
.dropdown-menu-dark .dropdown-item {
    color: rgb(255, 255, 255);
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(33, 33, 34, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: rgb(255, 255, 255);
    background-color: rgb(81, 95, 116);
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: rgb(234, 233, 232);
}
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(172, 170, 167, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
    color: rgb(255, 255, 255);
}
.dropdown-menu-dark .dropdown-header {
    color: rgb(234, 233, 232);
}
.nav {
    list-style-image: none;
}
.nav-link {
    color: rgb(153, 174, 193);
    text-decoration-color: currentcolor;
}
.nav-link:focus,
.nav-link:hover {
    color: rgb(191, 206, 220);
}
.nav-link.disabled {
    color: rgb(197, 196, 193);
}
.nav-tabs {
    border-bottom-color: rgb(77, 78, 79);
}
.nav-tabs .nav-link {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: rgb(73, 74, 75) rgb(73, 74, 75) rgb(77, 78, 79);
}
.nav-tabs .nav-link.disabled {
    color: rgb(197, 196, 193);
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: rgb(229, 228, 227);
    background-color: rgb(33, 33, 34);
    border-color: rgb(77, 78, 79) rgb(77, 78, 79) rgb(66, 67, 67);
}
.nav-pills .nav-link {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: currentcolor;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: rgb(255, 255, 255);
    background-color: rgb(81, 95, 116);
}
.navbar-brand {
    text-decoration-color: currentcolor;
}
.navbar-nav {
    list-style-image: none;
}
.navbar-toggler {
    background-color: transparent;
    border-color: transparent;
}
.navbar-toggler:hover {
    text-decoration-color: currentcolor;
}
.navbar-toggler:focus {
    text-decoration-color: currentcolor;
    outline-color: currentcolor;
}
@media (min-width: 576px) {
    .navbar-expand-sm .offcanvas {
        background-color: transparent;
        border-left-color: currentcolor;
        border-right-color: currentcolor;
    }
    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        border-top-color: currentcolor;
        border-bottom-color: currentcolor;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md .offcanvas {
        background-color: transparent;
        border-left-color: currentcolor;
        border-right-color: currentcolor;
    }
    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        border-top-color: currentcolor;
        border-bottom-color: currentcolor;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas {
        background-color: transparent;
        border-left-color: currentcolor;
        border-right-color: currentcolor;
    }
    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        border-top-color: currentcolor;
        border-bottom-color: currentcolor;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl .offcanvas {
        background-color: transparent;
        border-left-color: currentcolor;
        border-right-color: currentcolor;
    }
    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        border-top-color: currentcolor;
        border-bottom-color: currentcolor;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl .offcanvas {
        background-color: transparent;
        border-left-color: currentcolor;
        border-right-color: currentcolor;
    }
    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        border-top-color: currentcolor;
        border-bottom-color: currentcolor;
    }
}
.navbar-expand .offcanvas {
    background-color: transparent;
    border-left-color: currentcolor;
    border-right-color: currentcolor;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    border-top-color: currentcolor;
    border-bottom-color: currentcolor;
}
.navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(172, 170, 167, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(255, 255, 255, 0.9);
}
.navbar-dark .navbar-brand {
    color: rgb(255, 255, 255);
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: rgb(255, 255, 255);
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(66, 67, 67, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: rgb(255, 255, 255);
}
.card {
    background-color: rgb(33, 33, 34);
    border-color: rgba(172, 170, 167, 0.13);
}
.card > .list-group {
    border-top-color: inherit;
    border-bottom-color: inherit;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top-color: currentcolor;
}
.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom-color: rgba(172, 170, 167, 0.13);
}
.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top-color: rgba(172, 170, 167, 0.13);
}
.card-header-tabs {
    border-bottom-color: currentcolor;
}
@media (min-width: 576px) {
    .card-group > .card + .card {
        border-right-color: currentcolor;
    }
}
.accordion-button {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 33, 34);
    border-color: currentcolor;
}
.accordion-button:not(.collapsed) {
    color: rgb(177, 193, 209);
    background-color: rgb(42, 43, 43);
    box-shadow: rgba(0, 0, 0, 0.13) 0px -1px 0px inset;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus {
    border-color: rgb(57, 67, 82);
    outline-color: currentcolor;
    box-shadow: rgba(81, 95, 116, 0.25) 0px 0px 0px 0.25rem;
}
.accordion-item {
    background-color: rgb(33, 33, 34);
    border-color: rgba(172, 170, 167, 0.13);
}
.accordion-item:not(:first-of-type) {
    border-top-color: currentcolor;
}
.accordion-flush .accordion-item {
    border-left-color: currentcolor;
    border-right-color: currentcolor;
}
.accordion-flush .accordion-item:first-child {
    border-top-color: currentcolor;
}
.accordion-flush .accordion-item:last-child {
    border-bottom-color: currentcolor;
}
.breadcrumb {
    list-style-image: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(197, 196, 193);
}
.breadcrumb-item.active {
    color: rgb(197, 196, 193);
}
.pagination {
    list-style-image: none;
}
.page-link {
    color: rgb(153, 174, 193);
    text-decoration-color: currentcolor;
    background-color: rgb(33, 33, 34);
    border-color: rgb(77, 78, 79);
}
.page-link:hover {
    color: rgb(191, 206, 220);
    background-color: rgb(48, 49, 49);
    border-color: rgb(77, 78, 79);
}
.page-link:focus {
    color: rgb(191, 206, 220);
    background-color: rgb(48, 49, 49);
    outline-color: currentcolor;
    box-shadow: rgba(81, 95, 116, 0.25) 0px 0px 0px 0.25rem;
}
.page-item.active .page-link {
    color: rgb(255, 255, 255);
    background-color: rgb(81, 95, 116);
    border-color: rgb(71, 84, 103);
}
.page-item.disabled .page-link {
    color: rgb(197, 196, 193);
    background-color: rgb(33, 33, 34);
    border-color: rgb(77, 78, 79);
}
.badge {
    color: rgb(255, 255, 255);
}
.alert {
    border-color: transparent;
}
.alert-heading {
    color: inherit;
}
.alert-primary {
    color: rgb(215, 228, 240);
    background-color: rgb(52, 53, 53);
    border-color: rgb(52, 61, 74);
}
.alert-primary .alert-link {
    color: rgb(230, 241, 251);
}
.alert-secondary {
    color: rgb(238, 237, 236);
    background-color: rgb(55, 55, 55);
    border-color: rgb(83, 83, 84);
}
.alert-secondary .alert-link {
    color: rgb(251, 250, 249);
}
.alert-success {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 72, 70);
    border-color: rgb(95, 103, 99);
}
.alert-success .alert-link {
    color: rgb(255, 255, 255);
}
.alert-info {
    color: rgb(255, 254, 253);
    background-color: rgb(59, 70, 73);
    border-color: rgb(91, 108, 112);
}
.alert-info .alert-link {
    color: rgb(255, 255, 255);
}
.alert-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(84, 80, 69);
    border-color: rgb(126, 120, 103);
}
.alert-warning .alert-link {
    color: rgb(255, 255, 255);
}
.alert-danger {
    color: rgb(202, 183, 185);
    background-color: rgb(39, 29, 30);
    border-color: rgb(60, 44, 46);
}
.alert-danger .alert-link {
    color: rgb(219, 203, 205);
}
.alert-light {
    color: rgb(213, 211, 209);
    background-color: rgb(34, 35, 35);
    border-color: rgb(47, 47, 53);
}
.alert-light .alert-link {
    color: rgb(230, 228, 227);
}
.alert-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(67, 68, 68);
    border-color: rgb(91, 92, 93);
}
.alert-dark .alert-link {
    color: rgb(255, 255, 255);
}
.progress {
    background-color: rgb(48, 49, 49);
}
.progress-bar {
    color: rgb(255, 255, 255);
    background-color: rgb(81, 95, 116);
}
.progress-bar-striped {
    background-image: linear-gradient(-45deg,
    rgba(33, 33, 34, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(33, 33, 34, 0.15) 50%,
    rgba(33, 33, 34, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.list-group-item-action {
    color: rgb(229, 228, 227);
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: rgb(229, 228, 227);
    text-decoration-color: currentcolor;
    background-color: rgb(38, 38, 39);
}
.list-group-item-action:active {
    color: rgb(255, 255, 255);
    background-color: rgb(48, 49, 49);
}
.list-group-item {
    color: rgb(255, 255, 255);
    text-decoration-color: currentcolor;
    background-color: rgb(33, 33, 34);
    border-color: rgba(172, 170, 167, 0.13);
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: rgb(197, 196, 193);
    background-color: rgb(33, 33, 34);
}
.list-group-item.active {
    color: rgb(255, 255, 255);
    background-color: rgb(81, 95, 116);
    border-color: rgb(71, 84, 103);
}
.list-group-item-primary {
    color: rgb(215, 228, 240);
    background-color: rgb(52, 53, 53);
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: rgb(215, 228, 240);
    background-color: rgb(70, 71, 71);
}
.list-group-item-primary.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(55, 63, 76);
    border-color: rgb(88, 102, 122);
}
.list-group-item-secondary {
    color: rgb(238, 237, 236);
    background-color: rgb(55, 55, 55);
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: rgb(238, 237, 236);
    background-color: rgb(73, 73, 74);
}
.list-group-item-secondary.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(73, 73, 74);
    border-color: rgb(144, 143, 140);
}
.list-group-item-success {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 72, 70);
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(82, 85, 84);
}
.list-group-item-success.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(60, 70, 65);
    border-color: rgb(152, 151, 148);
}
.list-group-item-info {
    color: rgb(255, 254, 253);
    background-color: rgb(59, 70, 73);
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: rgb(255, 254, 253);
    background-color: rgb(76, 83, 84);
}
.list-group-item-info.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(60, 71, 73);
    border-color: rgb(152, 150, 148);
}
.list-group-item-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(84, 80, 69);
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(89, 87, 80);
}
.list-group-item-warning.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(84, 81, 70);
    border-color: rgb(223, 213, 184);
}
.list-group-item-danger {
    color: rgb(202, 183, 185);
    background-color: rgb(39, 29, 30);
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: rgb(202, 183, 185);
    background-color: rgb(62, 56, 56);
}
.list-group-item-danger.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(68, 53, 55);
    border-color: rgb(106, 83, 85);
}
.list-group-item-light {
    color: rgb(213, 211, 209);
    background-color: rgb(34, 35, 35);
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: rgb(213, 211, 209);
    background-color: rgb(54, 54, 54);
}
.list-group-item-light.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(103, 104, 105);
    border-color: rgb(132, 131, 129);
}
.list-group-item-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(67, 68, 68);
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(83, 84, 84);
}
.list-group-item-dark.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(23, 23, 23);
    border-color: rgb(163, 161, 159);
}
.btn-close {
    color: rgb(255, 255, 255);
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    border-color: currentcolor;
}
.btn-close:hover {
    color: rgb(255, 255, 255);
    text-decoration-color: currentcolor;
}
.btn-close:focus {
    outline-color: currentcolor;
    box-shadow: rgba(81, 95, 116, 0.25) 0px 0px 0px 0.25rem;
}
.toast {
    background-color: rgba(33, 33, 34, 0.85);
    border-color: rgba(172, 170, 167, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem;
}
.toast-header {
    color: rgb(197, 196, 193);
    background-color: rgba(33, 33, 34, 0.85);
    border-bottom-color: rgba(172, 170, 167, 0.05);
}
.modal {
    outline-color: currentcolor;
}
.modal-content {
    background-color: rgb(33, 33, 34);
    border-color: rgba(172, 170, 167, 0.2);
    outline-color: currentcolor;
}
.modal-backdrop {
    background-color: rgb(0, 0, 0);
}
.modal-header {
    border-bottom-color: rgb(77, 78, 79);
}
.modal-footer {
    border-top-color: rgb(77, 78, 79);
}
.modal-fullscreen .modal-content {
    border-color: currentcolor;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down .modal-content {
        border-color: currentcolor;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down .modal-content {
        border-color: currentcolor;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down .modal-content {
        border-color: currentcolor;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down .modal-content {
        border-color: currentcolor;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down .modal-content {
        border-color: currentcolor; 
    }
}
.tooltip {
    text-decoration-color: currentcolor; text-shadow: none; 
}
.tooltip .tooltip-arrow::before {
    border-color: transparent; 
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: rgb(172, 170, 167); 
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-left-color: rgb(172, 170, 167); 
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: rgb(172, 170, 167); 
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-right-color: rgb(172, 170, 167);
}
.tooltip-inner {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
.popover {
    text-decoration-color: currentcolor;
    text-shadow: none;
    background-color: rgb(33, 33, 34);
    border-color: rgba(172, 170, 167, 0.2); 
}
.popover .popover-arrow::after, .popover .popover-arrow::before {
    border-color: transparent; 
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
    border-top-color: rgba(172, 170, 167, 0.25); 
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
    border-top-color: rgb(66, 67, 67); 
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
    border-left-color: rgba(172, 170, 167, 0.25); 
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
    border-left-color: rgb(66, 67, 67); 
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
    border-bottom-color: rgba(172, 170, 167, 0.25); 
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
    border-bottom-color: rgb(66, 67, 67); 
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    border-bottom-color: rgb(72, 73, 73); 
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
    border-right-color: rgba(172, 170, 167, 0.25); 
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
    border-right-color: rgb(66, 67, 67);
}
.popover-header {
    background-color: rgb(44, 45, 45);
    border-bottom-color: rgba(172, 170, 167, 0.2);
}
.popover-body {
    color: rgb(255, 255, 255);
}
.carousel-control-next,
.carousel-control-prev {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: currentcolor;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: rgb(255, 255, 255);
    text-decoration-color: currentcolor;
    outline-color: currentcolor;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    list-style-image: none;
}
.carousel-indicators [data-bs-target] {
    background-color: rgb(33, 33, 34);
    border-color: transparent currentcolor;
}
.carousel-caption {
    color: rgb(255, 255, 255);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: rgb(0, 0, 0);
}
.carousel-dark .carousel-caption {
    color: rgb(255, 255, 255);
}
.spinner-border {
    border-color: currentcolor currentcolor currentcolor transparent;
}
.spinner-grow {
    background-color: currentcolor;
}
.offcanvas {
    background-color: rgb(33, 33, 34);
    outline-color: currentcolor;
}
.offcanvas-backdrop {
    background-color: rgb(0, 0, 0);
}
.offcanvas-start {
    border-left-color: rgba(172, 170, 167, 0.2);
}
.offcanvas-end {
    border-right-color: rgba(172, 170, 167, 0.2);
}
.offcanvas-top {
    border-bottom-color: rgba(172, 170, 167, 0.2);
}
.offcanvas-bottom {
    border-top-color: rgba(172, 170, 167, 0.2);
}
.placeholder {
    background-color: currentcolor;
}
.link-primary {
    color: rgb(153, 174, 193);
}
.link-primary:focus,
.link-primary:hover {
    color: rgb(191, 206, 220);
}
.link-secondary {
    color: rgb(197, 196, 193);
}
.link-secondary:focus,
.link-secondary:hover {
    color: rgb(218, 217, 215);
}
.link-success {
    color: rgb(247, 255, 255);
}
.link-success:focus,
.link-success:hover {
    color: rgb(255, 255, 255);
}
.link-info {
    color: rgb(203, 234, 240);
}
.link-info:focus,
.link-info:hover {
    color: rgb(221, 248, 253);
}
.link-warning {
    color: rgb(255, 255, 228);
}
.link-warning:focus,
.link-warning:hover {
    color: rgb(255, 255, 243);
}
.link-danger {
    color: rgb(156, 129, 131);
}
.link-danger:focus,
.link-danger:hover {
    color: rgb(172, 149, 151);
}
.link-light {
    color: rgb(255, 255, 255);
}
.link-light:focus,
.link-light:hover {
    color: rgb(255, 255, 255);
}
.link-dark {
    color: rgb(255, 255, 255);
}
.link-dark:focus,
.link-dark:hover {
    color: rgb(255, 255, 255);
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    border-color: currentcolor !important;
}
.vr {
    background-color: currentcolor;
}
.shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important;
}
.shadow-sm {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.125rem 0.25rem !important;
}
.shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1rem 3rem !important;
}
.shadow-none {
    box-shadow: none !important;
}
.border {
    border-color: rgb(77, 78, 79) !important;
}
.border-0 {
    border-color: currentcolor !important;
}
.border-top {
    border-top-color: rgb(77, 78, 79) !important;
}
.border-top-0 {
    border-top-color: currentcolor !important;
}
.border-end {
    border-left-color: rgb(77, 78, 79) !important;
}
.border-end-0 {
    border-left-color: currentcolor !important;
}
.border-bottom {
    border-bottom-color: rgb(77, 78, 79) !important;
}
.border-bottom-0 {
    border-bottom-color: currentcolor !important;
}
.border-start {
    border-right-color: rgb(77, 78, 79) !important;
}
.border-start-0 {
    border-right-color: currentcolor !important;
}
.border-primary {
    border-color: rgb(71, 84, 103) !important;
}
.border-secondary {
    border-color: rgb(125, 123, 121) !important;
}
.border-success {
    border-color: rgb(162, 188, 176) !important;
}
.border-info {
    border-color: rgb(132, 156, 161) !important;
}
.border-warning {
    border-color: rgb(179, 171, 147) !important;
}
.border-danger {
    border-color: rgb(86, 64, 66) !important;
}
.border-light {
    border-color: rgb(69, 69, 70) !important;
}
.border-dark {
    border-color: rgb(157, 156, 153) !important;
}
.border-white {
    border-color: rgb(66, 67, 67) !important;
}
.text-decoration-none {
    text-decoration-color: currentcolor !important;
}
.text-decoration-underline {
    text-decoration-color: currentcolor !important;
}
.text-decoration-line-through {
    text-decoration-color: currentcolor !important;
}
.text-primary {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(153, 174, 193) !important;
}
.text-secondary {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(197, 196, 193) !important;
}
.text-success {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(247, 255, 255) !important;
}
.text-info {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(203, 234, 240) !important;
}
.text-warning {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(255, 255, 228) !important;
}
.text-danger {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(156, 129, 131) !important;
}
.text-light {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(255, 255, 255) !important;
}
.text-dark {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(255, 255, 255) !important;
}
.text-black {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(255, 255, 255) !important;
}
.text-white {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(255, 255, 255) !important;
}
.text-body {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(255, 255, 255) !important;
}
.text-muted {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(197, 196, 193) !important;
}
.text-black-50 {
    --darkreader-text--bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-white-50 {
    --darkreader-text--bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    --darkreader-text--bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --darkreader-text--bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --darkreader-text--bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --darkreader-text--bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --darkreader-text--bs-text-opacity: 1;
}
.bg-primary {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(81, 95, 116) !important;
}
.bg-secondary {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(121, 122, 123) !important;
}
.bg-success {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(100, 116, 109) !important;
}
.bg-info {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(149, 177, 182) !important;
}
.bg-warning {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(204, 195, 167) !important;
}
.bg-danger {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(96, 71, 73) !important;
}
.bg-light {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(38, 38, 39) !important;
}
.bg-dark {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(38, 39, 39) !important;
}
.bg-black {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(0, 0, 0) !important;
}
.bg-white {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(33, 33, 34) !important;
}
.bg-body {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(38, 39, 39) !important;
}
.bg-transparent {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-opacity-10 {
    --darkreader-bg--bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --darkreader-bg--bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --darkreader-bg--bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --darkreader-bg--bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --darkreader-bg--bs-bg-opacity: 1;
}
.bg-gradient {
    background-image: var(--darkreader-bgimg--bs-gradient) !important;
}
.fa-border {
    border-color: rgb(73, 73, 74);
}
.fa-inverse {
    color: rgb(255, 255, 255);
}
.sr-only {
    border-color: currentcolor;
}
:root {
    --darkreader-bg--text-selection: #454546;
    --darkreader-bg--body-background: #3a3c39;
    --darkreader-text--body-color: #e3e9ed;
    --scrollbar-color-back: #a8d4c7;
    --scrollbar-color-grabber: #d8f2d3;
    --darkreader-text--link-color: #e8f4f6;
    --darkreader-border--link-active: #87908d;
    --darkreader-text--link-hover: #d1dedb;
    --darkreader-border--link-hover: #7b8582;
    --darkreader-border--button-simple-border: #545555;
    --darkreader-border--button-simple-border-focus: #737a78;
    --darkreader-text--button-simple-color-hover: #dbdfd5;
    --darkreader-bg--button-simple-hover-back: #292929;
    --darkreader-text--button-simple-active-color: #f6f5f4;
    --darkreader-border--button-simple-active-border: #93918f;
    --darkreader-bg--button-simple-active-back: #363532;
    --darkreader-bg--button-simple-white-back: #212122;
    --darkreader-bg--button-simple-white-hover-back: #292929;
    --darkreader-bg--button-simple-white-shadow: #535354;
    --darkreader-bg--button-simple-white-active-back: #363532;
    --darkreader-bg--button-simple-white-active-back1: #3c3e3a;
    --darkreader-bg--button-simple-white-active-shadow: #535354;
    --darkreader-text--button-simple-subtle-color: rgba(255, 255, 255, 0.87);
    --darkreader-bg--button-simple-subtle-hover-back: rgba(0, 0, 0, 0.04);
    --darkreader-bg--button-simple-subtle-active-back: rgba(0, 0, 0, 0.1);
    --darkreader-border--button-outlined-border: rgba(172, 170, 167, 0.24);
    --darkreader-text--button-outlined-color: #abbfce;
    --darkreader-text--button-contained-color: #ffffff;
    --darkreader-bg--button-outlined-back: #687987;
    --darkreader-bg--button-outlined-shadow1: rgba(0, 0, 0, 0.2);
    --darkreader-bg--button-outlined-shadow2: rgba(0, 0, 0, 0.14);
    --darkreader-bg--button-outlined-shadow3: rgba(0, 0, 0, 0.12);
    --darkreader-bg--button-outlined-overlay-back: #212122;
    --darkreader-text--button-outlined-disabled-color: rgba(255, 255, 255, 0.38);
    --darkreader-bg--button-outlined-disabled-back: rgba(0, 0, 0, 0.12);
    --darkreader-border--search-input-border: #9bb6b0;
    --darkreader-text--search-input-color: rgba(227, 233, 237, 0.42);
    --darkreader-bg--search-input-icon-back: rgba(83, 83, 84, 0.5);
    --darkreader-text--search-input-button-color: #e3e9ed;
    --search-input-text-back1: rgba(255, 255, 255, 0);
    --darkreader-border--search-input-text-back2: #9bb6b0;
    --darkreader-bg--sticky-inline-header-shadow: #535354;
    --darkreader-bg--page-inline-header-back: #292929;
    --darkreader-bg--page-inline-header-shadow: #3a3b3b;
    --darkreader-bg--out-breadcrumbs-back: #333331;
    --darkreader-bg--breadcrumb-item-back: #363532;
    --darkreader-border--breadcrumb-item-border: #4c4d4d;
    --darkreader-bg--breadcrumb-item-hover-back: #292929;
    --darkreader-bg--breadcrumb-item-hover-shadow: #79857f;
    --darkreader-bg--breadcrumb-item-focus-back: #292929;
    --darkreader-bg--breadcrumb-item-focus-shadow: #79857f;
    --darkreader-text--breadcrumb-item-separator-color: #bdbbb8;
    --darkreader-bg--content-layout-back1: #3c3e3a;
    --darkreader-bg--content-layout-back2: #363532;
    --darkreader-bg--content-layout-shadow: rgba(0, 0, 0, 0.23);
    --darkreader-bg--main-section-back: rgba(41, 41, 41, 0.49);
    --darkreader-bg--main-section-shadow: #3a3b3b;
    --darkreader-bg--main-section-title-back: #292929;
    --darkreader-bg--category-button-back: #212122;
    --darkreader-border--category-button-border: #545555;
    --darkreader-border--category-button-active-border: #737a78;
    --darkreader-text--category-button-hover-color: #ffffff;
    --darkreader-bg--category-button-hover-back: #292929;
    --darkreader-bg--category-button-hover-shadow: #535354;
    --darkreader-bg--category-button-active-back1: #363532;
    --darkreader-bg--category-button-active-back2: #3c3e3a;
    --darkreader-bg--item-button-back: #212122;
    --darkreader-border--item-button-border: #545555;
    --darkreader-text--item-button-hover-color: #ffffff;
    --darkreader-border--item-button-focus-border: #737a78;
    --darkreader-bg--item-button-active-back1: #363532;
    --darkreader-bg--item-button-active-back2: #3c3e3a;
    --darkreader-bg--item-button-active-shadow: #535354;
    --darkreader-text--zekr-body-line-color: #ffffff;
    --darkreader-bg--zekr-body-play-buttons-back: #292929;
    --darkreader-bg--zekr-body-play-buttons-shadow: #3a3b3b;
    --darkreader-bg--zekr-body-play-buttons-sticky-shadow: #535354;
}
:hover {
    border-color: rgb(84, 100, 108);
}
::selection {
    background: var(--darkreader-bg--text-selection);
}
a {
    text-decoration-color: currentcolor;
    color: var(--darkreader-text--link-color);
}
a:active {
    color: var(--darkreader-text--link-hover);
    border-color: var(--darkreader-border--link-hover);
}
a:active {
    border-color: var(--darkreader-border--link-active);
}
a:focus {
    outline-color: currentcolor;
}
html {
    background-image: none;
    background-color: var(--darkreader-bg--body-background);
}
body {
    color: var(--darkreader-text--body-color);
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}
.button-simple {
    background-color: transparent;
    border-color: var(--darkreader-border--button-simple-border);
}
.button-simple:focus {
    border-color: var(--darkreader-border--button-simple-border-focus);
}
.button-simple:hover {
    color: var(--darkreader-text--button-simple-color-hover);
    background-color: var(--darkreader-bg--button-simple-hover-back);
    border-color: var(--darkreader-border--button-simple-border-focus);
}
.button-simple:active {
    color: var(--darkreader-text--button-simple-active-color);
    background-color: var(--darkreader-bg--button-simple-active-back);
    border-color: var(--darkreader-border--button-simple-active-border);
}
.button-simple.button-white {
    background-color: var(--darkreader-bg--button-simple-white-back);
}
.button-simple.button-white:hover {
    background-color: var(--darkreader-bg--button-simple-white-hover-back);
    box-shadow: 0px 1px 2px var(--darkreader-bg--button-simple-white-shadow);
    border-color: var(--darkreader-border--button-simple-border-focus);
}
.button-simple.button-white:active {
    box-shadow: 0px 1px 2px var(--darkreader-bg--button-simple-white-active-shadow);
    background: linear-gradient(var(--darkreader-bg--button-simple-white-active-back1),
    var(--darkreader-bg--button-simple-white-active-back));
    border-color: var(--darkreader-border--button-simple-border-focus);
}
.button-simple.button-subtle {
    border-color: currentcolor;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: var(--darkreader-text--button-simple-subtle-color);
}
.button-simple.button-subtle:hover {
    background-color: var(--darkreader-bg--button-simple-subtle-hover-back);
}
.button-simple.button-subtle:active {
    background-color: var(--darkreader-bg--button-simple-subtle-active-back);
}
.button-outlined {
    color: var(--darkreader-text--button-outlined-color);
    background-color: transparent;
    outline-color: currentcolor;
    border-color: var(--darkreader-border--button-outlined-border);
}
.button-outlined::-moz-focus-inner {
    border-color: currentcolor;
}
.button-outlined::before {
    background-color: currentcolor;
}
.button-outlined::after {
    background-color: currentcolor;
}
.button-outlined:disabled {
    color: rgba(255, 255, 255, 0.38);
    background-color: transparent;
}
.button-contained {
    border-color: currentcolor;
    color: var(--darkreader-text--button-contained-color);
    background-color: var(--darkreader-bg--button-outlined-back);
    box-shadow: 0 3px 1px -2px var(--darkreader-bg--button-outlined-shadow1),
    0 2px 2px 0 var(--darkreader-bg--button-outlined-shadow2),
    0 1px 5px 0 var(--darkreader-bg--button-outlined-shadow3);
    outline-color: currentcolor;
}
.button-contained::-moz-focus-inner {
    border-color: currentcolor;
}
.button-contained::before {
    background-color: var(--darkreader-bg--button-outlined-overlay-back);
}
.button-contained::after {
    background-color: var(--darkreader-bg--button-outlined-overlay-back);
}
.button-contained:hover,
.button-contained:focus {
    box-shadow: 0 2px 4px -1px var(--darkreader-bg--button-outlined-shadow1),
    0 4px 5px 0 var(--darkreader-bg--button-outlined-shadow2),
    0 1px 10px 0 var(--darkreader-bg--button-outlined-shadow3);
}
.button-contained:active {
    box-shadow: 0 5px 5px -3px var(--darkreader-bg--button-outlined-shadow1),
    0 8px 10px 1px var(--darkreader-bg--button-outlined-shadow2),
    0 3px 14px 2px var(--darkreader-bg--button-outlined-shadow3);
}
.button-contained:disabled {
    color: var(--darkreader-text--button-outlined-disabled-color);
    background-color: var(--darkreader-bg--button-outlined-disabled-back);
    box-shadow: none;
}
.search-input {
    color: var(--darkreader-text--search-input-color) !important;
    border-bottom: solid 1px var(--darkreader-border--search-input-border);
}
.search-input .button-icon:focus,
.search-input .button-icon:hover {
    background-color: var(--darkreader-bg--search-input-icon-back);
}
.search-input input,
.search-input button {
    border-color: currentcolor;
    background-color: transparent;
}
.search-input input:focus,
.search-input input:valid,
.search-input button:focus,
.search-input button:valid {
    box-shadow: none;
    outline-color: currentcolor;
    background-color: transparent;
    color: var(--darkreader-text--search-input-button-color) !important;
}
.search-input input:focus {
    box-shadow: none;
    outline-color: currentcolor;
}
.sticky-inline-header.position-sticky {
    box-shadow: 0px 3px 4px var(--darkreader-bg--sticky-inline-header-shadow);
}
.page-inline-header {
    box-shadow: 0px 0px 4px var(--darkreader-bg--page-inline-header-shadow);
    background: var(--darkreader-bg--page-inline-header-back);
}
.out-breadcrumbs {
    background-color: var(--darkreader-bg--out-breadcrumbs-back);
}
.breadcrumbs-list .breadcrumb-item {
    background-color: var(--darkreader-bg--breadcrumb-item-back);
    border: 1px solid var(--darkreader-border--breadcrumb-item-border);
}
.breadcrumbs-list .breadcrumb-item:hover {
    background-color: var(--darkreader-bg--breadcrumb-item-hover-back);
    box-shadow: 0px 0px 4px var(--darkreader-bg--breadcrumb-item-hover-shadow);
}
.breadcrumbs-list .breadcrumb-item:focus {
    background-color: var(--darkreader-bg--breadcrumb-item-focus-back);
    box-shadow: 0px 0px 4px var(--darkreader-bg--breadcrumb-item-focus-shadow);
}
.breadcrumbs-list .breadcrumb-separator {
    color: var(--darkreader-text--breadcrumb-item-separator-color);
}
.content-layout-row .content-layout {
    box-shadow: 1px 1px 60px var(--darkreader-bg--content-layout-shadow);
    background: radial-gradient(var(--darkreader-bg--content-layout-back2),
    var(--darkreader-bg--content-layout-back1));
}
.content-layout-row .content-header {
    box-shadow: 1px 1px 60px var(--darkreader-bg--content-layout-shadow);
    background: var(--darkreader-bg--content-layout-back1);
}
.main-section {
    box-shadow: 0px 5px 4px var(--darkreader-bg--main-section-shadow);
    background: var(--darkreader-bg--main-section-back);
}
.main-section .main-section-title {
    background: var(--darkreader-bg--main-section-title-back);
}
.category-list .category-button {
    background: var(--darkreader-bg--category-button-back);
    border: solid 1px var(--darkreader-border--category-button-border);
}
.category-list .category-button:focus {
    border-color: var(--darkreader-border--category-button-active-border);
}
.category-list .category-button:hover {
    color: var(--darkreader-text--category-button-hover-color);
    background-color: var(--darkreader-bg--category-button-hover-back);
    box-shadow: 0px 1px 2px var(--darkreader-bg--category-button-hover-shadow);
    border-color: var(--darkreader-border--category-button-active-border);
}
.category-list .category-button:active {
    box-shadow: 0px 1px 2px var(--darkreader-bg--category-button-hover-shadow);
    background: linear-gradient(var(--darkreader-bg--category-button-active-back2),
    var(--darkreader-bg--category-button-active-back1));
    border-color: var(--darkreader-border--category-button-active-border);
}
.item-list .item-button {
    background: var(--darkreader-bg--item-button-back);
    border: solid 1px var(--darkreader-border--item-button-border);
}
.item-list .item-button:focus {
    border-color: var(--darkreader-border--item-button-focus-border);
}
.item-list .item-button:hover {
    color: var(--darkreader-text--item-button-hover-color);
    background-color: rgb(41, 41, 41);
    box-shadow: 0px 1px 2px var(--darkreader-bg--item-button-active-shadow);
    border-color: var(--darkreader-border--item-button-focus-border);
}
.item-list .item-button:active {
    box-shadow: 0px 1px 2px var(--darkreader-bg--item-button-active-shadow);
    background: linear-gradient(var(--darkreader-bg--item-button-active-back2),
    var(--darkreader-bg--item-button-active-back1));
    border-color: var(--darkreader-border--item-button-focus-border);
}
.zekr-container .zekr-body-container .zekr-body .zekr-body-line {
    color: var(--darkreader-text--zekr-body-line-color);
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}
.zekr-line {
    border-color: transparent;
}
.zekr-body-play-buttons {
    box-shadow: 0px 0px 4px var(--darkreader-bg--zekr-body-play-buttons-shadow);
    background: var(--darkreader-bg--zekr-body-play-buttons-back);
}
.zekr-body-play-buttons.position-sticky {
    box-shadow: 0px -1px 4px var(--darkreader-bg--zekr-body-play-buttons-sticky-shadow);
}
.App-header {
    background-color: rgb(45, 45, 47);
    color: rgb(255, 255, 255);
}
.App-link {
    color: rgb(234, 255, 255);
}
.layout {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}
.loading .loading-ellipsis div {
    background-color: rgb(113, 131, 121);
    background-image: none;
}
.site-header {
    background-color: rgb(60, 62, 58);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.23) 1px 1px 60px;
}
.site-header .page-title {
    text-shadow: rgb(33, 33, 34) 1px 1px 1px,
    rgb(99, 100, 101) 2px 2px 2px,
    rgb(111, 112, 113) 3px 3px 3px;
}
.main-footer {
    color: rgb(189, 187, 184) !important;
}
.main-footer a,
.main-footer div {
    color: rgb(189, 187, 184) !important;
}
#sidebar-app-drawer .color-theme-container .color-theme.selected {
    border-color: rgb(66, 67, 67);
    box-shadow: rgb(86, 48, 48) 0px 0px 4px;
}
#sidebar-app-drawer .color-theme-container .color-theme.selected::after {
    text-shadow: rgb(33, 33, 34) 0px 0px 2px;
}
#sidebar-app-drawer .color-theme-container .color-theme.default {
    background-color: rgb(70, 75, 67) !important;
    color: rgb(255, 255, 255);
}
#sidebar-app-drawer .color-theme-container .color-theme.brown {
    background-color: rgb(87, 85, 82) !important;
    color: rgb(255, 255, 255);
}
#sidebar-app-drawer .color-theme-container .color-theme.dark {
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255);
}
.homepage-header {
    text-shadow: rgb(33, 33, 34) 1px 1px 1px,
    rgb(99, 100, 101) 2px 2px 2px,
    rgb(111, 112, 113) 3px 3px 3px;
}
.diacritics-text {
    color: inherit;
}
.diacritics-text .diacritics-org {
    color: rgb(177, 156, 156);
    border-color: currentcolor !important;
}
.diacritics-text .diacritics-plain {
    color: inherit !important;
    border-color: currentcolor !important;
}
.diacritics-text .diacritics-simple {
    color: inherit !important;
    border-color: currentcolor !important;
}
.zekr-counter-inline {
    background-color: rgba(0, 0, 0, 0);
    background-image: radial-gradient(rgb(54, 53, 50),
    rgb(69, 72, 67));
    border-color: rgb(90, 91, 92);
    box-shadow: rgb(83, 83, 84) -1px -1px 10px;
}
.zekr-defined-counts .badge {
    background-color: var(--darkreader-bg--breadcrumb-item-back);
    border: 1px solid var(--darkreader-border--breadcrumb-item-border) !important;
}
.zekr-defined-counts .badge.active {
    background-color: var(--darkreader-bg--content-layout-back2);
    border-color: var(--darkreader-border--search-input-text-back2) !important;
}

/* Override Style */
.vimvixen-hint {
    background-color: #746d5a !important;
    border-color: #e9e1c5 !important;
    color: #ffffff !important;
}
::placeholder {
    opacity: 0.5 !important;
}
a[href="https://coinmarketcap.com/"] > svg[width="94"][height="16"] > path {
    fill: var(--darkreader-neutral-text) !important;
}
#edge-translate-panel-body {
    color: var(--darkreader-neutral-text) !important;
}
