/* [project]/src/components/common/Vehicle/VehicleData/VehicleData.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-data {
  position: relative;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  padding: 1.875rem 1.125rem 1.5rem !important;
}

.vehicle-data .container {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.vehicle-data .button {
  flex: 1;
}

.vehicle-data .button.share {
  width: 3rem;
}

.vehicle-data .no-reserve-wrapper {
  display: none;
}

@media (min-width: 1280px) {
  .vehicle-data {
    border-radius: 12px;
    padding: 2rem 2.5rem !important;
  }
}

/* [project]/src/components/common/Vehicle/VehicleName/VehicleName.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-name-box {
  gap: 1rem;
  display: flex;
}

.vehicle-name-box .year {
  font-size: 1.125rem;
  font-weight: lighter;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .vehicle-name-box .year {
    margin-bottom: .625rem;
    font-size: 1.25rem;
  }
}

.vehicle-name-box .brand-name {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
}

.vehicle-name-box .brand-name strong {
  font-weight: bold;
}

@media (min-width: 768px) {
  .vehicle-name-box .brand-name {
    margin-bottom: .5rem;
    font-size: 2rem;
  }
}

.vehicle-name-box .model-name {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.vehicle-name-box .long-model-name {
  font-size: 1.125rem;
  font-weight: lighter;
  line-height: 1.5rem;
}

@media (max-width: 1279.98px) {
  .vehicle-name-box {
    gap: .5rem;
  }
}

.vehicle-name-box.listing-vehicle-name .car-name {
  flex-flow: column wrap;
  display: flex;
}

@media (min-width: 1024px) {
  .vehicle-name-box.listing-vehicle-name .car-name, .vehicle-name-box.listing-vehicle-name .car-name .year-title {
    display: inline !important;
  }

  .vehicle-name-box.listing-vehicle-name .car-name .year-title .brand-name {
    padding: 0 .5rem;
    display: inline;
  }

  .vehicle-name-box.listing-vehicle-name .car-name .year-title .brand-name strong {
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  .vehicle-name-box.listing-vehicle-name .car-name .year-title .year {
    line-height: .875rem;
    font-size: 1.125rem !important;
  }

  .vehicle-name-box.listing-vehicle-name .car-name .year-title .brand-name {
    line-height: 2rem;
    font-size: 1.5rem !important;
  }

  .vehicle-name-box.listing-vehicle-name .car-name .long-model-name, .vehicle-name-box.listing-vehicle-name .car-name span {
    font-size: 1.375rem !important;
  }
}

@media (min-width: 640px) {
  .vehicle-name-box.listing-vehicle-name .car-name .year-title {
    flex-direction: column;
    gap: 0 !important;
    display: flex !important;
  }

  .vehicle-name-box.listing-vehicle-name .car-name .year-title .year {
    font-size: 1.25rem !important;
  }

  .vehicle-name-box.listing-vehicle-name .car-name .year-title .brand-name {
    padding: 0;
    line-height: 1.2;
    font-size: 1.5rem !important;
  }

  .vehicle-name-box.listing-vehicle-name .car-name .long-model-name, .vehicle-name-box.listing-vehicle-name .car-name span {
    line-height: 1;
    font-size: 1.25rem !important;
  }
}

.vehicle-name-box.listing-vehicle-name .car-name .year-title .year {
  font-size: 1.125rem;
  line-height: .875rem;
}

.vehicle-name-box.listing-vehicle-name .car-name .year-title .brand-name {
  word-break: break-word;
}

@media (min-width: 1024px) {
  .vehicle-name-box.listing-vehicle-name .car-name .year-title {
    align-items: baseline;
    gap: 7px;
    display: flex;
  }
}

.vehicle-name-box.listing-vehicle-name .car-name .brand-name {
  text-transform: uppercase;
  color: #101010;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  display: flex;
}

.vehicle-name-box.listing-vehicle-name .car-name .brand-name .vehicle-badge-wrapper {
  text-transform: capitalize;
  flex: 1;
}

.vehicle-name-box.listing-vehicle-name .car-name span {
  text-transform: initial;
  color: #6e6e6e;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 2rem;
}

.vehicle-name-box.listing-vehicle-name .car-name span:first-child {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.vehicle-name-box.listing-vehicle-name .vehicle-badge {
  line-height: 1.2;
  display: flex;
}

.vehicle-name-box.listing-vehicle-name .vehicle-badge.desktop {
  justify-content: end;
}

@media (min-width: 1024px) {
  .vehicle-name-box.listing-vehicle-name .vehicle-badge.desktop {
    display: none;
  }
}

.vehicle-name-box.listing-vehicle-name .vehicle-badge.mobile {
  justify-content: start;
}

@media (min-width: 1024px) {
  .vehicle-name-box.listing-vehicle-name .vehicle-badge.mobile {
    display: none;
  }
}

.vehicle-name-box.listing-vehicle-name > div {
  align-items: center;
  display: flex;
}

.vehicle-name-box.summary-vehicle-name h1 {
  display: inline !important;
}

.vehicle-name-box.summary-vehicle-name h1 .brand-name {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.vehicle-name-box.summary-vehicle-name h1 .brand-name .car-badge {
  width: fit-content;
}

.vehicle-name-box.summary-vehicle-name h1 span:first-child {
  padding-right: .5rem;
}

.vehicle-name-box.summary-vehicle-name h1 span:last-child {
  padding-left: .5rem;
}

@media (max-width: 767.98px) {
  .vehicle-name-box.summary-vehicle-name {
    flex-direction: column;
    margin-bottom: 0;
  }
}

/* [project]/src/components/common/BidButton/BidButton.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/dialogs/BidDialog/BidDialog.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);
  }
}

.title-wrapper {
  margin-bottom: 1.5rem;
  border-bottom: none !important;
  padding-top: 0 !important;
}

.title-wrapper .h-gold {
  color: #a1946c;
}

.title-wrapper .hint {
  color: #6e6e6e;
  font-family: proxima-nova, sans-serif;
  font-size: .875rem;
}

.title-wrapper .hint h4 {
  color: #101010;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.title-wrapper .hint h4 span {
  font-weight: 200;
}

.title-wrapper .hint.text-left {
  text-align: left;
}

.base-button.dark .image-wrapper {
  filter: none !important;
}

.image-with-text {
  align-items: center;
}

.image-with-text .image-wrapper {
  margin-top: 2px;
}

.image-with-text .text-wrapper {
  margin-top: 0 !important;
}

.image-with-text .text-wrapper .sub-text {
  color: #a28f59;
  margin-left: 5px;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  display: inline;
}

.money-view {
  color: #101010;
  font-size: 1.5rem;
}

.money-view strong {
  font-weight: 700;
}

.checkbox {
  margin-top: 5px;
}

.checkbox span {
  text-align: left;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
}

.checkbox span a {
  font-weight: 600;
}

.no-gap {
  flex-direction: row !important;
  gap: 0 !important;
}

.absentee-bid-wrapper {
  border-top: 1px solid #efefef;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: 2rem;
  padding: 1.5rem 1.25rem;
  display: flex;
}

.pseudo-footer {
  justify-content: center;
  display: flex;
}

@media (max-width: 767.98px) {
  .pseudo-footer {
    padding: .5rem 1rem;
  }
}

.pseudo-footer .padding-right {
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .pseudo-footer .padding-right {
    padding-right: 0;
  }
}

.modal-footer .text-danger {
  background: #262626;
}

.title-wrapper {
  flex-direction: column;
  padding: 20px 0;
}

.content-wrapper {
  color: #6e6e6e;
  display: flex;
}

.content-wrapper div {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.content-wrapper .down-button {
  flex-grow: initial !important;
  margin: auto !important;
}

.content-wrapper .price {
  color: #101010;
  font-size: 1.25rem;
  font-weight: 400;
}

.content-wrapper .center {
  flex-grow: initial !important;
  width: auto !important;
}

.content-wrapper .car-badge-wrapper {
  width: calc(100% - 15px);
  min-height: 48px;
  padding: 0 4px 0 10px;
  font-size: 1.75rem;
  font-weight: 700;
}

.content-wrapper .form-group {
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.content-wrapper .form-group .label-placeholder {
  display: none;
}

.position-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  flex-direction: row !important;
  gap: 12px !important;
}

.position-right span {
  text-align: right;
  opacity: .5;
  font-size: 1rem;
}

.position-right .base-button {
  opacity: .5;
}

.position-right:hover {
  opacity: 1;
}

.modal-footer {
  background-color: #efefef;
  border-radius: 0;
}

.modal-footer .input-wrapper {
  max-width: 220px;
}

/* [project]/src/components/common/MoneyView/MoneyView.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);
  }
}

.money-view {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

