:root {
  --carmy-body-bg: #F9F9F9;
  --carmy-dark-clr: #213D4E;
  --carmy-light-clr: #FFFFFF;
  --carmy-gray-bg: #d3d3d3;
  --carmy-link-clr: #FF6633;
  --carmy-lilac-clr: #CCCCDB;
  --carmy-white-clr:#FFFFFF;
  --autolog-primary-clr: #FF6633;
  --autolog-selected-bg:#fef3f0;
}
body {
  /* background-color: #f9f9f9 !important; */
  background-color: var(--carmy-body-bg) !important;
}
* {
  font-family: "ArticulatCF", Arial, sans-serif;

}

/* Bagatela Regular */
@font-face {
  font-family: "Bagatela";
  src: url("../ecom/fonts/BagatelaRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bagatela Regular Italic */
@font-face {
  font-family: "Bagatela";
  src: url("../ecom/fonts/BagatelaRegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Articulat CF Normal (regular) */
@font-face {
  font-family: "ArticulatCF";
  src: url("../ecom/fonts/Articulat CF Normal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Articulat CF Bold */
@font-face {
  font-family: "ArticulatCF";
  src: url("../ecom/fonts/Articulat CF Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* h1,h2,h3,h4{
  font-family: "Bagatela", "ArticulatCF", sans-serif !important;
} */
h1,
h2 {
  font-family: "Bagatela", "ArticulatCF", sans-serif !important;
}

.shopping-navbar .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid var(--autolog-primary-clr);
  border-radius: 0.4285rem;
}

.shopping-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23f36d3e' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.shopping-navbar .navbar-toggler:focus {
  box-shadow: none !important;
}

.shopping-navbar {
  border-bottom: 1px solid lightgray;
  background-color: var(--carmy-dark-clr);
}

.shopping-navbar li {
  position: relative;
}

.shopping-navbar li {
  margin-right: 20px;
}

.shopping-navbar li a:hover {
  color: var(--carmy-light-clr) !important;
  text-decoration: underline;
}

.shopping-navbar li a {
  color: var(--carmy-light-clr);
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease;
  text-transform: uppercase;
}

.loginAs a {
  font-size: 16px;
  color: #fff;
  margin-left: 4px;
  padding: 4px 14px;
  border-radius: 30px;
  background: #f56f36;
  text-transform: uppercase;
}

.call span {
  color: var(--carmy-light-clr) !important;
  font-size: 18px;
  font-weight: 500;
}

.call i {
  color: var(--carmy-light-clr) !important;
  font-size: 18px;
  margin-right: 10px;
}

/* .header_social {
  margin-left: 20px;
} */

.header_social a {
  color: var(--carmy-light-clr) !important;
  font-size: 20px;
  margin: 0 5px;
}

.tires-main {
  color: #2c2c2c;
  ;
  /* font-size: 32px; */
  font-weight: 900;
  /* text-transform: uppercase; */
}

.province-dp h2 {
  font-size: 18px;
  text-align: center;
}

.province-dp h1 {
  font-size: 28px;
  text-align: center;
}

.tires-main-subheading {
  color: #f36d3e;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.province-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.area-tire img {
  max-width: 100%;
  width: 100%;
}

.area-tire {
  display: flex;
  /* margin-left: -6rem; */
  margin-left: inherit;
}

.province-select {
  /* background-color: #f36d3e; */
  color: white;
}

.province-select option {
  border-bottom: 1px solid white !important;
}

/* Change the background and text color of the select2 container */
.select2-container--default .select2-selection--single {
  background-color: #f36d3e !important;
  /* Background color */
  color: white !important;
  /* Text color */
  border: none !important;
  /* Remove border */
}

/* Change the text color of the selected option */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white !important;
}

/* Change the dropdown arrow color */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: white transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent;
  border-width: 0 4px 5px 4px;
}

/* Parts Tech Parts Tech Thank you page*/
.thankyou-submit {
  width: 100%;
  /* background-color: white; */
  background-color: var(--carmy-light-clr);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
}

.success-icon-thanks {
  width: 5rem;
  height: 5rem;
  background-color: rgba(76, 175, 80, 0.1);
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.success-icon-thanks::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* background-color: #4CAF50; */
  background-color: var(--carmy-dark-clr);
  animation: pulse 1.5s infinite;
}

.success-icon-thanks .checkmark-tick {
  color: white;
  font-size: 2.5rem;
  z-index: 1;
}

.reference-box {
  /* background-color: #f9fafb; */
  /* background-color: var(--carmy-body-bg); */
  /* border: 1px solid #e5e7eb; */
  border-radius: 0.5rem;
  padding: 1rem;
  display: inline-block;
  width: 100%;
}

.reference-detail .reference-label {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-weight: 600;
}

.order-table table {
  width: 100%;
}

.order-table th {
  text-align: left;
  font-weight: 600;
  padding-right: 10px;
}

.hight-light-text {
  color: var(--carmy-dark-clr) !important;
  font-weight: bold;
}

.info-thankyou-box {
  background-color: #fff;
  padding: 15px 10px;
  max-width: 170px;
  border-radius: 8px;
  border: 1px solid #dddddd7d;
  font-weight: 800;
}

#vehicle-image{
  margin-top: -2rem;
}

/* Change the background and text color of highlighted options */
.select2-container--default .select2-results__option--highlighted {
  background-color: #f36d3e !important;
  color: white !important;
}

.btn.btn-primary {
  /* background: #f36d3e !important; */
  background: var(--autolog-primary-clr) !important;
  text-transform: uppercase;
  color: #fff !important;
  padding: 10px 20px;
  font-weight: 600;
  border: none !important;
  /* margin: 0 auto; */
  border-radius: 8px;
  min-height: 40px;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
#body_type:focus,#fuel_type:focus{
  border-color: #dee2e6 !important;
}
.main-area {
  /* min-height: 85vh; */
  min-height: 80vh;
}

footer {
  background: var(--carmy-body-bg);
  /* padding: 20px 70px; */
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.copyright span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.ft-links a {
  color: #000;
  font-size: 16px;
  margin-left: 40px;
}

.text-with-select {
  font-size: 1.2em;
  position: relative;
  margin-bottom: -1px;
  padding: .6em .6em .6em .6em;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  z-index: 2;
  border: 1px solid #f36d3e;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
}

.tires-search-area {
  /* background-color: #fff; */
  background-color: #f9f9f9;
  padding: 15px;
}

.revise-search {
  display: flex;
  gap: 20px;
  background-color: #f0f0f0;
  padding: 10px;
  align-items: center;
}

.search-condition {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}

.selection-area {
  background: var(--carmy-light-clr);
  padding: 40px;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 20%);
}

.required-item {
  font-size: 20px;
  color: #f36d3e;
}

.selection-with-img {
  align-items: center;
}

.selection-image {
  max-width: 100%;
  filter: blur(5px);
  opacity: .5;
}

.emp-option {
  color: #f36d3e;
  font-size: 30px;
  font-weight: 900;
}

.revise-button button {
  /* color: #f36d3e; */
  color: blue;
  font-size: 16px;
  padding: .4em 1em .4em 1em;
  /* background-color: white; */
  /* border: 1px solid #f36d3e; */
  border: none;
  font-weight: 500;
  text-decoration: underline;
}

.revise-button {
  color: rgb(231, 19, 26);
  min-width: 200px;
  max-width: 200px;
}

.tires-data-show {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tires-name-size {
  display: flex;
  align-items: center;
  gap: 10px;
}

.choose_diff_tire {
  font-size: 13px !important;
}

.selection-dropdowns {
  border: 1px solid #dedede;
}

.selection-dropdowns {
  /* padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      padding-right: 10px;
      padding-left: 10px; */
  padding: 0 !important;
}

.tires-search-area {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.tire-fetch img {
  max-width: 100%;
  width: 200px;
}

.tire-fetch {
  text-align: center;
}

.multiselect-dropdown-custom-width .select2-container {
  width: 100% !important;
}

.warranty-with-tire-box {
  padding: 10px;
}

.warranty-box {
  border: 1px solid #dedede;
  padding: 1rem;
  height: 100%;
  max-height: 300px;
  overflow-y: auto;
}

.border-pad-right {
  padding-right: 0 !important;
}

.border-pad-left {
  padding-left: 0 !important;
}

.checkout-btn {
  border-radius: 0 !important;
  width: 100%;
}

.brand-tire-logo {
  width: 50%;
  mix-blend-mode: multiply;
}

.tab-box {
  border: 1px solid #dedede;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.nav-tabs .nav-link:hover {
  color: #f36d3e !important;
}

.tires-tab .nav.nav-tabs .nav-item .nav-link.active {
  color: white !important;
  background-color: #f36d3e;
  text-decoration: #ffffff;
}

.tires-tab .nav.nav-tabs .nav-item .nav-link.active:after {
  box-shadow: none !important;
  background: transparent !important;
}

.tires-tab .nav.nav-tabs {
  margin-bottom: 0 !important;
}

.tire-specs-tab b {
  text-decoration: underline;
}

.pagination .page-item.active .page-link {
  background: #f36d3e !important;
}

.price-range {
  font-size: 24px;
  color: #f36d3e;
}

.collapse-header a {
  color: #f36d3e !important;
  width: 100%;
  display: block;
}

.collapse-down {
  color: #f36d3e;
}

.fa-chevron-right,
.fa-chevron-down {
  color: var(--carmy-dark-clr);
}

.custom-panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quote-switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.custome-toggle-header a {
  color: #000;
}

.panel-collapse p {
  margin-bottom: 10px;
}

.panel-sides {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.required-services-area {
  display: flex;
  justify-content: space-between;
}

.required-services-area h4,
.required-services-area h5 {
  margin-bottom: 0 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #f36d3e;
}

input:focus+.slider {
  box-shadow: 0 0 1px #f36d3e;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-merge {
  display: flex;
  gap: 0px;
  align-items: center;
}

.toggle-price-area,
.toggle-area {
  width: 105px;
}

.emp-btn {
  line-height: 20px !important;
}

.toggle-price-area {
  text-align: right;
}

.panel-sides h2 {
  color: #f36d3e;
}

.payment-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn.btn-outline-theme {
  background: transparent !important;
  color: var(--autolog-primary-clr);
  padding: 10px 20px !important;
  border-radius: 8px;
  border-color: var(--autolog-primary-clr);
  border: 2px solid var(--autolog-primary-clr);
  font-weight: 600;
  text-transform: uppercase;

}

.filter-form {
  padding: 0 !important;
}

.clear-btn-container {
  text-align: right;
}

.clear-btn {
  /* border: 1px solid #f36d3e; */
  border: none;
  text-decoration: underline;
  /* color: #f36d3e; */
  color: blue;
  border-radius: 4px;
  padding: 5px;
  background: transparent;
}

.multiselect-dropdown-custom-width .select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #f36d3e !important;
  color: #f36d3e !important;
}

.multiselect-dropdown-custom-width .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-selection__clear {
  color: #f36d3e !important;
}

.multiselect-dropdown-custom-width .select2-search.select2-search--inline input::placeholder {
  color: #f36d3e !important;
  font-size: 16px !important;
}

.select2-results__option {
  font-size: 14px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-size: 14px !important;
}

/*Start Price Input*/
.price-input {
  width: 100%;
  display: flex;
  margin: 15px 0 25px;
  padding: 0 10px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 35px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #f36d3e;
  -moz-appearance: textfield;
  font-size: 12px;
}

.range-input input::placeholder {
  font-size: 14px !important;
  color: #f36d3e;
  color: #f36d3e;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.custom-slider.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  margin: 0 10px;
}

.custom-slider.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #f36d3e;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #f36d3e;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #f36d3e;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-range-btn {
  background: transparent !important;
  color: #F36D3E;
  padding: 5px !important;
  border-radius: 4px;
  border-color: #F36D3E;
  border: 1px solid #F36D3E;
  width: 100%;
  text-align: left;
}

.custom-slider:before {
  background: transparent !important;
}

.range-list {
  margin-bottom: 10px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  right: 10px;
  position: absolute;
  top: 50%;
}

.dropdown-toggle::after {
  display: none !important;
  content: "" !important;
}

/*End Price Input*/
.tyre-oder {
  background-color: #f36d3e;
  color: white;
  border: transparent !important;
  width: 100%;
  border-radius: 4px;
  padding: 0.5rem 1rem;
}

.order-container {
  /* box-shadow:0 4px 20px -2px rgba(0,0,0,0.1); */
  /* background-color: #ffffff; */
  background-color: #f9f9f9;
  margin-top: 2.5rem;
  padding: 1rem;
}

.sorting-tire {
  align-items: center;
}

.sorting-tire h3 {
  margin-bottom: 0;
}

#tiresizearea {
  display: none;
}

.selection-image-tire {
  max-width: 100%;
}

/* .season-with-tire{
      margin-top: 2rem;
    } */
.tires-with-details {
  padding: 2rem 0;
}

.price-with-toggle {
  display: flex;
  gap: 70px;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  display: inline-block;
  width: 20px;
}

/*Dropdown Icon*/
/* Custom arrow icon for the select2 element */
.multiselect-dropdown-custom-width .select2-container--default .select2-selection--multiple {
  position: relative;
}

.multiselect-dropdown-custom-width .select2-container--default .select2-selection--multiple::after {
  content: '\25BE';
  /* Unicode for downward arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 15px;
  color: #f36d3e;
}

.custom-drop-icon::after {
  content: '\25BE';
  /* Unicode for downward arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 15px;
  color: #f36d3e;
}

/* Class to hide the custom icon */
.multiselect-dropdown-custom-width .select2-container--default.icon-hidden .select2-selection--multiple::after {
  content: none;
}

/*Dropdown Icon*/
.image-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.image-header-area {
  width: 10%;
}

.nameandtire {
  display: flex;
  /* gap: 10px;
    align-items: center; */
  flex-direction: column;
}

/*Carousel*/
/* .carousel-row{
    content: "";
    display: table;
    clear: both;
    margin: 1.5rem !important;
  } */
.column {
  float: left;
  /* width: 20%; */
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 1rem;
}

.main-page-slider-bottom {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: black; */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  flex-grow: 2;
  text-align: center;
  position: relative;
  min-height: 477px;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prev {
  left: 0 !important;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev,
.next {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  /* top: 0; */
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-images-bottom {
  display: flex !important;
}

#tiresrym .modal-dialog {
  max-width: 750px !important;
}

.modal-tire .modal-title {
  color: white !important;
}

.close {
  border-radius: 37px !important;
}

button.close {
  border: 0;
  appearance: none;
}

.modal-header .close {
  margin: -2rem -2rem -2rem auto !important;
}

.modal .modal-header .close {
  padding: .2rem .62rem;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  opacity: 1;
  transition: all .23s ease .1s;
  position: relative;
  transform: translate(8px, -2px);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #22292f;
  text-shadow: 0 1px 0 #fff;
}

.main-image {
  text-align: center;
  margin-bottom: 20px;
}

.main-image img {
  /* width: 100%; */
  /* max-width: 500px; */
  height: auto;
}

.carousel-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.carousel-row img {
  /* width: 100%; */
  cursor: pointer;
}

.slick-slide {
  margin: 0 10px;
}

.carousel-slider.slick-initialized.slick-slider.slick-dotted {
  width: 100%;
  max-width: 100%;
  margin-top: 1.5rem;
}

.mySlides img {

  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: inherit !important;

}

.modal-tire .modal-body {
  max-height: 700px;
  overflow-y: auto;
}

.modal-tire .modal-dialog {
  max-width: 700px !important;
}

.images-contain-modal-bottom {
  /* width: 100px;
      height: 100px;
      margin: 0 auto; */
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #f36d3e;
  border-radius: 5px;
}

.images-contain-modal-bottom img {
  /* width: 100%;
      height: 100%; */
  height: auto;
  width: 100%;
  padding: 0;
  max-width: initial;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

/*Carousel*/
.qoute-form-fields {
  border: 1px solid #F36D3E !important;
  border-radius: 5px !important;
}

.custom-select-2 .select2-container .select2-selection--single {
  height: 46px !important;
}

.custom-select-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px !important;
}

.custom-select-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px !important;
}

.qoute-form-fields {
  width: 95% !important;
}

.contact-method .select2.select2-container.select2-container--default {
  width: 95% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.scenario-setup {
  margin-top: -5.5rem;
}

.label-margin {
  margin-top: 3px;
}

.kms-field {
  width: 100% !important;
}

/* .save-quote-btn{
    line-height: 40px !important;
  } */
.price-summary {
  margin: 1.5rem 0;
}

.price-summary h1 {
  margin-bottom: 1rem;
}

.border-line,
.item-with-value {
  border-bottom: 1px solid lightgray;
}

.item-with-value {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.weekly-wrap {
  justify-content: start !important;
}

.weekly-wrap .term-dropdown {
  max-width: 34% !important;
}

.weekly-wrap .payment-dropdown {
  max-width: 45% !important;
}

.send-mail button {
  width: 100%;
}

.form-quote {
  margin-bottom: 2rem;
}

.email-quote {
  text-align: center;
  margin: 2.5rem;
}

.filters-area {
  justify-content: center;
  margin-top: 1rem;
}

.reviews-detail {
  padding: 1rem;
  border-bottom: 1px solid lightgray;
}

.tab-box .nav-link {
  text-align: center;
}

.outer-star,
.mark-star {
  color: #F36D3E;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c5c5c5;
}

.tire-secongimg {
  margin-left: -4rem;
}

/* .province-list .select2.select2-container.select2-container--default{
    width: 86% !important;
  } */
.province-list .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.rebates-area {
  background-color: #213D4E;
  text-align: center;
  color: white;
  padding: 5px;
  margin-bottom: 0.2rem;
}

.rebates-area h2 {
  color: white;
  text-decoration: underline;
}

.rebates-area p {
  margin-bottom: 0;
}

.offer-terms {
  display: flex;
  flex-direction: column;
}

.offer-terms a {
  color: white;
  text-decoration: underline;
}

/*Progress Bar*/
.progressbar {
  margin: 50px 0 50px 0;
  counter-reset: step;
  padding-left: 0 !important;
}

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #2c2c2c;
  /* olor: #f36d3e; */
  font-weight: 600;
}

.progressbar li:before {
  width: 15px;
  height: 15px;
  content: '';
  line-height: 30px;
  border: 2px solid #EBEBEB;
  background-color: #EBEBEB;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  transition: all .8s;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #EBEBEB;
  top: 7px;
  left: -50%;
  z-index: -1;
  transition: all .8s;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active:before {
  border-color: #f36d3e;
  background-color: #f36d3e;
  transition: all .8s;
}

.progressbar li.active:after {
  background-color: #f36d3e;
  transition: all .8s;
}

/*Progress Bar End*/
.panel-image {
  max-width: 100%;
  width: 150px;
  height: 150px;
}

.panel-collapsed-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.required-services-area h5,
.toggle-price-area b,
.qty_calc_amount {
  font-size: 18px;
}

.item-with-value h5 {
  font-size: 18px;
  font-weight: 700;
}

.bottom-payment-area {
  color: #f36d3e;
}

.bottom-payment-area h2 {
  color: #f36d3e;
}

.bottom-payment-area h5 {
  color: #f36d3e;
}

.step-4-tire-img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 230px !important;
  cursor: pointer !important;
  mix-blend-mode: multiply !important;
  margin-top: 20px !important;
  /* filter: brightness(0) invert(1); */
}

.step-3-tire-img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 230px !important;
  cursor: pointer !important;
  mix-blend-mode: multiply !important;
  margin-top: 20px !important;
  /* filter: brightness(0) invert(1); */
}

.disclaimer-bottom {
  margin-bottom: 0;
  /* color: blue; */
}

/* .save-quote-btn{
    line-height: 40px;
  } */
.payment-description {
  font-size: 15px;
}

.main-tire-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

.information-page-notes {
  min-height: 137px;
}

.payment-option {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.back-to-home {
  width: 200px;
}

.unavialable-contain>* {
  padding: 0;
}

.compare-tire {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 7px;
}

.compare-tire h5 {
  text-transform: uppercase;
  margin: 0;
}

.compare-tire h4 {
  color: #f36d3e;
  margin: 0;
}

.compare-tire small {
  color: #000;
}

.tire-loader-image {
  width: 40px;
  height: 40px;
}

.tire-compare-flex {
  gap: 10px;
  position: relative;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #d1d1d1;
}

.compare-cancel {
  position: absolute;
  right: 10px;
  top: 0;
}

.compare-cancel i {
  color: #f36d3e;
  cursor: pointer;
}

.compare-btn button {
  background-color: #f36d3e;
  color: white;
  border: none;
  cursor: pointer;
  padding: 8px 20px;
}

.no-tire-flex {
  gap: 10px;
  opacity: 0.5;
}

.no-tire-compare {
  display: none;
}

#s-compare-box,
#f-compare-box {
  display: flex;
}

#firstcompair,
#second-compair {
  border-style: none solid none none;
  border-width: 1px;
  border-color: #d1d1d1;
  min-height: 80px;
}

.revise-button-compare button {
  background: transparent;
  border: 1px solid #f36d3e;
  color: #f36d3e !important;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  padding: .4em 1em .4em 1em;
}

.selected-tire-compare {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.selected-compare-box {
  border: 1px solid #dedede;
}

.individual-compare-box {
  border: 1px solid #dedede;
  /* max-width: 300px;
    width: 300px; */
  text-align: center;
  position: relative;
}

/* .first-compare-tire-box, .second-compare-tire-box, .third-compare-tire-box{
    width: 30%;
  } */
.first-compare-tire-box,
.second-compare-tire-box,
.third-compare-tire-box {
  box-sizing: border-box;
  /* Ensure proper padding and margin calculation */
  transition: width 0.3s ease;
  /* Smooth width transition */
}

.further-data {
  display: flex;
  gap: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.title-compare-tire-box {
  width: 10%;
}

.inner-data-boxes {
  width: 80%;
  display: flex;
}

.first-inner-compare-box,
.second-inner-compare-box,
.third-inner-compare-box {
  width: 33%;
}

/* .first-inner-compare-box small, .second-inner-compare-box small, .third-inner-compare-box small{
    border-bottom: 1px dashed gray;
  } */
.bottom-line {
  width: 90% !important;
  margin: 0 auto;
  width: 90% !important;
  border-top: 1px solid gray;
}

.title-compare-tire-box h4 {
  font-size: 18px;
}

.table-selected-box {
  padding: 2rem;
}

#compare-table {
  margin: 0;
  border-top: none;
  table-layout: fixed;
  min-width: 30em;
  background: none;
  font-size: 2em;
  color: #2f2f2f;
  width: 100%;
  border: none;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: baseline;
}

#compare-table tbody {
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  background: none;
  float: none;
  -webkit-text-size-adjust: 100%;
}

#compare-table tbody .no-value {
  width: 7em;
  min-width: 7em;
  vertical-align: middle;
}

#compare-table tbody .no-value h4 {
  font-weight: 800;
}

#compare-table tbody th {
  padding: .6em .6em .6em .6em;
}

