/* filters */
#dfi-filter {
    display: block;
    background-color: #f3f4f4;
    border-radius: 10px;
}

.btn-dfi-secondary {
    border-color: #205493;
    color: #ffffff;
    background-color: #205493 !important;
    border-radius: 100px;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.btn-dfi-secondary:hover {
    color: #ffffff;
}

.dfi-consumer-price {
    color: #000000;
}
    /* voorraad */
.dfi-databox {
    background-color: #fbfdff;
}

.dfi-merkmodel {
    color: #205493;
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
}



.dfi-detail-link h3 {
    color: #205493;
}

.dfi-icons {
    color: #205493;
}

.dfi-lijst-specs {
    color: #000000;
    height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    font-size: 1.1rem;
}
.dfi-price-block {
    display: block;
    color: #205493;
}

.dfi-detail-link .btn-dfi-primary {
    border-color: #205493;
    color: #ffffff;
    background-color: #205493 !important;
    border-radius: 100px;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    padding: 10px 0;
}

.dfi-detail-link .btn-dfi-primary:hover {
    border-color: #13355e;
    color: #ffffff;
    background-color: #13355e !important;

}

.dfi-h3 {
    font-size: 1.2rem;
}

.oneline {
    width: 100%;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #112748;
    font-size: 15px;
}

.disabled {
    pointer-events: none;
    background-color: #706e6e;
}
/* detail */

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.dfi-detail-leaseprice {
    background-color: #0481b1;
}


.dfi-aanvraagblok {
    background-color: #0481b1;
}

button#dfi-contact-submit {
    color: #ffffff;
    background-color: #0481b1;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 0 10px 0 10px;
    opacity: 1;
    border: 2px none;
}

span#dfi-detail-prijs {
    font-size: 25px;
    background-color: #fd9a14;
    padding: 10px 20px;
    border-radius: 10px;
}

.dfi-lease-price {
    font-size: 1.4rem;
}

span.pm {
    font-size: 10px;
    line-height: 12px;
}

.form-select {
    font-family: "Verala Round", sans-serif !important;
    font-size: 15px !important;
}

span.dfi-detail-prijs-lease {
    font-size: 25px;
    background-color: #fd9a14;
    padding: 5px 30px;
    border-radius: 99px;
    display: inline-block;
}

.dfi-detail-prijs-klein {
    font-size: 15px;
}

img.dfi-thumb {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-height: 100px;
}

div#dfi-vehicle {
    max-width: 1600px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {

img.dfi-thumb {
    max-height: 100%;
}
    
    span.dfi-detail-prijs-lease {
    width: 100%;
}

}

#dfi-load-next { 
	display: none !important;
}

.dfi-gallery { width: 100%; }

.dfi-swiper-main { width: 100%; }
.dfi-swiper-main img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.dfi-swiper-thumbs { margin-top: 12px; }
.dfi-swiper-thumbs .swiper-slide {
  opacity: .6;
  cursor: pointer;
}
.dfi-swiper-thumbs .swiper-slide-thumb-active { opacity: 1; }

.dfi-swiper-thumbs img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}


.dfi-location-map {
    height: -webkit-fill-available !important;
}

.dfi-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.2rem .55rem;
  border-radius:999px;
  font-size:.85rem;
  background:rgba(0,0,0,.08);
}

.dfi-feature-item{
  display:flex;
  gap:.5rem;
  align-items:flex-start;
  padding:.5rem .75rem;
  border-radius:.75rem;
  background:rgba(0,0,0,.03);
}

.dfi-check{
  font-weight:700;
  line-height:1.2;
}

