/* [project]/src/components/common/MyProfileNav/MyProfileNav.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.my-profile-box {
  cursor: pointer;
  margin: 0 .5rem;
  transition: background-color .2s ease-in;
  position: relative;
}

.my-profile-box .my-profile-wrapper {
  opacity: .85;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  transition: all .3s;
  position: relative;
}

@media (max-width: 1535.98px) {
  .my-profile-box .my-profile-wrapper {
    margin-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .my-profile-box .my-profile-wrapper {
    margin-left: 0;
  }
}

.my-profile-box .my-profile-wrapper .image-wrapper {
  width: 16px;
  transition: all .2s ease-in;
}

.my-profile-box .my-profile-wrapper .image-wrapper.arrow {
  filter: brightness(0) saturate() invert(0%) sepia(2%) saturate(6%) hue-rotate(35deg) brightness(103%) contrast();
  width: 15px;
  min-width: 15px;
  height: auto;
  margin: 0 5px;
}

.my-profile-box .my-profile-wrapper .profile-name-wrapper {
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 6px;
  display: flex;
}

.my-profile-box .my-profile-wrapper .profile-name-wrapper span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  max-width: 8.125rem;
  font-weight: 400;
  overflow: hidden;
}

.my-profile-box .my-profile-wrapper .profile-name-wrapper .arrow {
  filter: brightness(0) saturate() invert(0%) sepia(2%) saturate(6%) hue-rotate(35deg) brightness(103%) contrast();
}

@media (max-width: 767.98px) {
  .my-profile-box .my-profile-wrapper .profile-name-wrapper {
    display: none;
  }
}

.my-profile-box .my-profile-wrapper.active {
  border-color: #101010;
}

.my-profile-box .my-profile-wrapper.active .image-wrapper.arrow {
  transform: rotate(-180deg);
}

@media (max-width: 767.98px) {
  .my-profile-box .my-profile-wrapper.desktop {
    display: none;
  }
}

/* [project]/src/components/common/NotificationView/NotificationView.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.notification-view {
  -webkit-user-select: none;
  user-select: none;
}

.notification-view .my-profile-item .time {
  color: #101010 !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

.notification-view .time:after {
  content: none;
}

.notification-view:hover {
  cursor: pointer;
}

/* [project]/src/components/common/NotificationsNav/NotificationsNav.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.notifications-box {
  position: relative;
}

.notifications-box * {
  cursor: pointer;
}

.notifications-box .mobile-header {
  padding: .5rem 1rem 1rem;
  display: none;
}

.notifications-box .mobile-header h3 {
  margin-top: 10px;
  margin-left: 16px;
}

.notifications-box .mobile-header .base-button.icon .image-wrapper {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 767.98px) {
  .notifications-box .mobile-header {
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    display: flex;
  }
}

.notifications-box .notifications-wrapper {
  position: relative;
}

.notifications-box .notifications-wrapper .badge-position {
  color: #101010;
  background: #ad9d6f;
  border-radius: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  font-size: .625rem;
  font-weight: 600;
  position: absolute;
  top: 6px;
  right: -6px;
}

@media (max-width: 767.98px) {
  .notifications-box .notifications-wrapper .badge-position {
    top: -6px;
    right: -2px;
  }
}

/* [project]/src/components/common/UniverselNavList/UniversalNavList.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

/* [project]/src/app/listing/[id]/[slug]/ListingPage.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.box {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem 4rem;
  box-shadow: 0 2px 12px 10px #00071506;
}

@media (max-width: 1279.98px) {
  .box {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .box {
    border-radius: 24px;
    padding: 2rem;
  }
}

.box.box-p-48 {
  padding: 3rem;
}

@media (max-width: 767.98px) {
  .box.box-p-48 {
    padding: 1rem;
  }
}

.shadow {
  box-shadow: 0 2px 12px 10px #00071506;
}

.heading-box {
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
  position: relative;
}

.heading-box:after {
  content: "";
  background-color: #d6bd83;
  width: 61px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading-box.secondary {
  font-size: 20px;
  font-weight: 600;
}

.heading-box.secondary:after {
  background-color: #f0f0f0;
  width: 100%;
  height: 1px;
}

.paragraph-box {
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  display: flex;
}

.paragraph-box h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.paragraph-box ul {
  list-style: initial;
  padding-inline-start: 1rem;
}

.paragraph-box ul li {
  margin-bottom: .375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph-box ul li:last-child {
  margin-bottom: 0;
}

.paragraph-box ul li p {
  margin: 0;
}

.paragraph-box ul li::marker {
  font-size: .75rem;
  list-style-position: outside;
}

.img-filter-grey img {
  filter: brightness(0) saturate() invert(46%) sepia(1%) saturate(1250%) hue-rotate(347deg) brightness(90%) contrast(81%);
}

.border-gradient {
  position: relative;
}

.border-gradient:before {
  content: "";
  -webkit-mask-composite: xor;
  background: linear-gradient(#0000, #efefef);
  border-radius: 12px;
  padding: 1px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.login-modal-container {
  z-index: 1055;
  background-color: #000000bf;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  display: flex !important;
}

a {
  color: #101010;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: #ad9d6f;
}

.w-max-\[100dvw\] {
  max-width: 100dvw;
}

@keyframes bouncing-loader {
  to {
    opacity: .1;
    transform: translate3d(0, -8px, 0);
  }
}

.bouncing-loader {
  justify-content: center;
  display: flex;
  flex-direction: row !important;
}

.bouncing-loader > div {
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: auto 2px;
  animation: .6s infinite alternate bouncing-loader;
}

.bouncing-loader > div:nth-child(2) {
  animation-delay: .2s;
}

.bouncing-loader > div:nth-child(3) {
  animation-delay: .4s;
}

.circle img {
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.loading-wrapper {
  justify-content: center;
  align-items: center;
  height: 260px;
  display: flex;
  position: relative;
}

.text-danger {
  background: #ffe9e9;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  margin-top: 1rem;
  padding: 16px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: .9375rem;
  font-weight: normal;
  display: flex;
  color: #c56269 !important;
}

.lg-container {
  z-index: 1055;
  position: relative;
}

.timer-days {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.time {
  position: relative;
}

.time .image-wrapper img {
  filter: invert(77%) sepia(104%) saturate(727%) hue-rotate(322deg) brightness(91%) contrast(87%);
}

.time .time-wrapper {
  color: #be9b52;
}

.time .text-wrapper {
  color: #be9b52;
  font-weight: 700;
}

.time.days:after {
  width: 70%;
}

.time.hours .timer-hours {
  color: #b70404;
}

.time.hours:after {
  background-color: #b70404;
  width: 50%;
}

.time.minutes .timer-minutes {
  color: #b70404;
}

.time.minutes:after {
  background-color: #b70404;
  width: 30%;
}

.timer-days:has( > .time) {
  background-color: red;
}

.time-wrapper {
  text-wrap: nowrap;
}

.timer-days:has( + .time) {
  background-color: red;
}

.timer-hours {
  min-width: 105px;
  max-width: 105px;
}

.add-card-country-code .dropdown-balloon {
  width: 100dvw;
  max-width: 300px;
  top: initial;
  bottom: calc(100% + .75rem);
}

.highest-bid-wrapper {
  max-width: 12.5rem;
}

.transparent-sidebar .page-container {
  position: relative;
}

.transparent-sidebar .page-container:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#0009 0%, #0000 100%);
  width: 100%;
  height: 211px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1440px) {
  .transparent-sidebar .page-container .container {
    padding: 0;
    max-width: 1142px !important;
  }

  .transparent-sidebar .page-container .container.frequently-asked-questions {
    max-width: 906px !important;
  }

  .transparent-sidebar .page-container .page-head .container {
    max-width: 1376px !important;
  }
}

@media (max-width: 1439.98px) {
  .transparent-sidebar .page-container .container {
    max-width: 1142px !important;
  }
}

.transparent-sidebar .page-container h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}

@media (max-width: 1279.98px) {
  .transparent-sidebar .page-container h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .transparent-sidebar .page-container h2 {
    font-size: 1.5rem;
  }
}

.transparent-sidebar .page-container p {
  color: #101010;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.transparent-sidebar .page-container .page-head {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 700px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.transparent-sidebar .page-container .page-head .image-wrapper {
  width: 154px;
}

.transparent-sidebar .page-container .page-head:before, .transparent-sidebar .page-container .page-head:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}

.transparent-sidebar .page-container .page-head:before {
  background: linear-gradient(90deg, #000000f2 0%, #0000 100%);
  width: 50%;
  left: 0;
}

.transparent-sidebar .page-container .page-head:after {
  background: linear-gradient(270deg, #000000a6 0%, #0000 100%);
  width: 30%;
  right: 0;
}

.transparent-sidebar .page-container .page-head .container {
  z-index: 1;
  padding: 0;
}

.transparent-sidebar .page-container .page-head h1 {
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 1.125rem;
  font-size: 4rem;
  line-height: 4rem;
}

.transparent-sidebar .page-container .page-head h1:after {
  width: 64px;
}

.transparent-sidebar .page-container .page-head p {
  color: #fff;
  max-width: 559px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

@media (max-width: 767.98px) {
  .transparent-sidebar .page-container .page-head p {
    font-size: 1.125rem;
  }
}

@media (max-width: 1023.98px) {
  .transparent-sidebar .page-container .page-head {
    padding: 0 2rem 3rem;
  }
}

@media (max-width: 767.98px) {
  .transparent-sidebar .page-container .page-head {
    height: 520px;
    padding: 0 1rem 2rem;
  }

  .transparent-sidebar .page-container .page-head h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .transparent-sidebar .page-container .page-head .image-wrapper {
    width: 128px;
    margin-bottom: .625rem;
  }

  .transparent-sidebar .page-container .page-head:before {
    background: linear-gradient(#000000d9 0%, #0000 100%);
    width: 100%;
    height: 30%;
  }

  .transparent-sidebar .page-container .page-head:after {
    background: linear-gradient(0deg, #000000d9 0%, #0000 100%);
    width: 100%;
    height: 30%;
    top: auto;
    bottom: 0;
  }
}

.transparent-sidebar .language .toggle-option {
  color: #fff !important;
}

.transparent-sidebar .language .toggle-option.active {
  color: #101010 !important;
  background-color: #fff !important;
}

.container {
  max-width: 1376px !important;
}

.grid-2 {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .grid-2 {
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.grid-3 {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .grid-3 {
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.grid-4 {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 640px) {
  .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .grid-4 {
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.grid-6 {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
  .grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .grid-6 {
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

input {
  appearance: none !important;
  -o-appearance: none !important;
  box-shadow: none !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #101010 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
}

input:focus-visible {
  outline: none;
}

input {
  color: #101010;
  border-radius: 4px !important;
}

.form-control {
  color: #101010;
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 2px;
  outline: none;
  min-height: 48px;
  max-height: 48px;
  padding: 16px 16px .75rem;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  transition: all .35s;
  font-weight: 600 !important;
}

.form-control:-webkit-autofill {
  color: #fff !important;
}

.form-control::placeholder {
  color: #949494;
  font-weight: 300 !important;
}

.form-control > div {
  width: 100% !important;
}

.form-control:hover {
  background: #f9f9f9;
  border-color: #9c9c9c;
}

.form-control:focus {
  box-shadow: none;
  color: #101010;
  background: #f0f0f0;
  border-color: #9c9c9c;
}

@media (max-width: 767.98px) {
  .form-grid.one-column {
    width: 100%;
  }
}

.form-item {
  align-items: flex-start;
  gap: 16px;
  display: flex;
  position: relative;
}

.form-item.label {
  color: #505050;
  flex-direction: column;
  gap: 0;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.form-item.label .form-item-content {
  gap: 16px;
  width: 100%;
  display: flex;
}

.form-item.label label {
  font-size: .875rem;
}

.form-item.span-2 {
  grid-column: span 2;
}

.form-item.input-with-button .input-wrapper {
  flex: 1;
  width: auto;
}

.form-item label {
  color: #505050;
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.form-item .form-input-group {
  gap: 16px;
  width: 100%;
  display: flex;
}

.form-item .file-area-wrapper {
  flex-direction: column;
  gap: 4px;
  width: 100%;
  display: flex;
}

.form-item .base-button {
  opacity: .7;
  gap: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.form-item .base-button:hover {
  opacity: 1;
}

.form-item .base-button .image-wrapper {
  height: 20px;
}

.form-item.option label {
  pointer-events: none;
}

.form-item.option .form-control {
  pointer-events: none;
  background-image: linear-gradient(45deg, #f7f7f7 25%, #fff 25% 50%, #f7f7f7 50% 75%, #fff 75% 100%);
  background-size: 28.28px 28.28px;
  padding: 16px 120px .75rem 16px;
}

.tips {
  text-align: left;
  flex: 1;
  padding: 1.5rem;
}

.tips.yellow {
  color: #fff;
  background-color: #f3ffeb;
}

.input-content {
  position: relative;
}

.input-content .label-placeholder {
  cursor: text;
  z-index: 1;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s;
  animation: .2s forwards labelAnimation;
  position: absolute;
  top: 50%;
  left: 18px;
  line-height: .75rem !important;
}

.input-content .label-placeholder.hidden {
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  animation: none;
}

.input-content.failed .form-control {
  background: #f8e8e8;
  border-color: #c56269;
}

.input-content.successful .form-control {
  background: #efffec;
  border-color: #689946;
}

.password .show-password-icon {
  right: 40px;
}

@keyframes labelAnimation {
  0% {
    transform: translateY(-50%);
  }

  100% {
    color: #6e6e6e;
    opacity: .85;
    visibility: visible;
    font-size: .625rem;
    top: 6px;
  }
}

.input-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.input-wrapper input {
  width: 100%;
  padding: 1rem;
}

.input-wrapper input:not(:-moz-placeholder-shown) {
  padding: 1rem 1rem .75rem;
}

.input-wrapper input:not(:placeholder-shown) {
  padding: 1rem 1rem .75rem;
}

.input-wrapper input:read-only {
  -webkit-user-select: none;
  user-select: none;
  cursor: not-allowed;
  color: #6e6e6e;
  font-weight: bold;
  background-image: linear-gradient(45deg, #f7f7f7 25%, #fff 25% 50%, #f7f7f7 50% 75%, #fff 75% 100%) !important;
  background-size: 28.28px 28.28px !important;
  border: 1px solid #ddd !important;
}

.input-wrapper.price .form-control {
  padding: 16px;
}

.input-wrapper.no-icon .form-control {
  padding: 1rem 1rem .75rem;
}

.input-wrapper.vin-input .form-control {
  background-color: #0000;
  border: none;
  padding: 16px;
}

.input-wrapper.forgot-password-input .faile .image-wrapper, .input-wrapper.forgot-password-input .successful .image-wrapper {
  right: 130px !important;
}

.input-wrapper.forgot-password-input .form-control {
  padding-right: 130px !important;
}

.input-wrapper.forgot-password-input .input-content {
  border-radius: 4px !important;
}

.input-wrapper.forgot-password-input .input-content .show-password-icon {
  right: 100px;
}

.input-wrapper .input-content {
  align-items: center;
  display: flex;
  position: relative;
}

.input-wrapper .input-content.successful .input {
  left: auto;
  right: 16px;
}

.input-wrapper .input-content.successful .form-control {
  color: #689946;
  padding: 16px 38px .75rem 16px;
}

.input-wrapper .input-content.successful .form-control:hover, .input-wrapper .input-content.successful .form-control:focus {
  border-color: #689946;
}

.input-wrapper .input-content.successful .form-control::placeholder {
  color: #689946;
  font-weight: 400;
}

.input-wrapper .input-content.successful .form-control.with-icon {
  padding-left: 16px !important;
}

.input-wrapper .input-content.successful .form-control:-webkit-autofill {
  -webkit-text-fill-color: #689946 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
}

.input-wrapper .input-content.successful .label-placeholder {
  color: #689946 !important;
}

.input-wrapper .input-content.successful .label-placeholder.with-icon {
  left: 18px !important;
}

.input-wrapper .input-content.failed .input {
  left: auto;
  right: 16px;
}

.input-wrapper .input-content.failed .form-control {
  color: #c56269;
  padding: 16px 38px .75rem 16px;
}

.input-wrapper .input-content.failed .form-control:hover, .input-wrapper .input-content.failed .form-control:focus {
  border-color: #c56269;
}

.input-wrapper .input-content.failed .form-control::placeholder {
  color: #c56269;
  font-weight: 400;
}

.input-wrapper .input-content.failed .form-control.with-icon {
  padding-left: 16px !important;
}

.input-wrapper .input-content.failed .form-control:-webkit-autofill {
  -webkit-text-fill-color: #c35353 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
}

.input-wrapper .input-content.failed .label-placeholder {
  color: #c56269 !important;
}

.input-wrapper .input-content.failed .label-placeholder.with-icon {
  left: 18px !important;
}

.input-wrapper .input-content.failed span {
  color: #c56269;
  font-size: .75rem;
  line-height: 1.6rem;
  position: absolute;
  top: 91%;
  right: 4px;
}

.input-wrapper .input-content.verified .input {
  display: none;
}

.input-wrapper .input-content.verified .form-control {
  background-color: #efefef;
  border-color: #efefef;
  padding: 16px 110px .75rem 16px;
}

.input-wrapper .input-content.verified .form-control:hover, .input-wrapper .input-content.verified .form-control:focus {
  border-color: #959595;
}

.input-wrapper .input-content.verified .form-control.with-icon {
  color: #6aa73b !important;
  padding-left: 16px !important;
}

.input-wrapper .input-content.verified .form-control:-webkit-autofill {
  -webkit-text-fill-color: #689946 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
}

.input-wrapper .input-content.verified .label-placeholder.with-icon {
  left: 18px !important;
}

.input-wrapper .input-content.verified .text-verified {
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  right: 16px;
}

.input-wrapper .input-content.verified .text-verified .image-wrapper {
  width: 20px;
}

.input-wrapper .input-content.verified .text-verified .text-wrapper {
  color: #6aa73b;
}

.input-wrapper .input-content .show-password-icon {
  opacity: .35;
  cursor: pointer;
  filter: brightness(0) saturate() invert(0%) sepia(2%) saturate(6%) hue-rotate(35deg) brightness(103%) contrast();
  width: 20px;
  transition: opacity .2s ease-in;
  position: absolute;
  right: 16px;
}

.input-wrapper .input-content .show-password-icon:hover {
  opacity: 1;
}

.multiple-input-wrapper .form-grid {
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
}

.multiple-input-wrapper .form-grid .input-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 80%;
  margin: auto;
  display: inline-flex;
}

@media (max-width: 767.98px) {
  .multiple-input-wrapper .form-grid .input-container {
    width: 100%;
  }
}

.multiple-input-wrapper .form-grid .input-container .input-wrapper {
  width: 100%;
}

.multiple-input-wrapper .form-grid .input-container .input-wrapper .input-content {
  width: 100%;
  height: 100%;
}

.multiple-input-wrapper .form-grid .input-container .input-wrapper .input-content .form-control {
  text-align: center;
  width: 100%;
  max-height: initial;
  height: 100%;
  box-shadow: none;
  outline: none;
  padding: 15px 10px;
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  .multiple-input-wrapper .form-grid .input-container .input-wrapper .input-content .form-control {
    height: 64px;
    font-size: 1.5rem;
  }
}

.sell-your-vehicle-container .input input {
  width: 100%;
}

.tabs-grid {
  animation: .5s forwards fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tabs-grid .form-grid.three-column {
  max-width: 1044px;
}

.tabs-grid .form-grid.four-column {
  max-width: 1400px;
}

label {
  color: #101010;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
}

.file-gallery-grid {
  grid-gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  display: grid;
}

.file-gallery-grid.five-columns {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.file-gallery-grid .image-wrapper {
  border-radius: 4px;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
}

.file-gallery-grid .image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
}

.file-gallery-grid .file-area-box {
  min-height: 200px;
  max-height: 200px;
  padding: 1rem 2rem !important;
}

.file-gallery-grid .file-area-box .image-wrapper {
  border-radius: initial;
}

.file-gallery-grid .file-area-box .heading-3 {
  font-size: 1rem;
  font-weight: 600;
}

.form-grid {
  grid-gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  display: grid;
}

@media (max-width: 767.98px) {
  .form-grid {
    grid-gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.form-grid h3 {
  grid-column: span 2;
  font-size: 2.25rem;
}

.form-grid.one-column {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.form-grid.three-column {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
  .form-grid.three-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.form-grid.four-column {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
  .form-grid.four-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.form-grid.five-column {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
  .form-grid.five-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.form-grid.six-column {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
  .form-grid.six-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.form-field {
  color: #333;
  flex-direction: column;
  width: 100%;
  font-weight: 600;
  display: flex;
  position: relative;
}

.form-field .form-item-content {
  gap: 16px;
  width: 100%;
  display: flex;
}

.form-field .form-item-content .radio-input-group {
  position: relative;
}

.form-field .form-item-content .radio-input-group .radio-container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.form-field .form-item-content .radio-input-group .radio-container .radio-group {
  gap: 4px;
}

.form-field .form-item-content .radio-input-group .radio-container .radio-group .text-label {
  background-color: #0000;
  border: 1px solid #0000;
  min-width: auto;
  min-height: auto;
}

.form-field.no-label {
  align-items: flex-start;
  gap: 16px;
}

.form-field.grey input, .form-field.grey .selector, .form-field.readonly input, .form-field.readonly textarea, .form-field.readonly .selector {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}

.form-field.readonly input:hover, .form-field.readonly textarea:hover, .form-field.readonly .selector:hover {
  border: 1px solid #f2f2f2;
}

.form-field.info input, .form-field.info .selector {
  color: #ad9d6f;
  pointer-events: none;
  background-color: #0000;
  border: 1px solid #0000;
  padding: 12px 0 !important;
}

.form-field.info input::-moz-placeholder {
  color: #ad9d6f;
  font-weight: 400;
}

.form-field.info .selector::-moz-placeholder {
  color: #ad9d6f;
  font-weight: 400;
}

.form-field.info input::placeholder, .form-field.info .selector::placeholder {
  color: #ad9d6f;
  font-weight: 400;
}

.form-field.span-2 {
  grid-column: span 2;
}

.form-field.input-with-button .input-wrapper {
  flex: 1;
  width: auto;
}

.form-field label {
  color: #505050;
  margin-bottom: 4px;
  font-size: .875rem;
  font-weight: 600;
}

.form-field .form-input-group {
  gap: 16px;
  width: 100%;
  display: flex;
}

.form-field .checkbox {
  align-items: center;
  min-height: 48px;
}

.form-field .file-area-wrapper {
  flex-direction: column;
  gap: 4px;
  width: 100%;
  display: flex;
}

.form-field.option label {
  pointer-events: none;
}

.form-field.option input {
  pointer-events: none;
  background-color: #efefef;
  border-color: #efefef;
  padding: 12px 120px 12px 16px;
}

.input {
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.input.has-icon input {
  padding: 12px 10px 12px 38px;
}

.input input {
  background-color: #fff;
  border: 1px solid #949494;
  min-height: 48px;
  padding: 1rem 1rem .75rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s ease-in;
}

.input input::placeholder {
  color: #949494;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  overflow: hidden;
}

.input input:placeholder-shown {
  text-overflow: ellipsis;
}

.input input:hover {
  background: #f9f9f9;
  border-color: #9c9c9c;
}

.input input:focus {
  color: #101010;
  background: #f0f0f0;
  border-color: #b0b0b0;
}

.add-option-container .input input {
  padding: 12px 88px 10px 10px !important;
}

.form-field-readonly-wrapper .form-field input, .form-field-readonly-wrapper .form-field textarea, .form-field-readonly-wrapper .form-field .selector {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}

.form-field-readonly-wrapper .form-field input:hover, .form-field-readonly-wrapper .form-field textarea:hover, .form-field-readonly-wrapper .form-field .selector:hover {
  border: 1px solid #f2f2f2;
}

.form-field-readonly-wrapper .form-field .radio-item label .text-label:hover {
  background-color: #f2f2f2;
}

.form-field-readonly-wrapper .form-field .radio-item label input:checked + .text-label {
  background-color: #f2f2f2;
  border: 1px solid #efefef;
}

.form-field-readonly-wrapper .input input:focus {
  box-shadow: none;
  border: 1px solid #f2f2f2;
}

.tips {
  text-align: left;
  border-radius: 6px;
  flex: 1;
  padding: 16px;
}

.tips .tip {
  max-width: 100%;
}

.tips.yellow {
  background-color: #a1946c;
}

.tips.grey {
  border: 1px solid #efefef;
}

.tips.red {
  background-color: #ffefef;
}

.input-content {
  width: 100%;
}

.input-content .content-name {
  pointer-events: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.input-content .content-name:after {
  content: "";
  border-bottom: 3px solid #fce38a;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: translateX(-100%);
}

.input-content:focus + .content-name, .input-content:valid + .content-name {
  color: #fce38a;
  font-size: 14px;
  left: 0;
  transform: translateY(-150%);
}

.input-content:focus + .content-name:after, .input-content:valid + .content-name:after {
  transform: translateX(0%);
}

.input-empry {
  width: 100%;
  display: flex;
}

.phone-item {
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  display: flex;
}

.phone-item .dropdown-balloon:before {
  left: 18px;
  right: auto;
}

.text-area-h-100, .text-area-h-100 .text-area, .text-area-h-100 .text-area .textarea {
  height: 100%;
}

.textarea {
  color: #333;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #949494;
  outline: none;
  width: 100%;
  min-height: 100px;
  padding: 1rem;
  font-weight: 700;
  transition: all .3s;
  box-shadow: none !important;
}

.textarea:hover {
  border-color: #9c9c9c;
  background: #f9f9f9 !important;
}

.textarea:focus {
  outline: none;
  box-shadow: none !important;
  color: #101010 !important;
  background: #f0f0f0 !important;
  border-color: #9c9c9c !important;
}

.textarea::placeholder {
  color: #949494;
  font-weight: 400;
}

.input-disabled {
  opacity: .35;
}

.input-disabled input {
  cursor: default;
}

.input-placeholder {
  color: #949494;
  background-image: linear-gradient(45deg, #f7f7f7 25%, #fff 25% 50%, #f7f7f7 50% 75%, #fff 75% 100%);
  background-size: 28.28px 28.28px;
  border: 1px solid #949494;
  width: 100%;
  margin: 1rem 0;
  font-weight: 700;
  padding: 16px !important;
}

@media (max-width: 767.98px) {
  .input-placeholder {
    padding: 14px !important;
  }
}

.input-placeholder .base-button .image-wrapper img {
  filter: brightness(0) saturate() invert(0%) sepia(2%) saturate(6%) hue-rotate(35deg) brightness(103%) contrast();
}

.input-error-text {
  color: #c56269;
  font-size: .75rem;
  line-height: 1.6rem;
  position: absolute;
  top: 91%;
  right: 4px;
}

.select {
  width: 100%;
  position: relative;
}

.select.input .selector {
  gap: 12px;
  max-height: 48px;
}

.select.input .selector .icon {
  width: 24px;
}

.select.input .dropdown-balloon {
  width: 100%;
  min-width: 300px;
  top: 58px;
}

.select.icon-circle {
  flex: 0;
}

.select.icon-circle .selector .image-wrapper.icon {
  border-radius: 50%;
  overflow: hidden;
}

.select.phone-code-selector-wrapper {
  flex: 0;
}

.select.phone-code-selector-wrapper .selector .image-wrapper.icon {
  border-radius: 50%;
  overflow: hidden;
}

.select.currency-dropdown .dropdown-balloon {
  min-width: 224px;
}

.select.currency-dropdown .dropdown-balloon .select-list-item span {
  text-align: end;
  margin-left: auto;
}

.select.dark .selector {
  color: #fff;
  background-color: #101010;
  border: 1px solid #101010;
}

.select.dark .selector .image-wrapper {
  filter: brightness(0) saturate() invert(0%) sepia(2%) saturate(6%) hue-rotate(35deg) brightness(103%) contrast();
}

.select.dark .selector .image-wrapper.icon {
  min-width: 20px;
  max-width: 20px;
}

.select .tel {
  width: auto;
}

.select .tel .select-list .select-list-item {
  gap: 10px;
}

.select .tel .select-list .select-list-item span {
  color: #6e6e6e;
  text-align: end;
  width: 100%;
  font-size: .875rem;
}

.select.dropdown-balloon-bottom .dropdown-balloon {
  top: initial;
  bottom: 65px;
}

.select.dropdown-balloon-bottom .dropdown-balloon:before {
  border-top: 8px solid #fff;
  border-bottom: none;
  top: calc(100% - 1px);
  left: 16px;
  right: auto;
}

@media (max-width: 767.98px) {
  .select.dropdown-balloon-bottom .dropdown-balloon {
    bottom: initial;
  }
}

.select .selector {
  cursor: pointer;
  color: #101010;
  border: 1px solid #949494;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin: 0 auto;
  padding: 6px 16px;
  font-weight: 600;
  transition: all .3s ease-out;
  display: flex;
  background-color: #fff !important;
  border-radius: 4px !important;
}

.select .selector:hover {
  background: #f9f9f9 !important;
  border-color: #9c9c9c !important;
}

.select .selector .image-wrapper {
  min-width: 26px;
  max-width: 26px;
  transition: all .2s ease-in;
}

.select .selector .image-wrapper.arrow {
  opacity: .35;
  filter: brightness(0) saturate() invert(0%) sepia(2%) saturate(6%) hue-rotate(35deg) brightness(103%) contrast();
  width: 10px;
  min-width: 10px;
  height: auto;
  margin: 0 2px;
}

.select .selector span {
  flex: 1;
}

.select .selector.open {
  border-color: #101010;
}

.select .selector.open .image-wrapper.arrow {
  transform: rotate(-180deg);
}

.select .dropdown-balloon {
  z-index: 99;
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 4px;
  width: auto;
  min-width: 350px;
  padding: 12px 0;
  position: absolute;
  top: 64px;
}

.select .dropdown-balloon.arrow-right:before {
  left: auto;
  right: 10px;
}

.select .dropdown-balloon.my-profile-dropdown {
  border: none;
  flex-direction: column;
  gap: 16px;
  min-width: 220px;
  padding: 16px 0 10px;
  display: flex;
  top: 58px;
  right: -14px;
  box-shadow: 0 2px 12px 10px #00071506;
}

.select .dropdown-balloon.my-profile-dropdown:before {
  left: auto;
  right: 16px;
}

.select .dropdown-balloon.my-profile-dropdown .my-profile-item {
  padding: 0 16px;
}

.select .dropdown-balloon.my-profile-dropdown .my-profile-item .text-wrapper {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4em;
}

.select .dropdown-balloon.my-profile-dropdown .my-profile-item .text-wrapper p {
  color: #6e6e6e;
  margin: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.2em;
}

.select .dropdown-balloon.my-profile-dropdown .my-profile-item:hover {
  opacity: .7;
}

.select .dropdown-balloon.my-profile-dropdown .base-button.no-border {
  border-top: 1px solid #efefef;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.select .dropdown-balloon .select-list {
  min-width: 300px;
  max-height: 200px;
  margin: 0;
  padding: 0;
  overflow: hidden auto;
}

@media (max-width: 767.98px) {
  .select .dropdown-balloon .select-list {
    max-height: 300px;
  }
}

.select .dropdown-balloon .select-list.expanded {
  height: auto;
  max-height: 800px;
  overflow-y: auto;
}

.select .dropdown-balloon .select-list .option {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color .1s;
  display: flex;
  position: relative;
}

.select .dropdown-balloon .select-list .option .image-wrapper {
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  overflow: hidden;
}

.select .dropdown-balloon .select-list .option:hover {
  color: #656565;
  background-color: #f8f8f8;
}

.select .dropdown-balloon .select-list .option.highlighted {
  background-color: #f8f8f8;
  border-color: #565656;
}

@media (max-width: 767.98px) {
  .selector.active:after, .selector-dropdown.active:after {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #25252559 !important;
  }
}

.dropdown-balloon .header {
  background-color: #efefef;
  margin-bottom: 8px;
  padding: 0 5px;
  display: none;
}

.dropdown-balloon .header .base-button.close {
  position: relative;
  margin-top: 0 !important;
}

@media (max-width: 767.98px) {
  .dropdown-balloon .header {
    display: flex;
  }

  .dropdown-balloon {
    z-index: 999;
    height: auto;
    width: calc(100% - 30px) !important;
    padding-top: 0 !important;
    position: fixed !important;
    top: 146px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    box-shadow: 0 2px 50px 10px #00071526 !important;
  }

  .dropdown-balloon:before {
    content: none !important;
  }

  .dropdown-balloon .select-list {
    max-height: 330px !important;
  }
}

.search-dropdown .form-control {
  border: none;
  min-height: auto;
  padding: 0;
}

.search-dropdown .form-control:not(:-moz-placeholder-shown) {
  padding: 0;
}

.search-dropdown .form-control:not(:placeholder-shown) {
  padding: 0;
}

.search-dropdown .form-control:hover {
  background: none;
}

.search-dropdown .label-placeholder {
  display: none;
}

.search-dropdown .input-icon .image-wrapper {
  opacity: .35 !important;
  width: 20px !important;
  height: 20px !important;
}

.tip-container {
  z-index: 0;
  color: #2a2a2a;
  background-color: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  height: 100%;
  padding: 20px 20px 20px 40px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
  position: absolute;
  top: 0;
  left: calc(100% - 60px);
}

.tip-container span {
  font-size: 1.875rem;
  font-weight: 700;
}

.tip-container .tip-wrapper {
  flex-direction: column;
  gap: 22px;
  display: flex;
}

.tip-container .tip-wrapper .image-wrapper.tip .image-wrapper {
  min-width: 38px;
}

.tip-container .tip-wrapper .image-wrapper.tip .text-wrapper {
  font-size: 1.125rem;
}

.tip-container .tip-wrapper .image-wrapper.tip .text-wrapper p {
  line-height: 1.6em;
}

.tip-container .tip-wrapper .base-button.dark {
  margin-left: 46px;
}

.tip-container .tip-wrapper .seler-wrapper .seler {
  gap: 10px;
}

.tip-container .tip-wrapper .seler-wrapper .seler .image-wrapper {
  border: 6px solid #fff;
  border-radius: 6px;
  min-width: 73px;
  height: 73px;
  overflow: hidden;
}

.tip-container .tip-wrapper .seler-wrapper .seler .image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
}

.tip-container .tip-wrapper .seler-wrapper .seler .text-wrapper {
  color: #101010;
  font-size: 1.125rem;
}

.tip-container .tip-wrapper .seler-wrapper .seler .text-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.tip-container .tip-wrapper .seler-wrapper .base-button {
  margin-top: 0;
  margin-left: 82px;
}

.tip-container .tip-wrapper .contact-button-wrapper a {
  margin-left: 46px;
  font-size: 1rem;
  text-decoration: underline;
}

.tip-text {
  color: #101010;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  padding: 0 !important;
  font-size: 1rem !important;
}

.tip-text.warning {
  color: #c56269;
}

.image-wrapper.tip.yellow .image-wrapper {
  filter: none;
}

.image-wrapper.tip.yellow .text-wrapper {
  color: #a28f59;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.swiper.autoheight .swiper-wrapper .swiper-slide {
  height: initial;
}

.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  z-index: 1;
  display: flex;
  position: relative;
}

.swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper .swiper-wrapper .swiper-slide:first-child img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 1024px) {
  .swiper .swiper-wrapper .swiper-slide:first-child img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}

.swiper .swiper-wrapper .swiper-slide:last-child img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (min-width: 1024px) {
  .swiper .swiper-wrapper .swiper-slide:last-child img {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

.swiper .swiper-wrapper .swiper-slide .image-wrapper {
  background-color: #f1f1f1;
}

.swiper .swiper-button.swiper-button-next, .swiper .swiper-button.swiper-button-prev {
  cursor: pointer;
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.swiper.vertical-animation .swiper-wrapper {
  transition: all .5s cubic-bezier(1, .005, .5, 1) .2s;
  transition-duration: .5s !important;
}

.swiper.comments-swiper {
  padding-bottom: 56px;
}

.swiper.comments-swiper .comments-wrapper .comments-list {
  padding-right: 0;
}

.swiper.comments-swiper .comments-wrapper:after {
  bottom: 0 !important;
}

.swiper.comments-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #757575;
}

.swiper.photos-carousel .swiper-slide {
  border-radius: 6px;
  min-height: 330px;
  position: relative;
  overflow: hidden;
}

.swiper.photos-carousel .swiper-slide .items-mobile {
  visibility: visible;
  backface-visibility: hidden;
  flex-direction: row;
  flex-basis: 350px;
  height: 100%;
  display: flex;
}

.swiper.photos-carousel .swiper-slide .items-mobile .img-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #f3f3f3;
  border-radius: 6px;
  place-content: center;
  display: flex;
  overflow: hidden;
  height: 100% !important;
}

@media (max-width: 575.98px) {
  .swiper.photos-carousel .swiper-slide {
    min-height: 220px;
  }
}

.swiper.filter-carousel {
  padding-right: 24px;
}

.swiper.filter-carousel .swiper-button {
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  width: 24px;
}

.swiper.filter-carousel .swiper-button:after {
  opacity: .5;
}

.swiper.filter-carousel .swiper-slide {
  min-width: 180px;
}

.swiper.filter-carousel .swiper-slide .map-filter-item {
  flex: 1;
}

.swiper.gallery-carousel {
  border-radius: 6px;
}

.swiper.gallery-carousel .swiper-slide {
  border-radius: 8px;
  padding-bottom: 10%;
  position: relative;
  overflow: hidden;
}

.swiper.gallery-carousel .swiper-slide .image-wrapper {
  height: 100%;
}

.swiper.gallery-carousel .swiper-slide .image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.swiper.gallery-carousel .swiper-button {
  opacity: .5;
  background-color: #fff;
  border: none;
  width: 28px;
  height: 28px;
  transition: opacity .2s linear;
  top: calc(50% + 8px);
}

.swiper.gallery-carousel .swiper-button:hover {
  opacity: 1;
}

.swiper.gallery-carousel .swiper-button.swiper-button-prev {
  left: 15px;
}

.swiper.gallery-carousel .swiper-button.swiper-button-next {
  right: 15px;
}

.swiper.gallery-carousel .swiper-button.swiper-button-next.swiper-button-lock {
  display: flex;
}

.swiper.gallery-top .swiper-slide {
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
}

.swiper.gallery-thumbs .swiper-slide {
  cursor: pointer;
  max-height: 100px;
}

.swiper.gallery-thumbs .swiper-slide .image-wrapper {
  height: 100px;
}

.swiper.gallery-thumbs .swiper-slide-active {
  opacity: .5;
}

.swiper.testimonials-carousel .swiper-button {
  width: 38px;
  height: 38px;
  top: auto;
  bottom: 0;
}

.swiper.testimonials-carousel .swiper-button:after {
  filter: brightness(0) saturate() invert(0%) sepia(2%) saturate(6%) hue-rotate(35deg) brightness(103%) contrast();
}

.swiper.testimonials-carousel .swiper-button.swiper-button-next {
  right: 278px;
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .swiper.testimonials-carousel .swiper-button.swiper-button-next {
    right: 33%;
  }
}

.swiper.testimonials-carousel .swiper-button.swiper-button-prev {
  left: 278px;
  transform: rotate(-180deg);
}

@media (max-width: 767.98px) {
  .swiper.testimonials-carousel .swiper-button.swiper-button-prev {
    left: 33%;
  }
}

.swiper.testimonials-carousel .swiper-pagination {
  color: #505050;
  font-family: proxima-nova-condensed, sans-serif;
  display: block !important;
}

.swiper.testiomnial-carousel {
  max-width: 1068px;
}

.swiper.testiomnial-carousel .swiper-pagination .swiper-pagination-bullet {
  opacity: .35;
  background-color: #101010;
  border: none;
  width: 10px;
  height: 10px;
  transition: opacity .2s linear;
}

.swiper.testiomnial-carousel .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: .5;
}

.swiper.testiomnial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: .75;
}

.swiper.cars-carousel {
  padding: 0 0 3rem;
}

.swiper.cars-carousel .swiper-pagination {
  width: auto;
  margin-right: auto;
}

.swiper.cars-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #101010;
}

.swiper.car-gallery-carousel {
  border-radius: 6px;
}

.swiper.car-gallery-carousel .swiper-slide {
  padding-bottom: 66%;
  position: relative;
}

.swiper.car-gallery-carousel .swiper-slide .image-wrapper {
  height: 100%;
}

.swiper.car-gallery-carousel .swiper-slide .image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.swiper.car-gallery-carousel .swiper-pagination {
  width: auto;
  inset: auto 50px 20px auto;
  transform: none;
}

.swiper.car-gallery-carousel .swiper-button {
  opacity: .5;
  background-color: #fff;
  border: none;
  width: 28px;
  height: 28px;
  transition: opacity .2s linear;
  top: 50%;
}

.swiper.car-gallery-carousel .swiper-button:hover {
  opacity: 1;
}

.swiper.car-gallery-carousel .swiper-button.swiper-button-prev {
  left: 10px;
}

.swiper.car-gallery-carousel .swiper-button.swiper-button-next {
  top: auto;
  bottom: 17px;
  right: 15px;
  transform: none;
}

.swiper.car-gallery-carousel .swiper-button.swiper-button-next.swiper-button-lock {
  display: flex;
}

.swiper.services-carousel {
  height: auto;
  padding: 0 .5rem;
  position: relative;
  overflow: visible;
}

.swiper.services-carousel.w-437 .swiper-slide {
  width: 437px;
}

.swiper.services-carousel.two-on-screen .swiper-slide {
  width: calc(50% - 1rem);
}

@media (max-width: 767.98px) {
  .swiper.services-carousel.two-on-screen .swiper-slide {
    width: 100%;
  }
}

.swiper.services-carousel.two-on-screen .swiper-button.swiper-button-prev {
  left: calc(100% - 144px);
}

@media (max-width: 767.98px) {
  .swiper.services-carousel.two-on-screen .swiper-button.swiper-button-prev {
    left: calc(100% - 98px);
  }
}

.swiper.services-carousel.two-on-screen .swiper-button.swiper-button-prev:after {
  transform: translate(-50%, -50%)rotate(0);
}

.swiper.services-carousel.two-on-screen .swiper-button.swiper-button-next {
  left: calc(100% - 92px);
}

@media (max-width: 767.98px) {
  .swiper.services-carousel.two-on-screen .swiper-button.swiper-button-next {
    left: calc(100% - 58px);
  }
}

.swiper.services-carousel.two-on-screen .swiper-button.swiper-button-next:after {
  transform: translate(-50%, -50%)rotate(180deg);
}

.swiper.services-carousel .swiper-button {
  width: 40px;
  height: 40px;
}

@media (max-width: 767.98px) {
  .swiper.services-carousel .swiper-button {
    width: 32px;
    height: 32px;
  }
}

.swiper.services-carousel .swiper-button.swiper-button-prev, .swiper.services-carousel .swiper-button.swiper-button-next {
  top: inherit;
  opacity: 1;
  border: 1px solid #101010;
  bottom: calc(100% + 30px);
}

@media (max-width: 767.98px) {
  .swiper.services-carousel .swiper-button.swiper-button-prev, .swiper.services-carousel .swiper-button.swiper-button-next {
    bottom: calc(100% + 16px);
  }
}

.swiper.services-carousel .swiper-button.swiper-button-prev:hover, .swiper.services-carousel .swiper-button.swiper-button-next:hover {
  opacity: .85;
}

.swiper.services-carousel .swiper-button.swiper-button-prev:after, .swiper.services-carousel .swiper-button.swiper-button-next:after {
  filter: brightness(0) saturate() invert(0%) sepia(2%) saturate(6%) hue-rotate(35deg) brightness(103%) contrast();
  background-image: url("/assets/icons/arrow-left.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  transition: background-image .3s ease-in;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper.services-carousel .swiper-button.swiper-button-prev.swiper-button-disabled, .swiper.services-carousel .swiper-button.swiper-button-next.swiper-button-disabled {
  opacity: .15;
}

.swiper.services-carousel .swiper-button.swiper-button-prev {
  left: calc(100% - 92px);
}

@media (max-width: 767.98px) {
  .swiper.services-carousel .swiper-button.swiper-button-prev {
    left: calc(100% - 78px);
  }
}

.swiper.services-carousel .swiper-button.swiper-button-prev:after {
  transform: translate(-50%, -50%)rotate(0);
}

.swiper.services-carousel .swiper-button.swiper-button-next:after {
  transform: translate(-50%, -50%)rotate(180deg);
}

.swiper.listing-carousel {
  height: auto;
}

.swiper.listing-carousel.header {
  height: 100%;
}

.swiper.listing-carousel .swiper-slide {
  height: auto !important;
}

.swiper.listing-carousel .swiper-button {
  opacity: 1;
  z-index: 98;
  border: none;
  width: 4.5rem;
  height: 4.5rem;
  transition: opacity .2s linear;
  background-color: #00000047 !important;
}

.swiper.listing-carousel .swiper-button:hover {
  opacity: 1;
  background-color: #00000059 !important;
}

.swiper.listing-carousel .swiper-button:after {
  background: url("/assets/icons/arrow-left-2.svg") 50% no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}

.swiper.listing-carousel .swiper-button.swiper-button-next {
  top: initial;
  border-radius: 0;
  bottom: 2rem;
  right: 2rem;
}

.swiper.listing-carousel .swiper-button.swiper-button-prev {
  top: initial;
  border-radius: 0;
  bottom: 2rem;
  left: 2rem;
}

@media (max-width: 767.98px) {
  .swiper.listing-carousel .swiper-button {
    width: 48px;
    height: 48px;
  }

  .swiper.listing-carousel .swiper-button:after {
    width: 1rem;
    height: 1rem;
  }

  .swiper.listing-carousel .swiper-button.swiper-button-next {
    bottom: 1rem;
    right: 1rem;
  }

  .swiper.listing-carousel .swiper-button.swiper-button-prev {
    bottom: 1rem;
    left: 1rem;
  }
}

.swiper.listing-carousel .swiper-pagination {
  opacity: 1;
  width: auto;
  top: auto;
  bottom: 20px;
  left: 30px;
  transform: none;
}

.swiper.listing-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #ebebeb;
  border-radius: 0;
  transition: background-color .2s linear;
}

.swiper.listing-carousel .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #757575;
}

.swiper.listing-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: none;
}

@media (max-width: 1023.98px) {
  .swiper.listing-carousel .swiper-pagination {
    display: flex;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .swiper.listing-carousel .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
  }
}

.swiper.listing-carousel.gold-slider {
  height: 100% !important;
}

@media (max-width: 1023.98px) {
  .swiper.listing-carousel.gold-slider .swiper-button.swiper-button-prev, .swiper.listing-carousel.gold-slider .swiper-button.swiper-button-next {
    top: 50%;
  }
}

@media (max-width: 1279.98px) {
  .swiper.listing-carousel.with-overlap {
    width: calc(100% + 4rem);
    left: -4rem;
  }
}

@media (max-width: 1023.98px) {
  .swiper.listing-carousel.with-overlap {
    width: calc(100% + 1rem);
    left: -1rem;
    overflow: visible;
  }

  .swiper.listing-carousel.with-overlap.header {
    width: calc(100% - .625rem);
    left: -.625rem;
  }

  .swiper.listing-carousel.with-overlap.auction {
    width: calc(100% - 5rem);
    left: -2.5rem;
  }

  .swiper.listing-carousel.auction .swiper-slide {
    margin-right: 1rem !important;
  }

  .swiper.listing-carousel.auction .swiper-button, .swiper.listing-carousel.auction .swiper-pagination, .swiper .swiper-pagination {
    display: none;
  }
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: .35;
  background-color: #fff;
  width: 36px;
  height: 4px;
  margin: 0 5px 0 0;
}

@media (max-width: 767.98px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  margin: 0 4px;
  box-shadow: 0 0 0 1px #fff;
}

.sidebar {
  z-index: 998;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0%);
}

@media (min-width: 0) and (max-width: 639.98px) {
  .sidebar {
    border-bottom: none;
  }
}

.sidebar.none-shadow {
  box-shadow: none !important;
}

body.aside-nav-menu-open {
  height: 100dvh;
  overflow: hidden;
}

@media (min-width: 640px) {
  body.aside-nav-menu-open {
    height: auto;
    overflow: auto;
  }
}

body.top .universal-nav {
  animation: .2s ease-out forwards showUniversalNav;
  position: relative;
  top: -34px;
}

body.scrolled {
  transition: all .2s linear;
}

body.scrolled .button {
  min-width: auto;
  padding: .75rem;
}

body.scrolled .timer-hours {
  min-width: 5.625rem;
  max-width: 5.625rem;
}

body.scrolled .back-to-top {
  opacity: 1;
  animation: .2s linear fadeIn;
  display: flex;
}

body.scrolled .promotion-banner {
  padding-top: 2.5rem;
}

body.scrolled .contact-banner-wrapper {
  display: flex;
  position: relative;
}

body.scrolled.sidebar-scrolled .universal-nav {
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

body.scrolled .universal-nav {
  z-index: 999;
  border-bottom: none;
  animation: .2s ease-out forwards scrollUniversalNav;
  top: 0;
  box-shadow: 0 2px 50px #00000026;
  position: fixed !important;
}

body.scrolled .universal-nav.listing-page-sidebar {
  box-shadow: none !important;
}

body.scrolled .universal-nav:before {
  content: none;
}

body.scrolled .universal-nav .auction-head {
  border: none;
  padding: .5rem 0;
}

body.scrolled .universal-nav .auction-head:before {
  content: none !important;
}

body.scrolled .universal-nav .navbar-row-top {
  padding: 10px 0;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  body.scrolled .universal-nav .navbar-row-top {
    padding: 10px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  body.scrolled .universal-nav .navbar-row-top {
    padding: 10px 20px;
  }
}

@media (max-width: 767.98px) {
  body.scrolled .universal-nav .navbar-row-top {
    padding: 8px 0;
  }
}

body.scrolled .universal-nav .navbar-row-top.show {
  border-bottom: 1px solid #efefef !important;
}

body.scrolled .universal-nav .navbar-row-top.show:before {
  content: "";
  background-color: #efefef;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 100%;
}

body.scrolled .universal-nav .navbar-row-top.show:after {
  content: "";
  background-color: #efefef;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 100%;
}

body.scrolled .universal-nav.none-shadow {
  box-shadow: none !important;
}

body.scrolled .vehicle-data-showed {
  box-shadow: none;
}

body.scrolled .vehicle-data-showed .no-reserve-wrapper {
  display: none !important;
}

body.scrolled .universal-nav .no-reserve-wrapper {
  display: block;
}

@keyframes showVehicleData {
  0% {
    top: 4rem;
  }

  100% {
    top: 6rem;
  }
}

@keyframes hideVehicleData {
  0% {
    top: 6rem;
  }

  100% {
    top: 4rem;
  }
}

@keyframes showVehicleDataWithPromoBanner {
  0% {
    top: 4rem;
  }

  100% {
    top: 8.375rem;
  }
}

@keyframes hideVehicleDataWithPromoBanner {
  0% {
    top: 8.375rem;
  }

  100% {
    top: 4rem;
  }
}

@media (min-width: 1024px) {
  body.scrolled.has-promotional-banner .vehicle-data-scrolled {
    padding: 0 0 2rem;
    animation: .2s forwards showVehicleDataWithPromoBanner;
    top: 4rem;
  }
}

@media (min-width: 1536px) {
  body.scrolled.has-promotional-banner .vehicle-data-scrolled {
    animation: .2s forwards showVehicleDataWithPromoBanner;
    top: 4rem;
    padding: 0 0 1rem !important;
  }
}

body.scrolled .vehicle-data-scrolled {
  z-index: 99;
  border-bottom: 1px solid #efefef;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  width: 100%;
  transition: top .2s ease-in-out;
  position: fixed;
  top: 1rem;
  left: 0;
  box-shadow: 0 2px 50px #00000026;
  margin: 0 !important;
  padding: 0 1rem 1rem !important;
}

@media (min-width: 1024px) {
  body.scrolled .vehicle-data-scrolled {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

body.scrolled .vehicle-data-scrolled > .container {
  overflow-x: auto;
}

body.scrolled .vehicle-data-scrolled .no-reserve-wrapper {
  display: block;
  position: absolute;
  top: 100%;
}

body.scrolled .vehicle-data-scrolled .place-a-bid {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

@media (min-width: 1024px) {
  body.scrolled .vehicle-data-scrolled .place-a-bid {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  body.scrolled .vehicle-data-scrolled {
    padding: 0 0 2rem;
    animation: .2s forwards showVehicleData;
    top: 4rem;
  }
}

@media (min-width: 1536px) {
  body.scrolled .vehicle-data-scrolled {
    animation: .2s forwards showVehicleData;
    top: 4rem;
    padding: 0 0 1rem !important;
  }
}

body.scrolled .vehicle-data-scrolled .on-scrolled-button {
  max-width: 3rem;
  padding: .75rem;
  display: flex;
  min-width: fit-content !important;
}

body.scrolled .vehicle-data-scrolled .remind-button {
  min-width: 180px !important;
}

body.scrolled .vehicle-data-scrolled .container {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  body.scrolled .vehicle-data-scrolled .container {
    flex-direction: row;
  }
}

body.scrolled .vehicle-data-scrolled .vehicle-status {
  display: none;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content {
  flex: 1;
  order: 1;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-name-box {
  display: none;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents {
  border: none;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: auto hidden;
}

@media (min-width: 640px) {
  body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents {
    gap: 2rem;
  }
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .vehicle-data-1, body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .vehicle-data-2 {
  display: contents;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .vehicle-item-time, body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .vehicle-item-ended {
  order: 2;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .listing-header-bid-counter {
  order: 1;
  gap: 2rem;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .listing-header-bid-counter .vehicle-item {
  border-left: 0;
  padding-left: 0;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .vehicle-item {
  border-left: 1px solid #efefef;
  gap: 0;
  padding-left: .75rem;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .vehicle-item.order-1 {
  border-left: 0;
  padding-left: 0;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .vehicle-item .vehicle-item-content {
  font-size: 1.5rem;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .vehicle-item.vehicle-item-location {
  display: none !important;
}

@media (min-width: 640px) {
  body.scrolled .vehicle-data-scrolled .vehicle-data-content .vehicle-data-contents .vehicle-item {
    gap: .5rem;
    padding-left: 1.5rem;
  }
}

body.scrolled .vehicle-data-scrolled .vehicle-data-buttons {
  flex-direction: column;
  order: 2;
  justify-content: flex-end;
  align-items: center;
  gap: .75rem;
  display: flex;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-buttons div {
  margin-bottom: 0;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .vehicle-data-buttons-wrapper {
  overflow-x: auto;
}

body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .vehicle-data-buttons-wrapper .button {
  flex: 1;
  min-width: 8.75rem;
}

@media (min-width: 640px) {
  body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .vehicle-data-buttons-wrapper {
    overflow-x: initial;
  }

  body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .vehicle-data-buttons-wrapper .button {
    min-width: 10rem;
  }
}

body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .bid-button-wrapper {
  order: 1;
}

@media (min-width: 1024px) {
  body.scrolled .vehicle-data-scrolled .vehicle-data-buttons {
    gap: 1.5rem;
  }

  body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .bid-button-wrapper, body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .btn-inquire {
    width: 100%;
    max-width: 100%;
  }

  body.scrolled .vehicle-data-scrolled .vehicle-data-buttons {
    flex-direction: row;
  }

  body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .bid-button-wrapper button, body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .btn-inquire button {
    width: 10rem;
    min-width: 10rem;
  }
}

@media (min-width: 1280px) {
  body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .bid-button-wrapper button, body.scrolled .vehicle-data-scrolled .vehicle-data-buttons .btn-inquire button {
    width: 20rem;
    max-width: 20rem;
  }
}

body.scrolled.scrolled-up .vehicle-data-scrolled {
  top: 5rem;
}

@media (min-width: 1024px) {
  body.scrolled.scrolled-up .vehicle-data-scrolled {
    animation: .2s forwards showVehicleData;
    top: 6rem;
  }
}

body.scrolled.scrolled-up.has-promotional-banner .vehicle-data-scrolled {
  top: 7.375rem;
}

@media (min-width: 1024px) {
  body.scrolled.scrolled-up.has-promotional-banner .vehicle-data-scrolled {
    animation: .2s forwards showVehicleDataWithPromoBanner;
    top: 8.375rem;
  }
}

body.scrolled.has-promotional-banner .vehicle-data-scrolled {
  top: 3.625rem;
}

@media (min-width: 640px) {
  body.scrolled.has-promotional-banner .vehicle-data-scrolled {
    top: 3rem;
  }
}

@media (min-width: 1024px) {
  body.scrolled.has-promotional-banner .vehicle-data-scrolled {
    top: 4rem;
  }
}

@media (min-width: 1536px) {
  body.scrolled.has-promotional-banner .vehicle-data-scrolled {
    top: 4rem;
  }
}

body .on-scrolled-button {
  display: none;
}

@keyframes scrollUniversalNav {
  0% {
    top: 0;
  }

  100% {
    top: -34px;
  }
}

@keyframes showUniversalNav {
  0% {
    top: -34px;
  }

  100% {
    top: 0;
  }
}

@keyframes hideContactBanner {
  0% {
    opacity: 1;
    display: flex;
    top: 0;
  }

  100% {
    opacity: 0;
    display: none;
    top: -34px;
  }
}

.listing-data {
  border-radius: 12px;
  padding: 2rem 2.5rem;
  box-shadow: 0 2px 12px 10px #00071506;
}

[id^="tag-buttons-"] .tag-button, #imageTagButtons .tag-button {
  color: #818181;
  text-transform: none;
  background-color: #efefef;
  border: none;
  flex: none;
  padding: 12px 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

@media (max-height: 600px) {
  [id^="tag-buttons-"] .tag-button, #imageTagButtons .tag-button {
    padding: 6px 12px;
    font-size: small;
    font-weight: 200;
  }
}

[id^="tag-buttons-"] .tag-button:hover, [id^="tag-buttons-"] .tag-button.active, #imageTagButtons .tag-button:hover, #imageTagButtons .tag-button.active {
  background-color: #d9d9d9;
}

[id^="tag-buttons-"] .tag-button.active, #imageTagButtons .tag-button.active {
  color: #000;
}

@media (max-width: 1279.98px) {
  [id^="tag-buttons-"] .tag-button, #imageTagButtons .tag-button {
    flex: 1 0 auto;
  }
}

.listing-hero-section {
  aspect-ratio: 393 / 285;
  overflow: hidden;
}

.listing-hero-section .swiper-button-prev-custom, .listing-hero-section .swiper-button-next-custom {
  display: none;
}

@media (min-width: 1024px) {
  .listing-hero-section .swiper-button-prev-custom, .listing-hero-section .swiper-button-next-custom {
    display: flex;
  }
}

@media (min-width: 768px) {
  .listing-hero-section {
    aspect-ratio: 1024 / 587;
  }
}

@media (min-width: 1024px) {
  .listing-hero-section {
    aspect-ratio: 914 / 544;
    border-radius: 12px;
  }
}

.listing-hero-gallery {
  -moz-column-gap: .5rem;
  z-index: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: .5rem;
  margin-top: -2rem;
  display: grid;
}

.listing-hero-gallery .gallery-item {
  cursor: pointer;
  border-radius: .5rem;
  overflow: hidden;
}

.listing-hero-gallery .gallery-item img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .listing-hero-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .listing-hero-gallery > :nth-child(n+5) {
    display: none;
  }
}

.listing-hero-gallery .img-responsive {
  aspect-ratio: 222 / 140;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.vehicle-subinfo {
  background: #fff padding-box padding-box;
  border-bottom: 1px solid #0000;
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 2rem 0;
  position: relative;
}

.vehicle-subinfo:before {
  content: none;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(0deg, #efefef 0%, #efefef00 100%);
  margin: -1px;
  position: absolute;
  inset: 0;
}

@media (min-width: 1024px) {
  .vehicle-subinfo:before {
    content: "";
  }

  .vehicle-subinfo {
    padding: 2.125rem 1rem 1rem;
  }
}

@media (min-width: 1280px) {
  .vehicle-subinfo {
    padding: 2.125rem 4.5rem;
  }
}

.grid-container {
  grid-gap: 2rem;
  -moz-column-gap: 0;
  column-gap: 0;
  display: grid;
}

.grid-container .grid-item-1 {
  order: 5;
  grid-column: span 2;
}

.grid-container .grid-item-2 {
  order: 2;
  grid-column: span 2;
}

.grid-container .grid-item-3 {
  order: 6;
  grid-column: span 2;
}

.grid-container .grid-item-4 {
  order: 9;
  grid-column: span 2;
}

.grid-container .grid-item-5 {
  order: 1;
  grid-column: span 2;
}

.grid-container .grid-item-6 {
  order: 3;
  grid-column: span 2;
}

.grid-container .grid-item-7 {
  order: 4;
  grid-column: span 2;
}

.grid-container .grid-item-8 {
  order: 7;
  grid-column: span 2;
}

.grid-container .grid-item-9 {
  order: 8;
  grid-column: span 2;
}

.grid-container .grid-item-10 {
  order: 10;
  grid-column: span 2;
}

@media (min-width: 1024px) {
  .grid-container {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .grid-container .grid-item-1 {
    order: 1;
  }

  .grid-container .grid-item-2 {
    order: 2;
  }

  .grid-container .grid-item-3 {
    order: 3;
  }

  .grid-container .grid-item-4 {
    order: 4;
  }

  .grid-container .grid-item-5 {
    order: 5;
  }

  .grid-container .grid-item-6 {
    order: 6;
  }

  .grid-container .grid-item-7 {
    order: 7;
  }

  .grid-container .grid-item-8 {
    order: 8;
  }

  .grid-container .grid-item-9 {
    order: 9;
  }

  .grid-container .grid-item-10 {
    order: 10;
  }
}

/* [project]/src/components/base/NoReserveLine/NoReserveLine.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.no-reserve-wrapper {
  z-index: 998;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
}

.no-reserve-wrapper .no-reserve-line {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #2d8059cc;
  padding: .3125rem;
  font-family: proxima-nova-condensed, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: .875rem;
}

.no-reserve-wrapper .price-wrapper .heading {
  color: #2d8059 !important;
}

.no-reserve-wrapper .auction-mobile-head .car-auction-details-header {
  padding-bottom: .75rem;
}

/* [project]/src/components/common/Vehicle/VehicleCard/VehicleCard.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.vehicle-item-container {
  text-align: left;
}

.vehicle-item-container.vehicle-no-reserve .vehicle-gallery-wrapper {
  position: relative;
}

.vehicle-item-container.vehicle-no-reserve .vehicle-gallery-wrapper:after {
  content: "";
  z-index: 0;
  background-color: #2d8059cc;
  border-radius: 8px;
  width: calc(100% + 8px);
  height: calc(100% + 48px);
  position: absolute;
  top: -4px;
  left: -4px;
}

@media (min-width: 640px) {
  .vehicle-item-container.vehicle-no-reserve .vehicle-gallery-wrapper:after {
    width: calc(100% + 16px);
    height: calc(100% + 48px);
    top: -8px;
    left: -8px;
  }
}

.vehicle-item-container.vehicle-no-reserve .vehicle-gallery-wrapper .car-gallery, .vehicle-item-container.vehicle-no-reserve .vehicle-gallery-wrapper .vehicle-content-wrapper {
  z-index: 1;
  position: relative;
}

.vehicle-item-container.vehicle-no-reserve .reserve-row {
  background-color: #0000 !important;
}

.vehicle-item-container.vehicle-no-reserve .country {
  color: #fff !important;
}

.vehicle-item-container.vehicle-no-reserve .car-badge-text {
  color: #2d8059;
}

.vehicle-item-container .vehicle-item-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.vehicle-item-container .vehicle-item-wrapper .vehicle-favorite-container.absolute {
  opacity: 0;
  margin-top: 2rem;
  margin-right: 3rem;
  transition: opacity .2s ease-in;
}

.vehicle-item-container .vehicle-item-wrapper .vehicle-favorite-container.count {
  opacity: 1;
}

@media (max-width: 1279.98px) {
  .vehicle-item-container .vehicle-item-wrapper .vehicle-favorite-container.absolute {
    margin-top: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  .vehicle-item-container .vehicle-item-wrapper .vehicle-favorite-container.absolute {
    opacity: 1;
    margin-top: 1rem;
    margin-right: 1rem;
  }
}

.vehicle-item-container .vehicle-item-wrapper:hover .vehicle-favorite-container {
  opacity: 1;
}

.vehicle-item-container .vehicle-gallery-wrapper {
  cursor: pointer;
  position: relative;
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper {
  z-index: 2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2rem 3rem;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper:before {
  content: "";
  z-index: 0;
  background-image: linear-gradient(0deg, #0000, #000000d9);
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper:after {
  content: "";
  z-index: 0;
  background-image: linear-gradient(#0000, #000000d9);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1279.98px) {
  .vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper {
    padding: 1.5rem 2rem;
  }

  .vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .location span {
    text-transform: none;
    letter-spacing: .6px;
  }
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-title {
  z-index: 1;
  position: relative;
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-title span {
  color: #fff;
  opacity: .8;
  font-family: proxima-nova, sans-serif;
  font-size: 1.125rem;
  font-weight: 200;
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-title .heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 200;
  line-height: 2rem;
  font-size: 1.5rem !important;
}

@media (max-width: 1279.98px) {
  .vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-title span {
    font-size: 1.125rem;
  }

  .vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-title .heading-2 {
    font-size: 20px !important;
  }
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-model-name {
  z-index: 1;
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-model-name .model-name {
  color: #fff;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  position: relative;
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-model-name .model-name.with-separator:after {
  content: "";
  background-color: #fff;
  width: 48px;
  height: 1px;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-model-name .sub-model-name {
  color: #fff;
  margin-top: .5rem;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.25rem;
  position: relative;
}

.vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-model-name .description {
  color: #fff;
  opacity: .8;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

@media (max-width: 1279.98px) {
  .vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-model-name .model-name {
    font-size: 20px !important;
  }

  .vehicle-item-container .vehicle-gallery-wrapper .vehicle-title-wrapper .vehicle-model-name .description {
    font-size: 1rem !important;
  }
}

.vehicle-item-container .vehicle-gallery-wrapper .badges-wrapper .vehicle-badge-wrapper {
  width: max-content;
  padding: .125rem 1rem;
  font-family: proxima-nova, sans-serif;
}

.vehicle-item-container .vehicle-gallery-wrapper .badges-wrapper .vehicle-badge-wrapper span {
  text-transform: none;
  padding: 0;
  font-size: .875rem;
}

.vehicle-item-container .vehicle-gallery-wrapper .car-gallery {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.vehicle-item-container .vehicle-gallery-wrapper .car-gallery .image-wrapper {
  aspect-ratio: 437 / 592;
  position: relative;
}

.vehicle-item-container .vehicle-gallery-wrapper .car-gallery .image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .2s ease-out;
}

@media (max-width: 1535.98px) {
  .vehicle-item-container .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 384 / 592;
  }
}

@media (max-width: 1279.98px) {
  .vehicle-item-container .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 299 / 456;
  }
}

@media (max-width: 1023.98px) {
  .vehicle-item-container .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 393 / 456;
  }
}

@media (max-width: 767.98px) {
  .vehicle-item-container .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 393 / 456;
  }
}

@media (max-width: 639.98px) {
  .vehicle-item-container .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 361 / 456;
  }
}

.vehicle-item-container .vehicle-status {
  text-transform: uppercase;
  z-index: 1;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: center;
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 600;
  display: flex;
}

.vehicle-item-container .vehicle-status span {
  font-size: .875rem;
  line-height: .875rem;
}

.vehicle-item-container .vehicle-status .location {
  align-items: center;
  display: flex;
}

.vehicle-item-container .vehicle-status .location.country {
  gap: .375rem;
}

.vehicle-item-container .vehicle-status .location.country .country {
  color: #101010;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 140px;
  overflow: hidden;
}

@media (max-width: 639.98px) {
  .vehicle-item-container .vehicle-status .location.country .country {
    max-width: 96px;
  }
}

.vehicle-item-container .vehicle-status .location.country .image-wrapper {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 4px;
  width: 1.125rem;
  height: .875rem;
  overflow: hidden;
}

.vehicle-item-container .vehicle-status .location.country .image-wrapper img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.vehicle-item-container .vehicle-status .location-content {
  line-height: 1 !important;
}

.vehicle-item-container .favorite-wrapper .icon-wrapper {
  position: relative;
}

.vehicle-item-container .favorite-wrapper .icon-wrapper:before {
  content: "";
  opacity: 0;
  z-index: -1;
  background: #fff;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin-top: -3px;
  transition: all .2s;
  position: absolute;
  top: calc(50% + 4px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.vehicle-item-container .favorite-wrapper .icon-wrapper:hover:before {
  width: 50px;
  height: 50px;
  animation: .5s ease-out forwards fadein;
}

.vehicle-item-container:hover .vehicle-item-wrapper .vehicle-gallery-wrapper .car-gallery img {
  transform: scale(1.055);
}

.vehicle-item-container .badge-position {
  z-index: 2;
  position: absolute;
  top: -7px;
  right: 16px;
}

.vehicle-item-container .auctions-items-container {
  border-bottom: 1px solid #efefef;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding-bottom: 1rem;
  display: flex;
}

.vehicle-item-container .auctions-items-container .vehicle-badge-wrapper.price {
  font-family: proxima-nova, sans-serif;
}

.vehicle-item-container .auctions-items-container .vehicle-badge-wrapper.price .label {
  line-height: 1rem;
}

.vehicle-item-container .auctions-items-container .vehicle-badge-wrapper.price .vehicle-badge-text {
  line-height: 2rem;
}

.vehicle-item-container .auctions-items-container .coming-soon-item {
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  display: flex;
}

.vehicle-item-container .auctions-items-container .coming-soon-item .image-wrapper {
  min-width: 23px;
  margin-right: 5px;
  position: relative;
}

.vehicle-item-container .auctions-items-container .coming-soon-item .text-wrapper {
  align-items: baseline;
  gap: 6px;
  font-size: 1.25rem;
  font-weight: 200;
  display: flex;
}

@media (max-width: 1535.98px) {
  .vehicle-item-container .auctions-items-container .coming-soon-item .text-wrapper {
    font-size: 1.125rem;
  }
}

@media (max-width: 1023.98px) {
  .vehicle-item-container .auctions-items-container .coming-soon-item .text-wrapper {
    flex-direction: row;
    gap: 6px;
  }
}

.vehicle-item-container .auctions-items-container .coming-soon-item .text-wrapper .sub-text {
  color: #101010;
  margin-top: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}

.vehicle-item-container .auctions-items-container .coming-soon-item .text-wrapper .sub-text.coming-soon {
  font-weight: 200;
}

@media (max-width: 767.98px) {
  .vehicle-item-container .auctions-items-container .coming-soon-item .text-wrapper .sub-text {
    font-size: 1.25rem;
  }
}

.vehicle-item-container.ending-soon-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper {
  aspect-ratio: 267 / 337;
}

@media (min-width: 768px) {
  .vehicle-item-container.ending-soon-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 437 / 460;
  }
}

.vehicle-item-container.preview-vehicle-card .no-reserve-no-br .car-gallery, .vehicle-item-container.preview-vehicle-card .no-reserve-no-br .vehicle-title-wrapper {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.vehicle-item-container.preview-vehicle-card .vehicle-status {
  background-color: #0000;
  position: relative;
}

.vehicle-item-container.preview-vehicle-card .vehicle-status .location.country {
  display: none;
}

.vehicle-item-container.preview-vehicle-card .vehicle-status:has(.no-reserve) {
  color: #fff;
  background-color: #2d8059cc;
}

.vehicle-item-container.preview-vehicle-card .vehicle-status:has(.no-reserve) .no-reserve {
  margin: 0 auto;
}

.vehicle-item-container.preview-vehicle-card .vehicle-content-wrapper {
  padding: 1rem 1rem 0;
}

.vehicle-item-container.preview-vehicle-card .vehicle-content-wrapper .vehicle-state {
  border-bottom: 1px solid #efefef;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.vehicle-item-container.preview-vehicle-card .vehicle-content-wrapper .vehicle-state .auctions-items-container {
  border-bottom: none;
  align-items: center;
  min-height: auto;
  padding: 0;
}

.vehicle-item-container.preview-vehicle-card .vehicle-content-wrapper .vehicle-state .auctions-items-container .text-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 2rem;
}

.vehicle-item-container.preview-vehicle-card .vehicle-content-wrapper .vehicle-state .location.country {
  flex-direction: row-reverse;
  padding: 0 1rem;
}

.vehicle-item-container.preview-vehicle-card .vehicle-gallery-wrapper .car-gallery {
  border-radius: 8px;
}

.vehicle-item-container.preview-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper {
  aspect-ratio: 437 / 456;
}

.vehicle-item-container.preview-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .2s ease-out;
}

@media (max-width: 1535.98px) {
  .vehicle-item-container.preview-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 384 / 456;
  }
}

@media (max-width: 1279.98px) {
  .vehicle-item-container.preview-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 299 / 352;
  }
}

@media (max-width: 1023.98px) {
  .vehicle-item-container.preview-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 393 / 352;
  }
}

@media (max-width: 767.98px) {
  .vehicle-item-container.preview-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 361 / 352;
  }
}

@media (max-width: 639.98px) {
  .vehicle-item-container.preview-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper {
    aspect-ratio: 361 / 352;
  }
}

.vehicle-item-container.preview-vehicle-card .vehicle-gallery-wrapper .vehicle-title-wrapper {
  border-radius: 8px;
}

.vehicle-item-container.private-vehicle-card .no-reserve-no-br .car-gallery, .vehicle-item-container.private-vehicle-card .no-reserve-no-br .vehicle-title-wrapper {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.vehicle-item-container.private-vehicle-card .vehicle-status {
  background-color: #0000;
  position: relative;
}

.vehicle-item-container.private-vehicle-card .vehicle-status .location.country {
  display: none;
}

.vehicle-item-container.private-vehicle-card .vehicle-status:has(.no-reserve) {
  color: #fff;
  background-color: #2d8059cc;
}

.vehicle-item-container.private-vehicle-card .vehicle-status:has(.no-reserve) .no-reserve {
  margin: 0 auto;
}

.vehicle-item-container.private-vehicle-card .vehicle-gallery-wrapper .car-gallery {
  border-radius: 2px;
}

.vehicle-item-container.private-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper {
  aspect-ratio: 955 / 524;
}

.vehicle-item-container.private-vehicle-card .vehicle-gallery-wrapper .car-gallery .image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .2s ease-out;
}

.vehicle-item-container.private-vehicle-card .vehicle-content-wrapper {
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 80%;
  margin: auto;
  padding: 0;
  display: flex;
}

.vehicle-item-container.private-vehicle-card .vehicle-content-wrapper .vehicle-name-inline {
  text-transform: uppercase;
  margin: 0;
  padding: 2rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  display: inline;
}

.vehicle-item-container.private-vehicle-card .vehicle-content-wrapper .vehicle-name-inline span {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .vehicle-item-container.private-vehicle-card .vehicle-content-wrapper .vehicle-name-inline {
    padding: 1rem 0 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.vehicle-item-container.private-vehicle-card .vehicle-content-wrapper a {
  min-height: 3.25rem;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .vehicle-item-container.private-vehicle-card .vehicle-content-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 0 1rem;
  }
}

.vehicle-item-container .vehicle-content-wrapper {
  flex: 1;
  padding: 1rem 1rem 0;
}

.vehicle-item-container .vehicle-content-wrapper .car-info-container {
  margin-bottom: 0;
}

.vehicle-item-container .vehicle-content-wrapper .tips {
  flex: unset;
  gap: 10px;
}

.vehicle-item-container .vehicle-content-wrapper .tips .sub-tip {
  color: #101010;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 1.375rem;
  font-weight: 200;
  display: flex;
}

.vehicle-item-container .vehicle-content-wrapper .tips .sub-tip.live {
  justify-content: space-between;
  margin-top: 10px;
}

.vehicle-item-container .vehicle-content-wrapper .tips .sub-tip.live .time {
  display: none;
}

.vehicle-item-container .vehicle-content-wrapper .tips .sub-tip span {
  margin-left: 5px;
}

.vehicle-item-container .vehicle-content-wrapper .auctions-items-container .coming-soon-item {
  font-weight: 200;
}

@media (max-width: 767.98px) {
  .vehicle-item-container .vehicle-content-wrapper {
    padding: .875rem .5rem;
  }

  .vehicle-item-container .vehicle-content-wrapper .label {
    font-size: .875rem;
  }
}

.vehicle-item-container .car-info-container {
  flex-direction: column;
  gap: 12px;
  display: flex;
  position: relative;
}

.vehicle-item-container .car-info-container .car-title-wrapper .heading-2 {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
}

.vehicle-item-container .car-info-container .car-title-wrapper .image-wrapper {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

@media (max-width: 767.98px) {
  .vehicle-item-container .car-info-container .car-title-wrapper .heading-2 {
    font-size: 1.125rem;
  }
}

.vehicle-item-container .car-info-container .cat-info-wrapper {
  text-align: left;
  color: #6e6e6e;
  flex-direction: column;
  margin: 0;
  padding-left: 1rem;
  font-size: 1rem;
  list-style: none;
  display: flex;
}

.vehicle-item-container .car-info-container .cat-info-wrapper span {
  color: #2a2a2a;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
}

.vehicle-item-container .car-info-container .cat-info-wrapper p {
  margin: 0;
}

.vehicle-item-container .car-info-container .cat-info-wrapper li {
  margin: 4px 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  position: relative;
}

.vehicle-item-container .car-info-container .cat-info-wrapper li:before {
  content: "";
  background-color: #9c9c9c;
  border-radius: 5px;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: -16px;
}

.vehicle-item-container .car-data-list {
  z-index: 2;
  border-radius: 6px;
  flex-wrap: wrap;
  min-height: 48px;
  display: flex;
  position: relative;
}

.vehicle-item-container .car-data-list.open {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vehicle-item-container .car-data-list.open .data-list-wrapper {
  animation: .2s forwards showData;
  box-shadow: 0 0 0 4px #efefef;
}

.vehicle-item-container .car-data-list.hidden .data-list-wrapper {
  animation: .2s forwards hideData;
}

@keyframes showData {
  0% {
    height: 48px;
  }

  100% {
    height: 129px;
  }
}

@keyframes hideData {
  0% {
    height: 129px;
  }

  100% {
    height: 48px;
  }
}

.vehicle-item-container .car-data-list .data-list-wrapper {
  background-color: #efefef;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  min-height: 48px;
  transition: all .2s ease-in;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.vehicle-item-container .car-data-list .data-list-wrapper .list-wrapper {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 15px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vehicle-item-container .car-data-list .more-data {
  z-index: 1;
  background-color: #f9f9f9;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-flow: column wrap;
  gap: 24px;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.vehicle-item-container .car-data-list .data-row {
  text-align: right;
  justify-content: space-between;
  gap: 6px;
  display: flex;
}

.vehicle-item-container .car-data-list .vehicle-badge-wrapper {
  gap: 2px;
  padding: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.vehicle-item-container .car-data-list .vehicle-badge-wrapper .image-wrapper {
  margin-right: 2px;
}

.vehicle-item-container .car-data-list .vehicle-badge-wrapper span {
  color: #fff;
  font-weight: 200;
}

.vehicle-item-container.previous .car-gallery-wrapper {
  filter: grayscale();
  transition: filter .3s ease-in-out;
}

.vehicle-item-container.previous .car-gallery-wrapper:hover {
  filter: none;
}

.status-text {
  color: #101010;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
}

.status-text.thin, .status-text .span-thin {
  font-weight: 200;
}

.status-text .span-bold {
  font-weight: 700;
}

.status-text .span-gap-1 {
  margin-left: 6px;
}

/* [project]/src/components/common/Vehicle/VehicleTitle/VehicleTitle.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.vehicle-title-wrapper .heading-2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.vehicle-title-wrapper .subtitle-wrapper {
  font-family: proxima-nova-condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.vehicle-title-wrapper.inline {
  text-transform: uppercase;
  gap: .25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  display: flex;
}

.vehicle-title-wrapper.inline .vehicle-title {
  text-transform: uppercase;
  gap: .25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  display: flex;
  font-weight: 300 !important;
}

.vehicle-title-wrapper.inline .vehicle-title span {
  font-weight: 700 !important;
}

.vehicle-title-wrapper.inline .vehicle-title .heading-2 {
  margin: 0;
  line-height: 2rem;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
}

/* [project]/src/components/common/Vehicle/VehicleFavoriteBadge/VehicleFavoriteBadge.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.vehicle-favorite-container {
  z-index: 9;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  height: 100%;
  max-height: 44px;
  margin-left: auto;
  padding: 0;
  display: flex;
}

.vehicle-favorite-container.absolute {
  margin-top: 1.75rem;
  margin-right: 1.75rem;
  position: absolute;
  right: 0;
}

@media (max-width: 767.98px) {
  .vehicle-favorite-container.absolute {
    margin-top: 25px;
    right: -5px;
  }
}

.vehicle-favorite-container.count {
  padding: 0 10px;
}

.vehicle-favorite-container.selected .favorite-wrapper {
  gap: 5px;
}

.vehicle-favorite-container.selected .favorite-wrapper .icon-wrapper svg {
  width: 30px;
  height: 30px;
}

.vehicle-favorite-container.selected.count {
  padding: 0 10px 0 8px;
}

.vehicle-favorite-container .favorite-wrapper {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 7px;
  transition: opacity .3s ease-in-out;
  display: flex;
  position: relative;
  top: -1px;
}

.vehicle-favorite-container .favorite-wrapper .icon-wrapper svg {
  width: 26px;
  height: 26px;
}

.vehicle-favorite-container span {
  color: #fff;
  padding-right: 2px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  top: 1px;
}

/* [project]/src/components/base/HeartIcon/HeartIcon.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

svg {
  width: 28px;
  height: 28px;
}

svg .selected {
  fill: #fff;
}

/* [project]/src/components/common/ReserveRow/ReserveRow.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.reserve-row {
  background-color: #f8f8f8;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  max-height: 2.5rem;
  padding: .5rem 3rem;
  display: flex;
}

.reserve-row:has(.no-reserve) {
  color: #fff;
}

.reserve-row:has(.reserve-lowered) {
  color: #068241;
  background-color: #f2faf6;
}

.reserve-row:has(.reserve-not-met) {
  color: #068241;
  background-color: #f2faf6;
}

.reserve-row:has(.reserve-almost-met) {
  color: #0068ad;
  background-color: #f0f5fe;
}

.reserve-row:has(.reserve-met) {
  color: #0068ad;
  background-color: #f0f5fe;
}

.reserve-row:has(.ending-soon) {
  color: #a37e0d;
  background-color: #d6bd8326;
}

.reserve-row .country {
  margin-left: auto;
}

@media (max-width: 1279.98px) {
  .reserve-row {
    padding: .5rem 1rem;
  }
}

@media (max-width: 639.98px) {
  .reserve-row {
    padding: .5rem 1.875rem;
  }
}

/* [project]/src/components/dialogs/ContactSellerDialog/ContactSellerDialog.scss.css [app-client] (css) */
.contact-seller-dialog {
  text-align: center;
  flex-direction: column;
  display: flex;
}

