* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
header,
nav,
aside,
footer {
  display: inline-block;
  font-family: "DM Sans" !important;
}
html,
body {
  height: 100%;
  margin: 0px;
  font-family: "DM Sans" !important;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
  margin: 0px 0px 10px 0px;
  font-family: "DM Sans" !important;
}
h1 {
  font-size: 37px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
img {
  border: 0px;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0px 0px 15px 0px;
  line-height: 20px;
}
a {
  color: #3d80cc;
  cursor: pointer;
}
a:hover {
  color: #215fa6;
}
a,
input,
select,
textarea,
button,
input[type="submit"],
input[type="reset"],
label,
label:before,
label:after,
.icons:before,
.transition,
.transitions,
.transitions *,
.site_menu ul li a:after,
.fa {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
select:focus,
input[type="button"],
input:focus,
textarea:focus {
  outline: 0 !important;
}
button,
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input,
select,
textarea,
button,
input[type="submit"],
input[type="reset"] {
  font-family: "Montserrat";
  font-size: 15px;
}

.white {
  color: #ffffff;
}
.f-size-12 {
  font-size: 12px !important;
}
.f-size-13 {
  font-size: 13px !important;
}
.f-size-14 {
  font-size: 14px !important;
}
.f-size-15 {
  font-size: 15px !important;
}
.f-size-16 {
  font-size: 16px !important;
}
.f-size-20 {
  font-size: 20px !important;
}
.f-size-24 {
  font-size: 16px !important;
}
.f-size-42 {
  font-size: 42px;
}
.f-size-36 {
  font-size: 36px;
}
.f-w-bold {
  font-weight: bold;
}
.f-w-800 {
  font-weight: 800 !important;
}
.f-w-700 {
  font-weight: 700 !important;
}
.f-w-600 {
  font-weight: 600 !important;
}
.f-w-500 {
  font-weight: 500 !important;
}
.f-w-400 {
  font-weight: 400 !important;
}
.red_color {
  color: #bf0a30;
}
.sec_color {
  color: #e2952d !important;
}
.green_color {
  color: #01aa45;
}
.three_color {
  color: #333333 !important;
}
.six_color {
  color: #666666 !important;
}
.inline-block {
  display: inline-block;
}
.orange_color {
  color: #fe9c19;
}

.placeholder {
  color: #a2a2a2;
  font-family: "Montserrat";
}
::-webkit-input-placeholder {
  color: #a2a2a2;
  font-family: "Montserrat";
}
:-moz-placeholder {
  color: #a2a2a2;
  font-family: "Montserrat";
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.reset:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
ul.reset {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hidethis {
  display: none;
}
.bold {
  font-weight: 500;
}
.radius {
  border-radius: 200px !important;
  -webkit-border-radius: 200px !important;
  -moz-border-radius: 200px !important;
}

.btns {
  display: inline-block;
  text-align: center;
  padding: 12px 30px 12px 30px;
  background: #ff5645;
  min-width: 100px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  border: 0px;
  cursor: pointer;
  text-transform: capitalize;
  overflow: hidden;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  font-family: "GothamBook";
}
.btns:hover {
  background: #d74839;
  color: #fff;
  text-decoration: none;
}

.up {
  text-transform: uppercase !important;
}
.btns:focus {
  outline: 0px;
  border: 0px;
  color: #fff;
}
.btns.full {
  width: 100%;
  max-width: 100%;
  min-width: inherit;
  padding: 12px 15px 12px 15px;
}
.btns.shadow {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.btns.grey {
  background: #6f6f6f;
}
.btns.grey:hover {
  background: #464545;
}
.btns.white {
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  color: #74112e !important;
}
.btns.white:hover {
  background: #b12e54;
  color: #fff !important;
}
.btns .fa {
  margin-right: 4px;
}
.btns.green {
  background: #bede3c;
}
.btns.green:hover {
  background: #94b025;
}

.ripple {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.5;
  transition: 0s;
}

.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb40 {
  margin-bottom: 40px;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt200 {
  margin-top: 200px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.top60 {
  top: 60px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mar0 {
  margin: 0px !important;
}

.mt-20 {
  margin-top: -20px !important;
}
.mt-30 {
  margin-top: -100px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-18 {
  margin-top: -18px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt5 {
  margin-top: -5px !important;
}
.mt-25 {
  margin-top: -25px !important;
}
.ml12 {
  margin-left: 12px;
}
.ml40 {
  margin-left: 40px;
}
.ml70 {
  margin-left: 70px;
}
.ml100 {
  margin-left: 100px;
}
.ml30 {
  margin-left: 30px;
}
.ml20 {
  margin-left: 30px;
}
.ml15 {
  margin-left: 15px;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml-30 {
  margin-left: -30px;
}
.ml-40 {
  margin-left: -40px;
}
.ml-50 {
  margin-left: -50px;
}
.mr10 {
  margin-right: 10px;
}
.mr30 {
  margin-right: 30px;
}
.mr70 {
  margin-right: 70px;
}
.pad0 {
  padding: 0px !important;
}
.pad20 {
  padding: 20px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr24 {
  padding-right: 35px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.plr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.bt0 {
  border-top: 0px !important;
}

.clear {
  clear: both;
}

.full_row,
.form_group {
  float: left;
  width: 100%;
}
.container {
  max-width: 2100px;
  margin: 0 auto;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.home .container {
  max-width: 2100px;
  padding: 0px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
  width: 100%;
}
.section {
  float: left;
  width: 100%;
  background: #fff;
}
.form_group {
  margin-bottom: 12px;
}

.fa {
  font-size: 16px;
}
.action .fa.right {
  margin-left: 5px;
}

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

.gap15 {
  gap: 15px;
}
.gap20 {
  gap: 20px;
}
.gap10 {
  gap: 10px;
}
.gap40 {
  gap: 40px;
}
.gap50 {
  gap: 50px;
}
.gap100 {
  gap: 100px;
}
.w35 {
  width: 35%;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.h100 {
  height: 100% !important;
}
.h50 {
  height: 50px;
}
.h73 {
  height: 73px;
}
/*Header*/
.site_header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 0;
  z-index: 999;
  background: #ffffff;
}
.site_header1 {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 0;
  z-index: 999;
  background: #01aa45;
  height: 50px;
}
.site_header.fixed_header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
}
/* .site_header.fixed_header .site_logo img{max-width: 130px;} */
.site_logo {
  float: left;
  padding-top: 20px;
  padding-left: 15px;
}
.logo_small {
  display: none;
}
.site_menu nav {
  width: 100%;
}
.site_menu ul {
  margin: 0px;
  list-style: none;
}
.site_menu ul li {
  position: relative;
}
.site_menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 100%;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 19px;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.site_menu ul li a .icon {
  width: 24px;
}
.site_menu ul li .site_logo a:before,
.site_menu ul li .site_logo a:after {
  display: none;
}

.site_menu ul li:hover a:after,
.site_menu ul li a.active:after,
.site_menu ul li.active a:after {
  width: 100%;
}
.site_menu ul li:hover a:before,
.site_menu ul li a.active:before,
.site_menu ul li.active a:before {
  width: 8px;
}
#mobile_nav,
.mobile_logo {
  display: none;
}
#mobile_nav {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
}
.page #mobile_nav {
  right: 15px;
}
#mobile_nav .fa {
  font-size: 24px;
  color: #0095c7;
  line-height: 34px;
}
.page #mobile_nav .fa {
  color: #fff;
}
#top-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15px;
}
.breadcrumb {
  padding: 0.75rem 0rem !important;
}
/* Updated CSS for hover and dropdown behavior */
.site_menu ul {
  list-style-type: none; /* Remove default list styling */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}
.site_menu ul li {
  position: relative; /* Ensure .menu-content positions correctly */
}

.site_menu ul li a:hover {
  display: inline-block;
  background: #e2952d;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 19px;
  padding-bottom: 18px;
}

.menu-content {
  display: none;
  position: absolute;
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: max-content;
  border-radius: 8px;
  padding: 8px;
  z-index: 1;
  top: 45px;
}
.menu-content ul li {
  list-style: none;
}
.sell-your-hover-content {
  top: auto !important;
  right: 50px !important;
}

/* Show menu-content when hovering over the li */
.site_menu ul li:hover .menu-content {
  display: block;
}

.menu-content a {
  text-decoration: none !important;
  display: block;
  color: #333333 !important;
  font-family: DM Sans;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding-left: 8px !important;
  text-transform: none !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-right: 40px !important;
}

.menu-content a:hover {
  background-color: #ffffff !important;
  color: #e2952d !important;
}

/* Rotate the arrow icon when hovering over the li */
.site_menu ul li:hover .arrow-icon {
  transform: rotate(180deg);
}

.arrow {
  margin-left: 5px;
  transition: transform 0.3s;
}

/* .site_logo img{ max-width: 200px} */

/*Car listing*/

.car_listing {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 3px 15px 0px #00000026;
  margin-bottom: 20px;
  height: 100%;
}
.car_img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#main-preview-img {
  border-radius: 12px !important;
  width: 100%;
}
.car_details_popup_img {
  margin-left: 20px;
  border-radius: 12px;
  width: 820px;
  height: 480px;
}
.car_preview_popup_prev,
.car_preview_popup_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.car_preview_popup_prev {
  left: 10px;
}
.car_preview_popup_next {
  right: 10px;
}
.car_preview_popup_prev img {
  width: 64px;
  height: 64px;
}

#carCarousel .carousel-control-prev {
  right: 70px !important;
  left: auto;
}
#carCarousel .carousel-control-next {
  top: -50px !important;
  border: 1px solid #e2952d;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
#carCarousel .carousel-control-prev {
  top: -50px !important;
  box-shadow: 0px 0px 3px 0px #00000040;
  border: 1px solid #00000040;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
#carCarousel .carousel-control-prev .carousel-control-prev-icon {
  margin-top: 10px;
  margin-left: -1px;
}
#carCarousel .carousel-control-next .carousel-control-next-icon {
  margin-top: 10px;
  margin-left: -1px;
}
.explore-more {
  margin-top: 35px;
  margin-top: 35px;
  display: flex;
  gap: 20px;
}
.explore-more button {
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.explore-more .circle_btn {
  margin-top: -13px;
}
.explore-more button .fa {
  position: relative;
  display: flex;
  justify-content: center;
  color: #a1a1a1;
}
.explore-more button .carousel-control-next-icon {
  background-image: none;
}
.explore-more button .carousel-control-next-icon .fa {
  color: #e2952d;
}
.d-flex {
  display: flex;
}
.d-none {
  display: none;
}
.d-flex-space {
  display: flex;
  justify-content: space-between;
}
.d-flex-space-around {
  display: flex;
  justify-content: space-around;
}
.d-flex-space-center {
  display: flex;
  justify-content: center;
}
.align-item-center {
  align-items: center !important;
}
.car_details h3 {
  color: #333333;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.car_details p {
  color: #333333;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.car_lot p {
  color: #8d9297;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
}
.car_lot h4 {
  color: #333333;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: left;
  margin-top: -15px;
}
.car_lot h5 {
  color: #01aa45;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: left;
  margin-top: -15px;
}
.grey_line {
  background: #dddddd;
  width: 1px;
  height: 32px;
}
.grey_line1 {
  background: #dddddd;
  width: 1px;
  height: 24px;
}
.grey_line3 {
  background: #dddddd;
  width: 1px;
  height: 65px;
  margin-left: -30px;
  margin-right: 25px;
}
.your_bid .rounded-circle {
  background: #767676;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.your_bid input[type="radio"] {
  display: block !important;
}
.make_offer {
  background: #ffffff;
  box-shadow: 0px 0px 3px 0px #00000040;
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #e2952d;
  font-size: 16px;
  font-weight: 400;
  width: 140px;
  height: 40px;
}
.bid_now_offer_btn {
  background: #e2952d;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  width: 110px;
  height: 40px;
}
.form-inline {
  padding-top: 20px;
}
.galaxy .form-inline .form-control {
  border-radius: 32px;
  width: 470px;
  height: 40px;
  box-shadow: 0px 3px 15px 0px #00000026;
  border: none;
}
.galaxy button {
  width: 48px;
  height: 40px;
  border-radius: 24px;
  background: #e2952d;
  border: none;
}
.search-inventory button {
  border-radius: 24px;
  background: #e2952d;
  width: 48px;
  height: 40px;
  margin-left: 5px;
}

.sell-your-car-btn {
  background: #e2952d;
  font-size: 13px;
  font-weight: 700;
  border: none;
  color: #ffffff !important;
  line-height: 16.93px;
  padding: 10px !important;
  border-radius: 4px;
}

.banner_bg h1 {
  color: #ffffff;
  font-family: DM Sans;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.5px;
  text-align: left;
  margin-top: 70px;
}
.banner_bg p {
  color: #ffffff;
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.25px;
  text-align: left;
}
.banner_bg button {
  color: #ffffff;
  background: #e2952d;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: left;
  padding: 15px;
  border-radius: 4px;
  border: none;
}

.banner_box {
  position: relative;
  top: -55px;
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px #00000026;
  border-radius: 12px;
  padding: 25px 0px 0px 25px;
}
.banner_box h3 {
  color: #333333;
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 31.25px;
  text-align: left;
}
.banner_box p {
  color: #666666;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
  margin-top: -10px;
}
.banner_bg .carousel-control-prev {
  left: -30px;
}
.banner_bg .carousel-control-next {
  right: -30px;
}
.banner_bg .carousel-inner {
  margin-left: 50px;
}
#auctionCarousel,
#auctionCarousel .carousel-inner,
#auctionCarousel .carousel-item,
#auctionCarousel img {
  margin: 0;
  padding: 0;
}
.carousel-caption {
  left: 12% !important;
}
.green_line {
  background: #01aa45;
  width: 5px;
  height: 69px;
}
.green_line1 {
  background: #01aa45;
  width: 5px;
  height: 122px;
}
.header_text p {
  color: #6c6f73;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: left;
}
.header_text h2 {
  color: #333333;
  font-family: DM Sans;
  font-size: 40px;
  font-weight: 700;
  line-height: 50.08px;
  text-align: left;
  margin-top: -10px;
}
.popular_vehicle .carousel-inner {
  overflow: visible;
}
.car_grid {
  margin-left: -15px;
  margin-right: -15px;
}
.explore-slider button {
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #00000040;
}

.used_cars {
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 20px 30px 5px 30px;
  margin-bottom: 20px;
}
.used_car_grid {
  margin-left: -30px;
  margin-right: -30px;
}
.used_cars h3 {
  color: #333333;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
}
.used_cars p {
  color: #666666;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
}
.used-car-search-btn {
  background: #e2952d;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border: none;
  padding: 13px 23px 13px 23px;
  border-radius: 4px;
  margin-top: 20px;
}
.used_cars.active {
  border: 1px solid #01aa45 !important; /* Selected border color */
}
.car_search {
  background: linear-gradient(
    76.3deg,
    rgba(242, 242, 242, 0.25) 0%,
    rgba(1, 170, 69, 0.25) 48%,
    rgba(242, 242, 242, 0.25) 100%
  );
  border-radius: 12px;
  height: 335px;
  padding: 20px 30px 0px 30px;
}
.car_search label {
  color: #333333;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
}
.car_search .btn-secondary {
  background: #ffffff;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #666666;
  border: none;
}
.car_search .form-control {
  border: none !important;
}
.pricing_box {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px 30px 20px;
}
.pricing_box h4 {
  color: #333333;
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.25px;
  text-align: left;
}
.pricing_box h3 {
  color: #01aa45;
  font-family: DM Sans;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.5px;
  text-align: left;
  margin-top: -15px;
}
.pricing_box p {
  color: #666666;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
}
.pricing_box ul {
  margin-left: -20px;
}
.pricing_box ul li {
  color: #333333;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  list-style-image: url("../images/home/tick.png");
  margin-bottom: 20px;
}
.pricing_content p {
  color: #666666;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
}
.pricing_content ul li {
  color: #333333;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  list-style-image: url("../images/home/tick-mark.png");
}
.pricing_content ul {
  margin-right: 60px;
  margin-left: -20px;
}
.register_btn {
  color: #ffffff;
  background: #e2952d;
  border-radius: 4px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 10px 20px 10px 20px;
  border: none;
}
.register_btn:hover {
  text-decoration: none;
  color: #ffffff;
}
.about-us a {
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 700;
  background: #e2952d;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 23px 10px 23px;
}
.about-us a:hover {
  text-decoration: none;
  color: #ffffff;
}
.extensive_cars {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.extensive_box {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #f8f9fa;
  border-radius: 12px;
}
.extensive_box a {
  color: #666666;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-transform: uppercase;
}
.extensive-car-type-select {
  margin-top: 11px;
  margin-bottom: 7px;
}
.extensive_box i {
  float: right;
  margin-right: 25px;
}
.extensive_box a:hover {
  color: #e2952d;
  text-decoration: none;
}
.extensive_box p {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 700;
  margin-top: -40px;
  color: #ffffff;
  margin-left: 15px;
}
.footer {
  background: #555754;
  position: relative;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer h3 {
  color: #ffffff;
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  text-align: left;
}
.footer a {
  color: #ffffff;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 10px;
  margin-bottom: 20px;
}
.footer a:hover {
  color: #e2952d;
  text-decoration: none;
}
.site_link h4,
a {
  color: #ffffff;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 400;
}
.head_txt h5 {
  color: #333333;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.93px;
  text-align: left;
}
.head_txt {
  padding-top: 35px;
  padding-right: 15px;
}
.select_lang_drop {
  border: none !important;
  width: 70px;
}
.select-lang::after {
  content: url("../images/search-results/dropdown.svg");
  position: relative;
  top: -28px;
  right: -5px;
  float: right;
  transform: translateY(-50%);
  pointer-events: none;
  width: 8px;
}
.select-lang .form-control {
  border: none; /* Remove border */
  font-size: 13px;
  color: #333333;
  margin-top: -5px;
  padding: 0;
}
.select-lang .form-control:focus {
  border: none;
  background: none;
  box-shadow: none;
}
.user_img {
  width: 16px;
  height: 16px;
}

/* Car Detail Start */
.breadcrumb-item + .breadcrumb-item::before {
  content: ">" !important; /* Sets the divider character */
  margin-top: -5px; /* Adds space around the divider */
  color: #6c757d; /* Sets the divider color (optional) */
}
.breadcrumb {
  background-color: #ffffff !important;
}
.breadcrumb li a {
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.93px;
  text-align: left;
  color: #666666;
}
.car_details h2 {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
.car_detail_img {
  border-radius: 10px;
  background: url(../images/car-details/car-img.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  height: 480px;
}
.hover-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* Prevents interaction */
}

.preview-container:hover .hover-preview {
  opacity: 1;
}
.car_preview {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.green_bar {
  background: #01aa45;
  width: 5px;
  height: 22px;
}
.bid_info {
  border: 1px dashed #a1a1a1;
  background: #ffffff;
  border-radius: 12px;
  padding: 12px;
}
.bid_info h4 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.23px;
  text-align: left;
  color: #666666;
}
.time_box {
  background: #f8f9fa;
  width: 75px;
  height: 55px;
  border-radius: 4px;
  text-align: center;
}
.time_box h5 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 26.04px;
}
.time_box h6 {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.23px;
  margin-top: -12px;
  margin-bottom: 10px;
}
.form-check-input {
  width: 15px;
  height: 15px;
}
.cost_btn {
  color: #333333;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 54px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upgrade_mem_pad {
  padding-left: 87px;
  padding-right: 88px;
}
.renew_mem_pad {
  padding: 14px 24px;
}
.bid_now_btn {
  border: none;
  color: #ffffff;
  background: #e2952d;
  border-radius: 4px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.incremental_guide .modal-dialog {
  max-width: 680px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
}
.incremental_guide_table {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
}
.incremental_guide_table_head {
  background: #f8f9fa;
}
.incremental_guide_table tbody td {
  border-top: 1px solid #dddddd !important;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.form-field {
  height: 110px;
  display: block;
  position: relative;
}
.form-input-field {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 16px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  height: 50px;
  width: 100%;
  margin-right: 20px;
}
.form-field-drop::after {
  content: url("../images/search-results/dropdown.svg");
  position: absolute;
  right: 30px;
  top: 53%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 8px;
}
.sales_info {
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px #00000026;
  border-radius: 12px;
  padding: 16px;
}

.domestic_bg {
  background: #01aa45;
  border-radius: 4px 0px 0px 4px;
  padding: 12px;
  height: 51px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.domestic_bg.selected {
  border: 5px solid red; /* Green border when selected */
}
.shipping_type {
  display: flex;
  background: #f8f9fa;
  border: 2px solid transparent; /* Default border */
  border-radius: 4px; /* Optional: rounded edges */
  transition: border-color 0.3s ease;
  cursor: pointer;
  width: 100%;
  height: 51px;
  align-items: center;
  gap: 10px;
}
.shipping_type.active {
  border-color: #01aa45; /* Highlight active border */
}
.check_estimate_btn {
  background: #e2952d;
  border-radius: 4px;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 700;
  line-height: 20.83px;
  color: #ffffff;
  border: none;
  margin-top: 44px;
  padding: 14px;
  width: 100%;
}
.car-detail .carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}

/* Carousel Images */
.car_preview .car-detail .modal-dialog {
  max-width: 55% !important;
}
.car-detail .carousel-images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 300px; /* Set a fixed height for consistency */
}

/* Images */
.car-detail .carousel-images img {
  flex-shrink: 0;
  width: 100%; /* Ensure only one image fits within the container */
  max-width: 100%;
  max-height: 300px;
  object-fit: cover;
}

/* Navigation Buttons */
.car-detail .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 100;
}

.car-detail .nav-btn.left-btn {
  left: 10px;
}

.car-detail .nav-btn.right-btn {
  right: 10px;
}

/* Inactive State */
.car-detail .nav-btn.inactive {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

/* Show Modal */
.car-detail .modal-overlay.show {
  visibility: visible;
  opacity: 1;
}
.set_alert_btn {
  background: #e2952d;
  border-radius: 4px;
  padding: 14px 23px;
  border: none;
}
#vehicleConditionModalLong .modal-body ul {
  list-style: none;
  padding-left: 0px;
}
#vehicleConditionModalLong ul li {
  background: url("../images/car-details/green-tick.svg");
  background-size: 16px; /* Adjust size */
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px; /* Space for the image */
}
.vehicle_number {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 12px;
}
.vehicle_line {
  border-left: 1px solid #d9d9d9;
  width: 1px;
  margin-left: -10px;
}
/* Car Details End */
.select_country_calandar {
  width: 129px;
  height: 36px;
}
.month-calendar-container {
  text-align: center;
}
.month-calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.calendar-header button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.calendar-day {
  padding: 5px;
  cursor: pointer;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 13px;
  line-height: 16.93px;
  text-align: center;
  color: #666666;
}
.calendar-day:hover {
  width: 28px;
  height: 28px;
  background: #dddddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  left: 5px;
  font-weight: 500;
  font-size: 13px;
}

.today,
.selected {
  width: 32px;
  height: 32px;
  background: #01aa45;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  left: 5px;
}
.day-header {
  font-weight: 500;
  font-size: 14px;
  line-height: 18.23px;
  color: #333333;
  padding: 5px;
}

.calendar-container {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.calendar-header {
  display: grid;
  grid-template-columns: 50px repeat(7, 1fr);
  color: #666666;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.calendar-header .day {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.calendar-header .date {
  margin-top: 5px;
  font-weight: bold;
  color: #555;
}

.day {
  padding: 10px;
}

.calendar-body {
  display: grid;
  grid-template-columns: 50px repeat(7, 1fr);
  grid-auto-rows: auto;
}

.time-slot {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #666666;
  font-weight: 500;
  top: 50%;
  right: 5px;
  position: relative;
}

.event-slot {
  border: 1px solid #dddddd;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  padding: 7px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.event-slot img {
  width: 24px;
  height: 24px;
}
.event-slot h4 {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #a1a1a1;
  margin-top: 8px;
}
.event-slot:hover {
  background-color: #f0f8ff;
}

.event {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  padding: 5px;
  font-size: 0.85em;
  background-color: #ff6347;
  color: white;
  border-radius: 3px;
}
#date-picker {
  padding: 10px;
  font-size: 16px;
  width: 200px;
}
.auction_box {
  box-shadow: 0px 3px 15px 0px #00000026;
  padding: 12px !important;
  border-radius: 12px;
  height: 80px;
}
.auction_info_box {
  box-shadow: 0px 3px 15px 0px #00000026;
  padding: 12px !important;
  border-radius: 12px;
}
.join_auction_btn {
  border: 1px solid #eee;
  box-shadow: 0px 0px 3px 0px #00000040;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 14px;
  padding-right: 14px;
  background: #ffffff;
  color: #e2952d;
}
/* .table td,
.table th {
  padding: 0.3rem !important;
} */
.auction_box td {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.my_bid_table .table td,
.table th {
  vertical-align: middle !important;
}
.my_bid_table .auction_box th img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
}
.my_bid_table .auction_box th button {
  border: none;
  background: none;
  margin-left: -4px;
}
#auction-grid table {
  border-collapse: separate;
  border-spacing: 0 10px; /* horizontal, vertical */
}
.my_bid_table table {
  border-collapse: separate;
  border-spacing: 0 10px; /* horizontal, vertical */
}
.my_bid th {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
}
.pagination {
  margin-right: -25px;
}
.pagination .page-link {
  margin-right: 15px !important;
  box-shadow: 0px 0px 3px 0px #00000040;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  border: none !important;
  font-size: 13px;
  font-weight: 700;
  color: #a1a1a1;
  text-align: center;
}
.page-item.active .page-link {
  background: #01aa45 !important;
  color: #ffffff;
  box-shadow: none !important;
}
.auction_box h4 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  color: #e2952d;
}
.auction_box p {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.auction_box h5 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.auction_box h6 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.auction_box span {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  color: #01aa45;
}
.auction_box h3 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
}
.search_result_img {
  width: 103px;
  height: 103px;
  border-radius: 8px;
}
.search-results {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.search_results_bid_now {
  border: none;
  background: #e2952d;
  border-radius: 4px;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}
.filtered-box {
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
  border-radius: 8px;
  padding: 4px;
}
.filter-type-box {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 12px;
  padding: 14px;
  height: 44px;
  margin-left: -15px;
  margin-right: -15px;
}
.filtered-close-btn {
  border: none;
  background: none;
}
.clear-all-btn {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #e2952d;
  border: none;
  background: none;
}
.sort-by {
  width: 240px !important;
  height: 40px !important;
}
.country_drop {
  width: 64px !important;
  height: 36px !important;
}
.invoice_status_dropdown {
  width: 127px !important;
  height: 36px !important;
}
.sales_list_drop {
  width: 200px;
  height: 40px;
}
.get_alert_drop {
  border: 1px solid #dddddd;
  width: 276px;
  height: 50px;
}
.galaxy_drop_down {
  box-shadow: 0px 0px 3px 0px #00000040 !important;
  border-radius: 4px !important;
  appearance: none;
  padding-left: 10px;
  border: 1px solid #dddddd;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 13px;
  line-height: 16.93px;
  color: #333333;
}

.form-group1 {
  position: relative;
}
.form-group1::after {
  content: url("../images/search-results/dropdown.svg");
  position: absolute;
  right: 10px;
  top: 45%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 8px;
}
.profile-dropdown {
  position: relative;
}
.profile-dropdown::after {
  content: url("../images/search-results/dropdown.svg");
  position: absolute;
  right: 10px;
  top: 65%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 8px;
}
.selected-filters {
  flex-wrap: wrap;
}
.featured-item {
  background: #f8f9fa;
  height: 64px;
}
.filter-btn {
  background: #ffffff;
  box-shadow: 0px 0px 3px 0px #00000040;
  border-radius: 4px;
  border: 1px solid #00000040;
  padding: 4px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  padding-left: 15px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 50px;
}

.autction_live_now_btn {
  border: none;
  text-transform: uppercase;
  background: #01aa45;
  border-radius: 4px 0px 0px 4px;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 700;
  line-height: 16.93px;
  text-align: left;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.auction_live .active {
  background-color: #01aa45; /* Example active background */
  color: #fff; /* Example active text color */
}
.aucttion_later_today {
  border: none;
  text-transform: uppercase;
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
  border-radius: 0px 4px 4px 0px;
  background: #ffffff;
  color: #666666;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 700;
  line-height: 16.93px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.auction_live .inactive {
  background-color: #ffffff; /* Example inactive background */
  color: #666; /* Example inactive text color */
  box-shadow: 0px 0px 3px 0px #00000040;
}
.btn-search {
  background: #e2952d !important;
  border: none !important;
  width: 48px;
  height: 40px;
}
.container.site_header1 {
  max-width: none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000; /* Example button background */
  border-radius: 50%; /* Rounded buttons */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important;
}
/* Autction View Start */
.autction_view_size {
  box-shadow: 0px 0px 3px 0px #00000040;
  border-radius: 8px;
  padding: 8px;
  background: #ffffff;
  border: none;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 400;
  color: #e2952d;
}
.autction_view_size.active {
  color: #666666;
}
.add_auction {
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 8px;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 700;
  color: #e2952d;
}
.auction_view_box {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 12px;
  padding: 12px;
}
.auction_view_preview_car {
  height: 62px;
  width: 62px;
  border-radius: 12px;
  background: url("../images/auction-view/action-view-preview-car.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bottom_grey_line {
  border-bottom: 1px solid #dddddd;
  padding: 0;
}

.bid_placed {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px #00000040;
}
.bid_placed h5 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.bid_placed h4 {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin-top: -5px;
}
.bid_placed_fill {
  background: #01aa45 !important;
}
.bid_placed_fill h5 {
  color: #ffffff !important;
}
.bid_placed_fill h4 {
  color: #ffffff !important;
}
.previous_bid h4 {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
.previous_bid h5 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.minus_btn {
  border: 1px solid #dddddd;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  background: #ffffff;
}
.plus_btn {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #e2952d;
}
.bid_details p {
  margin-top: 0px;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #dddddd;
  background: #ffffff;
  width: 90px;
  height: 40px;
  border-radius: 8px;
  padding: 10px;
}
.bid_btn {
  padding: 8px 90px 8px 90px;
  background: #e2952d;
  border: none;
  border-radius: 4px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.popup_bid_btn {
  width: 188px;
  height: 40px;
  background: #e2952d;
  border: none;
  border-radius: 4px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.close_btn {
  border: none;
  background: none;
}
.auction-view .notification-btn {
  color: #e2952d;
  background: none;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
}

.auction-view .notification-btn:focus {
  outline: none;
}

.auction-view .notification-icon {
  font-size: 20px;
}

.auction-view .active {
  color: #f39c12; /* Highlight color for active (notification on) */
}

.auction-view .inactive {
  color: #bbb; /* Color for inactive (notification off) */
}
.music {
  margin-top: 9px;
}
.music button {
  width: 26px;
}
.music p {
  margin-top: 0px;
}
.music i {
  color: #f39c12;
}
/* Autction View End */
/* coming soon start*/
.coming_soon {
  background: url("../images/coming-soon/coming-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.coming_soon h2 {
  font-family: DM Sans;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.coming_soon p {
  line-height: 31.25px;
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #dddddd;
}
/* coming soon end*/
/* payment_box */
.payment_box {
  height: 100%;
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 12px;
}
.payment_bar {
  width: 5px;
  border-radius: 12px 0px 0px 12px;
  background: #01aa45;
}
.payment_box h4 {
  margin-top: 30px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  color: #6c6f73;
}
.payment_box h3 {
  font-family: DM Sans;
  font-size: 40px;
  font-weight: 700;
  color: #333333;
}
.payment_box p {
  margin-bottom: 30px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #e2952d;
}
.payment_box span {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  color: #6c6f73;
}
.payment_box h5 {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #bf0a30;
}
.payment-due-details-box {
  box-shadow: 0px 3px 15px 0px #00000026;
  border-radius: 12px;
  padding: 12px;
}
.payment-due-details-box thead th {
  vertical-align: middle !important;
  background: #f8f9fa;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  padding: 12px !important;
}
.payment-due-details-box td {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle !important;
  padding: 12px !important;
}
.payment-due-details-box tbody tr {
  border-top: 1px solid #dddddd;
}
.payment-due-details-box .checkbox {
  width: 18px;
  height: 18px;
}
/* Switch-like checkbox */
.search-results-filter-popup .form-check-input[type="checkbox"] {
  width: 24px;
  height: 10px;
  background-color: #ddd;
  border-radius: 5px;
  position: relative;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.search-results-filter-popup .form-check-input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0px 0px 3px 0px #00000040;
}

.search-results-filter-popup .form-check-input[type="checkbox"]:checked {
  background-color: #01aa45;
}

.search-results-filter-popup .form-check-input[type="checkbox"]:checked:before {
  transform: translateX(20px);
}

.search-results-filter-popup .form-check-input[type="checkbox"]:disabled {
  cursor: not-allowed;
  background-color: #eee;
}

.search-results-filter-popup
  .form-check-input[type="checkbox"]:disabled:before {
  background-color: #ccc;
}
.search-results .modal-dialog {
  margin: 0;
  top: 10px;
  right: 10px;
  position: fixed;
  width: 29% !important;
}
.search-results .modal-content {
  padding: 25px !important;
  max-height: 90vh; /* Limits the modal's height to 90% of the viewport */
  overflow-y: auto;
}

.search-results .modal-body {
  max-height: 70vh; /* Limits the body height to 70% of the viewport */
  overflow-y: auto; /* Enables vertical scrolling inside the modal */
}
/* Today Auction Start*/
.auction-search button {
  background: #e2952d;
  border-radius: 4px;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 16px;
  border: none;
}
.auction-search input {
  box-shadow: 0px 0px 3px 0px #00000040;
  border-radius: 4px;
  background: #ffffff;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 500;
  color: #aaaaaa;
  padding-right: 45px;
  height: 40px;
}
.today-auction .modal-dialog {
  margin: 0;
  top: 10px;
  right: 10px;
  position: fixed;
  max-width: 690px !important;
}
.today-auction .modal-content {
  padding: 25px !important;
  max-height: 90vh; /* Limits the modal's height to 90% of the viewport */
  overflow-y: auto;
}
.today-auction .modal-header {
  border-bottom: none !important;
}
.popup_view .carousel-inner img {
  width: 650px !important;
}

.today-auction .modal-body {
  max-height: 70vh; /* Limits the body height to 70% of the viewport */
  overflow-y: auto; /* Enables vertical scrolling inside the modal */
}
.upcoming-lots-next-btn {
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
  border-radius: 4px;
  padding: 4px;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 700;
  color: #e2952d;
  border: 1px solid #00000040;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 50px;
}
/* Today Auction End*/
/* Sign In Start */
.sign-in {
  margin-top: 170px;
}
.sign-in-type-btn {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 32px;
  width: 100%;
}

.sign-in-box {
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px #00000026;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 24px;
}
.sign-in-box .form-group {
  margin-left: 30px;
  margin-right: 30px;
  height: 80px;
}
.position-relative {
  position: relative;
}
.sign-in-box .toggle-password {
  position: absolute;
  top: 72%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
}
.sign-in-box label {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.sign-in-box input::placeholder {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.sign-in-box .submit-btn {
  background: #e2952d;
  border-radius: 4px;
  width: 100px;
  height: 50px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border: none;
}
.sign-in-box .select-country {
  width: 230px !important;
}
.selected-border {
  background: url("../images/sign-in/sign-in-type.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sign-in-box .required {
  color: #ff0000;
}
.invalid-feedback {
  font-size: 12px !important;
}
.sign-in-box .form-check-input {
  width: 14px !important;
  height: 14px !important;
  accent-color: #01aa45;
  border-radius: 12px;
}
.sign-in-box .form-control {
  box-shadow: 0px 3px 15px 0px #00000026;
  border-radius: 4px !important;
  background: #ffffff;
  border: none;
  height: 45px;
}
.success {
  background: #e5faf5 !important;
  border-radius: 8px;
  align-items: center;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.error {
  background: #feeeef;
  border-radius: 8px;
  align-items: center;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.warning {
  background: #fef8e8;
  border-radius: 8px;
  align-items: center;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.info {
  background: #efeefe;
  border-radius: 8px;
  align-items: center;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.notify-line {
  width: 6px;
  height: 88px;
  border-radius: 8px;
  margin-left: -20px;
}
.success-bar {
  background: #01aa45;
}
.error-bar {
  background: #eb5757;
}
.warning-bar {
  background: #e2952d;
}
.info-bar {
  background: #5458f7;
}
.notify-close {
  background: none;
  border: none;
  margin-right: 15px;
  margin-top: -40px;
}
.sign_up_phone .iti {
  display: block !important;
}
/* Sign In End */
/* Seller Start */
.counter-bid-close {
  position: absolute;
  left: -18px;
  top: 0px;
  background: #ffffff;
  width: 24px;
  height: 24px;
  display: flex;
  border: none;
  border-radius: 2px;
}
.counter-bid-message {
  box-shadow: 0px 3px 15px 0px #00000026;
  width: 100%;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  background: #ffffff;
  padding: 15px;
  border: none;
  padding-bottom: 40px;
}
.counter-send-btn {
  position: absolute;
  right: 10px;
  margin-top: 10px;
}
.seller .modal-body {
  padding: 20px !important;
}
.recommend {
  background: #e1f5e9;
  border-radius: 12px;
  padding: 12px;
}
.recommend-circle {
  background: #ffffff;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials {
  background: #f8f9fa;
}
.testimonials .row {
  padding-top: 70px;
  padding-bottom: 70px;
}
.testimonials-box {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 12px;
  padding: 12px;
}
#testmonialCarousel .carousel-control-prev {
  top: 100px !important;
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  left: -35px;
}
#testmonialCarousel .carousel-control-next {
  top: 100px !important;
  border: 1px solid #e2952d;
  background: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  right: -35px;
  box-shadow: 0px 0px 3px 0px #00000040;
}
#testmonialCarousel .carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  margin-top: 10px;
  margin-left: -1px;
}
.seller .modal-dialog {
  max-width: 848px !important;
  border-radius: 16px;
  padding: 16px;
}
.seller .progress-container {
  width: 100%;

  overflow: hidden;
}

/* The progress bar itself */
/* Progress container styling */
.seller .progress-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: -20px;
}

/* Default style for each step */
.seller .progress-step {
  width: 98px;
  height: 5px;
  border-radius: 4px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

/* Active step style */
.seller .progress-step.active {
  background-color: #4caf50; /* Green for active step */
}

/* Step content styling */
.seller .step {
  display: none; /* Hide all steps by default */
}

.seller .step.active {
  display: block; /* Show only the active step */
}
.seller .modal-header {
  border-bottom: none !important;
}
.seller #back-button {
  border: none;
  box-shadow: none;
  background: none;
  position: absolute;
  top: 35px;
  left: 12px;
}
.step-content h2 {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.step-content h3 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  color: #6c6f73;
  text-transform: uppercase;
}
.select-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 5px;
  outline: none;
}
.select-brand {
  width: 120px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  border: 1px solid #dddddd;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.select-btn.active .select-brand {
  border-color: #01aa45; /* Selected border color */
}
.select-vehicle {
  border-radius: 8px;
  display: flex;
  border: 1px solid #dddddd;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 12px;
  margin-bottom: -30px;
  cursor: pointer;
}
.select-btn.active .select-vehicle {
  border-color: #01aa45; /* Border color when active */
}
.step-content button {
  border: none;
  background: none;
  box-shadow: none;
}
.seller-popup-price input {
  box-shadow: 0px 3px 15px 0px #00000026 !important;
  background: #ffffff;
  border-radius: 4px !important;
  border: none !important;
  height: 50px;
  margin-left: -1px;
}
.seller-popup-select {
  width: 372px !important;
  height: 50px !important;
  box-shadow: 0px 3px 15px 0px #00000026 !important;
  background: #ffffff;
  border-radius: 4px !important;
  border: none !important;
}
.seller label {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
}
.seller #next-button {
  background: #e2952d;
  border: none;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  width: 83px;
  height: 48px;
  border-radius: 4px;
  float: right;
  margin-right: 12px;
  margin-top: 20px;
}
.description-box {
  max-width: 800px;
  height: 90px;
  margin: auto;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0px 3px 15px 0px #00000026;
  border-radius: 4px;
}
.description-box .description {
  border: none;
  background: none;
  resize: none;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  width: 100%;
}

#character-count {
  text-align: right;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  color: #666666;
}

#color-selector h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.custom-tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-tooltip-box {
  display: none;
  position: absolute;
  top: 30px; /* moved slightly down to make room for arrow */
  left: 0;
  z-index: 9999;
  background-color: #fff;
  color: #000;
  padding: 8px;
  border: 1px solid #ccc;
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  border-radius: 4px;
}

.custom-tooltip-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.custom-tooltip-box table {
  border-collapse: collapse;
  width: 100%;
}

.custom-tooltip-box th,
.custom-tooltip-box td {
  border: 1px solid #ccc;
  padding: 6px;
  text-align: left;
}

.custom-tooltip-container:hover .custom-tooltip-box {
  display: block;
}

/* Style for color circles */
.color-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
  transition: transform 0.2s;
}

/* Styling for the input */
input[type="radio"] {
  display: none; /* Hide radio buttons */
}

/* Add a border to the selected circle */
input[type="radio"]:checked + .color-circle {
  outline: 2px solid #4c5055; /* Outline for selected color */
  outline-offset: 4px; /* Space between circle and outline */
  transform: scale(1.05);
}

/* Style for the checkbox selector section */

/* Style for each label and checkbox */
#checkbox-selector label {
  display: block;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 8px 0;
  cursor: pointer;
}

#checkbox-selector input[type="checkbox"] {
  margin-right: 8px;
  width: 14px !important;
  height: 14px;
  accent-color: #01aa45;
  border: 1px solid #aaaaaa;
}
/* Style for the container of the boxes */
.select-box-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

/* Style for each box */
.select-box {
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 64px;
  height: 44px;
  border-radius: 8px;
  padding: 10px;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

/* Hover effect for each box */

/* Styling for the selected box */
.select-box.selected {
  border: 1px solid #01aa45;
  display: block !important;
  left: 0 !important;
}

/* Styling for the selected values display */
#selected-values {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.seller .kilometers .form-control {
  margin-left: -15px;
  box-shadow: 0px 3px 15px 0px #00000026;
  border: none;
  height: 50px;
  border-radius: 4px;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  width: 372px;
}
.seller .input-group-text {
  width: 61px;
  height: 50px;
  background: #01aa45;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding: 18px;
}
.preview-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  max-width: none !important;
  border: none !important;
  margin-bottom: -10px !important;
}
.preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-right: 20px;
}
#previewContainer:empty {
  display: none;
}
.modal_preview_img_carousel {
  display: flex;
  gap: 10px;
}
.modal_preview_img_carousel .fa {
  color: #a1a1a1;
}
.photo-upload-row {
  display: flex;
  margin-bottom: 20px;
}

#addPhotoButton {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-1 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-2 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-3 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-4 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-5 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-6 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-7 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-8 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-9 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-10 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-11 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-12 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-13 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-14 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-15 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-16 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-17 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-18 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-19 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
#addPhotoButton-20 {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  width: 200px;
  height: 80px;
  border-radius: 12px;
  padding: 12px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.counter-bid .modal-dialog {
  position: relative;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  float: right;
}
/* Seller End */
.filter-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.dropdown-toggle:hover {
  background-color: #0056b3;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  min-width: 200px;
  padding: 10px;
}

.dropdown-menu label {
  display: block;
  margin: 5px 0;
}

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

.filter-dropdown.active .dropdown-menu {
  display: block;
}
.grid-preview {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the images fit nicely within their grid cells */
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}
.favorite-icon {
  cursor: pointer;
  font-size: 24px;
  color: #e2952d;
  transition: color 0.3s ease;
}

.favorite-icon.favorited {
  color: #e2952d; /* Highlight color for favorited state */
  width: 16px;
  height: 16px;
}

.favorite-icon i {
  transition: transform 0.3s ease; /* Smooth animation on toggle */
  width: 16px;
  height: 16px;
}
.fav i {
  color: #e2952d;
}
.shield-icon i {
  color: #000000;
}
.circle-icon i {
  color: #01aa45;
}

.favorite-icon.favorited i {
  transform: scale(1.2); /* Slight zoom effect when favorited */
}
/* Container styling */

.select_state_drop {
  width: 100%;
  height: 50px !important;
  border-radius: 4px !important;
  appearance: none;
  padding-left: 16px;
  border: 1px solid #dddddd;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.23px;
  color: #666666;
}

.select_state::after {
  content: url("../images/car-details/select-state-drop-down.svg");
  position: relative;
  float: right;
  right: 20px;
  top: -30px;
  transform: translateY(-50%);
  pointer-events: none;
}
.other_specify {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 13px;
  line-height: 16.93px;
  color: #aaaaaa;
  padding-left: 16px;
  width: 100%;
  height: 48px;
}
.pickup-location {
  max-width: 400px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

/* Label styling */
.pickup-location label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #666666;
}

/* Input field and button container */
.pickup-field {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* Input field styling */
.pickup-field input {
  flex: 1;
  border: none;
  padding: 8px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.23px;
  color: #666666;
  outline: none;
  border-radius: 4px;
}

/* Button styling */
.location-btn {
  background: none;
  color: #e2952d;
  border: none;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.location-btn i {
  width: 18px;
  height: 18px;
}

/* Location message styling */
.location-message {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}
.filter-section {
  border-top: 1px solid #dddddd;
  padding: 4px;
  margin-left: -15px;
  height: 100%;
  position: relative;
  top: 20px;
}
.filter-section label {
  display: block;
  line-height: 32px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.filter-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  position: relative;
  top: 7px;
  left: 10px;
}

.toggle-icon {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  left: -10px;
  top: 4px;
  color: #e2952d;
}

.filter-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-top: 10px;
  padding-left: 10px;
}
.filter-section.expanded .filter-content {
  max-height: 100%;
}
.filter-section.expanded .filter-content.scrollable {
  min-height: 350px; /* Adjust based on content height */
  overflow-y: scroll;
}
.search_filter_type {
  margin-top: 30px;
}

.progress-container {
  position: relative;
  width: 100px;
  height: 100px;
}

.progress-circle {
  transform: rotate(-90deg);
}

circle {
  fill: none;
  stroke-width: 11;
}

.bg {
  stroke: #e6e6e6;
}

.progress {
  stroke: #01aa45;
  stroke-dasharray: 283; /* 2 * PI * R (R = 45) */
  stroke-dashoffset: 283; /* Full circle */
  transition: stroke-dashoffset 0.5s ease;

  fill: none;
  stroke: #01aa45;
  stroke-width: 8;
  stroke-linecap: round;

  /* Rotate to start at top and flip horizontally for anti-clockwise */
  transform: rotate(0deg) scale(1, -1);
  transform-origin: center;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
}
.table td,
.table th {
  border: none !important;
}
.search-container {
  position: relative;
  width: 372px;
}
.search-filter-container {
  position: relative;
  width: 100%;
  max-width: 300px;
  top: 20px;
}
.search_filter_line {
  border-top: 1px solid #dddddd;
}
.search-filter-container .search-input-filter {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 13px;
  line-height: 16.93px;
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
  color: #aaaaaa;
}
.search-btn {
  position: absolute;
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #e2952d;
  width: 16px;
  height: 16px;
}
.search-input {
  width: 100%;
  height: 36px;
  padding: 9px 35px 9px 35px;
  border: 1px solid #00000040;
  border-radius: 5px;
  outline: none;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 13px;
  line-height: 16.93px;
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
}

.search-input:focus {
  border-color: #01aa45;
}

.search-container i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #e2952d;
  width: 16px;
  height: 16px;
}
.date-container {
  position: relative;
  width: 280px;
}

.date-input {
  width: 100%;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  height: 36px;
  box-shadow: 0px 0px 3px 0px #00000040;
}

.date-container i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #e2952d;
  font-size: 16px;
  cursor: pointer;
}
.pagination .page-link {
  width: auto !important;
}
.range-container {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
  font-family: Arial, sans-serif;
}
.range-container .inputs {
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
}
.car_search .inputs input,
select {
  width: 125px;
  height: 50px;
  padding: 8px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.23px;
  text-align: left;
  border: 1px solid #dddddd;
  border-radius: 4px;
  appearance: none;
}
.form-control {
  font-family: DM Sans !important;
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333 !important;
}
.range-container .slider-container {
  position: relative;
  top: 20px;
  width: 300px;
  height: 4px;
  background: #dddddd;
}
.range-container .slider-track {
  position: absolute;
  width: 300px;
  height: 4px;
  background: #01aa45;
  border-radius: 5px;
}
.range-container .toggle {
  position: absolute;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 8px 0px #00000040;
  background: #ffffff;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.apply_btn {
  background: #e2952d;
  border: none;
  width: 68px;
  height: 36px;
  border-radius: 4px;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 13px;
  line-height: 16.93px;
  color: #ffffff;
  margin-top: 25px;
  float: right;
  margin-bottom: 20px;
}
.zip_code {
  border: 1px solid #dddddd;
  background: #ffffff;
  width: 167px;
  height: 50px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.23px;
  color: #666666;
  padding-left: 10px;
}
.search_filter_popup_btn {
  background: #e2952d;
  border: none;
  width: 75px;
  height: 36px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16.93px;
  color: #ffffff;
  margin-top: 25px;
  float: right;
  margin-bottom: 20px;
}
.date-picker-container {
  position: relative;
  display: inline-block;
  gap: 16px;
  margin-bottom: 30px;
}
.date-picker-container input {
  width: 136px;
  height: 50px;
  border-radius: 4px;
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.23px;
  outline: none;
  border: none;
  box-shadow: 0px 3px 15px 0px #00000026;
  color: #e2952d;
  cursor: pointer;
}
.date-picker::-webkit-calendar-picker-indicator {
  filter: invert(35%) sepia(100%) saturate(500%) hue-rotate(180deg); /* Change color */
  opacity: 1; /* Make sure it's visible */
  cursor: pointer;
  color: #e2952d;
}
.save_search .modal-dialog {
  max-width: 450px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
}
.save_search,
.incremental_guide .modal-content {
  border: none !important;
}
.save_search,
.incremental_guide .modal-header {
  border: none !important;
}
.save_search label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20.83px;
  color: #333333;
}
.save_search span {
  color: #bf0a30;
}
.save_search input {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 4px;
  padding: 4px;
  border: none;
  width: 418px;
  height: 50px;
  padding-left: 10px;
}
.save_search_btn {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-right: -16px;
  margin-top: 30px;
}
.save_search_btn .save {
  width: 142px;
  height: 48px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  background: #e2952d;
  color: #ffffff;
}
.save_search_btn .cancel {
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #e2952d;
  width: 98px;
  height: 48px;
}

.carousel-item {
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.carousel-item:not(.active) {
  opacity: 0;
}
/*------Profile Start ------ */
.sidebar .title {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.sidebar .title.active {
  box-shadow: 0px 3px 15px 0px #00000026;
  color: #e2952d;
  background: #f8f9fa;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
}
.arrow {
  transition: transform 0.3s;
}
.profile_border {
  border-bottom: 1px solid #dddddd;
}
.user_edit_icon {
  position: relative;
  float: right;
}
.member_id {
  background: #f8f9fa;
  border-radius: 4px;
  padding: 10px 24px;
}
.account_settings {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 4px;
  min-height: 50px !important;
  border: none !important;
  padding: 8px;
}
.account_settings.expanded .filter-content {
  max-height: 100%;
}
.laguage_drop_down {
  padding-right: 350px;
}
.lang:after {
  content: url("../images/search-results/dropdown.svg");
  position: absolute;
  right: 30px;
  top: 53%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 8px;
}
.cancel_btn {
  box-shadow: 0px 0px 3px 0px #00000040;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 14px 24px;
  border-radius: 4px;
}
.read_btn {
  background: #e2952d;
  border-radius: 4px;
  padding: 14px 24px;
  border: none;
}
.acc_password input {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  padding: 13px 280px 13px 16px;
  border: none;
  border-radius: 4px;
}
.upload_doc_form {
  height: 120px;
}
.profile_password {
  height: 90px;
}
#calendarIcon {
  color: #e2952d !important;
}
#uploadBtn {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 4px;
  padding: 13px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: -5px;
}
#uploadBtn:hover {
  background: #0056b3;
}
#fileName {
  font-size: 14px;
  color: #333;
}
.hidden {
  display: none;
}
.help-block {
  margin-top: 5px;
  font-size: 12px;
  color: #bf0a30;
  margin-left: 5px;
}
/*------Profile End ------ */
/*--- Pricin start ----- */
.price_des li {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  position: relative;
  padding-left: 24px; /* Adjust based on icon size */
  margin-bottom: 8px; /* Optional spacing between list items */
  list-style: none;
}
.price_des ul li::before {
  content: "";
  position: absolute;
  top: 2px; /* Adjust vertical alignment */
  left: 0;
  width: 16px; /* Icon width */
  height: 16px; /* Icon height */
  background-size: contain;
  background-repeat: no-repeat;
}
.price_des .gree_tick li::before {
  background-image: url("../images/car-details/green-tick.svg");
}
.price_des .red_tick li::before {
  background-image: url("../images/car-details/red_tick.svg");
}
.payment_type button {
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 16px 54px 16px 24px;
  border-radius: 8px;
}
.payment_line {
  border-left: 1px solid #dddddd;
  margin-left: -5px;
  width: 3px;
}
.order_review {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px;
}
.order_review_line {
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
#payment-buttons button.active {
  background: #f8f9fa;
  border: 1px solid #01aa45;
}
.pricing-box {
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px #00000026;
  border-radius: 6px;
  padding: 20px;
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}
.pricing-box.selected {
  background: url("../images/price/price-selection.png");
  background-size: cover;
}
/*--- Pricin end ----- */
.review_active_btn {
  background: #e2952d;
  border-radius: 4px;
  border: none;
  padding: 14px 39px;
}
.review_passive_btn {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  padding: 14px 39px;
}
#completeRegistration .modal-content,
.modal-header {
  border: none !important;
}
#thumbnail-slider .splide__slide img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  margin-right: 2px !important;
}
#thumbnail-slider .splide__slide {
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: 80px !important;
}
.splide__slide {
  border-radius: 12px !important;
}
#thumbnail-slider .splide__slide.is-active {
  opacity: 1;
  border: 1px solid #e2952d;
  border-radius: 12px !important;
  width: 82px !important;
  height: 82px !important;
}
.splide {
  visibility: visible !important;
}
.starting-bid {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 40px;
}

