[data-theme=dark] {
  --white: #000;
  --black: #fff;
  --off-white: #001e1d;
  --font-color: #fff;
  --font-color-label: #d5d5d7;
  --font-color-value: #e9e9e9;
  /*--action-color-secondary: --off-white;*/
  --alt-action-color: --off-white;
  --alt-action-color-hover: #013836;
  --alt-action-color-secondary: #fff;
  --alt-action-color-secondary-hover: #fff;
  --text-input-color: #fff;
}
[data-theme=dark] .filters input[type=text] {
  background: black;
  color: white;
  border-color: #ccc;
}
[data-theme=dark] hr {
  background-color: #eee;
}
[data-theme=dark] textarea {
  background-color: black;
  color: #fff;
  border-color: #ccc;
}
[data-theme=dark] ul.checklist li:before {
  background-image: url(/svg/checkmark/fff.svg);
}
[data-theme=dark] .producticon.numbers {
  background-image: url(/svg/numbers/000.svg);
}
[data-theme=dark] .carreportbottom .vwelogo {
  background-image: url(/icons/vwe_logo_white.svg);
}
[data-theme=dark] #checkonautomarkt.icon.search {
  background-image: url(/svg/search/fff.svg);
}
[data-theme=dark] .close {
  background-image: url(/svg/close/fff.svg);
}
[data-theme=dark] .icon.add.action {
  background-image: url(/svg/add/fff.svg);
}
[data-theme=dark] .result, [data-theme=dark] .card-content, [data-theme=dark] .card {
  border: 1px solid #555;
}
[data-theme=dark] #premiumBanner {
  border-top: 1px solid #555;
}
[data-theme=dark] .icon.favourite {
  background-image: url(/svg/heart/fff.svg);
}
[data-theme=dark] .icon.loading {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block;' width='200' height='200' viewBox='0 0 100 100'> <circle cx='50' cy='50' fill='none' stroke='%23ffffff' stroke-width='15' r='41' stroke-dasharray='193 66'><animateTransform attributeName='transform' attributeType='XML' type='rotate' from='0 50 50' to='360 50 50' dur='1.1s' repeatCount='indefinite'></animateTransform></circle></svg>") no-repeat center;
}
[data-theme=dark] .result .result_title .backtotop {
  background-image: url("/svg/summary/fff.svg");
}
[data-theme=dark] .jumbotron {
  background-color: #001e1d !important;
}
[data-theme=dark] .background-white {
  background-color: #001e1d;
}
[data-theme=dark] .timeline .container.timelineicon::after {
  background-image: url(/svg/garage/fff.svg);
  background-color: black;
}
[data-theme=dark] .timeline .container.garage::after {
  background-image: url(/svg/garage/fff.svg);
}
[data-theme=dark] .timeline .container.garage.faulted::after {
  background-image: url(/svg/garage/e62222.svg);
}
[data-theme=dark] .timeline .container.euro::after {
  background-image: url(/svg/euro/fff.svg);
}
[data-theme=dark] .timeline .container.owners::after {
  background-image: url(/svg/owners/fff.svg);
}
[data-theme=dark] .timeline .container.shoppingcart::after {
  background-image: url(/svg/shoppingcart/fff.svg);
}
[data-theme=dark] .timeline .container.netherlands::after {
  background-image: url(/svg/netherlands/fff.svg);
}
[data-theme=dark] .timeline .container.odometer::after {
  background-image: url(/svg/odometer/fff.svg);
}
[data-theme=dark] .card.autoscout24:before {
  background-image: url(/svg/external/fff.svg);
}
[data-theme=dark] .card.autoscout24:after {
  background-color: #eee;
  border-radius: 5px;
  background-size: 55px;
  background-position: center;
  right: 10px;
}
[data-theme=dark]#environmentsticker .icon.check {
  background-image: url(/svg/checkmark/fff.svg);
}
[data-theme=dark]#environmentsticker .icon.loading {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block;' width='200' height='200' viewBox='0 0 100 100'> <circle cx='50' cy='50' fill='none' stroke='%23FFFFFF' stroke-width='15' r='41' stroke-dasharray='193 66'><animateTransform attributeName='transform' attributeType='XML' type='rotate' from='0 50 50' to='360 50 50' dur='1.1s' repeatCount='indefinite'></animateTransform></circle></svg>");
}
[data-theme=dark] .embedcontent .loadingcontainer .loading {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block;' width='200' height='200' viewBox='0 0 100 100'> <circle cx='50' cy='50' fill='none' stroke='%23FFFFFF' stroke-width='5' r='41' stroke-dasharray='193 66'><animateTransform attributeName='transform' attributeType='XML' type='rotate' from='0 50 50' to='360 50 50' dur='1.1s' repeatCount='indefinite'></animateTransform></circle></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=dark.css.map */
