.cursor-pointer {
    cursor: pointer;
}
 
.fs-10 {
    font-size: 10px !important;
} 

.fs-12 {
    font-size: 12px !important;
}
 
.fs-14 {
    font-size: 14px !important;
} 

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}


.fs-24 {
    font-size: 24px !important;
}


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

.lock-container {
    cursor: wait;
    z-index: 900;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    backdrop-filter: blur(2px);
}

.navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-contrast {
    color: var(--color-contrast);
}

.select-none,
.user-select-none {
  user-select: none !important;   
  -webkit-user-select: none !important;  
  -moz-user-select: none !important; 
  -ms-user-select: none !important; 
}

.form-check-label {
    transition: all 0.5s ease;
}

.lock-container .text-primary {
    color: #1A365D !important;
}

.cusros-pointer {
    cursor: pointer;
}

/*
===============================================
    LANG PANNELL
===============================================
*/

  
.header  .langs ul {
    margin: 0px;
}

.header  .langs a{
    padding-right: 10px !important;
}

.header .langs ul li a svg {
    transition: all 0.5s ease;
}

.header .langs ul li a:hover svg {
    transform: scale(1.4) !important;
}


@media (max-width:1199px)  {
    .header  .langs {
        padding: 10px 30px 0px 0;
        margin-bottom: 0px;
    }
}

@media (max-width:539px) {
    .header .langs {
        padding: 15px 30px 0px 0;
        margin-bottom: 0px;
    }  
}

/*
===============================================
    INVENTORY STYLE
===============================================
*/

.bodystyle {
    padding: 60px 0px 40px 0px;
    
    background-color: #f9f9f9;
}

.bodystyle-item {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    text-align: center;
    background-color: white;
    cursor: pointer;
}

.bodystyle-item img {
    transition: all 0.3s ease;
    max-width: 100%;
    padding: 10px;
}

.bodystyle-item:hover img {
    transform: scale(1.1);
}

.bodystyle-item .title {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.vehicle-container {
    scroll-margin-top:130px;
}

#section-vehicle {
    scroll-margin-top:130px;
}

.inventory-banner {
    min-height: unset !important;
    padding-top: 120px;
    padding-bottom: 20px;
}

/*
@media (max-width:768px) {
    .inventory-banner {
        position: sticky;
        top: -97px;
        z-index: 10;
        padding-bottom: 0px;
    
    }
}
*/

.inventory-banner:after {
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    width:100%;
    height: 100%;
    background:linear-gradient(180deg, rgba(255,255,255,0.5), white);
}

.invenotry-filter {
    padding: 15px;
    background-color: white;
}

.slider-label {
    font-size: 12px;
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
}

.creditparam {
    background-color: #1A365D;
    padding: 10px 15px;
    color: white;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 50px;
    text-align: center;
    
}

.slider-container {
    padding: 0px 25px 0px 20px;
}


.btn-order:hover,
.btn-order {
    border: 1px solid #1A365D !important;
    color: #1A365D; 
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}


.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #1A365D !important;
    color: white;

}


.mfilter-block {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 10px;
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
}

.filter-check-item {
    padding: 4px 0px;
    display: flex;
    align-items:flex-start;

}

.filter-check-item input{
    margin-top: 1   px;
    margin-right: 5px;
}

