﻿:root {
  --bodybg: #dcdefe;
  --primary-color: #5138ee;
  --grey: #d6d6d6;
  --placeholder: #969696;
  --white: #fff;
  --text: #333;
  --slider-bg: #eff3ff;
  --login-cta-hover: #1f0098;
}
.bg-app-main {
  background: url("/assets/media/images/bg-light.jpg") center center/cover
    no-repeat;
  background-color: #f6f6f8;
}
.w-196 {
  width: 196px !important;
}

.form-control {
  border-color: #dedede !important;
}

.compDropWrapper span.select2.select2-container.select2-container--bootstrap5 {
  display: flex !important;
  width: 100%;
}

#sticky-navbar {
  position: relative;
  z-index: 99;
}

.homeStockListP {
  padding: 16px 2.25rem;
}

.zIndexMax {
  z-index: 9998 !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.h-37 {
  height: 37.75px;
}

.h-43 {
  height: 43.56px;
}

.h-45 {
  height: 45.88px;
}

.hover-elevate-up {
  transition: all 0.2s ease;
}

.hover-elevate-up:hover {
  background-color: #f8f9fa;
  transform: translateY(-1px);
}

/* Stock Value Card – Modern Minimal Overrides */
/* ============================================================
   Modern Minimal Toggle – FINAL & STABLE
   Compatible with Metronic / Bootstrap
   ============================================================ */

/* Base checkbox reset */
.form-check.form-switch .form-check-input {
  width: 40px;
  height: 22px;

  background-color: #dee2e6;
  background-image: none !important; /* remove Metronic knob */

  border: none;
  border-radius: 999px;

  cursor: pointer;
  position: relative;

  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

/* Knob */
.form-check.form-switch .form-check-input::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;

  width: 16px;
  height: 16px;

  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);

  transition: transform 0.2s ease;
}

/* Checked state */
.form-check.form-switch .form-check-input:checked {
  background-color: #0d6efd;
}

/* Move knob when checked */
.form-check.form-switch .form-check-input:checked::after {
  transform: translateX(18px);
}

/* Hover */
.form-check.form-switch .form-check-input:hover {
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.08);
}

/* Focus (keyboard accessibility) */
.form-check.form-switch .form-check-input:focus {
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
}

/* Disabled */
.form-check.form-switch .form-check-input:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.card.card-flush {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.card-header {
  border-bottom: none !important;
}

.card-title .fs-2hx {
  letter-spacing: -0.03em;
}

.badge-dark {
  background-color: #f1f3f5 !important;
  color: #6c757d !important;
  font-weight: 500;
  border-radius: 999px;
}

/*.card-body a {
  background: transparent !important;
}
*/
.card-body a > div {
  padding: 8px 14px;
  border-radius: 10px;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease;
}

.card-body a:hover > div {
  background-color: #f8f9fa;
  transform: translateY(-1px);
}

.bullet {
  opacity: 0.85;
}

.text-gray-700,
.text-gray-600 {
  color: #495057 !important;
}

/* Fullscreen overlay */
.menu-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: 999; /* below Bootstrap dropdowns (which are usually 1050+) */
  display: none;
  transition: opacity 0.25s ease;
  opacity: 0;
}

.menu-overlay.active {
  display: block;
  opacity: 1;
}

.p-sm-ct {
  padding: 2rem 2.25rem;
}

.modal-footer {
  padding: 12px 24px !important;
}

.modal-body,
.modal-header {
  padding: 16px 24px !important;
}

.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(
    .border-hover
  ):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline) {
  padding: 8px 12px !important;
}

.btn {
  --bs-btn-font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 16px !important;
}
.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline)
    /* Detail Car Top Nav Start */
    .detailTopNav {
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
  max-height: 500px; /* Adjust this value based on your content height */
  overflow: hidden;
  opacity: 1;
}

