body {
    font-family: Inter, ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 10pt;
    margin-bottom: 20px;
    background: transparent;
}

.listing-cover img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.text-muted {
    color: #a0adc0;
}

a {
    color: black;
}

a, a:hover, a:active {
    text-decoration: none;
}

.car-listing-summary .title {
    font-weight: 600;
}

.wrapper {
    max-width: 100% !important;
    padding-left: 8px;
    padding-right: 8px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.justify-end {
    justify-self: end;
}

.flex-1 {
    flex: 1;
}

.text-sm {
    font-size: 90%;
}

.text-lg {
    font-size: 110%;
}

.text-xl {
    font-size: 140%;
}

.left-7 {
    padding-left: 7px;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-light {
    font-weight: 300;
}

.details-button {
    height: 100%;
    border-radius: 6px;
    padding: 8px 24px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.car-listing-summary {
    margin-bottom: 40px;
}

.button {
    cursor: pointer;
}

.bg-slate {
    background-color: #f1f5f9;
}

.select-box-container {
    display: inline-block;
}
.multiple-select-box {
    border-radius: 0.375rem;
    margin-bottom: 6px;
    background-color: #f1f5f9;
    position: relative;
    display: flex;
}

.multiple-select-box .button {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 10;
    user-select: none;
    height: 3rem;
    color: #595959;
    padding: 8px 16px;
}

.multiple-select-box .button.active {
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
    color: black;
    font-weight: 600;
}

.multiple-select-box .selection {
    display: block;
    position: absolute;
    top: 0;
    flex: 1;
    z-index: 1;
    height: 100%;
    width: 33%;
    transition-duration: 300ms;
    transition: all;
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;

    /*border:  shadow-xl transition-all duration-300 bg-white border-slate-200 shadow-slate-400/10 rounded-md ml-0*/
}

.btn-primary {
    background-color: #f1f5f9 !important;
    color: #595959;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #dfe2e6 !important;
    color: black;
    border: 1px solid #e2e8f0;
}

strong {
    font-weight: 600;
}

.slider-label {
    color: #a0adc0;
    font-weight: 400;
    font-size: 100%;
}

.slider-value-field {
    font-weight: 500;
    font-size: 100%;
}

.period-toggle {
    display: inline-block;
    border-radius: 0.375rem;
    background-color: #f1f5f9;
    color: #595959;
}

#leasing-app .period-toggle .btn-period {
    border: 1px solid transparent;
    background: transparent;
    border-radius: 0.375rem;
}

#leasing-app .period-toggle .btn-period.active {
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
    color: black;
    font-weight: 600;
}

#leasing-app .slider {
    background-color: #e2e8f0;
}

.monthly-pay-wrapper {
    background-color: #f1f5f9;
    color: #595959;
}

#leasing-app .monthly-pay-container .price-monthly-header {
    color: #595959;
    font-weight: 300;
}

#leasing-app .monthly-pay-container .price-monthly-header strong {
    font-weight: 700;
}

#leasing-app .slider .slider-progress::after {
    background: white;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

#leasing-app .split-private-container .split-price-monthly {
    color: white !important;
}

.fas, .checkbox-custom-label::before {
    font-family: FontAwesome !important;
    font-style: normal;
}

.fas.fa-spin {
    display: inline-block;
}

.fas.fa-circle-notch:before{
    content:"\f1ce"
}

.ownership-buttons .btn,
.ownership-buttons .btn:hover,
.ownership-buttons .btn:active,
.ownership-buttons .btn.active {
    font-weight: 500;
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    outline: 0;
    transition: 0.3s;
    color: #595959;
    font-size: 12px;
}

.ownership-buttons .btn:hover {
    background-color: #dadada;
}

.ownership-buttons .btn.active,
.ownership-buttons .btn.active:hover {
    background-color: white;
    color: black;
}

.contact-form h4 {
    font-size: 80%;
    color: #595959;
}

.contact-form .checkbox-custom-label {
    padding-left: 0 !important;
}

.contact-form .checkbox-custom-label::before {
    padding-top: 4px;
    font-size: 12px !important;
}

/*.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    padding: inherit;
}*/
