html,
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #1F1F1F;
    -webkit-touch-callout: none;
    background-color: #FFFFFF;
}


p, a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #1F1F1F;
}

a:hover {
    color: #92414D;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    cursor: pointer;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* BUTTONS */

.btn-primary {
    color: #fff;
    background: #92414D;
    border: 0px;
    /* border-bottom: 2px solid #652E36; */
    font-weight: 600;
    box-shadow: none;
    border-radius: 0px;
    width: 100%;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    background: #652E36;
    /*border-bottom: 2px solid #652E36;*/
    font-weight: 600;
    box-shadow: none;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: #652E36;
    border-bottom: 2px solid #652E36;
    font-weight: 600;
    box-shadow: none;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background: #652E36;
    border-bottom: 2px solid #652E36;
    font-weight: 600;
    box-shadow: none;
    color: #fff;
}

.btn-secondary {
    color: #fff;
    background: #B59F62;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    width: 100%;
}

.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus {
    background: #947E45;
    border: 0px;
    font-weight: 600;
    box-shadow: none;
    color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background: #947E45;
    border: 0px;
    font-weight: 600;
    box-shadow: none;
    color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    background: #947E45;
    border: 0px;
    font-weight: 600;
    box-shadow: none;
    color: #fff;
}

.required:after {
    content: " *";
    color: red;
}


/* FORMS */
input[type=text], input[type=email], input[type=password], select, textarea {
    width: 100%;
    height: 100%;
    border: 0px;
    border: 1px solid #E8E8E8;
    background-color: #FFFFFF;
    border-radius: 0px;
}

/* PAGINATION */
.pagination .page-link, .pagination .page-link:focus {
    color: #92414D;
    box-shadow: none;
}

/* NAVBAR */
.navbar {
    background: #ffffff;
}

.nav-img-logo {
    width: 100%;
    height: auto;
}

.navbar .offcanvas-collapse {
    position: fixed;
    top: 40px;
    bottom: 0;
    right: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #92414D;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: right, visibility;
    z-index: 1021;
}

.navbar .offcanvas-collapse.open {
    right: 0;
    visibility: visible;
}

.navbar ul {
    margin-bottom: 15px
}


.navbar li {
    border-bottom: 1px solid #a9515d;
    line-height: 36px;
}

.navbar li:last-of-type {
    border-bottom: 0px;
}

.navbar li a, .navbar li.dropdown a, .navbar li.dropdown a:focus, .navbar li.dropdown a:hover {
    color: #fff;
}

.navbar li .im {
    font-size: 12px;
    vertical-align: sub;
    margin-left: 5px;
}

.navbar li .dropdown-menu {
    float: none;
    position: relative;
    background-color: #92414D;
    border: 0px;
}

.navbar li .dropdown-menu a {
    color: #fff;
}

.navbar .offcanvas-collapse input, .navbar .offcanvas-collapse select, .navbar .offcanvas-collapse button {
    padding: 5px;
    margin-bottom: 5px;
    height: auto;
}

.navbar .offcanvas-collapse button .im {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

/* HOME PAGE */

.home-our-product-link {
    background-color: #C4C4C4;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    border-radius: 10px;
}

.home-our-product-link:hover, .home-our-product-link:active {
    background-color: #afaeae;
}

.home-value-my-car-link {
    background-color: #92404C;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    border-radius: 10px;
}

.home-value-my-car-link:hover, .home-value-my-car-link:active {
    background-color: #853e48;
}

a.home-review-link {
    text-decoration-line: underline !important;
    text-decoration-color: #000000 !important;
}

.valuation-report-desc {
    color: #92404C;
}

.home-mobile-view-img {
    display: none;
}

.home-rate-img {
    border-right-width: 1px;
    border-right-color: #000000;
    border-right-style: solid;
}

.rating-container {
    margin-top: 30px;
}

/*.cstm-login-li, .cstm-register-li {*/
/*    visibility: hidden;*/
/*}*/

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #212529;
    /*! border-color: #212529; */
}

.loading-container {
    padding-top: 50px;
    text-align: center;
}

.loading-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid #92404C;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

/*Desktop view*/
@media (min-width: 993px) and (max-width: 1199px) {
    #master-blade {
        overflow: scroll;
    }

    .navbar li {
        margin-left: auto;
    }

    .home-container {
        height: 100%;
    }

    .home-container-row {
        height: 100%;
        width: 100%;
    }

    .bg-image {
        background-image: url("../img/nhomebg.png");
        height: 100vh;
    }

    .navbar-expand-custom {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }

    .navbar-expand-custom .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-custom .navbar-collapse.navbar-vd {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    .navbar-expand-custom .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .navbar-expand-custom .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-custom .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }

    a.nav-brand-ccr-logo {
        width: 15%;
        height: auto;
    }

    .cstm-nav-right-side {
        flex-direction: row !important;
    }

    a.nav-brand-ccr-logo {
        width: 20%;
        height: auto;
    }

    #navbarSupportedContent a.nav-link {
        font-weight: 600;
        color: #92404C;
        font-size: 10px;
        font-size: 1vw !important;
        margin-left: 8px;
        margin-right: 8px;
    }

    i.cstm-nav-icon,
    i.cstm-nav-arrow,
    a.nav-brand-ccr-logo {
        display: none;
    }

    div#navbarSupportedContent ul.navbar-nav {
        width: 100%;
    }

    .cstm-flag-dropdown-li {
        margin-left: auto;
    }

    .cstm-flag-dropdown {
        margin-left: auto;
        float: right !important;
        right: 0;
        left: auto;
        background-color: white !important;
    }

    nav.navbar {
        background-color: #FFFFFF;
    }

    a#navbarDropdownMenuLink {
        background-color: transparent !important;
    }

    li.cstm-login-li a,
    li.cstm-register-li a {
        color: #737373 !important;
        font-weight: 400;
    }

    nav.home-navbar {
        padding: 0;
        border-bottom-style: solid;
        border-bottom-color: #C4C4C4;
        border-bottom-width: 1px;
    }

    .cstm-social-icon-container {
        padding: 0;
    }

    div.home-social-icon-div a {
        color: #92404C;
    }

    .home-social-icons-row {
        margin-left: 5px;
        font-size: medium;
        justify-content: center;
        padding: 0;
    }

    div.navbar-brand {
        display: block;
        width: 15%;
        margin: 0;
    }

    .home-value-car-container {
        height: 50%;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 30%;
    }

    .home-rate-container {
        height: 50%;
        padding-top: 10%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .home-container-col {
        height: 100%;
        margin-left: 5%;
        margin-right: 10%;
        justify-content: center;
        margin-top: 10px;
    }

    .we-value-cars {
        font-size: 58px;
        font-size: 5.74vw;
        margin-bottom: 20px;
        line-height: 100%;
    }

    .we-value-cars:lang(nl) {
        font-size: 58px;
        font-size: 3.5vw;
    }

    .valuation-report-desc {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-size: 18px;
        color: #92404C;
        margin-bottom: 18px;
    }

    .valuation-report-desc-3 {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-size: 18px;
        color: #828282;
        margin-bottom: 18px;
    }

    .home-our-product-link {
        font-weight: 600;
        font-size: 18px;
        font-size: 1.6vw;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .home-value-my-car-link {
        font-weight: 600;
        font-size: 18px;
        font-size: 1.6vw;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .home-valuator-users {
        font-size: 18px;
        margin-top: 30px;
    }

    .home-review-link {
        font-size: 18px;
    }

    .home-tesis-container {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        width: 90%;
        padding-top: 10%;
    }

    #master-blade div.terms-container {
        padding-top: 30px;
        margin-bottom: 10px;
    }

    a.terms-contact-us {
        background-color: #92404C;
        color: white;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        font-size: 21px;
        font-size: 2vw;
        margin-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

    div.vm {
        display: none;
    }

    div.vd {
        padding-top: 6%;
    }

    div.vd-container {
        height: 100vh;
    }

    .vd-menu-text {
        margin-bottom: 0;
    }

    .vd-menu-row {
        margin-left: 6%;
    }

    .vd-value-menu {
        margin-top: 10px;
        cursor: pointer;
    }

    .vd-value-menu-text-icon {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .vd-menu-text,
    .vd-menu-icon {
        color: #92404C;
        font-weight: 600;
        font-size: 23px;
        font-size: 2.3vw;
    }

    h5.vd-header {
        font-size: 60px;
        font-size: 4.2vw;
        font-weight: 900;
        color: #92404C;
        text-align: left;
    }

    i.vd-description {
        color: #8F8E8E;
        font-size: 19px;
        font-size: 1.44vw;
    }

    .vd-value-preview-container {
        margin-top: 17px;
        justify-content: space-between;
    }

    div.vd-value-cons {
        background-color: #ffffff;
        border-radius: 17px;
        box-shadow: 1px 1px 1px #cdcdcd, -1px 1px 1px #cdcdcd;
    }

    div.vd-value-cons-head {
        padding-top: 20px;
        padding-bottom: 15px;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }

    i.vd-value-cons-head-icon {
        color: #92404C;
        font-size: 23px;
        font-size: 7vw;
    }

    div.vd-value-cons-icon {
        text-align: center;
    }

    div.vd-value-cons-head-text {
        font-size: 21px;
        font-size: 2.1vw;
        font-weight: 700;
    }

    .vd-value-con-row {
        margin-top: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }

    .vd-value-con-text {
        font-size: 18px;
        font-size: 1.35vw;
    }

    a.vd-value-my-car-link {
        width: 100%;
        height: 100%;
        border-radius: 9px;
        padding-top: 11px;
        padding-bottom: 11px;
        margin-bottom: 0;
        font-size: 24px;
        font-size: 2.4vw;
        margin-top: 30px;
    }

    i.vd-value-cons-head-icon {
        color: #92404C;
        font-size: 29px;
        font-size: 3vw;
    }

    div.vd-tesis-row {
        width: 50%;
        margin: auto;
    }

    i.vd-value-tesis,
    i.vd-db-tesis,
    i.vd-app-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
    }

    .vd-db-content,
    .vd-app-content,
    .vd-app-tesis,
    .vd-db-tesis {
        display: none;
    }

    h5.vd-db-h5 {
        color: #92404C;
        font-weight: 900;
        font-size: 24px;
        font-size: 2.4vw;
        padding-top: 5px;
    }

    .vd-db-header {
        font-size: 60px;
        font-size: 4.2vw;
        font-weight: 900;
        color: #92404C;
        text-align: left;
    }

    .vd-db-cons-text,
    .vd-db-cons-number {
        color: #8F8E8E;
        font-size: 17px;
        font-size: 1.1vw;
        font-weight: 600;
    }

    .vd-db-img {
        width: 100%;
        height: auto;
        margin-top: 8px;
    }

    div.vd-db-tesis-container {
        margin-left: 20%;
        margin-top: 50px;
    }

    i.vd-db-description {
        color: #8F8E8E;
        font-size: 18px;
        font-size: 1.8vw;
        line-height: 20px;
    }

    .vd-app-link-qr {
        width: 85%;
        height: auto;
    }

    .vd-app-link {
        width: 85%;
        height: auto;
        margin-top: auto;
        margin-bottom: 20px;
    }

    .vd-app-temp {
        width: 86%;
        height: auto;
    }

    .vd-db-cons {
        background-color: #ffffff;
        border-radius: 17px;
        box-shadow: 1px 1px 1px #cdcdcd, -1px 1px 1px #cdcdcd;
    }

    .vd-db-cons-icon .nav-img-logo {
        width: 100%;
        height: auto;
    }

    .vd-db-cons .col-5 {
        align-items: center;
    }

    .vd-main-row {
        margin-bottom: 40px;
    }

    .vd-selected {
        color: white;
        background-color: #92404C;
    }

    .vd-app-container-group {
        justify-content: space-between;
        height: 66%;
    }

    .vd-app-img {
        padding: 0;
    }

    .gray-img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .vd-app-img-link {
        width: 100%;
        height: 100%;
    }

    .vd-report-content, .vd-db-content, .vd-app-content {
        margin-left: 2%;
    }

    .vd-app-content {
        flex-direction: column;
        justify-content: space-between;
    }

    .vd-video-container, .vd-video {
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .social-link {
        margin-right: 15px;
    }

    .navbar-vm {
        display: none;
    }

    #navbarSupportedContent .r-navbar a.nav-link.auth-nav,
    #navbarSupportedContent .r-navbar a.nav-link.main-nav,
    #navbarSupportedContent .r-navbar .cstm-flag-dropdown-li a.nav-link {
        color: #737373;
    }

    .val-rep-container {
        height: 100vh;
        margin-top: 2%;
    }

    .val-rep-container .vr-header {
        color: #92404B;
        font-weight: bold;
        font-size: 64px;
        font-size: 6.4vw;
        text-align: center;
        line-height: 6vh;
    }

    .val-rep-container .vr-invoice {
        color: #8F8E8E;
        font-weight: bold;
        text-align: center;
        font-size: 19px;
        font-size: 1.9vw;
        padding-top: 20px;
    }

    .val-rep-container .vr-start-recommendation {
        display: none;
    }

    .val-rep-container .vr-or {
        color: #8F8E8E;
        font-weight: bold;
        text-align: center;
        font-size: 21px;
        font-size: 2.2vw;
        margin-top: 1%;
    }

    .val-rep-container .vr-dwnld-app {
        color: #92404B;
        font-weight: 600;
        font-size: 46px;
        font-size: 4.6vw;
        text-align: center;
        line-height: 100%;
    }

    .val-rep-container .vr-store-link {
        margin-top: 15px;
    }

    .val-rep-container .vr-pc-img-container {
        margin: 20px 0;
    }

    .val-rep-container .vr-pc-img {
        width: 50%;
        height: auto;
    }

    .val-rep-container .vr-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        margin-top: 61px;
    }

    .val-rep-container .row.vr-desktop-row {
        height: 100%;
        margin: 0 10%;
    }

    .val-rep-container .vr-content-container {
        width: 55%;
    }

    .val-rep-container .vr-app-img {
        width: 70%;
        height: 100%;
    }

    .val-rep-container .vr-qr-code {
        margin-top: 4%;
    }

    .val-rep-container .vr-desktop-request,
    .val-rep-container .vr-pc-img-container {
        display: none;
    }

    .val-rep-container .vr-desktop-link-div {
        text-align: center;
    }

    .val-rep-container a.vr-desktop-link {
        background-color: #92404C;
        color: white;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        font-size: 24px;
        font-size: 2.5vw;
        padding-left: 10px;
        padding-right: 10px;
        width: 70%;
        height: 100%;
        border-radius: 9px;
        padding-top: 11px;
        padding-bottom: 11px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .val-rep-container .vd-app-img-link {
        width: 70%;
        height: 100%;
    }

    .val-rep-container .vr-ios-col {
        text-align: left;
    }

    .val-rep-container .vr-android-col {
        text-align: right;
    }

    .about-container {
        padding-top: 10%;
        padding-left: 7%;
        padding-right: 7%;
    }

    .about-img {
        width: 100%;
        height: auto;
        border-radius: 50%;
    }

    .about-c {
        flex-direction: row;
        margin-top: 3%;
    }

    .about-name {
        color: #92404B;
        font-style: italic;
        font-weight: 300;
        font-size: 18px;
        font-size: 1.8vw;
        line-height: 100%;
        font-family: 'Source Sans Pro';
    }

    .about-pos {
        color: #92404B;
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 700;
        font-size: 15px;
        font-size: 1.5vw;
    }

    .about-about {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        font-size: 1.5vw;
        color: #8F8E8E;
    }

    .about-desc {
        padding-left: 5%;
    }

    .about-header {
        font-style: normal;
        font-weight: 900;
        font-size: 40px;
        font-size: 5.5vw;
        line-height: 48px;
        text-align: center;
        color: #92404B;
        margin-bottom: 2%;
    }

    .about-e-container {
        margin-top: 1%;
        width: 30%;
    }

    .about-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        padding-top: 4%;
        padding-bottom: 5%;
    }

    .about-head-desc {
        font-family: 'Source Sans Pro';
        color: #8F8E8E;
        font-size: 20px;
        font-size: 1.5vw;
        width: 90%;
        text-align: left;
        font-style: italic;
    }

    .about-mail-link {
        align-items: center;
        background-color: #92404B;
        margin-top: 60px;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 12px;
    }

    .ic-data {
        margin-left: 20%;
        margin-right: 20%;
    }

    .ic-title {
        padding-top: 10%;
        font-style: normal;
        font-weight: 900;
        font-size: 55px;
        font-size: 5.5vw;
        text-align: center;
        line-height: 100%;
        color: #92404B;
    }

    .ic-header {
        font-style: normal;
        font-weight: 900;
        font-size: 31px;
        line-height: 100%;
        color: #92404B;
        font-size: 3vw;
        padding-top: 3%;
    }

    .ic-header-portfolio, .ic-header-benefits {
        font-style: normal;
        font-weight: 900;
        font-size: 31px;
        line-height: 100%;
        color: #92404B;
        font-size: 3vw;
        padding-top: 3%;
    }

    .ic-header-portfolio {
        display: none;
    }

    .ic-header-partnership {
        font-style: normal;
        font-weight: 900;
        font-size: 31px;
        line-height: 100%;
        color: #92404B;
        font-size: 3vw;
        padding-top: 3%;
    }

    .ic-text-top {
        font-family: 'Inter';
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        font-size: 1.4vw;
        line-height: 18px;
        padding-top: 3%;
        color: #8F8E8E;
        font-family: 'Source Sans Pro';
    }

    .ic-mail {
        font-family: 'Source Sans Pro';
        font-weight: 900;
        font-size: 14px;
        font-size: 1.4vw;
        line-height: 18px;
        color: #FFFFFF;
        font-style: normal;
    }

    .ic-image {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .ic-mail-link {
        align-items: center;
        background-color: #92404B;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 12px;
    }

    .ic-mail:hover {
        color: #FFFFFF;
    }

    .ic-list {
        margin: 0;
        padding-top: 3%;
        padding-bottom: 4%;
    }

    .ic-list ul li {
        font-family: 'Inter';
        font-style: italic;
        font-weight: 500;
        font-size: 15px;
        font-size: 1.55vw;
        line-height: 18px;
        color: #8F8E8E;
        font-family: 'Source Sans Pro';
    }

    .ic-list-ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    .ic-img {
        width: 100%;
        height: auto;
    }

    .ic-benefit {
        color: #92404B;
        font-size: 12px;
        font-size: 1.25vw;
        background-color: #8f8e8e3d;
        border-radius: 11px;
        text-align: center;
        margin-top: 5%;
        line-height: 120%;
        padding: 6px;
        width: 45%;
    }

    .ic-benefits-row {
        padding: 0;
    }

    .ic-benefit-link {
        color: #92404B;
        font-size: 12px;
        font-size: 1.25vw;
        text-decoration-line: underline;
    }

    .ic-benefits-container {
        margin-left: 5%;
        margin-right: 5%;
    }

    .ic-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        margin-top: auto;
        margin-bottom: 4%;
        margin-top: 4%;
    }

    .cu-container {
        margin-top: 6%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .cu-row {
        height: 100vh;
        flex-direction: row;
    }

    .cu-faq {
        height: 100%;
        width: 50%;
        overflow-y: scroll;
    }

    .cu-cu {
        width: 50%;
    }

    .cu-vm-header {
        display: none;
    }

    .cu-img-logo {
        width: 10%;
        height: auto;
    }

    .cu-vd-title {
        text-align: center;
        font-size: 37px;
        font-size: 4vw;
        font-weight: 900;
        color: #92404C;
    }

    .cu-vm-text {
        font-family: 'Inter';
        font-style: italic;
        font-weight: 500;
        font-size: 13px;
        font-size: 3.7vw;
        line-height: 112%;
        color: #8F8E8E;
    }

    .cu-faq .cu-faq-link {
        padding: 0 !important;
        background-color: #e7e7e7;
        border-bottom: 0;
        margin-top: 2%;
        width: 90%;
    }

    .cu-faq-text {
        color: #000000;
        margin-left: 2%;
        font-size: 14px;
        font-size: 1.3vw;
    }

    .cu-faq-general {
        font-style: normal;
        font-weight: 500;
        font-size: 29px;
        font-size: 3.1vw;
        line-height: 100%;
        color: #92404B;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .cu-collapsed-text {
        width: 90%;
        font-size: 18px;
        font-size: 1.5vw;
        margin-top: 5px;
        padding-left: 11%;
    }

    .cu-cu-header {
        text-align: center;
        font-size: 37px;
        font-size: 4vw;
        font-weight: 900;
        color: #92404B;
    }

    .cu-form-field {
        border-width: 0;
        border-bottom-width: 1px;
        background-color: transparent;
        border-radius: 0;
    }

    .cu-form-field:focus {
        border-width: 0;
        border-bottom-width: 1px;
        box-shadow: none;
        transition: all .1s linear;
        border-color: #3b71ca;
        border-radius: 0;
        background-color: transparent;
    }

    .cu-form-name {
        margin-top: 5%;
    }

    .cu-form-email {
        margin-top: 10%;
    }

    .cu-form-description {
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .cu-form-submit-btn {
        height: auto;
        margin-bottom: 0;
        font-size: 26px;
        font-size: 2.5vw;
        margin-top: 30px;
        font-weight: 900;
        margin-bottom: 10%;
        width: 60%;
        align-self: center;
        text-transform: uppercase;
    }

    .cu-cu-success-text {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 900;
        font-size: 19px;
        line-height: 115%;
        color: #8F8E8E;
    }

    .cu-cu-sent {
        display: flex;
        flex-direction: column;
    }

    .cu-cu-success {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 900;
        font-size: 45px;
        font-size: 4.3vw;
        line-height: 36px;
        text-align: right;
        color: #92404C;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 5%;
        margin-top: 10%;
    }

    .cu-sent-img {
        width: 100%;
        height: auto;
        padding-bottom: 10%;
    }

    .cu-success-icon {
        font-size: 42px;
        font-size: 4.3vw;
    }

    .cu-form-name, .cu-form-email, .cu-form-field {
        font-size: 19px;
    }

    .cu-mail-link {
        display: inline-block;
        font-size: 1.5vw;
        text-decoration: underline;
    }

    #cd-container {
        height: 100vh;
        width: 50%;
        padding-top: 6%;
        margin-left: 15%;
    }

    .cd-header {
        font-size: 70px;
        font-size: 6vw;
        line-height: 100%;
        color: #92404C;
        padding-top: 6%;
        font-weight: 900;
        text-align: center;
        margin-bottom: 7%;
    }

    .cd-text {
        font-style: italic;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        color: #8F8E8E;
        font-family: 'Source Sans Pro';
    }

    .cd-img {
        width: 100%;
        height: auto;
        margin-top: 7%;
    }

    .coa-container {
        height: 100vh;
        padding-top: 7%;
    }

    .login-container, .register-container {
        height: 100vh;
    }

    .coa-container {
        height: 100vh;
        overflow-y: scroll;
    }

    .vd-header-left-side {
        margin-left: 8%;
    }

    .vd-app-link-qr-container {
        justify-content: space-between;
        align-items: center;
    }

    a[aria-expanded="true"].cu-faq-link .fa-plus:before {
        display: none;
    }

    a[aria-expanded="true"].cu-faq-link .fa-minus:before {
        display: inline-block;
    }

    a[aria-expanded="false"].cu-faq-link .fa-plus:before {
        display: inline-block;
    }

    a[aria-expanded="false"].cu-faq-link .fa-minus:before {
        display: none;
    }

    .cu-plus-minus-container {
        margin-left: auto;
        font-size: 21px;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        background-color: #92414D;
        width: 10%;
        margin-right: 0;
        color: white;
    }

    .cu-submit-form {
        padding-left: 5%;
    }

    div.tada {
        margin-top: 4% !important;
    }

    .car-detail {
        margin: 6% auto;
        padding: 0;
    }

    .v-container {
        margin-top: 6%;
        transition: margin-top 0.2s;
    }

    .v-submit-form {
        padding-left: 5%;
        margin-top: 15px;
    }

    .v-header-container {
        height: 100%;
        margin: 0 10%;
    }

    .v-header {
        color: #92404B;
        font-weight: bold;
        font-size: 64px;
        font-size: 6.4vw;
        text-align: center;
        line-height: 100%;
    }

    .v-header-invoice {
        font-size: 20px;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0em;
        text-align: center;
        color: #8F8E8E;
    }

    .v-input-container {
        box-sizing: border-box;
        width: 100%;
        height: 48px;
        flex: none;
        align-self: stretch;
        flex-grow: 0;
    }

    .v-input-container.v-reg-conatiner {
        width: 46%;
    }

    .v-button-container {
        width: 20%;
        margin-left: auto;
    }

    .v-input-style {
        box-sizing: border-box;
        width: 100%;
        height: 48px;
        border: 1px solid #000000;
        border-radius: 8px;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        color: #000000;
    }

    .v-label-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
        margin-bottom: 8px;
        margin-top: 8px;
        width: 100%;
    }

    .v-info-icon {
        font-size: 34px;
        color: #92404B;
        width: 3%;
        margin-left: auto;
        cursor: pointer;
    }

    .v-info-icon:hover {
        color: #7c363f;
    }

    .v-info-icon:active {
        transform: scale(0.93);
    }

    .v-row-container {
        margin-top: 0;
    }

    .v-button-container {
        box-sizing: border-box;

        height: 48px;
        left: 855px;
        top: 868px;

        border: 1px solid #000000;
        border-radius: 8px;

        justify-content: center;
    }

    .v-button-container:hover, .v-upload-label:hover, #cu-submit-btn:hover {
        cursor: pointer;
    }

    .v-button {
        height: 21px;
        left: 0px;
        right: 0px;
        top: calc(50% - 21px / 2 - 0.5px);

        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        /* identical to box height, or 131% */

        display: flex;
        align-items: center;
        text-align: center;

        color: #BEBABA;
    }

    .v-button-container.v-button-mn-no {
        margin-left: 40px;
    }

    .v-photo-desc {
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: left;
        color: #BEBABA;
    }

    .v-example-photo-container {
        width: 100%;
    }

    .v-example-img {
        width: 19%;
        height: auto;
        margin-top: 13px;
    }

    .v-photo-container {
        width: 94%;
    }

    .v-photo-icon {
        align-self: baseline;
    }

    #v-photos {
        display: none;
    }

    .v-upload-container {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .v-upload-label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        left: 353px;
        top: 2194px;

        background: #92404C;
        border: 1px solid #000000;
        border-radius: 8px;

        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: center;
        color: #FFFFFF;
    }

    .v-uploaded-photo {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-top: 7px;
    }

    .v-uploaded-photo-name {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #BEBABA;
    }

    .v-uploaded-photo-trash {
        font-size: 20px;
        justify-self: end;
        margin-left: auto;
    }

    .v-uploaded-photo-checkbox {
        font-size: 20px;
        color: #65C42B;
        margin-right: 20px;
    }

    .v-additional-textarea {
        width: 100%;
        left: 353px;
        top: 2368px;

        border: 1px solid #000000;
        border-radius: 8px;
    }

    .v-privacy-label {
        margin-top: 20px;
    }

    .v-privacy-agree-label {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #BEBABA;
        margin-left: 7px;
    }

    #privacyInput {
        width: 18px;
        height: 17px;
        left: 353px;
        top: 2625px;
        background: #FFFFFF;
        border: 1px solid #000000;
    }

    .v-submit-btn {
        display: flex;
        margin-top: 30px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        left: 353px;
        top: 2194px;
        background: #92404C;
        border: 1px solid #000000;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: center;
        color: #FFFFFF;
    }

    .v-submit-disabled-btn {
        display: flex;
        margin: 30px 0px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        left: 353px;
        top: 2194px;
        background: #8F8E8E;;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: center;
        color: #FFFFFF;
    }

    input[type="radio"]:checked + label,
    input[type="checkbox"].selected-option:checked + label {
        background: #92404C;
    }

    input[type="radio"]:checked + label > div,
    input[type="checkbox"]:checked + label > div {
        color: #FFFFFF;
    }

    .v-additional-desc {
        margin-bottom: 10px;
    }

    #valuateForm input:focus {
        border-color: #92404C;
        box-shadow: inset 0 0 0 1px #92404C;
    }

    .v-additional-textarea::placeholder {
        padding: 10px 15px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
    }

    .v-input-style::placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
    }

    input#privacyInput:checked {
        accent-color: #92404C;
    }

    .v-tip-container {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;

        background: #92404C;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-top: 10px;

        padding: 40px 50px;
    }

    .v-tip-icon {
        font-size: 34px;
        color: #FFFFFF;
    }

    .v-tip-text {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 170%;
        color: #FFFFFF;
        text-align: center;
    }

    .v-tip-button {
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
        color: #92404C;
        padding: 10px 30px;
        font-size: 20px;
        margin-top: 5px;
        cursor: pointer;
    }

    .v-tip-button:hover {
        background: #e8e8e8;
        border: 1px solid #e8e8e8;
    }

    .v-tip-button:active {
        transform: scale(0.98);
        /* Scaling button to 0.98 to its original size */
        box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
        /* Lowering the shadow */
    }

    .v-photo-counter {
        align-self: end;
        font-size: 20px;
        font-weight: 600;
        color: #fa0d0d;
    }

    .v-photo-counter[count="5"],
    .v-photo-counter[count="6"],
    .v-photo-counter[count="7"],
    .v-photo-counter[count="8"],
    .v-photo-counter[count="9"],
    .v-photo-counter[count="10"] {
        color: #65C42B;
    }

    .v-hr-divider {
        display: none;
    }

    .v-hr-divider {
        display: none;
    }

    .v-input-checkbox-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .v-input-checkbox-container .v-reg-conatiner #regNumberInput,
    #vinInput {
        width: 100%;
    }

    .v-input-checkbox-container .v-checkbox-container {
        margin-left: 40px;
        margin-right: auto;
        width: 20%;
    }

    .v-input-checkbox-container .v-checkbox-container .v-button-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .v-input-checkbox-container .v-checkbox-container label[for="v-mileage-km"] {
        margin-left: 10px;
    }

    .v-mileageInput-container .v-checkbox-container {
        display: flex;
        width: 40%;
    }

    .v-input-reg-container.v-vinInput-container .v-button:lang(nl) {
        font-size: 15px;
    }

    .v-uploaded-photo-name {
        width: 620px;
        overflow-wrap: break-word;
    }

    .email-verify-container {
        padding-top: 10%;
        padding-left: 7%;
        padding-right: 7%;
        height: 100vh;
    }

    .dashboard-container {
        padding-top: 2%;
        height: 100vh;
    }

    .results-container {
        padding-top: 4%;
        height: 100vh;
    }

    .result-exception-container {
        height: 100vh;
    }

    #left-filter-section {
        display: flex;
        margin-top: 5%;
    }

    #left-filter-section > .car-stats-filter {
        width: 100%;
    }

    #right-content-section {
        margin-top: 5%;
    }

    .result-overview {
        height: 100vh;
    }

    .favourite-section, .single-car-details {
        width: auto;
    }

    #selectCurrency {
        width: 80px;
    }

    .link-tab {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        height: 45px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    #valuateForm {
        display: flex;
        flex-direction: column;
    }

    .v-yearInput-container .v-input-container,
    .v-year-container .v-input-container,
    .v-importedYearInput-container .v-input-container {
        width: 15%;
    }

    #personalDetails, #carDetails, #exterior, #engineGearExhaust, #wheelsTiresBrakes,
    #interior, #includedDocuments, #picturesTab, #additionalInformationTab {
        margin-right: 0;
    }

    .v-input-icon-container:not(.v-reg-country-conatainer, .v-yearInput-container, .v-year-container),
    .v-input-reg-container:not(
    .v-overall-quality-of-the-car-container, .v-body-condition-container, .v-front-bumper-condition-container,
    .v-rear-bumper-condition-container, .v-chrome-trim-condition-container, .v-window-condition-container,
    .v-front-lights-condition-container, .v-rear-lights-condition-container, .v-engine-and-compartment-container,
    .v-interior-condition-container, .v-upholstery-condition-container, .v-dashboard-condition-container,
    .v-instrument-panel-condition-container, .v-original-registration-plates-container
    ) {
        padding-right: 0;
    }

    .report-img-container {
        display: flex;
        justify-content: space-around;
    }
    .report-img-container:lang(nl) {
        display: none;
    }
    .report-img-container-d {
        display: none;
    }
    .report-img-container-d:lang(nl) {
        display: flex;
        justify-content: space-around;
    }
    .report-img {
        width: 25%;
        height: auto;
    }
    .report-text-top {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        padding-top: 3%;
        color: #8F8E8E;
        margin-bottom: 12px;
    }
    .report-under-pic {
        font-family: 'Source Sans Pro';
        text-align: center;
        justify-content: center;
        color: #8F8E8E;
        font-style: italic;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        margin-top: 10px;
    }
    .report-text-asterix {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        font-size: 1.4vw;
        line-height: 100%;
        color: #8F8E8E;
        width: 80%;
        text-align: center;
        margin-top: 10px;
    }
    .report-asterix-container {
        justify-content: center;
    }
    .report-mail-link {
        align-items: center;
        background-color: #92404B;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 12px;
    }
    .report-mail-link:hover {
        background-color: #853e48;
    }
    .report-data {
        margin-left: 10%;
        margin-right: 10%;
    }
    .report-mail {
        font-family: 'Source Sans Pro';
        font-weight: 900;
        font-size: 18px;
        line-height: 18px;
        color: #FFFFFF;
        font-style: normal;
    }
    .report-mail:hover {
        color: #FFFFFF;
    }
    .db-img {
        width: 71%;
        height: auto;
    }
    .db-img-container {
        justify-content: space-around;
        align-items: center;
    }
    .db-under-pic {
        font-family: 'Source Sans Pro';
        text-align: center;
        justify-content: center;
        color: #92404B;
        font-style: italic;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        margin-top: 10px;
    }
    .db-img-text-container {
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
    }
    .db-mail {
        font-family: 'Source Sans Pro';
        font-weight: 600;
        font-size: 18px;
        font-size: 1.8vw;
        line-height: 100%;
        color: #FFFFFF;
        font-style: normal;
    }
    .db-mail:hover {
        color: #FFFFFF;
    }
    .db-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        padding-top: 4%;
        padding-bottom: 7%;
    }
    .db-text-top {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        padding-top: 3%;
        color: #8F8E8E;
        margin-bottom: 12px;
    }
    .db-text-top-2 {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        margin-top: 5px;
        color: #8F8E8E;
        margin-bottom: 12px;
    }
    .db-text-top-2:lang(en) {
        display: none;
    }
    #popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        justify-content: center;
        align-items: center;
        transition: top 0.5s;
    }

    #welcome-popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0);
        z-index: 9999;
        justify-content: center;
        align-items: center;
        transition: top 0.5s, background 0.3s linear;
        -webkit-transition: top 0.5s, background 0.3s linear;
        -moz-transition: top 0.5s, background 0.3s linear;
    }

    #popup-content {
        position: relative;
        width: 320px;
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

    #welcome-popup-content {
        position: relative;
        width: 320px;
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

    #checkmark-container {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    #checkmark-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-image: radial-gradient(circle at center, rgb(0, 249, 18) 0%, rgba(229, 246, 230, 0) 70%);
        border-radius: 50%;
    }

    #checkmark-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 74%;
        height: 74%;
        background-image: url("../img/checkmarkw.png"); /* Replace with your checkmark image */
        background-repeat: no-repeat;
        background-size: contain;
    }

    #popup-message {
        margin-top: 20px;
    }

    #welcome-popup-message {
        margin-top: 18px;
        margin-bottom: 5px;
        color: #853e48;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        text-align: left;
    }

    #hide-popup-button {
        display: block;
        margin-top: 20px;
        padding: 8px 16px;
        background-color: #92404B;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
    }

    #hide-welcome-popup-button {
        display: block;
        margin-top: 20px;
        padding: 8px 16px;
        background-color: #92404B;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
    }

    #hide-popup-button:hover {
        background-color: #853e48;
    }

    #hide-welcome-popup-button:hover {
        background-color: #853e48;
    }

    .v-wpop-ul {
        list-style: none;

        text-align: left;
        margin-left: 12px;
        color: #8F8E8E;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
    }

    .v-wpop-ul li::before {
        content: "\2022";
        color: #000000;
        font-weight: bold;
        display: inline-block;
        width: 12px;
        margin-left: 1px;
    }

    #hide-popup-cross {
        display: flex;
    }

    .v-cross-img {
        width: 20px;
        margin-left: auto;
    }

    .v-cross-img:hover {
        cursor: pointer;
    }

    #report-view {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pdf-page-canvas {
        display: flex;
        width: 70%;
        height: auto;
    }
}