.detailTopNav.hide {
  max-height: 0;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Detail Car Top Nav End */

.monochrome-inv-theme .table-custom-bordered td,
.monochrome-inv-theme .table-custom-bordered th,
.monochrome-inv-theme .custom-table td,
.monochrome-inv-theme .table > :not(caption) > * > * {
  padding-left: 4px !important;
}

.table-activeactive .tock-listing-home th,
.table > :not(caption) > * > * {
  padding-left: 0px !important;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  box-shadow: inset 0 0 0 9999px #ececec !important;
}

body {
  background-color: white !important;
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Password Toggle Eye Icon */
.password-toggle-btn {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: transparent !important;
  border: none !important;
  padding: 4px 8px !important;
  color: #6b7280 !important;
  cursor: pointer;
  transition: color 0.2s ease;
}

.password-toggle-btn:hover {
  color: #374151 !important;
  background: transparent !important;
}

.password-toggle-btn:focus {
  box-shadow: none !important;
}

.h-full {
  height: 100% !important;
}

.fw-black {
  font-weight: 900 !important;
}

.invoice-tab-desk {
  width: 480px;
}

.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(
    .border-active
  ):not(.btn-flush):hover,
.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(
    .border-hover
  ):not(.border-active):not(.btn-flush):not(.btn-icon):not(
    .btn-hover-outline
  ).btn-sm:hover,
.btn.notifi-btn:hover {
  cursor: pointer !important;
}

ul.nav.nav-line-tabs.nav-stretch.fw-semibold.px-9 {
  border-bottom: unset !important;
}

.innerBorderSm {
  box-shadow: inset 0 0 0 1px #cfcbcb !important;
}

/* Base scrollable container */
.scrollable {
  overflow: auto;
  /* Firefox base state */
  scrollbar-width: none;
  scrollbar-color: #8b8b8b transparent;
}

/* Firefox: show scrollbar only on hover */
.scrollable:hover {
  scrollbar-width: thin;
  scrollbar-color: #636363 transparent;
}

/* WebKit browsers (Chrome, Edge, Safari) */
.scrollable::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scrollable:hover::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scrollable::-webkit-scrollbar-track {
  background: transparent;
}

.scrollable::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 8px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #636363;
}

.menu-state-bg-light-primary
  .menu-item:not(.here)
  .menu-link:hover:not(.disabled):not(.active):not(.here) {
  background-color: #3716140d !important;
  color: #1e1f21 !important;
}

.auth-left-side {
  background-color: #4f46e5;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 20px 20px 20px 0px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
/* 12px */
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/* 14px */
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
/* 16px */
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
/* 18px */
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
/* 20px */
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
/* 24px */
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
/* 30px */
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
/* 36px */
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
/* 48px */
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
/* 60px */

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar .app-sidebar-logo {
  border-bottom: 1px solid #424244 !important;
}

.menu-state-color
  .menu-item:not(.here)
  .menu-link:hover:not(.disabled):not(.active):not(.here),
.auth-logout a:hover {
  background-color: #3716140d !important;
  color: #1e1f21 !important;
}

.menu-item.here.show.menu-accordion.pb-4.menu-bb {
  border-bottom: 1px solid #424244 !important;
}

.form-check-image .form-check-wrapper {
  border: 1px dashed #6d6e6f !important;
}

.admin-dash-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.big-right-side {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

svg.email-icon,
svg.phone-icon,
svg.map-pin-icon {
  border: 1px solid #cfcbcb !important;
  border-radius: 0.475rem;
  color: #1e1f21 !important;
  width: 45px;
  height: 35px;
  padding: 5px;
  background-color: white;
}

.menu-item.menu-lg-down-accordion.menu-sub-lg-down-indention span.menu-link {
  background: #fff;
  border-color: #cfcbcb;
  color: #1e1f21 !important;
  border: 1px solid #cfcbcb;
}

.menu-item.menu-lg-down-accordion.menu-sub-lg-down-indention
  span.menu-link:hover {
  background: #f9f8f8;
  border-color: #afabac;
  color: #1e1f21 !important;
  fill: #1e1f21;
}

.nav-line-tabs .nav-item .nav-link {
  transition:
    transform 0.2s ease,
    opacity 0.2s ease !important;
}

.smallCardIconStock {
  background: var(--bs-dark);
  color: #a2a0a2;
  padding: 8px 10px;
  border-radius: 6px;
}

.nav-line-tabs .nav-item .nav-link:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.app-header-menu .menu .menu-item .menu-link .menu-arrow:after {
  background-color: #1e1f21 !important;
}

.app-header-menu .menu > .menu-item > .menu-link > .menu-title {
  color: #1e1f21 !important;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 20px !important;
}

.app-sidebar-toggle.btn.btn-icon.btn-shadow.btn-sm i {
  color: #1e1f21 !important;
}

.menu-item.here.show.menu-accordion a,
.menu-item.menu-accordion a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #f5f4f3;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition:
    background-color 0.3s ease-in-out,
    transform 0.3s ease-in-out !important;
}

.menu-item.here.show.menu-accordion a:hover,
.menu-item.menu-accordion a:hover {
  background-color: #454547 !important;
}

[data-kt-app-layout="dark-sidebar"]
  .app-sidebar
  .menu
  .menu-item:not(.here)
  .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color 0.3s ease-in-out !important;
  color: #f5f5f5;
  background-color: #454547;
}

.azure-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.azure-header .azure-left {
  display: flex;
  gap: 2rem;
  align-items: start;
}

.card {
  border: 1px solid #cfcbcb !important;
}

span.loggedin-user-initial {
  border: 1px solid #cfcbcb !important;
  border-radius: 0.475rem;
  color: #1e1f21 !important;
}

span.user-displayName {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #1e1f21;
}

p.user-Email {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #535862;
  margin: unset;
}

.maa-list {
  height: 119px;
  overflow: auto;
}

.bullet.bullet-dot {
  width: 7px !important;
  height: 2px !important;
}

.container-fluid.home-leads-container {
  margin-top: 0px !important;
}

.ticketStatusDD {
  padding: 12px 12px;
  font-size: 12px !important;
  height: 43px !important;
  font-weight: 500 !important;
}

.badge.badge-danger-custom {
  background-color: #e7000b !important;
  color: white !important;
}

.badge.badge-success-custom {
  background-color: #17c653 !important;
  color: white !important;
}

.badge.badge-primary-custom {
  background-color: #0d6efd !important;
  color: white !important;
}

.badge.badge-warning-custom {
  background-color: #ffc107 !important;
  color: white !important;
}

.img-fit-bgc {
  object-fit: contain;
  background-color: white !important;
}

.badge-light-warning {
  color: black !important;
}

.min-w-40px {
  min-width: 40px !important;
}

.badge-light-success,
span.badge-light-danger {
  color: black !important;
}

.form-switch .form-check-input {
  width: 42px !important;
}

.form-switch.form-check-custom input.form-check-input {
  height: 24px !important;
  cursor: pointer;
}

tr.stock-listing-home td,
tr.stock-listing-home th,
tbody.vehicles-list-container td,
tbody.vehicles-list-container th {
  text-align: center !important;
  vertical-align: middle !important;
}

.container-fluid.home-leads-container .card.home-leads-card,
.row-margins-custom {
  /*    margin-left: 24px !important;
    margin-right: 20px !important;*/
  margin-top: -6px !important;
}

button:hover .svg-icon.svg-icon > svg {
  color: white !important;
}

.nav-line-tabs .nav-item .nav-link {
  border-bottom: 0px;
  padding: 12px 12px !important;
  margin-left: 0px !important;
  border-bottom-width: 0px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
}

input.form-control.form-control-solid:not(.border-warning):not(
    .border-danger
  ):not(.border-primary):not(.border-secondary):not(.border-success):not(
    .border-info
  ),
textarea.form-control.form-control-solid:not(.border-warning):not(
    .border-danger
  ):not(.border-primary):not(.border-secondary):not(.border-success):not(
    .border-info
  ) {
  border: 1px solid #cfcbcb !important;
  transition: all 0.3s ease-in-out;
}

.border-danger {
  border: 2px solid #dc3545 !important;
}
.border-primary {
  border: 2px solid #0d6efd !important;
}
.border-info {
  border: 2px solid #0dcaf0 !important;
}
.border-secondary {
  border: 2px solid #6c757d !important;
}
.border-success {
  border: 2px solid #198754 !important;
}
.border-warning {
  border: 2px solid #ffc107 !important;
}
.border-dark {
  border: 2px solid #212529 !important;
}
.border-light {
  border: 2px solid #f8f9fa !important;
}

input.form-control:not(.border-warning):not(.border-danger):not(
    .border-primary
  ):not(.border-secondary):not(.border-success):not(.border-info):not(
    .border-dark
  ):not(.border-light):hover,
input.form-control:not(.border-warning):not(.border-danger):not(
    .border-primary
  ):not(.border-secondary):not(.border-success):not(.border-info):not(
    .border-dark
  ):not(.border-light):active,
input.form-control:not(.border-warning):not(.border-danger):not(
    .border-primary
  ):not(.border-secondary):not(.border-success):not(.border-info):not(
    .border-dark
  ):not(.border-light):focus,
input.form-control:not(.border-warning):not(.border-danger):not(
    .border-primary
  ):not(.border-secondary):not(.border-success):not(.border-info):not(
    .border-dark
  ):not(.border-light):focus-visible,
input.form-control:not(.border-warning):not(.border-danger):not(
    .border-primary
  ):not(.border-secondary):not(.border-success):not(.border-info):not(
    .border-dark
  ):not(.border-light):focus-within,
textarea.form-control:not(.border-warning):not(.border-danger):not(
    .border-primary
  ):not(.border-secondary):not(.border-success):not(.border-info):not(
    .border-dark
  ):not(.border-light):hover,
textarea.form-control:not(.border-warning):not(.border-danger):not(
    .border-primary
  ):not(.border-secondary):not(.border-success):not(.border-info):not(
    .border-dark
  ):not(.border-light):focus,
textarea.form-control:not(.border-warning):not(.border-danger):not(
    .border-primary
  ):not(.border-secondary):not(.border-success):not(.border-info):not(
    .border-dark
  ):not(.border-light):focus-visible,
textarea.form-control:not(.border-warning):not(.border-danger):not(
    .border-primary
  ):not(.border-secondary):not(.border-success):not(.border-info):not(
    .border-dark
  ):not(.border-light):focus-within {
  border: 1px solid #6d6e6f !important;
}

.nav-line-tabs .nav-item .nav-link.active {
  background: #f9f8f8 !important;
  border: 1px #6d6e6f !important;
  transition: all 0.3s ease-in-out;
  color: black !important;
}

ul.nav.nav-stretch.nav-line-tabs {
  /*margin-bottom: 12px !important;*/
  padding-bottom: 12px !important;
}

.nav-line-tabs .nav-item .nav-link {
  margin-right: 0px !important;
  background: #f9f8f8 !important;
  color: black !important;
}

.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
  background: #f9f8f8 !important;
  color: #6d6e6f !important;
  transition: all 0.3s ease-in-out;
  border: 1px #6d6e6f !important;
}