#compare-table tbody td {
  padding-bottom: 0;
  padding-top: 0;
  vertical-align: middle;
  background: none;
  padding: .2em .6em .2em .6em;
  word-break: normal;
}

#compare-table tbody td.td-center {
  text-align: center;
}

#compare-table tbody td .brand-tire-logo {
  width: auto;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

#compare-table tbody td.td-left {
  text-align: left;
}

.bb-bottom {
  border-bottom: 1px solid #d1d1d1;
}

.table-selected-box {
  padding: 2.4em 2.4em 2.4em 2.4em;
  border: 1px solid #d1d1d1;
  overflow: auto;
}

#compare-table tbody td small {
  font-size: 14px;
  color: #2F2F2F;
}

#compare-table tbody th h4 {
  font-size: 15px;
  margin: 0;
}

#compare-table tbody td a {
  font-size: 16px;
}

.scroll-message {
  background: #f0f0f0;
  font-size: 16px;
  line-height: 1.4;
  clear: both;
  position: relative;
  width: 100%;
  margin: .6em 0em 0em 0em;
  padding: .6em 1.2em .6em 1.2em;
  display: block;
  text-align: center;
}

.scroll-message i {
  color: #f36d3e;
}

#compare-container {
  margin: 0 15px;
}

.limit-reached {
  box-shadow: 0 0.5rem 1rem rgba(34, 41, 47, 0.15) !important;
  background-color: white;
  padding: 10px;
  position: relative;
  margin-top: 10px;
}