/*@media (min-width:1200px) and (max-width: 1919px) {*/
@media (min-width: 1200px) {
    .navbar li {
        margin-left: auto;
    }

    .home-container {
        height: 100%;
    }

    .home-container-row {
        height: 100%;
        width: 100%;
    }

    .bg-image {
        background-image: url("../img/nhomebg.png");
        height: 100vh;
    }

    .navbar-expand-custom {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }

    .navbar-expand-custom .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-custom .navbar-collapse.navbar-vd {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    .navbar-expand-custom .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .navbar-expand-custom .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-custom .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }

    a.nav-brand-ccr-logo {
        width: 15%;
        height: auto;
    }

    .cstm-nav-right-side {
        flex-direction: row !important;
    }

    a.nav-brand-ccr-logo {
        width: 20%;
        height: auto;
    }

    i.cstm-nav-icon,
    i.cstm-nav-arrow,
    a.nav-brand-ccr-logo {
        display: none;
    }

    div#navbarSupportedContent ul.navbar-nav {
        width: 100%;
    }

    .cstm-flag-dropdown-li {
        margin-left: auto;
    }

    .cstm-flag-dropdown {
        margin-left: auto;
        float: right !important;
        right: 0;
        left: auto;
        background-color: white !important;
    }

    nav.navbar {
        background-color: #FFFFFF;
    }

    a#navbarDropdownMenuLink {
        background-color: transparent !important;
    }

    #navbarSupportedContent li.cstm-login-li a,
    #navbarSupportedContent li.cstm-register-li a {
        color: #737373 !important;
        font-weight: 400;
        font-size: 15px !important;
        font-size: 0.8vw !important;
    }

    #navbarSupportedContent li.cstm-login-li a {
        margin-left: 20px;
    }

    nav.home-navbar {
        padding: 0;
        border-bottom-style: solid;
        border-bottom-color: #C4C4C4;
        border-bottom-width: 1px;
    }

    .cstm-social-icon-container {
        padding: 0;
    }

    div.home-social-icon-div a {
        color: #92404C;
    }

    .home-social-icons-row {
        margin-left: 5px;
        font-size: medium;
        justify-content: center;
        padding: 0;
    }

    div.navbar-brand {
        display: block;
        width: 15%;
        margin: 0;
    }

    i.home-social-icons {
        font-size: large;
    }

    #navbarSupportedContent a.nav-link {
        font-weight: 600;
        color: #92404C !important;
        font-size: 15px !important;
        font-size: 1vw !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .home-value-car-container {
        height: 50%;
        padding-top: 31%;
    }

    .home-container-col {
        margin-left: 8%;
        margin-right: 30%;
        justify-content: center;
        margin-top: 54px;
    }

    .home-rate-container {
        height: 33%;
        padding-top: 10%;
    }

    .we-value-cars {
        font-size: 46px;
        font-size: 4.15vw;
        margin-bottom: 20px;
        line-height: 100%;
    }

    .we-value-cars:lang(nl) {
        font-size: 46px;
        font-size: 2.56vw;
    }

    .valuation-report-desc {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 400;
        font-size: 20px;
        color: #92404C;
        margin-bottom: 19px;
    }

    .valuation-report-desc-3 {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-size: 20px;
        color: #828282;
        margin-bottom: 19px;
    }

    .valuation-report-desc:lang(nl) {
        font-size: 20px;
    }

    .home-our-product-link {
        font-weight: 600;
        font-size: 18px;
        font-size: 1.6vw;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .home-value-my-car-link {
        color: #FFF !important;
        margin-right: auto;
        font-weight: 600;
        font-size: 18px;
        font-size: 1.6vw;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .home-value-my-car-link:lang(nl) {
        font-size: 18px;
    }

    .home-valuator-users {
        font-size: 20px;
        margin-top: 40px;
    }

    .home-review-link:lang(en) {
        font-size: 20px;
    }

    .home-review-link:lang(nl) {
        font-size: 18px;
    }

    .home-tesis-container {
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        width: 80%;
        padding-top: 10%;
    }

    #master-blade {
        overflow: scroll;
    }

    #master-blade div.terms-container {
        padding-top: 3%;
        margin-bottom: 10px;
    }

    a.terms-contact-us {
        background-color: #92404C;
        color: white;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        font-size: 21px;
        margin-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

    div.vm {
        display: none;
    }

    div.vd {
        padding-top: 6%;
    }

    div.vd-container {
        height: 100vh;
    }

    .vd-menu-text {
        margin-bottom: 0;
    }

    .vd-menu-row {
        margin-left: 6%;
    }

    .vd-value-menu {
        margin-top: 15px;
        cursor: pointer;
    }

    .vd-value-menu-text-icon {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .vd-menu-text,
    .vd-menu-icon {
        color: #92404C;
        font-weight: 600;
        font-size: 23px;
        font-size: 2.3vw;
    }

    h5.vd-header {
        font-size: 60px;
        font-size: 4.2vw;
        font-weight: 900;
        color: #92404C;
        text-align: left;
    }

    i.vd-description {
        color: #8F8E8E;
        font-size: 19px;
        font-size: 1.4vw;
        margin-bottom: 15px;
    }

    .vd-value-preview-container {
        justify-content: space-between;
    }

    div.vd-value-cons {
        background-color: #ffffff;
        border-radius: 17px;
        box-shadow: 1px 1px 1px #cdcdcd, -1px 1px 1px #cdcdcd;
    }

    div.vd-value-cons-head {
        padding-top: 20px;
        padding-bottom: 15px;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }

    i.vd-value-cons-head-icon {
        color: #92404C;
        font-size: 23px;
        font-size: 7vw;
    }

    div.vd-value-cons-icon {
        text-align: center;
    }

    div.vd-value-cons-head-text {
        font-size: 21px;
        font-size: 2.1vw;
        font-weight: 700;
    }

    .vd-value-con-row {
        margin-top: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }

    .vd-value-con-text {
        font-size: 27px;
        font-size: 1.35vw;
    }

    a.vd-value-my-car-link {
        width: 100%;
        height: 100%;
        border-radius: 9px;
        padding-top: 11px;
        padding-bottom: 11px;
        margin-bottom: 0;
        font-size: 24px;
        font-size: 2.4vw;
        margin-top: 30px;
    }

    i.vd-value-cons-head-icon {
        color: #92404C;
        font-size: 29px;
        font-size: 3vw;
    }

    div.vd-tesis-row {
        width: 50%;
        margin: auto;
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
    }

    i.vd-value-tesis,
    i.vd-db-tesis,
    i.vd-app-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
    }

    .vd-db-content,
    .vd-app-content,
    .vd-app-tesis,
    .vd-db-tesis {
        display: none;
    }

    h5.vd-db-h5 {
        color: #92404C;
        font-weight: 900;
        font-size: 24px;
        font-size: 2vw;
        padding-top: 5px;
    }

    .vd-db-header {
        font-size: 60px;
        font-size: 4.2vw;
        font-weight: 900;
        color: #92404C;
        text-align: left;
    }

    .vd-db-cons {
        background-color: #ffffff;
        border-radius: 17px;
        box-shadow: 1px 1px 1px #cdcdcd, -1px 1px 1px #cdcdcd;
    }

    .vd-db-cons-text,
    .vd-db-cons-number {
        color: #8F8E8E;
        font-size: 17px;
        font-size: 1vw;
        font-weight: 600;
    }

    .vd-db-img {
        width: 80%;
        height: auto;
        margin-top: 8px;
    }

    div.vd-db-tesis-container {
        margin-left: 20%;
        margin-top: 50px;
    }

    i.vd-db-description {
        color: #8F8E8E;
        font-size: 18px;
        font-size: 1.6vw;
        line-height: 20px;
    }

    .vd-app-link {
        width: 85%;
        height: auto;
        margin-top: auto;
        margin-bottom: 20px;
    }

    .vd-app-link-qr {
        width: 85%;
        height: auto;
    }

    .vd-app-link-qr-container {
        justify-content: space-between;
        align-items: center;
    }

    .vd-app-temp {
        width: 86%;
        height: auto;
    }

    .vd-main-row {
        margin-bottom: 40px;
    }

    .vd-selected {
        color: white;
        background-color: #92404C;
    }

    .vd-app-container-group {
        justify-content: space-between;
        height: 66%;
    }

    .vd-app-img {
        padding: 0;
    }

    .gray-img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .vd-app-img-link {
        width: 100%;
        height: 100%;
    }

    .vd-report-content, .vd-db-content, .vd-app-content {
        margin-left: 2%;
    }

    .vd-app-content {
        flex-direction: column;
        justify-content: space-between;
    }

    .vd-report-content {
        display: flex;
        flex-direction: column;
    }

    .vd-video-container, .vd-video {
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .social-link {
        margin-right: 2%;
    }

    .navbar-vm {
        display: none;
    }

    #navbarSupportedContent .r-navbar a.nav-link.auth-nav,
    #navbarSupportedContent > ul > li.nav-item.r-navbar > div > div.cstm-login-li > a,
    #navbarDropdownMenuLink.nav-link.dropdown-toggle,
    #navbarSupportedContent .r-navbar a.nav-link.main.nav,
    #navbarSupportedContent .r-navbar cstm-flag-dropdown-li a.nav-link {
        color: #737373 !important;
        font-weight: 500 !important;
        font-size: 18px !important;
        font-size: 1vw !important;
    }

    .val-rep-container {
        height: 100vh;
        margin-top: 4%;
    }

    .val-rep-container .vr-header {
        color: #92404B;
        font-weight: bold;
        font-size: 64px;
        font-size: 5vw;
        text-align: center;
        line-height: 6vh;
    }

    .val-rep-container .vr-invoice {
        color: #8F8E8E;
        font-weight: bold;
        text-align: center;
        font-size: 19px;
        font-size: 1.4vw;
        padding-top: 20px;
    }

    .val-rep-container .vr-start-recommendation {
        display: none;
    }

    .val-rep-container .vr-or {
        color: #8F8E8E;
        font-weight: bold;
        text-align: center;
        font-size: 21px;
        font-size: 1.8vw;
        margin-top: 1%;
    }

    .val-rep-container .vr-dwnld-app {
        color: #92404B;
        font-weight: 600;
        font-size: 46px;
        font-size: 3.9vw;
        text-align: center;
        line-height: 100%;
    }

    .val-rep-container .vr-store-link {
        margin-top: 15px;
    }

    .val-rep-container .vr-pc-img-container {
        margin: 20px 0;
    }

    .val-rep-container .vr-pc-img {
        width: 50%;
        height: auto;
    }

    .val-rep-container .vr-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        margin-top: 61px;
    }

    .val-rep-container .row.vr-desktop-row {
        height: 100%;
        margin: 0 10%;
    }

    .val-rep-container .vr-content-container {
        width: 55%;
    }

    .val-rep-container .vr-app-img {
        width: 65%;
        height: 100%;
    }

    .val-rep-container .vr-qr-code {
        margin-top: 4%;
    }

    .val-rep-container .vr-desktop-request,
    .val-rep-container .vr-pc-img-container {
        display: none;
    }

    .val-rep-container .vr-desktop-link-div {
        text-align: center;
    }

    .val-rep-container a.vr-desktop-link {
        background-color: #92404C;
        color: white;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        font-size: 24px;
        font-size: 2.5vw;
        padding-left: 10px;
        padding-right: 10px;
        width: 70%;
        height: 100%;
        border-radius: 9px;
        padding-top: 11px;
        padding-bottom: 11px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .val-rep-container .vr-ios-col {
        text-align: left;
    }

    .val-rep-container .vr-android-col {
        text-align: right;
    }

    .val-rep-container .vd-app-img-link {
        width: 65%;
        height: 100%;
    }

    .about-container {
        padding-top: 8%;
        padding-left: 7%;
        padding-right: 7%;
        height: 100vh;
    }

    .about-img {
        width: 100%;
        height: auto;
        border-radius: 50%;
    }

    .about-c {
        flex-direction: row;
        margin-top: 3%;
    }

    .about-name {
        color: #92404B;
        font-style: italic;
        font-weight: 300;
        font-size: 18px;
        font-size: 1.8vw;
        line-height: 100%;
        font-family: 'Source Sans Pro';
    }

    .about-pos {
        color: #92404B;
        font-style: italic;
        font-weight: 600;
        font-size: 15px;
        font-size: 1.3vw;
        font-family: 'Source Sans Pro';
    }

    .about-about {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        font-size: 1.3vw;
        color: #8F8E8E;
    }

    .about-desc {
        padding-left: 5%;
    }

    .about-header {
        font-style: normal;
        font-weight: 900;
        font-size: 40px;
        font-size: 5.5vw;
        line-height: 48px;
        text-align: center;
        color: #92404B;
        margin-bottom: 2%;
    }

    .about-e-container {
        margin-top: 1%;
        width: 30%;
    }

    .about-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        padding-top: 4%;
        padding-bottom: 5%;
    }

    .about-head-desc {
        font-family: 'Source Sans Pro';
        color: #8F8E8E;
        font-size: 20px;
        font-size: 1.3vw;
        width: 80%;
        text-align: left;
        font-style: italic;
    }

    .ic-data {
        margin-left: 20%;
        margin-right: 20%;
    }

    .ic-image {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .ic-mail-link {
        align-items: center;
        background-color: #92404B;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 12px;
    }

    .about-mail-link {
        align-items: center;
        background-color: #92404B;
        margin-top: 60px;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 12px;
    }

    .ic-title {
        padding-top: 10%;
        font-style: normal;
        font-weight: 900;
        font-size: 55px;
        font-size: 5.5vw;
        text-align: center;
        line-height: 100%;
        color: #92404B;
    }

    .ic-header {
        font-style: normal;
        font-weight: 900;
        font-size: 31px;
        line-height: 100%;
        color: #92404B;
        font-size: 3vw;
        padding-top: 3%;
    }

    .ic-header-portfolio, .ic-header-benefits {
        font-style: normal;
        font-weight: 900;
        font-size: 31px;
        line-height: 100%;
        color: #92404B;
        font-size: 3vw;
        padding-top: 3%;
    }

    .ic-header-portfolio {
        display: none;
    }

    .ic-header-partnership {
        font-style: normal;
        font-weight: 900;
        font-size: 31px;
        line-height: 100%;
        color: #92404B;
        font-size: 3vw;
        padding-top: 3%;
    }

    .ic-text-top {
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        font-size: 1.4vw;
        line-height: 110%;
        padding-top: 3%;
        color: #8F8E8E;
        font-family: 'Source Sans Pro';
    }

    .ic-mail {
        font-family: 'Source Sans Pro';
        font-weight: 600;
        font-size: 14px;
        font-size: 1.4vw;
        line-height: 100%;
        color: #FFFFFF;
        font-style: normal;
    }

    .ic-mail:hover {
        color: #FFFFFF;
    }

    .ic-list {
        margin: 0;
        padding-top: 3%;
        padding-bottom: 4%;
    }

    .ic-list ul li {
        font-family: 'Inter';
        font-style: italic;
        font-weight: 500;
        font-size: 15px;
        font-size: 1.55vw;
        line-height: 100%;
        color: #8F8E8E;
        font-family: 'Source Sans Pro';
    }

    .ic-list-ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    .ic-img {
        width: 100%;
        height: auto;
    }

    .ic-benefit {
        color: #92404B;
        font-size: 12px;
        font-size: 1.25vw;
        background-color: #8f8e8e3d;
        border-radius: 11px;
        text-align: center;
        margin-top: 5%;
        line-height: 120%;
        padding: 6px;
        width: 45%;
    }

    .ic-benefits-row {
        padding: 0;
    }

    .ic-benefit-link {
        color: #92404B;
        font-size: 12px;
        font-size: 1.25vw;
        text-decoration-line: underline;
    }

    .ic-benefits-container {
        margin-left: 5%;
        margin-right: 5%;
    }

    .ic-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        margin-top: auto;
        margin-bottom: 4%;
        margin-top: 4%;
    }

    .cu-container {
        margin-top: 6%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .cu-row {
        height: 100vh;
        flex-direction: row;
        padding-bottom: 15px;
    }

    .cu-faq {
        height: 100%;
        width: 50%;
        overflow-y: scroll;
    }

    .cu-cu {
        width: 50%;
    }

    .cu-vm-header {
        display: none;
    }

    .cu-img-logo {
        width: 8%;
        height: auto;
    }

    .cu-vd-title {
        text-align: center;
        font-size: 37px;
        font-size: 4vw;
        font-weight: 900;
        color: #92404C;
    }

    .cu-vm-text {
        font-family: 'Inter';
        font-style: italic;
        font-weight: 500;
        font-size: 13px;
        font-size: 3.7vw;
        line-height: 112%;
        color: #8F8E8E;
    }

    .cu-faq .cu-faq-link {
        padding: 0 !important;
        background-color: #e7e7e7;
        border-bottom: 0;
        margin-top: 2%;
        width: 90%;
    }

    .cu-faq-text {
        color: #000000;
        margin-left: 2%;
        font-size: 14px;
        font-size: 1.4vw;
    }

    .cu-faq-general {
        font-style: normal;
        font-weight: 500;
        font-size: 29px;
        font-size: 3.1vw;
        line-height: 100%;
        color: #92404B;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .cu-collapsed-text {
        width: 90%;
        font-size: 18px;
        margin-top: 6px;
        padding-left: 9%;
    }

    .cu-cu-header {
        text-align: center;
        font-size: 37px;
        font-size: 4vw;
        font-weight: 900;
        color: #92404B;
    }

    .cu-form-field {
        border-width: 0;
        border-bottom-width: 1px;
        background-color: transparent;
        border-radius: 0;
    }

    .cu-form-field:focus {
        border-width: 0;
        border-bottom-width: 1px;
        box-shadow: none;
        transition: all .1s linear;
        border-color: #3b71ca;
        border-radius: 0;
        background-color: transparent;
    }

    .cu-form-name {
        margin-top: 5%;
    }

    .cu-form-email {
        margin-top: 10%;
    }

    .cu-form-description {
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .cu-form-submit-btn {
        height: auto;
        margin-bottom: 0;
        font-size: 26px;
        font-size: 2.5vw;
        margin-top: 30px;
        font-weight: 900;
        margin-bottom: 5%;
        width: 60%;
        align-self: center;
        text-transform: uppercase;
    }

    .cu-cu-success-text {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 900;
        font-size: 19px;
        line-height: 115%;
        color: #8F8E8E;
    }

    .cu-cu-sent {
        display: flex;
        flex-direction: column;
    }

    .cu-cu-success {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 900;
        font-size: 45px;
        font-size: 4.3vw;
        line-height: 36px;
        text-align: right;
        color: #92404C;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 5%;
        margin-top: 2%;
    }

    .cu-sent-img {
        width: 100%;
        height: auto;
        padding-bottom: 10%;
    }

    .cu-success-icon {
        font-size: 42px;
        font-size: 4.3vw;
    }

    .cu-form-name, .cu-form-email, .cu-form-field {
        font-size: 19px;
    }

    .cu-mail-link {
        display: inline-block;
        font-size: 18px;
        text-decoration: underline;
    }

    #cd-container {
        height: 100vh;
        width: 50%;
        padding-top: 6%;
        margin-left: 15%;
    }

    .cd-header {
        font-size: 70px;
        font-size: 6vw;
        line-height: 100%;
        color: #92404C;
        font-weight: 900;
        text-align: center;
        margin-bottom: 7%;
    }

    .cd-text {
        font-style: italic;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        color: #8F8E8E;
        font-family: 'Source Sans Pro';
    }

    .cd-img {
        width: 100%;
        height: auto;
        margin-top: 7%;
    }

    .coa-container {
        height: 100vh;
        padding-top: 6%;
    }

    .login-container, .register-container {
        height: 100vh;
    }

    .coa-container {
        height: 100vh;
        overflow-y: scroll;
    }

    .vd-header-left-side {
        margin-left: 8%;
    }

    a[aria-expanded="true"].cu-faq-link .fa-plus:before {
        display: none;
    }

    a[aria-expanded="true"].cu-faq-link .fa-minus:before {
        display: inline-block;
    }

    a[aria-expanded="false"].cu-faq-link .fa-plus:before {
        display: inline-block;
    }

    a[aria-expanded="false"].cu-faq-link .fa-minus:before {
        display: none;
    }

    .cu-plus-minus-container {
        margin-left: auto;
        font-size: 24px;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        background-color: #92414D;
        width: 8%;
        margin-right: 0;
        color: white;
    }

    .cu-submit-form {
        padding-left: 5%;
    }

    div.tada {
        margin-top: 4% !important;
    }

    .car-detail {
        margin: 5% auto;
        padding: 0;
    }

    .v-container {
        margin-top: 6%;
        padding-left: 10%;
        padding-right: 10%;
        transition: margin-top 0.2s;
    }

    .v-submit-form {
        padding-left: 5%;
        margin-top: 15px;
    }

    .v-header-container {
        height: 100%;
        margin: 0 10%;
    }

    .v-header {
        color: #92404B;
        font-weight: bold;
        font-size: 64px;
        font-size: 6.4vw;
        text-align: center;
        line-height: 100%;
    }

    .v-header-invoice {
        font-size: 20px;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0em;
        text-align: center;
        color: #8F8E8E;
    }

    .v-input-container {
        box-sizing: border-box;
        width: 100%;
        height: 48px;
        flex: none;
        align-self: stretch;
        flex-grow: 0;
    }

    .v-input-container.v-reg-conatiner {
        width: 46%;
    }

    .v-button-container {
        width: 15%;
    }

    .v-input-style {
        box-sizing: border-box;
        width: 100%;
        height: 48px;
        border: 1px solid #000000;
        border-radius: 8px;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        color: #000000;
    }

    .v-label-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
        margin-bottom: 8px;
        margin-top: 8px;
        width: 100%;
    }

    .v-info-icon {
        font-size: 34px;
        color: #92404B;
        width: 3%;
        margin-left: auto;
        cursor: pointer;
    }

    .v-info-icon:hover {
        color: #7c363f;
    }

    .v-info-icon:active {
        transform: scale(0.93);
    }

    .v-button-container {
        box-sizing: border-box;

        height: 48px;
        left: 855px;
        top: 868px;

        border: 1px solid #000000;
        border-radius: 8px;

        justify-content: center;
    }

    .v-button-container:hover, .v-upload-label:hover, #cu-submit-btn:hover {
        cursor: pointer;
    }

    .v-button {
        height: 21px;
        left: 0px;
        right: 0px;
        top: calc(50% - 21px / 2 - 0.5px);

        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        /* identical to box height, or 131% */

        display: flex;
        align-items: center;
        text-align: center;

        color: #BEBABA;
    }

    .v-button-container.v-button-mn-no {
        margin-left: 40px;
    }

    .v-photo-desc {
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: left;
        color: #BEBABA;
    }

    .v-example-photo-container {
        width: 100%;
    }

    .v-example-img {
        width: 19%;
        height: auto;
        margin-top: 13px;
    }

    .v-photo-container {
        width: 94%;
    }

    .v-photo-icon {
        align-self: baseline;
    }

    #v-photos {
        display: none;
    }

    .v-upload-container {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .v-upload-label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        left: 353px;
        top: 2194px;

        background: #92404C;
        border: 1px solid #000000;
        border-radius: 8px;

        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: center;
        color: #FFFFFF;
    }

    .v-uploaded-photo {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-top: 7px;
    }

    .v-uploaded-photo-name {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #BEBABA;
    }

    .v-uploaded-photo-trash {
        font-size: 20px;
        justify-self: end;
        margin-left: auto;
    }

    .v-uploaded-photo-checkbox {
        font-size: 20px;
        color: #65C42B;
        margin-right: 20px;
    }

    .v-additional-textarea {
        width: 100%;
        left: 353px;
        top: 2368px;

        border: 1px solid #000000;
        border-radius: 8px;
    }

    .v-privacy-label {
        margin-top: 20px;
    }

    .v-privacy-agree-label {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #BEBABA;
        margin-left: 7px;
    }

    #privacyInput {
        width: 18px;
        height: 17px;
        left: 353px;
        top: 2625px;
        background: #FFFFFF;
        border: 1px solid #000000;
    }

    .v-submit-btn {
        display: flex;
        margin-top: 30px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        left: 353px;
        top: 2194px;
        background: #92404C;
        border: 1px solid #000000;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: center;
        color: #FFFFFF;
    }
    .v-submit-disabled-btn {
        display: flex;
        margin: 30px 0px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        left: 353px;
        top: 2194px;
        background: #8F8E8E;;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: center;
        color: #FFFFFF;
    }

    input[type="radio"]:checked + label,
    input[type="checkbox"].selected-option:checked + label {
        background: #92404C;
    }

    input[type="radio"]:checked + label > div,
    input[type="checkbox"]:checked + label > div {
        color: #FFFFFF;
    }

    .v-additional-desc {
        margin-bottom: 10px;
    }

    #valuateForm input:focus {
        border-color: #92404C;
        box-shadow: inset 0 0 0 1px #92404C;
    }

    .v-additional-textarea::placeholder {
        padding: 10px 15px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
    }

    .v-input-style::placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
    }

    input#privacyInput:checked {
        accent-color: #92404C;
    }

    .v-tip-container {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;

        background: #92404C;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-top: 10px;

        padding: 40px 50px;
    }

    .v-tip-icon {
        font-size: 34px;
        color: #FFFFFF;
    }

    .v-tip-text {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 170%;
        color: #FFFFFF;
        text-align: center;
    }

    .v-tip-button {
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
        color: #92404C;
        padding: 10px 30px;
        font-size: 20px;
        margin-top: 5px;
        cursor: pointer;
    }

    .v-tip-button:hover {
        background: #e8e8e8;
        border: 1px solid #e8e8e8;
    }

    .v-tip-button:active {
        transform: scale(0.98);
        /* Scaling button to 0.98 to its original size */
        box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
        /* Lowering the shadow */
    }

    .v-photo-counter {
        align-self: end;
        font-size: 20px;
        font-weight: 600;
        color: #fa0d0d;
    }

    .v-photo-counter[count="5"],
    .v-photo-counter[count="6"],
    .v-photo-counter[count="7"],
    .v-photo-counter[count="8"],
    .v-photo-counter[count="9"],
    .v-photo-counter[count="10"] {
        color: #65C42B;
    }

    .v-hr-divider {
        display: none;
    }

    .v-hr-divider {
        display: none;
    }

    .v-input-checkbox-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .v-input-checkbox-container .v-reg-conatiner #regNumberInput,
    #vinInput {
        width: 100%;
    }

    .v-input-checkbox-container .v-checkbox-container {
        margin-left: 40px;
        margin-right: auto;
        width: 20%;
    }

    .v-input-checkbox-container .v-checkbox-container .v-button-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .v-input-checkbox-container .v-checkbox-container label[for="v-mileage-km"] {
        margin-left: 10px;
    }

    .v-mileageInput-container .v-checkbox-container {
        display: flex;
        width: 40%;
    }

    .v-input-reg-container.v-vinInput-container .v-button:lang(nl) {
        font-size: 15px;
    }

    .v-uploaded-photo-name {
        width: 610px;
        overflow-wrap: break-word;
    }

    .email-verify-container {
        padding-top: 8%;
        padding-left: 7%;
        padding-right: 7%;
        height: 100vh;
    }

    .dashboard-container {
        padding-top: 2%;
        height: 100vh;
    }

    .results-container {
        padding-top: 4%;
        height: 100vh;
    }

    .result-exception-container {
        height: 100vh;
    }

    #left-filter-section {
        display: flex;
        margin-top: 5%;
    }

    #left-filter-section > .car-stats-filter {
        width: 100%;
    }

    #right-content-section {
        margin-top: 5%;
    }

    .result-overview {
        height: 100vh;
    }

    .favourite-section, .single-car-details {
        width: auto;
    }

    #selectCurrency {
        width: 80px;
    }

    .link-tab {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        height: 45px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    #valuateForm {
        display: flex;
        flex-direction: column;
    }

    .v-yearInput-container .v-input-container,
    .v-year-container .v-input-container,
    .v-importedYearInput-container .v-input-container {
        width: 15%;
    }

    #personalDetails, #carDetails, #exterior, #engineGearExhaust, #wheelsTiresBrakes,
    #interior, #includedDocuments, #picturesTab, #additionalInformationTab {
        margin-right: 0;
    }

    .v-input-icon-container:not(.v-reg-country-conatainer, .v-yearInput-container, v-year-container),
    .v-input-reg-container:not(
    .v-overall-quality-of-the-car-container, .v-body-condition-container, .v-front-bumper-condition-container,
    .v-rear-bumper-condition-container, .v-chrome-trim-condition-container, .v-window-condition-container,
    .v-front-lights-condition-container, .v-rear-lights-condition-container, .v-engine-and-compartment-container,
    .v-interior-condition-container, .v-upholstery-condition-container, .v-dashboard-condition-container,
    .v-instrument-panel-condition-container, .v-original-registration-plates-container
    ) {
        padding-right: 0;
    }

    .report-img-container {
        display: flex;
        justify-content: space-around;
    }
    .report-img-container:lang(nl) {
        display: none;
    }
    .report-img-container-d {
        display: none;
    }
    .report-img-container-d:lang(nl) {
        display: flex;
        justify-content: space-around;
    }
    .report-img {
        width: 25%;
        height: auto;
    }
    .report-text-top {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 24px;
        line-height: 110%;
        padding-top: 3%;
        color: #8F8E8E;
        margin-bottom: 30px;
    }
    .report-under-pic {
        font-family: 'Source Sans Pro';
        text-align: center;
        justify-content: center;
        color: #8F8E8E;
        font-style: italic;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        margin-top: 10px;
    }
    .report-text-asterix {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        font-size: 1.2vw;
        line-height: 100%;
        color: #8F8E8E;
        width: 80%;
        text-align: center;
        margin-top: 10px;
    }
    .report-asterix-container {
        justify-content: center;
    }
    .report-mail-link {
        align-items: center;
        background-color: #92404B;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 12px;
    }
    .report-mail-link:hover {
        background-color: #853e48;
    }
    .report-data {
        margin-left: 15%;
        margin-right: 15%;
    }
    .report-mail {
        font-family: 'Source Sans Pro';
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        color: #FFFFFF;
        font-style: normal;
    }
    .report-mail:hover {
        color: #FFFFFF;
    }
    .db-img {
        width: 71%;
        height: auto;
    }
    .db-img-container {
        justify-content: space-around;
        align-items: center;
    }
    .db-under-pic {
        font-family: 'Source Sans Pro';
        text-align: center;
        justify-content: center;
        color: #92404B;
        font-style: italic;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        margin-top: 10px;
    }
    .db-img-text-container {
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
    }
    .db-mail {
        font-family: 'Source Sans Pro';
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        color: #FFFFFF;
        font-style: normal;
    }
    .db-mail:hover {
        color: #FFFFFF;
    }
    .db-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        padding-top: 4%;
        padding-bottom: 5%;
    }
    .db-text-top {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        padding-top: 3%;
        color: #8F8E8E;
        margin-bottom: 12px;
    }
    .db-text-top-2 {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        margin-top: 5px;
        color: #8F8E8E;
        margin-bottom: 12px;
    }
    .db-text-top-2:lang(en) {
        display: none;
    }

    #popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        justify-content: center;
        align-items: center;
        transition: top 0.5s;
    }

    #welcome-popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0);
        z-index: 9999;
        justify-content: center;
        align-items: center;
        transition: top 0.5s, background 0.3s linear;
        -webkit-transition: top 0.5s, background 0.3s linear;
        -moz-transition: top 0.5s, background 0.3s linear;
    }

    #popup-content {
        position: relative;
        width: 320px;
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

    #welcome-popup-content {
        position: relative;
        width: 320px;
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

    #checkmark-container {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    #checkmark-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-image: radial-gradient(circle at center, rgb(0, 249, 18) 0%, rgba(229, 246, 230, 0) 70%);
        border-radius: 50%;
    }

    #checkmark-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 74%;
        height: 74%;
        background-image: url("../img/checkmarkw.png"); /* Replace with your checkmark image */
        background-repeat: no-repeat;
        background-size: contain;
    }

    #popup-message {
        margin-top: 20px;
    }

    #welcome-popup-message {
        margin-top: 18px;
        margin-bottom: 5px;
        color: #853e48;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        text-align: left;
    }

    #hide-popup-button {
        display: block;
        margin-top: 20px;
        padding: 8px 16px;
        background-color: #92404B;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
    }
    #hide-welcome-popup-button {
        display: block;
        margin-top: 20px;
        padding: 8px 16px;
        background-color: #92404B;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
    }

    #hide-welcome-popup-button:hover {
        background-color: #853e48;
    }

    #hide-popup-button:hover {
        background-color: #853e48;
    }

    .v-wpop-ul {
        list-style: none;

        text-align: left;
        margin-left: 12px;
        color: #8F8E8E;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
    }

    .v-wpop-ul li::before {
        content: "\2022";
        color: #000000;
        font-weight: bold;
        display: inline-block;
        width: 12px;
        margin-left: 1px;
    }

    #hide-popup-cross {
        display: flex;
    }

    .v-cross-img {
        width: 20px;
        margin-left: auto;
    }

    .v-cross-img:hover {
        cursor: pointer;
    }
    #report-view {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pdf-page-canvas {
        display: flex;
        width: 70%;
        height: auto;
    }
}

