.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

body {
    background-color: #f1f1f1;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.ZipCodeText {
    font-size: small;
    font-weight: bold;
    color: darkgrey;
}

.ZipCodeMargin {
    margin-top: 5px;
}

.window-sticker-confirm-dialog {
    width: 75% !important;
    margin: 0 auto !important;
    max-width: 1000px !important;
}

.vindecode-confirm-modal-body {
    overflow: auto;
    max-height: 900px;
}

.spinner-overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/images/loader.gif") center no-repeat;
}

.spinner-processing-overlay {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/images/processing.gif") center no-repeat;
}

.spinner-body {
    text-align: center;
}
    
/* Turn off scrollbar when body element has the loading class */
.spinner-body.loading {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
.spinner-body.loading.spinner-overlay {
    display: block;
    z-index: 99;
}

/* Make spinner image visible when body element has the loading class */
.spinner-body.loading.spinner-processing-overlay {
    display: block;
}

.legend {
    list-style: none;
    display: inline-block;
}

.legend li {
    float: left;
    margin-right: 10px;
}

.legend span {
    border: 1px solid #ccc;
    float: left;
    width: 12px;
    height: 12px;
    margin: 2px;
    margin-top: 6px;
}
/* your colors */
.legend .thiscar {
    background-color: red;
}

.legend .average {
    background-color: green;
}

.legend .similarcars {
    background-color: #4285f4;
}

.page-header {
    font-weight: bold
}