@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700');

@font-face {
    font-family: LeasePlan;
    src: url(https://www.notess.it/defaults/leaseplan_fonts/LeasePlan-Regular.woff) format("woff"),
        url(https://www.notess.it/defaults/leaseplan_fonts/LeasePlan-Light.woff) format("woff"),
        url(https://www.notess.it/defaults/leaseplan_fonts/LeasePlan-Bold.woff) format("woff");
}

@font-face {
    font-family: Chillax;
    src: url(https://www.notess.it/defaults/chillax/Chillax-Semibold.woff) format("woff");
}
:root {
    --main-color: #c30f19;
    --main-color-t: #82ced0bf;
    --secondary-color: #183449;
    --body-color: #373c41;
    --main-grey: #7d8287;
    --light-grey: #e1e6eb;
}
.specs{
    z-index: 3 !important;
}
img.click_for_wa  {
    height: intrinsic!important;
}
a {
    color: #82ced0;
}
.h2, h2 {
    font-size: 2.5rem;
}

::-webkit-scrollbar {
    width: 5px!important;
}

::-webkit-scrollbar-track {
	background: #fff
}
::-webkit-scrollbar-thumb {
	background: var(--body-color)
}
::-webkit-scrollbar-thumb:hover {
	background: #183449
}

.w-35 {
    width: 35%!important;
}

html , body {
    max-width: 100%;
    overflow-x:hidden;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-toggler {
    border: none!important;
    outline: none;
    position: relative;
    color: #fff;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
}

a {
    text-decoration: none!important;
}

* , *:focus {
    outline: none!important;
}

.botton_call {
    font-size: 22px;
    font-weight: 700;
}

.ease {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.cursor-pointer, .cursor-pointer * {
    cursor: pointer;
}

.list-group-item{
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 1rem;
}

.list-group-item:hover{
    background-color: #dfdfdf;
    transition: 0.25s ease;
}

.list-group{
    border: 1px solid #dfdfdf;
}

.sort_menu{
    margin: 0 0 20px auto;
    z-index: 9;
    position: absolute;
    right: 14px;
    bottom: 0px;
    top: 60px;
}

.btn-theme {
    color: #fff;
    border: solid 2px #82ced0;
    background: #82ced0;
    border-radius: 0;
}

.btn-theme:hover , .btn-theme:active {
    color: #fff;
    border: solid 2px var(--secondary-color);
    background: var(--secondary-color);
}

.btn-theme-inv {
    color: #fff;
    border: solid 2px var(--secondary-color);
    background: var(--secondary-color);
    border-radius: 3px;
}

.btn-theme-inv:hover , .btn-theme-inv:active {
    color: #fff;
    border: solid 2px #82ced0;
    background: #82ced0;
}

.bg-primary {
    background-color: #82ced0!important;
}

.bg-secondary {
    background-color: var(--secondary-color)!important;
}

.bg-light {
    background-color: var(--light-grey)!important;
}
.nav-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-65%);
    width: 2.5rem;
    z-index: 2;
}

.nav-toggle .nav-toggle-bar,.nav-toggle .nav-toggle-bar::after,.nav-toggle .nav-toggle-bar::before {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	background: #82ced0;
	content: '';
	height: 0.4rem;
	width: 100%
}

.nav-toggle .nav-toggle-bar {
	margin-top: 0
}
.nav-toggle .nav-toggle-bar::after {
	margin-top: 0.8rem
}
.nav-toggle .nav-toggle-bar::before {
	margin-top: -0.8rem
}
.nav-toggle.expanded .nav-toggle-bar {
	background: transparent!important
}
.nav-toggle.expanded .nav-toggle-bar::after,.nav-toggle.expanded .nav-toggle-bar::before {
	margin-top: 0
}
.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

section.top_semi_color::before , section.top_semi_color::after {
    width: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
    content: '';
    z-index: -1;
}

section.top_semi_color::before {
    left: 0;
    background-color: #82ced0;
    position: absolute;
}

section.top_semi_color::after {
    right: 0;
    background-color: var(--body-color);
    position: absolute;
}

a.nav-link {
    color: #fff;
}

a.nav-link:hover {
    color: #82ced0;
}

a.nav-link.icon span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 1px #fff;
    position: relative;
    font-size: .75rem;
}

a.nav-link.icon span:hover {
    border-color: #82ced0;
}

a.nav-link.icon span::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.main_nav a.nav-link strong {
    font-size: 1.2rem;
}

.main_nav a.nav-link.icon, .main_nav a.nav-link.phone {
    height: 25px!important;
    overflow: hidden;
}

.main_nav a.nav-link {
    color: var(--body-color);
}

.main_nav a.nav-link:hover , .main_nav a.nav-link.active {
    color: #82ced0;
}

.main_nav a.nav-link.active {
    border-bottom: solid 1px #82ced0;
}

.main_nav a.nav-link.special {
    color: #fff;
    background: #82ced0;
    border-bottom: solid 1px #82ced0;
}

.main_nav a.nav-link.special span.fa-wrench {
    transform: rotate(225deg);
}

section.first_section h2.bg_red {
    background-color: #82ced0;
}

section.first_section h2.bg_red::before, section.first_section h2.bg_red::after {
    content: '';
    background: #fff;
    transform-origin: top;
    position: absolute;
    top: 50%;
    height: 4rem;
    width: 4rem;
}

section.first_section h2.bg_red::before {
    right: 0;
    transform: rotate(45deg) translate(50%,-100%);
}
section.first_section h2.bg_red::after {
    left: 0;
    transform: rotate(45deg) translate(-50%, 0%);
}

section.first_section h2.second_title {
    font-size: 4rem;
    line-height: 1;
}

section.first_section h2.third_title {
    font-size: 3rem;
    color: var(--main-grey);
    line-height: 1;
}

section.first_section:not(.no_bg)::before {
    background: linear-gradient(#fff, #fff, var(--light-grey));
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 81%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
section.first_section .price {
    position: relative;
}
section.first_section .price::before {
    background-image: url(../../images/general/cornice.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 120%;
    height: 200%;
    z-index: -1;
}
.collapse .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #183449!important;
}
.collapse .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #183449!important;
}
.price-img-iva {
    position: absolute;
    right: -15%;
    top: -50%;
    transform: translate(20%, -20%);
}

.offerta_sec .price-img-iva {
    position: absolute;
    right: -15%;
    top: -50%;
    width: 50%;
    transform: translate(20%, -20%);
    z-index: 1;
}

.offerta_sec .dr_rent_section {
    position: absolute;
    bottom: 0;
    width: 20%;
    left: 25%;
    transform: translateX(-25%);
    z-index: 2;
}
.offerta_sec .bubble_off {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    transform: translateY(100%) translateX(5%);
}
section.first_section .price span.main {
    font-size: 4rem;
    line-height: 1;
}

section.first_section .img-container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 610px;
}

section.first_section div.specs .spec_detail {
    background-color: var(--body-color);
    font-size: 1.2rem;
}

section.first_section div.specs .spec_detail span {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.prim_color {
    color: #82ced0!important;
}

.body_color {
    color: var(--body-color);
}

.veichle_cat_list a.nav-link {
    color: var(--main-grey);
    border-top: solid 1px var(--main-grey);
    border-bottom: solid 1px var(--main-grey);
}
.veichle_cat_list a.nav-link:hover , .veichle_cat_list a.nav-link.active {
    color: #82ced0;
    border-top: solid 1px #82ced0;
    border-bottom: solid 1px #82ced0;
}

.veichle_cat_list a.nav-link.active {
    font-weight: 700;
}

h5.card-title {
    color: var(--body-color);
}

h5.card-subtitle {
    color: var(--main-grey);
}

.card-price {
    font-size: 3rem;
}

.main_p {
    font-size: 1.35rem;
}

.card.rounded-0 img.card-img-top {
    background: radial-gradient(#fff, #fff, var(--light-grey));
}

.forth_section::before {
    z-index: -2;
    content: '';
    background-image: url('../../images/general/forth_section.jpeg');
    bottom: 0;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.forth_section::after {
    z-index: -1;
    content: '';
    background: linear-gradient(var(--light-grey), transparent);
    bottom: 0;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
}

.forth_section h2 , .form-container h2 , .offerta_form h2 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
}
.form-container h3 , .offerta_form h3 {
    font-size: 2rem;
}

.forth_section h2 {
    color: var(--main-grey);
}

.forth_section h2 span {
    color: var(--body-color);
}

.form-container  {
    background-color: var(--main-color-t);
}

.form-container .custom-radio .custom-control-label::before , .form-container .custom-checkbox .custom-control-label::before {
    border: solid 2px #fff;
    background: transparent;
}

.form-container .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}


.form-container .custom-radio .custom-control-input:checked~.custom-control-label::before , .form-container .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: transparent;
}

.form-container .custom-control-input:active~.custom-control-label::before {
    background-color: transparent;
}


.offerta_form .custom-radio .custom-control-label::before , .offerta_form .custom-checkbox .custom-control-label::before {
    border: solid 2px #fff;
    background: transparent;
}

.offerta_form .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}


.offerta_form .custom-radio .custom-control-input:checked~.custom-control-label::before , .offerta_form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: transparent;
}

.offerta_form .custom-control-input:active~.custom-control-label::before {
    background-color: transparent;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.fifth_section .first_bg , .fifth_section .second_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fifth_section .first_bg {
    background-image: url('../../images/general/fifth_section_first.jpeg');
}

.fifth_section .second_bg {
    background-image: url('../../images/general/fifth_section_second.jpg');
}

.sixth_section::before {
    background-image: url('../../images/general/sixth_section.jpg');
    z-index: -2;
    content: '';
    bottom: 0;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.first_ap {
    position: absolute;
    top: 3rem;
    left: 0;
    transform: translateX(-115%);
    width: 50px;
    opacity: 75%;
}

.price_border {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 75px);
    height: calc(100% + 100px);
}

.second_ap {
    position: absolute;
    right: 0;
    bottom: 3rem;
    transform: translateX(115%) rotate(180deg);;
    width: 50px;
    opacity: 75%;
}
.grey_color {
    color: var(--main-grey);
}


.footer_section .nav_fot a.nav-link {
    color: #fff;
    border-bottom: solid 1px transparent;
}

.footer_section .nav_fot a.nav-link:hover , .footer_section .nav_fot a.nav-link.active {
    color: #fff;
}

.footer_section .nav_fot a.nav-link.active {
    color: #fff;
    border-bottom: solid 1px #fff;
}

.footer_section a.nav-link.special , .footer_section a.nav-link.special:hover , .footer_section a.nav-link.special.active {
    color: #82ced0!important;
    background: #fff;
    border-bottom: solid 1px #fff;
}

.footer_section a.nav-link.special span.fa-wrench {
    transform: rotate(225deg);
}

/* .footer_section img {
    filter: brightness(0) invert(1);
} */

.footer_section .phone {
    font-size: 3rem;
}

.footer_section a.nav-link.icon span {
    border-color: #fff!important;
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
}

.footer_section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../../images/general/footer_section_new.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.footer_section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    background-size: cover;
    background-position: center;
    z-index: -1;
}


.nav_bottom {
    box-shadow: 0 -0.125rem 0.25rem rgba(0,0,0,.075);
    height: 64px;
}

.nav_bottom span {
    color: #82ced0;
    font-size: 3rem;
}

.sixth_section > img {
    position: absolute;
    z-index: 2;
    left: 66.66666667%;
    transform: translateX(-50%);
    bottom: 0;
    width: 475px;
}

.first_section > img.dr_rent {
    position: absolute;
    z-index: 2;
    left: 57%;
    transform: translate(-50%,-100%);
    top: 81%;
    width: 175px;
}

.first_section img.bubble {
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translate(-50%,100%);
    bottom: -200%;
    width: 225px;
    max-width: initial;
}

.card-img-filigrana {
    position: absolute;
    left: 1rem;
    top: 15rem;
    width: 75px;
}
.card-img-iva {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 75px;
}

.spesso {
    border: solid 2px #000;
}

.check {
    border-radius: 50%;
    background: #82ced0;
    height: 25px;
    width: 25px;
    position: relative;
    font-size: 1rem;
}
.check::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btn.border {
    border: solid 2px #fff!important;
}
.card-body {
    color: var(--body-color);
}

section.offerta_sec:not(.interno) .price::before {
    width: 140%!important;
}

.spec_detail .fa-chevron-down::after {
    content: '';
    height: 100%;
    width: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 42px;
}

.spec_detail .fa-chevron-down {
    margin-left: 28px!important;
}


.offerta_form::before, .offerta_form::after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: '';
    z-index: -1;
}

