body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
/* Custom theme goes here */
/*body {
    background-color: #000;
    color: #fff;
}
#menu {
    background-color: #676767;    
    background-image:none;
    border-color:transparent;
}
.swiper-viewport {
    background: #000;
    border: 4px solid #000;
}
a{
    color: red;
}
a:hover{
    color: red;
}*/

/* Dark theme */
NEUTRAL BG
html
body
:not([style*="background-color:"]):not(iframe)

NEUTRAL TEXT
html
body
:not([style*="color:"])
.sr-reader *:not([class*='sr-pivot'])

RED TEXT
h1:not([style*="color:"])
h2:not([style*="color:"])
h3:not([style*="color:"])
h4:not([style*="color:"])
h5:not([style*="color:"])
h6:not([style*="color:"])

GREEN TEXT
cite:not([style*="color:"])

BLUE BG ACTIVE
input:not([style*="background-color:"])
textarea:not([style*="background-color:"])
button:not([style*="background-color:"])
[role="button"]

BLUE TEXT ACTIVE
a:not([style*="color:"])

BLUE BORDER
:not([style*="border-color:"])
::before
::after

FADE BG
div:empty
.sr-reader *
.sr-backdrop

FADE TEXT
input::placeholder
textarea::placeholder

NO IMAGE
input:not([style*="background-image:"])
textarea:not([style*="background-image:"])
.vimvixen-hint {
    background-color: ${#ffd76e} !important;
    border-color: ${#c59d00} !important;
    color: ${#302505} !important;
}
#vimvixen-console-frame {
    color-scheme: light !important;
}
::placeholder {
    opacity: 0.5 !important;
}
#edge-translate-panel-body,
.MuiTypography-body1,
.nfe-quote-text {
    color: var(--darkreader-neutral-text) !important;
}
gr-main-header {
    background-color: ${lightblue} !important;
}
.tou-z65h9k,
.tou-mignzq,
.tou-1b6i2ox,
.tou-lnqlqk {
    background-color: var(--darkreader-neutral-background) !important;
}
.tou-75mvi {
    background-color: ${rgb(207, 236, 245)} !important;
}
.tou-ta9e87,
.tou-1w3fhi0,
.tou-1b8t2us,
.tou-py7lfi,
.tou-1lpmd9d,
.tou-1frrtv8,
.tou-17ezmgn {
    background-color: ${rgb(245, 245, 245)} !important;
}
.tou-uknfeu {
    background-color: ${rgb(250, 237, 218)} !important;
}
.tou-6i3zyv {
    background-color: ${rgb(133, 195, 216)} !important;
}
div.mermaid-viewer-control-panel .btn {
    background-color: var(--darkreader-neutral-background);
    fill: var(--darkreader-neutral-text);
}
svg g rect.er {
    fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.entityBox {
    fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.attributeBoxOdd {
    fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.attributeBoxEven {
    fill: var(--darkreader-selection-background);
    fill-opacity: 0.8 !important;
}
svg rect.er.relationshipLabelBox {
    fill: var(--darkreader-neutral-background) !important;
}
svg g g.nodes rect,
svg g g.nodes polygon {
    fill: var(--darkreader-neutral-background) !important;
}
svg g rect.task {
    fill: var(--darkreader-selection-background) !important;
}
svg line.messageLine0,
svg line.messageLine1 {
    stroke: var(--darkreader-neutral-text) !important;
}
div.mermaid .actor {
    fill: var(--darkreader-neutral-background) !important;
}
mitid-authenticators-code-app > .code-app-container {
    background-color: white !important;
    padding-top: 1rem;
}
iframe#unpaywall[src$="unpaywall.html"] {
    color-scheme: light !important;
}
/*
                        _______
                       /       \
                      .==.    .==.
                     ((  ))==((  ))
                    / "=="    "=="\
                   /____|| || ||___\
       ________     ____    ________  ___    ___
       |  ___  \   /    \   |  ___  \ |  |  /  /
       |  |  \  \ /  /\  \  |  |  \  \|  |_/  /
       |  |   )  /  /__\  \ |  |__/  /|  ___  \
       |  |__/  /  ______  \|  ____  \|  |  \  \
_______|_______/__/ ____ \__\__|___\__\__|___\__\____
|  ___  \ |  ____/ /    \   |  ___  \ |  ____|  ___  \
|  |  \  \|  |___ /  /\  \  |  |  \  \|  |___|  |  \  \
|  |__/  /|  ____/  /__\  \ |  |   )  |  ____|  |__/  /
|  ____  \|  |__/  ______  \|  |__/  /|  |___|  ____  \
|__|   \__\____/__/      \__\_______/ |______|__|   \__\
                https://darkreader.org
*/

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

/* User-Agent Style */
@layer {
html {
    background-color: #181a1b !important;
}
html {
    color-scheme: dark !important;
}
iframe {
    color-scheme: dark !important;
}
html, body {
    background-color: #181a1b;
}
html, body {
    border-color: #736b5e;
    color: #e8e6e3;
}
a {
    color: #3391ff;
}
table {
    border-color: #545b5e;
}
mark {
    color: #e8e6e3;
}
::placeholder {
    color: #b2aba1;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #404400 !important;
    color: #e8e6e3 !important;
}
::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, img.Wirisformula {
    filter: invert(100%) hue-rotate(180deg) contrast(90%) !important;
}

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

/* Modified CSS */
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline-color: initial;
}
abbr[title] {
    border-bottom: none;
    text-decoration-color: initial;
}
mark {
    background-color: rgb(153, 153, 0);
    background-image: initial;
    color: rgb(232, 230, 227);
}
img {
    border-color: initial;
    border-style: initial;
    border-width: 0px;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
}
fieldset {
    border-color: rgb(66, 71, 74);
}
legend {
    border-color: initial;
    border-style: initial;
    border-width: 0px;
}
html {
    -webkit-tap-highlight-color: rgba(232, 230, 227, 0);
}
body {
    background-color: rgb(24, 26, 27);
    color: rgb(200, 195, 188);
}
a {
    color: rgb(105, 166, 213);
    text-decoration-color: initial;
}
a:focus,
a:hover {
    color: rgb(141, 187, 223);
    text-decoration-color: initial;
}
a:focus {
    outline-color: rgb(186, 123, 0);
}
.img-thumbnail {
    background-color: rgb(24, 26, 27);
    border-color: rgb(58, 62, 65);
}
hr {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top-color: rgb(53, 57, 59);
}
.sr-only {
    border-color: initial;
    border-style: initial;
    border-width: 0px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    color: rgb(157, 148, 136);
}
.mark,
mark {
    background-color: rgb(47, 40, 5);
}
.text-muted {
    color: rgb(157, 148, 136);
}
.text-primary {
    color: rgb(105, 166, 213);
}
a.text-primary:focus,
a.text-primary:hover {
    color: rgb(129, 180, 220);
}
.text-success {
    color: rgb(139, 196, 140);
}
a.text-success:focus,
a.text-success:hover {
    color: rgb(162, 208, 164);
}
.text-info {
    color: rgb(117, 178, 208);
}
a.text-info:focus,
a.text-info:hover {
    color: rgb(144, 192, 217);
}
.text-warning {
    color: rgb(198, 171, 123);
}
a.text-warning:focus,
a.text-warning:hover {
    color: rgb(209, 187, 148);
}
.text-danger {
    color: rgb(194, 102, 100);
}
a.text-danger:focus,
a.text-danger:hover {
    color: rgb(204, 127, 126);
}
.bg-primary {
    background-color: rgb(41, 98, 146);
    color: rgb(232, 230, 227);
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: rgb(32, 77, 115);
}
.bg-success {
    background-color: rgb(41, 60, 23);
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: rgb(56, 83, 31);
}
.bg-info {
    background-color: rgb(14, 48, 65);
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: rgb(19, 66, 90);
}
.bg-warning {
    background-color: rgb(47, 40, 5);
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: rgb(68, 58, 7);
}
.bg-danger {
    background-color: rgb(56, 22, 22);
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: rgb(79, 30, 30);
}
.page-header {
    border-bottom-color: rgb(53, 57, 59);
}
.list-unstyled {
    list-style-image: initial;
}
.list-inline {
    list-style-image: initial;
}
blockquote {
    border-left-color: rgb(53, 57, 59);
}
blockquote .small,
blockquote footer,
blockquote small {
    color: rgb(157, 148, 136);
}
.blockquote-reverse,
blockquote.pull-right {
    border-left: 0px;
    border-right-color: rgb(53, 57, 59);
}
code {
    background-color: rgb(43, 20, 26);
    color: rgb(221, 73, 110);
}
kbd {
    background-color: rgb(38, 42, 43);
    box-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px inset;
    color: rgb(232, 230, 227);
}
kbd kbd {
    box-shadow: none;
}
pre {
    background-color: rgb(30, 32, 33);
    border-color: rgb(62, 68, 70);
    color: rgb(200, 195, 188);
}
pre code {
    background-color: transparent;
    color: inherit;
}
table {
    background-color: transparent;
}
caption {
    color: rgb(157, 148, 136);
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top-color: rgb(58, 62, 65);
}
.table > thead > tr > th {
    border-bottom-color: rgb(58, 62, 65);
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0px;
}
.table > tbody + tbody {
    border-top-color: rgb(58, 62, 65);
}
.table .table {
    background-color: rgb(24, 26, 27);
}
.table-bordered {
    border-color: rgb(58, 62, 65);
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: rgb(58, 62, 65);
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgb(27, 30, 31);
}
.table-hover > tbody > tr:hover {
    background-color: rgb(30, 32, 33);
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: rgb(30, 32, 33);
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: rgb(37, 40, 42);
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: rgb(41, 60, 23);
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: rgb(48, 71, 27);
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: rgb(14, 48, 65);
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: rgb(44, 48, 50);
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: rgb(47, 40, 5);
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: rgb(58, 49, 6);
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: rgb(56, 22, 22);
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: rgb(67, 26, 26);
}
@media screen and (max-width: 767px) {
    .table-responsive {
        border-color: rgb(58, 62, 65);
    }
    .table-responsive > .table-bordered {
        border-color: initial;
        border-style: initial;
        border-width: 0px;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0px;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0px;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0px;
    }
}
fieldset {
    border-color: initial;
    border-style: initial;
    border-width: 0px;
}
legend {
    border-bottom-color: rgb(55, 60, 62);
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: rgb(200, 195, 188);
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline-color: rgb(186, 123, 0);
}
output {
    color: rgb(178, 172, 162);
}
.form-control {
    background-color: rgb(24, 26, 27);
    background-image: none;
    border-color: rgb(62, 68, 70);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
    color: rgb(178, 172, 162);
}
.form-control:focus {
    border-color: rgb(19, 84, 135);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset, rgba(20, 85, 136, 0.6) 0px 0px 8px;
    outline-color: initial;
}
.form-control::-webkit-input-placeholder {
    color: rgb(168, 160, 149);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgb(34, 36, 38);
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: rgb(139, 196, 140);
}
.has-success .form-control {
    border-color: rgb(68, 134, 69);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.has-success .form-control:focus {
    border-color: rgb(73, 143, 75);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset, rgb(64, 125, 80) 0px 0px 6px;
}
.has-success .input-group-addon {
    background-color: rgb(41, 60, 23);
    border-color: rgb(68, 134, 69);
    color: rgb(139, 196, 140);
}
.has-success .form-control-feedback {
    color: rgb(139, 196, 140);
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: rgb(198, 171, 123);
}
.has-warning .form-control {
    border-color: rgb(137, 108, 59);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.has-warning .form-control:focus {
    border-color: rgb(148, 117, 64);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset, rgb(125, 98, 53) 0px 0px 6px;
}
.has-warning .input-group-addon {
    background-color: rgb(47, 40, 5);
    border-color: rgb(137, 108, 59);
    color: rgb(198, 171, 123);
}
.has-warning .form-control-feedback {
    color: rgb(198, 171, 123);
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: rgb(194, 102, 100);
}
.has-error .form-control {
    border-color: rgb(133, 53, 52);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset;
}
.has-error .form-control:focus {
    border-color: rgb(143, 58, 56);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px inset, rgb(111, 45, 44) 0px 0px 6px;
}
.has-error .input-group-addon {
    background-color: rgb(56, 22, 22);
    border-color: rgb(133, 53, 52);
    color: rgb(194, 102, 100);
}
.has-error .form-control-feedback {
    color: rgb(194, 102, 100);
}
.help-block {
    color: rgb(159, 151, 139);
}
.btn {
    background-image: none;
    border-color: transparent;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline-color: rgb(186, 123, 0);
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: rgb(200, 195, 188);
    text-decoration-color: initial;
}
.btn.active,
.btn:active {
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 5px inset;
    outline-color: initial;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    box-shadow: none;
}
.btn-default {
    background-color: rgb(24, 26, 27);
    border-color: rgb(62, 68, 70);
    color: rgb(200, 195, 188);
}
.btn-default.focus,
.btn-default:focus {
    background-color: rgb(38, 41, 43);
    border-color: rgb(80, 87, 91);
    color: rgb(200, 195, 188);
}
.btn-default:hover {
    background-color: rgb(38, 41, 43);
    border-color: rgb(71, 77, 80);
    color: rgb(200, 195, 188);
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-color: rgb(38, 41, 43);
    background-image: none;
    border-color: rgb(71, 77, 80);
    color: rgb(200, 195, 188);
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background-color: rgb(48, 52, 54);
    border-color: rgb(80, 87, 91);
    color: rgb(200, 195, 188);
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: rgb(24, 26, 27);
    border-color: rgb(62, 68, 70);
}
.btn-default .badge {
    background-color: rgb(38, 42, 43);
    color: rgb(232, 230, 227);
}
.btn-primary {
    background-color: rgb(41, 98, 146);
    border-color: rgb(42, 100, 150);
    color: rgb(232, 230, 227);
}
.btn-primary.focus,
.btn-primary:focus {
    background-color: rgb(32, 77, 115);
    border-color: rgb(126, 117, 104);
    color: rgb(232, 230, 227);
}
.btn-primary:hover {
    background-color: rgb(32, 77, 115);
    border-color: rgb(46, 110, 165);
    color: rgb(232, 230, 227);
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: rgb(32, 77, 115);
    background-image: none;
    border-color: rgb(46, 110, 165);
    color: rgb(232, 230, 227);
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: rgb(26, 62, 93);
    border-color: rgb(126, 117, 104);
    color: rgb(232, 230, 227);
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: rgb(41, 98, 146);
    border-color: rgb(42, 100, 150);
}
.btn-primary .badge {
    background-color: rgb(24, 26, 27);
    color: rgb(105, 166, 213);
}
.btn-success {
    background-color: rgb(77, 133, 58);
    border-color: rgb(55, 125, 55);
    color: rgb(232, 230, 227);
}
.btn-success.focus,
.btn-success:focus {
    background-color: rgb(54, 126, 54);
    border-color: rgb(66, 152, 66);
    color: rgb(232, 230, 227);
}
.btn-success:hover {
    background-color: rgb(54, 126, 54);
    border-color: rgb(60, 138, 60);
    color: rgb(232, 230, 227);
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-color: rgb(54, 126, 54);
    background-image: none;
    border-color: rgb(60, 138, 60);
    color: rgb(232, 230, 227);
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    background-color: rgb(46, 106, 46);
    border-color: rgb(66, 152, 66);
    color: rgb(232, 230, 227);
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: rgb(77, 133, 58);
    border-color: rgb(55, 125, 55);
}
.btn-success .badge {
    background-color: rgb(24, 26, 27);
    color: rgb(105, 190, 105);
}
.btn-info {
    background-color: rgb(28, 115, 141);
    border-color: rgb(28, 115, 140);
    color: rgb(232, 230, 227);
}
.btn-info.focus,
.btn-info:focus {
    background-color: rgb(34, 136, 166);
    border-color: rgb(35, 141, 172);
    color: rgb(232, 230, 227);
}
.btn-info:hover {
    background-color: rgb(34, 136, 166);
    border-color: rgb(31, 128, 156);
    color: rgb(232, 230, 227);
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-color: rgb(34, 136, 166);
    background-image: none;
    border-color: rgb(31, 128, 156);
    color: rgb(232, 230, 227);
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    background-color: rgb(30, 123, 150);
    border-color: rgb(35, 141, 172);
    color: rgb(232, 230, 227);
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: rgb(28, 115, 141);
    border-color: rgb(28, 115, 140);
}
.btn-info .badge {
    background-color: rgb(24, 26, 27);
    color: rgb(98, 195, 223);
}
.btn-warning {
    background-color: rgb(153, 95, 13);
    border-color: rgb(154, 96, 13);
    color: rgb(232, 230, 227);
}
.btn-warning.focus,
.btn-warning:focus {
    background-color: rgb(181, 113, 15);
    border-color: rgb(189, 118, 16);
    color: rgb(232, 230, 227);
}
.btn-warning:hover {
    background-color: rgb(181, 113, 15);
    border-color: rgb(171, 107, 14);
    color: rgb(232, 230, 227);
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-color: rgb(181, 113, 15);
    background-image: none;
    border-color: rgb(171, 107, 14);
    color: rgb(232, 230, 227);
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    background-color: rgb(170, 106, 14);
    border-color: rgb(189, 118, 16);
    color: rgb(232, 230, 227);
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: rgb(153, 95, 13);
    border-color: rgb(154, 96, 13);
}
.btn-warning .badge {
    background-color: rgb(24, 26, 27);
    color: rgb(241, 176, 84);
}
.btn-danger {
    background-color: rgb(148, 35, 32);
    border-color: rgb(143, 35, 31);
    color: rgb(232, 230, 227);
}
.btn-danger.focus,
.btn-danger:focus {
    background-color: rgb(161, 38, 35);
    border-color: rgb(175, 42, 37);
    color: rgb(232, 230, 227);
}
.btn-danger:hover {
    background-color: rgb(161, 38, 35);
    border-color: rgb(158, 38, 34);
    color: rgb(232, 230, 227);
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-color: rgb(161, 38, 35);
    background-image: none;
    border-color: rgb(158, 38, 34);
    color: rgb(232, 230, 227);
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background-color: rgb(138, 33, 30);
    border-color: rgb(175, 42, 37);
    color: rgb(232, 230, 227);
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: rgb(148, 35, 32);
    border-color: rgb(143, 35, 31);
}
.btn-danger .badge {
    background-color: rgb(24, 26, 27);
    color: rgb(219, 94, 90);
}
.btn-link {
    color: rgb(105, 166, 213);
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    background-color: transparent;
    color: rgb(141, 187, 223);
    text-decoration-color: initial;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: rgb(157, 148, 136);
    text-decoration-color: initial;
}
.caret {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: initial;
}
.dropdown-toggle:focus {
    outline-color: initial;
}
.dropdown-menu {
    background-color: rgb(24, 26, 27);
    border-color: rgba(140, 130, 115, 0.15);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px;
    list-style-image: initial;
}
.dropdown-menu .divider {
    background-color: rgb(39, 42, 44);
}
.dropdown-menu > li > a {
    color: rgb(200, 195, 188);
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: rgb(30, 32, 33);
    color: rgb(208, 204, 198);
    text-decoration-color: initial;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: rgb(41, 98, 146);
    color: rgb(232, 230, 227);
    outline-color: initial;
    text-decoration-color: initial;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: rgb(157, 148, 136);
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    background-color: transparent;
    background-image: none;
    text-decoration-color: initial;
}
.open > a {
    outline-color: initial;
}
.dropdown-header {
    color: rgb(157, 148, 136);
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-bottom-color: initial;
    border-top: 0px;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline-color: initial;
}
.btn-group.open .dropdown-toggle {
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 5px inset;
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.input-group-addon {
    background-color: rgb(34, 36, 38);
    border-color: rgb(62, 68, 70);
    color: rgb(178, 172, 162);
}
.input-group-addon:first-child {
    border-right: 0px;
}
.input-group-addon:last-child {
    border-left: 0px;
}
.nav {
    list-style-image: initial;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: rgb(34, 36, 38);
    text-decoration-color: initial;
}
.nav > li.disabled > a {
    color: rgb(157, 148, 136);
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    background-color: transparent;
    color: rgb(157, 148, 136);
    text-decoration-color: initial;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: rgb(34, 36, 38);
    border-color: rgb(40, 96, 145);
}
.nav .nav-divider {
    background-color: rgb(39, 42, 44);
}
.nav-tabs {
    border-bottom-color: rgb(58, 62, 65);
}
.nav-tabs > li > a {
    border-color: transparent;
}
.nav-tabs > li > a:hover {
    border-color: rgb(53, 57, 59) rgb(53, 57, 59) rgb(58, 62, 65);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: rgb(24, 26, 27);
    border-color: rgb(58, 62, 65) rgb(58, 62, 65) transparent;
    color: rgb(178, 172, 162);
}
.nav-tabs.nav-justified {
    border-bottom: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border-color: rgb(58, 62, 65);
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom-color: rgb(58, 62, 65);
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: rgb(48, 52, 54);
    }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: rgb(41, 98, 146);
    color: rgb(232, 230, 227);
}
.nav-tabs-justified {
    border-bottom: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border-color: rgb(58, 62, 65);
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom-color: rgb(58, 62, 65);
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: rgb(48, 52, 54);
    }
}
.navbar {
    border-color: transparent;
}
.navbar-collapse {
    border-top-color: transparent;
    box-shadow: rgba(24, 26, 27, 0.1) 0px 1px 0px inset;
}
@media (min-width: 768px) {
    .navbar-collapse {
        border-top: 0px;
        box-shadow: none;
    }
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration-color: initial;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
}
.navbar-toggle:focus {
    outline-color: initial;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border-color: initial;
        border-style: initial;
        border-width: 0px;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
.navbar-form {
    border-bottom-color: transparent;
    border-top-color: transparent;
    box-shadow: rgba(24, 26, 27, 0.1) 0px 1px 0px inset, rgba(24, 26, 27, 0.1) 0px 1px 0px;
}
@media (min-width: 768px) {
    .navbar-form {
        border-color: initial;
        border-style: initial;
        border-width: 0px;
        box-shadow: none;
    }
}
.navbar-default {
    background-color: rgb(28, 30, 31);
    border-color: rgb(55, 59, 62);
}
.navbar-default .navbar-brand {
    color: rgb(157, 148, 136);
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    background-color: transparent;
    color: rgb(173, 165, 155);
}
.navbar-default .navbar-text {
    color: rgb(157, 148, 136);
}
.navbar-default .navbar-nav > li > a {
    color: rgb(157, 148, 136);
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: rgb(200, 195, 188);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: rgb(38, 41, 42);
    color: rgb(178, 172, 162);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    background-color: transparent;
    color: rgb(200, 195, 188);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: rgb(38, 41, 42);
    color: rgb(178, 172, 162);
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: rgb(157, 148, 136);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: transparent;
        color: rgb(200, 195, 188);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: rgb(38, 41, 42);
        color: rgb(178, 172, 162);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        background-color: transparent;
        color: rgb(200, 195, 188);
    }
}
.navbar-default .navbar-toggle {
    border-color: rgb(58, 62, 65);
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgb(43, 47, 49);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(91, 99, 103);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgb(55, 59, 62);
}
.navbar-default .navbar-link {
    color: rgb(157, 148, 136);
}
.navbar-default .navbar-link:hover {
    color: rgb(200, 195, 188);
}
.navbar-default .btn-link {
    color: rgb(157, 148, 136);
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: rgb(200, 195, 188);
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: rgb(200, 195, 188);
}
.navbar-inverse {
    background-color: rgb(26, 28, 29);
    border-color: rgb(137, 128, 113);
}
.navbar-inverse .navbar-brand {
    color: rgb(170, 163, 152);
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    background-color: transparent;
    color: rgb(232, 230, 227);
}
.navbar-inverse .navbar-text {
    color: rgb(170, 163, 152);
}
.navbar-inverse .navbar-nav > li > a {
    color: rgb(170, 163, 152);
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: rgb(232, 230, 227);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: rgb(6, 7, 7);
    color: rgb(232, 230, 227);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    background-color: transparent;
    color: rgb(189, 183, 175);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: rgb(6, 7, 7);
    color: rgb(232, 230, 227);
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: rgb(137, 128, 113);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: rgb(6, 7, 7);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: rgb(170, 163, 152);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: transparent;
        color: rgb(232, 230, 227);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: rgb(6, 7, 7);
        color: rgb(232, 230, 227);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        background-color: transparent;
        color: rgb(189, 183, 175);
    }
}
.navbar-inverse .navbar-toggle {
    border-color: rgb(123, 114, 101);
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: rgb(38, 42, 43);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgb(24, 26, 27);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: rgb(135, 125, 111);
}
.navbar-inverse .navbar-link {
    color: rgb(170, 163, 152);
}
.navbar-inverse .navbar-link:hover {
    color: rgb(232, 230, 227);
}
.navbar-inverse .btn-link {
    color: rgb(170, 163, 152);
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: rgb(232, 230, 227);
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: rgb(189, 183, 175);
}
.breadcrumb {
    background-color: rgb(30, 32, 33);
    list-style-image: initial;
}
.breadcrumb > li + li::before {
    color: rgb(200, 195, 188);
}
.breadcrumb > .active {
    color: rgb(157, 148, 136);
}
.pagination > li > a,
.pagination > li > span {
    background-color: rgb(24, 26, 27);
    border-color: rgb(58, 62, 65);
    color: rgb(105, 166, 213);
    text-decoration-color: initial;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: rgb(34, 36, 38);
    border-color: rgb(58, 62, 65);
    color: rgb(141, 187, 223);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: rgb(41, 98, 146);
    border-color: rgb(40, 96, 145);
    color: rgb(232, 230, 227);
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background-color: rgb(24, 26, 27);
    border-color: rgb(58, 62, 65);
    color: rgb(157, 148, 136);
}
.pager {
    list-style-image: initial;
}
.pager li > a,
.pager li > span {
    background-color: rgb(24, 26, 27);
    border-color: rgb(58, 62, 65);
}
.pager li > a:focus,
.pager li > a:hover {
    background-color: rgb(34, 36, 38);
    text-decoration-color: initial;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    background-color: rgb(24, 26, 27);
    color: rgb(157, 148, 136);
}
.label {
    color: rgb(232, 230, 227);
}
a.label:focus,
a.label:hover {
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
}
.label-default {
    background-color: rgb(90, 97, 101);
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: rgb(71, 77, 80);
}
.label-primary {
    background-color: rgb(41, 98, 146);
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: rgb(32, 77, 115);
}
.label-success {
    background-color: rgb(77, 133, 58);
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: rgb(54, 126, 54);
}
.label-info {
    background-color: rgb(28, 115, 141);
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: rgb(34, 136, 166);
}
.label-warning {
    background-color: rgb(153, 95, 13);
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: rgb(181, 113, 15);
}
.label-danger {
    background-color: rgb(148, 35, 32);
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: rgb(161, 38, 35);
}
.badge {
    background-color: rgb(90, 97, 101);
    color: rgb(232, 230, 227);
}
a.badge:focus,
a.badge:hover {
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    background-color: rgb(24, 26, 27);
    color: rgb(105, 166, 213);
}
.jumbotron {
    background-color: rgb(34, 36, 38);
    color: inherit;
}
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron > hr {
    border-top-color: rgb(60, 65, 67);
}
.thumbnail {
    background-color: rgb(24, 26, 27);
    border-color: rgb(58, 62, 65);
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: rgb(40, 96, 145);
}
.thumbnail .caption {
    color: rgb(200, 195, 188);
}
.alert {
    border-color: transparent;
}
.alert h4 {
    color: inherit;
}
.alert-dismissable .close,
.alert-dismissible .close {
    color: inherit;
}
.alert-success {
    background-color: rgb(41, 60, 23);
    border-color: rgb(60, 91, 35);
    color: rgb(139, 196, 140);
}
.alert-success hr {
    border-top-color: rgb(65, 97, 37);
}
.alert-success .alert-link {
    color: rgb(162, 208, 164);
}
.alert-info {
    background-color: rgb(14, 48, 65);
    border-color: rgb(22, 90, 104);
    color: rgb(117, 178, 208);
}
.alert-info hr {
    border-top-color: rgb(24, 97, 111);
}
.alert-info .alert-link {
    color: rgb(144, 192, 217);
}
.alert-warning {
    background-color: rgb(47, 40, 5);
    border-color: rgb(108, 76, 11);
    color: rgb(198, 171, 123);
}
.alert-warning hr {
    border-top-color: rgb(114, 80, 12);
}
.alert-warning .alert-link {
    color: rgb(209, 187, 148);
}
.alert-danger {
    background-color: rgb(56, 22, 22);
    border-color: rgb(89, 35, 43);
    color: rgb(194, 102, 100);
}
.alert-danger hr {
    border-top-color: rgb(95, 36, 46);
}
.alert-danger .alert-link {
    color: rgb(204, 127, 126);
}
.progress {
    background-color: rgb(30, 32, 33);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset;
}
.progress-bar {
    background-color: rgb(41, 98, 146);
    box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 0px inset;
    color: rgb(232, 230, 227);
}
.progress-bar-striped,
.progress-striped .progress-bar {
    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));
}
.progress-bar-success {
    background-color: rgb(77, 133, 58);
}
.progress-striped .progress-bar-success {
    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));
}
.progress-bar-info {
    background-color: rgb(28, 115, 141);
}
.progress-striped .progress-bar-info {
    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));
}
.progress-bar-warning {
    background-color: rgb(153, 95, 13);
}
.progress-striped .progress-bar-warning {
    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));
}
.progress-bar-danger {
    background-color: rgb(148, 35, 32);
}
.progress-striped .progress-bar-danger {
    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));
}
.media-list {
    list-style-image: initial;
}
.list-group-item {
    background-color: rgb(24, 26, 27);
    border-color: rgb(58, 62, 65);
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: rgb(34, 36, 38);
    color: rgb(157, 148, 136);
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: rgb(157, 148, 136);
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: rgb(41, 98, 146);
    border-color: rgb(40, 96, 145);
    color: rgb(232, 230, 227);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: rgb(176, 208, 232);
}
a.list-group-item,
button.list-group-item {
    color: rgb(178, 172, 162);
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: rgb(200, 195, 188);
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background-color: rgb(30, 32, 33);
    color: rgb(178, 172, 162);
    text-decoration-color: initial;
}
.list-group-item-success {
    background-color: rgb(41, 60, 23);
    color: rgb(139, 196, 140);
}
a.list-group-item-success,
button.list-group-item-success {
    color: rgb(139, 196, 140);
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    background-color: rgb(48, 71, 27);
    color: rgb(139, 196, 140);
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    background-color: rgb(48, 94, 49);
    border-color: rgb(68, 134, 69);
    color: rgb(232, 230, 227);
}
.list-group-item-info {
    background-color: rgb(14, 48, 65);
    color: rgb(117, 178, 208);
}
a.list-group-item-info,
button.list-group-item-info {
    color: rgb(117, 178, 208);
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    background-color: rgb(44, 48, 50);
    color: rgb(117, 178, 208);
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    background-color: rgb(39, 90, 114);
    border-color: rgb(50, 115, 147);
    color: rgb(232, 230, 227);
}
.list-group-item-warning {
    background-color: rgb(47, 40, 5);
    color: rgb(198, 171, 123);
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: rgb(198, 171, 123);
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    background-color: rgb(58, 49, 6);
    color: rgb(198, 171, 123);
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    background-color: rgb(110, 87, 47);
    border-color: rgb(137, 108, 59);
    color: rgb(232, 230, 227);
}
.list-group-item-danger {
    background-color: rgb(56, 22, 22);
    color: rgb(194, 102, 100);
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: rgb(194, 102, 100);
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    background-color: rgb(67, 26, 26);
    color: rgb(194, 102, 100);
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    background-color: rgb(135, 54, 53);
    border-color: rgb(133, 53, 52);
    color: rgb(232, 230, 227);
}
.panel {
    background-color: rgb(24, 26, 27);
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
}
.panel-heading {
    border-bottom-color: transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    background-color: rgb(30, 32, 33);
    border-top-color: rgb(58, 62, 65);
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top-color: rgb(58, 62, 65);
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0px;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border-color: initial;
    border-style: initial;
    border-width: 0px;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0px;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0px;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0px;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0px;
}
.panel > .table-responsive {
    border-color: initial;
    border-style: initial;
    border-width: 0px;
}
.panel-group .panel-heading {
    border-bottom: 0px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(58, 62, 65);
}
.panel-group .panel-footer {
    border-top: 0px;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: rgb(58, 62, 65);
}
.panel-default {
    border-color: rgb(58, 62, 65);
}
.panel-default > .panel-heading {
    background-color: rgb(30, 32, 33);
    border-color: rgb(58, 62, 65);
    color: rgb(200, 195, 188);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(58, 62, 65);
}
.panel-default > .panel-heading .badge {
    background-color: rgb(38, 42, 43);
    color: rgb(226, 223, 219);
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(58, 62, 65);
}
.panel-primary {
    border-color: rgb(40, 96, 145);
}
.panel-primary > .panel-heading {
    background-color: rgb(41, 98, 146);
    border-color: rgb(40, 96, 145);
    color: rgb(232, 230, 227);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(40, 96, 145);
}
.panel-primary > .panel-heading .badge {
    background-color: rgb(24, 26, 27);
    color: rgb(105, 166, 213);
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(40, 96, 145);
}
.panel-success {
    border-color: rgb(60, 91, 35);
}
.panel-success > .panel-heading {
    background-color: rgb(41, 60, 23);
    border-color: rgb(60, 91, 35);
    color: rgb(139, 196, 140);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(60, 91, 35);
}
.panel-success > .panel-heading .badge {
    background-color: rgb(48, 94, 49);
    color: rgb(202, 230, 191);
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(60, 91, 35);
}
.panel-info {
    border-color: rgb(22, 90, 104);
}
.panel-info > .panel-heading {
    background-color: rgb(14, 48, 65);
    border-color: rgb(22, 90, 104);
    color: rgb(117, 178, 208);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(22, 90, 104);
}
.panel-info > .panel-heading .badge {
    background-color: rgb(39, 90, 114);
    color: rgb(186, 222, 241);
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(22, 90, 104);
}
.panel-warning {
    border-color: rgb(108, 76, 11);
}
.panel-warning > .panel-heading {
    background-color: rgb(47, 40, 5);
    border-color: rgb(108, 76, 11);
    color: rgb(198, 171, 123);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(108, 76, 11);
}
.panel-warning > .panel-heading .badge {
    background-color: rgb(110, 87, 47);
    color: rgb(248, 239, 189);
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(108, 76, 11);
}
.panel-danger {
    border-color: rgb(89, 35, 43);
}
.panel-danger > .panel-heading {
    background-color: rgb(56, 22, 22);
    border-color: rgb(89, 35, 43);
    color: rgb(194, 102, 100);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(89, 35, 43);
}
.panel-danger > .panel-heading .badge {
    background-color: rgb(135, 54, 53);
    color: rgb(231, 195, 195);
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: rgb(89, 35, 43);
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border-color: initial;
    border-style: initial;
    border-width: 0px;
}
.well {
    background-color: rgb(30, 32, 33);
    border-color: rgb(56, 61, 63);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
}
.well blockquote {
    border-color: rgba(140, 130, 115, 0.15);
}
.close {
    color: rgb(232, 230, 227);
    text-shadow: rgb(24, 26, 27) 0px 1px 0px;
}
.close:focus,
.close:hover {
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
}
button.close {
    background-color: initial;
    background-image: initial;
    border-color: initial;
    border-style: initial;
    border-width: 0px;
}
.modal {
    outline-color: initial;
}
.modal-content {
    background-color: rgb(24, 26, 27);
    border-color: rgba(140, 130, 115, 0.2);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    outline-color: initial;
}
.modal-backdrop {
    background-color: rgb(0, 0, 0);
}
.modal-header {
    border-bottom-color: rgb(55, 60, 62);
}
.modal-footer {
    border-top-color: rgb(55, 60, 62);
}
@media (min-width: 768px) {
    .modal-content {
        box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    }
}
.tooltip {
    text-decoration-color: initial;
    text-shadow: none;
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgb(140, 130, 115);
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: rgb(140, 130, 115);
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: rgb(140, 130, 115);
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgb(140, 130, 115);
}
.tooltip.left .tooltip-arrow {
    border-left-color: rgb(140, 130, 115);
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(140, 130, 115);
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: rgb(140, 130, 115);
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgb(140, 130, 115);
}
.tooltip-inner {
    background-color: rgb(0, 0, 0);
    color: rgb(232, 230, 227);
}
.tooltip-arrow {
    border-color: transparent;
}
.popover {
    background-color: rgb(24, 26, 27);
    border-color: rgba(140, 130, 115, 0.2);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
    text-decoration-color: initial;
    text-shadow: none;
}
.popover > .arrow,
.popover > .arrow::after {
    border-color: transparent;
}
.popover.top > .arrow {
    border-top-color: rgba(140, 130, 115, 0.25);
}
.popover.top > .arrow::after {
    border-top-color: rgb(48, 52, 54);
}
.popover.right > .arrow {
    border-right-color: rgba(140, 130, 115, 0.25);
}
.popover.right > .arrow::after {
    border-right-color: rgb(48, 52, 54);
}
.popover.bottom > .arrow {
    border-bottom-color: rgba(140, 130, 115, 0.25);
}
.popover.bottom > .arrow::after {
    border-bottom-color: rgb(48, 52, 54);
}
.popover.left > .arrow {
    border-left-color: rgba(140, 130, 115, 0.25);
}
.popover.left > .arrow::after {
    border-left-color: rgb(48, 52, 54);
}
.popover-title {
    background-color: rgb(29, 31, 32);
    border-bottom-color: rgb(54, 58, 60);
}
.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(232, 230, 227);
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:focus,
.carousel-control:hover {
    color: rgb(232, 230, 227);
    outline-color: initial;
    text-decoration-color: initial;
}
.carousel-indicators {
    list-style-image: initial;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(48, 52, 54);
}
.carousel-indicators .active {
    background-color: rgb(24, 26, 27);
}
.carousel-caption {
    color: rgb(232, 230, 227);
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
}
.carousel-caption .btn {
    text-shadow: none;
}
.text-hide {
    background-color: transparent;
    border-color: initial;
    border-style: initial;
    border-width: 0px;
    color: transparent;
    text-shadow: none;
}
.fa-border {
    border-color: rgb(53, 57, 59);
}
.fa-inverse {
    color: rgb(232, 230, 227);
}
.sr-only {
    border-color: initial;
    border-style: initial;
    border-width: 0px;
}
body {
    color: rgb(168, 160, 149);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(189, 183, 175);
}
a {
    color: rgb(65, 180, 223);
}
a:hover {
    text-decoration-color: initial;
}
div.required .control-label::before {
    color: rgb(255, 26, 26);
}
.dropdown-menu li > a:hover {
    background-color: rgb(27, 123, 160);
    background-image: linear-gradient(rgb(28, 129, 167), rgb(25, 115, 150));
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
}
#top {
    background-color: rgb(34, 36, 38);
    border-bottom-color: rgb(56, 61, 63);
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    background-color: rgb(27, 123, 160);
    background-image: linear-gradient(rgb(28, 129, 167), rgb(25, 115, 150));
    color: rgb(232, 230, 227);
    text-shadow: none;
}
#top .btn-link,
#top-links li,
#top-links a {
    color: rgb(157, 148, 136);
    text-decoration-color: initial;
    text-shadow: rgb(24, 26, 27) 0px 1px 0px;
}
#top .btn-link:hover,
#top-links a:hover {
    color: rgb(189, 183, 175);
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: rgb(232, 230, 227);
}
#search .btn-lg {
    text-shadow: rgb(24, 26, 27) 0px 1px 0px;
}
#cart > .btn {
    color: rgb(232, 230, 227);
}
#cart.open > .btn {
    background-color: rgb(24, 26, 27);
    background-image: none;
    border-color: rgb(55, 60, 62);
    box-shadow: none;
    color: rgb(168, 160, 149);
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: rgb(189, 183, 175);
}
#cart .dropdown-menu {
    background-color: rgb(34, 36, 38);
    background-image: initial;
}
#menu {
    background-color: rgb(27, 123, 160);
    background-image: linear-gradient(rgb(28, 129, 167), rgb(25, 115, 150));
    border-color: rgb(27, 125, 163) rgb(27, 125, 163) rgb(30, 141, 182);
}
#menu .nav > li > a {
    background-color: transparent;
    color: rgb(232, 230, 227);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner a {
    color: rgb(200, 195, 188);
}
#menu .dropdown-inner li a:hover {
    color: rgb(232, 230, 227);
}
#menu .see-all {
    border-top-color: rgb(58, 62, 65);
}
#menu .see-all:hover,
#menu .see-all:focus {
    background-color: rgb(27, 123, 160);
    background-image: linear-gradient(rgb(28, 129, 167), rgb(25, 115, 150));
    color: rgb(232, 230, 227);
    text-decoration-color: initial;
}
#menu #category {
    color: rgb(232, 230, 227);
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px;
}
#menu .btn-navbar {
    background-color: rgb(27, 123, 160);
    background-image: linear-gradient(rgb(28, 129, 167), rgb(25, 115, 150));
    border-color: rgb(27, 125, 163) rgb(27, 125, 163) rgb(30, 141, 182);
    color: rgb(232, 230, 227);
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    background-color: rgb(27, 123, 160);
    color: rgb(232, 230, 227);
}
@media (max-width: 767px) {
    #menu div.dropdown-menu {
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner a {
        color: rgb(232, 230, 227);
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        background-image: initial;
    }
    #menu .see-all {
        border-color: initial;
        border-style: none;
        border-width: initial;
        color: rgb(232, 230, 227);
    }
}
footer {
    background-color: rgb(36, 39, 41);
    border-top-color: rgb(58, 62, 65);
    color: rgb(214, 210, 205);
}
footer hr {
    border-bottom-color: rgb(106, 99, 87);
    border-top: none;
}
footer a {
    color: rgb(200, 195, 188);
}
footer a:hover {
    color: rgb(232, 230, 227);
}
footer h5 {
    color: rgb(232, 230, 227);
}
.breadcrumb {
    border-color: rgb(58, 62, 65);
}
.breadcrumb > li {
    text-shadow: rgb(24, 26, 27) 0px 1px 0px;
}
.breadcrumb > li::after {
    border-bottom-color: rgb(58, 62, 65);
    border-right-color: rgb(58, 62, 65);
}
html[dir="rtl"] .breadcrumb > li::after {
    border-bottom-color: unset;
    border-left-color: rgb(58, 62, 65);
    border-right-color: unset;
    border-top-color: rgb(58, 62, 65);
}
.btn {
    border-color: rgb(62, 68, 70);
    box-shadow: rgba(24, 26, 27, 0.2) 0px 1px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px;
}
.btn-default {
    background-color: rgb(38, 41, 42);
    background-image: linear-gradient(rgb(34, 36, 38), rgb(43, 47, 49));
    border-color: rgb(58, 62, 65) rgb(58, 62, 65) rgb(69, 75, 78) rgb(68, 74, 77);
    color: rgb(157, 148, 136);
    text-shadow: rgba(24, 26, 27, 0.5) 0px 1px 0px;
}
.btn-primary {
    background-color: rgb(27, 123, 160);
    background-image: linear-gradient(rgb(28, 129, 167), rgb(25, 115, 150));
    border-color: rgb(27, 125, 163) rgb(27, 125, 163) rgb(30, 141, 182);
    color: rgb(232, 230, 227);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: rgb(25, 115, 150);
}
.btn-warning {
    background-color: rgb(173, 103, 4);
    background-image: linear-gradient(rgb(155, 92, 4), rgb(198, 118, 5));
    border-color: rgb(175, 104, 4) rgb(175, 104, 4) rgb(197, 117, 5);
    color: rgb(232, 230, 227);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1000px 0px inset;
}
.btn-danger {
    background-color: rgb(152, 36, 31);
    background-image: linear-gradient(rgb(145, 19, 15), rgb(151, 43, 38));
    border-color: rgb(148, 42, 37) rgb(148, 42, 37) rgb(166, 47, 41);
    color: rgb(232, 230, 227);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1000px 0px inset;
}
.btn-success {
    background-color: rgb(78, 134, 59);
    background-image: linear-gradient(rgb(70, 131, 49), rgb(65, 130, 65));
    border-color: rgb(60, 121, 60) rgb(60, 121, 60) rgb(68, 136, 68);
    color: rgb(232, 230, 227);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1000px 0px inset;
}
.btn-info {
    background-color: rgb(163, 55, 26);
    background-image: linear-gradient(rgb(157, 53, 26), rgb(170, 58, 28));
    border-color: rgb(151, 51, 25) rgb(151, 51, 25) rgb(171, 58, 27);
    color: rgb(232, 230, 227);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: rgb(163, 55, 26);
    background-image: none;
}
.btn-link {
    border-color: rgba(140, 130, 115, 0);
    color: rgb(65, 180, 223);
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    background-color: rgb(41, 44, 46);
    background-image: linear-gradient(rgb(51, 55, 58), rgb(26, 28, 29));
    border-color: rgb(129, 120, 106) rgb(129, 120, 106) rgb(140, 130, 115);
    color: rgb(232, 230, 227);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: rgb(26, 28, 29);
    background-image: linear-gradient(rgb(38, 42, 43), rgb(13, 14, 14));
}
.list-group a {
    border-color: rgb(58, 62, 65);
    color: rgb(157, 148, 136);
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    background-color: rgb(34, 36, 38);
    background-image: initial;
    border-color: rgb(58, 62, 65);
    color: rgb(189, 183, 175);
    text-shadow: rgb(24, 26, 27) 0px 1px 0px;
}
.carousel-caption {
    color: rgb(232, 230, 227);
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
}
.product-thumb {
    border-color: rgb(58, 62, 65);
}
.rating .fa-star-o {
    color: rgb(168, 160, 149);
}
.rating .fa-star {
    color: rgb(255, 209, 26);
}
.rating .fa-star + .fa-star-o {
    color: rgb(255, 180, 43);
}
.product-thumb .price {
    color: rgb(189, 183, 175);
}
.product-thumb .price-old {
    color: rgb(168, 160, 149);
    text-decoration-color: initial;
}
.product-thumb .price-tax {
    color: rgb(168, 160, 149);
}
.product-thumb .button-group {
    background-color: rgb(34, 36, 38);
    border-top-color: rgb(58, 62, 65);
}
.product-list .product-thumb .button-group {
    border-left-color: rgb(58, 62, 65);
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    background-color: rgb(34, 36, 38);
    border-color: initial;
    border-style: none;
    border-width: initial;
    color: rgb(157, 148, 136);
}
.product-thumb .button-group button + button {
    border-left-color: rgb(58, 62, 65);
}
.product-thumb .button-group button:hover {
    background-color: rgb(43, 47, 49);
    color: rgb(189, 183, 175);
    text-decoration-color: initial;
}
.thumbnails {
    list-style-image: initial;
}
.image-additional a {
    border-color: rgb(58, 62, 65);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: rgb(163, 55, 26);
    background-image: none;
}
#vimvixen-console-frame {
    color-scheme: dark !important;
}
#edge-translate-panel-body,
.MuiTypography-body1,
.nfe-quote-text {
    color: var(--darkreader-text--darkreader-neutral-text, #e8e6e3) !important;
}
.tou-z65h9k,
.tou-mignzq,
.tou-1b6i2ox,
.tou-lnqlqk {
    background-color: var(--darkreader-bg--darkreader-neutral-background, #181a1b) !important;
}
div.mermaid-viewer-control-panel .btn {
    background-color: var(--darkreader-bg--darkreader-neutral-background, #181a1b);
}
mitid-authenticators-code-app > .code-app-container {
    background-color: rgb(24, 26, 27) !important;
}
iframe#unpaywall[src$="unpaywall.html"] {
    color-scheme: dark !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTIiIGhlaWdodD0iMTUwIj48ZGVmcz48ZmlsdGVyIGlkPSJkYXJrcmVhZGVyLWltYWdlLWZpbHRlciI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMjQ5IC0wLjYxNCAtMC42NzIgMC4wMDAgMS4wMzUgLTAuNjQ2IDAuMjg4IC0wLjY2NCAwLjAwMCAxLjAyMCAtMC42MzYgLTAuNjA5IDAuMjUwIDAuMDAwIDAuOTk0IDAuMDAwIDAuMDAwIDAuMDAwIDEuMDAwIDAuMDAwIiAvPjwvZmlsdGVyPjwvZGVmcz48aW1hZ2Ugd2lkdGg9IjkyIiBoZWlnaHQ9IjE1MCIgZmlsdGVyPSJ1cmwoI2RhcmtyZWFkZXItaW1hZ2UtZmlsdGVyKSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9zdmcreG1sO2NoYXJzZXQ9dXRmLTgsJTNDc3ZnJTIweG1sbnMlM0QmYXBvcztodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjIwMDAlMkZzdmcmYXBvczslMjB2aWV3Qm94JTNEJmFwb3M7MCUyMDAlMjAyNyUyMDQ0JmFwb3M7JTNFJTNDcGF0aCUyMGQlM0QmYXBvcztNMjclMkMyMkwyNyUyQzIyTDUlMkM0NGwtMi4xLTIuMUwyMi44JTJDMjJMMi45JTJDMi4xTDUlMkMwTDI3JTJDMjJMMjclMkMyMnomYXBvczslMjBmaWxsJTNEJmFwb3M7JTIzMDAwMDAwJmFwb3M7JTJGJTNFJTNDJTJGc3ZnJTNFIiAvPjwvc3ZnPg==");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination-bullet {
    background-color: rgb(0, 0, 0);
    background-image: initial;
}
button.swiper-pagination-bullet {
    border-color: initial;
    border-style: none;
    border-width: initial;
    box-shadow: none;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background-color: rgb(24, 26, 27);
    background-image: initial;
}
.swiper-pagination-bullet-active {
    background-color: rgb(0, 98, 204);
    background-image: initial;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: rgb(24, 26, 27);
    background-image: initial;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background-color: rgb(0, 0, 0);
    background-image: initial;
}
.swiper-pagination-progress {
    background-color: rgba(0, 0, 0, 0.25);
    background-image: initial;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background-color: rgb(0, 98, 204);
    background-image: initial;
}
.swiper-pagination-progress.swiper-pagination-white {
    background-color: rgba(24, 26, 27, 0.5);
    background-image: initial;
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background-color: rgb(24, 26, 27);
    background-image: initial;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background-color: rgb(0, 0, 0);
    background-image: initial;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-cube .swiper-cube-shadow {
    background-color: rgb(0, 0, 0);
    background-image: initial;
}
.swiper-scrollbar {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: initial;
}
.swiper-scrollbar-drag {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: initial;
}
.swiper-lazy-preloader::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.swiper-lazy-preloader-white::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.swiper-viewport {
    background-color: rgb(24, 26, 27);
    background-image: initial;
    border-color: rgb(48, 52, 54);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
}
.swiper-button-prev,
.swiper-button-next {
    background-image: none;
    color: rgba(232, 230, 227, 0.8);
    text-shadow: rgba(24, 26, 27, 0.3) 1px 1px 0px;
}
.swiper-button-prev::before {
    color: rgba(232, 230, 227, 0.8);
}
.swiper-button-next::before {
    color: rgba(232, 230, 227, 0.8);
}
.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: initial;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px inset;
}
.swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: initial;
}
.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.9);
    background-image: initial;
}
.paypal-spinner::before {
    border-color: rgb(112, 104, 92) transparent rgb(112, 104, 92) rgb(112, 104, 92);
}

