/*
                        _______
                       /       \
                      .==.    .==.
                     ((  ))==((  ))
                    / "=="    "=="\
                   /____|| || ||___\
       ________     ____    ________  ___    ___
       |  ___  \   /    \   |  ___  \ |  |  /  /
       |  |  \  \ /  /\  \  |  |  \  \|  |_/  /
       |  |   )  /  /__\  \ |  |__/  /|  ___  \
       |  |__/  /  ______  \|  ____  \|  |  \  \
_______|_______/__/ ____ \__\__|___\__\__|___\__\____
|  ___  \ |  ____/ /    \   |  ___  \ |  ____|  ___  \
|  |  \  \|  |___ /  /\  \  |  |  \  \|  |___|  |  \  \
|  |__/  /|  ____/  /__\  \ |  |   )  |  ____|  |__/  /
|  ____  \|  |__/  ______  \|  |__/  /|  |___|  ____  \
|__|   \__\____/__/      \__\_______/ |______|__|   \__\
                https://darkreader.org
*/
/* User-Agent Style */
html {
    background-color: #342e24 !important;
}
html, body, input, textarea, select, button {
    background-color: #342e24;
}
html, body, input, textarea, select, button {
    border-color: #dac297;
    color: #ffffff;
}
a {
    color: #fff0bb;
}
table {
    border-color: #b5a17e;
}
::placeholder {
    color: #fffff1;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #9b8a6c !important;
    color: #ffffff !important;
}
::-webkit-scrollbar {
    background-color: #453e30;
    color: #ffffe7;
}
::-webkit-scrollbar-thumb {
    background-color: #948467;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #bba782;
}
::-webkit-scrollbar-thumb:active {
    background-color: #9b8a6c;
}
::-webkit-scrollbar-corner {
    background-color: #342e24;
}
* {
    scrollbar-color: #948467 #453e30;
}
::selection {
    background-color: #897a5f !important;
    color: #ffffff !important;
}
::-moz-selection {
    background-color: #897a5f !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(150%) contrast(90%) sepia(100%) !important;
}