/*.sticky-card {
    top: 85px !important;
}
*/
.sticky-card {
  top: 74px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-width: 0px !important;
}

.form-select.form-select-solid:not(.border-success):not(.border-info):not(
    .border-danger
  ):not(.border-warning) {
  border: 1px solid #cfcbcb !important;
}

.form-select.form-select-solid:focus:not(.border-success):not(.border-info):not(
    .border-warning
  ):not(.border-danger) {
  border: 1px solid #cfcbcb !important;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar {
  background-color: black !important;
}

.dsk_sidebar {
  overflow-x: hidden !important;
}

.badge-dark {
  background-color: black !important;
}

[data-kt-app-layout="dark-sidebar"]
  .app-sidebar
  .menu
  .menu-item
  .menu-link
  .menu-bullet
  .bullet {
  background-color: #a2a0a2 !important;
}

[data-kt-app-layout="dark-sidebar"]
  .app-sidebar
  .menu
  .menu-item
  .menu-heading {
  color: #f5f4f3 !important;
}

.dt-paging.paging_simple_numbers {
  padding: unset !important;
}

.menu-sub-indention .menu-sub:not([data-popper-placement]) {
  margin-top: 4px;
  margin-left: 0px !important;
}

[data-kt-app-layout="dark-sidebar"]
  .app-sidebar
  .menu
  .menu-item
  .menu-link
  .menu-title {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.menu-sub.menu-sub-accordion.show {
  border: 1px dashed #454547;
  border-radius: 0.475rem;
  transition: all 0.3s ease-in-out;
}

.h-40 {
  height: 40px !important;
}

img.app-sidebar-logo-default {
  padding-left: 0.5rem !important;
}

.auth-login-form label {
  font-size: 14px;
  font-weight: 500;
  color: black;
  margin-bottom: 8px;
}

a.forgot-link,
a.signup-link {
  color: #5138ee !important;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

.d-flex.flex-stack.auth-footer {
  justify-content: space-between;
  width: 100%;
}

.auth-footer a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #5138ee;
}

.dealer-link {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  text-decoration: none;
  border-radius: 9999px;
  padding: 4px 8px 4px 4px; /* top/bottom: 4px, left: 4px, right: 8px */
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  background-color: var(--bs-primary);
  color: white !important;
  font-size: 13px !important;
}

.dealer-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dealer-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* custom checkbox */
.custom-check input[type="checkbox"] {
  height: 20px;
  width: 20px;
  padding: 0;
  opacity: 1;
  /*    appearance: none;*/
  border: 2px solid var(--primary-color);
  border-radius: 3px;
  background: var(--white);
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.custom-check input[type="checkbox"]:checked {
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
}

.custom-check input[type="checkbox"]:checked:before,
.login-container
  .login-form
  .custom-check
  input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--white);
}