/* [project]/src/components/common/Radio/RadioGroup/RadioGroup.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.radio-container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 2rem;
}

.radio-container .radio-group {
  z-index: 2;
  align-items: center;
  gap: 12px;
  display: flex;
}

.radio-container:before {
  z-index: 1;
  background-image: url("../media/radio-gradient-bg-2.3ec368e7.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 7rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
}

@media (min-width: 1024px) {
  .radio-container:before {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .radio-container {
    bottom: 1rem;
  }
}

/* [project]/src/components/common/Radio/RadioItem/RadioItem.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.radio-item {
  display: flex;
}

.radio-item label {
  display: flex;
  position: relative;
}

.radio-item label input[type="radio"], .radio-item label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.radio-item label .text-label {
  color: #101010;
  text-align: center;
  cursor: pointer;
  background-color: #efefef;
  border: 1px solid #0000;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 58px;
  height: 48px;
  padding: 8px 12px;
  transition: background-color .2s ease-in;
  display: flex;
}

.radio-item label .text-label .image-wrapper {
  width: 40px;
  height: 30px;
}

.radio-item label .text-label:hover {
  background-color: #ecf8ff;
}

.radio-item label input:checked + .text-label {
  color: #101010;
  background-color: #ecf8ff;
  border: 1px solid #ad9d6f;
}

.radio-item label input:checked + .text-label.text {
  background-color: #0000;
  text-decoration: underline;
}

.radio-item.text .text-label {
  color: #6e6e6e;
  background-color: #0000;
  padding: 2px;
  text-decoration: none;
}

.radio-item.text .text-label:hover {
  color: #101010;
  background-color: #0000;
}

.radio-item.text input:checked + .text-label {
  color: #101010;
  background-color: #0000;
  border: 1px solid #0000;
  text-decoration: underline;
}

.radio-item.tab {
  gap: 16px;
  display: flex;
}

.radio-item.tab label .text-label {
  text-align: left;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.radio-item.tab label .text-label .image-wrapper {
  min-width: 106px;
  height: 106px;
}

.radio-item.tab label .text-label .text-label-content {
  flex-direction: column;
  font-size: 1rem;
  display: flex;
}

.radio-item.tab label .text-label .text-label-content .sub-text-label {
  color: #6e6e6e;
  font-size: 1rem;
  font-weight: 400;
}

.radio-item.tab label .text-label:hover, .radio-item.tab input:checked + .text-label:hover {
  background-color: #ecf8ff;
}

.radio-item.gallery-tab {
  flex-wrap: nowrap;
  flex: 1 0 auto;
  font-weight: 400;
  position: relative;
}

.radio-item.gallery-tab label {
  margin-bottom: 0;
}

.radio-item.gallery-tab .text-label {
  border-radius: 4px;
  min-width: auto;
  height: auto;
  padding: .375rem .5rem;
  transition: all .2s;
  position: relative;
}

.radio-item.gallery-tab .text-label:hover {
  background-color: #10101080;
}

.radio-item.gallery-tab .text-label span {
  opacity: 1;
  text-transform: uppercase;
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.radio-item.gallery-tab input:checked + .text-label {
  color: #101010;
  background-color: #10101080;
  border: none;
  text-decoration: none;
}

.radio-item.gallery-tab input:checked + .text-label span {
  opacity: 1;
}

@media (min-width: 640px) {
  .radio-item.gallery-tab .text-label {
    padding: .375rem 1.25rem;
  }
}

.radio-item.reverse .text-label {
  flex-direction: row-reverse;
}

/* [project]/src/components/banner/NotifyBanner/NotifyBanner.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.changes-requested .banner-wrapper {
  border-color: #bc9d47;
}

.changes-requested .banner-wrapper .image-with-text.simple .text-wrapper {
  color: #bc9d47;
}

.sold .banner-wrapper, .finished .banner-wrapper {
  border-color: #767676;
}

.sold .banner-wrapper .image-with-text.simple .text-wrapper, .finished .banner-wrapper .image-with-text.simple .text-wrapper {
  color: #767676;
}

.withdrawn .banner-wrapper {
  border-color: #d94747;
}

.withdrawn .banner-wrapper .image-with-text.simple .text-wrapper {
  color: #d94747;
}

.approved .banner-wrapper, .scheduled-live .banner-wrapper {
  border-color: #689946;
}

.approved .banner-wrapper .image-with-text.simple .text-wrapper, .scheduled-live .banner-wrapper .image-with-text.simple .text-wrapper {
  color: #689946;
}

.scheduled-preview .banner-wrapper, .in-preview .banner-wrapper {
  border-color: #7676cd;
}

.scheduled-preview .banner-wrapper .image-with-text.simple .text-wrapper, .in-preview .banner-wrapper .image-with-text.simple .text-wrapper {
  color: #7676cd;
}

.banner-wrapper {
  background: #f8f8f8;
  border-left: 4px solid #0000;
  justify-content: space-between;
  margin-top: 10px;
  padding: 15px 20px;
  display: flex;
}

.banner-wrapper .image-with-text {
  max-width: none;
}

.banner-wrapper .image-with-text.simple .sub-text {
  color: #515151;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .banner-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .banner-wrapper .toggle-group {
    padding-left: 3rem;
    text-align: left !important;
  }
}

/* [project]/src/components/common/Toggles/ToggleWithText/ToggleWithText.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.toggle-group {
  justify-content: space-between;
  align-items: center;
  padding: 15px 26px;
  transition: all .3s;
  display: flex;
  margin: 0 0 0 -24px !important;
}

@media (max-width: 767.98px) {
  .toggle-group {
    margin: 0 -24px !important;
  }
}

.toggle-group .label-content {
  color: #6e6e6e;
  flex-direction: column;
  font-weight: 700;
  display: flex;
}

.toggle-group .label-content span {
  color: #818181;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .toggle-group .label-content span {
    font-size: 1rem;
  }
}

.toggle-group .toggle-grid {
  flex: 0;
  gap: 20px;
  display: flex;
}

.toggle-group .toggle-grid .toggle-item {
  background-color: #454545;
}

/* [project]/src/components/common/Toggles/Toggle/Toggle.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.toggle-wrapper {
  width: 56px;
  height: 34px;
  margin-bottom: 0;
  display: inline-flex;
  position: relative;
}

.toggle-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-wrapper .toggle-item {
  cursor: pointer;
  background-color: #595858;
  border-radius: 34px;
  transition: all .4s;
  position: absolute;
  inset: 0;
}

.toggle-wrapper .toggle-item:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  transition: all .4s;
  position: absolute;
  bottom: 4px;
  left: 4px;
  box-shadow: 0 2px 12px 10px #00071506;
}

.toggle-wrapper input:checked + .toggle-item {
  background-color: #689946;
}

.toggle-wrapper input:focus + .toggle-item {
  box-shadow: 0 0 1px #689946;
}

.toggle-wrapper input:checked + .toggle-item:before {
  transform: translateX(21px);
}

.toggle-wrapper.small {
  width: 52px;
  height: 30px;
}

.toggle-wrapper.small .toggle-item:before {
  width: 22px;
  height: 22px;
  left: 4px;
}

.toggle-wrapper.small input:checked + .toggle-item:before {
  transform: translateX(22px);
}

@media (max-width: 767.98px) {
  .toggle-wrapper {
    width: 46px;
    height: 26px;
  }

  .toggle-wrapper .toggle-item:before {
    width: 20px;
    height: 20px;
    bottom: 3px;
    left: 3px;
  }

  .toggle-wrapper input:checked + .toggle-item:before {
    transform: translateX(20px) !important;
  }

  .toggle-wrapper.small {
    width: 46px;
    height: 26px;
  }

  .toggle-wrapper.small .toggle-item:before {
    width: 20px;
    height: 20px;
    bottom: 3px;
    left: 3px;
  }
}

/* [project]/src/components/banner/ReviewAndApproveBanner/ReviewAndApproveBanner.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.review-banner-wrapper {
  border-radius: .75rem;
}

.review-banner-wrapper .simple .image-wrapper {
  filter: grayscale(149%) brightness(118%) sepia(59%) hue-rotate(-159deg) saturate(500%) contrast();
  min-width: 32px !important;
}

.review-banner-wrapper .simple .sub-text {
  color: #888;
  margin-top: 0;
}

.review-banner-wrapper .simple .text-wrapper {
  color: #7676cd !important;
  font-size: 1rem !important;
}

.review-banner-wrapper .simple .text-wrapper span {
  color: #888;
}

.review-tip {
  color: #6e6e6e;
  text-align: right;
  font-size: .875rem;
}

@media (max-width: 767.98px) {
  .review-tip {
    text-align: left;
  }
}

/* [project]/src/components/comments/ReviewTextArea/ReviewTextArea.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.question-textarea .textarea-wrapper {
  position: relative;
}

.question-textarea .textarea-wrapper .textarea {
  padding-right: 140px !important;
}

@media (max-width: 767.98px) {
  .question-textarea .textarea-wrapper .textarea {
    padding-right: 16px !important;
  }
}

.question-textarea .textarea-wrapper .textarea:focus-visible {
  border-color: #6e6e6e;
}

.question-textarea .textarea-wrapper:hover .textarea, .question-textarea .textarea-wrapper:hover:before {
  border-color: #101010;
}

.question-textarea .textarea-wrapper .comment {
  position: absolute;
  bottom: 16px;
  right: 8px;
}

@media (min-width: 0) and (max-width: 639.98px) {
  .question-textarea .textarea-wrapper .comment {
    width: 100%;
    right: auto;
    bottom: unset;
    margin: 10px 0;
    position: relative;
  }
}

.question-textarea .textarea-wrapper:hover .base-button {
  background: #000;
}

.question-textarea .tip {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.question-textarea .tip .base-button {
  margin: 0 0 0 20px;
}

.question-textarea .tip .text-counter {
  color: #858585;
  font-weight: 600;
}

.question-textarea.review .textarea-wrapper:before {
  left: auto;
  right: 140px;
}

.question-textarea.review .textarea-wrapper .textarea {
  padding: 10px 130px 10px 10px;
}

.question-textarea.review .textarea-wrapper .comment {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(calc(10px - 50%));
}

/* [project]/src/components/banner/NotifyAuctionBanner/NotifyAuctionBanner.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.changes-requested .banner-wrapper {
  border-color: #bc9d47;
}

.changes-requested .banner-wrapper .auction-item.simple .text-wrapper {
  color: #bc9d47;
}

.sold .banner-wrapper, .finished .banner-wrapper {
  border-color: #767676;
}

.sold .banner-wrapper .auction-item.simple .text-wrapper, .finished .banner-wrapper .auction-item.simple .text-wrapper {
  color: #767676;
}

.withdrawn .banner-wrapper {
  border-color: #d94747;
}

.withdrawn .banner-wrapper .auction-item.simple .text-wrapper {
  color: #d94747;
}

.approved .banner-wrapper, .scheduled-live .banner-wrapper {
  border-color: #689946;
}

.approved .banner-wrapper .auction-item.simple .text-wrapper, .scheduled-live .banner-wrapper .auction-item.simple .text-wrapper {
  color: #689946;
}

.scheduled-preview .banner-wrapper, .in-preview .banner-wrapper {
  border-color: #7676cd;
}

.scheduled-preview .banner-wrapper .auction-item.simple .text-wrapper, .in-preview .banner-wrapper .auction-item.simple .text-wrapper {
  color: #7676cd;
}

.banner-wrapper {
  background: #f8f8f8;
  border-left: 4px solid #0000;
  border-radius: .75rem;
  justify-content: space-between;
  padding: 15px 20px;
  display: flex;
}

.banner-wrapper .auction-item {
  max-width: none;
}

.banner-wrapper .auction-item.simple .sub-text {
  color: #515151;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .banner-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .banner-wrapper .toggle-group {
    padding-left: 3rem;
    text-align: left !important;
  }
}

/* [project]/src/components/common/Comments/CommentsList/CommentsList.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.comments-list {
  flex-direction: column;
  gap: 1rem;
  display: flex;
  overflow-x: hidden;
}

/* [project]/src/components/common/Comments/MentionsList/MentionsList.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.mentions-list {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  gap: 4px;
  width: fit-content;
  min-width: 300px;
  margin-top: 10px;
  padding: 10px 0;
  display: flex;
  position: absolute;
  top: calc(100% - 85px);
  box-shadow: 0 2px 12px 10px #00071506;
}

.mentions-list:before {
  content: "";
  z-index: 1;
  border-bottom: 8px solid #fff;
  border-left: 8px solid #0000;
  border-right: 8px solid #0000;
  width: 12px;
  height: 8px;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 10px;
}

.mentions-list button {
  text-align: left;
  color: #101010;
  background: #fff;
  border: none;
  border-left: 4px solid #0000;
  padding: 16px 16px 16px 20px;
  font-size: 1rem;
  font-weight: 300;
  transition: all .3s;
}

.mentions-list button:hover, .mentions-list button.mention-selected {
  color: #656565;
  cursor: pointer;
  background-color: #f8f8f8;
  border-color: #565656;
}

/* [project]/src/components/common/RichTextArea/RichTextArea.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.rich-text-area {
  z-index: 1;
  resize: vertical;
  width: 100%;
  max-height: 100%;
  padding: 16px;
  position: relative;
  overflow: hidden auto;
}

.rich-text-area .rich-text-area-input {
  width: 100%;
  min-height: 60px;
  outline: none !important;
}

.rich-text-area .rich-text-area-placeholder {
  color: gray;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rich-text-area .rich-text-mention {
  color: #ad9d6f;
  font-weight: 400;
  display: inline-block;
}

.rich-text-area.focus {
  color: #101010;
  box-shadow: 0 0 0 .25rem #efefef;
  background: #fff !important;
}

@media (max-width: 767.98px) {
  .rich-text-area {
    padding: .75rem;
  }
}

/* [project]/src/components/common/Comments/CommentInput/CommentInput.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

/* [project]/src/components/common/Vehicle/CarUserCounter/CarUserCounter.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.user {
  border-radius: 38px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: relative;
}

.user.counter {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  font-size: .75rem;
  font-weight: bold;
  display: flex;
}

.user.counter span {
  color: gray;
  padding: 2px;
  font-size: 14px;
  font-weight: normal;
}

/* [project]/src/components/features/QuestionsAndComments/CommentReplyList/CommentReplyList.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.items-list {
  align-items: center;
  width: auto;
  height: 38px;
  display: flex;
  position: relative;
}

.items-list .user:not(:first-child) {
  margin-left: -38px / 1.8;
}

/* [project]/src/components/features/QuestionsAndComments/CommentItem/CommentItem.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.comment-item {
  flex: 1;
  gap: 10px;
  display: flex;
  position: relative;
}

.comment-item .comment-time-wrapper {
  color: #6e6e6e;
  width: 100px;
  font-size: .875rem;
  font-weight: 200;
}

.comment-item .seller {
  color: #fff;
  background-color: #ad9d6f;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 1rem;
  font-weight: 600;
}

.comment-item .user-image-wrapper {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.comment-item .user-image-wrapper .user {
  margin-top: 8px;
}

.comment-item .user-image-wrapper .icon {
  width: 26px;
}

.comment-item .comment-content-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.comment-item .comment-content-wrapper .comment-content {
  flex-direction: column;
  flex: 1;
  transition: background-color .2s;
  display: flex;
}

.comment-item .comment-content-wrapper .comment-content .comment-header {
  gap: 10px;
  font-weight: 700;
  display: flex;
}

.comment-item .comment-content-wrapper .comment-content .comment-header .user-name-button {
  background-color: #0000;
  border: none;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.comment-item .comment-content-wrapper .comment-content .comment-header .user-name-button .image-wrapper {
  width: 14px;
  margin-right: 5px;
}

.comment-item .comment-content-wrapper .comment-content .comment-header .user-name-wrapper {
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  display: flex;
}

.comment-item .comment-content-wrapper .comment-content .comment-header .image-with-text.time:after {
  display: none;
}

.comment-item .comment-content-wrapper .comment-content .text-wrapper {
  color: #101010;
  text-align: left;
  text-wrap: wrap;
  white-space: pre-wrap;
  word-break: break-word;
  margin: 5px 0 0;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: inline;
  position: relative;
}

.comment-item .comment-content-wrapper .comment-content .text-wrapper div {
  display: flex;
}

@media (max-width: 767.98px) {
  .comment-item .comment-content-wrapper .comment-content .text-wrapper {
    font-size: 1rem;
  }
}

.comment-item .comment-content-wrapper .comment-input-wrapper {
  position: relative;
}

.comment-item .comment-content-wrapper .comment-input-wrapper .base-button.comment {
  margin: 0;
  position: relative;
}

.comment-item .comment-content-wrapper .comment-input-wrapper .rich-text-area {
  height: 100px;
  box-shadow: none;
  border-color: #949494;
  outline: none;
  margin: 12px 0;
}

.comment-item .comment-content-wrapper .comment-input-wrapper .rich-text-area:hover {
  background: #f9f9f9;
  border-color: #9c9c9c;
}

.comment-item .comment-content-wrapper .comment-input-wrapper .rich-text-area:focus {
  color: #101010;
  background: #f0f0f0;
  border-color: #9c9c9c;
}

.comment-item .comment-content-wrapper .comment-input-wrapper .mentions-list {
  margin-top: 55px;
}

.comment-item .comment-content-wrapper .reply-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.comment-item .comment-content-wrapper .reply-container .actions-wrap {
  padding: 8px 0 0;
}

.comment-item .comment-content-wrapper .reply-container .reply {
  margin: 0;
}

.comment-item .comment-content-wrapper .reply-container .base-button {
  padding: .5rem .75rem;
}

.comment-item .comment-content-wrapper .reply-container .base-button.f-white {
  filter: brightness();
}

.comment-item .comment-content-wrapper .reply-container .replies-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.comment-item .comment-content-wrapper .reply-container .replies-wrapper.open .text {
  visibility: hidden;
  opacity: 0;
}

.comment-item .comment-content-wrapper .reply-container .replies-wrapper.open .replies .counter:after {
  top: calc(50% - 9px);
  transform: rotate(180deg);
}

.comment-item .comment-content-wrapper .reply-container .replies-wrapper .replies {
  height: 100% !important;
}

.comment-item .comment-content-wrapper .reply-container .replies-wrapper .replies .counter {
  cursor: pointer;
  color: #101010;
  border: none;
  align-items: center;
  gap: 4px;
  padding: 0 36px 0 10px;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.comment-item .comment-content-wrapper .reply-container .replies-wrapper .replies .counter:after {
  content: "";
  background-image: url("/Assets/Icons/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  transition: all .2s ease-in-out;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  transform: rotate(0);
}

@media (max-width: 767.98px) {
  .comment-item {
    flex-direction: column;
    gap: 0;
  }
}

.no-answer-placeholder {
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.no-answer-placeholder .answer-placeholder-wrapper {
  border: 2px dashed #efefef;
  border-radius: 6px;
  flex-grow: 1;
  justify-content: center;
  padding: 30px;
  display: flex;
}

.no-answer-placeholder .image-wrapper {
  width: 30px;
}

.text {
  color: #2a2a2a;
  font-size: 1rem;
  font-weight: 600;
}

.text.is-question {
  color: #101010;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.text.is-button {
  cursor: pointer;
  transition: all .2s linear;
}

.text.is-button:hover {
  color: #101010;
}

/* [project]/src/components/features/QuestionsAndComments/CommentBox/CommentBox.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.comment-box {
  gap: 8px;
  display: flex;
}

.replies-list {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  animation: .2s ease-out forwards expandOut;
  display: flex;
}

.replies-list .comment-item .comment-content-wrapper {
  border-left: 1px solid #efefef;
  flex-direction: column;
  margin-left: 1rem;
  padding-left: 1rem;
}

.replies-list.open {
  animation: .2s ease-in forwards expandIn;
}

@keyframes expandIn {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }

  100% {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}

@keyframes expandOut {
  0% {
    opacity: 1;
    visibility: visible;
    height: auto;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}

.replies-list .comment-item .user-image-wrapper {
  position: relative;
}

.replies-list .comment-item .user-image-wrapper.lines:after {
  content: "";
  z-index: -1;
  opacity: 0;
  background-color: #efefef;
  width: 4px;
  height: calc(100% + 8px);
  transition: opacity .3s;
  animation: .3s ease-in forwards fadeIn;
  position: absolute;
  top: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.replies-list .comment-item:first-child .user-image-wrapper.lines:before {
  content: "";
  z-index: -1;
  opacity: 0;
  background-color: #efefef;
  width: 4px;
  height: 40px;
  animation: .3s ease-in forwards fadeIn;
  position: absolute;
  bottom: 100%;
}

.replies-list .comment-item:last-child .user-image-wrapper:after {
  height: 8px;
}

.replies-list .comment-item p {
  text-align: right;
}

@media (max-width: 767.98px) {
  .replies-list .comment-item {
    border-left: 1px solid #efefef;
    padding-left: 1rem;
  }

  .replies-list .comment-item .comment-content-wrapper {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}

/* [project]/src/components/dialogs/FlagCommentDialog/FlagCommentDialog.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.flag-comment-dialog .modal-body {
  padding: 2rem 2rem 1rem !important;
}

.flag-comment-dialog .modal-body .flag {
  text-align: left;
  background-color: #fff9ea;
  border: 2px dashed #a28f59;
  border-radius: 2px;
  width: 100%;
  margin: 0;
  padding: 16px;
  font-family: proxima-nova, sans-serif;
}

.flag-comment-dialog .modal-body .expand-area {
  margin-top: .75rem;
}

/* [project]/src/components/common/Selects/RadioButtonSelect/RadioButtonSelect.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.radio-button-select {
  display: flex;
}

.radio-button-select.hand-drive-btn-wrapper .options .option:last-child .text-label {
  flex-direction: row-reverse;
}

.radio-button-select .options {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.radio-button-select .options .option {
  display: flex;
  position: relative;
}

.radio-button-select .options .option .text-label {
  text-align: left;
  cursor: pointer;
  border: 1px solid #efefef;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  transition: all .3s;
  display: flex;
}

.radio-button-select .options .option .text-label .image-wrapper {
  width: 24px;
  height: 24px;
}

.radio-button-select .options .option .text-label:hover, .radio-button-select .options .option.selected .text-label {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.radio-button-select .options .option.selected .text-label.text {
  background-color: #0000;
  text-decoration: underline;
}

.radio-button-select .options .option.text .text-label {
  color: #6e6e6e;
  background-color: #0000;
  padding: 2px;
  text-decoration: none;
}

.radio-button-select .options .option.text .text-label:hover {
  color: #101010;
  background-color: #0000;
}

.radio-button-select .options .option.text.selected .text-label {
  color: #101010;
  background-color: #0000;
  border: 1px solid #0000;
  text-decoration: underline;
}

.radio-button-select .options .option.tab {
  gap: 16px;
  display: flex;
}

.radio-button-select .options .option.tab .text-label {
  text-align: left;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.radio-button-select .options .option.tab .text-label .image-wrapper {
  min-width: 90px;
  height: 90px;
}

.radio-button-select .options .option.tab .text-label .text-label-content {
  flex-direction: column;
  font-size: 1rem;
  display: flex;
}

.radio-button-select .options .option.tab .text-label .text-label-content .sub-text-label {
  color: #6e6e6e;
  font-size: 1rem;
  font-weight: 400;
}

.radio-button-select .options .option.tab .text-label:hover, .radio-button-select .options .option.tab.selected .text-label:hover {
  background-color: #ecf8ff;
}

/* [project]/src/components/dialogs/DeleteCommentDialog/DeleteCommentDialog.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.down-button .base-button.dark .image-wrapper {
  filter: none;
}

.delete-comment-dialog .delete {
  text-align: left;
  background-color: #ffe9e9;
  border: 2px dashed #e49191;
  border-radius: 2px;
  width: 100%;
  margin: 0;
  padding: 16px;
  font-family: proxima-nova, sans-serif;
}

/* [project]/src/components/features/QuestionsAndComments/QuestionsAndComments/QuestionsAndComments.scss.css [app-client] (css) */
@media (min-width: 0) and (max-width: 639.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .65);
    padding-left: calc(var(--bs-gutter-x) * .65);
  }
}