.filter-check-item label {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.filter-check-item input:checked {
    background-color: #1A365D;
    border: #1A365D;
}
.filter-check-item input:checked[type=checkbox] {
    background-image: url(/public/assets/images/check.svg);
}

.filter-info-item {
    width: 130px;
    padding: 0px 10px;
    display: flex;
    flex-flow: column;
    border-left: solid 1px #ddd;
    margin-bottom: 15px;
}

.filter-info-item .filter-title{
    color: #1A365D;
}

.filter-card.hide {
    overflow: hidden;
    /*height: 75px;*/
}

.filter-card .filter-container-info {
    display: none !important;
}

.filter-card.hide .filter-container-info{
    display: flex !important;
}

.filter-card.hide {
    padding-bottom: 10px !important;
} 

.filter-card .filter-container-input {
    display: flex !important;
}

.filter-card.hide .filter-container-input{
    display: none !important;
}

.small-choices .choices__inner{
    min-width: 220px;
    min-height: 30px !important;
    border-radius: 15px !important;
    padding: 0px 10px !important;
}

.small-choices .choices__list {
    text-align: start;
}

.small-choices .choices__list--dropdown,
.small-choices .choices__list[aria-expanded] {
    border-radius: 15px !important;
}

.small-choices .choices__list--dropdown .choices__item, 
.small-choices .choices__list[aria-expanded] .choices__item {
    padding: 6px 10px !important;
}

/*
===============================================
    VEHICLE CARD
===============================================
*/

.nav-tabs-vehicle{
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-vehicle .nav-link:active,
.nav-tabs-vehicle .nav-link:focus,
.nav-tabs-vehicle .nav-link {
    border: none;
    color: unset;
    background:unset;
    position: relative;
    font-size: 14px;
}

.nav-tabs-vehicle .nav-link.active {
    position: relative;
    background:unset;
    font-weight: 500;
}

.nav-tabs-vehicle .nav-link::after {
    content: "";
    background: #1A365D;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs-vehicle .nav-link.active::after {
    transform:unset;
}

.vehicle-general-item {
    display: flex;
    margin-bottom: 20px;
}

.vehicle-general-item h4 {
    color: #1A365D;
     
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
}

.vehicle-general-item .vehicle-value {
    font-size: 14px;
    font-weight: 500;
}

.vehicle-general-item img {
    max-width: 30px;
    margin-right: 5px;
}
 

.vehicle-feature {
    color: #1A365D;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px;
     
}

.form-financing {
    scroll-margin-top: 120px;
}

.form-financing .site-input:focus,
.form-financing .site-input,
.form-order .site-input:focus,
.form-order .site-input {
  border:1px solid #d5d5d5;
  border-radius: 25px;
  
}

.form-financing .site-input::placeholder,
.form-order .site-input::placeholder {
  font-weight: 400;
  color: #333;
  opacity: 0.5;
}

.form-financing .site-input,
.form-order .site-input {
  font-weight: 400;
}

.form-financing input[type=submit],
.form-order input[type=submit] {
    margin: auto;
    max-width: 200px;
    border-color: #1A365D;
    background-color: #1A365D;
    color: white;
    transition: all 0.5s ease;
}

.form-financing input[type=submit]:hover,
.form-order input[type=submit]:hover {
    background:rgba(4, 26, 32, 0.9);
    text-decoration: none !important;
    color: #e7bd01 ;
  }

.car-deal-card .price {
    font-weight: 500;
    font-size: 24px;
}

.block-title {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #1A365D;
    margin-bottom: 20px;

}


.vehicle-social a img {
    width: 30px;
    border-radius: 5px;
    opacity: 0.8;
    margin-left: 5px;
}

.vehicle-social a img:hover {
    opacity: 1;
}

a.hover-primary:hover {
    color:unset;
}

.carfax-container img {
    transition: all 0.5s ease;
}

.carfax-container img:hover {
    transform: scale(1.2);
}

.vehicle-imgs-container {
    position: sticky;
    top: 150px;
}


/*
===============================================
    BREADCRUMBS STYLE
===============================================
*/

.breadcrumbs a {
    padding-right: 5px;
    position: relative;
    text-decoration: unset;
    font-size: 14px;
    font-weight: 500;
    color: #1A365D;
}

.breadcrumbs a:not(.info):after {
    font-size: 12px;
    font-weight: 600;
    padding-left: 7px;
    content: "/";
    color: #bbb;

}

.breadcrumbs a:not(.info):hover {
    color: #e7bd01;;
}

/*
===============================================
    CHOICES STYLE
===============================================
*/
 
 
.choices__inner {
    /*border: 1px solid #1A202C !important;*/
    /*border: 2px solid rgba(26, 32, 44, 0.2) !important;*/
    padding: 8px 8px 7px 8px !important;
    border-radius: 25px !important;
    width: 100% !important;
    appearance: none !important;
    font-weight: 500 !important;
}

.choices__input {
    padding-bottom: 0px;
    padding-left: 5px;
    margin-right:10px;
    min-width: 100px;
    margin-bottom: 2px;
    width: unset !important;
    font-weight: 500;
}

.choices__list--multiple .choices__item.is-highlighted,
.choices__list--multiple .choices__item {
    background-color: #1A365D ;
    border-color: #1A365D ;
}

.choices__placeholder {
    padding-left: 6px;
    font-weight: 100;
    color: #757575;
    opacity: 1;
    font-weight: 500;
}

 

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    border-left-color: white;;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    z-index: 999;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    margin-top: 5px;
    border-radius: 20px !important;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: unset;
    }
}