/*Mobile view*/
@media (max-width: 992px) {
    #master-blade {
        padding-top: 30px;
        overflow: scroll;
    }

    a.nav-brand-ccr-logo {
        width: 270px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .home-social-icon-container {
        display: none;
    }

    .home-value-car-container {
        height: 49%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 10%;
    }

    .we-value-cars {
        font-size: 46px;
        font-size: 13vw;
        line-height: 100%;
        color: #92404C;
    }

    .we-value-cars:lang(nl) {
        font-size: 46px;
        font-size: 8vw;
    }

    .wide-screen-divider {
        display: none;
    }

    .home-rate-container {
        height: 35%;
        padding-top: 15%;
        margin-left: 0;
        margin-right: 0;
    }

    .home-container {
        width: 100%;
        padding: 0;
    }

    .home-container-row {
        padding: 0;
        margin: 0;
    }

    .home-container-col {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 34px;
    }

    .valuation-report-desc {
        font-family: 'Source Sans Pro';
        font-style: italic;
        color: #92404C;
        font-size: 18px;
        line-height: 100%;
        margin-top: 15px;
    }

    .valuation-report-desc-3 {
        font-family: 'Source Sans Pro';
        font-style: italic;
        color: #828282;
        font-size: 18px;
        line-height: 100%;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .home-value-my-car-link {
        font-size: 18px;
        padding: 10px;
        margin: 0;
        width: 100%;
    }

    .home-valuator-users {
        font-size: 18px;
        line-height: 100%;
        margin-top: 20px;
    }

    .home-mobile-view-img {
        display: block;
        margin-top: 10px;
    }

    .home-tesis-container {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        margin-bottom: 10px;
    }

    .rating-container {
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .home-rate-img {
        border-right-width: 0;
        width: 85%;
    }

    .home-review-link-div {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    .home-review-link {
        font-size: 14px;
    }

    .home-links-container {
        padding-top: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .home-navbar {
        background: rgb(255, 255, 255);
        padding: 0;
    }

    .home-navbar .home-navbar-toggler,
    ul.navbar-nav li.nav-item,
    ul.navbar-nav li.nav-item a.main-nav,
    ul.navbar-nav li.nav-item a.main-nav:visited,
    ul.navbar-nav li.nav-item a.main-nav:active,
    ul.navbar-nav li.nav-item a.main-nav:hover {
        color: #92404C;
    }

    nav.navbar {
        background-color: #FFFFFF;
    }

    .main-nav {
        background: rgba(169, 164, 164, 0.6);
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .cstm-nav-icon {
        margin-left: 20px;
        margin-right: 20px;
    }

    .cstm-nav-arrow {
        margin-left: auto;
        margin-right: 15px;
        font-size: 25px;
        font-weight: 100;
    }

    li.cstm-flag-dropdown-li {
        margin-top: 20px;
        background: rgba(169, 164, 164, 0.6);
        align-content: center;
    }

    li.cstm-flag-dropdown-li div.cstm-flag-dropdown {
        background: rgba(169, 164, 164, 0);
    }

    .cstm-mobile-padding {
        margin-top: 40px
    }

    nav .navbar-nav li a.auth-nav {
        color: #575757 !important;
        font-size: 15px;
        font-family: 'Inter', serif;
        font-style: normal;
        text-align: center;
    }

    .bg-image {
        background-color: #FFFFFF;
        height: 100vh;
        overflow-y: visible;
    }

    li.cstm-register-li {
    }

    i.cstm-nav-icon-desktop,
    div.cstm-desktop-logo {
        display: none !important;
    }

    .navbar-toggler {
        font-size: 2.25rem;
    }

    #navbarSupportedContent a.nav-link {
        font-weight: 600;
        color: #92404C !important;
        font-size: 14px !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    #master-blade {
        overflow: scroll;
    }

    #master-blade div.terms-container {
        margin-bottom: 10px;
    }

    a.terms-contact-us {
        background-color: #92404C;
        color: white;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        font-size: 35px;
        margin-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /*    VALUE-MY-CAR*/
    div.vd {
        display: none;
    }

    /*div.vm-value,*/
    /*div.vm-database,*/
    /*div.vm-app {*/
    /*    height: 95vh;*/
    /*}*/
    div.vm-value-container {
        /*margin-top: 30px;*/
    }

    div.vm iframe {
        height: 400px;
    }

    h5.vm-header {
        text-align: center;
        font-size: 45px;
        font-size: 13.5vw;
        font-weight: 900;
        color: #92404C;
        padding-top: 40px;
    }

    i.vm-description {
        color: #8F8E8E;
        font-size: 16px;
        font-size: 4.5vw;
    }

    a.vm-see-preview {
        display: block;
        font-size: 22px;
        font-size: 6.2vw;
        font-weight: 600;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.vm-value-cons {
        background-color: #ffffff;
        margin-top: 20px;
        border-radius: 17px;
        box-shadow: 2px 2px 1px #cdcdcd, -2px 2px 1px #cdcdcd;
        margin-bottom: 50px;
    }

    div.vm-value-cons > div.row {
        margin-left: 0;
        margin-right: 0;
    }

    div.vm-value-cons-head {
        padding-top: 20px;
        padding-bottom: 15px;
        align-items: center;
    }

    i.vm-value-cons-head-icon {
        color: #92404C;
        font-size: 23px;
        font-size: 7vw;
    }

    div.vm-value-cons-icon {
        text-align: center;
    }

    div.vm-value-cons-head-text {
        font-size: 22px;
        font-size: 6vw;
        font-weight: 700;
    }

    .vm-value-con-row {
        margin-top: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .vm-value-con-text {
        font-size: 19px;
        font-size: 5.2vw;
    }

    a.vm-value-my-car-link {
        width: 100%;
        height: 100%;
        border-radius: 9px;
        padding-top: 11px;
        padding-bottom: 11px;
        margin-bottom: 0;
        font-size: 26px;
        font-size: 6vw;
        margin-top: 30px;
    }

    i.vm-value-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        margin-bottom: 15px;
    }

    h5.vm-db-h5 {
        color: #92404C;
        font-weight: 900;
        font-size: 23px;
        font-size: 6.5vw;
        padding-top: 40px;
    }

    .vm-db-header {
        text-align: center;
        font-size: 45px;
        font-size: 13.5vw;
        font-weight: 900;
        color: #92404C;
        padding-top: 40px;
    }

    .vm-db-cons-text,
    .vm-db-cons-number {
        color: #8F8E8E;
        font-size: 15px;
        font-size: 4.6vw;
        font-weight: 600;
        margin-right: 5px;
    }

    .vm-db-cons-text:lang(nl),
    .vm-db-cons-number:lang(nl) {
        font-size: 4.11vw;
    }

    .vm-db-img {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    div.vm-db-tesis-container {
        margin-top: 50px;
    }

    .vm-app-link {
        width: 60%;
        height: auto;
        margin: auto;
        margin-top: 20px;
    }

    .vm-app-img {
        width: 100%;
        height: 100%;
    }

    .social-link {
        margin-right: 15px;
    }

    .navbar-vd {
        display: none;
    }

    .val-rep-container .container-fluid .vr-qr-code {
        display: none;
    }

    .val-rep-container .vr-desktop-link-div {
        text-align: center;
    }

    .val-rep-container {
        padding-top: 19%;
        margin-bottom: 100px;
    }

    .val-rep-container .vr-header {
        color: #92404B;
        font-weight: bold;
        font-size: 39px;
        font-size: 10vw;
        text-align: center;
        line-height: 100%;
    }

    .val-rep-container .vr-invoice {
        color: #8F8E8E;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        font-size: 4.4vw;
        line-height: 100%;
        margin-top: 8%;
    }

    .val-rep-container .vr-start-recommendation {
        color: #8F8E8E;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        font-size: 4.4vw;
        line-height: 100%;
        margin-top: 5%
    }

    .val-rep-container .vr-desktop-request {
        color: #8F8E8E;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        font-size: 4.4vw;
        line-height: 100%;

        display: none;
    }

    .val-rep-container .vr-or {
        color: #8F8E8E;
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        font-size: 4.7vw;
        line-height: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .val-rep-container a.vr-desktop-link {
        background-color: #92404C;
        color: white;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        font-size: 17px;
        font-size: 4.8vw;
        padding-left: 10px;
        padding-right: 10px;
        /* width: 70%; */
        height: 100%;
        border-radius: 9px;
        padding-top: 11px;
        padding-bottom: 11px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .val-rep-container .vr-dwnld-app {
        color: #92404B;
        font-weight: 600;
        font-size: 32px;
        font-size: 9vw;
        text-align: center;
        margin-top: 10%;
    }

    .val-rep-container .vr-store-link {
        margin-top: 15px;
    }

    .val-rep-container .vr-pc-img-container {
        margin: 20px 0;

        display: none;
    }

    .val-rep-container .vr-pc-img {
        width: 50%;
        height: auto;
    }

    .val-rep-container .vr-tesis {
        text-align: center;
        color: #8F8E8E;
        font-style: italic;
        font-size: 12px;
        font-size: 3.5vw;
        margin-top: 25%;
        margin-bottom: 25%;
    }

    .val-rep-container .vr-app-img {
        width: 100%;
        height: 100%;
    }

    .about-container {
        padding-top: 60px;
        padding-left: 7%;
        padding-right: 7%;
    }

    .about-img {
        width: 100%;
        height: auto;
        border-radius: 50%;
    }

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

    .about-name {
        color: #92404B;
        font-style: italic;
        font-weight: 300;
        font-size: 21px;
        font-size: 6vw;
        line-height: 100%;
        font-family: 'Source Sans Pro';
    }

    .about-pos {
        color: #92404B;
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 700;
        font-size: 15px;
        font-size: 4.5vw;
    }

    .about-about {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        font-size: 4.8vw;
        color: #8F8E8E;
    }

    .about-desc {
        padding-left: 5%;
    }

    .about-header {
        font-style: normal;
        font-weight: 900;
        font-size: 40px;
        font-size: 12vw;
        line-height: 100%;
        text-align: center;
        color: #92404B;
    }

    .about-header:lang(nl) {
        font-size: 40px;
        font-size: 11.9vw;
    }

    .about-e-container {
        margin-top: 12%;
    }

    .about-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        padding-top: 10%;
        padding-bottom: 5%;
    }

    .about-head-desc {
        font-family: 'Source Sans Pro';
        color: #8F8E8E;
        font-size: 20px;
        font-size: 4.8vw;
        text-align: left;
        font-style: italic;
        margin-top: 10px;
    }

    .about-mail-link {
        align-items: center;
        background-color: #92404B;
        margin-top: 60px;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 12px;
    }

    .ic-title {
        padding-top: 30px;
        font-style: normal;
        font-weight: 900;
        font-size: 46px;
        text-align: center;
        line-height: 100%;
        color: #92404B;
    }

    .ic-header {
        font-style: normal;
        font-weight: 900;
        font-size: 45px;
        line-height: 100%;
        color: #92404B;
        padding-top: 3%;
    }

    .ic-header-portfolio, .ic-header-benefits {
        font-style: normal;
        font-weight: 900;
        font-size: 45px;
        line-height: 100%;
        color: #92404B;
        padding-top: 3%;
    }

    .ic-header-partnership {
        font-style: normal;
        font-weight: 900;
        font-size: 45px;
        line-height: 100%;
        color: #92404B;
        padding-top: 5%;
    }

    .ic-text-top {
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 110%;
        padding-top: 3%;
        color: #8F8E8E;
        font-family: 'Source Sans Pro';
    }

    .ic-mail {
        font-family: 'Inter';
        font-weight: 900;
        font-size: 12px;
        line-height: 100%;
        color: #FFFFFF;
        font-style: normal;
        text-align: center;
        line-height: 125%;
    }

    .ic-image {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .ic-mail-link {
        align-items: center;
        background-color: #92404B;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 12px;
    }

    .ic-mail:hover {
        color: #FFFFFF;
    }

    .ic-list {
        margin: 0;
        padding-top: 3%;
        padding-bottom: 2%;
    }

    .ic-list ul li {
        font-family: 'Inter';
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        font-size: 4.75vw;
        line-height: 110%;
        color: #8F8E8E;
        font-family: 'Source Sans Pro';
    }

    .ic-list-ul {
        list-style-type: disc;
    }

    .ic-img {
        width: 100%;
        height: auto;
    }

    .ic-benefit {
        color: #92404B;
        font-size: 11px;
        font-size: 2.7vw;
        background-color: #8f8e8e3d;;
        border-radius: 11px;
        text-align: center;
        margin-top: 5%;
        line-height: 120%;
        padding: 6px;
        width: 45%;
    }

    .ic-benefit-link {
        color: #92404B;
        font-size: 11px;
        font-size: 2.7vw;
        text-decoration-line: underline;
    }

    .ic-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        margin-top: 50px;
        margin-bottom: 4%;
    }

    .ic-data {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cu-container {
        padding-top: 30px;
        padding-left: 5%;
        padding-right: 5%;
    }

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

    /*.cu-faq {*/
    /*    height: 90vh;*/
    /*}*/
    .cu-cu {
        margin-top: 10%;
    }

    .cu-vm-header {
        display: flex;
        flex-direction: column;
    }

    .cu-img-logo {
        width: 12%;
        height: auto;
    }

    .cu-vm-title {
        text-align: center;
        font-size: 45px;
        font-size: 13vw;
        font-weight: 900;
        color: #92404C;
    }

    .cu-vm-text {
        font-style: italic;
        font-weight: 500;
        font-size: 13px;
        font-size: 3.7vw;
        line-height: 112%;
        color: #8F8E8E;
    }

    .cu-faq .cu-faq-link {
        padding: 0 !important;
        background-color: #e7e7e7;
        border-bottom: 0;
        margin-top: 4%;
    }

    .cu-faq-text {
        color: #000000;
        margin-left: 2%;
        font-size: 14px;
        font-size: 2.95vw;
    }

    .cu-faq-text:lang(nl) {
        font-size: 14px;
        font-size: 2.74vw;
    }

    .cu-faq-general {
        font-style: normal;
        font-weight: 500;
        font-size: 29px;
        line-height: 100%;
        color: #92404B;
        font-size: 8.1vw;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .cu-collapsed-text {
        width: 98%;
        font-size: 2vw;
        margin-top: 5px;
        padding-left: 13%;
    }

    .cu-cu-header {
        text-align: center;
        font-size: 45px;
        font-size: 10vw;
        font-weight: 900;
        color: #92404B;
    }

    .cu-form-field {
        border-width: 0;
        border-bottom-width: 1px;
        background-color: transparent;
        border-radius: 0;
    }

    .cu-form-field:focus {
        border-width: 0;
        border-bottom-width: 1px;
        box-shadow: none;
        transition: all .1s linear;
        border-color: #3b71ca;
        border-radius: 0;
        background-color: transparent;
    }

    .cu-form-name {
        margin-top: 5%;
    }

    .cu-form-email {
        margin-top: 10%;
    }

    .cu-form-description {
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .cu-form-submit-btn {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        font-size: 26px;
        font-size: 7.5vw;
        margin-top: 30px;
        text-transform: capitalize;
        font-weight: 900;
        margin-bottom: 10%;
    }

    .cu-cu-success-text {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 900;
        font-size: 15px;
        line-height: 18px;
        color: #8F8E8E;
    }

    .cu-cu-sent {
        display: flex;
        flex-direction: column;
    }

    .cu-cu-success {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 900;
        font-size: 30px;
        line-height: 36px;
        text-align: right;
        color: #92404C;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 10%;
        margin-top: 10%;
    }

    .cu-sent-img {
        width: 100%;
        height: auto;
        padding-bottom: 10%;
    }

    .cu-success-icon {
        font-size: 44px;
        font-size: 12vw;
    }

    .cu-form-name, .cu-form-email, .cu-form-field {
        font-size: 16px;
    }

    .cd-container {
        height: 100vh;
    }

    .cu-mail-link {
        display: inline-block;
        font-size: 2vw;
        text-decoration: underline;
    }

    .cd-header {
        font-size: 46px;
        font-size: 8.5vw;
        line-height: 100%;
        color: #92404C;
        padding-top: 30px;
        font-weight: 900;
        text-align: center;
        margin-bottom: 7%;
    }

    .cd-text {
        font-style: italic;
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        color: #8F8E8E;
    }

    .cd-img {
        width: 100%;
        height: auto;
        margin-top: 25px;
    }

    .coa-container {
        padding-top: 36px;
    }

    a[aria-expanded="true"].cu-faq-link .fa-plus:before {
        display: none;
    }

    a[aria-expanded="true"].cu-faq-link .fa-minus:before {
        display: inline-block;
    }

    a[aria-expanded="false"].cu-faq-link .fa-plus:before {
        display: inline-block;
    }

    a[aria-expanded="false"].cu-faq-link .fa-minus:before {
        display: none;
    }

    .cu-plus-minus-container {
        margin-left: auto;
        font-size: 24px;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        width: 8%;
        margin-right: 0;
        color: #92414D;
    }

    .cu-vd-title {
        display: none;
    }

    .vd-video-container {
        display: flex;
        justify-content: center;
    }

    .vm-db-cons {
        margin-top: 5px;
        align-items: center;
    }

    .vm-db-cons-icon {
        width: 8%;
    }

    div.tada {
        margin-top: 69px !important;
    }

    .car-detail {
        margin: 50px auto;
        padding: 0;
    }

    .v-container {
        padding-top: 35px;
        padding-left: 0px;
        padding-right: 0px;
        transition: margin-top 0.2s;
    }

    .v-submit-form {
        margin-top: 15px;
    }

    .v-header-container {
        height: 100%;
        margin: 0 10px;
    }

    .v-header {
        color: #92404B;
        font-weight: bold;
        font-size: 45px;
        text-align: center;
        line-height: 100%;
    }

    .v-header-invoice {
        font-size: 15px;
        font-weight: 700;
        line-height: 173%;
        letter-spacing: 0em;
        text-align: center;
        color: #8F8E8E;
        margin-top: 10px;
    }

    .v-input-container {
        box-sizing: border-box;
        width: 100%;
        height: 48px;
        flex: none;
        align-self: stretch;
        flex-grow: 0;
    }

    .v-input-container.v-reg-conatiner {
        width: 95%;
    }

    .v-button-container {
        width: 20%;
        margin-left: auto;
    }

    .v-input-style {
        box-sizing: border-box;
        width: 100%;
        height: 48px;
        border: 1px solid #000000;
        border-radius: 8px;

        /* Inside auto layout */

        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        color: #000000;
    }

    .v-label-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
        margin-bottom: 8px;
        margin-top: 8px;
        width: 100%;
    }

    .v-info-icon {
        font-size: 28px;
        color: #92404B;
        cursor: pointer;
    }

    .v-info-icon:hover {
        color: #7c363f;
    }

    .v-info-icon:active {
        transform: scale(0.93);
    }

    .v-row-container {
        margin-top: 0;
    }

    .v-button-container {
        box-sizing: border-box;
        display: flex;
        height: 48px;
        left: 855px;
        top: 868px;
        border: 1px solid #000000;
        border-radius: 8px;
        justify-content: center;
        width: 39%;
    }

    .v-button-container:hover, .v-upload-label:hover, #cu-submit-btn:hover {
        cursor: pointer;
    }

    .v-button {
        height: 21px;
        left: 0px;
        right: 0px;
        top: calc(50% - 21px / 2 - 0.5px);

        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        /* identical to box height, or 131% */

        display: flex;
        align-items: center;
        text-align: center;

        color: #BEBABA;
    }

    .v-button-container.v-button-mn-no {
        margin-left: 10px;
    }

    .v-photo-desc {
        font-size: 16px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: left;
        color: #BEBABA;
    }

    .v-example-photo-container {
        width: 100%;
    }

    .v-example-img {
        width: 19%;
        height: auto;
        margin-top: 13px;
    }

    .v-photo-container {
        width: 100%;
    }

    .v-photo-icon {
        align-self: baseline;
    }

    #v-photos {
        display: none;
    }

    .v-upload-container {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .v-upload-label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        left: 353px;
        top: 2194px;

        background: #92404C;
        border: 1px solid #000000;
        border-radius: 8px;

        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: center;
        color: #FFFFFF;
    }

    .v-uploaded-photo {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-top: 7px;
    }

    .v-uploaded-photo-name {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #BEBABA;
    }

    .v-uploaded-photo-trash {
        font-size: 20px;
        justify-self: end;
        margin-left: auto;
    }

    .v-uploaded-photo-checkbox {
        font-size: 20px;
        color: #65C42B;
        margin-right: 20px;
    }

    .v-additional-textarea {
        width: 100%;
        left: 353px;
        top: 2368px;

        border: 1px solid #000000;
        border-radius: 8px;
    }

    .v-privacy-label {
        margin-top: 20px;
    }

    .v-privacy-agree-label {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #BEBABA;
        margin-left: 7px;
    }

    #privacyInput {
        width: 18px;
        height: 17px;
        left: 353px;
        top: 2625px;
        background: #FFFFFF;
        border: 1px solid #000000;
    }

    .v-submit-btn {
        display: flex;
        margin-top: 30px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        left: 353px;
        top: 2194px;
        background: #92404C;
        border: 1px solid #000000;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: center;
        color: #FFFFFF;
    }
    .v-submit-disabled-btn {
        display: flex;
        margin: 30px 0px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        left: 353px;
        top: 2194px;
        background: #8F8E8E;;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0em;
        text-align: center;
        color: #FFFFFF;
    }

    input[type="radio"]:checked + label,
    input[type="checkbox"].selected-option:checked + label {
        background: #92404C;
    }

    input[type="radio"]:checked + label > div,
    input[type="checkbox"]:checked + label > div {
        color: #FFFFFF;
    }

    .v-additional-desc {
        margin-bottom: 10px;
    }

    #valuateForm input:focus {
        border-color: #92404C;
        box-shadow: inset 0 0 0 1px #92404C;
    }

    .v-additional-textarea::placeholder {
        padding: 10px 15px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
    }

    .v-input-style::placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
    }

    input#privacyInput:checked {
        accent-color: #92404C;
    }

    .v-tip-container {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;

        background: #92404C;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-top: 10px;

        padding: 15px 15px;
    }

    .v-tip-icon {
        font-size: 34px;
        color: #FFFFFF;
    }

    .v-tip-text {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 170%;
        color: #FFFFFF;
        text-align: center;
    }

    .v-tip-button {
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 8px;
        color: #92404C;
        padding: 4px 17px;
        font-size: 18px;
        margin-top: 5px;
        cursor: pointer;
    }

    .v-tip-button:hover {
        background: #e8e8e8;
        border: 1px solid #e8e8e8;
    }

    .v-tip-button:active {
        transform: scale(0.98);
        /* Scaling button to 0.98 to its original size */
        box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
        /* Lowering the shadow */
    }

    .v-photo-counter {
        align-self: end;
        font-size: 20px;
        color: #fa0d0d;
    }

    .v-photo-counter[count="5"],
    .v-photo-counter[count="6"],
    .v-photo-counter[count="7"],
    .v-photo-counter[count="8"],
    .v-photo-counter[count="9"],
    .v-photo-counter[count="10"] {
        color: #65C42B;
    }

    .v-regNumberInput-container {
        flex-direction: row;
        justify-content: space-between;
        padding-right: 0;
    }

    .v-checkbox-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .v-input-checkbox-container {
        width: 100%;
    }

    .v-input-checkbox-container .v-input-container.v-reg-conatiner {
        width: 100%;
    }

    .v-checkbox-container > .v-button-container {
        margin-left: 0;
        width: 100%;
        margin-top: 2px;
        height: 40px;
    }

    .v-vinInput-container,
    .v-mileageInput-container,
    .v-transmission-container,
    .v-been-damaged-container,
    .v-steering-container,
    .v-been-restored-container,
    .v-mn-container {
        padding-right: 0;
    }

    i.fas.fa-info-circle.v-info-icon {
        margin-left: auto;
    }

    .v-mileageInput-container .v-checkbox-container {
        width: 100%;
    }

    .v-checkbox-container > [for="v-mileage-km"] {
        margin-left: 10px;
    }

    .v-input-icon-container,
    .v-input-reg-container {
        padding-right: 0;
    }

    .v-row-container {
        margin-right: 0;
    }

    .v-uploaded-photo-name {
        width: 640px;
        overflow-wrap: break-word;
    }

    .email-verify-container {
        padding-top: 60px;
        padding-left: 7%;
        padding-right: 7%;
        height: 100vh;
    }

    .dashboard-container {
        padding-top: 2%;
        height: 100vh;
    }

    .results-container {
        padding-top: 4%;
        height: 100vh;
    }

    .result-exception-container {
        height: 100vh;
    }

    #left-filter-section {
        display: flex;
        margin-top: 5%;
        justify-content: center;
    }

    #left-filter-section > .car-stats-filter {
        width: 100%;
    }

    #right-content-section {
        margin-top: 5%;
    }

    .result-overview {
        height: 100vh;
    }

    .link-tab {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        height: 45px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    #valuateForm {
        display: flex;
        flex-direction: column;
    }

    #personalDetails, #carDetails, #exterior, #engineGearExhaust, #wheelsTiresBrakes,
    #interior, #includedDocuments, #picturesTab, #additionalInformationTab {
        margin-right: 0;
    }
    .report-img-container {
        display: flex;
        justify-content: space-around;
    }
    .report-img-container:lang(nl) {
        display: none;
    }
    .report-img-container-d {
        display: none;
    }
    .report-img-container-d:lang(nl) {
        display: flex;
        justify-content: space-around;
    }
    .report-img {
        width: 25%;
        height: auto;
    }
    .report-text-top {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        padding-top: 3%;
        color: #8F8E8E;
        margin-bottom: 12px;
    }
    .report-under-pic {
        font-family: 'Source Sans Pro';
        text-align: center;
        justify-content: center;
        color: #8F8E8E;
        font-style: italic;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        margin-top: 10px;
    }
    .report-text-asterix {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        padding-top: 3%;
        color: #8F8E8E;
        text-align: center;
    }
    .report-asterix-container {
        justify-content: center;
    }
    .report-mail-link {
        align-items: center;
        background-color: #92404B;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 12px;
    }
    .report-mail-link:hover {
        background-color: #853e48;
    }
    .report-mail {
        font-family: 'Inter';
        font-weight: 900;
        font-size: 14px;
        line-height: 100%;
        color: #FFFFFF;
        font-style: normal;
        text-align: center;
    }
    .report-mail:hover {
        color: #FFFFFF;
    }
    .db-img {
        width: 71%;
        height: auto;
    }
    .db-img-container {
        justify-content: space-around;
        align-items: center;
    }
    .db-under-pic {
        font-family: 'Source Sans Pro';
        text-align: center;
        justify-content: center;
        color: #92404B;
        font-style: italic;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        margin-top: 10px;
    }
    .db-img-text-container {
        flex-direction: row;
        justify-content: center;
    }
    .db-mail {
        font-family: 'Source Sans Pro';
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        color: #FFFFFF;
        font-style: normal;
    }
    .db-mail:hover {
        color: #FFFFFF;
    }
    .db-tesis {
        font-style: italic;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        text-align: left;
        color: #8F8E8E;
        padding-top: 4%;
        padding-bottom: 10%;
    }
    .db-text-top {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        padding-top: 3%;
        color: #8F8E8E;
        margin-bottom: 12px;
    }
    .db-text-top-2 {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        margin-top: 5px;
        color: #8F8E8E;
        margin-bottom: 12px;
    }
    .db-text-top-2:lang(en) {
        display: none;
    }

    #popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        justify-content: center;
        align-items: center;
        transition: top 0.5s;
    }

    #welcome-popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0);
        z-index: 9999;
        justify-content: center;
        align-items: center;
        transition: top 0.5s, background 0.3s linear;
        -webkit-transition: top 0.5s, background 0.3s linear;
        -moz-transition: top 0.5s, background 0.3s linear;
    }

    #popup-content {
        position: relative;
        width: 320px;
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

    #welcome-popup-content {
        position: relative;
        width: 320px;
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

    #checkmark-container {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    #checkmark-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-image: radial-gradient(circle at center, rgb(0, 249, 18) 0%, rgba(229, 246, 230, 0) 70%);
        border-radius: 50%;
    }

    #checkmark-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 74%;
        height: 74%;
        background-image: url("../img/checkmarkw.png"); /* Replace with your checkmark image */
        background-repeat: no-repeat;
        background-size: contain;
    }

    #popup-message {
        margin-top: 20px;
    }

    #welcome-popup-message {
        margin-top: 18px;
        margin-bottom: 5px;
        color: #853e48;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        text-align: left;
    }

    #hide-popup-button {
        display: block;
        margin-top: 20px;
        padding: 8px 16px;
        background-color: #92404B;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
    }

    #hide-welcome-popup-button {
        display: block;
        margin-top: 20px;
        padding: 8px 16px;
        background-color: #92404B;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
    }

    #hide-popup-button:hover {
        background-color: #853e48;
    }

    #hide-welcome-popup-button:hover {
        background-color: #853e48;
    }

    .v-wpop-ul {
        list-style: none;

        text-align: left;
        margin-left: 12px;
        color: #8F8E8E;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
    }

    .v-wpop-ul li::before {
        content: "\2022";
        color: #000000;
        font-weight: bold;
        display: inline-block;
        width: 12px;
        margin-left: 1px;
    }

    #hide-popup-cross {
        display: flex;
    }

    .v-cross-img {
        width: 20px;
        margin-left: auto;
    }

    .v-cross-img:hover {
        cursor: pointer;
    }

    #report-view {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pdf-page-canvas {
        display: flex;
        width: 85%;
        height: auto;
    }
}