.limit-reached::after {
  border-bottom-color: white !important;
  left: 80px;
  content: "";
  position: absolute;
  border: 15px solid transparent;
  border-top: 0;
  top: -12px;
}

.rebates-area p {
  font-size: 16px;
}

.mbl-check-compare {
  display: none;
}

.dynamic-compare-tire .fa-xmark {
  border: 1px solid #f36d3e;
  width: 44px;
  height: 40px;
  padding: 10px;
}

.col_0 h6,
.col_1 h6,
.col_2 h6 {
  margin-bottom: 0;
}

/* #compare-table tbody td h1, #compare-table tbody td h2, #compare-table tbody td h3, #compare-table tbody td h4, #compare-table tbody td h5, #compare-table tbody td h6, #compare-table tbody td small{
    font-size: 14px;
    color: #2F2F2F;
  } */
/*Instant Approval Flow Star*/
.approval-bar li {
  width: 20%;
}

.action-btns-bottom {
  gap: 15px;
}

.province-name {
  display: flex;
  gap: 10px;
  /* justify-content: center; */
  color: white;
  align-items: center;
  width: max-content;
  /* background-color: #fff3ef; */
  background-color: var(--autolog-primary-clr);
  border-radius: 30px 0 0 30px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-weight: 500;
}

.province-name h3 {
  color: white;
  margin: 0;
  font-size: 16px;
}