.custom-check input[type="checkbox"]:checked:before {
  width: 8px;
  top: 11px;
  left: 2px;
  transform: rotate(44deg);
}

.custom-check input[type="checkbox"]:checked:after {
  width: 14px;
  top: 8px;
  left: 5px;
  transform: rotate(-55deg);
}

.custom-check input[type="checkbox"]:focus {
  outline: none;
}

.custom-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-check label {
  margin: 0;
  color: black;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.single-auth-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.single-auth-slide .slide-content {
  padding: 0rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.single-auth-slide .slide-content p {
  text-overflow: ellipsis;
  max-width: 48rem;
}

.login-container .onboarding {
  flex: 1;
  display: none;
  width: 50%;
}

.login-container .login-form .login-form-group label .required-star {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 10px;
}

.auth-swiper .swiper-pagination {
  bottom: 2rem !important;
}

.login-container .onboarding .swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 15px;
  border-radius: 5px;
  height: 8px;
}

.auth-swiper .swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 0.8 !important;
}

.login-container .rounded-button {
  display: flex;
  width: 100%;
  text-decoration: none;
  border-radius: 50px;
  padding: 13px 20px;
  box-sizing: border-box;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  transition: linear 0.2s;
}

.login-container .rounded-button:hover {
  box-shadow: 0px 0px 4px 0px var(--grey);
}