/* HOME PAGE */
@media (max-width: 575px) {
    .cu-collapsed-text {
        width: 98%;
        font-size: 3vw;
        margin-top: 5px;
    }

    .cu-mail-link {
        display: inline-block;
        font-size: 3vw;
        text-decoration: underline;
    }

    .cu-plus-minus-container {
        margin-left: auto;
        font-size: 18px;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        width: 8%;
        margin-right: 0;
        color: #92414D;
    }

    .v-uploaded-photo-name {
        width: 235px;
        overflow-wrap: break-word;
    }
    .db-img {
        width: 100%;
        height: auto;
    }
    .db-img-text-container {
        flex-direction: row;
        justify-content: center;
    }

    #report-view {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pdf-page-canvas {
        display: flex;
        width: 95%;
        height: auto;
    }
}

/* TOP */
.top {
    border-bottom: 1px solid #CCCCCC;
    height: 40px;
}

.top ul li {
    float: left;
    line-height: 40px;
    margin: 0px 0px 0px 35px;
}

.top ul li a {
    color: #4F4645;
}

.top ul li a:hover {
    color: #92414D;
}

.top ul li .im {
    font-size: 14px;
    margin: 0px 3px 0px 0px;
    /* vertical-align: sub; */
}

.top ul li .im-angle-down {
    margin: 0px 0px 0px 2px;
    font-size: 9px;
    vertical-align: middle;
}