.province-nm h3 {
  color: var(--autolog-primary-clr);
  font-weight: 700;
  margin: 0;
  font-size: 16px;
}
.province-nm {
  display: flex;
  gap: 10px;
  /* justify-content: center; */
  color: var(--autolog-primary-clr);
  align-items: center;
  width: max-content;
  border-radius: 30px 0 0 30px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-weight: 500;
}

.my-button {
  color: #374151;         
  font-size: 0.875rem;     
  font-weight: 500;       
 
}

.my-btn:hover {
  color: #f97316 !important;     
}
.theme-color {
  color: var(--autolog-primary-clr);
}
.province-name i {
  font-size: 20px;
}

.license-plate-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.border-action{
  background-color: #f97316;
  height: 1px;
   border: none; 
}

.vehicle-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  flex: 1;
  min-width: 200px;
}

.license-plate-section {
  margin-bottom: 25px;
  padding: 20px;
  background-color: #f5f9ff;
  border-radius: 8px;
  border: 1px solid #d1e3ff;
}

.license-plate-info {
  font-size: 0.9em;
  color: #666;
}

.contain-service {
  /* background-color: white; */
  background-color: White;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  align-items: center;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  /* height: 100%; */
  /* min-height: 115px; */
  margin: 10px 0;
  /* max-width: 49%; */
  width: 100%;
}

.contain-service:hover {
  /* border: 1px solid #F36D3E; */
  border: 1px solid var(--autolog-primary-clr);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
  transition: all 0.4s ease;
}

.contain-service:hover .service-icon-bg {
  /* background-color: #F36D3E; */
  background-color: var(--carmy-dark-clr);
}

.contain-service:hover .service-icon-bg i {
  color: white;
}

.icon-with-sn {
  display: flex;
  gap: 10px;
}

.icon-with-sn i {
  /* color: #F36D3E; */
  color: var(--carmy-dark-clr);
  font-size: 20px;
}

.icon-with-sn h6 {
  font-size: 18px;
}

.icon-with-sn p {
  color: gray;
}

/* Hide the default checkbox */
.custom-checkbox input {
  display: none;
}

/* Style the custom checkbox */
.custom-checkbox span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  /* border: 2px solid #F36D3E; */
  border: 2px solid var(--carmy-dark-clr);
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  transition: background-color 0.1s, border-color 0.1s;
  cursor: pointer;
}

/* Add a white checkmark */
.custom-checkbox span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20%;
  width: 10px;
  height: 5px;
  border: solid #fff;
  border-width: 2px 2px 0px 0px;
  transform: scale(0) rotate(45deg) translate(-50%, -50%);
  transition: transform 0.1s;
}

/* //////// */

/* Hide the default checkbox */
.update-custom-checkbox input {
  display: none;
}

.update-custom-checkbox span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff !important;
  border: 2px solid #F36D3E ;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  transition: background-color 0.1s, border-color 0.1s;
  cursor: pointer;
}

.update-custom-checkbox span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20%;
  width: 10px;
  height: 5px;
  border: solid #F36D3E !important;
  border-width: 2px 2px 0px 0px !important;
  transform: scale(0) rotate(45deg) translate(-50%, -50%);
  transition: transform 0.1s;
}
.update-Easy-PayMonthly{
  color: #F36D3E;
  font-size: 18px;
  font-weight: 500;
}
.update-custom-checkbox input:checked+span::after {
    transform: scale(1.3) rotate(120deg) translate(-50%, -50%);
}
.updated-payment-heading{
border-bottom: 1px solid #eee !important;
padding-bottom: 0 !important;
margin: 15px 0 !important;
}
.update-payment-container{
 min-width: 255px;
 padding: 15px !important;
 }
 .update-payment-container h3{
  border-bottom: none !important;
 }
 .update-save-quote{
background: #fff !important;
text-transform: uppercase;
color: #f36d3e !important;
padding: 10px 20px!important;
font-weight: 600 !important;
border: 1px solid #f36d3e !important;
border-radius: 8px;
min-height: 40px;
 }
 .featured-contain-service{
  padding: 5px 10px !important;
 }
 .featured-contain-service .main_section {
  /* min-height: 115px; */
  min-height: 65px;
  align-items: center;
 }
 .featured-contain-service .main_section p{
  margin: 0  !important;
 }
 .featured-labels{
  width:100%;
  min-height: 50px;
  align-content: center;
  font-size: 16px;
 }
 .featured-group-header{
  padding: 0 15px !important;
 }
 .featured-update-text{
  max-width: 80%;
  margin: 10px auto;
 }
/* //////// */
.update-roadside-heading {
  display: flex;
  gap: 5px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.update-roadside-heading .updated-heading {
  font-size: 16px;
  color: #6b7280;
}

.optional_services_font_color {
  color: #f36d3e;
  font-size: 14px;
}

/* Change background color when checked */
.custom-checkbox input:checked+span {
  background-color: #F36D3E;
  border-color: #F36D3E;
  background-color: var(--carmy-dark-clr);
  border-color: var(--carmy-dark-clr);

}

/* Show the checkmark when checked */
.custom-checkbox input:checked+span::after {
  transform: scale(1.3) rotate(120deg) translate(-50%, -50%);

}

.dashed {
  border-bottom: dashed 1px #000000;
}

.serive-edit {
  display: flex;
  align-items: center;
  gap: 20px;
}

.serive-edit-btn {
  color: #F36D3E;
}

.serive-edit p,
.serive-edit a,
.car-and-year p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

#service_comment::placeholder {
  /* color: #F36D3E; */
  font-size: 20px;
  font-weight: 500;
}

.field_short input,
.field_full input,
.field_row select {
  width: 100%;
  font-size: 14px;
  color: #3a3a3a;
  padding: 18px 15px;
  border-radius: 4px;
  border: 1px solid #a3a3a3;
}

.skip_cont a {
  text-decoration: none;
  background: #F56F36;
  color: #fff;
  padding: 8px 20px;
  min-width: 170px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
}

.works-guide {
  color: #f36d3e;
}

.pre-approval h4 {
  margin: 1rem 0;
}

.process-loan h4,
.pre-approval h4 {
  font-size: 20px;
}

.pre-approval-title,
.document-type-para {
  color: #F36D3E;
}

.process-loan small,
.pre-approval small {
  font-size: 16px;
  color: #000000;
}

.estimates-breaker {
  border-top: 3px solid gray;
  width: 95%;
  margin: 10px auto;
}

.estimate-heading {
  color: #F36D3E !important;
}

.pre-approval-invoice-amount input {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}

.invoice-amount-heading {
  margin-top: 0 !important;
  font-size: 18px !important;
}

#emp_monthly_text {
  font-size: 16px;
  color: #F56F36;
}

.document-approval-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 0 10px;
}

.btn-primary {
  background: var(--autolog-primary-clr) !important;
  padding: 8px 15px;
  border-radius: 37px;
}

.btn-outline-theme {
  background: transparent !important;
  padding: 8px 15px;
  border-radius: 37px;
  border-color: var(--autolog-primary-clr);
  text-transform: capitalize;
  border: 2px solid var(--autolog-primary-clr);
  color: var(--autolog-primary-clr);
}

.btn-outline-theme:hover {
  color: white !important;
  background: var(--autolog-primary-clr) !important;
  text-decoration: none;
  border: none;
}

.btn-primary:hover {
  /* color: #F36D3E !important; */
  color: var(--autolog-primary-clr) !important;
  background-color: #fff !important;
  border: 2px solid var(--autolog-primary-clr) !important;
  text-decoration: none;
}

.upload-instant-flow-document h5 {
  margin-bottom: 6px;
}

.upload-instant-flow-document h5 span {
  color: #f56f36;
}

.single_uplaod {
  position: relative;
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #c5c5c5;
}

.single_uplaod input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.text-icon-flex {
  display: flex;
  justify-content: space-between;
}

.single_uplaod .fa-check {
  background: green;
  color: white;
  padding: 3px;
  border-radius: 10px;
}

.doc-upload-img {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 100px !important;
}

