.title-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.section-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #020408;
}
/*======================== Search Filters ========================*/
.cmn-p--filter {
  padding: 16px 12px;
  border-bottom: 3px solid #1c6a9b;
}
.title-search .fa-bars {
  display: none;
}
.sidebar-cta {
  display: none;
}
.filters-tablet-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #80808085;
}
.filters-tablet-text .title {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #000000;
}
.filters-tablet-text .btn-close {
  opacity: 1;
  height: 0.5rem;
  width: 0.5rem;
  background-size: 1rem;
}
.main-sidebar--filter {
  border: 1px solid #e0e0e0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.save-search-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.save-search-card .search-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
}
.filter-search-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #475569;
}
.action-btns.auction--dealer {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border-radius: 44px;
  position: relative;
}
.filter-btn .count-list-filter {
  position: absolute;
  border-radius: 50%;
  background-color: #1c6a9b;
  color: white;
  border: 2px solid #ffffff;
  width: 26px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  top: -10px;
  right: -6px;
  font-size: 14px;
  font-weight: 600;
}
.save-search--btn {
  border: 1px solid #1c6a9b;
  color: #1c6a9b;
}
.save-search--btn.fill {
  background-color: #1c6a9b;
  color: white;
}
.save-search--btn i {
  font-size: 18px;
}
.save-search-card .search-filter-saved {
  flex-grow: 1;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 130px;
  scrollbar-width: thin;
}
.save-search-card .search-filter-saved .item {
  background-color: #eaecf0;
  padding: 5px 14px;
  /* min-width: 95px; */
  border-radius: 40px;
  display: inline-block;
  font-family: Lato;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0c1529;
  margin-right: 12px;
  margin-bottom: 10px;
  user-select: none;
}
.save-search-card .search-filter-saved .item .spc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.save-search-card .search-filter-saved .item .spc span {
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  line-height: normal;
}
.save-search-card .search-filter-saved .item .spc img {
  cursor: pointer;
}
.save-search-card .search-filter-header .clear {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.216px;
  cursor: pointer;
  background: #1c6a9b;
  color: white;
  padding: 2px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.filter-heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 16px;
}
/* tabs */
#quick_filters_tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #aeb1b8;
  max-width: 370px;
  border-radius: 47px;
  padding: 4px;
}
#quick_filters_tabs .nav-link {
  flex-grow: 1;
  border: none;
  background: transparent;
  font-family: Lato;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  border-radius: 59px;
  padding: 6px;
}
#quick_filters_tabs .nav-link.active {
  background-color: #1c6a9b;
  color: #ffffff;
}
/* tabs */

.main--filters {
  margin-top: 16px;
}
/* deals */
/* Hide extra deals by default */
.selection-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Lato;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0c1529;
  min-width: 125px;
  padding-block: 8px;
  cursor: pointer;
  user-select: none;
}
.selection-checkbox label {
  cursor: pointer;
}

.deals-items .selection-checkbox label {
  border: 1px solid;
  border-color: inherit;
  background-color: transparent;
  padding: 4px 10px;
  font-family: Lato;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 37px;
}
.deals-items label[type="satpoint"] {
  background-color: #ffdfc2;
  color: #ad5200;
}
.deals-items label[type="newyearsale"] {
  background-color: #ffd3d1;
  color: #cd3636;
}
.deals-items label[type="premiumcars"] {
  background-color: #fbf2cb;
  color: #c8811a;
}

.deals-items label[type="clearancediscount"] {
  background-color: #b2ffc0;
  color: #10ab2b;
}

.deals-items label[type="discountedvehicle"] {
  background-color: #b8dff7;
  color: #1c6a9b;
}

.deals-items label[type="discountedvehicle"] {
  background-color: #b8dff7;
  color: #1c6a9b;
}
.deals-items label[type="auctionedcars"] {
  background-color: #ddf9ff;
  color: #34a9c3;
}

.deals-items label[type="thirdpartyseller"] {
  background-color: #ffeaf8;
  color: #be4596;
}
.deals-items label[type="chilestock"] {
  background-color: #f0eaff;
  color: #d72b1f;
}
.deals-items label[type="ukstock"] {
  background-color: #ffedf9;
  color: #c8102e;
}
.deals-items label[type="auction"] {
  background-color: #f0dbff;
  color: #612192;
}
.deals-items label[type="pkstock"] {
  background: #ebfff4;
  border: 1px solid #01411c;
  color: #01411c;
}
.deals-items label[type="zambia"] {
  background: #f7fff0;
  border: 1px solid #496e2d;
  color: #496e2d;
}

