@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html, body {
    width: 100%;
    font-family: "Manrope", sans-serif;
    overflow: hidden;
    height: 100%;
    letter-spacing: -1px;
}
.main-content {
    transition: margin-left 0.5s;
}
.main-content.st-open {
    margin-left: 200px;
}
.top-header-nav {
    background: #000;
    padding: 0 27px;
}
.jdp-logo img {
    max-width: 90px;
    width: 100%;
    position: relative;
    top: -1px;
}
.top-nav .navbar {
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    justify-content: initial;
}
.main-links {
    margin-left: 7%;
}
.top-header-nav .navbar-nav {
    flex-direction: row;
    justify-content: space-evenly;
}
.top-header-nav .navbar {
    padding: 0;
}
.top-header-nav .nav-link {
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    color: #fff;
    margin: 0 15px;
    padding: 5px;
}
.top-nav .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}
.navbar-nav.main-links .nav-link {
    color: #000;
    margin: 0 15px;
}
.top-nav .navbar-brand h4 {
    height: 100%;
    margin-bottom: 0;
    font-size: 18px;
    color: #626262;
}
.top-nav .navbar-brand img {
    max-width: 65px;
    width: 100%;
}
.digital-text h5 {
    font-family: Manrope;
    font-size: 16px;
    color: #818181;
    margin: 0;
}
.top-nav .logout-button a, .top-nav .my-garage-button a {
    color: #7c7c7c;
}
.right-side-button a i {
    font-size: 18px;
    /*color: #0057c8;*/
    color: #7c7c7c;
}
.cart-navbar {
    margin-left: auto;
    margin-right: 35px;
}
span.cart-icon {
    position: relative;
}
span.cart-count {
    position: absolute;
    top: 21px;
    right: 50px;
    border-radius: 50%;
    background: #054086;
    color: #fff !important;
    width: 15px;
    text-align: center;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.top-nav .site-tools {
    background: #102B4E;
    display: flex;
    justify-content: space-between;
}
.home-link {
    display: flex;
    text-decoration: none;
    align-items: center;
}
.brand-details .brand-logo {
    margin-right: 10px;
}
.brand-details .brand-info {
    display: flex;
    flex-direction: column;
}
.top-nav .navbar-end {
    display: flex;
}
.digital-section .row {
    align-items: center;
}
.digital-img {
    width: 35%;
    text-align: right;
    padding: 0;
}
.digital-img img {
    max-width: 65px;
}
/*.digital-text {*/
/*    width: 65%;*/
/*    text-align: left;*/
/*}*/
.digital-text {
    width: 100%;
    text-align: center;
}
.digital-text h5 {
    font-family: Manrope;
    font-size: 16px;
    color: #818181;
    margin: 0;
}
.top-second-nav {
    background: #f2f1f2;
    border-bottom: 1px solid #ccc;
}
.top-second-nav .site-tools-nav {
    padding: 0px;
}
.top-nav, .sales-tools-nav, .top-nav .row {
    min-height: 50px;
}
.top-second-nav .nav-link {
    color: #6e6e6e;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.top-second-nav .nav-link:hover {
    opacity: .8;
    background: #fff;
}
.top-second-nav .nav-link.active {
    background: #fff;
    font-weight: bold;
}
.nav-pills .nav-link.active {
    background: #919191;
    color: #fff;
}
.nav-pills .nav-link {
    color: #102b4e;
    border-radius: 0!important;
}
.nav-pills .nav-link:hover {
    color: #fff;
    background: #919191;
    opacity: .8;
}
.sales-tools-nav {
    justify-content: center;
}
.row, .row .col {
    padding: 0;
}
.row {
    margin: 0;
}
.sales-tools {
    max-width: 200px;
    width: 100%;
    display: inline-block;
}
.site-tools {
    display: inline-block;
    width: 100%;
}
.site-tools-cart {
    margin-right: 2%;
}
.site-tools-cart i {
    color: #000;
    font-size: 18px;
    cursor: pointer;
}
.agent-tools.show .dropdown-menu, .admin-settings.show .dropdown-menu, .reporting.show .dropdown-menu {
    display: block!important;
}
.sp-img img {
    width: 100%;
}
.site-tools-nav .navbar-nav, .st-second-header .navbar-nav, .search-log-nav .navbar-nav {
    flex-direction: row;
    align-items: center;
}
.search-log-nav {
    margin-right: 15px;
    width: 400px;
}
.search-log-nav .navbar-nav {
    width: 100%;
}
.v-search {
    width: 100%;
    max-width: 300px;
    margin-right: 25px;
}
.v-search input {
    width: 87%;
    outline: none;
    padding: 3px 10px;
    margin: 0;
    border: none!important;
    outline-offset: 0;
    box-shadow: none;
    height: 34px;
}
.search-results {
    display: none;
}
.expand-site-tools {
    display: none;
    margin-left: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.expand-site-tools i {
    margin-left: 5px;
}
.site-tools-nav {
    padding: 7px 10px;
}
a.sales-tab-toggle {
    letter-spacing: 0px;
    color: #3CAEEE;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.sales-tab-toggle i {
    margin-right: 10px;
}
a.site-tools-toggle {
    width: 100%;
    padding: 5px 5px;
    color: #fff!important;
    margin-right: 15px;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
a.site-tools-toggle.open {
    width: initial;
    text-align: left;
    padding: 10px 5px;
}
.site-tools .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
    font-family: Roboto;
    letter-spacing: 0px;
    line-height: 20px;
    font-size: 13px;
}
.expand-st-text {
    display: none;
}
.expand-st-text h3 {
    font: normal normal bold 13px/20px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.site-tools .nav-link:hover {
    color: #3CAEEE!important;
}
#salesTools .dropdown-menu {
    display: none;
    position: initial!important;
    border: none!Important;
}

.divider {
    color: #fff;
    font-size: 16px;
    padding: 6px 10px;
    font-weight: 100;
    font-family: 'Roboto';
}
.sales-tools-content {
    transition: margin-left 0.5s;
    max-height: calc(100vh - 50px);
    max-width: 200px;
    width: 100%;
    position: fixed;
    top: 50px;
    overflow: hidden;
    margin-left: -200px;
    background: #fff;
    overflow-y: auto;
}
.sales-tools-content.open {
    margin-left: 0;
    border-right: 1px solid #ccccccb5;
    z-index: 9999;
    border-top: 1px solid #ccccccb5;
}
.st-second-header {
    padding: 35px;
    position: relative;
}
.st-second-header .navbar-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: initial;
}
.st-second-header .nav-item {
    padding: 0 15px;
    display: inline-block;
}
.vehicle-search {
    max-width: 350px;
    width: 100%;
}
.vehicle-searchbar {
    vertical-align: middle;
    max-width: 300px;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 15px;
}
.vehicle-searchbar input {
    width: 87%;
    display: inline-block;
    border-radius: 0px;
    box-shadow: none !important;
    min-height: 34px;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 10px;
    border-right: none!important;
    outline: none!Important;
}
a.search-btn {
    display: inline-block;
    justify-content: center;
    color: #054086;
    padding: 10px;
    max-width: 34px;
    width: 100%;
    float: right;
    position: relative;
    left: -1px;
    top: 0px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    max-height: 34px;
    font-size: 14px;
    outline: none;
    border: none;
    cursor: pointer;
    border: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
}
span.st-nav-img img {
    max-width: 25px;
    width: 100%;
    display: block;
    margin: auto;
    min-height: 25px;
}
.st-nav-img {
    margin-bottom: 5px;
    display: block;
}
.st-nav-text {
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #505050DE;
}
.st-nav-text.active {
    color: #102B4E;
}
.st-second-header, .nav-link {
    cursor: pointer;
}
.sales-section {
    border-bottom: 2px solid #d2d2d28f;
}
.sales-logo {
    padding: 15px;
}
.sales-logo img {
    max-width: 100%;
}
.sp-img {
    margin-bottom: 20px;
}
.salesp-info {
    text-align: center;
    padding: 15px;
}
.salesp-info h3 {
    font: normal normal bold 16px/20px Roboto;
    letter-spacing: 0px;
    color: #000000DE;
    margin-bottom: 5px;
}
.salesp-info h6 {
    font: normal normal normal 12px/20px Roboto;
    letter-spacing: 0px;
    color: #000000DE;
    margin-bottom: 0;
}
a.at-dropdown {
    display: block;
    padding: 10px;
}
span.at-arrow {
    float: right;
    color: #3CAEEE;
}
.at-dropdown.show, .as-dropdown.show, .r-dropdown.show {
    display: block;
    position: initial!important;
    transform: none!Important;
    border: none;
}
.at-dropdown .dropdown-item, .as-dropdown .dropdown-item, .r-dropdown .dropdown-item {
    padding-left: 0!important;
    padding-right: 0!important;
    font: normal normal normal 12px/34px Roboto;
    letter-spacing: 0px;
    color: #757575;
    background: none!important;
    cursor: pointer;
}
.agent-tools, .admin-settings, .reporting, .logout {
    padding: 10px 15px;
    border-bottom: 2px solid #d2d2d28f;
}
.at-button, .as-button, .r-button, .logout-button, .my-garage-button, .right-side-button {
    font: normal normal bold 14px/17px Manrope;
    letter-spacing: 0px;
    color: #000000DE!important;
    text-decoration: none!important;
    display: block;
    padding: 7px 0px;
    cursor: pointer;
}
span.pa-bubble {
    float: right;
    background: #3CAEEE;
    padding: 1px 6px;
    border-radius: 100%;
    position: relative;
    text-align: center;
    line-height: 18px;
    color: #fff!important;
    top: 7px;
}
.page-modal-section {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.page-modal {
    position: relative;
    max-width: calc(100% - 30px);
    height: calc(100% - 20px);
    margin: auto;
    padding: 50px;
    background: #fff;
    margin-top: 10px;
}
a.close-page-modal {
    position: absolute;
    top: 18px;
    right: 25px;
    color: #102b4e;
    cursor: pointer;
}
.page-modal iframe {
    width: 100%;
    height: calc(100vh - 85px);
    overflow-y: scroll;
}
.vehicle-search-filter {
    display: none;
    position: absolute;
    width: 1025px;
    z-index: 99999;
    top: 20%;
    left: 20.2%;
    background: #fff;
    padding: 25px;
    border: 1px solid #818181;
    border-radius: 3px;
}
.vehicle-search-filter.open {
    display: initial;
}
.vehicle-search-filter select {
    padding: 7px 5px;
    outline: none!important;
    font-size: 12px;
    border: 1px solid #102b4e;
    width: 100%;
    margin: 10px;
}
.vehicle-search-filter select:focus-visible {
    outline: none;
}
.vehicle-search-filter a.close-vehsel {
    color: #102b4e;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

/* Cart Side */
.cart-side {
    position: absolute;
    right: -750px;
    transition: 500ms;
    max-width: 750px;
    width: 100%;
    display: flex;
    padding: 0;
    z-index: 99999;
    top: 0;
    border-top: 8px solid #2b66ae;
    background: #f1f1f1;
    height: 100vh;
}
.cart-side-section {
    width: 100%;
}
.cart-side.open, .payment-side.open {
    position: absolute;
    right: 0;
    transition: 500ms;
    z-index: 99999;
}
.cart-side-button .cart-count {
    background: #467cb9!important;
    color: #fff!important;
}
.cart-item-btns {
    align-items: center;
    display: flex;
    margin-left: 25px;
    gap: 10px;
    justify-content: flex-end;
}
.cart-side-button a, .payment-side-button a {
    background: #102b4e;
    color: #fff!important;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    padding: 10px 0;
    cursor: pointer;
    margin-top: 25px;
}
.payment-side-button a {
    margin-top: 15px;
}

.cart-side-button i {
    font-size: 24px;
    color: #464646;
    cursor: pointer;
}
.cart-overlay {
    position: absolute;
    background: #000000a6;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    top: 0;
    left: 100%;
}
.cart-overlay.open {
    left: 0;
}
.close-cart-side i {
    font-size: 22px;
    margin-right: 15px;
}
.cart-side .cart-section, .payment-side .payment-section {
    width: 100%;
    background: #ebeff1;
    height: calc(100vh - 9px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.cart-side-header {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
}
.cart-side-header .continue-txt {
    justify-self: flex-start;
    width: 30%;
}
.cart-side-header .continue-txt i {
    margin-right: 5px;
}
.cart-side-header .continue-txt a {
    color: #467cb9;
    text-decoration: none;
}
.cart-side-header .dealer-info {
    justify-self: center;
    width: 40%;
    text-align: center;
}
.cart-side-header .dealer-info h4 {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: normal;
}
.cart-side-header .dealer-info h6 {
    font-size: 14px;
}
.cart-side-header .close-cart-side {
    justify-self: flex-end;
    width: 30%;
    text-align: right;
}
.cart-side-header .close-cart-side a {
    cursor: pointer;
}
.cart-side .cart-top-info {
    padding: 10px 10px 0 10px;
}
.cart-side .cart-veh-section {
    width: 100%;
}
.cart-side .cart-vehicle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-side .c-veh {
    font-size: 15px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.cart-side .c-veh span {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.cart-side .cart-vehicle .cart-count {
    font-size: 15px;
    margin-bottom: 5px;
}
.c-veh {
    font-weight: bold;
    color: #000;
}
.cart-count {
    color: #000!important;
}
.cart-products-row {
    padding: 10px;
}
.cart-products-content {
    padding: 10px;
    background: #fff;
    height: calc(72vh);
    overflow-y: auto;
    box-shadow: 1px 1px 4px #00000024;
}
.cart-products-content .cart-acc {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    flex-direction: row;
    align-items: center;
}
.cart-acc-img {
    max-width: 100px;
    width: 100%;
}
.cart-acc-img img {
    width: 100%;
}
.cart-acc-info {
    max-width: 325px;
    margin-right: 10px;
    margin-left: 10px;
}
.cart-acc-info h4 {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 15px;
}
.cart-acc-info h5 {
    font-size: 13px;
}
.cart-acc-price {
    min-width: 210px;
    margin-left: auto;
}
.cart-acc-price h5 {
    font-size: 16px;
    margin-left: 15px;
}
span.cart-acc-p {
    font-weight: bold;
    margin-left: 10px;
}
.install-selector {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #eaeaea;
    max-width: 333px;
    padding: 4px;
}
.install-button {
    display: flex;
    height: 21px;
    justify-content: center;
    align-items: center;
    flex: 1 0;
    border-radius: 100px;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    background-color: unset;
    border: unset;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.install-button.selected {
    border-radius: 100px;
    background: #fff;
    box-shadow: 3px 1px 4px 0 rgba(0, 0, 0, .1);
}
.cart-side-footer {
    padding: 0 10px 10px 10px;
    margin-top: auto;
}
.cart-side-footer-content {
    height: calc(13vh);
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 4px #00000024;
    width: 100%;
    padding: 10px;
    justify-content: center;
    gap: 10px;
}
.cart-checkout-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding-left: 25px;
    justify-content: center;
}
.cart-checkout-section h5 {
    font-size: 18px;
    margin-bottom: 15px;
}
a.side-checkout-button {
    padding: 7px 60px;
    background: #2b66ae;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
}
.add-btn-load {
    display: none;
}
.add-btn-load img {
    max-width: 20px;
    margin: 0 auto;
    display: block;
}
.cart-checkout-payment-section {
    max-width: 225px;
    width: 100%;
    padding-right: 25px;
}
.payment-total-section {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.qr-code svg {
    max-width: 75px;
    margin: auto;
}
.payment-total-section {
    text-align: center;
}
.payment-total-section h6, .breakdown-section h6 {
    font-size: 13px;
    color: #2b66ae;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}
.payment-total-section h6:last-child {
    margin-bottom: 0;
}
.payment-total-section h2 {
    color: #2b66ae;
    font-weight: 700;
}

/* Sidebar Menu CSS */
.sidebar-menu {
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 999;
    height: 100vh;
    background: #fff;
    width: 300px;
    padding: 50px 25px;
    color: #979797 !important;
    transition: left 0.3s ease-in-out;
}
a.sidebar-close-icon {
    position: absolute;
    top: 2%;
    right: 8%;
    color: #232323;
    cursor: pointer;
}
.sidebar-menu .nav {
    flex-direction: column;
}
.sidebar-menu .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}
.sidebar-menu .nav ul:first-child {
    margin-bottom: 25px;
}
.sidebar-menu p {
    color: #232323;
}
.sidebar-menu .nav li a {
    text-decoration: none;
    color: #232323;
    font-size: 18px;
    word-spacing: 2px;
}
.sb-open .sidebar-menu {
    left: 0;
}

/* width */
::-webkit-scrollbar {
    display: none;
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    border: 1px solid #fff;
}
@media only screen and (max-height: 900px) {
    .cart-side .cart-products-content {
        height: calc(68vh);
    }
}
@media only screen and (min-width: 1920px)
{
    .large-container {
        max-width: 1920px;
        margin: auto;
    }
}
@media only screen and (max-width: 1280px)
{
    .vehicle-filter {
        margin-right: 0;
        max-width: 100%;
    }
}
@media only screen and (max-width: 770px)
{
    .sales-tools {
        max-width: 30px;
    }
    .site-tools-nav {
        padding: 2px 10px;
        text-align: center;
    }
    .site-tools .nav-item .nav-link {
        font-size: 12px;
        line-height: 15px;
    }
    a.sales-tab-toggle {
        font-size: 12px;
        line-height: 15px;
    }
    .sales-tab-toggle i {
        margin-right: 0;
    }
    span.sa-tab-text {
        display: none;
    }
    .page-modal {
        max-width: 100%;
        margin: auto;
        padding: 50px 0 0;
        background: #fff;
        margin-top: 0;
        height: 100%;
        width: 100%;
    }
    .page-modal iframe {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

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

}