.single_uplaod label {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 0;
}

.uplaod_links.withSkip {
  align-items: flex-start;
}

.uplaod_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.skip_cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-items: flex-end;
  margin-top: 10px;
  justify-content: center;
}

.skip_cont input {
  text-decoration: none;
  background: #F56F36;
  color: #fff;
  padding: 8px 20px;
  min-width: 170px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
}

.skip_cont button {
  text-decoration: none;
  background: #F56F36;
  color: #fff;
  padding: 8px 20px;
  min-width: 170px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
}

.bank-plaid-box {
  display: flex;
  border: 2px solid black;
  padding: 25px 15px;
  align-items: center;
  margin-top: 20px;
}

.left-sec {
  width: 70%;
}

.bank-plaid-box h6 {
  font-size: 20px;
  color: black;
}

.bank-plaid-box p {
  color: #8d8b8b;
}

.right-sec {
  width: 30%;
  text-align: center;
}

.or-section {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}

.select-bank-info {
  padding: 0;
  text-align: right;
}

.select-bank-info a {
  font-size: 16px !important;
  color: #7c7cff;
  margin-left: 20px;
}

.data-label-checked {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.order-input.dateInput {
  background: #fff;
  border: 1px solid #70707059;
  border-radius: 37px;
  display: flex;
  flex-wrap: wrap;
}

.order-input.dateInput input {
  border: none;
  width: calc(100% - 35px);
  background: none;
  font-size: 12px;
  color: #000;
  padding: 5px 8px;
  border-radius: 37px 0 0 37px;
}

.order-input.dateInput>span {
  background: #000;
  width: 35px;
  border-radius: 0 37px 37px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-input.dateInput>span img {
  filter: brightness(0) invert(1);
  max-width: 10px;
}

.order-input {
  margin-bottom: 14px !important;
}

.order-input {
  position: relative;
}

.appointment-date-selector {
  max-width: 50%;
  margin: 0 auto;
}

.main_section {
  cursor: pointer;
}

/* .main-loader {
  background: gray;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
} */

.choose-heading {
  color: #002C46;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

.emp-heading {
  color: #FF6B33;
  font-size: 18px;
  font-weight: 700;
}

.emp-col {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.credit-check {
  margin-top: 1rem;
}

.money-card {
  display: flex;
  gap: 20px;
  align-items: center;
}

.card-heading {
  color: #002C46;
  font-size: 18px;
  font-weight: 700;
}

.image-prop {
  width: 65px;
}

.text-space {
  width: 75%;
}

.image-space {
  width: 25%;
}

.o-percent {
  height: 65px;
}

.check-prop {
  width: 70px;
}

.quote-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.emp-mark {
  display: flex;
  gap: 10px;
  align-items: center;
}

.emp-mark p {
  color: #002C46;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.emp-mark small {
  color: #FF6B33;
  font-weight: 500;
}

.why-need {
  padding: 30px 5px;
  background-color: var(--carmy-body-bg);
}

.why-need h3 {
  color: var(--carmy-dark-clr);
}

.why-information,
.why-need {
  border: 1px solid #e0e0e0;
}

.select-service {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.need-instruction {
  padding: 5px;
  border: 1px solid #FF6B33;
}

.instruction-area {
  display: flex;
  gap: 15px;
  align-items: center;
}

.instruction-area h3,
.instruction-area h4 {
  margin-bottom: 0;
}

.need-instruction p {
  font-size: 16px;
  margin-bottom: 0 !important;
}

.instruction-area p {
  margin-bottom: 0;
}

.appointment-preference {
  padding: 40px !important;
}

.virtual-team {
  font-size: 20px;
}

.contact-information {
  max-width: 97% !important;
  margin: 0 auto;
  padding: 40px 20px;
}

.service-error {
  color: red;
  text-align: center;
  display: none;
}

.contain-service:has(input[type="checkbox"]:checked) {
  /* border: 1px solid #f36d3e; */
  border: 1px solid var(--autolog-primary-clr);
  /* Your desired border color */
}

.interested-emp {
  color: #f36d3e;
  font-size: 17px;
  font-weight: 500;
  margin-left: 2px;
}

/*Instant Approval Flow End*/
/*Media Queries*/
@media only screen and (max-width:500px) {
  .approval-bar li {
    font-size: 12px !important;
    font-weight: 500;
  }

  .approval-bar {
    margin: 50px 25px 50px 0px;
  }
}

@media only screen and (min-width:1200px) {
  #scroll-section {
    display: none;
  }
}

@media only screen and (min-width:768px) {
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end !important;
  }

  .step-4-tire-flex {
    display: block;
  }

  /* .why-need{
        width: 95%;
      } */
}

@media only screen and (min-width:1200px) {
  .filter-container-width {
    max-width: 1350px !important;
  }
}

@media only screen and (max-width:767.98px) {
  .shopping-navbar li {
    margin: 8px 0;
  }

  .panel-sides h2 {
    font-size: 18px;
  }

  .border-pad-right {
    padding-right: 14px !important;
    margin-bottom: 1rem;
  }

  .border-pad-left {
    padding-left: 14px !important;
  }

  .revise-search,
  .tires-data-show,
  .tires-name-size,
  .province-area {
    flex-wrap: wrap;
  }

  .footer-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ft-links a {
    margin-left: 0;
  }

  .selection-area {
    padding: 40px 10px;
  }

  .emp-option {
    font-size: 20px;
  }

  .image-header-area {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .nameandtire,
  .image-header {
    display: block;
  }

  .email-quote {
    margin: 1rem 0;
  }

  .form-quote,
  .mbl-sapcing {
    padding: 0 1rem !important;
  }

  .qoute-form-fields {
    width: 100% !important;
  }

  .contact-method .select2.select2-container.select2-container--default {
    width: 100% !important;
  }

  .area-tire {
    display: flex;
    /* margin-left: -3rem; */
    margin-left: inherit;
  }

  .scenario-setup {
    margin-top: inherit;
  }

  .payment-btns {
    flex-wrap: wrap;
  }

  .checkout-area h1 {
    font-size: 20px;
  }

  .tires-name-size h2,
  .season-with-tire h3 {
    font-size: 20px;
  }

  /* .custom-panel-heading{
      flex-wrap: wrap;
      gap: 15px;
    } */
  .panel-collapsed-inner {
    flex-wrap: wrap;
  }

  .custom-panel-heading {
    flex-direction: column !important;
    align-items: baseline;
  }

  .toggle-merge,
  .price-with-toggle {
    align-items: center !important;
    width: 100% !important;
    justify-content: space-between !important;
  }

  .main-tire-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .main-tire-inner {
    flex-wrap: wrap;
  }

  .required-services-area h4 {
    font-size: 20px;
  }

  .tires-search-area h1 {
    font-size: 26px;
  }

  .progressbar li {
    font-size: 14px;
    font-weight: 500;
  }

  .province-list .select2.select2-container.select2-container--default {
    width: 100% !important;
  }

  .tires-main {
    font-size: 28px;
  }

  .payment-option {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .mbl-detail .col-3 {
    padding-left: 0 !important;
  }

  .row.selection-with-img .col-3 {
    padding-right: 0 !important;
    /* padding-left: 5px !important; */
  }

  .row.selection-with-img .col-8 {
    padding: 0 !important;
  }

  .revise-button button {
    padding: 0;
  }

  .filters-selections {
    padding: 1rem !important;
  }

  .rebates-area h2 {
    font-size: 16px;
  }

  .rebates-area {
    padding: 10px;
  }

  .tires-area-mbl-pad {
    padding-left: 14px;
    padding-left: 14px;
    margin-top: 1rem;
  }

  .calc-div {
    margin-top: 1rem;
  }

  .tires-pagination {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
  }

  .tires-pagination ul {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }

  .mbl-pad-zero {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .unavialable-contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  #compare-table tbody .no-value {
    width: 5em;
    min-width: 5em;
    vertical-align: middle;
  }

  #compare-table tbody th {
    padding: .6em 0 .6em 0;
  }

  #compare-table tbody td {
    padding: .2em 10px .2em 10px;
  }

  #compare-table tbody th {
    text-align: left !important;
  }

  #compare-table tbody th h4 {
    text-align: left !important;
  }

  .mbl-selection-area {
    margin: 1rem auto !important;
  }

  .blue-selection-area {
    max-width: 370px;
  }

  .appointment-date-selector {
    max-width: 100%;
    margin: 0 auto;
  }

  .emp-mark {
    flex-wrap: wrap;
  }

  .quote-check {
    flex-wrap: wrap;
  }

  .mbl-detail .col-3 span {
    font-size: 14px;
  }

  .text-space {
    width: 70%;
  }

  .image-space {
    width: 30%;
  }

  .province-selector-mbl {
    margin: 0 !important;
  }

  .step-label {
    font-size: 10px !important;
  }

  .province-dp h2 {
    font-size: 14px;
  }

  .why-need h3 {
    font-size: 18px;
  }

  .why-need p {
    text-align: justify;
  }

  .province-dp h1 {
    font-size: 18px;
  }

  .selected-vehicle-info {
    flex-wrap: wrap !important;
    display: block !important;
  }
  .location-tag {
    border-radius: 30px !important;
    width: max-content;
}

  .province-name,
  .vehicle-tag {
    border-radius: 30px !important;
  }

  .icon-with-sn h6 {
    font-size: 16px;
  }

  .service-icon-bg {
    padding: 10px 15px;
  }

  #selected-vehicle {
    font-size: 14px;
  }

  .service-title {
    font-size: 1.4rem !important;
  }
  .service-container{
    padding: 10px !important;
  }
  .dropdown_div{
    padding: 0 !important;
  }
  /* footer {
    padding: 20px 15px;
  } */
  .ft-links a {
    /* margin-left: 0; */
    margin: 0 24px;
  }
  .item-title, .main-title {
    font-size: 28px !important;
  }
  .header_social {
    margin-left: 0px;
  }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
  .panel-sides h2 {
    font-size: 18px;
  }

  .border-pad-right {
    padding-right: 14px !important;
    margin-bottom: 1rem;
  }

  .border-pad-left {
    padding-left: 14px !important;
  }

  .footer-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ft-links a {
    margin-left: 0;
  }

  .selection-area {
    padding: 40px 10px;
  }

  .emp-option {
    font-size: 20px;
  }

  .image-header-area {
    width: 50%;
  }

  .nameandtire,
  .image-header {
    display: block;
  }

  .email-quote {
    margin: 1rem 0;
  }

  .form-quote,
  .mbl-sapcing {
    padding: 0 1rem !important;
  }

  .qoute-form-fields {
    width: 100% !important;
  }

  .contact-method .select2.select2-container.select2-container--default {
    width: 100% !important;
  }

  .area-tire {
    display: flex;
    /* margin-left: -3rem; */
    margin-left: inherit;
  }

  .scenario-setup {
    margin-top: inherit;
  }

  .payment-btns {
    flex-wrap: wrap;
  }

  .checkout-area h1 {
    font-size: 26px;
  }

  .custom-panel-heading {
    flex-wrap: wrap;
    gap: 15px;
  }

  .main-tire-inner {
    flex-wrap: wrap;
  }

  .required-services-area h4 {
    font-size: 20px;
  }

  .tires-search-area h1 {
    font-size: 26px;
  }

  .progressbar li {
    font-size: 14px;
    font-weight: 500;
  }

  .province-list .select2.select2-container.select2-container--default {
    width: 100% !important;
  }

  .tires-main {
    font-size: 28px;
  }

  .payment-option {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .row.selection-with-img .col-3 {
    padding-right: 0 !important;
    padding-left: 5px !important;
  }

  .row.selection-with-img .col-8 {
    padding: 0 !important;
  }

  .revise-button button {
    padding: 0;
  }

  .filters-selections {
    padding: 1rem !important;
  }

  .rebates-area h2 {
    font-size: 16px;
  }

  .rebates-area {
    padding: 10px;
  }

  .tires-area-mbl-pad {
    padding-left: 14px;
    padding-left: 14px;
    margin-top: 1rem;
  }

  .calc-div {
    margin-top: 1rem;
  }

  .tires-pagination {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
  }

  .tires-pagination ul {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }

  .tire-secongimg {
    margin-left: -2rem;
  }

  .find-tires {
    margin-top: 2rem;
  }

  .row.filters-area .col-md-2 {
    width: 100%;
    max-width: 100%;
    flex: inherit !important;
  }

  .row.tires-with-details .col-md-4.tire-fetch {
    width: 100%;
    max-width: 100%;
    flex: inherit !important;
  }

  .row.tires-with-details .col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: inherit !important;
  }
}

