aboutsummaryrefslogtreecommitdiff
path: root/assets/styles/DarkReader.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/styles/DarkReader.css')
-rw-r--r--assets/styles/DarkReader.css2531
1 files changed, 2531 insertions, 0 deletions
diff --git a/assets/styles/DarkReader.css b/assets/styles/DarkReader.css
new file mode 100644
index 0000000..8b83862
--- /dev/null
+++ b/assets/styles/DarkReader.css
@@ -0,0 +1,2531 @@
+/*
+ _______
+ / \
+ .==. .==.
+ (( ))==(( ))
+ / "==" "=="\
+ /____|| || ||___\
+ ________ ____ ________ ___ ___
+ | ___ \ / \ | ___ \ | | / /
+ | | \ \ / /\ \ | | \ \| |_/ /
+ | | ) / /__\ \ | |__/ /| ___ \
+ | |__/ / ______ \| ____ \| | \ \
+_______|_______/__/ ____ \__\__|___\__\__|___\__\____
+| ___ \ | ____/ / \ | ___ \ | ____| ___ \
+| | \ \| |___ / /\ \ | | \ \| |___| | \ \
+| |__/ /| ____/ /__\ \ | | ) | ____| |__/ /
+| ____ \| |__/ ______ \| |__/ /| |___| ____ \
+|__| \__\____/__/ \__\_______/ |______|__| \__\
+ https://darkreader.org
+*/
+/* User-Agent Style */
+html {
+ background-color: #1b1b1a !important;
+}
+html, body, input, textarea, select, button {
+ background-color: #1b1b1a;
+}
+html, body, input, textarea, select, button {
+ border-color: #7c7260;
+ color: #fff4e0;
+}
+a {
+ color: #5a96d8;
+}
+table {
+ border-color: #5f605b;
+}
+::placeholder {
+ color: #c2b6a1;
+}
+input:-webkit-autofill,
+textarea:-webkit-autofill,
+select:-webkit-autofill {
+ background-color: #5b5b16 !important;
+ color: #fff4e0 !important;
+}
+::-webkit-scrollbar {
+ background-color: #242523;
+ color: #baae99;
+}
+::-webkit-scrollbar-thumb {
+ background-color: #4e4e4a;
+}
+::-webkit-scrollbar-thumb:hover {
+ background-color: #62635f;
+}
+::-webkit-scrollbar-thumb:active {
+ background-color: #51524e;
+}
+::-webkit-scrollbar-corner {
+ background-color: #1b1b1a;
+}
+* {
+ scrollbar-color: #242523 #4e4e4a;
+}
+::selection {
+ background-color: #1b4e8a !important;
+ color: #fff4e0 !important;
+}
+::-moz-selection {
+ background-color: #1b4e8a !important;
+ color: #fff4e0 !important;
+}
+
+/* Invert Style */
+.jfk-bubble.gtx-bubble, .captcheck_answer_label > input + img, embed[type="application/pdf"] {
+ filter: invert(100%) hue-rotate(180deg) contrast(90%) sepia(30%) !important;
+}
+
+/* Variables Style */
+:root {
+ --darkreader-neutral-background: #161615;
+ --darkreader-neutral-text: #ede1cd;
+ --darkreader-selection-background: #1b4e8a;
+ --darkreader-selection-text: #fff4e0;
+}
+
+/* Modified CSS */
+html {
+ -webkit-tap-highlight-color: transparent;
+}
+body {
+ color: rgb(230, 218, 197);
+ background-color: rgb(27, 27, 26);
+}
+[tabindex="-1"]:focus {
+ outline-color: initial !important;
+}
+abbr[data-original-title],
+abbr[title] {
+ text-decoration-color: initial;
+ border-bottom-color: initial;
+}
+a {
+ color: rgb(94, 165, 219);
+ text-decoration-color: initial;
+ background-color: transparent;
+}
+a:hover {
+ color: rgb(136, 189, 226);
+ text-decoration-color: initial;
+}
+a:not([href]):not([tabindex]) {
+ color: inherit;
+ text-decoration-color: initial;
+}
+a:not([href]):not([tabindex]):focus,
+a:not([href]):not([tabindex]):hover {
+ color: inherit;
+ text-decoration-color: initial;
+}
+a:not([href]):not([tabindex]):focus {
+ outline-color: initial;
+}
+caption {
+ color: rgb(172, 159, 138);
+}
+button:focus {
+ outline-color: rgb(181, 131, 35);
+}
+fieldset {
+ border-color: initial;
+}
+legend {
+ color: inherit;
+}
+hr {
+ border-right-color: initial;
+ border-bottom-color: initial;
+ border-left-color: initial;
+ border-top-color: rgba(151, 138, 117, 0.1);
+}
+.mark,
+mark {
+ background-color: rgb(64, 56, 19);
+}
+.list-unstyled {
+ list-style-image: initial;
+}
+.list-inline {
+ list-style-image: initial;
+}
+.blockquote-footer {
+ color: rgb(172, 159, 138);
+}
+.img-thumbnail {
+ background-color: rgb(27, 27, 26);
+ border-color: rgb(63, 64, 61);
+}
+.figure-caption {
+ color: rgb(172, 159, 138);
+}
+code {
+ color: rgb(216, 99, 140);
+}
+a > code {
+ color: inherit;
+}
+kbd {
+ color: rgb(255, 244, 224);
+ background-color: rgb(32, 32, 30);
+}
+pre {
+ color: rgb(230, 218, 197);
+}
+pre code {
+ color: inherit;
+}
+.table {
+ color: rgb(230, 218, 197);
+}
+.table td,
+.table th {
+ border-top-color: rgb(63, 64, 61);
+}
+.table thead th {
+ border-bottom-color: rgb(63, 64, 61);
+}
+.table tbody + tbody {
+ border-top-color: rgb(63, 64, 61);
+}
+.table-bordered {
+ border-color: rgb(63, 64, 61);
+}
+.table-bordered td,
+.table-bordered th {
+ border-color: rgb(63, 64, 61);
+}
+.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(230, 218, 197);
+ background-color: rgba(0, 0, 0, 0.07);
+}
+.table-primary,
+.table-primary > td,
+.table-primary > th {
+ background-color: rgb(50, 51, 48);
+}
+.table-primary tbody + tbody,
+.table-primary td,
+.table-primary th,
+.table-primary thead th {
+ border-color: rgb(24, 69, 116);
+}
+.table-hover .table-primary:hover {
+ background-color: rgb(58, 58, 55);
+}
+.table-hover .table-primary:hover > td,
+.table-hover .table-primary:hover > th {
+ background-color: rgb(58, 58, 55);
+}
+.table-secondary,
+.table-secondary > td,
+.table-secondary > th {
+ background-color: rgb(52, 53, 49);
+}
+.table-secondary tbody + tbody,
+.table-secondary td,
+.table-secondary th,
+.table-secondary thead th {
+ border-color: rgb(77, 78, 74);
+}
+.table-hover .table-secondary:hover {
+ background-color: rgb(60, 61, 58);
+}
+.table-hover .table-secondary:hover > td,
+.table-hover .table-secondary:hover > th {
+ background-color: rgb(60, 61, 58);
+}
+.table-success,
+.table-success > td,
+.table-success > th {
+ background-color: rgb(44, 71, 49);
+}
+.table-success tbody + tbody,
+.table-success td,
+.table-success th,
+.table-success thead th {
+ border-color: rgb(63, 103, 63);
+}
+.table-hover .table-success:hover {
+ background-color: rgb(50, 81, 56);
+}
+.table-hover .table-success:hover > td,
+.table-hover .table-success:hover > th {
+ background-color: rgb(50, 81, 56);
+}
+.table-info,
+.table-info > td,
+.table-info > th {
+ background-color: rgb(40, 71, 71);
+}
+.table-info tbody + tbody,
+.table-info td,
+.table-info th,
+.table-info thead th {
+ border-color: rgb(59, 104, 104);
+}
+.table-hover .table-info:hover {
+ background-color: rgb(47, 81, 81);
+}
+.table-hover .table-info:hover > td,
+.table-hover .table-info:hover > th {
+ background-color: rgb(47, 81, 81);
+}
+.table-warning,
+.table-warning > td,
+.table-warning > th {
+ background-color: rgb(91, 73, 19);
+}
+.table-warning tbody + tbody,
+.table-warning td,
+.table-warning th,
+.table-warning thead th {
+ border-color: rgb(140, 111, 28);
+}
+.table-hover .table-warning:hover {
+ background-color: rgb(106, 85, 22);
+}
+.table-hover .table-warning:hover > td,
+.table-hover .table-warning:hover > th {
+ background-color: rgb(106, 85, 22);
+}
+.table-danger,
+.table-danger > td,
+.table-danger > th {
+ background-color: rgb(68, 22, 23);
+}
+.table-danger tbody + tbody,
+.table-danger td,
+.table-danger th,
+.table-danger thead th {
+ border-color: rgb(104, 32, 34);
+}
+.table-hover .table-danger:hover {
+ background-color: rgb(79, 25, 28);
+}
+.table-hover .table-danger:hover > td,
+.table-hover .table-danger:hover > th {
+ background-color: rgb(79, 25, 28);
+}
+.table-light,
+.table-light > td,
+.table-light > th {
+ background-color: rgb(28, 28, 27);
+}
+.table-light tbody + tbody,
+.table-light td,
+.table-light th,
+.table-light thead th {
+ border-color: rgb(55, 56, 53);
+}
+.table-hover .table-light:hover {
+ background-color: rgb(36, 37, 35);
+}
+.table-hover .table-light:hover > td,
+.table-hover .table-light:hover > th {
+ background-color: rgb(36, 37, 35);
+}
+.table-dark,
+.table-dark > td,
+.table-dark > th {
+ background-color: rgb(62, 63, 60);
+}
+.table-dark tbody + tbody,
+.table-dark td,
+.table-dark th,
+.table-dark thead th {
+ border-color: rgb(87, 88, 84);
+}
+.table-hover .table-dark:hover {
+ background-color: rgb(70, 71, 68);
+}
+.table-hover .table-dark:hover > td,
+.table-hover .table-dark:hover > th {
+ background-color: rgb(70, 71, 68);
+}
+.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(255, 244, 224);
+ background-color: rgb(50, 50, 47);
+ border-color: rgb(124, 113, 96);
+}
+.table .thead-light th {
+ color: rgb(198, 186, 166);
+ background-color: rgb(40, 40, 38);
+ border-color: rgb(63, 64, 61);
+}
+.table-dark {
+ color: rgb(255, 244, 224);
+ background-color: rgb(50, 50, 47);
+}
+.table-dark td,
+.table-dark th,
+.table-dark thead th {
+ border-color: rgb(124, 113, 96);
+}
+.table-dark.table-bordered {
+ border-color: initial;
+}
+.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
+ background-color: rgba(27, 27, 26, 0.05);
+}
+.table-dark.table-hover tbody tr:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgba(27, 27, 26, 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(198, 186, 166);
+ background-color: rgb(27, 27, 26);
+ border-color: rgb(68, 69, 66);
+}
+.form-control:focus {
+ color: rgb(198, 186, 166);
+ background-color: rgb(27, 27, 26);
+ border-color: rgb(23, 68, 114);
+ outline-color: initial;
+ box-shadow: rgba(34, 99, 167, 0.25) 0px 0px 0px 0.2rem;
+}
+.form-control::-webkit-input-placeholder {
+ color: rgb(172, 159, 138);
+}
+.form-control::placeholder {
+ color: rgb(172, 159, 138);
+}
+.form-control:disabled,
+.form-control[readonly] {
+ background-color: rgb(40, 40, 38);
+}
+.form-control-plaintext {
+ color: rgb(230, 218, 197);
+ background-color: transparent;
+ border-color: transparent;
+}
+.form-check-input:disabled ~ .form-check-label {
+ color: rgb(172, 159, 138);
+}
+.valid-feedback {
+ color: rgb(136, 213, 134);
+}
+.valid-tooltip {
+ color: rgb(255, 244, 224);
+ background-color: rgba(60, 127, 65, 0.9);
+}
+.form-control.is-valid,
+.was-validated .form-control:valid {
+ border-color: rgb(70, 148, 75);
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(70, 148, 75);
+ box-shadow: rgba(60, 127, 65, 0.25) 0px 0px 0px 0.2rem;
+}
+.custom-select.is-valid,
+.was-validated .custom-select:valid {
+ border-color: rgb(70, 148, 75);
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e"),
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%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(27, 27, 26);
+}
+.custom-select.is-valid:focus,
+.was-validated .custom-select:valid:focus {
+ border-color: rgb(70, 148, 75);
+ box-shadow: rgba(60, 127, 65, 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(136, 213, 134);
+}
+.custom-control-input.is-valid ~ .custom-control-label,
+.was-validated .custom-control-input:valid ~ .custom-control-label {
+ color: rgb(136, 213, 134);
+}
+.custom-control-input.is-valid ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid ~ .custom-control-label::before {
+ border-color: rgb(70, 148, 75);
+}
+.custom-control-input.is-valid:checked ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
+ border-color: rgb(65, 136, 69);
+ background-color: rgb(75, 156, 97);
+}
+.custom-control-input.is-valid:focus ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
+ box-shadow: rgba(60, 127, 65, 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(70, 148, 75);
+}
+.custom-file-input.is-valid ~ .custom-file-label,
+.was-validated .custom-file-input:valid ~ .custom-file-label {
+ border-color: rgb(70, 148, 75);
+}
+.custom-file-input.is-valid:focus ~ .custom-file-label,
+.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
+ border-color: rgb(70, 148, 75);
+ box-shadow: rgba(60, 127, 65, 0.25) 0px 0px 0px 0.2rem;
+}
+.invalid-feedback {
+ color: rgb(203, 91, 92);
+}
+.invalid-tooltip {
+ color: rgb(255, 244, 224);
+ background-color: rgba(144, 46, 49, 0.9);
+}
+.form-control.is-invalid,
+.was-validated .form-control:invalid {
+ border-color: rgb(129, 41, 44);
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
+}
+.form-control.is-invalid:focus,
+.was-validated .form-control:invalid:focus {
+ border-color: rgb(129, 41, 44);
+ box-shadow: rgba(144, 46, 49, 0.25) 0px 0px 0px 0.2rem;
+}
+.custom-select.is-invalid,
+.was-validated .custom-select:invalid {
+ border-color: rgb(129, 41, 44);
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e"),
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
+ background-color: rgb(27, 27, 26);
+}
+.custom-select.is-invalid:focus,
+.was-validated .custom-select:invalid:focus {
+ border-color: rgb(129, 41, 44);
+ box-shadow: rgba(144, 46, 49, 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(203, 91, 92);
+}
+.custom-control-input.is-invalid ~ .custom-control-label,
+.was-validated .custom-control-input:invalid ~ .custom-control-label {
+ color: rgb(203, 91, 92);
+}
+.custom-control-input.is-invalid ~ .custom-control-label::before,
+.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
+ border-color: rgb(129, 41, 44);
+}
+.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
+.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
+ border-color: rgb(118, 37, 40);
+ background-color: rgb(121, 38, 41);
+}
+.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
+.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
+ box-shadow: rgba(144, 46, 49, 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(129, 41, 44);
+}
+.custom-file-input.is-invalid ~ .custom-file-label,
+.was-validated .custom-file-input:invalid ~ .custom-file-label {
+ border-color: rgb(129, 41, 44);
+}
+.custom-file-input.is-invalid:focus ~ .custom-file-label,
+.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
+ border-color: rgb(129, 41, 44);
+ box-shadow: rgba(144, 46, 49, 0.25) 0px 0px 0px 0.2rem;
+}
+.btn {
+ color: rgb(230, 218, 197);
+ background-color: transparent;
+ border-color: transparent;
+}
+.btn:hover {
+ color: rgb(230, 218, 197);
+ text-decoration-color: initial;
+}
+.btn.focus,
+.btn:focus {
+ outline-color: initial;
+ box-shadow: rgba(34, 99, 167, 0.25) 0px 0px 0px 0.2rem;
+}
+.btn-primary {
+ color: rgb(255, 244, 224);
+ background-color: rgb(34, 99, 167);
+ border-color: rgb(30, 87, 146);
+}
+.btn-primary:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(29, 85, 142);
+ border-color: rgb(32, 94, 158);
+}
+.btn-primary.focus,
+.btn-primary:focus {
+ box-shadow: rgba(31, 89, 148, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-primary.disabled,
+.btn-primary:disabled {
+ color: rgb(255, 244, 224);
+ background-color: rgb(34, 99, 167);
+ border-color: rgb(30, 87, 146);
+}
+.btn-primary:not(:disabled):not(.disabled).active,
+.btn-primary:not(:disabled):not(.disabled):active,
+.show > .btn-primary.dropdown-toggle {
+ color: rgb(255, 244, 224);
+ background-color: rgb(27, 79, 133);
+ border-color: rgb(33, 96, 162);
+}
+.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(31, 89, 148, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-secondary {
+ color: rgb(255, 244, 224);
+ background-color: rgb(100, 100, 96);
+ border-color: rgb(110, 100, 85);
+}
+.btn-secondary:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(83, 83, 79);
+ border-color: rgb(119, 108, 92);
+}
+.btn-secondary.focus,
+.btn-secondary:focus {
+ box-shadow: rgba(102, 103, 98, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-secondary.disabled,
+.btn-secondary:disabled {
+ color: rgb(255, 244, 224);
+ background-color: rgb(100, 100, 96);
+ border-color: rgb(110, 100, 85);
+}
+.btn-secondary:not(:disabled):not(.disabled).active,
+.btn-secondary:not(:disabled):not(.disabled):active,
+.show > .btn-secondary.dropdown-toggle {
+ color: rgb(255, 244, 224);
+ background-color: rgb(78, 78, 74);
+ border-color: rgb(121, 111, 94);
+}
+.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(102, 103, 98, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-success {
+ color: rgb(255, 244, 224);
+ background-color: rgb(60, 127, 65);
+ border-color: rgb(70, 148, 75);
+}
+.btn-success:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(49, 104, 53);
+ border-color: rgb(75, 160, 81);
+}
+.btn-success.focus,
+.btn-success:focus {
+ box-shadow: rgba(85, 140, 85, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-success.disabled,
+.btn-success:disabled {
+ color: rgb(255, 244, 224);
+ background-color: rgb(60, 127, 65);
+ border-color: rgb(70, 148, 75);
+}
+.btn-success:not(:disabled):not(.disabled).active,
+.btn-success:not(:disabled):not(.disabled):active,
+.show > .btn-success.dropdown-toggle {
+ color: rgb(255, 244, 224);
+ background-color: rgb(45, 96, 49);
+ border-color: rgb(77, 163, 83);
+}
+.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(85, 140, 85, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-info {
+ color: rgb(255, 244, 224);
+ background-color: rgb(53, 127, 131);
+ border-color: rgb(62, 148, 152);
+}
+.btn-info:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(44, 104, 107);
+ border-color: rgb(67, 159, 165);
+}
+.btn-info.focus,
+.btn-info:focus {
+ box-shadow: rgba(79, 140, 142, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-info.disabled,
+.btn-info:disabled {
+ color: rgb(255, 244, 224);
+ background-color: rgb(53, 127, 131);
+ border-color: rgb(62, 148, 152);
+}
+.btn-info:not(:disabled):not(.disabled).active,
+.btn-info:not(:disabled):not(.disabled):active,
+.show > .btn-info.dropdown-toggle {
+ color: rgb(255, 244, 224);
+ background-color: rgb(40, 96, 99);
+ border-color: rgb(69, 162, 168);
+}
+.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(79, 140, 142, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-warning {
+ color: rgb(230, 218, 197);
+ background-color: rgb(198, 157, 40);
+ border-color: rgb(174, 138, 36);
+}
+.btn-warning:hover {
+ color: rgb(230, 218, 197);
+ background-color: rgb(177, 140, 36);
+ border-color: rgb(190, 151, 39);
+}
+.btn-warning.focus,
+.btn-warning:focus {
+ box-shadow: rgba(178, 142, 44, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-warning.disabled,
+.btn-warning:disabled {
+ color: rgb(230, 218, 197);
+ background-color: rgb(198, 157, 40);
+ border-color: rgb(174, 138, 36);
+}
+.btn-warning:not(:disabled):not(.disabled).active,
+.btn-warning:not(:disabled):not(.disabled):active,
+.show > .btn-warning.dropdown-toggle {
+ color: rgb(230, 218, 197);
+ background-color: rgb(167, 132, 34);
+ border-color: rgb(194, 154, 40);
+}
+.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, 142, 44, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-danger {
+ color: rgb(255, 244, 224);
+ background-color: rgb(144, 46, 49);
+ border-color: rgb(129, 41, 44);
+}
+.btn-danger:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(140, 44, 48);
+ border-color: rgb(140, 44, 48);
+}
+.btn-danger.focus,
+.btn-danger:focus {
+ box-shadow: rgba(128, 41, 44, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-danger.disabled,
+.btn-danger:disabled {
+ color: rgb(255, 244, 224);
+ background-color: rgb(144, 46, 49);
+ border-color: rgb(129, 41, 44);
+}
+.btn-danger:not(:disabled):not(.disabled).active,
+.btn-danger:not(:disabled):not(.disabled):active,
+.show > .btn-danger.dropdown-toggle {
+ color: rgb(255, 244, 224);
+ background-color: rgb(132, 41, 45);
+ border-color: rgb(143, 46, 48);
+}
+.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(128, 41, 44, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-light {
+ color: rgb(230, 218, 197);
+ background-color: rgb(31, 32, 30);
+ border-color: rgb(57, 57, 54);
+}
+.btn-light:hover {
+ color: rgb(230, 218, 197);
+ background-color: rgb(43, 43, 41);
+ border-color: rgb(65, 65, 62);
+}
+.btn-light.focus,
+.btn-light:focus {
+ box-shadow: rgba(51, 52, 49, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-light.disabled,
+.btn-light:disabled {
+ color: rgb(230, 218, 197);
+ background-color: rgb(31, 32, 30);
+ border-color: rgb(57, 57, 54);
+}
+.btn-light:not(:disabled):not(.disabled).active,
+.btn-light:not(:disabled):not(.disabled):active,
+.show > .btn-light.dropdown-toggle {
+ color: rgb(230, 218, 197);
+ background-color: rgb(47, 48, 45);
+ border-color: rgb(67, 67, 64);
+}
+.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(51, 52, 49, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-dark {
+ color: rgb(255, 244, 224);
+ background-color: rgb(50, 50, 47);
+ border-color: rgb(130, 119, 101);
+}
+.btn-dark:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(33, 34, 32);
+ border-color: rgb(139, 128, 108);
+}
+.btn-dark.focus,
+.btn-dark:focus {
+ box-shadow: rgba(75, 75, 71, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-dark.disabled,
+.btn-dark:disabled {
+ color: rgb(255, 244, 224);
+ background-color: rgb(50, 50, 47);
+ border-color: rgb(130, 119, 101);
+}
+.btn-dark:not(:disabled):not(.disabled).active,
+.btn-dark:not(:disabled):not(.disabled):active,
+.show > .btn-dark.dropdown-toggle {
+ color: rgb(255, 244, 224);
+ background-color: rgb(27, 28, 27);
+ border-color: rgb(141, 130, 110);
+}
+.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(75, 75, 71, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-primary {
+ color: rgb(94, 165, 219);
+ border-color: rgb(30, 87, 146);
+}
+.btn-outline-primary:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(34, 99, 167);
+ border-color: rgb(30, 87, 146);
+}
+.btn-outline-primary.focus,
+.btn-outline-primary:focus {
+ box-shadow: rgba(34, 99, 167, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-primary.disabled,
+.btn-outline-primary:disabled {
+ color: rgb(94, 165, 219);
+ 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(255, 244, 224);
+ background-color: rgb(34, 99, 167);
+ border-color: rgb(30, 87, 146);
+}
+.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(34, 99, 167, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-secondary {
+ color: rgb(172, 159, 138);
+ border-color: rgb(110, 100, 85);
+}
+.btn-outline-secondary:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(100, 100, 96);
+ border-color: rgb(110, 100, 85);
+}
+.btn-outline-secondary.focus,
+.btn-outline-secondary:focus {
+ box-shadow: rgba(100, 100, 96, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-secondary.disabled,
+.btn-outline-secondary:disabled {
+ color: rgb(172, 159, 138);
+ 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(255, 244, 224);
+ background-color: rgb(100, 100, 96);
+ border-color: rgb(110, 100, 85);
+}
+.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(100, 100, 96, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-success {
+ color: rgb(136, 213, 134);
+ border-color: rgb(70, 148, 75);
+}
+.btn-outline-success:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(60, 127, 65);
+ border-color: rgb(70, 148, 75);
+}
+.btn-outline-success.focus,
+.btn-outline-success:focus {
+ box-shadow: rgba(60, 127, 65, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-success.disabled,
+.btn-outline-success:disabled {
+ color: rgb(136, 213, 134);
+ 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(255, 244, 224);
+ background-color: rgb(60, 127, 65);
+ border-color: rgb(70, 148, 75);
+}
+.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(60, 127, 65, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-info {
+ color: rgb(128, 212, 213);
+ border-color: rgb(62, 148, 152);
+}
+.btn-outline-info:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(53, 127, 131);
+ border-color: rgb(62, 148, 152);
+}
+.btn-outline-info.focus,
+.btn-outline-info:focus {
+ box-shadow: rgba(53, 127, 131, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-info.disabled,
+.btn-outline-info:disabled {
+ color: rgb(128, 212, 213);
+ 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(255, 244, 224);
+ background-color: rgb(53, 127, 131);
+ border-color: rgb(62, 148, 152);
+}
+.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(53, 127, 131, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-warning {
+ color: rgb(255, 208, 75);
+ border-color: rgb(174, 138, 36);
+}
+.btn-outline-warning:hover {
+ color: rgb(230, 218, 197);
+ background-color: rgb(198, 157, 40);
+ border-color: rgb(174, 138, 36);
+}
+.btn-outline-warning.focus,
+.btn-outline-warning:focus {
+ box-shadow: rgba(198, 157, 40, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-warning.disabled,
+.btn-outline-warning:disabled {
+ color: rgb(255, 208, 75);
+ 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(230, 218, 197);
+ background-color: rgb(198, 157, 40);
+ border-color: rgb(174, 138, 36);
+}
+.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(198, 157, 40, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-danger {
+ color: rgb(203, 91, 92);
+ border-color: rgb(129, 41, 44);
+}
+.btn-outline-danger:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(144, 46, 49);
+ border-color: rgb(129, 41, 44);
+}
+.btn-outline-danger.focus,
+.btn-outline-danger:focus {
+ box-shadow: rgba(144, 46, 49, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-danger.disabled,
+.btn-outline-danger:disabled {
+ color: rgb(203, 91, 92);
+ 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(255, 244, 224);
+ background-color: rgb(144, 46, 49);
+ border-color: rgb(129, 41, 44);
+}
+.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(144, 46, 49, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-light {
+ color: rgb(251, 240, 219);
+ border-color: rgb(57, 57, 54);
+}
+.btn-outline-light:hover {
+ color: rgb(230, 218, 197);
+ background-color: rgb(31, 32, 30);
+ border-color: rgb(57, 57, 54);
+}
+.btn-outline-light.focus,
+.btn-outline-light:focus {
+ box-shadow: rgba(31, 32, 30, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-light.disabled,
+.btn-outline-light:disabled {
+ color: rgb(251, 240, 219);
+ 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(230, 218, 197);
+ background-color: rgb(31, 32, 30);
+ border-color: rgb(57, 57, 54);
+}
+.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(31, 32, 30, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-dark {
+ color: rgb(214, 202, 181);
+ border-color: rgb(130, 119, 101);
+}
+.btn-outline-dark:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(50, 50, 47);
+ border-color: rgb(130, 119, 101);
+}
+.btn-outline-dark.focus,
+.btn-outline-dark:focus {
+ box-shadow: rgba(50, 50, 47, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-outline-dark.disabled,
+.btn-outline-dark:disabled {
+ color: rgb(214, 202, 181);
+ 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(255, 244, 224);
+ background-color: rgb(50, 50, 47);
+ border-color: rgb(130, 119, 101);
+}
+.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(50, 50, 47, 0.5) 0px 0px 0px 0.2rem;
+}
+.btn-link {
+ color: rgb(94, 165, 219);
+ text-decoration-color: initial;
+}
+.btn-link:hover {
+ color: rgb(136, 189, 226);
+ 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(172, 159, 138);
+}
+.dropdown-toggle::after {
+ border-top-color: initial;
+ border-right-color: transparent;
+ border-bottom-color: initial;
+ border-left-color: transparent;
+}
+.dropdown-menu {
+ color: rgb(230, 218, 197);
+ list-style-image: initial;
+ background-color: rgb(27, 27, 26);
+ border-color: rgba(151, 138, 117, 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(60, 61, 58);
+}
+.dropdown-item {
+ color: rgb(230, 218, 197);
+ background-color: transparent;
+ border-color: initial;
+}
+.dropdown-item:focus,
+.dropdown-item:hover {
+ color: rgb(238, 226, 206);
+ text-decoration-color: initial;
+ background-color: rgb(31, 32, 30);
+}
+.dropdown-item.active,
+.dropdown-item:active {
+ color: rgb(255, 244, 224);
+ text-decoration-color: initial;
+ background-color: rgb(34, 99, 167);
+}
+.dropdown-item.disabled,
+.dropdown-item:disabled {
+ color: rgb(172, 159, 138);
+ background-color: transparent;
+}
+.dropdown-header {
+ color: rgb(172, 159, 138);
+}
+.dropdown-item-text {
+ color: rgb(230, 218, 197);
+}
+.input-group-text {
+ color: rgb(198, 186, 166);
+ background-color: rgb(40, 40, 38);
+ border-color: rgb(68, 69, 66);
+}
+.custom-control-input:checked ~ .custom-control-label::before {
+ color: rgb(255, 244, 224);
+ border-color: rgb(30, 87, 146);
+ background-color: rgb(34, 99, 167);
+}
+.custom-control-input:focus ~ .custom-control-label::before {
+ box-shadow: rgba(34, 99, 167, 0.25) 0px 0px 0px 0.2rem;
+}
+.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
+ border-color: rgb(23, 68, 114);
+}
+.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
+ color: rgb(255, 244, 224);
+ background-color: rgb(51, 52, 49);
+ border-color: rgb(21, 60, 102);
+}
+.custom-control-input:disabled ~ .custom-control-label {
+ color: rgb(172, 159, 138);
+}
+.custom-control-input:disabled ~ .custom-control-label::before {
+ background-color: rgb(40, 40, 38);
+}
+.custom-control-label::before {
+ background-color: rgb(27, 27, 26);
+ border-color: rgb(78, 79, 75);
+}
+.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
+}
+.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
+ border-color: rgb(30, 87, 146);
+ background-color: rgb(34, 99, 167);
+}
+.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' 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(34, 99, 167, 0.5);
+}
+.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
+ background-color: rgba(34, 99, 167, 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' 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(34, 99, 167, 0.5);
+}
+.custom-switch .custom-control-label::after {
+ background-color: rgb(75, 75, 71);
+}
+.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
+ background-color: rgb(27, 27, 26);
+}
+.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
+ background-color: rgba(34, 99, 167, 0.5);
+}
+.custom-select {
+ color: rgb(198, 186, 166);
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
+ background-color: rgb(27, 27, 26);
+ border-color: rgb(68, 69, 66);
+}
+.custom-select:focus {
+ border-color: rgb(23, 68, 114);
+ outline-color: initial;
+ box-shadow: rgba(34, 99, 167, 0.25) 0px 0px 0px 0.2rem;
+}
+.custom-select[multiple],
+.custom-select[size]:not([size="1"]) {
+ background-image: none;
+}
+.custom-select:disabled {
+ color: rgb(172, 159, 138);
+ background-color: rgb(40, 40, 38);
+}
+.custom-file-input:focus ~ .custom-file-label {
+ border-color: rgb(23, 68, 114);
+ box-shadow: rgba(34, 99, 167, 0.25) 0px 0px 0px 0.2rem;
+}
+.custom-file-input:disabled ~ .custom-file-label {
+ background-color: rgb(40, 40, 38);
+}
+.custom-file-label {
+ color: rgb(198, 186, 166);
+ background-color: rgb(27, 27, 26);
+ border-color: rgb(68, 69, 66);
+}
+.custom-file-label::after {
+ color: rgb(198, 186, 166);
+ background-color: rgb(40, 40, 38);
+ border-left-color: inherit;
+}
+.custom-range {
+ background-color: transparent;
+}
+.custom-range:focus {
+ outline-color: initial;
+}
+.custom-range:focus::-webkit-slider-thumb {
+ box-shadow: rgb(27, 27, 26) 0px 0px 0px 1px,
+ rgba(34, 99, 167, 0.25) 0px 0px 0px 0.2rem;
+}
+.custom-range::-webkit-slider-thumb {
+ background-color: rgb(34, 99, 167);
+ border-color: initial;
+}
+.custom-range::-webkit-slider-thumb:active {
+ background-color: rgb(51, 52, 49);
+}
+.custom-range::-webkit-slider-runnable-track {
+ color: transparent;
+ background-color: rgb(45, 46, 44);
+ border-color: transparent;
+}
+.custom-range:disabled::-webkit-slider-thumb {
+ background-color: rgb(75, 75, 71);
+}
+.nav {
+ list-style-image: initial;
+}
+.nav-link:focus,
+.nav-link:hover {
+ text-decoration-color: initial;
+}
+.nav-link.disabled {
+ color: rgb(172, 159, 138);
+}
+.nav-tabs {
+ border-bottom-color: rgb(63, 64, 61);
+}
+.nav-tabs .nav-link {
+ border-color: transparent;
+}
+.nav-tabs .nav-link:focus,
+.nav-tabs .nav-link:hover {
+ border-color: rgb(60, 61, 58) rgb(60, 61, 58) rgb(63, 64, 61);
+}
+.nav-tabs .nav-link.disabled {
+ color: rgb(172, 159, 138);
+ background-color: transparent;
+ border-color: transparent;
+}
+.nav-tabs .nav-item.show .nav-link,
+.nav-tabs .nav-link.active {
+ color: rgb(198, 186, 166);
+ background-color: rgb(27, 27, 26);
+ border-color: rgb(63, 64, 61) rgb(63, 64, 61) rgb(54, 55, 52);
+}
+.nav-pills .nav-link.active,
+.nav-pills .show > .nav-link {
+ color: rgb(255, 244, 224);
+ background-color: rgb(34, 99, 167);
+}
+.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(255, 244, 224, 0.9);
+}
+.navbar-light .navbar-brand:focus,
+.navbar-light .navbar-brand:hover {
+ color: rgba(255, 244, 224, 0.9);
+}
+.navbar-light .navbar-nav .nav-link {
+ color: rgba(255, 244, 224, 0.5);
+}
+.navbar-light .navbar-nav .nav-link:focus,
+.navbar-light .navbar-nav .nav-link:hover {
+ color: rgba(255, 244, 224, 0.7);
+}
+.navbar-light .navbar-nav .nav-link.disabled {
+ color: rgba(255, 244, 224, 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(255, 244, 224, 0.9);
+}
+.navbar-light .navbar-toggler {
+ color: rgba(255, 244, 224, 0.5);
+ border-color: rgba(151, 138, 117, 0.1);
+}
+.navbar-light .navbar-toggler-icon {
+ background-image: url("data:image/svg+xml, %3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
+}
+.navbar-light .navbar-text {
+ color: rgba(255, 244, 224, 0.5);
+}
+.navbar-light .navbar-text a {
+ color: rgba(255, 244, 224, 0.9);
+}
+.navbar-light .navbar-text a:focus,
+.navbar-light .navbar-text a:hover {
+ color: rgba(255, 244, 224, 0.9);
+}
+.navbar-dark .navbar-brand {
+ color: rgb(255, 244, 224);
+}
+.navbar-dark .navbar-brand:focus,
+.navbar-dark .navbar-brand:hover {
+ color: rgb(255, 244, 224);
+}
+.navbar-dark .navbar-nav .nav-link {
+ color: rgba(255, 244, 224, 0.5);
+}
+.navbar-dark .navbar-nav .nav-link:focus,
+.navbar-dark .navbar-nav .nav-link:hover {
+ color: rgba(255, 244, 224, 0.75);
+}
+.navbar-dark .navbar-nav .nav-link.disabled {
+ color: rgba(255, 244, 224, 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(255, 244, 224);
+}
+.navbar-dark .navbar-toggler {
+ color: rgba(255, 244, 224, 0.5);
+ border-color: rgba(54, 55, 52, 0.1);
+}
+.navbar-dark .navbar-toggler-icon {
+ background-image: url("data:image/svg+xml, %3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
+}
+.navbar-dark .navbar-text {
+ color: rgba(255, 244, 224, 0.5);
+}
+.navbar-dark .navbar-text a {
+ color: rgb(255, 244, 224);
+}
+.navbar-dark .navbar-text a:focus,
+.navbar-dark .navbar-text a:hover {
+ color: rgb(255, 244, 224);
+}
+.card {
+ background-color: rgb(27, 27, 26);
+ border-color: rgba(151, 138, 117, 0.13);
+}
+.card-link:hover {
+ text-decoration-color: initial;
+}
+.card-header {
+ background-color: rgba(0, 0, 0, 0.03);
+ border-bottom-color: rgba(151, 138, 117, 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(151, 138, 117, 0.13);
+}
+.card-header-tabs {
+ border-bottom-color: initial;
+}
+@media (min-width: 576px) {
+ .card-group > .card + .card {
+ border-left-color: initial;
+ }
+}
+.accordion > .card:not(:first-of-type):not(:last-of-type) {
+ border-bottom-color: initial;
+}
+.accordion > .card:first-of-type {
+ border-bottom-color: initial;
+}
+.breadcrumb {
+ list-style-image: initial;
+ background-color: rgb(40, 40, 38);
+}
+.breadcrumb-item + .breadcrumb-item::before {
+ color: rgb(172, 159, 138);
+}
+.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(172, 159, 138);
+}
+.pagination {
+ list-style-image: initial;
+}
+.page-link {
+ color: rgb(94, 165, 219);
+ background-color: rgb(27, 27, 26);
+ border-color: rgb(63, 64, 61);
+}
+.page-link:hover {
+ color: rgb(136, 189, 226);
+ text-decoration-color: initial;
+ background-color: rgb(40, 40, 38);
+ border-color: rgb(63, 64, 61);
+}
+.page-link:focus {
+ outline-color: initial;
+ box-shadow: rgba(34, 99, 167, 0.25) 0px 0px 0px 0.2rem;
+}
+.page-item.active .page-link {
+ color: rgb(255, 244, 224);
+ background-color: rgb(34, 99, 167);
+ border-color: rgb(30, 87, 146);
+}
+.page-item.disabled .page-link {
+ color: rgb(172, 159, 138);
+ background-color: rgb(27, 27, 26);
+ border-color: rgb(63, 64, 61);
+}
+a.badge:focus,
+a.badge:hover {
+ text-decoration-color: initial;
+}
+.badge-primary {
+ color: rgb(255, 244, 224);
+ background-color: rgb(34, 99, 167);
+}
+a.badge-primary:focus,
+a.badge-primary:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(27, 79, 133);
+}
+a.badge-primary.focus,
+a.badge-primary:focus {
+ outline-color: initial;
+ box-shadow: rgba(34, 99, 167, 0.5) 0px 0px 0px 0.2rem;
+}
+.badge-secondary {
+ color: rgb(255, 244, 224);
+ background-color: rgb(100, 100, 96);
+}
+a.badge-secondary:focus,
+a.badge-secondary:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(78, 78, 74);
+}
+a.badge-secondary.focus,
+a.badge-secondary:focus {
+ outline-color: initial;
+ box-shadow: rgba(100, 100, 96, 0.5) 0px 0px 0px 0.2rem;
+}
+.badge-success {
+ color: rgb(255, 244, 224);
+ background-color: rgb(60, 127, 65);
+}
+a.badge-success:focus,
+a.badge-success:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(45, 96, 49);
+}
+a.badge-success.focus,
+a.badge-success:focus {
+ outline-color: initial;
+ box-shadow: rgba(60, 127, 65, 0.5) 0px 0px 0px 0.2rem;
+}
+.badge-info {
+ color: rgb(255, 244, 224);
+ background-color: rgb(53, 127, 131);
+}
+a.badge-info:focus,
+a.badge-info:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(40, 96, 99);
+}
+a.badge-info.focus,
+a.badge-info:focus {
+ outline-color: initial;
+ box-shadow: rgba(53, 127, 131, 0.5) 0px 0px 0px 0.2rem;
+}
+.badge-warning {
+ color: rgb(230, 218, 197);
+ background-color: rgb(198, 157, 40);
+}
+a.badge-warning:focus,
+a.badge-warning:hover {
+ color: rgb(230, 218, 197);
+ background-color: rgb(167, 132, 34);
+}
+a.badge-warning.focus,
+a.badge-warning:focus {
+ outline-color: initial;
+ box-shadow: rgba(198, 157, 40, 0.5) 0px 0px 0px 0.2rem;
+}
+.badge-danger {
+ color: rgb(255, 244, 224);
+ background-color: rgb(144, 46, 49);
+}
+a.badge-danger:focus,
+a.badge-danger:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(132, 41, 45);
+}
+a.badge-danger.focus,
+a.badge-danger:focus {
+ outline-color: initial;
+ box-shadow: rgba(144, 46, 49, 0.5) 0px 0px 0px 0.2rem;
+}
+.badge-light {
+ color: rgb(230, 218, 197);
+ background-color: rgb(31, 32, 30);
+}
+a.badge-light:focus,
+a.badge-light:hover {
+ color: rgb(230, 218, 197);
+ background-color: rgb(47, 48, 45);
+}
+a.badge-light.focus,
+a.badge-light:focus {
+ outline-color: initial;
+ box-shadow: rgba(31, 32, 30, 0.5) 0px 0px 0px 0.2rem;
+}
+.badge-dark {
+ color: rgb(255, 244, 224);
+ background-color: rgb(50, 50, 47);
+}
+a.badge-dark:focus,
+a.badge-dark:hover {
+ color: rgb(255, 244, 224);
+ background-color: rgb(27, 28, 27);
+}
+a.badge-dark.focus,
+a.badge-dark:focus {
+ outline-color: initial;
+ box-shadow: rgba(50, 50, 47, 0.5) 0px 0px 0px 0.2rem;
+}
+.jumbotron {
+ background-color: rgb(40, 40, 38);
+}
+.alert {
+ border-color: transparent;
+}
+.alert-heading {
+ color: inherit;
+}
+.alert-dismissible .close {
+ color: inherit;
+}
+.alert-primary {
+ color: rgb(161, 202, 230);
+ background-color: rgb(43, 44, 42);
+ border-color: rgb(21, 60, 100);
+}
+.alert-primary hr {
+ border-top-color: rgb(22, 64, 107);
+}
+.alert-primary .alert-link {
+ color: rgb(226, 214, 193);
+}
+.alert-secondary {
+ color: rgb(212, 200, 179);
+ background-color: rgb(45, 45, 43);
+ border-color: rgb(67, 67, 64);
+}
+.alert-secondary hr {
+ border-top-color: rgb(71, 72, 68);
+}
+.alert-secondary .alert-link {
+ color: rgb(231, 219, 198);
+}
+.alert-success {
+ color: rgb(188, 233, 176);
+ background-color: rgb(38, 61, 42);
+ border-color: rgb(54, 88, 54);
+}
+.alert-success hr {
+ border-top-color: rgb(57, 94, 57);
+}
+.alert-success .alert-link {
+ color: rgb(235, 223, 203);
+}
+.alert-info {
+ color: rgb(182, 233, 226);
+ background-color: rgb(34, 59, 61);
+ border-color: rgb(51, 89, 88);
+}
+.alert-info hr {
+ border-top-color: rgb(53, 93, 94);
+}
+.alert-info .alert-link {
+ color: rgb(235, 223, 203);
+}
+.alert-warning {
+ color: rgb(255, 227, 138);
+ background-color: rgb(81, 65, 17);
+ border-color: rgb(122, 96, 25);
+}
+.alert-warning hr {
+ border-top-color: rgb(129, 102, 26);
+}
+.alert-warning .alert-link {
+ color: rgb(225, 212, 192);
+}
+.alert-danger {
+ color: rgb(223, 152, 146);
+ background-color: rgb(59, 19, 20);
+ border-color: rgb(91, 29, 31);
+}
+.alert-danger hr {
+ border-top-color: rgb(96, 31, 34);
+}
+.alert-danger .alert-link {
+ color: rgb(223, 211, 190);
+}
+.alert-light {
+ color: rgb(166, 153, 132);
+ background-color: rgb(28, 28, 27);
+ border-color: rgb(40, 38, 59);
+}
+.alert-light hr {
+ border-top-color: rgb(41, 39, 64);
+}
+.alert-light .alert-link {
+ color: rgb(181, 169, 148);
+}
+.alert-dark {
+ color: rgb(234, 222, 202);
+ background-color: rgb(52, 53, 50);
+ border-color: rgb(72, 73, 69);
+}
+.alert-dark hr {
+ border-top-color: rgb(76, 77, 73);
+}
+.alert-dark .alert-link {
+ color: rgb(252, 241, 221);
+}
+.progress {
+ background-color: rgb(40, 40, 38);
+}
+.progress-bar {
+ color: rgb(255, 244, 224);
+ background-color: rgb(34, 99, 167);
+}
+.progress-bar-striped {
+ background-image: linear-gradient(45deg,
+ rgba(27, 27, 26, 0.15) 25%,
+ rgba(0, 0, 0, 0) 25%,
+ rgba(0, 0, 0, 0) 50%,
+ rgba(27, 27, 26, 0.15) 50%,
+ rgba(27, 27, 26, 0.15) 75%,
+ rgba(0, 0, 0, 0) 75%,
+ rgba(0, 0, 0, 0));
+}
+.list-group-item-action {
+ color: rgb(198, 186, 166);
+}
+.list-group-item-action:focus,
+.list-group-item-action:hover {
+ color: rgb(198, 186, 166);
+ text-decoration-color: initial;
+ background-color: rgb(31, 32, 30);
+}
+.list-group-item-action:active {
+ color: rgb(230, 218, 197);
+ background-color: rgb(40, 40, 38);
+}
+.list-group-item {
+ background-color: rgb(27, 27, 26);
+ border-color: rgba(151, 138, 117, 0.13);
+}
+.list-group-item.disabled,
+.list-group-item:disabled {
+ color: rgb(172, 159, 138);
+ background-color: rgb(27, 27, 26);
+}
+.list-group-item.active {
+ color: rgb(255, 244, 224);
+ background-color: rgb(34, 99, 167);
+ border-color: rgb(30, 87, 146);
+}
+.list-group-flush .list-group-item {
+ border-right-color: initial;
+ border-left-color: initial;
+}
+.list-group-flush:first-child .list-group-item:first-child {
+ border-top-color: initial;
+}
+.list-group-flush:last-child .list-group-item:last-child {
+ border-bottom-color: initial;
+}
+.list-group-item-primary {
+ color: rgb(161, 202, 230);
+ background-color: rgb(50, 51, 48);
+}
+.list-group-item-primary.list-group-item-action:focus,
+.list-group-item-primary.list-group-item-action:hover {
+ color: rgb(161, 202, 230);
+ background-color: rgb(58, 58, 55);
+}
+.list-group-item-primary.list-group-item-action.active {
+ color: rgb(255, 244, 224);
+ background-color: rgb(18, 52, 87);
+ border-color: rgb(36, 105, 176);
+}
+.list-group-item-secondary {
+ color: rgb(212, 200, 179);
+ background-color: rgb(52, 53, 49);
+}
+.list-group-item-secondary.list-group-item-action:focus,
+.list-group-item-secondary.list-group-item-action:hover {
+ color: rgb(212, 200, 179);
+ background-color: rgb(60, 61, 58);
+}
+.list-group-item-secondary.list-group-item-action.active {
+ color: rgb(255, 244, 224);
+ background-color: rgb(52, 52, 49);
+ border-color: rgb(129, 118, 101);
+}
+.list-group-item-success {
+ color: rgb(188, 233, 176);
+ background-color: rgb(44, 71, 49);
+}
+.list-group-item-success.list-group-item-action:focus,
+.list-group-item-success.list-group-item-action:hover {
+ color: rgb(188, 233, 176);
+ background-color: rgb(50, 81, 56);
+}
+.list-group-item-success.list-group-item-action.active {
+ color: rgb(255, 244, 224);
+ background-color: rgb(32, 67, 34);
+ border-color: rgb(81, 170, 87);
+}
+.list-group-item-info {
+ color: rgb(182, 233, 226);
+ background-color: rgb(40, 71, 71);
+}
+.list-group-item-info.list-group-item-action:focus,
+.list-group-item-info.list-group-item-action:hover {
+ color: rgb(182, 233, 226);
+ background-color: rgb(47, 81, 81);
+}
+.list-group-item-info.list-group-item-action.active {
+ color: rgb(255, 244, 224);
+ background-color: rgb(28, 66, 68);
+ border-color: rgb(72, 169, 176);
+}
+.list-group-item-warning {
+ color: rgb(255, 227, 138);
+ background-color: rgb(91, 73, 19);
+}
+.list-group-item-warning.list-group-item-action:focus,
+.list-group-item-warning.list-group-item-action:hover {
+ color: rgb(255, 227, 138);
+ background-color: rgb(106, 85, 22);
+}
+.list-group-item-warning.list-group-item-action.active {
+ color: rgb(255, 244, 224);
+ background-color: rgb(105, 84, 24);
+ border-color: rgb(206, 163, 46);
+}
+.list-group-item-danger {
+ color: rgb(223, 152, 146);
+ background-color: rgb(68, 22, 23);
+}
+.list-group-item-danger.list-group-item-action:focus,
+.list-group-item-danger.list-group-item-action:hover {
+ color: rgb(223, 152, 146);
+ background-color: rgb(79, 25, 28);
+}
+.list-group-item-danger.list-group-item-action.active {
+ color: rgb(255, 244, 224);
+ background-color: rgb(81, 31, 32);
+ border-color: rgb(153, 59, 61);
+}
+.list-group-item-light {
+ color: rgb(166, 153, 132);
+ background-color: rgb(28, 28, 27);
+}
+.list-group-item-light.list-group-item-action:focus,
+.list-group-item-light.list-group-item-action:hover {
+ color: rgb(166, 153, 132);
+ background-color: rgb(36, 37, 35);
+}
+.list-group-item-light.list-group-item-action.active {
+ color: rgb(255, 244, 224);
+ background-color: rgb(108, 109, 103);
+ border-color: rgb(94, 95, 91);
+}
+.list-group-item-dark {
+ color: rgb(234, 222, 202);
+ background-color: rgb(62, 63, 60);
+}
+.list-group-item-dark.list-group-item-action:focus,
+.list-group-item-dark.list-group-item-action:hover {
+ color: rgb(234, 222, 202);
+ background-color: rgb(70, 71, 68);
+}
+.list-group-item-dark.list-group-item-action.active {
+ color: rgb(255, 244, 224);
+ background-color: rgb(26, 25, 24);
+ border-color: rgb(140, 129, 109);
+}
+.close {
+ color: rgb(255, 244, 224);
+ text-shadow: rgb(27, 27, 26) 0px 1px 0px;
+}
+.close:hover {
+ color: rgb(255, 244, 224);
+ text-decoration-color: initial;
+}
+button.close {
+ background-color: transparent;
+ border-color: initial;
+}
+.toast {
+ background-color: rgba(27, 27, 26, 0.85);
+ border-color: rgba(151, 138, 117, 0.1);
+ box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 0.75rem;
+}
+.toast-header {
+ color: rgb(172, 159, 138);
+ background-color: rgba(27, 27, 26, 0.85);
+ border-bottom-color: rgba(151, 138, 117, 0.05);
+}
+.modal {
+ outline-color: initial;
+}
+.modal-content {
+ background-color: rgb(27, 27, 26);
+ border-color: rgba(151, 138, 117, 0.2);
+ outline-color: initial;
+}
+.modal-backdrop {
+ background-color: rgb(0, 0, 0);
+}
+.modal-header {
+ border-bottom-color: rgb(63, 64, 61);
+}
+.modal-footer {
+ border-top-color: rgb(63, 64, 61);
+}
+.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(151, 138, 117);
+}
+.bs-tooltip-auto[x-placement^="right"] .arrow::before,
+.bs-tooltip-right .arrow::before {
+ border-right-color: rgb(151, 138, 117);
+}
+.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
+.bs-tooltip-bottom .arrow::before {
+ border-bottom-color: rgb(151, 138, 117);
+}
+.bs-tooltip-auto[x-placement^="left"] .arrow::before,
+.bs-tooltip-left .arrow::before {
+ border-left-color: rgb(151, 138, 117);
+}
+.tooltip-inner {
+ color: rgb(255, 244, 224);
+ background-color: rgb(0, 0, 0);
+}
+.popover {
+ text-decoration-color: initial;
+ text-shadow: none;
+ background-color: rgb(27, 27, 26);
+ border-color: rgba(151, 138, 117, 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(151, 138, 117, 0.25);
+}
+.bs-popover-auto[x-placement^="top"] > .arrow::after,
+.bs-popover-top > .arrow::after {
+ border-top-color: rgb(54, 55, 52);
+}
+.bs-popover-auto[x-placement^="right"] > .arrow::before,
+.bs-popover-right > .arrow::before {
+ border-right-color: rgba(151, 138, 117, 0.25);
+}
+.bs-popover-auto[x-placement^="right"] > .arrow::after,
+.bs-popover-right > .arrow::after {
+ border-right-color: rgb(54, 55, 52);
+}
+.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
+.bs-popover-bottom > .arrow::before {
+ border-bottom-color: rgba(151, 138, 117, 0.25);
+}
+.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
+.bs-popover-bottom > .arrow::after {
+ border-bottom-color: rgb(54, 55, 52);
+}
+.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
+.bs-popover-bottom .popover-header::before {
+ border-bottom-color: rgb(57, 57, 55);
+}
+.bs-popover-auto[x-placement^="left"] > .arrow::before,
+.bs-popover-left > .arrow::before {
+ border-left-color: rgba(151, 138, 117, 0.25);
+}
+.bs-popover-auto[x-placement^="left"] > .arrow::after,
+.bs-popover-left > .arrow::after {
+ border-left-color: rgb(54, 55, 52);
+}
+.popover-header {
+ background-color: rgb(33, 33, 31);
+ border-bottom-color: rgb(61, 61, 58);
+}
+.popover-body {
+ color: rgb(230, 218, 197);
+}
+.carousel-control-next,
+.carousel-control-prev {
+ color: rgb(255, 244, 224);
+}
+.carousel-control-next:focus,
+.carousel-control-next:hover,
+.carousel-control-prev:focus,
+.carousel-control-prev:hover {
+ color: rgb(255, 244, 224);
+ 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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
+}
+.carousel-indicators {
+ list-style-image: initial;
+}
+.carousel-indicators li {
+ background-color: rgb(27, 27, 26);
+ border-top-color: transparent;
+ border-bottom-color: transparent;
+}
+.carousel-caption {
+ color: rgb(255, 244, 224);
+}
+.spinner-border {
+ border-color: currentcolor transparent currentcolor currentcolor;
+}
+.spinner-grow {
+ background-color: currentcolor;
+}
+.bg-primary {
+ background-color: rgb(34, 99, 167) !important;
+}
+a.bg-primary:focus,
+a.bg-primary:hover,
+button.bg-primary:focus,
+button.bg-primary:hover {
+ background-color: rgb(27, 79, 133) !important;
+}
+.bg-secondary {
+ background-color: rgb(100, 100, 96) !important;
+}
+a.bg-secondary:focus,
+a.bg-secondary:hover,
+button.bg-secondary:focus,
+button.bg-secondary:hover {
+ background-color: rgb(78, 78, 74) !important;
+}
+.bg-success {
+ background-color: rgb(60, 127, 65) !important;
+}
+a.bg-success:focus,
+a.bg-success:hover,
+button.bg-success:focus,
+button.bg-success:hover {
+ background-color: rgb(45, 96, 49) !important;
+}
+.bg-info {
+ background-color: rgb(53, 127, 131) !important;
+}
+a.bg-info:focus,
+a.bg-info:hover,
+button.bg-info:focus,
+button.bg-info:hover {
+ background-color: rgb(40, 96, 99) !important;
+}
+.bg-warning {
+ background-color: rgb(198, 157, 40) !important;
+}
+a.bg-warning:focus,
+a.bg-warning:hover,
+button.bg-warning:focus,
+button.bg-warning:hover {
+ background-color: rgb(167, 132, 34) !important;
+}
+.bg-danger {
+ background-color: rgb(144, 46, 49) !important;
+}
+a.bg-danger:focus,
+a.bg-danger:hover,
+button.bg-danger:focus,
+button.bg-danger:hover {
+ background-color: rgb(132, 41, 45) !important;
+}
+.bg-light {
+ background-color: rgb(31, 32, 30) !important;
+}
+a.bg-light:focus,
+a.bg-light:hover,
+button.bg-light:focus,
+button.bg-light:hover {
+ background-color: rgb(47, 48, 45) !important;
+}
+.bg-dark {
+ background-color: rgb(50, 50, 47) !important;
+}
+a.bg-dark:focus,
+a.bg-dark:hover,
+button.bg-dark:focus,
+button.bg-dark:hover {
+ background-color: rgb(27, 28, 27) !important;
+}
+.bg-white {
+ background-color: rgb(27, 27, 26) !important;
+}
+.bg-transparent {
+ background-color: transparent !important;
+}
+.border {
+ border-color: rgb(63, 64, 61) !important;
+}
+.border-top {
+ border-top-color: rgb(63, 64, 61) !important;
+}
+.border-right {
+ border-right-color: rgb(63, 64, 61) !important;
+}
+.border-bottom {
+ border-bottom-color: rgb(63, 64, 61) !important;
+}
+.border-left {
+ border-left-color: rgb(63, 64, 61) !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(30, 87, 146) !important;
+}
+.border-secondary {
+ border-color: rgb(110, 100, 85) !important;
+}
+.border-success {
+ border-color: rgb(70, 148, 75) !important;
+}
+.border-info {
+ border-color: rgb(62, 148, 152) !important;
+}
+.border-warning {
+ border-color: rgb(174, 138, 36) !important;
+}
+.border-danger {
+ border-color: rgb(129, 41, 44) !important;
+}
+.border-light {
+ border-color: rgb(57, 57, 54) !important;
+}
+.border-dark {
+ border-color: rgb(130, 119, 101) !important;
+}
+.border-white {
+ border-color: rgb(54, 55, 52) !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(255, 244, 224) !important;
+}
+.text-primary {
+ color: rgb(94, 165, 219) !important;
+}
+a.text-primary:focus,
+a.text-primary:hover {
+ color: rgb(136, 189, 226) !important;
+}
+.text-secondary {
+ color: rgb(172, 159, 138) !important;
+}
+a.text-secondary:focus,
+a.text-secondary:hover {
+ color: rgb(199, 187, 167) !important;
+}
+.text-success {
+ color: rgb(136, 213, 134) !important;
+}
+a.text-success:focus,
+a.text-success:hover {
+ color: rgb(176, 229, 167) !important;
+}
+.text-info {
+ color: rgb(128, 212, 213) !important;
+}
+a.text-info:focus,
+a.text-info:hover {
+ color: rgb(171, 228, 223) !important;
+}
+.text-warning {
+ color: rgb(255, 208, 75) !important;
+}
+a.text-warning:focus,
+a.text-warning:hover {
+ color: rgb(255, 220, 109) !important;
+}
+.text-danger {
+ color: rgb(203, 91, 92) !important;
+}
+a.text-danger:focus,
+a.text-danger:hover {
+ color: rgb(214, 115, 113) !important;
+}
+.text-light {
+ color: rgb(251, 240, 219) !important;
+}
+a.text-light:focus,
+a.text-light:hover {
+ color: rgb(224, 211, 191) !important;
+}
+.text-dark {
+ color: rgb(214, 202, 181) !important;
+}
+a.text-dark:focus,
+a.text-dark:hover {
+ color: rgb(241, 229, 209) !important;
+}
+.text-body {
+ color: rgb(230, 218, 197) !important;
+}
+.text-muted {
+ color: rgb(172, 159, 138) !important;
+}
+.text-black-50 {
+ color: rgba(255, 244, 224, 0.5) !important;
+}
+.text-white-50 {
+ color: rgba(255, 244, 224, 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;
+}
+code[class*="language-"], pre[class*="language-"] {
+ color: rgb(255, 244, 224);
+ background-image: none;
+ background-color: initial;
+ text-shadow: rgb(27, 27, 26) 0px 1px;
+}
+pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection {
+ text-shadow: none;
+ background-image: initial;
+ background-color: rgb(52, 53, 50);
+}
+:not(pre) > code[class*="language-"], pre[class*="language-"] {
+ background-image: initial;
+ background-color: rgb(42, 34, 28);
+}
+.token.comment,
+.token.prolog,
+.token.doctype,
+.token.cdata {
+ color: rgb(165, 152, 131);
+}
+.token.punctuation {
+ color: rgb(183, 170, 149);
+}
+.token.property,
+.token.tag,
+.token.boolean,
+.token.number,
+.token.constant,
+.token.symbol,
+.token.deleted {
+ color: rgb(241, 124, 173);
+}
+.token.selector,
+.token.attr-name,
+.token.string,
+.token.char,
+.token.builtin,
+.token.inserted {
+ color: rgb(230, 255, 129);
+}
+.token.operator,
+.token.entity,
+.token.url,
+.language-css .token.string,
+.style .token.string {
+ color: rgb(206, 171, 123);
+ background-image: initial;
+ background-color: rgba(27, 27, 26, 0.5);
+}
+.token.atrule,
+.token.attr-value,
+.token.keyword {
+ color: rgb(131, 207, 228);
+}
+.token.function,
+.token.class-name {
+ color: rgb(208, 106, 115);
+}
+.token.regex,
+.token.important,
+.token.variable {
+ color: rgb(251, 189, 77);
+}
+.nuxt-progress {
+ background-color: rgb(0, 0, 0);
+}
+.nuxt-progress-failed {
+ background-color: rgb(167, 21, 17);
+}
+.nuxt__build_indicator[data-v-71e9e103] {
+ box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
+}
+.hr {
+ background-image: initial;
+ background-color: rgba(27, 27, 26, 0.2);
+}
+.info p {
+ color: rgb(165, 152, 131);
+}
+.info li {
+ color: rgb(255, 244, 224);
+}
+#fb::before {
+ background-image: initial;
+ background-color: rgb(62, 75, 105);
+}
+#ig::before {
+ background-image: initial;
+ background-color: rgb(155, 103, 31);
+}
+#tw::before {
+ background-image: initial;
+ background-color: rgb(42, 91, 125);
+}
+#yt::before {
+ background-image: initial;
+ background-color: rgb(139, 53, 44);
+}
+#gh::before {
+ background-image: initial;
+ background-color: rgb(33, 35, 35);
+}
+#media ul {
+ list-style-image: initial;
+}
+div #no-h,
+#personal a,
+a:hover,
+#media a,
+a:hover,
+#address a,
+a:hover {
+ color: inherit;
+ text-decoration-color: initial;
+}
+nav {
+ background-image: initial;
+ background-color: rgb(13, 13, 12);
+}
+nav #brand a {
+ color: rgb(255, 244, 224);
+}
+nav #brand a:hover {
+ text-decoration-color: initial;
+}
+nav #menu li a {
+ color: rgb(255, 244, 224);
+}
+nav #menu li a:hover {
+ text-decoration-color: initial;
+}
+#menu-item-4:hover {
+ text-decoration-color: initial !important;
+}
+#resize {
+ background-image: initial;
+ background-color: rgb(13, 13, 12);
+}
+#resize #menu li a {
+ color: rgb(255, 244, 224);
+}
+#resize #menu li a:hover {
+ text-decoration-color: initial;
+}
+.vertical {
+ border-left-color: rgb(54, 55, 52);
+}
+#contact-form ul {
+ list-style-image: initial;
+}
+#contact-form li:last-of-type {
+ border-bottom-color: initial;
+}
+#contact-form label {
+ color: rgb(183, 170, 149);
+}
+#contact-form input,
+#contact-form textarea {
+ border-color: initial;
+ background-image: initial;
+ background-color: transparent;
+ color: rgb(255, 244, 224);
+}
+input:focus {
+ outline-color: initial;
+ border-color: initial;
+}
+textarea:focus {
+ outline-color: initial;
+ border-color: initial;
+}
+.textarea {
+ border-bottom-color: rgb(65, 65, 62);
+}
+.send {
+ background-image: initial;
+ background-color: transparent;
+ color: rgb(233, 221, 200);
+}
+.send:hover {
+ background-image: initial;
+ background-color: rgb(48, 48, 46);
+ color: rgb(244, 232, 212);
+}
+.mobile-txt2 {
+ color: rgb(255, 244, 224);
+}
+.line {
+ border-right-color: rgba(54, 55, 52, 0.75);
+}
+.scroll-down {
+ text-decoration-color: initial;
+ border-bottom-color: rgb(54, 55, 52);
+ border-right-color: rgb(54, 55, 52);
+}
+.prev,
+.next p {
+ color: rgb(165, 152, 131);
+}
+.image {
+ background-image: url("https://images.unsplash.com/photo-1540885762261-a2ca01f290f9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2468&q=80");
+ background-color: initial;
+}
+.hero-content p {
+ color: rgb(165, 152, 131);
+}
+html,
+body {
+ background-image: initial !important;
+ background-color: rgb(13, 13, 12) !important;
+ color: rgb(255, 244, 224) !important;
+}
+.logo[data-v-51704dc2] {
+ color: rgb(255, 244, 224);
+}
+.logo a[data-v-51704dc2] {
+ color: rgb(255, 244, 224);
+ text-decoration-color: initial;
+}
+nav ul li a[data-v-51704dc2] {
+ outline-color: initial;
+ color: rgb(255, 244, 224);
+ text-decoration-color: initial;
+}
+@media screen and (max-width: 864px) {
+ .nav-wrapper[data-v-51704dc2] {
+ background-image: initial;
+ background-color: rgb(13, 13, 12);
+ }
+ .nav-wrapper ul li a[data-v-51704dc2] {
+ color: rgb(255, 244, 224);
+ }
+ .nav-btn i[data-v-51704dc2] {
+ background-image: initial;
+ background-color: rgb(27, 27, 26);
+ }
+}
+#nav:checked + .nav-btn i[data-v-51704dc2] {
+ background-image: initial;
+ background-color: rgb(27, 27, 26);
+}
+
+/* Override Style */
+.vimvixen-hint {
+ background-color: #775707 !important;
+ border-color: #dab73c !important;
+ color: #fff6cd !important;
+}
+::placeholder {
+ opacity: 0.5 !important;
+}