.login-container .body-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}

.login-container .onboarding {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.login-container .onboarding .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

input.search-input.search-input-main {
  width: 295px;
}

.login-container .onboarding .swiper-slide {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.menu-item {
  padding: 0.15rem 0.15rem !important;
}

[data-kt-app-layout="dark-sidebar"]
  .app-sidebar
  .menu
  .menu-item
  .menu-link
  .menu-arrow:after {
  background-color: white !important;
}

.login-container .onboarding .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.login-container .onboarding .swiper-slide {
  flex-direction: column;
  display: flex;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

.login-container .login-form .login-form-inner h1 {
  margin-bottom: 20px;
  margin-top: 10px;
}

.stepper-nav.stepper-nav-ac {
  align-items: center;
  width: 100%;
}

.invoice-to-pr {
  padding-right: 1.5rem !important;
}

a.nav-link {
  transition: all 0.3s ease-in-out !important;
}

a.nav-link:hover {
  cursor: pointer !important;
}

a.nav-link.active .stepper-icon.w-40px.h-40px.badge.bg-light-success,
a.nav-link .stepper-icon.w-40px.h-40px.badge.bg-light-success {
  background: black !important;
}

a.nav-link.active .stepper-icon.w-40px.h-40px.badge.bg-light-success span,
a.nav-link .stepper-icon.w-40px.h-40px.badge.bg-light-success span {
  color: white !important;
}

.hideOnPhone {
  display: none !important;
}

.showOnPhone {
  display: block !important;
}

/* Schedule CSS Start */
.ping-wrapper {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  height: 0.75rem;
  width: 0.75rem;
}

.ping-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: #c084fc;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  opacity: 0;
}

.ping-wrapper:hover .ping-circle {
  opacity: 0.75;
}

.ping-dot {
  position: relative;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: #e9d5ff;
}

@keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.day-box {
  transition: all 0.3s;
  cursor: pointer;
  justify-content: center;
  display: flex;
  border-radius: 0.5rem;
  margin: 0 0.25rem;
}

.day-box:hover {
  background-color: #0ab0db;
  color: white;
}

.day-box:hover p {
  color: white !important;
}

.day-box.active,
.swiper-slide-thumb-active {
  background-color: #0ab0db !important;
  color: white !important;
  transition: all 0.3s;
  border-radius: 0.5rem;
}

.swiper-slide-thumb-active p {
  color: white !important;
}

.timeslot-input {
  display: none;
}

.timeslot-label {
  display: block;
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  color: #495057;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.timeslot-input:disabled + .timeslot-label {
  opacity: 0.3;
  pointer-events: none;
}

.timeslot-input:checked + .timeslot-label {
  background-color: #0dcaf0;
  color: #fff;
}

.timeslot-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-section {
  text-align: center;
  margin-bottom: 1.5rem;
}

.toggle-day-slot {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slots-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.toggle-day-slot:hover {
  background-color: #f0f0f0;
}

.rotate-icon {
  transition: transform 0.3s ease;
}

.slot-row input[type="time"] {
  min-width: 0;
}

.rotate {
  transform: rotate(180deg);
}

#SlotType.form-select {
  width: 100%;
  box-sizing: border-box;
}

.slots-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 10px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.input-error {
  border: 2px solid #dc3545 !important;
  background-color: #f8d7da !important;
}

.slot-row {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 10px;
}

.slot-row input[type="time"] {
  flex: 1;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  min-width: 0;
}

.slot-error-message {
  color: #dc3545;
  font-size: 0.9em;
  margin-left: 5px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.btn-add-slot {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-add-slot {
  background-color: #e9f6ff;
  color: #007bff;
  border: 1px solid #bde0ff;
}

.btn-remove-slot {
  height: 35px;
  padding: 16px 6px !important;
  width: 42px;
  background-color: #ffe9e9;
  color: #dc3545;
  border: 1px solid #ffc2c2;
}

.modal-content {
  border-radius: 16px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-select,
.form-control {
  border-radius: 16px !important;
}
/* Schedule CSS End */
.atValBox {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 0.775rem 1rem;
  height: 43px;
  transition: all 0.25s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.atValBox span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: black;
}

.valuation-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 12px 20px;
  /*    min-width: 140px;*/
  transition: all 0.25s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.valuation-box:hover,
.atValBox:hover {
  border-color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.valuation-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.valuation-label {
  font-weight: 600;
  color: #000;
}

.valuation-value {
  font-size: 0.95rem;
  font-weight: 500;
  color: #6c757d;
}

.valBoxWrapper {
  display: grid;
  justify-content: center;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

h5.saleValHeading {
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #000;
  margin-bottom: 0.5rem !important;
}

.pt-2ct {
  padding-top: 2rem !important;
}

/* Valuation CSS Start */

circle.apexcharts-marker {
  width: 8px !important;
  height: 8px !important;
}

.toggle-header {
  cursor: pointer;
  color: #006ba6;
  font-weight: 600;
  user-select: none;
  font-size: 14px;
}

.toggle-header.open .caret {
  transform: rotate(90deg);
}

.caret {
  transition: transform 0.2s ease;
  font-size: 12px;
}

#chart {
  background: #ffffff;
  border: 1px solid #e1e5e8;
  padding: 10px 10px 0 10px;
  border-radius: 6px;
}

.timeframe-selector {
  font-size: 13px;
  justify-content: flex-end;
}

.timeframe-option {
  cursor: pointer;
}

.timeframe-option input {
  margin-right: 4px;
  accent-color: #006ba6;
}

.apexcharts-tooltip-title {
  font-weight: 600;
}

.apexcharts-yaxis-label {
  font-size: 11px !important;
}

.apexcharts-xaxis-label {
  font-size: 11px !important;
}

.apexcharts-legend-text {
  font-size: 12px !important;
}

/* X-axis hover tooltip */
#chart .apexcharts-xaxistooltip {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 6px !important;
  font-size: 12px;
  box-shadow: none !important;
  padding: 4px 8px !important;
}
/* Date text */
#chart .apexcharts-xaxistooltip span {
  color: #fff !important;
  font-weight: 600;
}
/* Arrow */
#chart .apexcharts-xaxistooltip:before,
#chart .apexcharts-xaxistooltip:after {
  border-bottom-color: #111 !important;
}
/* Override default tooltip for clarity */

/* Valuation CSS End */

/* Responsive tweaks */
@media (max-width: 576px) {
  .valuation-box {
    width: unset;
    justify-content: center;
  }

  .valuation-content {
    flex-direction: row;
  }

  .valBoxWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1200px) {
  .stepper-nav.stepper-nav-ac {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }

  .stepper-nav.stepper-nav-ac .stepper-line {
    display: none !important;
  }

  .md-gap-custom {
    gap: 1rem;
  }
}

@media screen and (max-width: 992px) {
  .mob-d-none {
    display: none;
  }

  .w-full-mob {
    width: 100% !important;
  }

  .md-gap-custom {
    justify-content: space-between;
  }
  ul.db-actions-btn {
    padding-bottom: 20px !important;
  }

  .admin-dash-card {
    flex-wrap: wrap !important;
  }

  .dsk-company_allowances {
    flex-direction: column;
  }

  .dsk-company_allowances span#company_allowances {
    min-width: 100% !important;
    width: 100% !important;
    align-items: start !important;
  }

  .container-fluid.home-leads-container .card.home-leads-card,
  .row-margins-custom {
    margin: unset !important;
    margin-top: 16px;
  }

  .flex-wrap.card-header-neck {
    flex-wrap: unset !important;
  }

  input.search-input {
    width: unset !important;
  }

  .gp-val-pr {
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
  }

  span#stock_prices_month .card-body {
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
  }

  .card-header-neck .mt-5 {
    margin-top: unset !important;
  }

  .auth-left-side {
    display: none !important;
  }

  #ddl_CompanyName {
    min-width: unset !important;
  }

  #company_allowances .min-h-50 {
    height: 100%;
  }

  .ats-parent-main {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px;
  }

  .card-toolbar-pr {
    position: unset !important;
    width: 100%;
    margin-bottom: 1rem;
  }

  #sp-company_allowances {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-basis: max-content;
    height: 100%;
    gap: 7px;
  }

  .ats-graph div {
    display: none !important;
  }

  .nav-line-tabs .nav-item .nav-link {
    font-size: 11px;
    padding: 6px 16px !important;
  }

  .mb-5.mmk-wrapper {
    margin-bottom: 12px !important;
  }

  .details-wrapper {
    flex-wrap: unset !important;
  }

  .db-actions-btn.nav-line-tabs li.nav-item {
    margin-bottom: 0px !important;
  }

  .sticky-card.home-leads-card {
    position: unset !important;
  }

  .card.home-leads-card {
    margin-top: 6px !important  ;
  }
}