.questions-and-comments-container {
  flex-direction: column;
  display: flex;
}

@media (max-width: 767.98px) {
  .questions-and-comments-container {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

.questions-and-comments-container .comment-bid-container {
  align-items: center;
  gap: 10px;
  display: flex;
}

.questions-and-comments-container .comment-bid-container .bid-time-wrapper {
  color: #515151;
  min-width: 100px;
  font-size: .875rem;
  font-weight: 200;
}

.questions-and-comments-container .comment-bid-container .comment-bid {
  background-color: #f9f5ec;
  gap: .25rem;
  width: 100%;
  padding: .75rem 1rem;
  font-weight: 700;
  display: flex;
}

.questions-and-comments-container .comment-bid-container .comment-bid .heading {
  font-size: 1rem !important;
}

@media (max-width: 767.98px) {
  .questions-and-comments-container .comment-bid-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.questions-and-comments-container .comment-form {
  flex-direction: column;
  display: flex;
  position: relative;
}

.questions-and-comments-container .comment-form .input-wrapper {
  width: 100%;
}

.questions-and-comments-container .comment-form .input-wrapper .form-control {
  min-height: 50px;
  padding: 16px 112px 16px 12px;
}

.questions-and-comments-container .comment-form .rich-text-area {
  min-height: 96px;
  box-shadow: none;
  border-color: #949494;
  outline: none;
}

.questions-and-comments-container .comment-form .rich-text-area:hover {
  background: #f9f9f9;
  border-color: #9c9c9c;
}

.questions-and-comments-container .comment-form .rich-text-area:focus {
  color: #101010;
  background: #f0f0f0;
  border-color: #9c9c9c;
}

.questions-and-comments-container .comment-form .rich-text-area .rich-text-area-placeholder {
  transform: unset;
  font-weight: 400;
  top: 16px;
}

.questions-and-comments-container .comment-form .comment-content {
  color: #6e6e6e;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  flex: 1;
  padding: 16px 16px 16px 20px;
  font-family: proxima-nova, sans-serif;
}

@media (max-width: 767.98px) {
  .questions-and-comments-container .comment-form .comment-content {
    padding: 16px;
  }
}

.questions-and-comments-container .comment-form .comment-button-wrapper {
  background: #fff;
  align-items: center;
  gap: 12px;
  padding: 16px;
  display: flex;
  position: relative;
}

.questions-and-comments-container .comment-form .comment-button-wrapper span {
  text-align: right;
  color: gray;
  margin: 4px 0;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .questions-and-comments-container .comment-form .comment-button-wrapper span {
    text-align: left;
    font-size: 1rem;
  }
}

.questions-and-comments-container .comment-form .comment-button-wrapper.logged {
  gap: 20px;
  padding: 1rem 0 0;
}

@media (max-width: 767.98px) {
  .questions-and-comments-container .comment-form .comment-button-wrapper.logged {
    padding-left: 0;
  }
}

.deleted-comment {
  color: #cfb2b4;
  background: #fbfbfb;
  border-left: 4px solid #cfb2b4;
  flex: 1;
  margin: 5px 0;
  padding: .7rem 1rem;
  font-size: 14px;
}

.deleted-comment span {
  font-weight: 600;
}

