/*
                        _______
                       /       \
                      .==.    .==.
                     ((  ))==((  ))
                    / "=="    "=="\
                   /____|| || ||___\
       ________     ____    ________  ___    ___
       |  ___  \   /    \   |  ___  \ |  |  /  /
       |  |  \  \ /  /\  \  |  |  \  \|  |_/  /
       |  |   )  /  /__\  \ |  |__/  /|  ___  \
       |  |__/  /  ______  \|  ____  \|  |  \  \
_______|_______/__/ ____ \__\__|___\__\__|___\__\____
|  ___  \ |  ____/ /    \   |  ___  \ |  ____|  ___  \
|  |  \  \|  |___ /  /\  \  |  |  \  \|  |___|  |  \  \
|  |__/  /|  ____/  /__\  \ |  |   )  |  ____|  |__/  /
|  ____  \|  |__/  ______  \|  |__/  /|  |___|  ____  \
|__|   \__\____/__/      \__\_______/ |______|__|   \__\
                https://darkreader.org
*/

/*! Dark reader generated CSS | Licensed under MIT https://github.com/darkreader/darkreader/blob/master/LICENSE */

/* User-Agent Style */
html {
    background-color: #181a1b !important;
}
html, body, input, textarea, select, button {
    background-color: #181a1b;
}
html, body, input, textarea, select, button {
    border-color: #736b5e;
    color: #e8e6e3;
}
a {
    color: #3391ff;
}
table {
    border-color: #545b5e;
}
::placeholder {
    color: #b2aba1;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #555b00 !important;
    color: #e8e6e3 !important;
}
::-webkit-scrollbar {
    background-color: #202324;
    color: #aba499;
}
::-webkit-scrollbar-thumb {
    background-color: #454a4d;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #575e62;
}
::-webkit-scrollbar-thumb:active {
    background-color: #484e51;
}
::-webkit-scrollbar-corner {
    background-color: #181a1b;
}
::selection {
    background-color: #004daa !important;
    color: #e8e6e3 !important;
}
::-moz-selection {
    background-color: #004daa !important;
    color: #e8e6e3 !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 {
    filter: invert(100%) hue-rotate(180deg) contrast(90%) !important;
}

/* Variables Style */
:root {
   --darkreader-neutral-background: #131516;
   --darkreader-neutral-text: #d8d4cf;
   --darkreader-selection-background: #004daa;
   --darkreader-selection-text: #e8e6e3;
}