.offerta_form::before {
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../images/general/fifth_section_first.jpeg');
}

.offerta_form::after {
    right: 0;
    background: #82ced0;
}
.faq_link {
    color: var(--body-color);
}
.faq_link:hover {
    color: #82ced0!important;
}
.faq_link:hover span.fas {
    background-color: #82ced0;
}

.faq_link span.fas {
    background-color: var(--body-color);
    color: #fff;
    width: 19px;
    height: 19px;
    position: relative;
    font-size: 50%;
    margin-bottom: -3px;
}
.cut_me {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1;
    height: 3.1rem;
}
.cut_me_title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1;
    height:1.65rem;
}
.faq_link span.fas::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.faq_link[aria-expanded='true'] span.fas::before {
    content: "\f068";
}
.faq_link[aria-expanded='false'] span.fas::before {
    content: "\f067";
}



@media (min-width: 992px) {
    .ml-2-mio {
        margin-left: .3rem!important;
        margin-right: 0!important;
    }
    .b_r {
        border-right: solid 1px #82ced0;
    }
    .div_divider {
        height: 200px;
    }

    .offerta_form::before, .offerta_form::after {
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        bottom: 0;
        content: '';
        z-index: -1;
    }

    .offerta_form::before {
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../images/general/fifth_section_first.jpeg');
    }

    .offerta_form::after {
        right: 0;
        background: #82ced0;
    }
    .offerta_form .first {
        background: #000000bf;
    }
    .offerta_form .first , .offerta_form .second {
        border-color: #fff!important;
    }
}