.top ul li .dropdown-menu {
    /* margin: 5px 0px 0px -85px; */
    min-width: 12rem !important;
    margin-right: 5rem;
}

.top ul li .dropdown-menu li {
    line-height: 22px;
    margin: 10px;
}

/* MENU */
.menu {
    padding: 20px 0px;
}

.menu ul li {
    float: left;
    line-height: 54px;
    margin: 0px 10px;
}

.menu ul li:last-of-type {
    margin: 0px 25px 0px 10px;
}

.menu ul li a, .menu ul li a:not([href]):not([tabindex]) {
    color: #666666;
}

.menu ul li.active a, .menu ul li:hover a {
    border-bottom: 2px solid #666666;
    padding-bottom: 3px;
}

.menu ul li .im {
    font-size: 8px;
}

.menu ul li.dropdown li {
    line-height: 30px;
}

.menu ul li.dropdown .dropdown-menu {
    margin-top: 10px;
}

.menu ul li.dropdown .dropdown-menu a, .menu ul li.dropdown .dropdown-menu a:hover {
    border-bottom: 0px;
}

.menu ul li.dropdown .dropdown-menu a:hover {
    color: #92404C;
}

.menu .contact {
    border-left: 1px solid #DDDDDD;
}

.menu .contact .im-phone {
    font-size: 30px;
    margin-top: 9px;
}

