@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;
  --black-theme: #0D0D0D;
  --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: var(--white-color);
}
/* Active */
.status-step.active .dot {background: var(--black-color);border-color:var(--black-color); }
/* Line */
.line { flex: 1; height: 2px; background: #d3d3d3; margin: 0 6px;}
.line.active {background: var(--black-color);}
/* 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: var(--black-theme);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: var(--white-color);border-radius: 4px 4px 0 0;
}

.form-control,
.form-select,
input.form-control {
  background-color: #F9F9F9 !important;
  border: solid 1px var(--black-theme) !important;
  border-radius: 0;
}

.form-check-input[type=checkbox] {border: solid 1.5px var(--black-theme);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: var(--black-theme);color: var(--black-theme);}
.btn.btn_primary {
  background-color: var(--black-theme);
  border: solid 2px var(--black-theme);
  color: var(--white-color);
}

.btn_cancel:is(:hover, :focus, :focus-visible, :active),
.btn_primary:is(:hover, :focus, :focus-visible, :active) {
  background-color: var(--black-theme);
  color: var(--white-color);
}

.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;
  width: 24.59px; height: 24.59px; content: '';
  margin-right: 4px !important;
}

a[aria-label="Book a Service"]::before {
  background-image: url("/material-symbols--car-repair.svg");
}

a[aria-label="Vehicle Status"]::before {
  background-image: url("/material-symbols--calendar-check.svg");
}

a[aria-label="Vehicle Health Check"]::before {
  background-image: url("/evhc-logo.svg");
}

.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: var(--black-theme);border-color: var(--black-theme);}

.agree_text .line-input {
  border: none !important; border-bottom: 2px solid var(--black-color) !important;
  border-radius: 0; outline: none !important; box-shadow: none !important;
  width: 100%; background-color: var(--white-color) !important;
}

.agree_text .line-input:focus {border-bottom: 2px solid var(--black-color) !important;box-shadow: none !important;background-color: var(--white-color);}
.agree_text .label-text {white-space: nowrap;font-size: 1rem;color: #555;}

.rtl-text {
  direction: rtl; text-align: right; white-space: normal;
  color: #555; font-size: 14px;
}
/* deep red */
.top-bar {background-color: #b3122f; color: var(--white-color);}
.top-bar .divider {border-top: 2px solid rgba(255, 255, 255, 0.7);margin: 10px 0;}
.top-bar .branches {font-size: 0.95rem;}
.top-bar .call-center {font-weight: 700;font-size: 1.2rem;}

/* ---------- 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;}
  #checkpointTable thead tr th:first-child {width: 34px !important}
  #checkpointTable thead tr th:nth-child(2) {width: 20px !important}
  #checkpointTable thead tr th:nth-child(3) {width: 15px !important}
  #checkpointTable thead tr th:last-child {width: 80px !important}
  #checkpointTable, #checkpointAdditionalTable {min-width: auto !important;
    table-layout: inherit !important;
  }
}

.login_container {max-width: 344px; margin: 0 auto; padding: 50px 0;}
.welcome-text {
  color: var(--black-color); font-size: 32px; font-family: var(--var-font-medium);
  font-weight: 500; line-height: 69.92px; word-wrap: break-word; text-align: left;
}

.registation-text {
  color: var(--black-color); font-size: 16px; font-family: var(--var-font-medium);
  font-weight: 500; line-height: normal; margin-bottom: 6px;
  margin-top: 20px; word-wrap: break-word;
}

.login-btn {background: var(--black-color); color: var(--white-color); padding: 12px 0;}
.login-btn:hover {
  background: var(--black-color); color: var(--white-color);
  padding: 12px 0;
}

input :is(:hover, :focus, :focus-visible) {
  box-shadow: 0 0 3px -2px var(--black-color);
  outline: 0; outline-offset: 0;
}

.wrapper.custom-loader {
  width: 100%; height: 100%; margin: 0 auto;
  text-align: center; transition: width 0.3s ease-out; z-index: 12345;
  display: flex; align-items: center; justify-content: center;
  left: 0; right: 0; top: 0; bottom: 0; position: fixed;
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  background-color: #ffffff02;
}

.custom-loader .box,
.loader-ring {
  position: relative; width: 120px; height: 120px;
  display: flex; justify-content: center; align-items: center;
}

.loader-ring::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 120px; height: 120px; border: 6px dotted var(--shade-green-color);
  border-radius: 50%; animation: spin-loader-ring 1s linear infinite;
  z-index: -1; transform-origin: center;
}

.loader-content {position: relative;}
.custom-loader .round {
  position: absolute; width: 120px; height: 120px;
  border: 6px solid transparent; border-top: 6px solid #1f1d1f;
  border-radius: 50%; animation: spin 1s linear infinite; z-index: 1;
}

.loader-img {
  background-color: #0f0f0f; width: 100px; height: 100px; padding: 10px;
  border-radius: 50%; position: relative;
  z-index: 1; animation: loader-blink 1s ease-in-out infinite;
}

.form-check-input:focus {box-shadow: 0 0 0 .25rem rgb(65 2 102 / 10%);}
@keyframes spin-loader-ring {
  0% { transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

@keyframes blink {
  0%,
  100% {opacity: 1;}
  50% {opacity: 0.7;}
}