/* Override Style */
.vimvixen-hint {
    background-color: #684b00 !important;
    border-color: #9e7e00 !important;
    color: #d7d4cf !important;
}
#vimvixen-console-frame {
    color-scheme: light !important;
}
::placeholder {
    opacity: 0.5 !important;
}
#edge-translate-panel-body,
.MuiTypography-body1,
.nfe-quote-text {
    color: var(--darkreader-neutral-text) !important;
}
gr-main-header {
    background-color: #1b4958 !important;
}
.tou-z65h9k,
.tou-mignzq,
.tou-1b6i2ox,
.tou-lnqlqk {
    background-color: var(--darkreader-neutral-background) !important;
}
.tou-75mvi {
    background-color: #0f3a47 !important;
}
.tou-ta9e87,
.tou-1w3fhi0,
.tou-1b8t2us,
.tou-py7lfi,
.tou-1lpmd9d,
.tou-1frrtv8,
.tou-17ezmgn {
    background-color: #1e2021 !important;
}
.tou-uknfeu {
    background-color: #432c09 !important;
}
.tou-6i3zyv {
    background-color: #245d70 !important;
}
div.mermaid-viewer-control-panel .btn {
    background-color: var(--darkreader-neutral-background);
    fill: var(--darkreader-neutral-text);
}
svg g rect.er {
    fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.entityBox {
    fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.attributeBoxOdd {
    fill: var(--darkreader-neutral-background) !important;
}
svg g rect.er.attributeBoxEven {
    fill: var(--darkreader-selection-background);
    fill-opacity: 0.8 !important;
}
svg rect.er.relationshipLabelBox {
    fill: var(--darkreader-neutral-background) !important;
}
svg g g.nodes rect,
svg g g.nodes polygon {
    fill: var(--darkreader-neutral-background) !important;
}
svg g rect.task {
    fill: var(--darkreader-selection-background) !important;
}
svg line.messageLine0,
svg line.messageLine1 {
    stroke: var(--darkreader-neutral-text) !important;
}
div.mermaid .actor {
    fill: var(--darkreader-neutral-background) !important;
}
mitid-authenticators-code-app > .code-app-container {
    background-color: white !important;
    padding-top: 1rem;
}
iframe#unpaywall[src$="unpaywall.html"] {
    color-scheme: light !important;
}
embed[type="application/pdf"][src="about:blank"] { filter: invert(100%) contrast(90%); }