.menu .contact span.text {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.menu .contact span.number {
    display: block;
    color: #92404C;
    font-size: 16px;
    font-weight: 600;
}

/* SEARCH */
.top-search {
    background: #92404C;
    height: 46px;
    padding: 7px 0px;
}

.top-search input, .top-search select, .top-search button {
    padding: 5px;
}

.top-search button .im {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

/* SEARCH variation */
.top-search-variation {
    background: #fff;
    min-height: 80px;
    padding: 18px 0px;
    border-bottom: 1px solid #E8E8E8;
}

.top-search-variation input, .top-search-variation select, .top-search-variation button {
    height: 44px;
    font-size: 15px;
    padding: 5px;
    margin-bottom: 10px
}

.top-search-variation button .im {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

/* HEADER */
.header {
    background-image: url("../img/photos/Ferrari3.jpg");
    background-size: cover;
    background-position: center;
    height: 650px;
    padding-top: 200px;
}

.header .search-block {
    background: rgba(255, 255, 255, 0.4);
    margin: 0px auto;
    max-width: 800px;
    padding: 20px 20px 10px;
}

.header .search-block input, .header .search-block select, .header .search-block button {
    height: 44px;
    font-size: 15px;
    padding: 5px;
    margin-bottom: 10px
}

.header .search-block button .im {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

/* HEADER variation */
.header-variation .box1 {
    background-image: url("../img/photos/8972.jpg");
    background-size: cover;
    background-position: center;
    height: 550px;
    padding: 200px 50px 0px;
}

.bg-letters {
    background-color: rgba(31, 31, 31, 0.5);
    padding: 10px;
    border-radius: 2px;
}

.header-variation .box2 {
    background-image: url("../img/photos/5278.jpg");
    background-size: cover;
    background-position: center;
    height: 550px;
    padding: 200px 50px 0px;
}

.header-variation h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.header-variation p {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

/* FUN FACTS */
.funfacts {
    /* margin-top: 20px; */
}

.funfacts .fact-block {
    border: 1px solid #E8E8E8;
    padding: 10px;
    margin-bottom: 20px;
}

.funfacts .fact-block h3 {
    font-size: 30px;
    font-weight: 600;
}

.funfacts .fact-block .border-line {
    border-right: 1px solid #222;
}


.funfacts .fact-block span.first-text {
    font-size: 18px;
    display: block;
}

.funfacts .fact-block span.second-text {
    color: #797366;
    font-size: 18px;
}

/* FAQ */
.faq {
    margin-top: 50px;
}

.faq-partnerships {
    margin-bottom: 50px;
}


.faq h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
}

.faq button {
    color: #1F1F1F;
    border-bottom: 1px dashed #ddd;
    width: 100%;
    text-align: left;
    height: 50px;
    padding: 0px;
    overflow: hidden;
}

.faq button:hover {
    color: #92414D;
    border-bottom: 1px dashed #ddd;
}

.faq .im {
    float: right;
    font-size: 14px;
    color: #92414D
}

.faq .card-body {
    padding: 0px 0px 15px;
    border-bottom: 1px dashed #ddd;
}

/* GALLERY */
.gallery {
    margin: 50px 0px;
}

.gallery h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    /* padding-top: 50px; */
    /* border-top: 1px solid #E8E8E8; */
}

.gallery .gallery-block {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.gallery .gallery-block img {
    border: 1px solid #eee;
    height: 250px;
    width: 100%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}


.gallery .gallery-block img:hover {
    border: 1px dotted #000;
    box-shadow: 8px 8px #f8f8f8;
}

.gallery .gallery-block span.first-text {
    display: block;
    font-weight: 600;
}

.gallery .gallery-block span.second-text {
    display: block;
    color: #777777;
}

/* CONTACT HOMEPAGE */

.contact-homepage {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 50px 0px 100px;
    margin-bottom: 50px;
}

.contact-homepage .border-line {
    border-right: 1px solid #E8E8E8;
}

.contact-homepage h2 {
    max-width: 230px;
    margin-bottom: 10px;
    font-size: 22px;
    float: right;
    font-weight: 600;
}

.contact-homepage span {
    float: right;
}

.contact-homepage a {
    float: right;
    color: #92414D;
    font-weight: 600;
    margin-top: 10px;
}

.contact-homepage input {
    background: #F9F9F9;
    height: 36px;
    line-height: 36px;
    padding: 10px;
    margin-top: 15px;
}

.contact-homepage textarea {
    background: #F9F9F9;
    height: 200px;
    line-height: 36px;
    padding: 10px;
    margin-top: 15px;
}

.contact-homepage button {
    height: 36px;
    padding: 5px;
    max-width: 150px;
}

.contact-homepage button .im {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

/* PARTNER */
.partner {
    padding-bottom: 40px;
}

.partner h2 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
}

.partner span.circle {
    background: #AAAAAA;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    text-align: center;
    display: block;
    margin: 0 auto 15px;
}

.partner span.circle .im {
    color: #fff;
    line-height: 100px;
    font-size: 36px;
}

.partner h4 {
    font-size: 20px;
    font-weight: 600;
}

.partner p {
    margin-bottom: 40px;
}

.partner button {
    height: 36px;
    padding: 5px;
    max-width: 160px;
    margin: 0 auto;
}

/* NEWSLETTER*/
.newsletter {
    background: #EEE;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 50px 0px;
    padding: 30px 0px;
}

.newsletter h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 25px;
}

.newsletter p {
    margin-right: 5px;
    font-size: 19px;
}

.newsletter input {
    border: 1px solid #E8E8E8;
    background: #F9F9F9;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    width: 100%;
    margin-top: 30px;
}

.newsletter input:focus {
    background: #CFCFCF;
    border: 1px solid #E8E8E8;
    color: #000000;
}

.newsletter button {
    height: 40px;
    text-align: center;
    margin-top: 30px;
}

.newsletter button .im {
    font-size: 20px;
    vertical-align: middle;
}

/* PLANS */
.plans {
    margin-bottom: 100px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.plans h2 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
}

.plans .table td {
    padding: 30px 0px;
    border-top: 1px dashed #dee2e6;
    text-align: center;
}

.plans .table th {
    border: 0px;
    text-align: center;
}

.plans .table .recommend-header {
    background: #92414D;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.plans .table .recommend {
    background: #F9F9F9;
}

.plans .table .im {
    color: #92414D;
    font-size: 16px;
}

.plans .table .first-line {
    color: #92414D;
    font-weight: 700;
}

.plans .table .prices span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.plans .table .signup td {
    border: 0px;
    padding: 0px;
}

.plans .table .signup a {
    display: block;
    border: 2px solid #92414D;
    height: 36px;
    line-height: 32px;
    width: 90%;
    color: #92414D;
    font-weight: 600;
}


.plans .table .signup a:hover {
    color: #fff;
    background: #92414D;
}

.plans .table .signup button {
    display: block;
    border: 2px solid #92414D;
    height: 36px;
    line-height: 32px;
    width: 90%;
    color: #92414D;
    font-weight: 600;
    background: #FFFFFF !important;
}


.plans .table .signup button:hover {
    color: #fff;
    background: #92414D !important;
}


/* FEATURED PARTNERS */
.featured-partners {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.featured-partners h3 {
    font-size: 20px;
    font-weight: 600;
}

/* FEATURED CARS */
.featured-cars {
    margin-bottom: 50px;
    padding-bottom: 100px;
}

.featured-cars h3 {
    font-size: 20px;
    font-weight: 600;
}

/* FEATURED CARS SLIDER */
.cars-slider {
    background: #F9F9F9;
    border-top: 1px solid #eee;
    padding: 50px 0px 150px;
}

.cars-slider h2 {
    font-size: 20px;
    font-weight: 600;
}

.cars-slider .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

.cars-slider .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.cars-slider .carousel-indicators .active {
    background: #92414D;
}

.cars-slider .car-item {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

.cars-slider .car-item img {
    height: 185px;
    width: 100%;
}

.cars-slider .car-item .price {
    display: block;
    right: 0px;
    position: absolute;
    background: #92414D;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    margin: -25px 16px 0px 0px;
    color: #fff;
}

.cars-slider .car-item h5 {
    padding: 10px 10px 0px;
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
}

.cars-slider .car-item span.year {
    padding: 2px 10px 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    color: #999;
    display: block;
}

.cars-slider .car-item p {
    padding: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    display: block;
    font-weight: 300;
    height: 59px !important;
    margin: 0px;
}

.cars-slider .car-item .date {
    font-size: 13px;
    display: inline-block;
    border-right: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
}

.cars-slider .car-item .im-bell-active {
    font-size: 13px;
    margin: 0px 5px 0px 10px;
    vertical-align: sub;
}

.cars-slider .car-item .im-heart {
    font-size: 18px;
    color: #92414D;
    text-align: center;
    vertical-align: sub;
    /* line-height: 36px; */
}

/* CONTENT PAGE */
.content-page {
    padding: 0px;
    margin-bottom: 50px;
    padding-top: 16px;
}

.content-page-no-margin {
    padding: 0px;
    margin-bottom: 0px;
}

.content-page h1 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 33px;
}

.content-page .content-block {
    border: 1px solid #EEEEEE;
    background: #FCFCFC;
    padding: 20px;
    margin-bottom: 0px;
}

.content-page .content-block a {
    text-decoration: underline;
}

.content-page .content-block h4 {
    font-size: 20px;
    font-weight: 700;
    color: #92414D;
    margin-top: 20px;
}

.content-page .content-block li {
    list-style: disc;
    line-height: 30px;
    margin-left: 20px;
}

.content-page .content-block a {
    text-decoration: underline;
}

/* REGISTER / LOGIN / LOST PASSWORD */
.register {
    padding: 100px 0px;
}

.register .text-block {
    background: #eee;
    padding: 60px 30px;
}

.register .text-block h1 {
    font-size: 28px;
    font-weight: 600;
}

.register .text-block li {
    line-height: 32px;
}

.register .text-block li .im {
    font-size: 14px;
    margin-right: 5px;
    color: #92414D;
    vertical-align: sub;
}

.register .form-block {
    padding: 60px 30px 30px;
    border: 1px solid #eee;
}

.register .form-block input#email,
.register .form-block input#password,
.register .form-block input#name {
    padding: 10px;
    margin-bottom: 18px;
    height: auto;
}

.register .form-block button {
    /* max-width: 150px; */
    margin-bottom: 20px;
}

.register .form-block .im {
    font-size: 14px;
    vertical-align: sub;
    margin-right: 5px;
}

/* ACCOUNT */
.account-menu {
    border: 1px solid #EEEEEE;
    background: #FCFCFC;
    margin: 20px 0px 80px;
    overflow: hidden;
}

.account-menu li {
    float: left;
    padding: 8px 20px;
    border-right: 1px solid #eee;
}

.account-menu li:hover {
    border-bottom: 2px solid #ddd;
}

.account-menu li.active {
    border-bottom: 2px solid #92414D;
}

.account-menu li.active a {
    color: #92414D;
}

.account {
    margin-bottom: 100px;
}

.account h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.account .overview-block {
    border: 1px solid #EEEEEE;
    background: #FCFCFC;
    padding: 50px;
    margin-bottom: 20px;
}

.account .overview-block:hover {
    border: 1px solid #92414D;
}

.account .overview-block .im {
    display: block;
    font-size: 46px;
    color: #92414D;
    margin-bottom: 10px;
}

.account .overview-block a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.account .overview-block a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.account .overview-block p {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.account tr .im {
    font-size: 12px;
    margin-right: 3px;
}

.account input {
    padding: 10px;
    margin-bottom: 5px;
    height: auto;
}

.account button {
    max-width: 150px;
    margin-bottom: 20px;
}

.account .im {
    font-size: 14px;
    vertical-align: sub;
    margin-right: 5px;
}

/* SEARCH */
.search {
    padding: 10px 0px;
}

.search h2 {
    font-size: 20px;
    font-weight: 600;
}

.search .filter-block {
    background: #EEEEEE;
    /* margin-bottom: 20px; */
    padding: 10px;
}

.search .filter-block label {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.search .filter-block select {
    height: auto;
    padding: 7px 5px;
}

.search .filter-block hr {
    border-top: 1px dashed #ccc;
}


.search .collapse-filter-block {
    padding-top: 10px 5px 10px 5px;
}

.search .collapse-filter-block label {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.search .collapse-filter-block select {
    height: auto;
    padding: 7px 5px;
}

.search .collapse-filter-block hr {
    border-top: 1px dashed #ccc;
}

.search .options li {
    float: left;
    border: 1px solid #eee;
    padding: 7px 15px;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 10px;
}

.search .options .stats-btn {
    float: left;
    border: 1px solid #eee;
    background-color: #17a2b8;
    padding: 7px 15px;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 10px;
}

.text-white {
    color: #FFF !important;
    margin-right: auto;
}

.search .options li .im {
    font-size: 14px;
    vertical-align: sub;
    margin-right: 3px;
}

.search .options .sort span {
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
}

.search .options .sort select {
    display: inline-block;
    max-width: 200px;
    height: 37px;
    padding: 0px 5px;
    line-height: 37px;
    margin-bottom: 10px;
}

.search .filter-tags {
    background: #FCFCFC;
    border: 1px solid #eee;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.search .filter-tags li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #92414D;
    color: #92414D;
    padding: 3px 8px;
}

.search .filter-tags li .im {
    font-size: 14px;
    vertical-align: sub;
    margin-left: 3px;
    color: #92414D;
}

.search .car-item {
    border: 1px solid #EEEEEE;
    padding: 15px 0px;
    margin: 0px 0px 15px;
    cursor: pointer !important;
    justify-content: center;
}

.search .car-item:hover {
    border: 1px dotted #92404C;
}

.search .car-item img {
    border: 3px solid #eee;
}

.search .car-item h3 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: inherit;
}

.search .car-item h3.grid {
    margin: 5px 0px;
    z-index: 10;
    height: 48px;
}

.search .car-item span.price {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    float: right;
    color: #B59F62;
}

.search .car-item .price-grid {
    float: inherit;
    color: #B59F62 !important;
    font-weight: bolder !important;
    z-index: 10;
}

.search .car-item hr {
    margin: 5px 0px 10px;
    border-top: 1px dashed #ddd;
}

.search .car-item p {
    font-weight: 300;
    margin-bottom: 4px;
}

.search .car-item span.info {
    display: block;
    font-weight: 600;
    line-height: 28px;
}

.search .car-item span.info .im {
    font-size: 14px;
    vertical-align: sub;
    margin-right: 7px;
}

.search .car-item button {
    width: 130px;
    height: 35px;
    font-weight: 400;
    display: inline-block;
    margin-right: 20px;
}

.search .car-item .blue-btn {
    width: 130px;
    height: 35px;
    font-weight: 400;
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (max-width: 380px) and (orientation: portrait) {
    /* For mobile phones: */
    .search .car-item .blue-btn {
        width: 130px;
        height: 35px;
        font-weight: 400;
        display: inline-block;
        margin-right: 20px;
        margin-left: 14px;
        margin-top: 15px;
    }

    .search .car-item button {
        width: 130px;
        height: 35px;
        font-weight: 400;
        display: inline-block;
        margin-right: 20px;
        margin-top: 15px;
        margin-left: 14px;
    }

}

@media only screen and (min-height: 600px) and (max-height: 750px) {

    .search-filter-block {
        height: 600px;
        padding-right: 15px;
        overflow-y: scroll !important;
    }

}


@media only screen and (min-width: 381px) and (max-width: 768px) {
    /* For mobile phones: */
    .search .car-item .blue-btn {
        min-width: 130px;
        max-width: 130px;
        height: 35px;
        font-weight: 400;
        display: inline-block;
        margin-left: 14px;
        margin-top: 15px;
    }

    .search .car-item button {
        width: 130px;
        height: 35px;
        font-weight: 400;
        display: inline-block;
        margin-right: 20px;
        margin-top: 15px;
        margin-left: 14px;
    }

}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /* For mobile phones: */
    .search .car-item .blue-btn {
        min-width: 130px;
        max-width: 130px;
        height: 35px;
        font-weight: 400;
        display: inline-block;
        margin-left: 14px;
        margin-top: 15px;
    }

    .search .car-item button {
        width: 130px;
        height: 35px;
        font-weight: 400;
        display: inline-block;
        margin-right: 20px;
        margin-left: 14px;
        margin-top: 15px;
    }

}


.search .car-item a .im {
    font-size: 14px;
    vertical-align: sub;
    margin-right: 3px;
}

.search .car-item button.grid {
    max-width: 100%;
    margin-bottom: 5px;
    z-index: 10;
}

.search .car-item button .im {
    font-size: 14px;
    vertical-align: sub;
    margin-right: 3px;
}

.search .pagination {
    margin-bottom: 50px;
}

.search .bottom-content {
    background: #FCFCFC;
    border: 1px solid #eee;
    padding: 15px;
}

.car-detail h1 {
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
}

.car-detail span.top-link {
    display: none;
    float: right;
    margin-left: 20px;
}

.car-detail span.top-link .im {
    font-size: 16px;
    color: #92404C;
    vertical-align: sub;
    margin-right: 3px;
}

.car-detail .top-block {
    background: #FCFCFC;
    border: 1px solid #eee;
    padding: 25px 15px;
    margin: 5px 0px 15px;
}

.car-detail .top-block img {
    border: 2px solid #eee;
    max-width: 615px;
    min-height: 114px;
}

.car-detail .top-block .carousel {
    margin-bottom: 10px;
}

.car-detail .top-block .carousel img {
    height: inherit;
}

.car-detail .top-block .info-text {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
}

.car-detail .top-block .info-text .price {
    font-size: 28px;
    font-weight: 700;
    color: #B59F62;
}

.car-detail .top-block .info-text hr {
    margin: 10px 0px;
    border-top: 1px dashed #ddd;
}

.car-detail .top-block .info-text span.info {
    display: block;
    font-weight: 600;
    line-height: 28px;
}

.car-detail .top-block .info-text span.info .im {
    font-size: 14px;
    vertical-align: sub;
    margin-right: 7px;
}

.car-detail .top-block .info-text span.report {
    color: #aaa;
    font-size: 12px;
    cursor: pointer;
}

.car-detail .top-block .info-text span.report .im {
    color: #aaa;
    font-size: 12px;
    margin-right: 3px;
    cursor: pointer;
}

.report:hover {
    text-decoration: underline;
    cursor: pointer;
}

.car-detail .car-detail-menu {
    background: #EEEEEE;
    padding: 0px 15px;
    margin: 0px;
    height: 50px;
    line-height: 50px;
}

.car-detail .car-detail-menu li {
    float: left;
    margin-right: 15px;
}

.car-detail .car-detail-menu li a {
    color: #92404C;
    padding-bottom: 3px;
    font-weight: 600;
}

.car-detail .car-detail-menu li a.active, .car-detail .car-detail-menu li a:hover {
    color: #92404C;
    border-bottom: 2px #92404C solid;
    padding-bottom: 3px;
}

.car-detail .car-detail-content {
    background: #FCFCFC;
    border: 1px solid #eee;
    padding: 15px;
}

/* EVENTS */
.events {
    padding: 20px 0px;
}

.events h2 {
    font-size: 20px;
    font-weight: 600;
}

.events .filter-block {
    background: #EEEEEE;
    margin-bottom: 20px;
    padding: 10px;
}

.events .filter-block label {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.events .filter-block .date .im {
    background: #fff;
    color: #92404C;
    border-top: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    font-size: 14px;
    height: 30.5px;
    line-height: 30.5px;
    padding: 0px 10px;
}

.events .filter-block hr {
    border-top: 1px dashed #ccc;
}

.events .filter-block ul {
    background: #fff;
    border: 1px solid #E8E8E8;
}

.events .filter-block ul li {
    padding: 0px 10px;
    line-height: 28px;
    border-bottom: 1px dashed #E8E8E8;
}

.events .filter-block ul li.active a, .events .filter-block ul li a:hover {
    color: #92404C;
    font-weight: 600;
}

.events .filter-block ul li:last-of-type {
    border-bottom: 0px;
}

.events .event-item {
    border: 1px solid #EEEEEE;
    padding: 15px 0px;
    margin: 0px 0px 15px;
}

.events .event-item img {
    border: 3px solid #eee;
}

.events .event-item h3 {
    font-size: 16px;
    font-weight: 600;
}

.events .event-item h3 span {
    color: #92404C;
}

.events .event-item hr {
    margin: 5px 0px;
    border-top: 1px dashed #ddd;
}

.events .event-item p {
    font-weight: 300;
    margin-bottom: 4px;
}

.events .event-item span.info {
    display: block;
    font-weight: 600;
    line-height: 28px;
}

.events .event-item span.info .im {
    font-size: 14px;
    vertical-align: sub;
    margin-right: 7px;
}

.events .pagination {
    margin-bottom: 50px;
}

.events .bottom-content {
    background: #FCFCFC;
    border: 1px solid #eee;
    padding: 15px;
}

/* PARTNERSHIPS */
.partnerships {
    padding: 75px 0px 0px;
}

.partnerships h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.partnerships hr {
    margin: 50px 0px;
}

/* VALUE CAR */
.value-car {
    /* background-image: linear-gradient(0deg,rgba(146,64,76,0.5),rgba(146,64,76,0.5)),url("../img/photos/Mercedes_2.jpg"); */
    background-image: url("../img/photos/5278.jpg");
    background-size: cover;
    background-position: bottom;
    padding: 50px 0px;
    margin-bottom: 50px;
}

.value-car h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
}

.value-car p.slogan {
    font-size: 32px;
    color: #fff;
}

.value-car .search-form {
    background: #fff;
    padding: 15px;
    border: 5px solid #eee;
}

.value-car .search-form label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;
}

.value-car .search-form select {
    height: 36px;
    line-height: 36px;
    padding: 0px 5px;
    background: #eeeeee57;
    margin-bottom: 10px;
}

/* VALUE CAR STEPS */
.value-car-steps {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 20px;
    /* border-top: 1px solid #E8E8E8; */
}

.value-car-steps h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

.value-car-steps h2:last-of-type {
    margin-bottom: 10px;
}

.value-car-steps .im-care-down {
    margin: 10px auto;
    text-align: center;
    display: block;
}

.value-car-steps .step-item {
    background: #fbfbfb;
    border: 2px solid #92414D;
    padding: 15px;
    border-radius: 4px;
}

.value-car-steps .step-item:last-of-type {
    border: 2px solid #B59F62;
}

.value-car-steps .step-item .im {
    font-size: 42px;
    color: #92414D;
    margin-top: 10px;
}

.value-car-steps .step-item:last-of-type .im {
    color: #B59F62;
}

.value-car-steps .step-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #92414D;
    margin: 0px;
}

.value-car-steps .step-item:last-of-type h4 {
    color: #B59F62;
}

.value-car-steps .step-item p {
    margin-bottom: 0px;
}

/* VALUE CAR RESULTS */
.value-car-results {
    margin: 50px auto;
    padding: 0px;
}

.value-car-results h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

.value-car-results .results-block {
    border: 5px solid #eee;
    padding: 50px;
    margin: 15px auto;
}

.value-car-results .results-block h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.value-car-results .results-block span.price {
    font-size: 34px;
    color: #B59F62;
    font-weight: 600;
    display: block;
}

.value-car-results .results-block span.price-center {
    font-size: 42px;
}

.value-car-results .results-block span.subtitle {
    font-size: 12px;
    color: #999;
}

.value-car-results .results-block .progress {
    margin: 10px 0px 20px;
}

.value-car-results .results-block p {
    text-align: center;
}

.value-car-results .results-block p.note {
    color: #bbb;
}

.value-car-results .results-block button {
    margin: 20px auto 10px;
    display: block;
}

/* FOOTER */
.footer {
    background: #222222;
    padding: 50px 0px;
}

.footer h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.footer ul li a {
    color: #fff;
    line-height: 23px;
}


.footer ul li a:hover {
    text-decoration: underline;
}


.footer hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #474747;
}

.footer span {
    font-weight: 600;
    color: #fff;
}

/* FOOTER Variation */
.footer-variation {
    border-top: 1px solid #E8E8E8;
    padding: 50px 0px 25px;
}

.footer-variation img.logo {
    margin-bottom: 20px;
}

.footer-variation h4 {
    font-size: 20px;
    font-weight: 600;
}

.footer-variation ul {
    margin-bottom: 25px;
}

.footer-variation li {
    line-height: 30px;
}

.footer-variation .im {
    font-size: 16px;
    vertical-align: sub;
    margin-right: 7px;
}

.footer-variation input {
    border: 1px solid #E8E8E8;
    background: #F9F9F9;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    width: 100%;
}

.footer-variation button {
    height: 40px;
    text-align: center;
}

.footer-variation button .im {
    font-size: 20px;
    vertical-align: middle;
}

.footer-variation span.copyright {
    display: block;
    margin-top: 15px;
}


/* DATAPICKER*/

.datepicker {
    max-width: 243px;
    width: 100%;
}

.datepicker .table-condensed {
    width: 100%;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #92404C !important;
    border-color: #92404C !important;
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

    .featured-cars img, .featured-partners img {
        margin-top: 30px
    }

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {

    .header-variation .box1, .header-variation .box2 {
        height: 350px;
        padding: 50px 50px 0px;
    }

    .top-search-variation {
        border-bottom: 0px;
        border-top: 1px solid #E8E8E8;
    }

    .featured-cars img, .featured-partners img {
        margin-top: 30px
    }

    .plans .table .recommend-header {
        font-size: 9px;
    }

    .cars-slider .car-item img {
        height: auto;
        width: 100%;
    }

    .account-menu li {
        float: none;
        border-bottom: 2px solid #eee;
    }

    .search .options .sort span, .search .options .sort select {
        float: left;
        line-height: 37px;
    }

    .search .car-item-list img {
        margin-bottom: 15px
    }

    .search .car-item-list span.price {
        float: inherit;
    }

    .car-detail h1 {
        display: block;
    }

    .car-detail span.top-link {
        float: inherit;
        margin-right: 20px;
        margin-left: 0px;
    }

    .car-detail .top-block img {
        height: auto;
        margin-bottom: 10px;
        height: auto;
        max-height: 300px;
        min-height: 52px;
    }

    .car-detail .car-detail-menu li {
        margin-left: 5px;
    }

    .car-detail .car-detail-menu li a {
        font-size: 12px;
    }

    .events h2, .search h2 {
        margin-top: 20px;
    }

    .value-car-results .results-block {
        padding: 10px;
    }

    .value-car-results .results-block span.price, .value-car-results .results-block span.price-center {
        font-size: 20px;
    }

    .footer ul {
        margin-bottom: 30px;
    }

    .v-uploaded-photo-name {
        width: 450px;
        overflow-wrap: break-word;
    }

    .v-button-condition {
        display: none;
    }
}

.featured-cars img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.filter-blurr {
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

#bell-icon {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.parked-text {
    font-size: 80%;
    font-weight: 400;
    line-height: 3;
    margin-left: 1em;
}

.auction-link {
    text-transform: lowercase;
}

#report-error-form {
    display: none;
}

select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 1ex !important;
    background-origin: content-box !important;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=") !important;
}

.select-style {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 1ex !important;
    background-origin: content-box !important;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=") !important;
}

.stats-table td {
    /* vertical-align: bottom; */
}

.stats-table button {
    cursor: pointer !important;
    text-align: left !important;
    width: 93px;;

}

.stats-table button span {
    float: right !important;
}

.close-link {
    font-size: 1em !important;
    color: #FFFFFF !important;
}

.close-link:hover {
    opacity: 0.7 !important;
}

.hidden {
    display: none !important;
}

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

.slow-load {
    display: none;
}

#high-bid {
    display: none;
}

