/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
.section .mileage-graph-content {
  background: #ffffff;
  font-size: 10px;
  letter-spacing: 0.25px;
  line-height: 20px;
  border-radius: 8px;
}
.section .mileage-graph-content .mileage-graph-legend-container .legend {
  gap: 8px;
}
.section .mileage-graph-content .mileage-graph-legend-container .legend img {
  max-width: 24px;
}
.section .mileage-status {
  border-radius: 8px;
  background-color: #ffffff;
}
.section .mileage-status .no-issue-status {
  background: rgba(155, 244, 126, 0.2);
  border-bottom: 1px solid rgba(155, 244, 126, 0.51);
}
.section .mileage-status .rollback-status {
  border-bottom: 1px solid rgba(211, 47, 47, 0.5);
  background: #fff0f0;
}
.section .mileage-status .inconsistency-status {
  border-bottom: 1px solid rgba(251, 192, 45, 0.5);
  background: rgba(251, 192, 45, 0.05);
}
.section .mileage-status .mixed-units-status,
.section .mileage-status .no-mileage-status {
  border-bottom: 1px solid rgba(0, 92, 178, 0.5);
  background: rgba(25, 118, 210, 0.2);
}
.section .mileage-status .mileage-status-title-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.section .mileage-status .mileage-status-title-wrapper img {
  height: 24px;
  width: 24px;
}
.section .mileage-status .mileage-status-title-wrapper span {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.section .mileage-status .mileage-status-description-wrapper {
  gap: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.section .mileage-status .mileage-status-description-wrapper .mileage-status-description {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.section .mileage-status .mileage-status-description-wrapper .last-odometer-reading-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 30%;
}
.section .mileage-status .mileage-status-description-wrapper .last-odometer-reading-wrapper span {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.section .mileage-status .mileage-status-description-wrapper .last-odometer-reading-wrapper .last-odometer-reading {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.section .mileage-status .mileage-status-description-wrapper .last-odometer-reading-wrapper .last-odometer-reading .last-odometer-reading-value span {
  color: #00376b;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-feature-settings: 'liga' off, 'clig' off;
}
.section .mileage-status .mileage-status-description-wrapper .last-odometer-reading-wrapper .last-odometer-reading .last-odometer-reading-unit {
  display: flex;
  flex-direction: column;
}
.section .mileage-status .mileage-status-description-wrapper .last-odometer-reading-wrapper .last-odometer-reading .last-odometer-reading-unit span {
  margin-top: 6px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-feature-settings: 'liga' off, 'clig' off;
}
.section .mileage-status .mileage-status-description-wrapper .last-odometer-reading-wrapper .last-odometer-reading-occurrence span {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-top: 0;
  font-feature-settings: 'liga' off, 'clig' off;
}
.section .mileage-overview .mileage-overview-wrapper {
  border-radius: 8px;
  background-color: #ffffff;
}
.section .mileage-overview .mileage-overview-title {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.section .mileage-overview .mileage-overview-title span {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.section .mileage-overview .mileage-overview-details {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.section .mileage-overview .mileage-overview-details .car-mileage-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section .mileage-overview .mileage-overview-details .car-mileage-wrapper > span {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.section .mileage-overview .mileage-overview-details .car-mileage {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.section .mileage-overview .mileage-overview-details .car-mileage .car-mileage-value span {
  color: #00376b;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.section .mileage-overview .mileage-overview-details .car-mileage .car-mileage-unit {
  display: flex;
  flex-direction: column;
}
.section .mileage-overview .mileage-overview-details .car-mileage .car-mileage-unit span {
  margin-top: 6px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: right;
}
.section-mileage-graph {
  position: relative;
  border-width: 0 !important;
}
@media not (max-width: 740px) {
  #chart-image-for-print-only {
  display: none;
}
.mileage-status {
  margin: 0 24px 24px;
  box-shadow: 0 4px 8px 0 rgba(25, 118, 210, 0.08);
}
.mileage-overview,
.mileage-graph-content {
  margin: 0 24px;
}

}
@media screen {
  .section .mileage-graph-content {
  box-shadow: 0 4px 8px 0 rgba(25, 118, 210, 0.08);
}
.mileage-overview .mileage-overview-wrapper {
  box-shadow: 0 4px 8px 0 rgba(25, 118, 210, 0.08);
}
.mileage-overview .mileage-overview-title {
  border-bottom: 1px solid rgba(126, 206, 244, 0.15);
}

}
@media not (max-width: 740px), print {
  .section .mileage-graph-content {
  margin-top: 0;
  margin-bottom: 24px;
  padding: 24px;
}
.section .mileage-graph-content .mileage-graph-navigator {
  padding-bottom: 24px;
}
.section .mileage-graph-content .mileage-graph-legend-container {
  gap: 24px;
  padding-top: 24px;
}
.section .mileage-status {
  margin-bottom: 24px;
}
.section .mileage-status .mileage-status-title-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}
.section .mileage-status .mileage-status-description-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
}
.section .mileage-overview {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
}
.section .mileage-overview .mileage-overview-wrapper {
  width: 100%;
}
.section .mileage-overview .mileage-overview-wrapper .mileage-overview-title {
  padding: 16px 24px;
}
.section .mileage-overview .mileage-overview-wrapper .mileage-overview-details {
  padding: 16px 24px;
}
.mileage-graph-legend-container {
  display: flex;
}

}
.chart-container {
  height: 375px;
  position: relative;
  margin: auto;
}
.mileage-graph-legend-container .legend {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15px;
  color: #4d4d4d;
  display: flex;
}
.mileage-graph-legend-container .legend .blue-line {
  width: 40px;
  height: 3px;
  border-radius: 4px;
  border: 1px solid #1976d2;
  background: #1976d2;
  margin-right: 8px;
  margin-top: 6px;
}
.mileage-graph-legend-container .legend .dashed-line {
  border: none;
  border-top: 2px dashed #4d4d4d;
  color: #ffffff;
  height: 2px;
  width: 40px;
  margin-right: 8px;
  margin-top: 7px;
}
.mileage-graph-legend-container .legend .dotted-line {
  border: none;
  border-top: 2px dotted #1976d2;
  color: #ffffff;
  height: 2px;
  width: 40px;
  margin-right: 8px;
  margin-top: 7px;
}
.mileage-graph-navigator {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}
.mileage-graph-navigator .mileage-graph-navigator-button {
  border-radius: 50%;
  border-style: none;
  width: 40px;
  height: 40px;
}
.mileage-graph-navigator .mileage-graph-navigator-disabled-button {
  border-radius: 50%;
  border-style: none;
  width: 40px;
  height: 40px;
}
.mileage-graph-navigator .mileage-graph-navigator-disabled-left-button {
  background-image: url("../images-svg/mileage-arrows/disabled_left.svg");
  border-radius: 50%;
  border-style: none;
  width: 40px;
  height: 40px;
}
.mileage-graph-navigator .mileage-graph-navigator-disabled-right-button {
  background-image: url("../images-svg/mileage-arrows/disabled_right.svg");
  border-radius: 50%;
  border-style: none;
  width: 40px;
  height: 40px;
}
.mileage-graph-navigator .mileage-graph-navigator-active-button {
  box-shadow: 0 0 1em 0 #00000026;
  cursor: pointer;
  border-radius: 50%;
  border-style: none;
  width: 40px;
  height: 40px;
}
.mileage-graph-navigator .mileage-graph-navigator-active-left-button {
  background-image: url("../images-svg/mileage-arrows/active_left.svg");
  box-shadow: 0 0 1em 0 #00000026;
  cursor: pointer;
  border-radius: 50%;
  border-style: none;
  width: 40px;
  height: 40px;
}
.mileage-graph-navigator .mileage-graph-navigator-active-right-button {
  background-image: url("../images-svg/mileage-arrows/active_right.svg");
  box-shadow: 0 0 1em 0 #00000026;
  cursor: pointer;
  border-radius: 50%;
  border-style: none;
  width: 40px;
  height: 40px;
}
.mileage-graph-navigator .date-mileage {
  display: flex;
  justify-content: center;
}
.mileage-graph-navigator .date-section {
  padding-right: 16px;
  text-align: center;
  width: 6em;
}
.mileage-graph-navigator .mileage-section {
  padding-left: 16px;
  text-align: center;
  border-left: 1px solid #b4b4b4;
}
.mileage-graph-navigator .mileage-section .prediction-label {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-top: 0;
}
.mileage-graph-navigator .label {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}
.mileage-graph-navigator .value {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  min-width: 80px;
}
.mileage-graph-left-nav-btn {
  margin: 0 24px 0 10px;
  display: flex;
}
.mileage-graph-right-nav-btn {
  margin: 0 10px 0 24px;
  display: flex;
}
.mileage-graph-message-inside-box {
  display: flex;
  padding: 16px 16px 16px 12px;
}
.mileage-graph-message-inside-box-text {
  display: flex;
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.mileage-graph-message-inside-box-text span {
  color: #4d4d4d;
}
.mileage-graph-message-inside-box-text .status {
  font-weight: bold;
}
.mileage-graph-message-inside-box-text div.icon {
  padding-right: 8px;
}
@media only screen and (max-width: 740px) {
  .section .mileage-graph-content {
  margin: 0 16px 16px;
  padding: 16px;
}
.section .mileage-graph-content .graph {
  padding-bottom: 8px;
}
.section .mileage-status {
  margin: 0 16px 16px;
}
.section .mileage-status .mileage-status-title-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
.section .mileage-status .mileage-status-description-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
}
.section .mileage-overview {
  margin: 0 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section .mileage-overview .mileage-overview-title {
  padding: 16px;
}
.section .mileage-overview .mileage-overview-details {
  padding: 16px;
}
#chart-image-for-print-only {
  display: none;
}
.mileage-graph-left-nav-btn,
.mileage-graph-right-nav-btn {
  margin: 0 5px 0 5px;
}
.mileage-graph-legend-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

}
.icon {
  vertical-align: top;
}
div.no-mileage-graph-box-parent {
  border-left: 4px solid #4d4d4d;
}
div.no-mileage-graph-box-child {
  border-right: 1px solid #b4b4b4;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
.common-border {
  border-right: 1px solid #b4b4b4;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
@media print {
  .chart-container,
.mileage-graph-right-nav-btn,
.mileage-graph-left-nav-btn {
  display: none;
}
#chart-image-for-print-only {
  width: 585px;
  height: 315px;
  padding: 1em 0;
  margin: auto;
  display: block;
}
.mileage-status {
  border: 1px solid #e6e6e6;
}
.mileage-overview .mileage-overview-wrapper {
  border: 1px solid #e6e6e6;
}
.mileage-overview .mileage-overview-title {
  border-bottom: 1px solid rgba(126, 206, 244, 0.15);
}
.mileage-graph-content {
  border: 1px solid #e6e6e6;
}

}