@media only screen and (min-width:1101px) {
  .tires-area-mbl-pad {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.service-image-contain {
  width: 200px;
}

.service-image-contain img {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width:1100px) {

  .tire-compare-flex,
  #firstcompair,
  #second-compair {
    border: none;
    border-bottom: 1px solid #d1d1d1;
  }

  .sm-compare {
    flex-wrap: wrap;
  }

  #second-compair {
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px 0;
  }

  .compare-btn,
  .last-compare {
    width: 100%;
  }

  .compare-btn button {
    width: 100%;
  }

  .compare-cancel {
    right: -3px;
  }

  #append_tires {
    padding: 0;
  }

  .sm-big-col,
  .sm-small-col {
    padding-right: 0 !important;
  }

  .mbl-check-compare {
    display: block;
  }

  .lg-compare-check {
    display: none;
  }
}

/* #main-loader {
  background-color: rgb(217, 221, 220) !important;
  opacity: 0.8 !important;
} */

/*Parts Tech Progress Bar Start*/
.tech-progress-bar {
  margin: 40px auto 30px;
}

.tech-progress-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.tech-progress-steps::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 5%;
  width: 90%;
  height: 2px;
  /* background-color: #e0e0e0; */
  background-color: var(--autolog-primary-clr);
  z-index: 1;
}

/* .tech-progress-bar::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 5%;
    width: 90%;
    height: 2px;
    background-color: #f36d3e;
    z-index: 1;
} */

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  position: relative;
}

.step-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  /* transition: var(--transition); */
  position: relative;
  color: transparent;
  font-size: 14px;
  font-weight: 600;
}

.step-dot::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--white);
  transition: var(--transition);
}

.step.active .step-dot,
.step.completed .step-dot {
  /* background-color: #f36d3e; */
  background-color: var(--autolog-primary-clr);
}

.step.active .step-dot {
  color: white;
}

.step.active .step-dot::after {
  background-color: transparent;
}

.step:nth-child(1) .step-dot::before {
  content: "1";
}

.step:nth-child(2) .step-dot::before {
  content: "2";
}

.step:nth-child(3) .step-dot::before {
  content: "3";
}

.step:nth-child(4) .step-dot::before {
  content: "4";
}

.step:nth-child(5) .step-dot::before {
  content: "5";
}

.step.completed .step-dot {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step.completed .step-dot::after {
  content: "\f00c";
  /* Font Awesome check mark */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: transparent;
  color: white;
  font-size: 14px;
  width: auto;
  height: auto;
  position: absolute;
  border-radius: 0;
}

/* Hide number for completed steps to show the tick instead */
.step.completed .step-dot::before {
  content: none;
}

.step.active .step-dot,
.step.completed .step-dot {
  z-index: 2;
}

.step.active .step-label,
.step.completed .step-label {
  /* color: #f36d3e; */
  color: var(--autolog-primary-clr);
  font-weight: 600;
}

.step-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
  transition: var(--transition);
  color: var(--autolog-primary-clr);
}

/*Parts Tech Progress Bar End*/
/*Parts Tech Flow Start*/
.blue-selection-area {
  margin-top: 30px;
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  border-left: 4px solid #0066cc;
  border: 1px solid #e0e0e0;
}

.blue-selection-area h3 {
  margin-top: 0;
  color: var(--carmy-dark-clr);
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  gap: 10px;
}

.license-plate-field {
  height: 28px !important;
}

.vehicle-tag {
  background-color: #e6f4ff;
  color: #0078ff;
  border-radius: 0 30px 30px 0;
  padding: 0 15px;
  margin-left: -1px;
}

.vehicle-tag {
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-weight: 500;
  gap: 10px;
}

.selected-vehicle-info {
  display: flex;
  flex-wrap: nowrap;
  /* align-items: center; */
  gap: 0;
  margin-bottom: 15px;
  position: relative;
}