.not-allowed {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

#usp {
    margin-left: 23%;
}

#searchField {
    height: 37px !important;
    padding-left: 7px !important;
}

.make-checker:hover {
    color: #92404C;
    cursor: pointer;
}

.make-block {
    display: none;
}

.btn {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    padding: .375rem .75rem !important;
    font-weight: 400px !important;
}

.smaller {
    font-size: 1.2em !important;
}

.primary-text {
    color: #92414D !important;
}

.magic-btn {
    width: 130px;
    height: 35px;
    font-weight: 400;
    margin-right: 20px;
    color: #fff;
    background: #B59F62;
}

.magic-btn:hover {
    opacity: 0.8;
    color: #fff !important;
}

.passed {
    background-color: #f2f2f2;
}

.page-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 30px;
}

.logo {
    max-width: 20em;
}

.stats-summary .im {
    font-size: 1em !important;
    margin-bottom: 3px;
}

.stats-summary .btn {
    width: 72px !important;
}

.ccr-thead {
    background-color: #92404C !important;
    color: #FFFFFF !important;
    size: 1em;
    font-weight: 100 !important;
}

.header-report {
    color: #aaaaaa !important;
}

.h6-custom {
    font-size: 0.8rem !important;
    font-weight: bold !important;
}

.download-excel {
    height: 35px;
    min-width: 130px;
    border: 1px solid #eee;
    padding: 7px 15px;
    font-weight: 600;
    background-color: #17a2b8 !important;
}