.form-financing .choices__inner {
    background-color: unset;
    height: 50px;
}

.form-financing .choices__list--single {
    padding: 6px 16px 4px 4px;
}


/*
===============================================
    NOUI SLIDER STYLE
===============================================
*/

.noUi-target {
    box-shadow: none;
    background-color: #1A365D;
    border-color: #1A365D;
}

.noUi-connect {
    background-color: #1A365D;
}

.noUi-horizontal {
    height: 6px;
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-target {
    position: relative;
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
*, *::before, *::after {
    box-sizing: border-box;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-horizontal .noUi-handle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    right: -10px !important;
    top: -7px;
}

.noUi-handle {
    background: var(--color-accent);
    border: 2px solid var(--color-accent);
    box-shadow: none;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
    content: unset;
} 
.noUi-horizontal .noUi-tooltip {
    font-size: 12px;
    bottom:-8px;
    font-weight: 500;
    border-radius: 10px;
    min-width: 45px !important;
    color: #1A365D;

}

/*
===============================================
    PAGINATOR STYLE
===============================================
*/


.search-results{padding:70px 0}
.pagination .page-item:first-child .page-link,.pagination .page-item:last-child .page-link{color:#1A365D}
.pagination{border:1px solid #1A365D;display:inline-flex;border-radius:6px}
.pagination .page-item:first-child,.pagination .page-item:first-child .page-link{border-radius:6px 0 0 6px}
.pagination .page-link {
  color: #1A365D;
  transition: all 0.5s ease;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width:540px) {
    .pagination .page-link {
        font-size: 12px;
    }

}

.active>.page-link, .page-link:hover,
.active>.page-link, .page-link.active {
  border-color: #1A365D;
  background-color: #1A365D;
  color: white !important;
}

.active>.page-link, .page-link i{
  transition: all 0.5s ease;
}

.active>.page-link, .page-link:hover i {
  color: white;
}


 
/*
===============================================
    SCROLL STYLE
===============================================
*/

::-webkit-scrollbar {
    width: 7px; 
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #1A365D;
    border-radius: 20px;
}


/*
===============================================
    VEHICLE CARD STYLE
===============================================
*/

.action-button {
    background-color: #1A365D;
    font-weight: 500;
    padding: 10px 20px;
    margin: 5px;
    width: 100%;
    color: white;
    border-radius: 10px;
}

/*
===============================================
    BOOKING STYLE
===============================================
*/

.book-body .jsCalendar table {
    min-width: 300px;
    border-radius: 15px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .1);
     
}

.book-body .jsCalendar tbody td.jsCalendar-current {
    background-color: #1A365D;
}

.book-body .jsCalendar thead {
    margin: 10px 10px 0 10px;
}

.book-body .jsCalendar tbody {
    margin: 0 10px 10px 10px;
}

.jsCalendar tbody td:not(.jsCalendar-next):hover {
    cursor: pointer;
}

.book-body .book-step .progress {
    position: absolute;
    top: 22px;
    width: calc(100% - 20px);
    left: 10px;
    height: 3px;
    z-index: -1;
}

.book-body .progress-bar {
    background-color: #1A365D;
}

.book-body .step {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.book-body .step i {
    color: #888;
    padding: 7px;
    font-size: 22px;
    height: 48px;
    width: 48px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-color: white;
    transition: all 0.5s ease;
}

.book-body .step.active i {
    color: white;
    background-color: #1A365D;
    border-color: #1A365D;
}

.book-body .step span {
    color: #888;
    font-size: 12px;
    font-weight: 500;
    padding-top: 5px;
}

.book-body .step.active span {
    color: #1A365D;

}


/*
===============================================
    FINANCING FORM STYLE
===============================================
*/

.form-financing .step-arrow-nav .nav {
    background-color: #eee;
    height: 100%;
}

.form-financing .step-arrow-nav .nav .nav-link {
    border-radius: 0px;
    color: #1A365D;
    height: 100%;
}

.form-financing .step-arrow-nav .nav .nav-link.done {
    color: white;
    background: #1A365D;
    box-shadow: none;
    
}

.form-financing .step-arrow-nav .nav .nav-link.active {
    background-color: #4b78b6;
    color: white;
}

.form-financing .step-arrow-nav {
    border-radius: 25px !important;
    overflow: hidden !important;
}

.form-financing .mdi-check-all {
    display: none;
}


.form-financing .done .mdi-check-all {
    display: inline;
}

.form-financing label {
    /*fs-14 text-muted fw-medium ps-3*/
    font-size: 14px;
    color:var(--bs-secondary-color);
    font-weight: 500;
    padding-left: 1rem !important;

}

.form-financing h5 {
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    background:#4b78b6;
    color: white;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 30px;
    border-radius: 10px;
}

.choices__inner,
.site-input {
    transition: all 0.5s ease;
}



/*
===============================================
    CALCULATOR
===============================================
*/

.calculator .calc-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.calculator .calc-title .mo {
    text-transform: none;
    font-size: 14px;
}

.calculator .btn.rating {
    text-align: center;
    width: 30%;
    transition: all 0.3s ease;
    padding: 10px 0px;
    background-color: #eee;
    border: 2px solid #eee;
    color: #777;
}

.calculator .btn.rating img{
    margin: auto;
    max-width: 30px;
    display: block;
    margin-bottom: 10px;
}

.calculator .btn.rating .rating-percent {
    display: block;
    font-weight: 400 !important;
    font-size: 14px;
}

.calculator .btn.rating .rating-percent::after {
    content: "%";
}

.calculator .btn-check:checked+.btn.rating {
    background-color: #eee !important;
    color: #1A365D;
    border: 2px solid #1A365D;
}

.calculator .btn-check:checked+.btn.rating img
{
    /*filter: invert(1);*/
}

.calculator .noUi-horizontal .noUi-tooltip {
    font-size: 16px;
    padding: 5px 10px;
}

.payment-type-label {
    font-size: 14px ;
    font-weight: 100 !important;
    border: unset !important;
    width: 30%;
    padding: 3px;
}

.calc-detail-container {
    background-color: #1A365D ;
    border-radius: 10px;
    color: white;
    
}

.calc-detail-item {
    border-bottom: 1px solid #999;
}

.calc-detail-item.last {
    border-bottom: 5px solid white;
}

.calc-detail-info {
    
    font-size: 14px;
    /*color: #555;*/
}

.calc-detail-value.total,
.calc-detail-info .total {
    text-transform: uppercase;
    font-size: 18px !important;
}

.calc-detail-value {
    font-size: 14px;
    font-weight: 500;
}





/* 
===============================================
    INFO PAGES
===============================================
*/

.info-page h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.info-page h2 {
    font-size: 20px;
}
 


footer .search .bi-search {
    color: #444;
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
}