/* Variables Style */
:root {
   --darkreader-neutral-background: #2a251d;
   --darkreader-neutral-text: #ffffff;
   --darkreader-selection-background: #897a5f;
   --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(52, 46, 36, 0.15),
    rgba(52, 46, 36, 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: #342e24;
}
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(101, 90, 70);
}
a {
    color: rgb(255, 234, 183);
    text-decoration-color: currentcolor;
}
a:hover {
    color: rgb(255, 255, 219);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration-color: currentcolor;
}
pre code {
    color: inherit;
}
code {
    color: rgb(250, 222, 173);
}
a > code {
    color: inherit;
}
kbd {
    color: rgb(255, 255, 255);
    background-color: rgb(60, 53, 42);
}
caption {
    color: rgb(255, 255, 212);
}
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(255, 255, 212);
}
.img-thumbnail {
    background-color: rgb(52, 46, 36);
    border-color: rgb(121, 108, 84);
}
.figure-caption {
    color: rgb(255, 255, 212);
}
.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(121, 108, 84);
}
.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: #524939;
    --darkreader-bg--bs-table-striped-bg: #5f5542;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #6e624c;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #665a46;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(115, 102, 80);
}
.table-secondary {
    --darkreader-bg--bs-table-bg: #564c3b;
    --darkreader-bg--bs-table-striped-bg: #635845;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #72654f;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #6a5e49;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(134, 119, 93);
}
.table-success {
    --darkreader-bg--bs-table-bg: #685c48;
    --darkreader-bg--bs-table-striped-bg: #746750;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #7f7258;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #7a6d55;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(138, 123, 96);
}
.table-info {
    --darkreader-bg--bs-table-bg: #635844;
    --darkreader-bg--bs-table-striped-bg: #6e624c;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #7a6c54;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #736750;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(146, 130, 101);
}
.table-warning {
    --darkreader-bg--bs-table-bg: #776a53;
    --darkreader-bg--bs-table-striped-bg: #7d6f56;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #84765c;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #7f7258;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(160, 142, 111);
}
.table-danger {
    --darkreader-bg--bs-table-bg: #3a3428;
    --darkreader-bg--bs-table-striped-bg: #4d4535;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #5f5542;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #574d3c;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(115, 103, 80);
}
.table-light {
    --darkreader-bg--bs-table-bg: #3b3529;
    --darkreader-bg--bs-table-striped-bg: #494133;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #5a503e;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #524939;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(122, 109, 85);
}
.table-dark {
    --darkreader-bg--bs-table-bg: #3c352a;
    --darkreader-bg--bs-table-striped-bg: #4e4536;
    --darkreader-text--bs-table-striped-color: #ffffff;
    --darkreader-bg--bs-table-active-bg: #5f5542;
    --darkreader-text--bs-table-active-color: #ffffff;
    --darkreader-bg--bs-table-hover-bg: #574e3c;
    --darkreader-text--bs-table-hover-color: #ffffff;
    color: rgb(255, 255, 255);
    border-color: rgb(229, 204, 159);
}
.form-text {
    color: rgb(255, 255, 212);
}
.form-control {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 46, 36);
    border-color: rgb(130, 115, 90);
}
.form-control:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 46, 36);
    border-color: rgb(105, 94, 73);
    outline-color: currentcolor;
    box-shadow: rgba(149, 133, 103, 0.25) 0px 0px 0px 0.25rem;
}
.form-control::placeholder {
    color: rgb(255, 255, 212);
}
.form-control::placeholder {
    color: rgb(255, 255, 212);
}
.form-control:disabled,
.form-control[readonly] {
    background-color: rgb(76, 67, 52);
}
.form-control::file-selector-button {
    color: rgb(255, 255, 255);
    background-color: rgb(76, 67, 52);
    border-color: inherit;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: rgb(90, 80, 62);
}
.form-control::-webkit-file-upload-button {
    color: rgb(255, 255, 255);
    background-color: rgb(76, 67, 52);
    border-color: inherit;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: rgb(90, 80, 62);
}
.form-control-plaintext {
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-color: transparent;
}
.form-select {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 46, 36);
    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(130, 115, 90);
}
.form-select:focus {
    border-color: rgb(105, 94, 73);
    outline-color: currentcolor;
    box-shadow: rgba(149, 133, 103, 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(76, 67, 52);
}
.form-select:focus-visible {
    color: transparent;
    text-shadow: rgb(60, 53, 42) 0px 0px 0px;
}
.form-check-input {
    background-color: rgb(52, 46, 36);
    border-color: rgba(255, 236, 184, 0.25);
}
.form-check-input:focus {
    border-color: rgb(105, 94, 73);
    outline-color: currentcolor;
    box-shadow: rgba(149, 133, 103, 0.25) 0px 0px 0px 0.25rem;
}
.form-check-input:checked {
    background-color: rgb(149, 133, 103);
    border-color: rgb(132, 117, 91); 
}
.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(149, 133, 103);
    border-color: rgb(132, 117, 91);
    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(52, 46, 36) 0px 0px 0px 1px,
    rgba(149, 133, 103, 0.25) 0px 0px 0px 0.25rem;
}
.form-range:focus::-moz-range-thumb {
    box-shadow: rgb(52, 46, 36) 0px 0px 0px 1px,
    rgba(149, 133, 103, 0.25) 0px 0px 0px 0.25rem;
}
.form-range::-webkit-slider-thumb {
    background-color: rgb(149, 133, 103);
    border-color: currentcolor;
}
.form-range::-webkit-slider-runnable-track {
    color: transparent;
    background-color: rgb(87, 78, 60);
    border-color: transparent;
}
.form-range::-moz-range-thumb {
    background-color: rgb(149, 133, 103);
    border-color: currentcolor;
}
.form-range::-moz-range-thumb:active {
    background-color: rgb(98, 87, 68);
}
.form-range::-moz-range-track {
    color: transparent;
    background-color: rgb(87, 78, 60);
    border-color: transparent;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: rgb(142, 126, 98);
}
.form-range:disabled::-moz-range-thumb {
    background-color: rgb(142, 126, 98);
}
.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(76, 67, 52);
    border-color: rgb(130, 115, 90);
}
.valid-feedback {
    color: rgb(255, 255, 255);
}
.valid-tooltip {
    color: rgb(255, 255, 255);
    background-color: rgba(155, 138, 108, 0.9);
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: rgb(252, 224, 175);
    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(252, 224, 175);
    box-shadow: rgba(155, 138, 108, 0.25) 0px 0px 0px 0.25rem;
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: rgb(252, 224, 175);
}
.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(252, 224, 175);
    box-shadow: rgba(155, 138, 108, 0.25) 0px 0px 0px 0.25rem;
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: rgb(252, 224, 175);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: rgb(155, 138, 108);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: rgba(155, 138, 108, 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(255, 255, 255);
}
.invalid-feedback {
    color: rgb(236, 210, 164);
}
.invalid-tooltip {
    color: rgb(255, 255, 255);
    background-color: rgba(143, 127, 99, 0.9);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: rgb(128, 114, 88);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iLTAuNzYyIC0wLjE5OCAtMS4wNjggMC4wMDAgMi4wMjYgLTAuNjgwIC0wLjE3NSAtMC45NTIgMC4wMDAgMS44MDUgLTAuNTI5IC0wLjEzNiAtMC43NDEgMC4wMDAgMS40MDUgMC4wMDAgMC4wMDAgMC4wMDAgMS4wMDAgMC4wMDAiIC8+PC9maWx0ZXI+PC9kZWZzPjxpbWFnZSB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbHRlcj0idXJsKCNkYXJrcmVhZGVyLWltYWdlLWZpbHRlcikiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2Uvc3ZnK3htbCwlM2NzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMTIgMTInIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPSclMjNkYzM1NDUnJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8lM2UlM2NwYXRoIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J001LjggMy42aC40TDYgNi41eicvJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nJTIzZGMzNTQ1JyBzdHJva2U9J25vbmUnLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+");
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: rgb(128, 114, 88);
    box-shadow: rgba(143, 127, 99, 0.25) 0px 0px 0px 0.25rem;
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: rgb(128, 114, 88);
}
.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iLTAuNzYyIC0wLjE5OCAtMS4wNjggMC4wMDAgMi4wMjYgLTAuNjgwIC0wLjE3NSAtMC45NTIgMC4wMDAgMS44MDUgLTAuNTI5IC0wLjEzNiAtMC43NDEgMC4wMDAgMS40MDUgMC4wMDAgMC4wMDAgMC4wMDAgMS4wMDAgMC4wMDAiIC8+PC9maWx0ZXI+PC9kZWZzPjxpbWFnZSB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbHRlcj0idXJsKCNkYXJrcmVhZGVyLWltYWdlLWZpbHRlcikiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2Uvc3ZnK3htbCwlM2NzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMTIgMTInIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPSclMjNkYzM1NDUnJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8lM2UlM2NwYXRoIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J001LjggMy42aC40TDYgNi41eicvJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nJTIzZGMzNTQ1JyBzdHJva2U9J25vbmUnLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+");
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: rgb(128, 114, 88);
    box-shadow: rgba(143, 127, 99, 0.25) 0px 0px 0px 0.25rem;
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: rgb(128, 114, 88);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: rgb(143, 127, 99);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: rgba(143, 127, 99, 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(236, 210, 164);
}
.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(149, 133, 103, 0.25) 0px 0px 0px 0.25rem;
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 133, 103);
    border-color: rgb(132, 117, 91);
}
.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(141, 125, 98);
    border-color: rgb(148, 132, 103);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(141, 125, 98);
    border-color: rgb(148, 132, 103);
    box-shadow: rgba(134, 119, 93, 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(131, 117, 91);
    border-color: rgb(152, 135, 105);
}
.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(134, 119, 93, 0.5) 0px 0px 0px 0.25rem;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 133, 103);
    border-color: rgb(132, 117, 91);
}
.btn-secondary {
    color: rgb(255, 255, 255);
    background-color: rgb(190, 169, 131);
    border-color: rgb(192, 171, 133);
}
.btn-secondary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(161, 144, 112);
    border-color: rgb(207, 185, 144);
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(161, 144, 112);
    border-color: rgb(207, 185, 144);
    box-shadow: rgba(195, 174, 135, 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(151, 135, 105);
    border-color: rgb(210, 187, 146);
}
.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(195, 174, 135, 0.5) 0px 0px 0px 0.25rem;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(190, 169, 131);
    border-color: rgb(192, 171, 133);
}
.btn-success {
    color: rgb(255, 255, 255);
    background-color: rgb(155, 138, 108);
    border-color: rgb(252, 224, 175);
}
.btn-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(132, 118, 92);
    border-color: rgb(255, 235, 183);
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(132, 118, 92);
    border-color: rgb(255, 235, 183);
    box-shadow: rgba(194, 173, 135, 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(124, 110, 86);
    border-color: rgb(255, 237, 184);
}
.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(194, 173, 135, 0.5) 0px 0px 0px 0.25rem;
}
.btn-success.disabled,
.btn-success:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(155, 138, 108);
    border-color: rgb(252, 224, 175);
}
.btn-info {
    color: rgb(255, 255, 255);
    background-color: rgb(247, 220, 172);
    border-color: rgb(218, 195, 152);
}
.btn-info:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(223, 198, 154);
    border-color: rgb(209, 186, 145);
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(223, 198, 154);
    border-color: rgb(209, 186, 145);
    box-shadow: rgba(211, 188, 146, 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(213, 190, 148);
    border-color: rgb(209, 186, 145);
}
.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(211, 188, 146, 0.5) 0px 0px 0px 0.25rem;
}
.btn-info.disabled,
.btn-info:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(247, 220, 172);
    border-color: rgb(218, 195, 152);
}
.btn-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 202);
    border-color: rgb(255, 228, 178);
}
.btn-warning:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 230, 179);
    border-color: rgb(245, 218, 170);
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 230, 179);
    border-color: rgb(245, 218, 170);
    box-shadow: rgba(255, 227, 177, 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(247, 220, 171);
    border-color: rgb(245, 218, 170);
}
.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(255, 227, 177, 0.5) 0px 0px 0px 0.25rem;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 202);
    border-color: rgb(255, 228, 178);
}
.btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(143, 127, 99);
    border-color: rgb(128, 114, 88);
}
.btn-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(143, 127, 99);
    border-color: rgb(146, 130, 101);
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(143, 127, 99);
    border-color: rgb(146, 130, 101);
    box-shadow: rgba(127, 113, 88, 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(135, 120, 93);
    border-color: rgb(150, 133, 104);
}
.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(127, 113, 88, 0.5) 0px 0px 0px 0.25rem;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(143, 127, 99);
    border-color: rgb(128, 114, 88);
}
.btn-light {
    color: rgb(255, 255, 255);
    background-color: rgb(59, 53, 41);
    border-color: rgb(108, 96, 75);
}
.btn-light:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(58, 52, 40);
    border-color: rgb(107, 95, 74);
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(58, 52, 40);
    border-color: rgb(107, 95, 74);
    box-shadow: rgba(104, 92, 72, 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(58, 52, 40);
    border-color: rgb(107, 95, 74);
}
.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(104, 92, 72, 0.5) 0px 0px 0px 0.25rem;
}
.btn-light.disabled,
.btn-light:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(59, 53, 41);
    border-color: rgb(108, 96, 75);
}
.btn-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(60, 53, 42);
    border-color: rgb(242, 216, 168);
}
.btn-dark:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 46, 36);
    border-color: rgb(247, 220, 171);
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 46, 36);
    border-color: rgb(247, 220, 171);
    box-shadow: rgba(113, 101, 78, 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(48, 43, 33);
    border-color: rgb(247, 220, 171);
}
.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(113, 101, 78, 0.5) 0px 0px 0px 0.25rem;
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(60, 53, 42);
    border-color: rgb(242, 216, 168);
}
.btn-outline-primary {
    color: rgb(255, 234, 183);
    border-color: rgb(132, 117, 91);
}
.btn-outline-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 133, 103);
    border-color: rgb(132, 117, 91);
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: rgba(149, 133, 103, 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(149, 133, 103);
    border-color: rgb(132, 117, 91);
}
.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(149, 133, 103, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: rgb(255, 234, 183);
    background-color: transparent;
}
.btn-outline-secondary {
    color: rgb(255, 255, 212);
    border-color: rgb(192, 171, 133);
}
.btn-outline-secondary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(190, 169, 131);
    border-color: rgb(192, 171, 133);
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: rgba(190, 169, 131, 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(190, 169, 131);
    border-color: rgb(192, 171, 133);
}
.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(190, 169, 131, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: rgb(255, 255, 212);
    background-color: transparent;
}
.btn-outline-success {
    color: rgb(255, 255, 255);
    border-color: rgb(252, 224, 175);
}
.btn-outline-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(155, 138, 108);
    border-color: rgb(252, 224, 175);
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: rgba(155, 138, 108, 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(155, 138, 108);
    border-color: rgb(252, 224, 175);
}
.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(155, 138, 108, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.btn-outline-info {
    color: rgb(255, 255, 231);
    border-color: rgb(218, 195, 152);
}
.btn-outline-info:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(247, 220, 172);
    border-color: rgb(218, 195, 152);
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: rgba(247, 220, 172, 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(247, 220, 172);
    border-color: rgb(218, 195, 152);
}
.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(247, 220, 172, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: rgb(255, 255, 231);
    background-color: transparent;
}
.btn-outline-warning {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 228, 178);
}
.btn-outline-warning:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 202);
    border-color: rgb(255, 228, 178);
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: rgba(255, 255, 202, 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(255, 255, 202);
    border-color: rgb(255, 228, 178);
}
.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(255, 255, 202, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.btn-outline-danger {
    color: rgb(236, 210, 164);
    border-color: rgb(128, 114, 88);
}
.btn-outline-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(143, 127, 99);
    border-color: rgb(128, 114, 88);
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: rgba(143, 127, 99, 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(143, 127, 99);
    border-color: rgb(128, 114, 88);
}
.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(143, 127, 99, 0.5) 0px 0px 0px 0.25rem;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: rgb(236, 210, 164);
    background-color: transparent;
}
.btn-outline-light {
    color: rgb(255, 255, 255);
    border-color: rgb(108, 96, 75);
}
.btn-outline-light:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(59, 53, 41);
    border-color: rgb(108, 96, 75);
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: rgba(59, 53, 41, 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(59, 53, 41);
    border-color: rgb(108, 96, 75);
}
.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(59, 53, 41, 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(242, 216, 168);
}
.btn-outline-dark:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(60, 53, 42);
    border-color: rgb(242, 216, 168);
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: rgba(60, 53, 42, 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(60, 53, 42);
    border-color: rgb(242, 216, 168);
}
.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(60, 53, 42, 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(255, 234, 183);
    text-decoration-color: currentcolor;
}
.btn-link:hover {
    color: rgb(255, 255, 219);
}
.btn-link.disabled,
.btn-link:disabled {
    color: rgb(255, 255, 212);
}
.dropdown-toggle::after {
    border-color: currentcolor transparent;
}
.dropdown-menu {
    color: rgb(255, 255, 255);
    list-style-image: none;
    background-color: rgb(52, 46, 36);
    border-color: rgba(255, 236, 184, 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(255, 236, 184, 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(76, 67, 52);
}
.dropdown-item.active,
.dropdown-item:active {
    color: rgb(255, 255, 255);
    text-decoration-color: currentcolor;
    background-color: rgb(149, 133, 103);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: rgb(255, 255, 252);
    background-color: transparent;
}
.dropdown-header {
    color: rgb(255, 255, 212);
}
.dropdown-item-text {
    color: rgb(255, 255, 255);
}
.dropdown-menu-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(94, 84, 65);
    border-color: rgba(255, 236, 184, 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(52, 46, 36, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 133, 103);
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: rgb(255, 255, 252);
}
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(255, 236, 184, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
    color: rgb(255, 255, 255);
}
.dropdown-menu-dark .dropdown-header {
    color: rgb(255, 255, 252);
}
.nav {
    list-style-image: none;
}
.nav-link {
    color: rgb(255, 234, 183);
    text-decoration-color: currentcolor;
}
.nav-link:focus,
.nav-link:hover {
    color: rgb(255, 255, 219);
}
.nav-link.disabled {
    color: rgb(255, 255, 212);
}
.nav-tabs {
    border-bottom-color: rgb(121, 108, 84);
}
.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(115, 103, 80) rgb(115, 103, 80) rgb(121, 108, 84);
}
.nav-tabs .nav-link.disabled {
    color: rgb(255, 255, 212);
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: rgb(255, 255, 247);
    background-color: rgb(52, 46, 36);
    border-color: rgb(121, 108, 84) rgb(121, 108, 84) rgb(104, 92, 72);
}
.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(149, 133, 103);
}
.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(255, 236, 184, 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(104, 92, 72, 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(52, 46, 36);
    border-color: rgba(255, 236, 184, 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(255, 236, 184, 0.13);
}
.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top-color: rgba(255, 236, 184, 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(52, 46, 36);
    border-color: currentcolor;
}
.accordion-button:not(.collapsed) {
    color: rgb(255, 255, 205);
    background-color: rgb(66, 59, 46);
    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(105, 94, 73);
    outline-color: currentcolor;
    box-shadow: rgba(149, 133, 103, 0.25) 0px 0px 0px 0.25rem;
}
.accordion-item {
    background-color: rgb(52, 46, 36);
    border-color: rgba(255, 236, 184, 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(255, 255, 212);
}
.breadcrumb-item.active {
    color: rgb(255, 255, 212);
}
.pagination {
    list-style-image: none;
}
.page-link {
    color: rgb(255, 234, 183);
    text-decoration-color: currentcolor;
    background-color: rgb(52, 46, 36);
    border-color: rgb(121, 108, 84);
}
.page-link:hover {
    color: rgb(255, 255, 219);
    background-color: rgb(76, 67, 52);
    border-color: rgb(121, 108, 84);
}
.page-link:focus {
    color: rgb(255, 255, 219);
    background-color: rgb(76, 67, 52);
    outline-color: currentcolor;
    box-shadow: rgba(149, 133, 103, 0.25) 0px 0px 0px 0.25rem;
}
.page-item.active .page-link {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 133, 103);
    border-color: rgb(132, 117, 91);
}
.page-item.disabled .page-link {
    color: rgb(255, 255, 212);
    background-color: rgb(52, 46, 36);
    border-color: rgb(121, 108, 84);
}
.badge {
    color: rgb(255, 255, 255);
}
.alert {
    border-color: transparent;
}
.alert-heading {
    color: inherit;
}
.alert-primary {
    color: rgb(255, 255, 243);
    background-color: rgb(82, 73, 57);
    border-color: rgb(96, 86, 67);
}
.alert-primary .alert-link {
    color: rgb(255, 255, 255);
}
.alert-secondary {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 76, 59);
    border-color: rgb(129, 115, 90);
}
.alert-secondary .alert-link {
    color: rgb(255, 255, 255);
}
.alert-success {
    color: rgb(255, 255, 255);
    background-color: rgb(104, 92, 72);
    border-color: rgb(148, 132, 103);
}
.alert-success .alert-link {
    color: rgb(255, 255, 255);
}
.alert-info {
    color: rgb(255, 255, 255);
    background-color: rgb(99, 88, 68);
    border-color: rgb(151, 135, 105);
}
.alert-info .alert-link {
    color: rgb(255, 255, 255);
}
.alert-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(119, 106, 83);
    border-color: rgb(179, 160, 124);
}
.alert-warning .alert-link {
    color: rgb(255, 255, 255);
}
.alert-danger {
    color: rgb(255, 255, 214);
    background-color: rgb(58, 52, 40);
    border-color: rgb(89, 80, 62);
}
.alert-danger .alert-link {
    color: rgb(255, 255, 234);
}
.alert-light {
    color: rgb(255, 255, 228);
    background-color: rgb(54, 48, 37);
    border-color: rgb(79, 70, 55);
}
.alert-light .alert-link {
    color: rgb(255, 255, 247);
}
.alert-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(106, 94, 73);
    border-color: rgb(143, 128, 99);
}
.alert-dark .alert-link {
    color: rgb(255, 255, 255);
}
.progress {
    background-color: rgb(76, 67, 52);
}
.progress-bar {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 133, 103);
}
.progress-bar-striped {
    background-image: linear-gradient(-45deg,
    rgba(52, 46, 36, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(52, 46, 36, 0.15) 50%,
    rgba(52, 46, 36, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.list-group-item-action {
    color: rgb(255, 255, 247);
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: rgb(255, 255, 247);
    text-decoration-color: currentcolor;
    background-color: rgb(59, 53, 41);
}
.list-group-item-action:active {
    color: rgb(255, 255, 255);
    background-color: rgb(76, 67, 52);
}
.list-group-item {
    color: rgb(255, 255, 255);
    text-decoration-color: currentcolor;
    background-color: rgb(52, 46, 36);
    border-color: rgba(255, 236, 184, 0.13);
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: rgb(255, 255, 212);
    background-color: rgb(52, 46, 36);
}
.list-group-item.active {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 133, 103);
    border-color: rgb(132, 117, 91);
}
.list-group-item-primary {
    color: rgb(255, 255, 243);
    background-color: rgb(82, 73, 57);
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: rgb(255, 255, 243);
    background-color: rgb(110, 98, 76);
}
.list-group-item-primary.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(99, 88, 69);
    border-color: rgb(160, 142, 111);
}
.list-group-item-secondary {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 76, 59);
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(114, 101, 79);
}
.list-group-item-secondary.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(114, 101, 79);
    border-color: rgb(222, 198, 154);
}
.list-group-item-success {
    color: rgb(255, 255, 255);
    background-color: rgb(104, 92, 72);
}
.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(127, 114, 88);
}
.list-group-item-success.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(93, 83, 65);
    border-color: rgb(235, 209, 163);
}
.list-group-item-info {
    color: rgb(255, 255, 255);
    background-color: rgb(99, 88, 68);
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(122, 108, 84);
}
.list-group-item-info.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(99, 88, 69);
    border-color: rgb(234, 208, 162);
}
.list-group-item-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(119, 106, 83);
}
.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(132, 118, 92);
}
.list-group-item-warning.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(120, 107, 84);
    border-color: rgb(255, 255, 221);
}
.list-group-item-danger {
    color: rgb(255, 255, 214);
    background-color: rgb(58, 52, 40);
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: rgb(255, 255, 214);
    background-color: rgb(95, 85, 66);
}
.list-group-item-danger.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(102, 91, 71);
    border-color: rgb(158, 141, 110);
}
.list-group-item-light {
    color: rgb(255, 255, 228);
    background-color: rgb(54, 48, 37);
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: rgb(255, 255, 228);
    background-color: rgb(84, 75, 58);
}
.list-group-item-light.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(161, 144, 112);
    border-color: rgb(203, 181, 141);
}
.list-group-item-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(106, 94, 73);
}
.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(130, 115, 90);
}
.list-group-item-dark.list-group-item-action.active {
    color: rgb(255, 255, 255);
    background-color: rgb(36, 32, 25);
    border-color: rgb(251, 224, 174);
}
.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(149, 133, 103, 0.25) 0px 0px 0px 0.25rem;
}
.toast {
    background-color: rgba(52, 46, 36, 0.85);
    border-color: rgba(255, 236, 184, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem;
}
.toast-header {
    color: rgb(255, 255, 212);
    background-color: rgba(52, 46, 36, 0.85);
    border-bottom-color: rgba(255, 236, 184, 0.05);
}
.modal {
    outline-color: currentcolor;
}
.modal-content {
    background-color: rgb(52, 46, 36);
    border-color: rgba(255, 236, 184, 0.2);
    outline-color: currentcolor;
}
.modal-backdrop {
    background-color: rgb(0, 0, 0);
}
.modal-header {
    border-bottom-color: rgb(121, 108, 84);
}
.modal-footer {
    border-top-color: rgb(121, 108, 84);
}
.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(255, 236, 184); 
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-left-color: rgb(255, 236, 184); 
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: rgb(255, 236, 184); 
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-right-color: rgb(255, 236, 184);
}
.tooltip-inner {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
.popover {
    text-decoration-color: currentcolor;
    text-shadow: none;
    background-color: rgb(52, 46, 36);
    border-color: rgba(255, 236, 184, 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(255, 236, 184, 0.25); 
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
    border-top-color: rgb(104, 92, 72); 
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
    border-left-color: rgba(255, 236, 184, 0.25); 
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
    border-left-color: rgb(104, 92, 72); 
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
    border-bottom-color: rgba(255, 236, 184, 0.25); 
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
    border-bottom-color: rgb(104, 92, 72); 
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    border-bottom-color: rgb(113, 101, 78); 
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
    border-right-color: rgba(255, 236, 184, 0.25); 
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
    border-right-color: rgb(104, 92, 72);
}
.popover-header {
    background-color: rgb(70, 62, 48);
    border-bottom-color: rgba(255, 236, 184, 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(52, 46, 36);
    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(52, 46, 36);
    outline-color: currentcolor;
}
.offcanvas-backdrop {
    background-color: rgb(0, 0, 0);
}
.offcanvas-start {
    border-left-color: rgba(255, 236, 184, 0.2);
}
.offcanvas-end {
    border-right-color: rgba(255, 236, 184, 0.2);
}
.offcanvas-top {
    border-bottom-color: rgba(255, 236, 184, 0.2);
}
.offcanvas-bottom {
    border-top-color: rgba(255, 236, 184, 0.2);
}
.placeholder {
    background-color: currentcolor;
}
.link-primary {
    color: rgb(255, 234, 183);
}
.link-primary:focus,
.link-primary:hover {
    color: rgb(255, 255, 219);
}
.link-secondary {
    color: rgb(255, 255, 212);
}
.link-secondary:focus,
.link-secondary:hover {
    color: rgb(255, 255, 234);
}
.link-success {
    color: rgb(255, 255, 255);
}
.link-success:focus,
.link-success:hover {
    color: rgb(255, 255, 255);
}
.link-info {
    color: rgb(255, 255, 231);
}
.link-info:focus,
.link-info:hover {
    color: rgb(255, 255, 249);
}
.link-warning {
    color: rgb(255, 255, 255);
}
.link-warning:focus,
.link-warning:hover {
    color: rgb(255, 255, 255);
}
.link-danger {
    color: rgb(236, 210, 164);
}
.link-danger:focus,
.link-danger:hover {
    color: rgb(255, 233, 181);
}
.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(121, 108, 84) !important;
}
.border-0 {
    border-color: currentcolor !important;
}
.border-top {
    border-top-color: rgb(121, 108, 84) !important;
}
.border-top-0 {
    border-top-color: currentcolor !important;
}
.border-end {
    border-left-color: rgb(121, 108, 84) !important;
}
.border-end-0 {
    border-left-color: currentcolor !important;
}
.border-bottom {
    border-bottom-color: rgb(121, 108, 84) !important;
}
.border-bottom-0 {
    border-bottom-color: currentcolor !important;
}
.border-start {
    border-right-color: rgb(121, 108, 84) !important;
}
.border-start-0 {
    border-right-color: currentcolor !important;
}
.border-primary {
    border-color: rgb(132, 117, 91) !important;
}
.border-secondary {
    border-color: rgb(192, 171, 133) !important;
}
.border-success {
    border-color: rgb(252, 224, 175) !important;
}
.border-info {
    border-color: rgb(218, 195, 152) !important;
}
.border-warning {
    border-color: rgb(255, 228, 178) !important;
}
.border-danger {
    border-color: rgb(128, 114, 88) !important;
}
.border-light {
    border-color: rgb(108, 96, 75) !important;
}
.border-dark {
    border-color: rgb(242, 216, 168) !important;
}
.border-white {
    border-color: rgb(104, 92, 72) !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(255, 234, 183) !important;
}
.text-secondary {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(255, 255, 212) !important;
}
.text-success {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(255, 255, 255) !important;
}
.text-info {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(255, 255, 231) !important;
}
.text-warning {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(255, 255, 255) !important;
}
.text-danger {
    --darkreader-text--bs-text-opacity: 1;
    color: rgb(236, 210, 164) !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(255, 255, 212) !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(149, 133, 103) !important;
}
.bg-secondary {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(190, 169, 131) !important;
}
.bg-success {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(155, 138, 108) !important;
}
.bg-info {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(247, 220, 172) !important;
}
.bg-warning {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(255, 255, 202) !important;
}
.bg-danger {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(143, 127, 99) !important;
}
.bg-light {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(59, 53, 41) !important;
}
.bg-dark {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(60, 53, 42) !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(52, 46, 36) !important;
}
.bg-body {
    --darkreader-bg--bs-bg-opacity: 1;
    background-color: rgb(60, 53, 42) !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(114, 101, 79);
}
.fa-inverse {
    color: rgb(255, 255, 255);
}
.sr-only {
    border-color: currentcolor;
}
:root {
    --darkreader-bg--text-selection: #6c604b;
    --darkreader-bg--body-background: #594f3e;
    --darkreader-text--body-color: #fffffa;
    --scrollbar-color-back: #a8d4c7;
    --scrollbar-color-grabber: #d8f2d3;
    --darkreader-text--link-color: #ffffff;
    --darkreader-border--link-active: #d3bc93;
    --darkreader-text--link-hover: #ffffe4;
    --darkreader-border--link-hover: #c1ac86;
    --darkreader-border--button-simple-border: #83755b;
    --darkreader-border--button-simple-border-focus: #b3a07c;
    --darkreader-text--button-simple-color-hover: #ffffe8;
    --darkreader-bg--button-simple-hover-back: #40392c;
    --darkreader-text--button-simple-active-color: #ffffff;
    --darkreader-border--button-simple-active-border: #e3ca9d;
    --darkreader-bg--button-simple-active-back: #514838;
    --darkreader-bg--button-simple-white-back: #342e24;
    --darkreader-bg--button-simple-white-hover-back: #40392c;
    --darkreader-bg--button-simple-white-shadow: #81735a;
    --darkreader-bg--button-simple-white-active-back: #514838;
    --darkreader-bg--button-simple-white-active-back1: #5b513f;
    --darkreader-bg--button-simple-white-active-shadow: #81735a;
    --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(255, 236, 184, 0.24);
    --darkreader-text--button-outlined-color: #ffffc7;
    --darkreader-text--button-contained-color: #ffffff;
    --darkreader-bg--button-outlined-back: #b4a07d;
    --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: #342e24;
    --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: #f7dcab;
    --darkreader-text--search-input-color: rgba(255, 255, 250, 0.42);
    --darkreader-bg--search-input-icon-back: rgba(129, 115, 90, 0.5);
    --darkreader-text--search-input-button-color: #fffffa;
    --search-input-text-back1: rgba(255, 255, 255, 0);
    --darkreader-border--search-input-text-back2: #f7dcab;
    --darkreader-bg--sticky-inline-header-shadow: #81735a;
    --darkreader-bg--page-inline-header-back: #40392c;
    --darkreader-bg--page-inline-header-shadow: #5b513f;
    --darkreader-bg--out-breadcrumbs-back: #4d4536;
    --darkreader-bg--breadcrumb-item-back: #514838;
    --darkreader-border--breadcrumb-item-border: #776a53;
    --darkreader-bg--breadcrumb-item-hover-back: #40392c;
    --darkreader-bg--breadcrumb-item-hover-shadow: #bda883;
    --darkreader-bg--breadcrumb-item-focus-back: #40392c;
    --darkreader-bg--breadcrumb-item-focus-shadow: #bda883;
    --darkreader-text--breadcrumb-item-separator-color: #ffffca;
    --darkreader-bg--content-layout-back1: #5b513f;
    --darkreader-bg--content-layout-back2: #524939;
    --darkreader-bg--content-layout-shadow: rgba(0, 0, 0, 0.23);
    --darkreader-bg--main-section-back: rgba(64, 57, 44, 0.49);
    --darkreader-bg--main-section-shadow: #5b513f;
    --darkreader-bg--main-section-title-back: #40392c;
    --darkreader-bg--category-button-back: #342e24;
    --darkreader-border--category-button-border: #83755b;
    --darkreader-border--category-button-active-border: #b3a07c;
    --darkreader-text--category-button-hover-color: #ffffff;
    --darkreader-bg--category-button-hover-back: #40392c;
    --darkreader-bg--category-button-hover-shadow: #81735a;
    --darkreader-bg--category-button-active-back1: #514838;
    --darkreader-bg--category-button-active-back2: #5b513f;
    --darkreader-bg--item-button-back: #342e24;
    --darkreader-border--item-button-border: #83755b;
    --darkreader-text--item-button-hover-color: #ffffff;
    --darkreader-border--item-button-focus-border: #b3a07c;
    --darkreader-bg--item-button-active-back1: #514838;
    --darkreader-bg--item-button-active-back2: #5b513f;
    --darkreader-bg--item-button-active-shadow: #81735a;
    --darkreader-text--zekr-body-line-color: #ffffff;
    --darkreader-bg--zekr-body-play-buttons-back: #40392c;
    --darkreader-bg--zekr-body-play-buttons-shadow: #5b513f;
    --darkreader-bg--zekr-body-play-buttons-sticky-shadow: #81735a;
}
:hover {
    border-color: rgb(143, 127, 99);
}
::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(64, 57, 44);
    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(71, 63, 49);
    color: rgb(255, 255, 255);
}
.App-link {
    color: rgb(255, 255, 255);
}
.layout {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}
.loading .loading-ellipsis div {
    background-color: rgb(174, 156, 121);
    background-image: none;
}
.site-header {
    background-color: rgb(91, 81, 63);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.23) 1px 1px 60px;
}
.site-header .page-title {
    text-shadow: rgb(52, 46, 36) 1px 1px 1px,
    rgb(155, 138, 108) 2px 2px 2px,
    rgb(174, 155, 121) 3px 3px 3px;
}
.main-footer {
    color: rgb(255, 255, 202) !important;
}
.main-footer a,
.main-footer div {
    color: rgb(255, 255, 202) !important;
}
#sidebar-app-drawer .color-theme-container .color-theme.selected {
    border-color: rgb(104, 92, 72);
    box-shadow: rgb(120, 107, 83) 0px 0px 4px;
}
#sidebar-app-drawer .color-theme-container .color-theme.selected::after {
    text-shadow: rgb(52, 46, 36) 0px 0px 2px;
}
#sidebar-app-drawer .color-theme-container .color-theme.default {
    background-color: rgb(103, 92, 72) !important;
    color: rgb(255, 255, 255);
}
#sidebar-app-drawer .color-theme-container .color-theme.brown {
    background-color: rgb(132, 118, 92) !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(52, 46, 36) 1px 1px 1px,
    rgb(155, 138, 108) 2px 2px 2px,
    rgb(174, 155, 121) 3px 3px 3px;
}
.diacritics-text {
    color: inherit;
}
.diacritics-text .diacritics-org {
    color: rgb(255, 239, 186);
    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(82, 73, 57),
    rgb(104, 93, 72));
    border-color: rgb(142, 126, 98);
    box-shadow: rgb(129, 115, 90) -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: #a29171 !important;
    border-color: #ffffe9 !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;
}