.text-link {
    color: #92404C;
    text-decoration: underline;
    font-weight: 600;
}

.badge-primary:hover {
    background-color: #17a2b8 !important;
}

.car-stats {
    margin: auto !important;
    padding: 0px !important;
}

.car-stats-filter h1 {
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
}

.car-detail .pre {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    color: #1F1F1F !important;
    overflow-wrap: break-word !important;
    white-space: pre-wrap !important; /* CSS3 */
    white-space: -moz-pre-wrap !important; /* Firefox */
    white-space: -o-pre-wrap !important; /* Opera 7 */
    word-wrap: break-word !important; /* IE */
    padding-right: 5em !important;
}

.odo {
    font-size: 33px;
}

.odo-parent {
    margin-bottom: 10px !important;
}

.remember-label {
    margin-left: 1.5em !important;
}

.auctionhouse-link {
    font-weight: 600 !important;
    color: #92414D !important;
    line-height: 28px !important;
    text-decoration: underline !important;
}

.auctionhouse-link:hover {
    font-weight: 300;
    color: blue !important;
}

.notify-badge {
    position: absolute;
    right: 25px;
    top: 10px;
    background: red;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    color: white;
    padding: 5px 10px;
    font-size: 1.2 empx;
    z-index: 666;
}

.underline {
    text-decoration: underline !important;
}

.sticky-navigation {
    background-color: #FFFFFF !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1333;
}

.logo-block {
    padding-top: 20px;
    margin-bottom: 20px;
    display: none;
}

.modal {
    z-index: 1666;
}

.base-signup-modal {
    background-image: url("../img/modal-signup-v2.jpg") !important;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 600px;
    min-width: 800px;
    z-index: 999999;
}

.base-signup-modal .close {
    position: fixed;
    top: 10px;
    right: 20px;
    border-radius: 20px;
    background: white;
    color: black;
    padding: 5px 10px;
    font-size: 1.3rem;
}


.base-signup-modal .btn-success {
    position: fixed;
    bottom: 20px !important;
    margin-left: 25% !important;
    margin-right: 25% !important;
    width: 50% !important;
}

#get-estimates {
    display: none;
}

.for-sale {
    font-size: 1.1em !important;
}

.tiny {
    font-size: 60% !important;
}

.form-control-plaintext {
    padding-bottom: none !important;
    border: none !important;
}

.alert {
    margin-top: 10px !important;
}

.carlogo:hover {
    transform: scale(1.1);
    opacity: 1.0 !important;
}

.h2-summary {
    font-size: 20px;
    font-weight: 600;
    margin-top: 23px !important;
}

.drag-drop {
    background-color: #eeeeee;
    padding-bottom: 20px;
}

.drag-drop .im {
    font-size: 5em;
}

.skip-images {
    float: right;
    margin-top: 10px;
    margin-right: 3px;
}

.image-div {
    width: 255px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider-image-div {
    width: 100%;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-div img {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    /* max-width:70%;
    max-height:90%; */
}

.vertical-car-item {
    height: 430px;
}

.vertical-car-item:hover {
    box-shadow: 0px 0px 15px #652E36;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.vertical-price {
    background: #dc3545;
    font-weight: 600;
    border-radius: .25rem;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    margin-left: 0px;
    color: #fff;
}

.strike {
    text-decoration: line-through !important;
}

.btn-loadmore {
    width: 50% !important;
}

/* FOR SALE SLIDER */

#for-sale-carousel {
    display: none;
}

.for-sale-slider {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.for-sale-slider h2 {
    font-size: 20px;
    font-weight: 600;
}

.for-sale-slider .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

.for-sale-slider .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.for-sale-slider .carousel-indicators .active {
    background: #92414D;
}

.for-sale-slider .for-sale-item {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    padding: none !important;
    cursor: pointer;
}

.for-sale-item:hover {
    background: #eeeeee;
}

.for-sale-slider .for-sale-item img {
    width: 100%;
    border: none !important;
}

.for-sale-slider .for-sale-item .price {
    display: block;
    right: 0px;
    position: absolute;
    background: #92414D;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    margin: -25px 16px 0px 0px;
    color: #fff;
}

.for-sale-slider .for-sale-item h5 {
    padding: 10px 10px 0px;
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
}

.for-sale-slider .for-sale-item span.year {
    padding: 5px 10px 5px;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    color: #999;
    display: block;
}

.for-sale-slider .for-sale-item p {
    padding: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    display: block;
    font-weight: 300;
    height: 59px !important;
    margin: 0px;
}

.for-sale-slider .for-sale-item .date {
    font-size: 13px;
    display: inline-block;
    border-right: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
}

.for-sale-slider .for-sale-item .im-bell-active {
    font-size: 13px;
    margin: 0px 5px 0px 10px;
    vertical-align: sub;
}

.for-sale-slider .for-sale-item .im-heart {
    font-size: 18px;
    color: #92414D;
    text-align: center;
    vertical-align: sub;
    /* line-height: 36px; */
}

#main-share-nav {
    float: right;
    margin-right: -0.625em !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #B59F62 !important;
    color: #FFFFFF !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.preview h1 {
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
    margin-top: 23px !important;
}

.preview .car-detail-menu {
    background: #EEEEEE;
    padding: 0px 15px;
    margin: 0px;
    height: 50px;
    line-height: 50px;
}

.preview .car-detail-menu li {
    float: left;
    margin-right: 15px;
}

.preview .car-detail-menu li a {
    color: #92404C;
    padding-bottom: 3px;
    font-weight: 600;
}

.preview .car-detail-menu li a.active, .preview .car-detail-menu li a:hover {
    color: #92404C;
    border-bottom: 2px #92404C solid;
    padding-bottom: 3px;
}

.preview .car-detail-content {
    background: #FCFCFC;
    border: 1px solid #eee;
    padding: 15px;
}


.preview .pre {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    color: #1F1F1F !important;
    overflow-wrap: break-word !important;
    white-space: pre-wrap !important; /* CSS3 */
    white-space: -moz-pre-wrap !important; /* Firefox */
    white-space: -o-pre-wrap !important; /* Opera 7 */
    word-wrap: break-word !important; /* IE */
    padding-right: 5em !important;
}

.preview .price {
    font-size: 28px;
    font-weight: 700;
    color: #B59F62;
    padding-bottom: 5px;
    border-bottom: #ddd 1px dashed;
}

.preview .icon {
    font-size: 80% !important;
    margin-right: 0.5em !important;
}

.flag-icon {
    border: none !important;
}

.flag-24 {
    width: 24px !important;
    min-height: auto !important;
    border: none !important;
}


.flag-16 {
    width: 16px !important;
}

.no-mb {
    margin-bottom: 0px !important;
}

.is-invalid {
    border: 1px red solid !important;
}

.ad-image {
    max-width: 160px;
}

.ad-preview-image {
    max-width: 300px;
}

.img-sort-small {
    max-width: 100px;
    opacity: 0.9;
}

.delete-img-btn:hover {
    background: red;
    color: white !important;
    border: white 2px solid;
}

.drag-img-btn:hover {
    background: black;
    color: white !important;
    border: white 2px solid;
}


.img-sort-small:hover {
    /* transform: scale(1.1); */
    opacity: 0.9;
}


.img-sort-main {
    max-width: 170px;
}


.img-sort-main:hover {
    /* transform: scale(1.1); */
    opacity: 0.9;
}

.upload-block {
    height: 77px;
}

.handle {
    position: absolute;
    left: 5px !important;
    top: 5px !important;
    padding: 3px !important;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    border: 1px #000 solid;
    font-size: 90% !important;
}

.ad-overview-link {
    font-size: 1.0em;
    font-weight: 525;
    /* text-decoration: underline; */
    color: #652E36;
}

.ad-overview-link:hover {
    text-decoration: underline;
}

.ad-summary .im {
    font-size: 1em;
    margin-right: 0.5em;
}

.h5-ad-summary {
    font-weight: 525;
}

.theme-text-secondary {
    color: #947E45 !important;
}

.ad-group-im {
    font-size: 120% !important;
    margin: 3px;
}

.upsell-checkbox {
    font-size: 15px !important;
    padding: 3px;
    border-bottom: #dee2e6 1px dashed;
}

.upsell-checkbox:hover {
    background-color: #EAFEEA;
}

.tr-ad-row:hover {
    background-color: #FAFAFA;
}

.a-icon {
    font-size: 90% !important;
}

.dragging {
    border: 2px dashed #000000;
}

.confirm {
    margin-top: 20px !important;
}

.double-small {
    font-size: 65% !important;
}

.delete-list-item .im {
    font-size: 90% !important;
}

.page-link {
    font-size: 125% !important;
    padding: 1rem 1.5rem !important;
    margin-top: 0.5em !important;
}

.lazyLoad {
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-width: 200px;
    min-height: 100px;
}

.bg-yellow {
    background-color: #fffcf7 !important;
}

.bid-item-content {
    font-size: 1.25rem;
}

.bid-item:hover {
    background-color: #e8e6e6 !important;
}

.Premium-ad {
    /* border: 3px #17a2b8 dashed !important; */
    box-shadow: 0px 0px 15px #652E36;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.Premium-ad:hover {
    border: 2px #652E36 dashed !important;
}

.Free-ad {
    border: 1px #999999 dashed !important;
}

.ribbon-right {
    position: absolute;
    right: 11px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-right span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#92404C 0%, #92404C 100%);
    box-shadow: 0 3px 10px -5px rgb(3, 1, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon-right span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #92404C;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #92404C;
}

.ribbon-right span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #92404C;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #92404C;
}

.ribbon-left {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-left span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#947E45 0%, #947E45 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon-left span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #947E45;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #947E45;
}

.ribbon-left span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #947E45;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #947E45;
}

#user-message-section {
    display: none;
}

.message-border {
    border: 2px dashed red !important;
}

.btn-icon-text {
    line-height: 15px;
    text-align: left !important;
}

.btn-icon-text .im {
    font-size: 0.9em !important;
    margin-right: 0.5em;
}

.item-active {
    border: dashed 2px #000;
}

#chatContent {
    max-height: 350px;
    overflow-y: scroll !important;
}

.chat-bubble {
    border-radius: 15px !important;
    max-width: 350px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.chat-bubble:hover {
    transform: scale(1.01);
}

.chat-bubble p {
    display: block;
    padding: 10px;
}

.chat-bubble .timestamp {
    display: block;
    padding-right: 15px;
}

.chat-bubble h6 {
    display: block;
    margin-right: auto;

}

.send-bubble {
    display: block;
    margin-left: auto;
    background-color: #e6fff2;
}

.recieve-bubble {
    display: block;
    margin-right: auto;
    background-color: #f8f9fa;
}

.badge-secondary-custom {
    color: #fff;
    background-color: #947E45;
}

.badge-primary-custom {
    color: #fff;
    background-color: #92404C;
}

.odo {
    font-size: 1.5em !important;
}

.favorite-icon-div {
    z-index: 99999999;
    background-color: #a3a3a3;
    position: fixed;
    right: 0.9em;
    bottom: 15em;
    border-radius: 50%;
    padding-left: 8px;
    width: 40px;
    height: 40px;
    padding-right: 0px;
    padding-top: 8px;
}

.favorite-icon-div:hover {
    background-color: #dc3545;
}


.favorite-icon-btn {
    color: #FFF !important;
}


.favorite-active {
    background-color: #dc3545 !important;
}

.collapse-icon {
    right: 3px;
}

a .im {
    font-size: 70%;
    vertical-align: middle;
}

.bg-light-grey {
    background-color: #EEEEEE !important;
}

.custom-filter-adv {
    font-weight: lighter !important;
    font-size: 14px !important;
}

.hide-message {
    display: none;
}

.lots-sorter {
    height: 37px;
    max-width: 200px;
    line-height: 37px;
    padding: 0px 5px;
    display: inline-block;
    background: #EEEEEE;
}

.td-left-border {
    border-left: 5px solid #dee2e6;
}

#nav-view-switcher {
    display: flex;
}

#nav-view-switcher > * {
    margin-left: 5px;
}

#btn-select-cy, #btn-select-models {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#btn-select-models > .models-check-icon {
    margin-left: 5px;
}

#cy_data, .cy-view-count.amount, #model_data, .model-view-count.amount {
    margin-right: 5px;
}

.toggle-control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.toggle-control input:checked ~ .control {
    background-color: dodgerblue;
}

.toggle-control input:checked ~ .control:after {
    left: 17px;
}

.toggle-control .control {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 30px;
    border-radius: 7.5px;
    background-color: darkgray;
    -webkit-transition: background-color 0.15s ease-in;
    transition: background-color 0.15s ease-in;
}

.toggle-control .control:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 11px;
    height: 11px;
    border-radius: 7.5px;
    background: white;
    -webkit-transition: left 0.15s ease-in;
    transition: left 0.15s ease-in;
}

.maximized-container {
    padding: 10px 30px 10px !important;
    margin: 10px 40px 10px !important;
}

#mileageInput, #firstNameInput, #secondNameInput, #emailInput, #brandInput,
#modelInput, #typeInput, #picturesTab, #privacyInput, #yearInput {
    scroll-margin-top: 100px;
}

#valuateForm {
    margin-bottom: 10px;
}

.v-err-container {
    margin-top: 10px;
}

.v-error {
    color: red;
    font-size: 15px;
    display: block;
}

#vinInput, #regNumberInput {
    text-transform: uppercase;
}
#vinInput::-webkit-input-placeholder, #regNumberInput::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
#vinInput:-moz-placeholder, #regNumberInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
#vinInput::-moz-placeholder, #regNumberInput::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
#vinInput:-ms-input-placeholder, #regNumberInput:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
#vinInput::placeholder, #regNumberInput::placeholder { /* Recent browsers */
    text-transform: none;
}