/* Modified CSS */
.fa-border {
    border-color: rgb(53, 57, 59);
}
.fa-inverse {
    color: rgb(232, 230, 227); 
}
.sr-only {
    border-color: initial; 
}
:root {
    --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",
    monospace;
}
html {
    -webkit-tap-highlight-color: transparent;
}
body {
    color: rgb(209, 205, 199);
    background-color: rgb(24, 26, 27); 
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline-color: initial !important;
}
abbr[data-original-title],
abbr[title] {
    text-decoration-color: initial;
    border-bottom-color: initial;
}
a {
    color: rgb(51, 162, 255);
    text-decoration-color: initial;
    background-color: transparent;
}
a:hover {
    color: rgb(97, 183, 255);
    text-decoration-color: initial;
}
a:not([href]) {
    color: inherit;
    text-decoration-color: initial;
}
a:not([href]):hover {
    color: inherit;
    text-decoration-color: initial;
}
caption {
    color: rgb(158, 150, 137);
}
button:focus {
    outline-color: rgb(186, 123, 0);
}
fieldset {
    border-color: initial;
}
legend {
    color: inherit;
}
hr {
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-top-color: rgba(140, 130, 115, 0.1);
}
.mark,
mark {
    background-color: rgb(63, 54, 7);
}
.list-unstyled {
    list-style-image: initial;
}
.list-inline {
    list-style-image: initial;
}
.blockquote-footer {
    color: rgb(158, 150, 137);
}
.img-thumbnail {
    background-color: rgb(24, 26, 27);
    border-color: rgb(56, 61, 63);
}
.figure-caption {
    color: rgb(158, 150, 137);
}
code {
    color: rgb(233, 74, 147);
}
a > code {
    color: inherit;
}
kbd {
    color: rgb(232, 230, 227);
    background-color: rgb(28, 30, 31);
}
pre {
    color: rgb(209, 205, 199);
}
pre code {
    color: inherit;
}
.table {
    color: rgb(209, 205, 199);
}
.table td,
.table th {
    border-top-color: rgb(56, 61, 63);
}
.table thead th {
    border-bottom-color: rgb(56, 61, 63);
}
.table tbody + tbody {
    border-top-color: rgb(56, 61, 63);
}
.table-bordered {
    border-color: rgb(56, 61, 63);
}
.table-bordered td,
.table-bordered th {
    border-color: rgb(56, 61, 63);
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border-color: initial;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: rgb(209, 205, 199);
    background-color: rgba(0, 0, 0, 0.07);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: rgb(44, 48, 50);
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: rgb(0, 68, 142);
}
.table-hover .table-primary:hover {
    background-color: rgb(51, 55, 57);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: rgb(51, 55, 57);
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: rgb(46, 50, 51);
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: rgb(68, 74, 77);
}
.table-hover .table-secondary:hover {
    background-color: rgb(53, 58, 60);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: rgb(53, 58, 60);
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: rgb(30, 72, 48);
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: rgb(43, 106, 58);
}
.table-hover .table-success:hover {
    background-color: rgb(34, 83, 54);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: rgb(34, 83, 54);
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: rgb(24, 71, 78);
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: rgb(35, 104, 114);
}
.table-hover .table-info:hover {
    background-color: rgb(28, 81, 89);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: rgb(28, 81, 89);
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: rgb(92, 70, 0);
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: rgb(141, 106, 0);
}
.table-hover .table-warning:hover {
    background-color: rgb(107, 81, 0);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: rgb(107, 81, 0);
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: rgb(78, 14, 20);
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: rgb(119, 20, 29);
}
.table-hover .table-danger:hover {
    background-color: rgb(91, 16, 24);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: rgb(91, 16, 24);
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: rgb(25, 27, 28);
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: rgb(49, 53, 55);
}
.table-hover .table-light:hover {
    background-color: rgb(32, 35, 36);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: rgb(32, 35, 36);
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: rgb(55, 60, 62);
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: rgb(77, 83, 87);
}
.table-hover .table-dark:hover {
    background-color: rgb(62, 67, 70);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: rgb(62, 67, 70);
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.07);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.07);
}
.table .thead-dark th {
    color: rgb(232, 230, 227);
    background-color: rgb(44, 47, 49);
    border-color: rgb(115, 106, 94);
}
.table .thead-light th {
    color: rgb(181, 175, 166);
    background-color: rgb(35, 38, 39);
    border-color: rgb(56, 61, 63);
}
.table-dark {
    color: rgb(232, 230, 227);
    background-color: rgb(44, 47, 49);
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: rgb(115, 106, 94);
}
.table-dark.table-bordered {
    border-color: initial;
}
.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(24, 26, 27, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: rgb(232, 230, 227);
    background-color: rgba(24, 26, 27, 0.07);
}
@media (max-width: 575.98px) {
    .table-responsive-sm > .table-bordered {
        border-color: initial;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md > .table-bordered {
        border-color: initial;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg > .table-bordered {
        border-color: initial;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl > .table-bordered {
        border-color: initial;
    }
}
.table-responsive > .table-bordered {
    border-color: initial;
}
.form-control {
    color: rgb(181, 175, 166);
    background-color: rgb(24, 26, 27);
    border-color: rgb(60, 65, 68);
}
.form-control:focus {
    color: rgb(181, 175, 166);
    background-color: rgb(24, 26, 27);
    border-color: rgb(0, 67, 140);
    outline-color: initial;
    box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
}
.form-control::-webkit-input-placeholder {
    color: rgb(158, 150, 137);
}
.form-control::placeholder {
    color: rgb(158, 150, 137);
}
.form-control:disabled,
.form-control[readonly] {
    background-color: rgb(35, 38, 39);
}
.form-control-plaintext {
    color: rgb(209, 205, 199);
    background-color: transparent;
    border-color: transparent;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: rgb(158, 150, 137);
}
.valid-feedback {
    color: rgb(97, 217, 124);
}
.valid-tooltip {
    color: rgb(232, 230, 227);
    background-color: rgba(32, 134, 55, 0.9);
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: rgb(37, 156, 64);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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(37, 156, 64);
    box-shadow: rgba(32, 134, 55, 0.25) 0px 0px 0px 0.2rem;
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: rgb(37, 156, 64);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij48ZGVmcz48ZmlsdGVyIGlkPSJkYXJrcmVhZGVyLWltYWdlLWZpbHRlciI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMjQ5IC0wLjYxNCAtMC42NzIgMC4wMDAgMS4wMzUgLTAuNjQ2IDAuMjg4IC0wLjY2NCAwLjAwMCAxLjAyMCAtMC42MzYgLTAuNjA5IDAuMjUwIDAuMDAwIDAuOTk0IDAuMDAwIDAuMDAwIDAuMDAwIDEuMDAwIDAuMDAwIiAvPjwvZmlsdGVyPjwvZGVmcz48aW1hZ2Ugd2lkdGg9IjQiIGhlaWdodD0iNSIgZmlsdGVyPSJ1cmwoI2RhcmtyZWFkZXItaW1hZ2UtZmlsdGVyKSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9zdmcreG1sLCUzY3N2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzUnIHZpZXdCb3g9JzAgMCA0IDUnJTNlJTNjcGF0aCBmaWxsPSclMjMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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");
    background-color: rgb(24, 26, 27);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: rgb(37, 156, 64);
    box-shadow: rgba(32, 134, 55, 0.25) 0px 0px 0px 0.2rem;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: rgb(97, 217, 124);
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: rgb(97, 217, 124);
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: rgb(37, 156, 64);
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: rgb(35, 143, 59);
    background-color: rgb(39, 163, 91);
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: rgba(32, 134, 55, 0.25) 0px 0px 0px 0.2rem;
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgb(37, 156, 64);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: rgb(37, 156, 64);
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: rgb(37, 156, 64);
    box-shadow: rgba(32, 134, 55, 0.25) 0px 0px 0px 0.2rem;
}
.invalid-feedback {
    color: rgb(223, 70, 85);
}
.invalid-tooltip {
    color: rgb(232, 230, 227);
    background-color: rgba(165, 29, 42, 0.9);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: rgb(148, 26, 37);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMC4yNDkgLTAuNjE0IC0wLjY3MiAwLjAwMCAxLjAzNSAtMC42NDYgMC4yODggLTAuNjY0IDAuMDAwIDEuMDIwIC0wLjYzNiAtMC42MDkgMC4yNTAgMC4wMDAgMC45OTQgMC4wMDAgMC4wMDAgMC4wMDAgMS4wMDAgMC4wMDAiIC8+PC9maWx0ZXI+PC9kZWZzPjxpbWFnZSB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbHRlcj0idXJsKCNkYXJrcmVhZGVyLWltYWdlLWZpbHRlcikiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2Uvc3ZnK3htbCwlM2NzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTInIGhlaWdodD0nMTInIGZpbGw9J25vbmUnIHN0cm9rZT0nJTIzZGMzNTQ1JyB2aWV3Qm94PScwIDAgMTIgMTInJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8lM2UlM2NwYXRoIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J001LjggMy42aC40TDYgNi41eicvJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nJTIzZGMzNTQ1JyBzdHJva2U9J25vbmUnLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+");
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: rgb(148, 26, 37);
    box-shadow: rgba(165, 29, 42, 0.25) 0px 0px 0px 0.2rem;
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: rgb(148, 26, 37);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij48ZGVmcz48ZmlsdGVyIGlkPSJkYXJrcmVhZGVyLWltYWdlLWZpbHRlciI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMjQ5IC0wLjYxNCAtMC42NzIgMC4wMDAgMS4wMzUgLTAuNjQ2IDAuMjg4IC0wLjY2NCAwLjAwMCAxLjAyMCAtMC42MzYgLTAuNjA5IDAuMjUwIDAuMDAwIDAuOTk0IDAuMDAwIDAuMDAwIDAuMDAwIDEuMDAwIDAuMDAwIiAvPjwvZmlsdGVyPjwvZGVmcz48aW1hZ2Ugd2lkdGg9IjQiIGhlaWdodD0iNSIgZmlsdGVyPSJ1cmwoI2RhcmtyZWFkZXItaW1hZ2UtZmlsdGVyKSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9zdmcreG1sLCUzY3N2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzUnIHZpZXdCb3g9JzAgMCA0IDUnJTNlJTNjcGF0aCBmaWxsPSclMjMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+"),
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMC4yNDkgLTAuNjE0IC0wLjY3MiAwLjAwMCAxLjAzNSAtMC42NDYgMC4yODggLTAuNjY0IDAuMDAwIDEuMDIwIC0wLjYzNiAtMC42MDkgMC4yNTAgMC4wMDAgMC45OTQgMC4wMDAgMC4wMDAgMC4wMDAgMS4wMDAgMC4wMDAiIC8+PC9maWx0ZXI+PC9kZWZzPjxpbWFnZSB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbHRlcj0idXJsKCNkYXJrcmVhZGVyLWltYWdlLWZpbHRlcikiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2Uvc3ZnK3htbCwlM2NzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTInIGhlaWdodD0nMTInIGZpbGw9J25vbmUnIHN0cm9rZT0nJTIzZGMzNTQ1JyB2aWV3Qm94PScwIDAgMTIgMTInJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8lM2UlM2NwYXRoIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J001LjggMy42aC40TDYgNi41eicvJTNlJTNjY2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nJTIzZGMzNTQ1JyBzdHJva2U9J25vbmUnLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+");
    background-color: rgb(24, 26, 27);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: rgb(148, 26, 37);
    box-shadow: rgba(165, 29, 42, 0.25) 0px 0px 0px 0.2rem;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: rgb(223, 70, 85);
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: rgb(223, 70, 85);
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: rgb(148, 26, 37);
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: rgb(135, 23, 34);
    background-color: rgb(139, 24, 35);
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: rgba(165, 29, 42, 0.25) 0px 0px 0px 0.2rem;
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgb(148, 26, 37);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: rgb(148, 26, 37);
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: rgb(148, 26, 37);
    box-shadow: rgba(165, 29, 42, 0.25) 0px 0px 0px 0.2rem;
}
.btn {
    color: rgb(209, 205, 199);
    background-color: transparent;
    border-color: transparent;
}
.btn:hover {
    color: rgb(209, 205, 199);
    text-decoration-color: initial;
}
.btn.focus,
.btn:focus {
    outline-color: initial;
    box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
}
.btn-primary {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 98, 204);
    border-color: rgb(0, 86, 179);
}
.btn-primary:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 84, 174);
    border-color: rgb(0, 93, 194);
}
.btn-primary.focus,
.btn-primary:focus {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 84, 174);
    border-color: rgb(0, 93, 194);
    box-shadow: rgba(0, 88, 181, 0.5) 0px 0px 0px 0.2rem;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 98, 204);
    border-color: rgb(0, 86, 179);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 78, 163);
    border-color: rgb(0, 95, 198);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: rgba(0, 88, 181, 0.5) 0px 0px 0px 0.2rem;
}
.btn-secondary {
    color: rgb(232, 230, 227);
    background-color: rgb(88, 95, 99);
    border-color: rgb(102, 94, 83);
}
.btn-secondary:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(73, 79, 82);
    border-color: rgb(110, 102, 90);
}
.btn-secondary.focus,
.btn-secondary:focus {
    color: rgb(232, 230, 227);
    background-color: rgb(73, 79, 82);
    border-color: rgb(110, 102, 90);
    box-shadow: rgba(90, 98, 102, 0.5) 0px 0px 0px 0.2rem;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: rgb(232, 230, 227);
    background-color: rgb(88, 95, 99);
    border-color: rgb(102, 94, 83);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(69, 74, 77);
    border-color: rgb(112, 104, 92);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: rgba(90, 98, 102, 0.5) 0px 0px 0px 0.2rem;
}
.btn-success {
    color: rgb(232, 230, 227);
    background-color: rgb(32, 134, 55);
    border-color: rgb(37, 156, 64);
}
.btn-success:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(26, 109, 45);
    border-color: rgb(40, 168, 69);
}
.btn-success.focus,
.btn-success:focus {
    color: rgb(232, 230, 227);
    background-color: rgb(26, 109, 45);
    border-color: rgb(40, 168, 69);
    box-shadow: rgba(58, 144, 78, 0.5) 0px 0px 0px 0.2rem;
}
.btn-success.disabled,
.btn-success:disabled {
    color: rgb(232, 230, 227);
    background-color: rgb(32, 134, 55);
    border-color: rgb(37, 156, 64);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(24, 101, 42);
    border-color: rgb(41, 171, 71);
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: rgba(58, 144, 78, 0.5) 0px 0px 0px 0.2rem;
}
.btn-info {
    color: rgb(232, 230, 227);
    background-color: rgb(18, 130, 147);
    border-color: rgb(21, 151, 171);
}
.btn-info:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(15, 106, 120);
    border-color: rgb(23, 163, 186);
}
.btn-info.focus,
.btn-info:focus {
    color: rgb(232, 230, 227);
    background-color: rgb(15, 106, 120);
    border-color: rgb(23, 163, 186);
    box-shadow: rgba(46, 141, 156, 0.5) 0px 0px 0px 0.2rem;
}
.btn-info.disabled,
.btn-info:disabled {
    color: rgb(232, 230, 227);
    background-color: rgb(18, 130, 147);
    border-color: rgb(21, 151, 171);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(14, 98, 111);
    border-color: rgb(24, 166, 188);
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: rgba(46, 141, 156, 0.5) 0px 0px 0px 0.2rem;
}
.btn-warning {
    color: rgb(209, 205, 199);
    background-color: rgb(200, 150, 0);
    border-color: rgb(176, 132, 0);
}
.btn-warning:hover {
    color: rgb(209, 205, 199);
    background-color: rgb(179, 134, 0);
    border-color: rgb(192, 144, 0);
}
.btn-warning.focus,
.btn-warning:focus {
    color: rgb(209, 205, 199);
    background-color: rgb(179, 134, 0);
    border-color: rgb(192, 144, 0);
    box-shadow: rgba(178, 136, 10, 0.5) 0px 0px 0px 0.2rem;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: rgb(209, 205, 199);
    background-color: rgb(200, 150, 0);
    border-color: rgb(176, 132, 0);
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: rgb(209, 205, 199);
    background-color: rgb(169, 126, 0);
    border-color: rgb(196, 147, 0);
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: rgba(178, 136, 10, 0.5) 0px 0px 0px 0.2rem;
}
.btn-danger {
    color: rgb(232, 230, 227);
    background-color: rgb(165, 29, 42);
    border-color: rgb(148, 26, 37);
}
.btn-danger:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(160, 28, 41);
    border-color: rgb(160, 28, 41);
}
.btn-danger.focus,
.btn-danger:focus {
    color: rgb(232, 230, 227);
    background-color: rgb(160, 28, 41);
    border-color: rgb(160, 28, 41);
    box-shadow: rgba(147, 26, 38, 0.5) 0px 0px 0px 0.2rem;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: rgb(232, 230, 227);
    background-color: rgb(165, 29, 42);
    border-color: rgb(148, 26, 37);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(151, 26, 38);
    border-color: rgb(164, 29, 41);
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: rgba(147, 26, 38, 0.5) 0px 0px 0px 0.2rem;
}
.btn-light {
    color: rgb(209, 205, 199);
    background-color: rgb(27, 30, 31);
    border-color: rgb(50, 54, 56);
}
.btn-light:hover {
    color: rgb(209, 205, 199);
    background-color: rgb(38, 41, 43);
    border-color: rgb(57, 62, 64);
}
.btn-light.focus,
.btn-light:focus {
    color: rgb(209, 205, 199);
    background-color: rgb(38, 41, 43);
    border-color: rgb(57, 62, 64);
    box-shadow: rgba(45, 49, 51, 0.5) 0px 0px 0px 0.2rem;
}
.btn-light.disabled,
.btn-light:disabled {
    color: rgb(209, 205, 199);
    background-color: rgb(27, 30, 31);
    border-color: rgb(50, 54, 56);
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: rgb(209, 205, 199);
    background-color: rgb(42, 45, 47);
    border-color: rgb(59, 64, 66);
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: rgba(45, 49, 51, 0.5) 0px 0px 0px 0.2rem;
}
.btn-dark {
    color: rgb(232, 230, 227);
    background-color: rgb(44, 47, 49);
    border-color: rgb(121, 112, 99);
}
.btn-dark:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(29, 32, 33);
    border-color: rgb(129, 120, 106);
}
.btn-dark.focus,
.btn-dark:focus {
    color: rgb(232, 230, 227);
    background-color: rgb(29, 32, 33);
    border-color: rgb(129, 120, 106);
    box-shadow: rgba(66, 71, 74, 0.5) 0px 0px 0px 0.2rem;
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: rgb(232, 230, 227);
    background-color: rgb(44, 47, 49);
    border-color: rgb(121, 112, 99);
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(24, 27, 28);
    border-color: rgb(131, 122, 108);
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: rgba(66, 71, 74, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-primary {
    color: rgb(51, 162, 255);
    border-color: rgb(0, 86, 179);
}
.btn-outline-primary:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 98, 204);
    border-color: rgb(0, 86, 179);
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: rgba(0, 98, 204, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: rgb(51, 162, 255);
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 98, 204);
    border-color: rgb(0, 86, 179);
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: rgba(0, 98, 204, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-secondary {
    color: rgb(158, 150, 137);
    border-color: rgb(102, 94, 83);
}
.btn-outline-secondary:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(88, 95, 99);
    border-color: rgb(102, 94, 83);
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: rgba(88, 95, 99, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: rgb(158, 150, 137);
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(88, 95, 99);
    border-color: rgb(102, 94, 83);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: rgba(88, 95, 99, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-success {
    color: rgb(97, 217, 124);
    border-color: rgb(37, 156, 64);
}
.btn-outline-success:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(32, 134, 55);
    border-color: rgb(37, 156, 64);
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: rgba(32, 134, 55, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: rgb(97, 217, 124);
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(32, 134, 55);
    border-color: rgb(37, 156, 64);
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: rgba(32, 134, 55, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-info {
    color: rgb(81, 212, 233);
    border-color: rgb(21, 151, 171);
}
.btn-outline-info:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(18, 130, 147);
    border-color: rgb(21, 151, 171);
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: rgba(18, 130, 147, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: rgb(81, 212, 233);
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(18, 130, 147);
    border-color: rgb(21, 151, 171);
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: rgba(18, 130, 147, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-warning {
    color: rgb(255, 199, 30);
    border-color: rgb(176, 132, 0);
}
.btn-outline-warning:hover {
    color: rgb(209, 205, 199);
    background-color: rgb(200, 150, 0);
    border-color: rgb(176, 132, 0);
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: rgba(200, 150, 0, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: rgb(255, 199, 30);
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: rgb(209, 205, 199);
    background-color: rgb(200, 150, 0);
    border-color: rgb(176, 132, 0);
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: rgba(200, 150, 0, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-danger {
    color: rgb(223, 70, 85);
    border-color: rgb(148, 26, 37);
}
.btn-outline-danger:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(165, 29, 42);
    border-color: rgb(148, 26, 37);
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: rgba(165, 29, 42, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: rgb(223, 70, 85);
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(165, 29, 42);
    border-color: rgb(148, 26, 37);
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: rgba(165, 29, 42, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-light {
    color: rgb(228, 226, 222);
    border-color: rgb(50, 54, 56);
}
.btn-outline-light:hover {
    color: rgb(209, 205, 199);
    background-color: rgb(27, 30, 31);
    border-color: rgb(50, 54, 56);
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: rgba(27, 30, 31, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: rgb(228, 226, 222);
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: rgb(209, 205, 199);
    background-color: rgb(27, 30, 31);
    border-color: rgb(50, 54, 56);
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: rgba(27, 30, 31, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-dark {
    color: rgb(195, 190, 182);
    border-color: rgb(121, 112, 99);
}
.btn-outline-dark:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(44, 47, 49);
    border-color: rgb(121, 112, 99);
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: rgba(44, 47, 49, 0.5) 0px 0px 0px 0.2rem;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: rgb(195, 190, 182);
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: rgb(232, 230, 227);
    background-color: rgb(44, 47, 49);
    border-color: rgb(121, 112, 99);
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: rgba(44, 47, 49, 0.5) 0px 0px 0px 0.2rem;
}
.btn-link {
    color: rgb(51, 162, 255);
    text-decoration-color: initial;
}
.btn-link:hover {
    color: rgb(97, 183, 255);
    text-decoration-color: initial;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration-color: initial;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: rgb(158, 150, 137);
}
.dropdown-toggle::after {
    border-top-color: initial;
    border-right-color: transparent;
    border-bottom-color: initial;
    border-left-color: transparent;
}
.dropdown-menu {
    color: rgb(209, 205, 199);
    list-style-image: initial;
    background-color: rgb(24, 26, 27);
    border-color: rgba(140, 130, 115, 0.15);
}
.dropup .dropdown-toggle::after {
    border-top-color: initial;
    border-right-color: transparent;
    border-bottom-color: initial;
    border-left-color: transparent;
}
.dropright .dropdown-toggle::after {
    border-top-color: transparent;
    border-right-color: initial;
    border-bottom-color: transparent;
    border-left-color: initial;
}
.dropleft .dropdown-toggle::before {
    border-top-color: transparent;
    border-right-color: initial;
    border-bottom-color: transparent;
}
.dropdown-divider {
    border-top-color: rgb(53, 58, 60);
}
.dropdown-item {
    color: rgb(209, 205, 199);
    background-color: transparent;
    border-color: initial;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: rgb(217, 213, 208);
    text-decoration-color: initial;
    background-color: rgb(27, 30, 31);
}
.dropdown-item.active,
.dropdown-item:active {
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
    background-color: rgb(0, 98, 204);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: rgb(158, 150, 137);
    background-color: transparent;
}
.dropdown-header {
    color: rgb(158, 150, 137);
}
.dropdown-item-text {
    color: rgb(209, 205, 199);
}
.input-group-text {
    color: rgb(181, 175, 166);
    background-color: rgb(35, 38, 39);
    border-color: rgb(60, 65, 68);
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: rgb(232, 230, 227);
    border-color: rgb(0, 86, 179);
    background-color: rgb(0, 98, 204);
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgb(0, 67, 140);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: rgb(232, 230, 227);
    background-color: rgb(45, 49, 51);
    border-color: rgb(0, 59, 125);
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: rgb(158, 150, 137);
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: rgb(35, 38, 39);
}
.custom-control-label::before {
    background-color: rgb(24, 26, 27);
    border-color: rgb(69, 75, 78);
}
.custom-control-label::after {
    background-image: initial;
    background-color: initial;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: rgb(0, 86, 179);
    background-color: rgb(0, 98, 204);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 98, 204, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 98, 204, 0.5);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 98, 204, 0.5);
}
.custom-switch .custom-control-label::after {
    background-color: rgb(66, 71, 74);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: rgb(24, 26, 27);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 98, 204, 0.5);
}
.custom-select {
    color: rgb(181, 175, 166);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij48ZGVmcz48ZmlsdGVyIGlkPSJkYXJrcmVhZGVyLWltYWdlLWZpbHRlciI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMjQ5IC0wLjYxNCAtMC42NzIgMC4wMDAgMS4wMzUgLTAuNjQ2IDAuMjg4IC0wLjY2NCAwLjAwMCAxLjAyMCAtMC42MzYgLTAuNjA5IDAuMjUwIDAuMDAwIDAuOTk0IDAuMDAwIDAuMDAwIDAuMDAwIDEuMDAwIDAuMDAwIiAvPjwvZmlsdGVyPjwvZGVmcz48aW1hZ2Ugd2lkdGg9IjQiIGhlaWdodD0iNSIgZmlsdGVyPSJ1cmwoI2RhcmtyZWFkZXItaW1hZ2UtZmlsdGVyKSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9zdmcreG1sLCUzY3N2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzUnIHZpZXdCb3g9JzAgMCA0IDUnJTNlJTNjcGF0aCBmaWxsPSclMjMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLyUzZSUzYy9zdmclM2UiIC8+PC9zdmc+");
    background-color: rgb(24, 26, 27);
    border-color: rgb(60, 65, 68);
}
.custom-select:focus {
    border-color: rgb(0, 67, 140);
    outline-color: initial;
    box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    background-image: none;
}
.custom-select:disabled {
    color: rgb(158, 150, 137);
    background-color: rgb(35, 38, 39);
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: rgb(0, 67, 140);
    box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: rgb(35, 38, 39);
}
.custom-file-label {
    color: rgb(181, 175, 166);
    background-color: rgb(24, 26, 27);
    border-color: rgb(60, 65, 68);
}
.custom-file-label::after {
    color: rgb(181, 175, 166);
    background-color: rgb(35, 38, 39);
    border-left-color: inherit;
}
.custom-range {
    background-color: transparent;
}
.custom-range:focus {
    outline-color: initial;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: rgb(24, 26, 27) 0px 0px 0px 1px,
    rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
}
.custom-range::-webkit-slider-thumb {
    background-color: rgb(0, 98, 204);
    border-color: initial;
}
.custom-range::-webkit-slider-thumb:active {
    background-color: rgb(45, 49, 51);
}
.custom-range::-webkit-slider-runnable-track {
    color: transparent;
    background-color: rgb(40, 44, 45);
    border-color: transparent;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: rgb(66, 71, 74);
}
.nav {
    list-style-image: initial;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration-color: initial;
}
.nav-link.disabled {
    color: rgb(158, 150, 137);
}
.nav-tabs {
    border-bottom-color: rgb(56, 61, 63);
}
.nav-tabs .nav-link {
    border-color: transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: rgb(53, 58, 60) rgb(53, 58, 60) rgb(56, 61, 63);
}
.nav-tabs .nav-link.disabled {
    color: rgb(158, 150, 137);
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: rgb(181, 175, 166);
    background-color: rgb(24, 26, 27);
    border-color: rgb(56, 61, 63) rgb(56, 61, 63) rgb(48, 52, 54);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 98, 204);
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration-color: initial;
}
.navbar-nav {
    list-style-image: initial;
}
.navbar-toggler {
    background-color: transparent;
    border-color: transparent;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration-color: initial;
}
.navbar-toggler-icon {
    background-image: initial;
    background-color: initial;
}
.navbar-light .navbar-brand {
    color: rgba(232, 230, 227, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(232, 230, 227, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(232, 230, 227, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(232, 230, 227, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(232, 230, 227, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(232, 230, 227, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(232, 230, 227, 0.5);
    border-color: rgba(140, 130, 115, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMC4yNDkgLTAuNjE0IC0wLjY3MiAwLjAwMCAxLjAzNSAtMC42NDYgMC4yODggLTAuNjY0IDAuMDAwIDEuMDIwIC0wLjYzNiAtMC42MDkgMC4yNTAgMC4wMDAgMC45OTQgMC4wMDAgMC4wMDAgMC4wMDAgMS4wMDAgMC4wMDAiIC8+PC9maWx0ZXI+PC9kZWZzPjxpbWFnZSB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbHRlcj0idXJsKCNkYXJrcmVhZGVyLWltYWdlLWZpbHRlcikiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2Uvc3ZnK3htbCwlM2NzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMzAnIGhlaWdodD0nMzAnIHZpZXdCb3g9JzAgMCAzMCAzMCclM2UlM2NwYXRoIHN0cm9rZT0ncmdiYSgwLCAwLCAwLCAwLjUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvJTNlJTNjL3N2ZyUzZSIgLz48L3N2Zz4=");
}
.navbar-light .navbar-text {
    color: rgba(232, 230, 227, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(232, 230, 227, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(232, 230, 227, 0.9);
}
.navbar-dark .navbar-brand {
    color: rgb(232, 230, 227);
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: rgb(232, 230, 227);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(232, 230, 227, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(232, 230, 227, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(232, 230, 227, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: rgb(232, 230, 227);
}
.navbar-dark .navbar-toggler {
    color: rgba(232, 230, 227, 0.5);
    border-color: rgba(48, 52, 54, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,
    %3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(232, 230, 227, 0.5);
}
.navbar-dark .navbar-text a {
    color: rgb(232, 230, 227);
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: rgb(232, 230, 227);
}
.card {
    background-color: rgb(24, 26, 27);
    border-color: rgba(140, 130, 115, 0.13);
}
.card-link:hover {
    text-decoration-color: initial;
}
.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom-color: rgba(140, 130, 115, 0.13);
}
.card-header + .list-group .list-group-item:first-child {
    border-top-color: initial;
}
.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top-color: rgba(140, 130, 115, 0.13);
}
.card-header-tabs {
    border-bottom-color: initial;
}
@media (min-width: 576px) {
    .card-group > .card + .card {
        border-left-color: initial;
    }
}
.accordion > .card:not(:last-of-type) {
    border-bottom-color: initial;
}
.breadcrumb {
    list-style-image: initial;
    background-color: rgb(35, 38, 39);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(158, 150, 137);
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration-color: initial;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration-color: initial;
}
.breadcrumb-item.active {
    color: rgb(158, 150, 137);
}
.pagination {
    list-style-image: initial;
}
.page-link {
    color: rgb(51, 162, 255);
    background-color: rgb(24, 26, 27);
    border-color: rgb(56, 61, 63);
}
.page-link:hover {
    color: rgb(97, 183, 255);
    text-decoration-color: initial;
    background-color: rgb(35, 38, 39);
    border-color: rgb(56, 61, 63);
}
.page-link:focus {
    outline-color: initial;
    box-shadow: rgba(0, 98, 204, 0.25) 0px 0px 0px 0.2rem;
}
.page-item.active .page-link {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 98, 204);
    border-color: rgb(0, 86, 179);
}
.page-item.disabled .page-link {
    color: rgb(158, 150, 137);
    background-color: rgb(24, 26, 27);
    border-color: rgb(56, 61, 63);
}
a.badge:focus,
a.badge:hover {
    text-decoration-color: initial;
}
.badge-primary {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 98, 204);
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 78, 163);
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline-color: initial;
    box-shadow: rgba(0, 98, 204, 0.5) 0px 0px 0px 0.2rem;
}
.badge-secondary {
    color: rgb(232, 230, 227);
    background-color: rgb(88, 95, 99);
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(69, 74, 77);
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline-color: initial;
    box-shadow: rgba(88, 95, 99, 0.5) 0px 0px 0px 0.2rem;
}
.badge-success {
    color: rgb(232, 230, 227);
    background-color: rgb(32, 134, 55);
}
a.badge-success:focus,
a.badge-success:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(24, 101, 42);
}
a.badge-success.focus,
a.badge-success:focus {
    outline-color: initial;
    box-shadow: rgba(32, 134, 55, 0.5) 0px 0px 0px 0.2rem;
}
.badge-info {
    color: rgb(232, 230, 227);
    background-color: rgb(18, 130, 147);
}
a.badge-info:focus,
a.badge-info:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(14, 98, 111);
}
a.badge-info.focus,
a.badge-info:focus {
    outline-color: initial;
    box-shadow: rgba(18, 130, 147, 0.5) 0px 0px 0px 0.2rem;
}
.badge-warning {
    color: rgb(209, 205, 199);
    background-color: rgb(200, 150, 0);
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: rgb(209, 205, 199);
    background-color: rgb(169, 126, 0);
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline-color: initial;
    box-shadow: rgba(200, 150, 0, 0.5) 0px 0px 0px 0.2rem;
}
.badge-danger {
    color: rgb(232, 230, 227);
    background-color: rgb(165, 29, 42);
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(151, 26, 38);
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline-color: initial;
    box-shadow: rgba(165, 29, 42, 0.5) 0px 0px 0px 0.2rem;
}
.badge-light {
    color: rgb(209, 205, 199);
    background-color: rgb(27, 30, 31);
}
a.badge-light:focus,
a.badge-light:hover {
    color: rgb(209, 205, 199);
    background-color: rgb(42, 45, 47);
}
a.badge-light.focus,
a.badge-light:focus {
    outline-color: initial;
    box-shadow: rgba(27, 30, 31, 0.5) 0px 0px 0px 0.2rem;
}
.badge-dark {
    color: rgb(232, 230, 227);
    background-color: rgb(44, 47, 49);
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: rgb(232, 230, 227);
    background-color: rgb(24, 27, 28);
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline-color: initial;
    box-shadow: rgba(44, 47, 49, 0.5) 0px 0px 0px 0.2rem;
}
.jumbotron {
    background-color: rgb(35, 38, 39);
}
.alert {
    border-color: transparent;
}
.alert-heading {
    color: inherit;
}
.alert-dismissible .close {
    color: inherit;
}
.alert-primary {
    color: rgb(124, 195, 255);
    background-color: rgb(38, 42, 43);
    border-color: rgb(0, 59, 123);
}
.alert-primary hr {
    border-top-color: rgb(0, 63, 131);
}
.alert-primary .alert-link {
    color: rgb(206, 202, 195);
}
.alert-secondary {
    color: rgb(194, 188, 180);
    background-color: rgb(40, 43, 44);
    border-color: rgb(59, 64, 66);
}
.alert-secondary hr {
    border-top-color: rgb(63, 68, 70);
}
.alert-secondary .alert-link {
    color: rgb(210, 206, 200);
}
.alert-success {
    color: rgb(153, 230, 171);
    background-color: rgb(26, 62, 41);
    border-color: rgb(37, 90, 50);
}
.alert-success hr {
    border-top-color: rgb(39, 96, 52);
}
.alert-success .alert-link {
    color: rgb(214, 210, 205);
}
.alert-info {
    color: rgb(142, 227, 241);
    background-color: rgb(20, 59, 67);
    border-color: rgb(30, 89, 97);
}
.alert-info hr {
    border-top-color: rgb(32, 93, 103);
}
.alert-info .alert-link {
    color: rgb(214, 210, 205);
}
.alert-warning {
    color: rgb(251, 215, 112);
    background-color: rgb(81, 62, 0);
    border-color: rgb(123, 92, 0);
}
.alert-warning hr {
    border-top-color: rgb(130, 98, 0);
}
.alert-warning .alert-link {
    color: rgb(205, 200, 194);
}
.alert-danger {
    color: rgb(225, 134, 143);
    background-color: rgb(67, 12, 17);
    border-color: rgb(104, 18, 27);
}
.alert-danger hr {
    border-top-color: rgb(110, 20, 29);
}
.alert-danger .alert-link {
    color: rgb(203, 199, 192);
}
.alert-light {
    color: rgb(153, 144, 131);
    background-color: rgb(25, 27, 28);
    border-color: rgb(34, 34, 69);
}
.alert-light hr {
    border-top-color: rgb(35, 35, 75);
}
.alert-light .alert-link {
    color: rgb(166, 159, 147);
}
.alert-dark {
    color: rgb(213, 209, 204);
    background-color: rgb(46, 50, 52);
    border-color: rgb(64, 69, 71);
}
.alert-dark hr {
    border-top-color: rgb(67, 73, 75);
}
.alert-dark .alert-link {
    color: rgb(229, 227, 224);
}
.progress {
    background-color: rgb(35, 38, 39);
}
.progress-bar {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 98, 204);
}
.progress-bar-striped {
    background-image: linear-gradient(45deg,
    rgba(24, 26, 27, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(24, 26, 27, 0.15) 50%,
    rgba(24, 26, 27, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0));
}
.list-group-item-action {
    color: rgb(181, 175, 166);
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: rgb(181, 175, 166);
    text-decoration-color: initial;
    background-color: rgb(27, 30, 31);
}
.list-group-item-action:active {
    color: rgb(209, 205, 199);
    background-color: rgb(35, 38, 39);
}
.list-group-item {
    background-color: rgb(24, 26, 27);
    border-color: rgba(140, 130, 115, 0.13);
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: rgb(158, 150, 137);
    background-color: rgb(24, 26, 27);
}
.list-group-item.active {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 98, 204);
    border-color: rgb(0, 86, 179);
}
.list-group-item-primary {
    color: rgb(124, 195, 255);
    background-color: rgb(44, 48, 50);
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: rgb(124, 195, 255);
    background-color: rgb(51, 55, 57);
}
.list-group-item-primary.list-group-item-action.active {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 51, 106);
    border-color: rgb(0, 104, 215);
}
.list-group-item-secondary {
    color: rgb(194, 188, 180);
    background-color: rgb(46, 50, 51);
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: rgb(194, 188, 180);
    background-color: rgb(53, 58, 60);
}
.list-group-item-secondary.list-group-item-action.active {
    color: rgb(232, 230, 227);
    background-color: rgb(46, 49, 51);
    border-color: rgb(120, 111, 99);
}
.list-group-item-success {
    color: rgb(153, 230, 171);
    background-color: rgb(30, 72, 48);
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: rgb(153, 230, 171);
    background-color: rgb(34, 83, 54);
}
.list-group-item-success.list-group-item-action.active {
    color: rgb(232, 230, 227);
    background-color: rgb(17, 70, 29);
    border-color: rgb(43, 179, 74);
}
.list-group-item-info {
    color: rgb(142, 227, 241);
    background-color: rgb(24, 71, 78);
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: rgb(142, 227, 241);
    background-color: rgb(28, 81, 89);
}
.list-group-item-info.list-group-item-action.active {
    color: rgb(232, 230, 227);
    background-color: rgb(10, 67, 77);
    border-color: rgb(25, 173, 198);
}
.list-group-item-warning {
    color: rgb(251, 215, 112);
    background-color: rgb(92, 70, 0);
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: rgb(251, 215, 112);
    background-color: rgb(107, 81, 0);
}
.list-group-item-warning.list-group-item-action.active {
    color: rgb(232, 230, 227);
    background-color: rgb(106, 80, 3);
    border-color: rgb(208, 156, 6);
}
.list-group-item-danger {
    color: rgb(225, 134, 143);
    background-color: rgb(78, 14, 20);
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: rgb(225, 134, 143);
    background-color: rgb(91, 16, 24);
}
.list-group-item-danger.list-group-item-action.active {
    color: rgb(232, 230, 227);
    background-color: rgb(91, 22, 29);
    border-color: rgb(171, 42, 54);
}
.list-group-item-light {
    color: rgb(153, 144, 131);
    background-color: rgb(25, 27, 28);
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: rgb(153, 144, 131);
    background-color: rgb(32, 35, 36);
}
.list-group-item-light.list-group-item-action.active {
    color: rgb(232, 230, 227);
    background-color: rgb(95, 103, 107);
    border-color: rgb(83, 90, 94);
}
.list-group-item-dark {
    color: rgb(213, 209, 204);
    background-color: rgb(55, 60, 62);
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: rgb(213, 209, 204);
    background-color: rgb(62, 67, 70);
}
.list-group-item-dark.list-group-item-action.active {
    color: rgb(232, 230, 227);
    background-color: rgb(23, 24, 25);
    border-color: rgb(130, 121, 107);
}
.close {
    color: rgb(232, 230, 227);
    text-shadow: rgb(24, 26, 27) 0px 1px 0px;
}
.close:hover {
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
}
button.close {
    background-color: transparent;
    border-color: initial;
}
.toast {
    background-color: rgba(24, 26, 27, 0.85);
    border-color: rgba(140, 130, 115, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 0.75rem;
}
.toast-header {
    color: rgb(158, 150, 137);
    background-color: rgba(24, 26, 27, 0.85);
    border-bottom-color: rgba(140, 130, 115, 0.05);
}
.modal {
    outline-color: initial;
}
.modal-content {
    background-color: rgb(24, 26, 27);
    border-color: rgba(140, 130, 115, 0.2);
    outline-color: initial;
}
.modal-backdrop {
    background-color: rgb(0, 0, 0);
}
.modal-header {
    border-bottom-color: rgb(56, 61, 63);
}
.modal-footer {
    border-top-color: rgb(56, 61, 63); 
}
.tooltip {
    text-decoration-color: initial; text-shadow: none; 
}
.tooltip .arrow::before {
    border-color: transparent; 
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: rgb(140, 130, 115); 
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: rgb(140, 130, 115); 
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgb(140, 130, 115); 
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: rgb(140, 130, 115);
}
.tooltip-inner {
    color: rgb(232, 230, 227);
    background-color: rgb(0, 0, 0);
}
.popover {
    text-decoration-color: initial;
    text-shadow: none;
    background-color: rgb(24, 26, 27);
    border-color: rgba(140, 130, 115, 0.2); 
}
.popover .arrow::after, .popover .arrow::before {
    border-color: transparent; 
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
    border-top-color: rgba(140, 130, 115, 0.25); 
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
    border-top-color: rgb(48, 52, 54); 
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
    border-right-color: rgba(140, 130, 115, 0.25); 
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
    border-right-color: rgb(48, 52, 54); 
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
    border-bottom-color: rgba(140, 130, 115, 0.25); 
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
    border-bottom-color: rgb(48, 52, 54); 
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    border-bottom-color: rgb(50, 54, 57); 
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
    border-left-color: rgba(140, 130, 115, 0.25); 
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
    border-left-color: rgb(48, 52, 54);
}
.popover-header {
    background-color: rgb(29, 31, 32);
    border-bottom-color: rgb(54, 58, 60);
}
.popover-body {
    color: rgb(209, 205, 199);
}
.carousel-control-next,
.carousel-control-prev {
    color: rgb(232, 230, 227);
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
    outline-color: initial;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: initial;
    background-color: initial;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    list-style-image: initial;
}
.carousel-indicators li {
    background-color: rgb(24, 26, 27);
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.carousel-caption {
    color: rgb(232, 230, 227);
}
.spinner-border {
    border-color: currentcolor transparent currentcolor currentcolor;
}
.spinner-grow {
    background-color: currentcolor;
}
.bg-primary {
    background-color: rgb(0, 98, 204) !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: rgb(0, 78, 163) !important;
}
.bg-secondary {
    background-color: rgb(88, 95, 99) !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: rgb(69, 74, 77) !important;
}
.bg-success {
    background-color: rgb(32, 134, 55) !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: rgb(24, 101, 42) !important;
}
.bg-info {
    background-color: rgb(18, 130, 147) !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: rgb(14, 98, 111) !important;
}
.bg-warning {
    background-color: rgb(200, 150, 0) !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: rgb(169, 126, 0) !important;
}
.bg-danger {
    background-color: rgb(165, 29, 42) !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: rgb(151, 26, 38) !important;
}
.bg-light {
    background-color: rgb(27, 30, 31) !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: rgb(42, 45, 47) !important;
}
.bg-dark {
    background-color: rgb(44, 47, 49) !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: rgb(24, 27, 28) !important;
}
.bg-white {
    background-color: rgb(24, 26, 27) !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border-color: rgb(56, 61, 63) !important;
}
.border-top {
    border-top-color: rgb(56, 61, 63) !important;
}
.border-right {
    border-right-color: rgb(56, 61, 63) !important;
}
.border-bottom {
    border-bottom-color: rgb(56, 61, 63) !important;
}
.border-left {
    border-left-color: rgb(56, 61, 63) !important;
}
.border-0 {
    border-color: initial !important;
}
.border-top-0 {
    border-top-color: initial !important;
}
.border-right-0 {
    border-right-color: initial !important;
}
.border-bottom-0 {
    border-bottom-color: initial !important;
}
.border-left-0 {
    border-left-color: initial !important;
}
.border-primary {
    border-color: rgb(0, 86, 179) !important;
}
.border-secondary {
    border-color: rgb(102, 94, 83) !important;
}
.border-success {
    border-color: rgb(37, 156, 64) !important;
}
.border-info {
    border-color: rgb(21, 151, 171) !important;
}
.border-warning {
    border-color: rgb(176, 132, 0) !important;
}
.border-danger {
    border-color: rgb(148, 26, 37) !important;
}
.border-light {
    border-color: rgb(50, 54, 56) !important;
}
.border-dark {
    border-color: rgb(121, 112, 99) !important;
}
.border-white {
    border-color: rgb(48, 52, 54) !important;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border-color: initial;
}
.sr-only {
    border-color: initial;
}
.shadow-sm {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.125rem 0.25rem !important;
}
.shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important;
}
.shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1rem 3rem !important;
}
.shadow-none {
    box-shadow: none !important;
}
.stretched-link::after {
    background-color: rgba(0, 0, 0, 0);
}
.text-white {
    color: rgb(232, 230, 227) !important;
}
.text-primary {
    color: rgb(51, 162, 255) !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: rgb(97, 183, 255) !important;
}
.text-secondary {
    color: rgb(158, 150, 137) !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: rgb(182, 176, 167) !important;
}
.text-success {
    color: rgb(97, 217, 124) !important;
}
a.text-success:focus,
a.text-success:hover {
    color: rgb(140, 228, 161) !important;
}
.text-info {
    color: rgb(81, 212, 233) !important;
}
a.text-info:focus,
a.text-info:hover {
    color: rgb(129, 223, 239) !important;
}
.text-warning {
    color: rgb(255, 199, 30) !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: rgb(255, 209, 74) !important;
}
.text-danger {
    color: rgb(223, 70, 85) !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: rgb(227, 95, 107) !important;
}
.text-light {
    color: rgb(228, 226, 222) !important;
}
a.text-light:focus,
a.text-light:hover {
    color: rgb(204, 199, 193) !important;
}
.text-dark {
    color: rgb(195, 190, 182) !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: rgb(219, 216, 212) !important;
}
.text-body {
    color: rgb(209, 205, 199) !important;
}
.text-muted {
    color: rgb(158, 150, 137) !important;
}
.text-black-50 {
    color: rgba(232, 230, 227, 0.5) !important;
}
.text-white-50 {
    color: rgba(232, 230, 227, 0.5) !important;
}
.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border-color: initial;
}
.text-decoration-none {
    text-decoration-color: initial !important;
}
.text-reset {
    color: inherit !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    background-color: transparent;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: rgb(34, 36, 38);
}
.ps__thumb-x {
    background-color: rgb(72, 78, 81);
}
.ps__thumb-y {
    background-color: rgb(72, 78, 81);
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: rgb(82, 88, 92);
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: rgb(82, 88, 92);
}
.btn,
.navbar .navbar-nav > a.btn {
    border-color: initial;
    background-color: rgb(91, 99, 103);
    color: rgb(232, 230, 227);
}
.btn:hover,
.btn:focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:active:hover,
.btn.active:hover,
.show > .btn.dropdown-toggle,
.show > .btn.dropdown-toggle:focus,
.show > .btn.dropdown-toggle:hover,
.navbar .navbar-nav > a.btn:hover,
.navbar .navbar-nav > a.btn:focus,
.navbar .navbar-nav > a.btn:not(:disabled):not(.disabled):active,
.navbar .navbar-nav > a.btn:not(:disabled):not(.disabled).active,
.navbar .navbar-nav > a.btn:not(:disabled):not(.disabled):active:focus,
.navbar .navbar-nav > a.btn:not(:disabled):not(.disabled).active:focus,
.navbar .navbar-nav > a.btn:active:hover,
.navbar .navbar-nav > a.btn.active:hover,
.show > .navbar .navbar-nav > a.btn.dropdown-toggle,
.show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus,
.show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
    background-color: rgb(83, 90, 93);
    color: rgb(232, 230, 227);
    box-shadow: none;
    border-color: rgb(77, 84, 87);
}
.btn:not([data-action]):not([class*="btn-outline-"]):hover,
.navbar .navbar-nav > a.btn:not([data-action]):not([class*="btn-outline-"]):hover {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px 0px;
}
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled.focus,
.btn.disabled:active,
.btn.disabled.active,
.btn:disabled,
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled.focus,
.btn:disabled:active,
.btn:disabled.active,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled].focus,
.btn[disabled]:active,
.btn[disabled].active,
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn.active,
.navbar .navbar-nav > a.btn.disabled,
.navbar .navbar-nav > a.btn.disabled:hover,
.navbar .navbar-nav > a.btn.disabled:focus,
.navbar .navbar-nav > a.btn.disabled.focus,
.navbar .navbar-nav > a.btn.disabled:active,
.navbar .navbar-nav > a.btn.disabled.active,
.navbar .navbar-nav > a.btn:disabled,
.navbar .navbar-nav > a.btn:disabled:hover,
.navbar .navbar-nav > a.btn:disabled:focus,
.navbar .navbar-nav > a.btn:disabled.focus,
.navbar .navbar-nav > a.btn:disabled:active,
.navbar .navbar-nav > a.btn:disabled.active,
.navbar .navbar-nav > a.btn[disabled],
.navbar .navbar-nav > a.btn[disabled]:hover,
.navbar .navbar-nav > a.btn[disabled]:focus,
.navbar .navbar-nav > a.btn[disabled].focus,
.navbar .navbar-nav > a.btn[disabled]:active,
.navbar .navbar-nav > a.btn[disabled].active,
fieldset[disabled] .navbar .navbar-nav > a.btn,
fieldset[disabled] .navbar .navbar-nav > a.btn:hover,
fieldset[disabled] .navbar .navbar-nav > a.btn:focus,
fieldset[disabled] .navbar .navbar-nav > a.btn.focus,
fieldset[disabled] .navbar .navbar-nav > a.btn:active,
fieldset[disabled] .navbar .navbar-nav > a.btn.active {
    background-color: rgb(91, 99, 103);
    border-color: rgb(82, 88, 92);
}
.btn.btn-link,
.navbar .navbar-nav > a.btn.btn-link {
    color: rgb(157, 148, 136);
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.navbar .navbar-nav > a.btn.btn-link:hover,
.navbar .navbar-nav > a.btn.btn-link:focus,
.navbar .navbar-nav > a.btn.btn-link:active {
    background-color: transparent;
    color: rgb(166, 159, 147);
    text-decoration-color: initial;
    box-shadow: none;
}
.btn:hover,
.btn:focus,
.navbar .navbar-nav > a.btn:hover,
.navbar .navbar-nav > a.btn:focus {
    outline-color: initial !important;
}
.btn:active,
.btn.active,
.open > .btn.dropdown-toggle,
.navbar .navbar-nav > a.btn:active,
.navbar .navbar-nav > a.btn.active,
.open > .navbar .navbar-nav > a.btn.dropdown-toggle {
    box-shadow: none;
    outline-color: initial !important;
}
.btn-primary {
    background-color: rgb(173, 46, 5);
    color: rgb(232, 230, 227);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:hover {
    background-color: rgb(155, 42, 4);
    color: rgb(232, 230, 227);
    box-shadow: none;
    border-color: rgb(152, 41, 4);
}
.btn-primary:not([data-action]):not([class*="btn-outline-"]):hover {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px 0px;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:active,
.btn-primary:disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: rgb(173, 46, 5);
    border-color: rgb(161, 43, 5);
}
.btn-primary.btn-link {
    color: rgb(249, 108, 62);
}
.btn-primary.btn-link:hover,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:active {
    background-color: transparent;
    color: rgb(250, 124, 83);
    text-decoration-color: initial;
    box-shadow: none;
}
.btn-success {
    background-color: rgb(19, 165, 12);
    color: rgb(232, 230, 227);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.show > .btn-success.dropdown-toggle,
.show > .btn-success.dropdown-toggle:focus,
.show > .btn-success.dropdown-toggle:hover {
    background-color: rgb(22, 188, 14);
    color: rgb(232, 230, 227);
    box-shadow: none;
    border-color: rgb(19, 167, 12);
}
.btn-success:not([data-action]):not([class*="btn-outline-"]):hover {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px 0px;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success:disabled,
.btn-success:disabled:hover,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:active,
.btn-success:disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: rgb(19, 165, 12);
    border-color: rgb(20, 176, 13);
}
.btn-success.btn-link {
    color: rgb(72, 241, 63);
}
.btn-success.btn-link:hover,
.btn-success.btn-link:focus,
.btn-success.btn-link:active {
    background-color: transparent;
    color: rgb(52, 240, 43);
    text-decoration-color: initial;
    box-shadow: none;
}
.btn-info {
    background-color: rgb(0, 104, 178);
    color: rgb(232, 230, 227);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.show > .btn-info.dropdown-toggle,
.show > .btn-info.dropdown-toggle:focus,
.show > .btn-info.dropdown-toggle:hover {
    background-color: rgb(0, 94, 159);
    color: rgb(232, 230, 227);
    box-shadow: none;
    border-color: rgb(0, 92, 156);
}
.btn-info:not([data-action]):not([class*="btn-outline-"]):hover {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px 0px;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info:disabled,
.btn-info:disabled:hover,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
.btn-info:disabled:active,
.btn-info:disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: rgb(0, 104, 178);
    border-color: rgb(0, 97, 165);
}
.btn-info.btn-link {
    color: rgb(56, 173, 255);
}
.btn-info.btn-link:hover,
.btn-info.btn-link:focus,
.btn-info.btn-link:active {
    background-color: transparent;
    color: rgb(78, 182, 255);
    text-decoration-color: initial;
    box-shadow: none;
}
.btn-warning {
    background-color: rgb(172, 106, 0);
    color: rgb(232, 230, 227);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.show > .btn-warning.dropdown-toggle,
.show > .btn-warning.dropdown-toggle:focus,
.show > .btn-warning.dropdown-toggle:hover {
    background-color: rgb(153, 95, 0);
    color: rgb(232, 230, 227);
    box-shadow: none;
    border-color: rgb(153, 95, 0);
}
.btn-warning:not([data-action]):not([class*="btn-outline-"]):hover {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px 0px;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning:disabled,
.btn-warning:disabled:hover,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
.btn-warning:disabled:active,
.btn-warning:disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: rgb(172, 106, 0);
    border-color: rgb(162, 100, 0);
}
.btn-warning.btn-link {
    color: rgb(255, 182, 63);
}
.btn-warning.btn-link:hover,
.btn-warning.btn-link:focus,
.btn-warning.btn-link:active {
    background-color: transparent;
    color: rgb(255, 190, 85);
    text-decoration-color: initial;
    box-shadow: none;
}
.btn-danger {
    background-color: rgb(172, 0, 0);
    color: rgb(232, 230, 227);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.show > .btn-danger.dropdown-toggle,
.show > .btn-danger.dropdown-toggle:focus,
.show > .btn-danger.dropdown-toggle:hover {
    background-color: rgb(153, 0, 0);
    color: rgb(232, 230, 227);
    box-shadow: none;
    border-color: rgb(153, 0, 0);
}
.btn-danger:not([data-action]):not([class*="btn-outline-"]):hover {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px 0px;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger:disabled,
.btn-danger:disabled:hover,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
.btn-danger:disabled:active,
.btn-danger:disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: rgb(172, 0, 0);
    border-color: rgb(162, 0, 0);
}
.btn-danger.btn-link {
    color: rgb(255, 63, 63);
}
.btn-danger.btn-link:hover,
.btn-danger.btn-link:focus,
.btn-danger.btn-link:active {
    background-color: transparent;
    color: rgb(255, 85, 85);
    text-decoration-color: initial;
    box-shadow: none;
}
.btn-neutral {
    background-color: rgb(24, 26, 27);
    color: rgb(249, 108, 62);
}
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:not(:disabled):not(.disabled):active,
.btn-neutral:not(:disabled):not(.disabled).active,
.btn-neutral:not(:disabled):not(.disabled):active:focus,
.btn-neutral:not(:disabled):not(.disabled).active:focus,
.btn-neutral:active:hover,
.btn-neutral.active:hover,
.show > .btn-neutral.dropdown-toggle,
.show > .btn-neutral.dropdown-toggle:focus,
.show > .btn-neutral.dropdown-toggle:hover {
    background-color: rgb(24, 26, 27);
    color: rgb(232, 230, 227);
    box-shadow: none;
    border-color: rgb(48, 52, 54);
}
.btn-neutral:not([data-action]):not([class*="btn-outline-"]):hover {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px 0px;
}
.btn-neutral.disabled,
.btn-neutral.disabled:hover,
.btn-neutral.disabled:focus,
.btn-neutral.disabled.focus,
.btn-neutral.disabled:active,
.btn-neutral.disabled.active,
.btn-neutral:disabled,
.btn-neutral:disabled:hover,
.btn-neutral:disabled:focus,
.btn-neutral:disabled.focus,
.btn-neutral:disabled:active,
.btn-neutral:disabled.active,
.btn-neutral[disabled],
.btn-neutral[disabled]:hover,
.btn-neutral[disabled]:focus,
.btn-neutral[disabled].focus,
.btn-neutral[disabled]:active,
.btn-neutral[disabled].active,
fieldset[disabled] .btn-neutral,
fieldset[disabled] .btn-neutral:hover,
fieldset[disabled] .btn-neutral:focus,
fieldset[disabled] .btn-neutral.focus,
fieldset[disabled] .btn-neutral:active,
fieldset[disabled] .btn-neutral.active {
    background-color: rgb(24, 26, 27);
    border-color: rgb(48, 52, 54);
}
.btn-neutral.btn-danger {
    color: rgb(255, 63, 63);
}
.btn-neutral.btn-danger:hover,
.btn-neutral.btn-danger:focus,
.btn-neutral.btn-danger:active,
.btn-neutral.btn-danger:active:focus {
    color: rgb(255, 85, 85) !important;
}
.btn-neutral.btn-info {
    color: rgb(56, 173, 255);
}
.btn-neutral.btn-info:hover,
.btn-neutral.btn-info:focus,
.btn-neutral.btn-info:active,
.btn-neutral.btn-info:active:focus {
    color: rgb(78, 182, 255) !important;
}
.btn-neutral.btn-warning {
    color: rgb(255, 182, 63);
}
.btn-neutral.btn-warning:hover,
.btn-neutral.btn-warning:focus,
.btn-neutral.btn-warning:active,
.btn-neutral.btn-warning:active:focus {
    color: rgb(255, 190, 85) !important;
}
.btn-neutral.btn-success {
    color: rgb(72, 241, 63);
}
.btn-neutral.btn-success:hover,
.btn-neutral.btn-success:focus,
.btn-neutral.btn-success:active,
.btn-neutral.btn-success:active:focus {
    color: rgb(52, 240, 43) !important;
}
.btn-neutral.btn-default {
    color: rgb(157, 148, 136);
}
.btn-neutral.btn-default:hover,
.btn-neutral.btn-default:focus,
.btn-neutral.btn-default:active,
.btn-neutral.btn-default:active:focus {
    color: rgb(166, 159, 147) !important;
}
.btn-neutral.active,
.btn-neutral:active,
.btn-neutral:active:focus,
.btn-neutral:active:hover,
.btn-neutral.active:focus,
.btn-neutral.active:hover,
.show > .btn-neutral.dropdown-toggle,
.show > .btn-neutral.dropdown-toggle:focus,
.show > .btn-neutral.dropdown-toggle:hover {
    background-color: rgb(24, 26, 27);
    box-shadow: none;
    color: rgb(250, 124, 83) !important;
}
.btn-neutral:hover,
.btn-neutral:focus {
    color: rgb(250, 124, 83);
}
.btn-neutral:hover:not(.nav-link),
.btn-neutral:focus:not(.nav-link) {
    box-shadow: none !important;
}
.btn-neutral.btn-link {
    color: rgb(232, 230, 227);
}
.btn-neutral.btn-link:hover,
.btn-neutral.btn-link:focus,
.btn-neutral.btn-link:active {
    background-color: transparent;
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
    box-shadow: none;
}
.btn-outline-primary {
    color: rgb(249, 108, 62);
    border-color: rgb(161, 43, 5);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:active:hover,
.btn-outline-primary.active:hover,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle:focus,
.show > .btn-outline-primary.dropdown-toggle:hover {
    background-color: transparent;
    color: rgb(250, 124, 83);
    border-color: rgb(152, 41, 4);
    box-shadow: none;
}
.btn-outline-success {
    color: rgb(72, 241, 63);
    border-color: rgb(20, 176, 13);
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:active:hover,
.btn-outline-success.active:hover,
.show > .btn-outline-success.dropdown-toggle,
.show > .btn-outline-success.dropdown-toggle:focus,
.show > .btn-outline-success.dropdown-toggle:hover {
    background-color: transparent;
    color: rgb(52, 240, 43);
    border-color: rgb(19, 167, 12);
    box-shadow: none;
}
.btn-outline-info {
    color: rgb(56, 173, 255);
    border-color: rgb(0, 97, 165);
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:active:hover,
.btn-outline-info.active:hover,
.show > .btn-outline-info.dropdown-toggle,
.show > .btn-outline-info.dropdown-toggle:focus,
.show > .btn-outline-info.dropdown-toggle:hover {
    background-color: transparent;
    color: rgb(78, 182, 255);
    border-color: rgb(0, 92, 156);
    box-shadow: none;
}
.btn-outline-warning {
    color: rgb(255, 182, 63);
    border-color: rgb(162, 100, 0);
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:active:hover,
.btn-outline-warning.active:hover,
.show > .btn-outline-warning.dropdown-toggle,
.show > .btn-outline-warning.dropdown-toggle:focus,
.show > .btn-outline-warning.dropdown-toggle:hover {
    background-color: transparent;
    color: rgb(255, 190, 85);
    border-color: rgb(153, 95, 0);
    box-shadow: none;
}
.btn-outline-danger {
    color: rgb(255, 63, 63);
    border-color: rgb(162, 0, 0);
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:active:hover,
.btn-outline-danger.active:hover,
.show > .btn-outline-danger.dropdown-toggle,
.show > .btn-outline-danger.dropdown-toggle:focus,
.show > .btn-outline-danger.dropdown-toggle:hover {
    background-color: transparent;
    color: rgb(255, 85, 85);
    border-color: rgb(153, 0, 0);
    box-shadow: none;
}
.btn-outline-default {
    color: rgb(157, 148, 136);
    border-color: rgb(82, 88, 92);
}
.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active,
.btn-outline-default:not(:disabled):not(.disabled):active:focus,
.btn-outline-default:not(:disabled):not(.disabled).active:focus,
.btn-outline-default:active:hover,
.btn-outline-default.active:hover,
.show > .btn-outline-default.dropdown-toggle,
.show > .btn-outline-default.dropdown-toggle:focus,
.show > .btn-outline-default.dropdown-toggle:hover {
    background-color: transparent;
    color: rgb(166, 159, 147);
    border-color: rgb(77, 84, 87); box-shadow: none; 
}
[class*="btn-outline-"] {
    border-color: initial; background-color: transparent; 
}
[class*="btn-outline-"].disabled, [class*="btn-outline-"].disabled:hover, [class*="btn-outline-"].disabled:focus, [class*="btn-outline-"].disabled.focus, [class*="btn-outline-"].disabled:active, [class*="btn-outline-"].disabled.active, [class*="btn-outline-"]:disabled, [class*="btn-outline-"]:disabled:hover, [class*="btn-outline-"]:disabled:focus, [class*="btn-outline-"]:disabled.focus, [class*="btn-outline-"]:disabled:active, [class*="btn-outline-"]:disabled.active, [class*="btn-outline-"][disabled], [class*="btn-outline-"][disabled]:hover, [class*="btn-outline-"][disabled]:focus, [class*="btn-outline-"][disabled].focus, [class*="btn-outline-"][disabled]:active, [class*="btn-outline-"][disabled].active, fieldset[disabled] [class*="btn-outline-"], fieldset[disabled] [class*="btn-outline-"]:hover, fieldset[disabled] [class*="btn-outline-"]:focus, fieldset[disabled] [class*="btn-outline-"].focus, fieldset[disabled] [class*="btn-outline-"]:active, fieldset[disabled] [class*="btn-outline-"].active,
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled.focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link:disabled,
.btn-link:disabled:hover,
.btn-link:disabled:focus,
.btn-link:disabled.focus,
.btn-link:disabled:active,
.btn-link:disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled].focus,
.btn-link[disabled]:active,
.btn-link[disabled].active,
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link.focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
    background-color: transparent;
}
.btn-link {
    border-color: initial;
    background-color: transparent;
}
.form-control::-webkit-input-placeholder {
    color: rgb(157, 148, 136);
}
.form-control {
    background-color: transparent;
    border-color: rgb(56, 61, 63);
    color: rgb(204, 200, 193);
    box-shadow: none;
}
.form-control:focus {
    border-color: rgb(161, 43, 5);
    box-shadow: none;
    color: rgb(204, 200, 193);
    outline-color: initial !important;
}
.form-control:focus + .input-group-append .input-group-text,
.form-control:focus ~ .input-group-append .input-group-text,
.form-control:focus + .input-group-prepend .input-group-text,
.form-control:focus ~ .input-group-prepend .input-group-text {
    border-top-color: rgb(161, 43, 5);
    border-right-color: rgb(161, 43, 5);
    border-bottom-color: rgb(161, 43, 5);
    border-left-color: initial;
    background-color: transparent;
}
.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    box-shadow: none;
}
.has-danger .form-control.form-control-success,
.has-danger .form-control.form-control-danger,
.has-success .form-control.form-control-success,
.has-success .form-control.form-control-danger {
    background-image: none;
}
.open .form-control {
    border-bottom-color: transparent;
}
.form-control + .input-group-append .input-group-text,
.form-control + .input-group-prepend .input-group-text {
    background-color: rgb(24, 26, 27);
}
.has-success .input-group-append .input-group-text,
.has-success .input-group-prepend .input-group-text,
.has-success .form-control {
    border-color: rgb(56, 61, 63);
}
.has-success .form-control:focus,
.has-success.input-group-focus .input-group-append .input-group-text,
.has-success.input-group-focus .input-group-prepend .input-group-text {
    border-color: rgb(20, 168, 12);
}
.has-danger .form-control,
.has-danger .input-group-append .input-group-text,
.has-danger .input-group-prepend .input-group-text,
.has-danger.input-group-focus .input-group-prepend .input-group-text,
.has-danger.input-group-focus .input-group-append .input-group-text {
    border-color: rgb(116, 0, 0);
    color: rgb(255, 63, 63);
    background-color: rgba(43, 46, 48, 0.1);
}
.has-danger .form-control:focus,
.has-danger .input-group-append .input-group-text:focus,
.has-danger .input-group-prepend .input-group-text:focus,
.has-danger.input-group-focus .input-group-prepend .input-group-text:focus,
.has-danger.input-group-focus .input-group-append .input-group-text:focus {
    background-color: rgb(24, 26, 27);
}
.has-success::after,
.has-danger::after {
    color: rgb(72, 241, 63);
}
.has-success.form-check .form-check-label,
.has-danger.form-check .form-check-label {
    color: rgb(72, 241, 63);
}
.has-danger::after {
    color: rgb(255, 63, 63);
}
.has-danger.form-check .form-check-label {
    color: rgb(255, 63, 63);
}
.form-group.no-border .form-control,
.form-group.no-border .form-control + .input-group-prepend .input-group-text,
.form-group.no-border .form-control + .input-group-append .input-group-text,
.input-group.no-border .form-control,
.input-group.no-border .form-control + .input-group-prepend .input-group-text,
.input-group.no-border .form-control + .input-group-append .input-group-text {
    background-color: rgba(43, 46, 48, 0.3);
    border-color: initial;
}
.form-group.no-border .form-control:focus,
.form-group.no-border .form-control:active,
.form-group.no-border .form-control:active,
.form-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.form-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.form-group.no-border .form-control + .input-group-append .input-group-text:focus,
.form-group.no-border .form-control + .input-group-append .input-group-text:active,
.form-group.no-border .form-control + .input-group-append .input-group-text:active,
.input-group.no-border .form-control:focus,
.input-group.no-border .form-control:active,
.input-group.no-border .form-control:active,
.input-group.no-border .form-control + .input-group-prepend .input-group-text:focus,
.input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.input-group.no-border .form-control + .input-group-prepend .input-group-text:active,
.input-group.no-border .form-control + .input-group-append .input-group-text:focus,
.input-group.no-border .form-control + .input-group-append .input-group-text:active,
.input-group.no-border .form-control + .input-group-append .input-group-text:active {
    border-color: initial;
    background-color: rgba(43, 46, 48, 0.5);
}
.form-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.form-group.no-border .form-control:focus + .input-group-append .input-group-text,
.input-group.no-border .form-control:focus + .input-group-prepend .input-group-text,
.input-group.no-border .form-control:focus + .input-group-append .input-group-text {
    background-color: rgba(43, 46, 48, 0.5);
}
.form-group.no-border .input-group-prepend .input-group-text,
.form-group.no-border .input-group-append .input-group-text,
.input-group.no-border .input-group-prepend .input-group-text,
.input-group.no-border .input-group-append .input-group-text {
    background-color: rgba(43, 46, 48, 0.3);
    border-color: initial;
}
.has-error .form-control-feedback,
.has-error .control-label {
    color: rgb(255, 63, 63);
}
.has-success .form-control-feedback,
.has-success .control-label {
    color: rgb(72, 241, 63);
}
.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
    background-color: transparent;
    border-color: rgb(56, 61, 63);
    color: rgb(157, 148, 136);
}
.has-danger.input-group-focus .input-group-append .input-group-text,
.has-danger.input-group-focus .input-group-prepend .input-group-text {
    background-color: rgb(24, 26, 27);
}
.has-success .input-group-append .input-group-text,
.has-success .input-group-prepend .input-group-text {
    background-color: rgb(24, 26, 27);
}
.has-danger .form-control:focus + .input-group-append .input-group-text,
.has-danger .form-control:focus + .input-group-prepend .input-group-text {
    color: rgb(255, 63, 63);
}
.has-success .form-control:focus + .input-group-append .input-group-text,
.has-success .form-control:focus + .input-group-prepend .input-group-text {
    color: rgb(72, 241, 63);
}
.input-group-append .input-group-text {
    border-left-color: initial;
}
.input-group-prepend .input-group-text {
    border-right-color: initial;
}
.input-group-focus .input-group-prepend .input-group-text,
.input-group-focus .input-group-append .input-group-text {
    background-color: rgb(24, 26, 27);
    border-color: rgb(161, 43, 5);
}
.input-group-focus.no-border .input-group-prepend .input-group-text,
.input-group-focus.no-border .input-group-append .input-group-text {
    background-color: rgba(43, 46, 48, 0.5);
}
.input-group[disabled] .input-group-prepend .input-group-text,
.input-group[disabled] .input-group-append .input-group-text {
    background-color: rgb(40, 43, 45);
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-left-color: initial;
}
.input-group .form-control:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right-color: initial;
}
.input-group .form-control:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-left-color: initial;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgb(40, 43, 45);
    color: rgb(157, 148, 136);
}
.input-group-btn .btn-default:not(.btn-fill) {
    border-color: rgb(58, 62, 65);
}
textarea.form-control {
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-bottom-color: rgb(56, 61, 63);
}
textarea.form-control:focus,
textarea.form-control:active {
    border-left-color: initial;
    border-top-color: initial;
    border-right-color: initial;
}
a {
    color: rgb(249, 108, 62);
}
a:hover,
a:focus {
    color: rgb(249, 108, 62);
}
.title.title-up a {
    color: rgb(204, 200, 193);
    text-decoration-color: initial;
}
.description,
.card-description,
.footer-big p,
.card .footer .stats {
    color: rgb(168, 161, 149);
}
.category,
.card-category {
    color: rgb(168, 161, 149);
}
.text-primary,
a.text-primary:focus,
a.text-primary:hover {
    color: rgb(249, 108, 62) !important;
}
.text-info,
a.text-info:focus,
a.text-info:hover {
    color: rgb(56, 173, 255) !important;
}
.text-success,
a.text-success:focus,
a.text-success:hover {
    color: rgb(72, 241, 63) !important;
}
.text-warning,
a.text-warning:focus,
a.text-warning:hover {
    color: rgb(255, 182, 63) !important;
}
.text-danger,
a.text-danger:focus,
a.text-danger:hover {
    color: rgb(255, 63, 63) !important;
}
.text-gray,
a.text-gray:focus,
a.text-gray:hover {
    color: rgb(214, 211, 205) !important;
}
.blockquote {
    border-color: rgb(82, 88, 92);
}
.blockquote small {
    color: rgb(157, 148, 136);
}
.blockquote.blockquote-primary {
    border-color: rgb(161, 43, 5);
    color: rgb(249, 108, 62);
}
.blockquote.blockquote-primary small {
    color: rgb(249, 108, 62);
}
.blockquote.blockquote-danger {
    border-color: rgb(162, 0, 0);
    color: rgb(255, 63, 63);
}
.blockquote.blockquote-danger small {
    color: rgb(255, 63, 63);
}
.blockquote.blockquote-white {
    border-color: rgba(48, 52, 54, 0.8);
    color: rgb(232, 230, 227);
}
.blockquote.blockquote-white small {
    color: rgba(232, 230, 227, 0.8);
}
body {
    color: rgb(204, 200, 193);
}
.main {
    background-image: initial;
    background-color: rgb(24, 26, 27);
}
.button-bar {
    background-image: initial;
    background-color: rgb(24, 26, 27);
}
.caret {
    border-top-color: initial;
    border-right-color: transparent;
    border-left-color: transparent;
}
.form-check .form-check-sign::before,
.form-check .form-check-sign::after {
    background-color: transparent;
    border-color: rgb(56, 61, 63);
}
.form-check .form-check-sign::after {
    color: rgb(178, 172, 162);
    border-color: initial;
    background-color: inherit;
}
.form-check.disabled .form-check-label,
.form-check.disabled .form-check-label {
    color: rgb(168, 161, 149);
}
.form-check-radio .form-check-sign::before,
.form-check-radio .form-check-sign::after {
    border-color: rgb(56, 61, 63); 
}
.form-check-radio input[type="radio"]:checked + .form-check-sign::after {
    background-color: rgb(64, 69, 72);
    border-color: rgb(112, 104, 92); 
}
.form-check-radio input[type="radio"]:disabled + .form-check-sign {
    color: rgb(168, 161, 149); 
}
.form-check-radio input[type="radio"]:disabled + .form-check-sign::before, .form-check-radio input[type="radio"]:disabled + .form-check-sign::after {
    color: rgb(168, 161, 149);
}
.navbar {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px 0px;
}
.navbar a:not(.btn):not(.dropdown-item) {
    color: rgb(232, 230, 227);
}
.navbar a.dropdown-item {
    color: rgb(157, 148, 136);
}
.navbar.bg-white .input-group .form-control,
.navbar.bg-white .input-group.no-border .form-control {
    color: rgb(157, 148, 136);
}
.navbar.bg-white .input-group .form-control::-webkit-input-placeholder,
.navbar.bg-white .input-group.no-border .form-control::-webkit-input-placeholder {
    color: rgb(157, 148, 136);
}
.navbar.bg-white .input-group-prepend .input-group-text i,
.navbar.bg-white .input-group-append .input-group-text i {
    color: rgb(157, 148, 136);
}
.navbar .form-group .form-group-addon,
.navbar .form-group .input-group-prepend .input-group-text,
.navbar .form-group .input-group-append .input-group-text,
.navbar .input-group .form-group-addon,
.navbar .input-group .input-group-prepend .input-group-text,
.navbar .input-group .input-group-append .input-group-text {
    color: rgb(232, 230, 227);
}
.navbar .form-group.no-border .form-control,
.navbar .input-group.no-border .form-control {
    color: rgb(232, 230, 227);
}
.navbar .form-group.no-border .form-control::-webkit-input-placeholder,
.navbar .input-group.no-border .form-control::-webkit-input-placeholder {
    color: rgb(232, 230, 227);
}
.navbar .navbar-nav .nav-link.disabled {
    color: rgb(232, 230, 227);
}
.navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
    background-color: rgba(24, 26, 27, 0.2);
    color: rgb(232, 230, 227);
}
.navbar .logo-container {
    border-color: transparent;
}
.navbar .navbar-toggler {
    outline-color: initial;
}
.navbar.navbar-transparent {
    box-shadow: none;
    color: rgb(232, 230, 227);
    background-color: transparent !important;
}
.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn) {
    color: rgb(157, 148, 136);
}
.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn).disabled {
    color: rgb(157, 148, 136);
}
.navbar.bg-white:not(.navbar-transparent) .button-bar {
    background-image: initial;
    background-color: rgb(91, 99, 103);
}
.navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn),
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active {
    background-color: rgba(43, 46, 48, 0.8);
    color: rgb(157, 148, 136);
}
.navbar.bg-white:not(.navbar-transparent) .logo-container {
    border-color: rgb(82, 88, 92);
}
.bg-default {
    background-color: rgb(91, 99, 103) !important;
}
.bg-primary {
    background-color: rgb(173, 46, 5) !important;
}
.bg-info {
    background-color: rgb(0, 104, 178) !important;
}
.bg-success {
    background-color: rgb(19, 165, 12) !important;
}
.bg-danger {
    background-color: rgb(172, 0, 0) !important;
}
.bg-warning {
    background-color: rgb(172, 106, 0) !important;
}
.bg-white {
    background-color: rgb(24, 26, 27) !important;
}
.page-header {
    color: rgb(232, 230, 227);
}
.page-header .content-center {
    color: rgb(232, 230, 227);
}
.page-header .category,
.page-header .description {
    color: rgba(232, 230, 227, 0.8);
}
.page-header::before {
    background-color: rgba(0, 0, 0, 0.3); 
}
.page-header[filter-color="orange"] {
    background-image: linear-gradient(0deg,
    rgba(33, 36, 37, 0.2),
    rgba(179, 18, 2, 0.6));
    background-color: initial;
}
.dropdown-menu {
    border-color: initial;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px 0px;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    color: inherit;
}
.dropup .dropdown-menu::after {
    color: rgb(232, 230, 227);
    border-top-color: initial;
    border-right-color: transparent;
    border-left-color: transparent;
}
.dropdown-menu::before {
    color: rgb(232, 230, 227);
    border-bottom-color: initial;
    border-right-color: transparent;
    border-left-color: transparent;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.bootstrap-select .dropdown-menu.inner li a:hover,
.bootstrap-select .dropdown-menu.inner li a:focus {
    background-color: rgba(43, 46, 48, 0.3);
    outline-color: initial;
}
.dropdown-menu .dropdown-item.disabled,
.dropdown-menu .dropdown-item:disabled,
.bootstrap-select .dropdown-menu.inner li a.disabled,
.bootstrap-select .dropdown-menu.inner li a:disabled {
    color: rgba(186, 180, 171, 0.6);
}
.dropdown-menu .dropdown-item.disabled:hover,
.dropdown-menu .dropdown-item.disabled:focus,
.dropdown-menu .dropdown-item:disabled:hover,
.dropdown-menu .dropdown-item:disabled:focus,
.bootstrap-select .dropdown-menu.inner li a.disabled:hover,
.bootstrap-select .dropdown-menu.inner li a.disabled:focus,
.bootstrap-select .dropdown-menu.inner li a:disabled:hover,
.bootstrap-select .dropdown-menu.inner li a:disabled:focus {
    background-color: transparent;
}
.dropdown-menu .dropdown-divider {
    background-color: rgba(43, 46, 48, 0.5);
}
.dropdown-menu .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(186, 180, 171, 0.6);
}
.dropdown-menu.dropdown-primary {
    background-color: rgb(182, 49, 5);
}
.dropdown-menu.dropdown-primary::before {
    color: rgb(249, 100, 51);
}
.dropdown-menu.dropdown-primary .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(232, 230, 227, 0.8);
}
.dropdown-menu.dropdown-primary .dropdown-item {
    color: rgb(232, 230, 227);
}
.dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropdown-menu.dropdown-primary .dropdown-item:focus {
    background-color: rgba(24, 26, 27, 0.2);
}
.dropdown-menu.dropdown-primary .dropdown-divider {
    background-color: rgba(24, 26, 27, 0.2);
}
.dropdown-menu.dropdown-info {
    background-color: rgb(0, 110, 187);
}
.dropdown-menu.dropdown-info::before {
    color: rgb(46, 169, 255);
}
.dropdown-menu.dropdown-info .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(232, 230, 227, 0.8);
}
.dropdown-menu.dropdown-info .dropdown-item {
    color: rgb(232, 230, 227);
}
.dropdown-menu.dropdown-info .dropdown-item:hover,
.dropdown-menu.dropdown-info .dropdown-item:focus {
    background-color: rgba(24, 26, 27, 0.2);
}
.dropdown-menu.dropdown-info .dropdown-divider {
    background-color: rgba(24, 26, 27, 0.2);
}
.dropdown-menu.dropdown-danger {
    background-color: rgb(181, 0, 0);
}
.dropdown-menu.dropdown-danger::before {
    color: rgb(255, 53, 53);
}
.dropdown-menu.dropdown-danger .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(232, 230, 227, 0.8);
}
.dropdown-menu.dropdown-danger .dropdown-item {
    color: rgb(232, 230, 227);
}
.dropdown-menu.dropdown-danger .dropdown-item:hover,
.dropdown-menu.dropdown-danger .dropdown-item:focus {
    background-color: rgba(24, 26, 27, 0.2);
}
.dropdown-menu.dropdown-danger .dropdown-divider {
    background-color: rgba(24, 26, 27, 0.2);
}
.dropdown-menu.dropdown-success {
    background-color: rgb(18, 154, 11);
}
.dropdown-menu.dropdown-success::before {
    color: rgb(81, 242, 73);
}
.dropdown-menu.dropdown-success .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(232, 230, 227, 0.8);
}
.dropdown-menu.dropdown-success .dropdown-item {
    color: rgb(232, 230, 227);
}
.dropdown-menu.dropdown-success .dropdown-item:hover,
.dropdown-menu.dropdown-success .dropdown-item:focus {
    background-color: rgba(24, 26, 27, 0.2);
}
.dropdown-menu.dropdown-success .dropdown-divider {
    background-color: rgba(24, 26, 27, 0.2);
}
.dropdown-menu.dropdown-warning {
    background-color: rgb(181, 111, 0);
}
.dropdown-menu.dropdown-warning::before {
    color: rgb(255, 177, 53);
}
.dropdown-menu.dropdown-warning .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(232, 230, 227, 0.8);
}
.dropdown-menu.dropdown-warning .dropdown-item {
    color: rgb(232, 230, 227);
}
.dropdown-menu.dropdown-warning .dropdown-item:hover,
.dropdown-menu.dropdown-warning .dropdown-item:focus {
    background-color: rgba(24, 26, 27, 0.2);
}
.dropdown-menu.dropdown-warning .dropdown-divider {
    background-color: rgba(24, 26, 27, 0.2);
}
.alert {
    border-color: initial;
    color: rgb(232, 230, 227);
}
.alert.alert-success {
    background-color: rgb(22, 184, 14);
}
.alert.alert-danger {
    background-color: rgb(156, 0, 0);
}
.alert.alert-warning {
    background-color: rgb(156, 96, 0);
}
.alert.alert-info {
    background-color: rgb(0, 95, 162);
}
.alert.alert-primary {
    background-color: rgb(158, 42, 4);
}
.alert .close {
    text-shadow: none;
    outline-color: initial;
    color: rgb(232, 230, 227) !important;
}
.img-raised {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 25px 0px;
}
.now-ui-icons.circle {
    background-color: rgb(34, 36, 38);
}
.all-icons .font-icon-detail {
    border-color: rgb(55, 60, 62);
}
.all-icons .font-icon-detail p {
    color: rgb(187, 181, 172);
}
.table > thead > tr > th {
    border-color: initial;
}
.table-shopping .td-name small {
    color: rgb(168, 161, 149);
}
.sidebar .sidebar-wrapper .navbar-form,
.off-canvas-sidebar .sidebar-wrapper .navbar-form {
    border-color: initial;
}
.sidebar .logo-tim,
.off-canvas-sidebar .logo-tim {
    border-color: rgb(123, 114, 101);
}
.sidebar .nav li > a,
.off-canvas-sidebar .nav li > a {
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
}
.sidebar .nav li:hover:not(.active) > a,
.sidebar .nav li:focus:not(.active) > a,
.off-canvas-sidebar .nav li:hover:not(.active) > a,
.off-canvas-sidebar .nav li:focus:not(.active) > a {
    background-color: rgba(24, 26, 27, 0.1);
}
.sidebar .nav li:hover:not(.active) > a i,
.sidebar .nav li:focus:not(.active) > a i,
.off-canvas-sidebar .nav li:hover:not(.active) > a i,
.off-canvas-sidebar .nav li:focus:not(.active) > a i {
    color: rgb(232, 230, 227);
}
.sidebar .nav li.active > a,
.off-canvas-sidebar .nav li.active > a {
    background-color: rgb(24, 26, 27);
    box-shadow: rgba(29, 32, 33, 0.1) 0px 1px 15px 1px;
}
.sidebar .nav i,
.off-canvas-sidebar .nav i {
    color: rgba(232, 230, 227, 0.5);
}
.sidebar .sidebar-background::after,
.off-canvas-sidebar .sidebar-background::after {
    background-image: initial;
    background-color: rgb(24, 26, 27);
}
.sidebar .logo::after,
.off-canvas-sidebar .logo::after {
    background-color: rgba(24, 26, 27, 0.5);
}
.sidebar .logo p,
.off-canvas-sidebar .logo p {
    color: rgb(232, 230, 227);
}
.sidebar .logo .simple-text,
.off-canvas-sidebar .logo .simple-text {
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
}
.sidebar .logo-tim,
.off-canvas-sidebar .logo-tim {
    border-color: rgb(123, 114, 101);
}
.sidebar::after,
.off-canvas-sidebar::after {
    background-image: linear-gradient(rgb(91, 99, 103) 0%,
    rgb(0, 0, 0) 80%); background-color: initial; 
}
.sidebar[data-color="blue"]::after, .off-canvas-sidebar[data-color="blue"]::after {
    background-image: initial;
    background-color: rgb(0, 104, 178); 
}
.sidebar[data-color="blue"] .nav li.active > a:not([data-toggle="collapse"]), .off-canvas-sidebar[data-color="blue"] .nav li.active > a:not([data-toggle="collapse"]) {
    color: rgb(56, 173, 255); 
}
.sidebar[data-color="blue"] .nav li.active > a:not([data-toggle="collapse"]) i, .off-canvas-sidebar[data-color="blue"] .nav li.active > a:not([data-toggle="collapse"]) i {
    color: rgb(56, 173, 255); 
}
.sidebar[data-color="green"]::after, .off-canvas-sidebar[data-color="green"]::after {
    background-image: initial;
    background-color: rgb(19, 165, 12); 
}
.sidebar[data-color="green"] .nav li.active > a:not([data-toggle="collapse"]), .off-canvas-sidebar[data-color="green"] .nav li.active > a:not([data-toggle="collapse"]) {
    color: rgb(72, 241, 63); 
}
.sidebar[data-color="green"] .nav li.active > a:not([data-toggle="collapse"]) i, .off-canvas-sidebar[data-color="green"] .nav li.active > a:not([data-toggle="collapse"]) i {
    color: rgb(72, 241, 63); 
}
.sidebar[data-color="orange"]::after, .off-canvas-sidebar[data-color="orange"]::after {
    background-image: initial;
    background-color: rgb(173, 46, 5); 
}
.sidebar[data-color="orange"] .nav li.active > a:not([data-toggle="collapse"]), .off-canvas-sidebar[data-color="orange"] .nav li.active > a:not([data-toggle="collapse"]) {
    color: rgb(249, 108, 62); 
}
.sidebar[data-color="orange"] .nav li.active > a:not([data-toggle="collapse"]) i, .off-canvas-sidebar[data-color="orange"] .nav li.active > a:not([data-toggle="collapse"]) i {
    color: rgb(249, 108, 62); 
}
.sidebar[data-color="red"]::after, .off-canvas-sidebar[data-color="red"]::after {
    background-image: initial;
    background-color: rgb(172, 0, 0); 
}
.sidebar[data-color="red"] .nav li.active > a:not([data-toggle="collapse"]), .off-canvas-sidebar[data-color="red"] .nav li.active > a:not([data-toggle="collapse"]) {
    color: rgb(255, 63, 63); 
}
.sidebar[data-color="red"] .nav li.active > a:not([data-toggle="collapse"]) i, .off-canvas-sidebar[data-color="red"] .nav li.active > a:not([data-toggle="collapse"]) i {
    color: rgb(255, 63, 63); 
}
.sidebar[data-color="yellow"]::after, .off-canvas-sidebar[data-color="yellow"]::after {
    background-image: initial;
    background-color: rgb(172, 106, 0); 
}
.sidebar[data-color="yellow"] .nav li.active > a:not([data-toggle="collapse"]), .off-canvas-sidebar[data-color="yellow"] .nav li.active > a:not([data-toggle="collapse"]) {
    color: rgb(255, 182, 63); 
}
.sidebar[data-color="yellow"] .nav li.active > a:not([data-toggle="collapse"]) i, .off-canvas-sidebar[data-color="yellow"] .nav li.active > a:not([data-toggle="collapse"]) i {
    color: rgb(255, 182, 63);
}
.off-canvas-sidebar .nav > li > a,
.off-canvas-sidebar .nav > li > a:hover {
    color: rgb(232, 230, 227);
}
.off-canvas-sidebar .nav > li > a:focus {
    background-image: initial;
    background-color: rgba(55, 60, 62, 0.2);
}
.main-panel {
    background-color: rgb(34, 36, 38);
}
@media (min-width: 991px) {
    .sidebar {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 22px 0px,
        rgba(0, 0, 0, 0.35) 0px 2px 30px 0px;
    }
}
.panel-header {
    background-image: linear-gradient(to right,
    rgb(10, 30, 56) 0%,
    rgb(26, 51, 81) 60%,
    rgb(34, 70, 109) 100%);
    background-color: initial;
}
.panel-header .header .title {
    color: rgb(232, 230, 227);
}
.panel-header .header .category {
    color: rgba(232, 230, 227, 0.5);
}
.panel-header .header .category a {
    color: rgb(232, 230, 227);
}
.footer.footer-default {
    background-color: rgb(31, 34, 35);
}
.footer ul {
    list-style-image: initial;
}
.footer ul li a {
    color: inherit;
    text-decoration-color: initial;
}
.footer ul li a:hover {
    text-decoration-color: initial;
}
.fixed-plugin {
    background-image: initial;
    background-color: rgba(0, 0, 0, 0.3);
}
.fixed-plugin .fa-cog {
    color: rgb(232, 230, 227);
}
.fixed-plugin .fa-circle-thin {
    color: rgb(232, 230, 227);
}
.fixed-plugin .active .fa-circle-thin {
    color: rgb(26, 194, 255);
}
.fixed-plugin .dropdown-menu > .active > a,
.fixed-plugin .dropdown-menu > .active > a:hover,
.fixed-plugin .dropdown-menu > .active > a:focus {
    color: rgb(157, 148, 136);
}
.fixed-plugin .dropdown-menu li > a:hover,
.fixed-plugin .dropdown-menu li > a:focus {
    box-shadow: none;
}
.fixed-plugin .badge {
    border-color: rgb(48, 52, 54);
}
.fixed-plugin .badge.active,
.fixed-plugin .badge:hover {
    border-color: rgb(0, 131, 179);
}
.fixed-plugin .badge-blue {
    background-color: rgb(0, 104, 178);
}
.fixed-plugin .badge-green {
    background-color: rgb(19, 165, 12);
}
.fixed-plugin .badge-orange {
    background-color: rgb(173, 46, 5);
}
.fixed-plugin .badge-yellow {
    background-color: rgb(172, 106, 0);
}
.fixed-plugin .badge-red {
    background-color: rgb(172, 0, 0);
}
.fixed-plugin .adjustments-line p {
    color: rgb(185, 179, 170);
}
.fixed-plugin .adjustments-line a {
    color: transparent;
}
.fixed-plugin .adjustments-line a a:hover,
.fixed-plugin .adjustments-line a a:focus {
    color: transparent;
}
.fixed-plugin .adjustments-line .togglebutton .label-switch {
    color: rgb(157, 148, 136);
}
.fixed-plugin .adjustments-line .dropdown-menu > li.adjustments-line > a {
    border-bottom-color: rgb(58, 62, 65);
}
.fixed-plugin .dropdown-menu > li > a.img-holder {
    background-color: rgb(24, 26, 27);
    border-color: rgb(48, 52, 54);
}
.fixed-plugin .dropdown-menu > li a.switch-trigger:hover,
.fixed-plugin .dropdown-menu > li > a.switch-trigger:focus {
    background-color: transparent;
}
.fixed-plugin .dropdown-menu > li:hover > a.img-holder,
.fixed-plugin .dropdown-menu > li:focus > a.img-holder {
    border-color: rgba(0, 131, 179, 0.53);
}
.fixed-plugin .dropdown-menu > .active > a.img-holder,
.fixed-plugin .dropdown-menu > .active > a.img-holder {
    border-color: rgb(0, 131, 179);
    background-color: rgb(24, 26, 27);
}
.fixed-plugin .dropdown .dropdown-menu::before {
    border-bottom-color: rgba(140, 130, 115, 0);
    border-left-color: rgba(140, 130, 115, 0.2);
    border-top-color: rgba(140, 130, 115, 0);
}
.fixed-plugin .dropdown .dropdown-menu::after {
    border-bottom-color: rgba(140, 130, 115, 0);
    border-left-color: rgb(48, 52, 54);
    border-top-color: rgba(140, 130, 115, 0);
}
.card {
    border-color: initial;
    box-shadow: rgba(29, 32, 33, 0.1) 0px 1px 15px 1px;
}
.card .card-header {
    border-color: initial;
}
.card .card-header:not([data-background-color]) {
    background-color: transparent; 
}
.card[data-background-color="orange"] {
    background-color: rgb(173, 46, 5); 
}
.card[data-background-color="orange"] .card-header {
    background-color: rgb(173, 46, 5); 
}
.card[data-background-color="orange"] .card-footer .stats {
    color: rgb(232, 230, 227); 
}
.card[data-background-color="red"] {
    background-color: rgb(172, 0, 0); 
}
.card[data-background-color="yellow"] {
    background-color: rgb(172, 106, 0); 
}
.card[data-background-color="blue"] {
    background-color: rgb(0, 104, 178); 
}
.card[data-background-color="green"] {
    background-color: rgb(19, 165, 12);
}
.card label {
    color: rgb(168, 161, 149);
}
.card .card-footer {
    background-color: transparent;
    border-color: initial;
}
.card-plain {
    background-image: initial;
    background-color: transparent;
    box-shadow: none;
}
.card-plain .card-header,
.card-plain .card-footer {
    background-color: transparent;
}
.card-chart .table td {
    border-top-color: initial;
    border-bottom-color: rgb(53, 58, 60);
}
.card-chart .card-footer .stats {
    color: rgb(168, 161, 149);
}
.card-user .avatar {
    border-color: rgb(48, 52, 54);
}
@media screen and (max-width: 991px) {
    .navbar .dropdown.show .dropdown-menu,
    .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border-color: initial;
        box-shadow: none;
    }
    .navbar .dropdown-menu .dropdown-item:focus,
    .navbar .dropdown-menu .dropdown-item:hover {
        color: rgb(232, 230, 227);
    }
    .navbar.bg-white .dropdown-menu .dropdown-item:focus,
    .navbar.bg-white .dropdown-menu .dropdown-item:hover {
        color: rgb(157, 148, 136);
    }
    .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background-color: rgb(91, 99, 103);
    }
    .sidebar {
        box-shadow: none;
    }
    #bodyClick {
        background-color: transparent;
    }
    .bar1,
    .bar2,
    .bar3 {
        outline-color: transparent;
    }
    .navbar-toggler-bar {
        background-image: initial;
        background-color: rgb(24, 26, 27);
    }
    .nav-open .sidebar {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 22px 0px,
        rgba(0, 0, 0, 0.35) 0px 2px 30px 0px;
    }
}
@media screen and (min-width: 992px) {
    .navbar-collapse {
        background-image: none !important;
        background-color: initial !important;
    }
    .dropdown-menu .dropdown-item {
        color: inherit;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .bar1,
    .bar2,
    .bar3 {
        outline-color: transparent;
    }
    .navbar-toggler-bar {
        background-image: initial;
        background-color: rgb(24, 26, 27);
    }
    .nav-open .sidebar {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 22px 0px,
        rgba(0, 0, 0, 0.35) 0px 2px 30px 0px;
    }
    .sidebar {
        box-shadow: none;
    }
    .nav-open .sidebar {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 22px 0px,
        rgba(0, 0, 0, 0.35) 0px 2px 30px 0px;
    }
}
.card {
    background-color: rgb(19, 21, 22) !important;
}
.content {
    background-color: rgb(26, 28, 29) !important;
}
.stats {
    color: rgb(168, 161, 149) !important;
}
.card-title {
    color: rgb(196, 191, 183); 
}
.sidebar[data-color="blue"]::after, .off-canvas-sidebar[data-color="blue"]::after {
    background-image: initial;
    background-color: rgb(19, 21, 22);
}
.sidebar .nav li.active > a,
.off-canvas-sidebar .nav li.active > a {
    background-color: rgb(26, 28, 29);
    box-shadow: rgba(29, 32, 33, 0.1) 0px 1px 15px 1px;
}
.greyey {
    color: rgb(168, 161, 149);
}
.footer {
    color: rgb(196, 191, 183);
    background-color: rgb(19, 21, 22) !important;
}
.bluey {
    color: rgb(56, 173, 255) !important;
}
th {
    color: rgb(56, 173, 255) !important;
}
td {
    color: rgb(168, 161, 149);
}
code {
    color: rgb(76, 177, 248);
    background-color: rgb(35, 38, 40);
}
.btn-small {
    color: rgb(76, 177, 248);
}

/* Override Style */
.vimvixen-hint {
    background-color: #7b5300 !important;
    border-color: #d8b013 !important;
    color: #f3e8c8 !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;
}
gr-main-header {
    background-color: #0f3a48 !important;
}
embed[type="application/pdf"] { filter: invert(100%) contrast(90%); }