@media screen and (min-width: 992) {
  [data-kt-app-header-minimize="on"] .app-header {
    box-shadow: unset !important;
    border-bottom: 1px solid #cfcbcb !important;
  }
}

@media screen and (min-width: 768px) {
  .stock-mob-crimson {
    display: none;
  }
  .stock-dsk-crimson {
    display: block;
  }
  .login-container .onboarding {
    display: flex;
  }

  .hideOnPhone {
    display: flex !important;
  }

  .showOnPhone {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .stock-mob-crimson {
    display: block;
  }

  .stock-dsk-crimson {
    display: none;
  }

  .md-wrap-custom {
    flex-wrap: wrap;
  }

  .atl-mobile {
    flex-direction: column;
    width: 100%;
    align-items: start !important;
  }

  .w-mob-100 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .azure-header {
    align-items: end;
  }

  .azure-header .azure-left {
    flex-direction: column;
  }

  .invoice-tab-desk {
    max-width: 100% !important;
    width: 100% !important;
  }

  .mob-style-tab {
    overflow-x: auto;
    max-width: 100%;
  }

  .flex-col-mob {
    flex-direction: column !important;
  }

  .align-items-mob {
    align-items: end !important;
  }

  .invoice-to-pr {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .login-container {
    height: 100vh;
  }

  .dashboard-cards-parent {
    flex-direction: column-reverse;
    margin-top: 8px !important;
  }

  .days-mobile-style {
    flex-grow: 1;
  }

  .custom-date-mobile {
    display: flex;
    width: 68%;
  }

  .custom-date-mobile div {
    flex-grow: 1;
  }

  .mobile-filter-inputs {
    display: flex;
    flex-grow: 1;
  }

  .days-mobile-dropdown {
    width: 30%;
    flex-grow: 1;
  }

  .mobile-submit-pr {
    flex-grow: 1;
  }

  .mobile-submit-pr button {
    width: 100%;
  }

  .mobile-filter-inputs .w-100px {
    flex-grow: 1;
  }
}

@media screen and (max-width: 768px) {
  .homeStockListP {
    padding: 16px 16px !important;
  }

  .mobScrollableCt {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .sideBarMobH {
    height: 100% !important;
    height: unset !important;

    margin-top: 11rem !important;
  }

  span.listingAddCarBtn {
    display: none;
  }

  .vehicleDetailTab .card .card-body {
    padding: 16px !important;
  }

  .vehicleDetailTab .pt-2ct {
    padding-top: 16px !important;
  }

  .vehicleDetailTab .card-header.pt-2ct {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .vehicleDetailTab .mobTopM0 {
    margin-top: 0px !important;
  }

  .p-sm-ct {
    padding: 16px;
  }

  .mediaSectionGallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
  }

  .single-image img {
    object-fit: cover !important;
    border-radius: 8px !important;
    height: 100px !important;
    width: 100% !important;
  }

  .single-image {
    margin: unset !important;
  }

  .menu-overlay {
    z-index: 998 !important;
  }
}

@media screen and (width: 768px) {
  .login-container .onboarding {
    order: 0;
  }
  .login-container .login-form {
    order: 1;
  }
  .login-container {
    height: 100vh;
  }
}

@media (max-width: 468px) {
  .mobileAuthSide {
    padding-left: 32 !important;
    padding-right: 32 !important;
  }
}

@media screen and (max-width: 420px) {
  .login-container .login-form {
    padding: 20px;
  }
  .login-container .login-form-group {
    margin-bottom: 16px;
  }
  .login-container {
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