.nav_slider {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1029;
    background-color: #fff
}

.nav_slider a.nav-link {
    color: var(--main-grey);
}

.nav_slider .nav-item {
    border-top: solid 1px var(--light-grey);
}


.nav_slider .nav-item:first-child {
    border-top: none;
}

.nav_slider:not(.open) {
    transform: translateX(-100%);
}

form#contact_form a.submit_btn.disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events:none;
}

@media (max-width: 992px) {
    .offerta_sec.interno .col-12.border.position-relative {
        border: none!important;
    }
    .offerta_sec .bubble_off {
        position: absolute;
        bottom: 0;
        right: 50%;
        width: 50%;
        transform: translateY(100%) translateX(50%);
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    section.first_section h2.second_title {
        font-size: 3rem;
    }
    section.first_section h2.third_title {
        font-size: 2rem;
    }
    section.first_section .img-container {
        height: 260px;
    }
    section.first_section .price span.main {
        font-size: 3rem;
    }
    section.first_section div.specs .spec_detail {
        font-size: 1rem;
    }
    section.first_section::before {
        height: 100%!important;
    }
    .forth_section h2, .form-container h2, .offerta_form h2 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1;
    }
    section.first_section .price::before {
        background-image: url(../../images/general/cornice.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 95%;
        height: 203%;
        z-index: -1;
    }
    .forth_section::before {
        background-image: unset;
    }
    .form-container h3, .offerta_form h3 {
        font-size: 1rem;
    }
    .pre_footer a.nav-link {
        color: #82ced0!important;
        border-color: #82ced0!important;
    }
    .pre_footer a.nav-link.icon span {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        border: solid 1px #82ced0;
    }
    body {
        padding-bottom: 64px;
    }
    .first_section > img.dr_rent {
        position: absolute;
        z-index: 0;
        left: 0;
        transform: translate(-0%,-100%);
        top: 75%;
        width: 60px;
    }
    .price-img-iva {
        transform: translate(0%, -20%) scale(0.6)!important;
        z-index: 9;
    }
    .first_section img.bubble {
        position: absolute;
        z-index: 0;
        right: 0;
        transform: translate(26%,50%);
        bottom: 0;
        width: 125px;
        max-width: initial;
    }
    .sixth_section > img {
        position: initial;
        left: initial;
        transform: translateX(45%);
        bottom: initial;
        width: 50%;
    }
    .second.border.border-left-0 {
        border: none!important;
    }
    .offerta_form .img-fluid.ml-auto.w-35 {
        margin-right: auto!important;
        width: 50%!important;
    }

    .offerta_form .btn {
        border: none!important;
    }
    .offerta_form::before, .offerta_form::after {
        background: var(--body-color)!important;
    }
}

.w-logo-nav{
    width: 22vh;
}

/**************** LEASEPLAN SECTION *****************/
.leaseplan_image{
    background-image: url(https://www.notess.it/images/leaseplan_cut_white.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80px;
    background-position-y: -90px;
}

.leaseplan_title{
    color: #82ced0;
    font-size: 3rem;
    font-weight: 600;
    font-family: 'Chillax', sans-serif;
}

.leasplan_nav{
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
}

.leasplan_footer{
    border-top: solid 1px #dfdfdf;
}

@media (max-width: 992px) {
    .leaseplan_image{
        background-size: contain;
        height: 150px;
        background-position-y: unset;
    }
    .leaseplan_title{
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .sort_menu{
        width:45% !important;
    }
}

h1 , h2 , h3 , h4 , h5 , h6 {
    font-family: 'Chillax' , sans-serif;
    /* font-weight: 700; */
}

/* FORM PROPOSTE AUTO */
form .label_form {
    font-size: 1.3rem;
    font-weight: 600;
}

.show_hide_pw {
    top: 50%;
    transform: translateY(100%);
    right: 7px;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.preloader {
	background-color: #000000d9;
	height: 100vh;
	width: 100vw;
	position: fixed;
	overflow: hidden;
	z-index: 2147483646;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center
}

.preloader .spinner {
    display: inline-block;
    width: 64px;
    height: 64px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50% , -50%);
}
.preloader .spinner:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid #82ced0;
    border-color: #82ced0 transparent #82ced0 transparent;
    animation: spinner 1.2s linear infinite;
}
.preloader span{
    display: block;
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #82ced0;
}

.car_lists_h .header_ar_style{
    background-color: var(--body-color);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.car_list_body .car_style{
    font-size: 1.2rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.car_list_body .list_car_col{
    /* display: flex;
    align-items: center; */
}

.brand_image{
    max-width: 75px;
}

.logout_ar{
    padding: 8px;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 8px;
}

.welcome_t{
    font-size: 1.4rem;
    font-style: italic;
}

/**** position footer to bottom ****/
body.area__riservata_body{
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 100vh;
}

body.area__riservata_body .footer_section{
    margin-top: auto !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1330px !important;
    }
}

/**** position footer to bottom ****/


.border-img{
    border: solid 1px #ccc;
}

.swal2-popup.swal-wide-responsive{
    width: 50%;
}

@media (max-width: 991px) {
    .swal2-popup.swal-wide-responsive {
        width: 100%;
    }
}

.prim_color_red{
    color: var(--main-color) !important;
}

.btn-theme.gray{
    background-color: var(--body-color) !important;
    border-color: var(--body-color) !important;
}

.btn-theme.gray:hover, .btn-theme.gray:active {
    color: #fff;
    border: solid 2px var(--light-grey);
    background: var(--light-grey);
}
/* FORM PROPOSTE AUTO */