.service-icon-bg {
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  /* background-color: rgba(243, 109, 62, 0.1); */
  background-color: var(--carmy-gray-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}

/* Improved search container styling */
.search-container {
  margin-bottom: 20px;
  width: 100%;
}

.search-input-wrapper {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.search-input {
  width: 100%;
  padding: 12px 20px 12px 45px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.clear-search-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
}

/* Services grid container */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.service-error {
  color: red;
  text-align: center;
  margin: 20px 0;
  display: none;
}

.service-checkbox {
  scale: 1.5;
}

.service-progress {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
}

.service-container {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}



.service-title {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 10px;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.group-card {
  margin-bottom: 20px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  background-color: white;
}

.notes-area {
  padding: 15px;
}

.group-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.group-header {
  padding: 15px;
  /* background: #f8f9fa; */
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.group-header h5{
  font-weight: 600;
}
.maintenance-service-card:has(input[type="checkbox"]:checked) {
    /* border: 1px solid #f36d3e; */
    border: 2px solid var(--autolog-primary-clr);
    border-radius: 8px;
    background-color: var(--autolog-selected-bg);
}
.repair-service-card:has(input[type="checkbox"]:checked) {
    border: 2px solid var(--autolog-primary-clr);
    border-radius: 8px;
    background-color: var(--autolog-selected-bg);
}
.repair-service-card:has(input[type="checkbox"]:checked):hover{
  border: none;
}
.group-title {
  margin: 0;
  font-size: 1.2rem;
  color: #34495e;
  display: flex;
  align-items: center;
}

.group-title input[type="checkbox"] {
  margin-right: 10px;
}

.group-body {
  padding: 15px;
  display: none;
  background: white;
}

.group-body.show {
  display: block;
  animation: fadeIn 0.3s ease;
}

.form-check {
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
}

.form-check:last-child {
  border-bottom: none;
}

.btn-nav {
  /* min-width: 180px; */
  padding: 10px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.service-step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--carmy-gray-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: white; */
  font-weight: bold;
  margin-bottom: 8px;
  /* border: 3px solid white; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.service-step-number.completed {
  /* background: #28a745; */
  background: var(--carmy-gray-bg);
  color: white;
}

/* .service-step-number.completed::after{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: transparent;
    color: white;
    font-size: 14px;
    width: auto;
    height: auto;
    position: absolute;
    border-radius: 0;
} */
/* .service-step-number.completed:hover::after{
  content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: transparent;
    color: white;
    font-size: 14px;
    width: auto;
    height: auto;
    position: absolute;
    border-radius: 0;
} */
.service-step-number.active {
  background: var(--autolog-primary-clr);
  color: white;
}

.service-step-number:hover::after {
  content: attr(data-service-name);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
}

.service-step-number:hover::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  z-index: 10;
}

.service-connector {
  height: 3px;
  background-color: #ddd;
  width: 30px;
  margin: 0 2px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  /* flex-grow: 1; */
}

.service-connector.completed {
  /* background: #28a745; */
  background: var(--carmy-dark-clr);
}

.service-steps-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  margin: 0 auto 30px auto;
  width: auto;
  max-width: 80%;
  /* background-color: #f8f8f8; */
  background-color: var(--carmy-body-bg);
  border-radius: 25px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin: 30px auto !important;
}

.service-step {
  display: flex;
  align-items: center;
  padding: 5px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.no-components {
  color: #6c757d;
  font-style: italic;
  padding: 10px 0;
}

/* #services-container{
      display: flex;
      flex-wrap: wrap;
} */
.vehicle-info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 0;
}

.vehicle-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-dark-gray);
}

.detail-separator {
  color: #666;
  font-weight: 400;
}

.edit-link {
  color: var(--carmy-dark-clr);
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  padding-left: 10px;
}

#vehicle-odometer {
  color: var(--text-light-gray);
  font-weight: 400;
  font-size: 15px;
}

.service-container {
  background: var(--carmy-light-clr);
  padding: 40px;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 20%) !important;
  box-shadow: none;
  border-radius: 12px;
}

hr.separator {
  height: 1px;
  background-color: var(--text-light-gray);
  border: none;
  margin: 20px 0;
}

.service-header h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-dark-gray);
}

.wrap-service-header {
  flex-direction: column;
  align-items: center;
}

.service-estimate-container {
  margin-bottom: 25px;
}

.service-estimate-container div {
  padding: 8px;
  /* border-bottom: 1px solid #f0f0f0; */
}

.service-type-header {
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.service-type-header h3 {
  font-size: 18px;
  color: var(--autolog-primary-clr);
  font-weight: 600;
  font-family: "Bagatela", "ArticulatCF", sans-serif !important;
}

.service-primary {
  margin-bottom: 20px;
  border-left: 4px solid var(--autolog-primary-clr);
  padding-left: 15px;
}

.service-estimate-item {
  display: flex;
  flex-direction: column;
  padding: 20px 0 !important;
  margin-bottom: 25px;
}

.service-name-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}

.service-name-row h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.service-number {
  font-weight: 700;
  color: white;
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--autolog-primary-clr);
  color: white;
  font-size: 14px;
}

.price-avg-text {
  font-size: 16px;
  color: var(--text-dark-gray);
  font-weight: 600;
  white-space: nowrap;
  margin-left: 15px;
}

.service-table tr {
  border-bottom: 1px solid #f0f0f0;
}

.cost-breakdown {
  margin-top: 10px;
  margin-bottom: 20px;
}

.cost-breakdown h4 {
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.breakdown-bar {
  display: flex;
  height: 45px;
  border-radius: 4px;
  overflow: hidden;
  /* margin-bottom: 20px; */
}

.labor-portion {
  background-color: var(--carmy-dark-clr);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 500;
}

.parts-portion {
  /* background-color: #F8AA8A; */
  background-color: #1c2f2fba;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 500;
}
.parts-portion .parts-label{
  white-space: nowrap;
  margin-right: -55px;
  z-index: 1;
}
.labor-portion .labor-label{
  white-space: nowrap;
  margin-left: -65px;
  z-index: 2;
}
.estimated-amount-summary {
  margin-top: 20px;
  padding: 20px;
  /* background-color: #f9f9f9; */
  background: var(--carmy-body-bg);
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.estimated-amount-summary h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
  letter-spacing: 0.5px;
  width: 100%;
}

.price-summary-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.amount-label {
  font-weight: 500;
  color: #666;
}

.amount-value {
  font-weight: 600;
  color: #333;
}

.price-summary-item.total {
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: none;
  padding-top: 15px;
}

.estimate-disclaimer-text {
  margin-top: 15px;
  padding: 12px 15px;
  background-color: #f8f8f8;
  border-radius: 4px;
  /* border-left: 3px solid #666; */
}

.estimate-disclaimer-text p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.estimate-disclaimer {
  font-size: 13px;
  color: var(--text-light);
  margin-top: 20px;
}

.notes-section {
  margin-top: 30px;
}

.notes-section label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--text-dark);
}

.notes-section textarea {
  width: 100%;
  padding: 15px;
  /* border: 1px solid #e0e0e0; */
  border-radius: 4px;
  resize: vertical;
  font-family: inherit;
  min-height: 100px;
  background: var(--carmy-body-bg);
}

.fetch-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 20px;
  flex-direction: column;
}

.need-information {
  color: var(--primary-clr);
}

.update-wheel-Services {
  border: 1px solid var(--primary-clr);
  ;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}

.summary-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-text);
  margin: 0;
  border-bottom: 1px solid #ddd
}

.product-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product-with-image {
  display: flex;
  align-items: center;
  flex: 1;
}

.product-with-image img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.product-name.orange-text {
  color: #000 !important;
  font-weight: 400 !important;
}

.product-meta {
  font-size: 14px;
  color: #989698;
}

/* .service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  margin-bottom: 10px;
  text-align: center; 
  }*/

.update-selection-area {
  box-shadow: none !Important;
  padding: 0 !important;
}

.update-service-header {
  border: 1px solid #F36D3E;
  padding: 20px;
  border-radius: 8px;
}

.service-header-name {
  color: var(--primary-clr);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.subtotal {
  font-weight: 500 !important;
  color: #6b7280 !important;
  font-size: 15px;
  font-weight: 600;
  margin-left: auto;
  text-align: right;
}

.product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  margin-bottom: 2px;
}

.service-name {
  font-size: 16px;
  font-weight: 100;
  margin: 0;
  color: #6b7280;
  width: 300px;
}

.service-price {
  font-weight: 500 !important;
  color: #6b7280 !important;
}