.deals-items .selection-checkbox .form-check-input {
  margin-top: 0px;
}
.deals-items .selection-checkbox {
  min-width: 121px;
}
.show--more-deals {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: Lato;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  margin-top: 2px;
}
.show--more-deals span {
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
}
.show--more-deals i {
  transform: rotate(180deg);
}
.show--more-deals[aria-expanded="true"] i {
  transform: rotate(0deg);
}
.deals-list {
  overflow: hidden;
  transition:
    max-height 0.6s ease,
    opacity 0.4s ease;
  max-height: 127px; /* height of ~3 items */
  opacity: 1;
}
.deals-items.expanded .deals-list {
  max-height: 1000px;
  opacity: 1;
}
/* Optional: nicer easing */
.deals-items:not(.expanded) .deals-list {
  opacity: 0.95;
}
/* Chevron animation */
.show--more-deals i {
  transition: transform 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .deals-list {
    transition: none;
  }
}
/* deals */
.additional-filters {
  background-color: #ffffff;
  padding: 12px 15px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #353c4d;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #e0e0e0;
}
.additional-filters .fa-chevron-up {
  transform: rotate(180deg);
  font-size: 14px;
  color: #5d6370;
}
.additional-filters[aria-expanded="true"] {
  background-color: #f6f6f8;
}
.additional-filters[aria-expanded="true"] .fa-chevron-up {
  transform: rotate(0deg);
}
.additional-filters-collapse .check--filters .check--list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow-x: auto;
  max-height: 240px;
  min-width: 0;
  overflow-y: auto;
  scrollbar-width: thin;
}
.additional-filters-collapse .check--filters .check--list .dropdown-item {
  padding: 10px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c1529;
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}
.additional-filters-collapse .check--filters .check--list .dropdown-item .item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  user-select: none;
}
.additional-filters-collapse
  .check--filters
  .check--list
  .dropdown-item
  .item
  label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0c1529;
}
.additional-filters-collapse
  .check--filters
  .check--list
  .dropdown-item
  .item
  label {
  cursor: pointer;
  flex-grow: 1;
}
.additional-filters-collapse .check--filters .check--list .dropdown-item input {
  margin-top: 0px;
}

.main-sidebar--filter .px-0 .filter-heading {
  padding-inline: 12px;
}
.keyword--search {
  display: flex;
  align-items: center;
  border-radius: 49px;
  border: 1px solid #dfdfdf;
}
.keyword--search input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 49px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0c1529;
}
.keyword--search .search {
  padding: 9px 11.5px;
  border-radius: 49px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 0px;
  background-color: #0c1529;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  min-width: 43px;
  border: 1px solid #0c1529;
}
.price-calculator--filters .cmn-drp {
  margin-bottom: 16px;
}
.price-calculator--filters .selection-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.price-calculator--filters .selection-checkbox .fa-info-circle {
  font-size: 18px;
}
.price-calculator--filters .selection-checkbox label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.price-calculator--filters .yesno--checks {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: end;
}
.price-calculator--filters .selection-checkbox .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
}
.price-calculator--filters .selection-checkbox .form-check-input {
  margin-bottom: 5px;
}