.profile:hover .menu-content {
  display: block;
}
.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.auction-view-content {
  display: flex;
  flex-direction: column;
}
.bid-vertical {
  flex-direction: column !important;
}

.bid-horizontal {
  flex-direction: row !important;
}
.auction_preview_slider .splide__list .splide__slide {
  width: 25% !important;
  text-align: center;
  margin-bottom: -70px;
}
.auction_preview_slider .splide__arrow--prev {
  left: 0em !important;
}
.auction_preview_slider .splide__arrow--next {
  right: 0em !important;
}
.auction_preview_slider .splide__arrow {
  top: 35% !important;
}

.auction_preview_slider .splide__pagination {
  display: none !important;
}
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

.help-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  white-space: normal;
  max-width: 300px;
  min-width: 200px;
  word-break: normal;
  line-height: 1.4;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.orange-button {
  background: #e2952d;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
.white-button {
  box-shadow: 0px 0px 3px 0px #00000040;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border: none;
  border-radius: 4px;
  color: #e2952d;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
.profile-container {
  position: relative;
  width: 120px;
  height: 120px;
  cursor: pointer;
}

.profile-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.profile-container input[type="file"] {
  display: none;
}

.edit-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 4px;
  font-size: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.select-dropdown {
  background-image: url("../images/search-results/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center; /* <-- Adds space from right edge */
  background-size: 12px 7px; /* Adjust arrow size */
  padding-right: 2.5rem;
}
.carousel-inner .carousel-item .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.auction-tab-btn {
  background-color: #f8f9fa;
  color: #333;
}

.auction-tab-btn.active-btn {
  background-color: #01aa45 !important;
  color: white !important;
  font-weight: bold;
  border: 2px solid #01aa45;
}
.no-results {
  box-shadow: 0px 3px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
}
.modal-content {
  border: none !important;
}
.alert-wrapper {
  margin-top: 180px;
  margin-bottom: -120px !important;
}
