
.gap-2 {
    gap: 0.5rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

/* CUPRA Form*/
.corner-pick , .light-label{
    color: #75787B;
    font-size: .9rem;
}

.cupra-page, .renting-section, .modal{
    font-family: "MMC-Regular", "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
}


.cupra-pagex .form-control::-moz-placeholder {
    color: #75787B;
    opacity: 1;
    font-size: .9rem;
}

.cupra-pagex .form-control::placeholder {
    color: #75787B;
    opacity: 1;
    font-size: .9rem;
}

.cupra-pagex .form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #d9d9d6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cupra-pagex  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #242221;
    outline: 0;
    box-shadow: none;
}


.form-select-cupra {
    color: #75787B;
    border: 0;
    border-bottom: 1px solid #d9d9d6;
    border-radius: 0;
    padding: 0.65rem 2.25rem 0.65rem 0;
}



.cupra-pagex .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.cupra-pagex .form-select:focus {
    border-color: #242221;
    outline: 0;
    box-shadow: none;
}

.cupra-page .was-validated .form-control:invalid, .cupra-page .form-control.is-invalid {
    border-color: #dc3545;
}

.cupra-pagex .btn-outline-secondary {
    color: #3c3c3c;
    border-color:  #d9d9d6;
}
.cupra-pagex .btn-outline-secondary:hover {
    color: #fff;
    background-color: #003c4a;
    border-color: #6c757d;
}
.cupra-pagex .btn-check:focus + .btn-outline-secondary,
.cupra-pagex .btn-outline-secondary:focus {
    box-shadow: none;
}


.cupra-pagex .btn-check:checked + .btn-outline-secondary,
.cupra-pagex .btn-check:active + .btn-outline-secondary,
.cupra-pagex .btn-outline-secondary:active, .btn-outline-secondary.active,
.cupra-pagex .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #003c4a;
    border-color: #003c4a;
    font-weight: unset;
}
.cupra-pagex  .btn-check:checked + .btn-outline-secondary:focus,
.cupra-pagex .btn-check:active + .btn-outline-secondary:focus, .cupra-pagex .btn-outline-secondary:active:focus,
.cupra-pagex .btn-outline-secondary.active:focus, .cupra-page
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 60, 74, 0.5);
}

.cupra-page .btn{
    border-radius: 0 !important;
}

.cupra-pagex  .form-check label, .cupra-page  .legal_text_label {
    font-size: .85rem;
    line-height: 16px;
    color: rgba(10, 10, 10, 1)
}

.cupra-pagex  .form-check-inline {
    margin-right: 0.9rem;
}

.cupra-pagex  .form-check-input.rgpd_acc {
    margin-top: 0
}

.cupra-pagex  .form-legal {
    font-size:  .9rem;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #555;
}

.cupra-pagex  .fs-legal {
    font-size: 13px;
}

.cupra-pagex .fs-legal-radio {
    font-style: normal;
    font-family: CupraRegular, serif;
    font-size: 15px;
}
.cupra-pagex .form-floating-radio label {
    height: calc(2.2rem + 2px);
    line-height: 1.25;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .85rem;
}


.cupra-pagex .form-check-input:checked {
    background-color: #1B1B1B;
    border-color: #1B1B1B;
}
.cupra-pagex .form-check-input[type=checkbox] {
    border-radius: 0;
}

.cupra-pagex .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.cupra-page .form-check-input:focus {
    border-color: rgba(27, 27, 27, 0.6);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(27,27, 27, 0.25);
}

.cupra-pagex .form-check-input[type=checkbox] {
    border-radius: 0;
}

.cupra-pagex .form-check-input[type=radio] {
    border-radius: 50%;
}

.cupra-pagex .form-check-input:active {
    filter: brightness(90%);
}


.cupra-pagex .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.cupra-pagex .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.legal_text {
    font-size: .8rem;
}
.cupra-pagex .legal_text_label {
    font-size: .85rem;
    line-height: 16px;
    color: rgba(10, 10, 10, 1)
}
.cupra-pagex label {
    font-family: CupraRegular, sans-serif;
}
.cupra-pagex span.is-invalid {
    font-size: 12px;
    line-height: 18px;
    color: #f14336
}
.cupra-pagex a {
    color: #000;
    font-weight:500;
    text-decoration: underline;
}

.cupra-pagex .text-sm, .cupra-pagex  small, .cupra-pagex  .small {
    font-size: .875rem;
    line-height: 1.25rem;
}

/* Renting Section*/
.bg-renting{
    background: #f2f2f2;
    background: #f6f8fb;
    background: #1b1b1b;
}
.st-listing-item-cupra .image-inner{
    max-height: 430px;
    object-fit: fill;
    overflow: hidden;
    position: relative;
}

.st-listing-item-cupra  .image-inner:before {
    width: 100%;
    height: 7rem;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(to bottom, rgba(27, 27, 27, 0) 3.02%, #ffffff 61.42%);
    background: linear-gradient(to bottom, rgba(27, 27, 27, 0) 0%, #ffffff 100%);
    z-index: 10;
}
.st-listing-item-cupra .image-inner img{
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.st-listing-item-cupra:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.car__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    /*margin-bottom: 8px;*/
    /*text-transform: uppercase;*/
}
.car__text {
    display: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.features__item{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
    color: #6a7176;
}
.since__text{

}
.price__text{
    color: #000000;
    font-size: 38px;
    line-height: 1.2;
}
.tax__text{
    color: #f5f5f5;
    font-size: 1rem;
}
.renting-section .btn{
    padding: 0.688rem 0.75rem;
    border-radius: 0;
}

@media (min-width: 1436px){
    .car__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 1400px){
    .container-sm{
        max-width: 1320px;
    }
}


/* Modal */

.cupra-page .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.rentingModal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.rentingModal .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.rentingModal .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.rentingModal .btn-close:disabled, .rentingModal .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 1rem 2rem
}

.modal-body {
    padding: 2rem
}

.btn-close:focus {
    box-shadow: none
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}
.selected-campaign{
    border-radius: .5rem;
}
.selected-campaign__text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.campaign-img{
    max-height: 110px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    border-radius: .5rem;
}


.modal .btn-dark {
    color: #fff;
    background-color: #1B1B1B;
    border-color: #1B1B1B;
}

.modal .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }

}


/*Modal Popup*/
.close-modal{
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.modal-dialog-centered {
    display: grid;
    place-content: center;
    height: 100dvh;
}

.modal-popup-image {
    width: 100%;
    object-fit: cover;
}
@media (min-width: 576px) {
    .modal-dialog.modal-dialog-centered {
        max-width: 680px;
    }
    .modal-popup-image {
        max-width: 280px;
    }
}

@media (min-width: 768px) {

}