.condition--filters .pair--filters {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
/* days */
.checkSelection--filters .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.checkSelection--filters .tags.days .cb-filter {
  min-width: 73px;
}
.checkSelection--filters .tags .cb-filter {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 40px;
  padding: 6px 12px;
  text-align: center;
}
.checkSelection--filters .cb-filter {
  cursor: pointer;
  transition: color 0.2s ease;
  border: 1px solid #1c6a9b;
  color: #1c6a9b;
  background-color: transparent;
  font-family: Lato;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 40px;
  padding: 6px 20px;
  user-select: none;
}
.checkSelection--filters .cb-input:checked + .cb-filter {
  color: white;
  background-color: #1c6a9b;
  border-color: #154f74;
}
/* days */
/*======================== sidebar for tablet ========================*/

/*========================= search card detail =========================*/
.search-result-card {
  border: 1px solid #c7ced9;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 10px;
  min-height: 261px;
  margin-bottom: 16px;
  display: flex;
}
.search-result-card .car-image .status-car-overlay {
  padding-right: 8px;
}

.search-result-card .car--detail {
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 20px;
}
.search-result-card .car--detail.dealer-detail {
  gap: 12px;
}
.search-result-card .car--detail.dealer-detail.sold {
  gap: 8px;
}
.search-result-card .car--detail .pr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-result-card .car--detail .pr .promotion-tags .selection-checkbox {
  min-width: 0px;
  padding-block: 0;
  cursor: unset;
}
.search-result-card .car--detail .pr .promotion-tags .selection-checkbox label {
  cursor: unset;
  border: 0px;
}
.search-result-card .car--detail .pr .promotion-tags {
  display: flex;
  align-items: center;
  gap: 17px;
}
.search-car--title:hover {
  text-decoration: underline;
  color: #0c1529;
}
.search-car--title .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 23.95px;
  color: #0c1529;
  margin-bottom: 0px;
  max-width: 400px;
}
.location-car-search {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.location-car-search img {
  padding: 2.41px;
  background-color: #ededf1;
}
.location-car-search .title-c {
  color: #858a94;
}
.location-car-search .city {
  color: #000;
}
.search-result-card .car-specs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c1529;
  max-width: 100%;
}
.search-result-card .car-specs .spec-dot {
  color: #aeb1b8;
}
.search-result-card .car-specs .spec-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.search-result-card .dealer-prices-search {
  display: flex;
  flex-direction: column;
}
.search-result-card .dealer-detail .dealer-prices-search {
  display: flex;
  align-items: start;
  flex-direction: row;
  flex-direction: column;
}
.search-result-card .dealer-prices-search .car-price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}
.search-result-card .dealer-prices-search .car-price .car-main-price {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-result-card .dealer-detail .dealer-prices-search .car-price {
  margin-bottom: 0px;
  flex-direction: column;
  align-items: start;
  flex-grow: 1;
  width: 100%;
}
.search-result-card
  .dealer-detail
  .dealer-prices-search
  .car-price.action-btn--dealer {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 8px;
}
.search-result-card
  .dealer-detail
  .dealer-prices-search
  .car-price.action-btn--dealer
  .car-price-2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.search-result-card .dealer-prices-search .car-price .text-pr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #353c4d;
  min-width: 100px;
}
.search-result-card .dealer-prices-search .car-price .text-pr.auction {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #353c4d;
  min-width: 140px;
}
.search-result-card .dealer-prices-search .car-price .inc-tax-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #353c4d;
}
.search-result-card .dealer-prices-search .car-price .price-pr {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0c1529;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.search-result-card .dealer-prices-search .car-price .price-pr.dealer {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0c1529;
}
.search-result-card .dealer-prices-search .car-price .price-pr.auction {
  font-weight: 500;
  font-size: 18px;
}
.search-result-card .dealer-prices-search .car-price .pric-off-sectin {
  display: flex;
  align-items: center;
}
.search-result-card
  .dealer-prices-search
  .car-price
  .pric-off-sectin
  .dicount-car-price {
  margin-bottom: 0px;
}
.pric-off-sectin {
  display: flex;
  justify-content: end;
  gap: 10px;
  align-items: center;
}
.dicount-off-price {
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2f9461;
  border-radius: 2px;
  background: #effdf6;
  padding-inline: 6px;
}
.dicount-car-price {
  text-decoration-line: line-through;
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration: line-through;
  color: #858a94;
  margin-bottom: 0;
}
.inquire-btn-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dealer-detail .inquire-btn-section {
  flex-grow: 1;
  height: 100%;
}
.search-result-card .dealer-detail .action-btn--dealer .inquire-btn-section {
  justify-content: end;
}
.inquire-btn-section .inquire-btn {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #1c6a9b;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: white;
  max-width: 159px;
  width: 100%;
  border: 1px solid #1c6a9b;
}
.inquire-btn-section .inquire-btn.outline {
  background-color: transparent;
  color: #1c6a9b;
  max-width: 178px;
  width: 100% !important;
}
.inquire-btn-section .inquire-btn.outline-filled {
  max-width: 178px;
  width: 100% !important;
}
/*========================= search card detail =========================*/
/* pagination */
.pagination-new {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: center;
  cursor: pointer !important;
}

.pagination-new a {
  text-decoration: none;
  color: #5d6370;
  padding: 8px 12px;
  border-radius: 4px;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: block;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

.pagination-new a:hover {
  background-color: #ededf1;
  color: #5d6370;
}

.pagination-new .li-pagination-new {
  margin: 5px;
  cursor: pointer;
}

.pagination-new a.disabled {
  color: #cac8d4;
  pointer-events: none;
}

.pagination-new a.active {
  color: #2a9fe8;
  pointer-events: none;
}

.page-next-texture {
  color: #2a9fe8 !important;
  text-decoration: none;
  padding: 8px 4px;
  border-radius: 4px;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: block;
  cursor: pointer !important;
}
.pagination-dealer-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* pagination */
/* image overlay */
.img-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.263);
  top: 0;
  height: 100%;
}
.status-car-overlay .status-text {
  background-color: #0c1529a6;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.status-car-overlay .status-text span {
  font-size: 28px;
  color: #ffffff;
}
.status-car-overlay .status-text .title {
  font-family: Lato;
  font-weight: 600;
  font-size: 41.76px;
  line-height: 59.65px;
  color: #ffffff;
}
/* image overlay */
.auction-days--item {
  margin-top: 16px;
  overflow-y: auto;
  max-height: 406px;
  scrollbar-width: thin;
}
.auction-days--item .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #353c4d;
  margin-block: 14px;
}
.auction-days--item .auction--list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.auction-days--item .auction--list .car--item {
  padding-block: 8px;
}
.auction-days--item .auction--list .car--item .item,
.auction-days--item .auction--list .car--item .item label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0c1529;
  cursor: pointer;
}
/* inquiry modal */
.further-resource-search p {
  font-size: var(--font-size-24s);
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.016em;
  color: var(--color-black-100);
}
.further-resource-search h4 {
  font-size: var(--font-size-18s);
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.012em;
  color: var(--color-black-20s);
}
.further-resource-search .grid_5_s {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 0px;
}
.further-resource-search .mt-18 {
  margin-top: 18px;
}
.further-resource-search .further-resource-lists a {
  font-family: var(--font-family-Lato);
  font-size: var(--font-size-18s);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--color-blue-50);
  border-radius: 0px !important;
  border: none !important;
}

