@font-face {
  font-family: 'SST Bold';
  src: url('SST-Bold.eot');
  src: local('SST Bold'), local('SST-Bold'),
    url('SST-Bold.eot?#iefix') format('embedded-opentype'),
    /* url('SST-Bold.woff2') format('woff2'), */
    url('SST-Bold.woff') format('woff'),
    url('/SST-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SST Medium';
  src: url('SST-Medium.eot');
  src: local('SST Medium'), local('SST-Medium'),
    url('SST-Medium.eot?#iefix') format('embedded-opentype'),
    /* url('SST-Medium.woff2') format('woff2'), */
    url('SST-Medium.woff') format('woff'),
    url('/SST-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SST Roman';
  src: url('SST-Roman.eot');
  src: local('SST Roman'), local('SST-Roman'),
    url('SST-Roman.eot?#iefix') format('embedded-opentype'),
    /* url('SST-Roman.woff2') format('woff2'), */
    url('SST-Roman.woff') format('woff'),
    url('/SST-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SST Light';
  src: url('SST-Light.eot');
  src: local('SST Light'), local('SST-Light'),
    url('SST-Light.eot?#iefix') format('embedded-opentype'),
    /* url('SST-Light.woff2') format('woff2'), */
    url('SST-Light.woff') format('woff'),
    url('/SST-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

:root {
  --var-font-regular: 'SST Roman';
  --var-font-medium: 'SST Medium';
  --var-font-bold: 'SST Bold';
  --var-font-light: 'SST Light';
  --black-color: #000000;
  --white-color: #ffffff;
  --gray-light: #F4F4F4;
  --gray-extra-light: #EDEDED;
  --gray-400: #747474;
}

body {
  background-color: var(--white-color);
  font-family: var(--var-font-regular);
  font-weight: 400;
  font-size: 14px;
}

.status-block {
  background: #f7f7f7;
  padding: 16px;
  border-radius: 8px;
}

/* Title */
.status-title {
  font-family: var(--var-font-medium);
  font-size: 16px;
  margin-bottom: 20px;
}

/* Track */
.status-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Step */
.status-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 90px;
}

/* Dot */
.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #bdbdbd;
  background: #ffffff;
}

/* Active */
.status-step.active .dot {
  background: #000000;
  border-color: #000000;
}

/* Line */
.line {
  flex: 1;
  height: 2px;
  background: #d3d3d3;
  margin: 0 6px;
}

.line.active {
  background: #000000;
}

/* Label */
.label {
  font-family: var(--var-font-regular);
  font-size: 12px;
  text-align: center;
}

.form-label {
  font-family: var(--var-font-regular);
}

.vehicle-item div>.label {
  text-align: left;
}

.status-step.active .label {
  font-family: var(--var-font-bold);
}

/* a.nav-link[href="/Status-Vehicle/"] {
  font-size: 0;
}

a.nav-link[href="/Status-Vehicle/"]::after {
  content: "Vehicle Status";
  font-size: 16px;
} */

.static-top.navbar-dark .navbar-brand {
  font-family: var(--var-font-regular);
  font-weight: 400;
  font-size: 32.79px;
  line-height: 100%;
  letter-spacing: 0%;
  white-space: normal;
}

.form_content_box {
  max-width: 400px;
  margin: 0 auto;
}

.card-header {
  background-color: #0D0D0D;
  font-family: var(--var-font-bold);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  /* leading-trim: NONE; */
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
}

.form-control,
.form-select,
input.form-control {
  background-color: #F9F9F9 !important;
  border: solid 1px #0D0D0D !important;
  border-radius: 0;
}

.form-check-input[type=checkbox] {
  border: solid 1.5px #0D0D0D;
  width: 15px;
  height: 15px;
}

.btn_cancel,
.btn_primary {
  border-radius: 6px;
  border-width: 2px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}

.btn_cancel {
  border-color: #0D0D0D;
  color: #0D0D0D;
}

.btn.btn_primary {
  background-color: #0D0D0D;
  border: solid 2px #0D0D0D;
  color: #ffffff;
}

.btn_cancel:is(:hover, :focus, :focus-visible, :active),
.btn_primary:is(:hover, :focus, :focus-visible, :active) {
  background-color: #0D0D0D;
  color: #ffffff;
}

.static-top.navbar-dark .navbar-brand {
  font-family: var(--var-font-regular);
  font-weight: 400;
  font-size: 32.79px;
  line-height: 100%;
  letter-spacing: 0%;
  white-space: normal;
}

.static-top.navbar .menu-bar>.navbar-nav>li>a {
  font-family: var(--var-font-medium);
  font-weight: 500;
  font-size: 12px;
}

.static-top.navbar .menu-bar>.navbar-nav>li>a::before {
  /* font-family: 'Material Icons'; */
  position: relative;
  font-size: 20px;
  top: 2px;
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  margin-right: 10px;
}

a[aria-label="Book a Service"]::before {
  content: '';
  background-image: url("/material-symbols--car-repair.svg");
  width: 24.59px;
  height: 24.59px;
  margin-right: 4px !important;
}

a[aria-label="Vehicle Status"]::before {
  content: '';
  background-image: url("/material-symbols--calendar-check.svg");
  width: 24.59px;
  height: 24.59px;
}
a[aria-label="Vehicle Health Check"]::before {
    background-image: url("/evhc-logo.svg");
    content: '';
    width: 24.59px;
  height: 24.59px;
}
.static-top.navbar .menu-bar>.navbar-nav>li>a:is(:hover, :focus, :focus-visible, :active) {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}

#serviceAppointmentForm .card-body {
  border: none !important;
}

.form-check-input:checked {
  background-color: #0D0D0D;
  border-color: #0D0D0D;
}


/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .status-track {
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .line {
    display: none;
  }

  .custom-header {
    display: block !important;
  }

  .static-top.navbar-dark .navbar-brand>div>div>div {
    flex-wrap: wrap !important;
  }
  .page-container .block{
    margin-bottom: 20px;
  }
  .page-container .block:last-child{
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .status-track {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .status-step {
    flex-direction: row;
    gap: 12px;
  }

  .custom-header {
    display: block !important;
  }

  .label {
    text-align: left;
  }

  .static-top.navbar-dark .navbar-brand>div>div>div {
    flex-wrap: wrap !important;
  }

  .container.custom-container {
    flex-wrap: nowrap !important;
  }

  .custom-container .navbar-brand img {
    width: 100%;
    margin-right: 0 !important;
    height: auto !important;
  }
}