.total-section {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  background: #f8f9fa;
  border-radius: 8px;
  padding-bottom: 18px;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.update-total-section {
  margin-top: 20px;
  padding-top: 15px;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #dddddd8c;
  border-bottom: 1px solid #dddddd8c;
}

.update-total-label {
  font-weight: 600 !important;
  color: #6b7280 !important;
  font-size: 13px !important;
}

.update-section-title {
  font-size: 16px;
}

.payment-highlight h6 {
  color: #F36D3E;
  font-weight: 600;
  font-size: 16px;

}

.payment-highlight {
  display: flex;
  justify-content: space-between;
  align-items: center;
   margin-top: 5px;
}

.total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.update-total-row {
  margin: 0;
  border-bottom: 1px solid #dddddd8c;
}

.total-label {
  font-weight: 600 !important;
  color: #000 !important;
}

.total-label+span,
.total-label {
  font-weight: 600 !important;
  color: #000 !important;
}

.grand-total {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  font-size: 20px;
  font-weight: 700;
}
.update-payment-section{
  margin: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.payment-section {
  margin-top: 24px;
  margin-bottom: 24px;
  background: #f8f9f9;
  border-radius: 8px;
  padding: 24px;
}

.payment-section h3 {
  font-size: 18px;
  color: #f46e39;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.payment-area {
  /* display: flex; */
  /* gap: 20px; */
  margin-bottom: 20px;
  /* flex-wrap: wrap; */
}

.payment-option-container.selected {
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
  padding: 30px;
  background-color: #f7d5cb;
  flex: 1;
  /* min-width: 320px; */
  position: relative;
  border: 2px solid var(--primary-clr) !important;
  box-shadow: 0 6px 16px rgba(243, 109, 62, 0.15) !important;
  transform: translateY(-3px);
}

.form-check-custom {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  border: none;
  padding: 10px;
}

.form-check-custom input {
  margin-right: 12px;
}

.form-check-custom label {
  font-size: 16px;
  color: #000;
}

.payment-section h3 {
  color: #213D4E;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.biweekly-para {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-left: 28px;
  padding-right: 10px;
}

.payment-option-container {
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  background-color: #fff;
  flex: 1;
  /* min-width: 320px; */
  position: relative;
}

.payment-card-logos {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.invoice-amount,
.payment-options-container p {
  font-size: 18px;
}

.payment-info {
  color: var(--primary-clr) !important;
}

.selected-vehicle-info {
  display: flex;
  /* align-items: center; */
  /* gap: 20px; */
  margin-bottom: 30px;
}

.location-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  /* background-color: #ffeee8; */
  /* color: var(--primary-clr); */
  background-color: var(--autolog-primary-clr);
  color: white;
  padding: 8px 18px 8px 15px;
  border-radius: 20px 0 0 20px;
  font-weight: 500;
  font-size: 15px;
}

.location-tag i {
  color: white;
  font-size: 17px;
}

.vehicle-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  /* background-color: #e6f4ff; */
  background-color: var(--carmy-light-clr);
  /* color: #67a4de; */
  color: var(--carmy-dark-clr);
  padding: 8px 18px 8px 15px;
  /* border-radius: 20px; */
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 20%);
}

.vehicle-tag i {
  /* color: #67a4de; */
  color: var(--carmy-dark-clr);
  font-size: 17px;
}

.payment-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #e6ffe8;
  color: #32a852;
  padding: 8px 18px 8px 15px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 15px;
}

.payment-tag i {
  color: #32a852;
  font-size: 17px;
}

.main-title {
  font-size: 22px;
  font-weight: 900;
  margin: 10px 0;
}

.subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
  font-weight: 500;
}

.update-info-icon {
  color: var(--carmy-dark-clr);
}

.form-icon-box {
  display: flex;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background-color: white;
}

.form-icon-box input {
  width: 100%;
  border: none;
}

.form-icon-box input:focus,
.form-icon-box input:focus-visible {
  border: none;
  outline: none;
}

.form-section-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-row,
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
}

#appointment-date {
  width: 100%;
}

.form-group.half {
  max-width: 300px;
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  gap: 0 5px;
}

.checkbox-container label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}

.info-box {
  /* background-color: #f9f9f9; */
  background-color: var(--carmy-body-bg);
  border-radius: 8px;
  padding: 25px;
  margin-top: 40px;
}

.info-box h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--primary-clr);
}

.info-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
.after-add-services{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.after-add-services .group-card{
  width: 49%;
}
.after-add-services .group-card:hover, .repair-services .group-card:hover{
  border: 2px solid var(--autolog-primary-clr) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-3px) !important;
  transition: all 0.4s ease !important;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width:1024px) {
  .contain-service {
    max-width: 100%;
    width: 100%;
  }
  .after-add-services .group-card{
      width: 100%;
}
}

/* .main-loader {
  background-color: rgb(217, 221, 220) !important;
  opacity: 0.8 !important;
} */
.position-radio{
  gap: 20px;
}
.radio-custom-label, .radio-custom{
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  /* margin: 5px; */
  gap: 8px;
  font-weight: 500;
}
.radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-custom-label::before {
  content: '';
  background: #fff;
  border: 2px solid var(--carmy-dark-clr);
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.radio-custom-label:has(input:checked)::before {
  background: var(--carmy-dark-clr);
  box-shadow: inset 0 0 0 1.5px #fff;
}
/*New Dropdowns*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black !important;
  line-height: 36px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 8px !important;
}

.select2-container--default .select2-selection--single {
  border: 2px solid #ddd !important;
  background-color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black !important;
  line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 2px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: gray transparent transparent transparent !important;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #f3f3f5 !important;
  color: #4E5154 !important;
}

.update-step-yearly-data {
  margin: 0 auto;
  justify-content: space-around;
}

.uper-text-data {
  margin-bottom: 10px;
}

.update-selections-area {
  /* background-color: #eff6ff; */
  background-color: var(--carmy-body-bg);
}
.service-add-btn{
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: var(--carmy-dark-clr);
  border: none;
}
/*New Dropdowns End*/
/*Parts Tech Flow End*/
/*New Loader Start*/
.main-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  display: flex;
  /* display: none; */
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

/* ========== Dots ========== */
.main-loader .dot {
  width: 20px;
  height: 20px;
  background-color: var(--autolog-primary-clr);
  border-radius: 50%;
  animation: bounce 0.6s infinite ease-in-out;
}

/* ========== Animation Keyframes ========== */
@keyframes bounce {

  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translateY(-30px) scale(1.3);
    opacity: 0.9;
  }
}

/* ========== Delay for Staggered Effect ========== */
.main-loader .dot:nth-child(1) {
  animation-delay: 0s;
}

.main-loader .dot:nth-child(2) {
  animation-delay: 0.25s;
}

.main-loader .dot:nth-child(3) {
  animation-delay: 0.5s;
}

/*New Loader End*/
.uper-text-data .text-danger{
  color: var(--carmy-dark-clr) !important;
}
.item-title{
  font-size: 42px;
}
.axle-options{
  background-color: var(--carmy-body-bg) !important;
}
.diagnostic-notes.notes-area textarea{
  background-color: var(--carmy-body-bg);
}
.main-title{
  color: var(--carmy-dark-clr);
  font-size: 42px;
  font-weight: 500;
}
.order-table .table th, .order-table .table td{
  /* background-color: var(--carmy-body-bg) !important; */
  background-color: transparent !important;
}
.order-table .table td{
  text-align: right !important;
}
.main-title{
  color: var(--carmy-dark-clr);
  font-size: 42px;
  font-weight: 500;
}
.carmy-design-modal .modal-content {
  background-color: var(--carmy-body-bg);
}

.carmy-design-modal .modal-header {
  background-color: var(--carmy-body-bg) !important;
}

.carmy-design-modal .modal-header h5 {
  color: var(--carmy-dark-clr) !important;
}

.carmy-design-modal .modal-header .close span {
  color: var(--carmy-dark-clr) !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{
  background: var(--carmy-dark-clr) !important;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-col {
    margin-bottom: 1.5rem;
}
.footer-col h5 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: black;
}
.qr-box {
    border: 2px solid black;
    border-radius: 33px;
    padding: 20px;
    max-width: 220px;
    text-align: center;
}
.qr-box img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.text-left {
    text-align: left !important;
}
.footer-col ul li {
    margin-bottom: 0.5rem;
}
.footer-col ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #132423;
    transition: color 0.3s ease;
}
.footer-logo {
    text-align: right;
    flex: 1 1 100%;
}
.footer-logo img {
    width: 200px;
}
.qr-box p{
  text-align: left;
  color: black;
}
.copy-right-area{
  text-align:center;
  background-color:var(--carmy-dark-clr);
  color:#fff;
  padding:10px 0;
  margin-top:40px;
}
/* @media only screen and (min-width: 1700px) {
  .container {
      max-width: 1100px !important;
  }
} */
@media (max-width: 767px) {
  .qr-box {
      margin: 0 auto;
      max-width: 100%;
  }
  .footer-logo {
      text-align: center;
  }
  .footer-col h5{
      /* text-align: center; */
      margin-bottom: 0.2rem;
  }
  .footer-logo img {
      width: 200px;
  }
  .qr-box p {
    text-align: center;
  }
}