/* search animation */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.search--input-animation {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 520px;

  /* rotating gradient border (animated --angle) */
  border: 2px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(from var(--angle), #2ba6cd, #7eabff, #1c6a9b, #2ba6cd)
      border-box;
  animation: spin-border 4s linear infinite;
  transition: background 0.15s ease;
}

@keyframes spin-border {
  to {
    --angle: 360deg;
  }
}

.search--input-animation .field {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}

.search--input-animation input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 10px 18px;
  padding-right: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  border-radius: 999px;
}

/* static placeholder shown on focus */
.search--input-animation input::placeholder {
  color: #000000;
  font-weight: 600;
  opacity: 1;
}

/* animated overlay placeholder (only when not focused & empty) */
.search--input-animation #placeholder {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.search--input-animation #placeholder.hidden {
  display: none;
}

.search--input-animation #placeholder .typed {
  display: inline;
  font-weight: 400;
}

.search--input-animation #placeholder .cursor {
  display: inline-block;
  width: 2px;
  height: 18px;
  background: #000000;
  margin-left: 1px;
  animation: blink 1s steps(1) infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

.search--input-animation .icon {
  width: 24px;
  height: 24px;
  margin-right: 18px;
  flex-shrink: 0;
  color: #000000;
}

/* black border on hover */
.search--input-animation:hover {
  animation-play-state: paused;
  border: 2px linear-gradient(90deg, #2ba6cd 0%, #7eabff 76.44%, #1c6a9b 84.15%);
}

/* black border while typing / focused */
.search--input-animation:focus-within {
  animation-play-state: paused;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #2ba6cd 0%, #7eabff 76.44%, #1c6a9b 84.15%)
      border-box;
}
/* search animation */

/*========================= Media queries =========================*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .action-btns.auction--dealer {
    gap: 10px;
    flex-direction: row;
  }
  .checkSelection--filters .tags.days .cb-filter {
    min-width: 70px;
  }
  .action-btns.auction--dealer .filter-btn {
    padding: 10px 12px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .search-result-card .car-image img {
    min-height: 0;
    min-width: 244px;
    max-width: 244px;
    max-height: 175px;
  }
  .section-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .filter-search-title {
    font-size: 16px;
  }
  .filter-btn {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .filter-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #quick_filters_tabs .nav-link {
    font-size: 14px;
  }
  .price-calculator--filters .selection-checkbox label {
    font-size: 12px;
  }
  .additional-filters {
    font-size: 14px;
  }
  .cmn-drp .select-input-cmn span {
    font-size: 14px;
  }
  .additional-filters-collapse
    .check--filters
    .check--list
    .dropdown-item
    .item
    label {
    font-size: 14px;
  }
  .cmn-p--filter {
    padding: 12px 8px;
  }
  .keyword--search input {
    padding: 10px 14px;
  }
  .condition--filters .pair--filters {
    gap: 8px;
  }
  .action-btns.auction--dealer {
    flex-direction: column;
    gap: 10px;
  }
  /* card search */
  .search-result-card {
    padding: 12px;
    min-height: 201px;
  }
  .search-result-card .car--detail {
    gap: 10px;
  }
  .search-car--title .text {
    font-size: 18px;
  }
  .search-result-card .dealer-prices-search .car-price .price-pr {
    font-size: 16px;
    line-height: 21px;
  }
  .search-result-card .dealer-prices-search .car-price {
    margin-bottom: 4px;
  }
  .inquire-btn-section .inquire-btn {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    max-width: 120px;
  }
  /* card search */
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .search-result-card .car-image img {
    min-height: 0;
    min-width: 244px;
    max-width: 244px;
    max-height: 175px;
  }
  .section-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .filter-search-title {
    font-size: 16px;
  }
  .filter-btn {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .filter-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #quick_filters_tabs .nav-link {
    font-size: 14px;
  }
  .price-calculator--filters .selection-checkbox label {
    font-size: 12px;
    line-height: normal;
  }
  .additional-filters {
    font-size: 14px;
  }
  .cmn-drp .select-input-cmn span {
    font-size: 14px;
  }
  .additional-filters-collapse
    .check--filters
    .check--list
    .dropdown-item
    .item
    label {
    font-size: 14px;
  }
  .cmn-p--filter {
    padding: 12px 8px;
  }
  .keyword--search input {
    padding: 10px 14px;
  }
  .condition--filters .pair--filters {
    gap: 8px;
  }
  .action-btns.auction--dealer {
    flex-direction: column;
    gap: 10px;
  }
  /* card search */
  .search-result-card {
    min-height: 201px;
    padding: 12px;
  }
  .search-result-card .car--detail {
    gap: 10px;
  }
  .search-car--title .text {
    font-size: 18px;
  }
  .search-result-card .dealer-prices-search .car-price .price-pr {
    font-size: 16px;
    line-height: 21px;
  }
  .search-result-card .dealer-prices-search .car-price {
    margin-bottom: 4px;
  }
  .inquire-btn-section .inquire-btn {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    max-width: 120px;
  }
  .mt-33 {
    margin-top: 14px;
  }
  /* card search */
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .title-search .fa-bars {
    display: block;
  }
  .tablet-view-col {
    width: 100%;
  }
  .sidebar-cta {
    display: block;
  }
  .sidebar-tablet {
    position: fixed;
    padding: 12px 16px;
    background-color: white;
    top: 0px;
    left: 0px;
    z-index: 555555555;
    max-width: 300px;
    transform: translateX(-250px);
    transition: transform 0.3s ease;
    width: 0;
    border-right: 1px solid #00000030;
  }
  .main-sidebar--filter {
    padding: 12px;
    background-color: #f6f6f8;
  }
  .main-sidebar--filter::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  .main-sidebar--filter {
    padding: 0;
    overflow-y: auto;
    height: calc(100vh - 53px);
    background-color: white;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none;
    margin-top: 10px;
    border: 0px;
  }
  .cmn-p--filter {
    padding: 16px 0px;
  }
  .action-btns.auction--dealer {
    flex-direction: column;
    gap: 10px;
  }
  .filter-btn .count-list-filter {
    right: -2px;
  }
  /* card search */
  .search-result-card {
    padding: 12px;
    min-height: 213px;
  }
  .search-result-card .car--detail {
    gap: 10px;
  }
  .search-car--title .text {
    font-size: 18px;
  }
  .search-result-card .dealer-prices-search .car-price .price-pr {
    font-size: 16px;
    line-height: 21px;
  }
  .search-result-card .dealer-prices-search .car-price .price-pr.auction {
    font-size: 16px;
  }
  .search-result-card .dealer-prices-search .car-price {
    margin-bottom: 4px;
  }
  .inquire-btn-section .inquire-btn {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    max-width: 120px;
  }
  /* card search */
  /* pagination */
  .pagination-new a {
    padding: 8px 12px;
    font-size: 13px;
  }
  /* pagination */
  .title-search {
    margin-bottom: 20px;
  }
  .further-resource-search h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .further-resource-search .further-resource-lists a {
    font-size: 12px;
    line-height: 24px;
  }
}
/* sidebar tablet */
.open-sidebar {
  width: 100%;
  height: 100%;
  transform: translateX(0px);
}
/* sidebar tablet */
/*========================= Media queries =========================*/
/* sidebar for tablet */
