@font-face {
    font-family: Radikal;
    src: url(../fonts/Radikal/radikal-regular.woff2) format("woff2"),
    url(../fonts/Radikal/radikal-regular.woff) format("woff"),
    url(../fonts/Radikal/radikal-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Radikal;
    src: url(../fonts/Radikal/radikal-medium.woff2) format("woff2"),
    url(../fonts/Radikal/radikal-medium.woff) format("woff"),
    url(../fonts/Radikal/radikal-medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Radikal;
    src: url(../fonts/Radikal/radikal-bold.woff2) format("woff2"),
    url(../fonts/Radikal/radikal-bold.woff) format("woff"),
    url(../fonts/Radikal/radikal-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Radikal', sans-serif !important;
    font-size: .875rem;
    line-height: 1.5;
    color: #333;
}

input, select {
    font-size: 100%;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}

a {
    text-decoration: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.ubuntu {
    font-family: Radikal, sans-serif;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 6rem !important;
}

.s-2 {
    letter-spacing: 2px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

.text-orange {
    color: #F8680E;
}

.text-black {
    color: #000000 !important;
}

.hr {
    border-top: 1px solid #e6e8e9;
}

.btn-border {
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(3, 52, 68, 0.05), 0 1px 3px 0 rgba(3, 52, 68, 0.15);
    border: none;
}

.card {
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(3, 52, 68, 0.05), 0 1px 3px 0 rgba(3, 52, 68, 0.15);
    border: none;
}

.bg-second {
    background-color: #eaeef2;
}

.bg-light-gray {
    background-color: #f4f4f4;
}

.breadcrumb, .btn, .nav-pills .nav-link, .nav-tabs .nav-link, .alert, .input-group-text, .card-img-top, .purchase-steps .card {
    border-radius: 0;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.or span {
    display: block;
    background: #fff;
    width: 80px;
    margin: -26px auto 0 auto;
}

.purchase-steps .purchase-nav .card-body:hover {
    background: #f8f9fa;
}

.custom-navigation .nav-item .nav-link.active {
    background: #ffffff;
    border: 1px solid #dfdfdf;
}

.removeProspect {
    right: 0;
    top: 0;
    margin: 10px 24px;
}

.removeProspect button {
    border: 1px solid #dfdfdf;
    line-height: 24px;
    padding: 1px 6px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.028),
    0 0 3px rgba(0, 0, 0, 0.042),
    0 0 12px rgba(0, 0, 0, 0.07);

    background: #ffffff;
}

.sellTradeVehicle {
    border-radius: 18px;
    padding: 10px;
}

.fieldset {
    background-color: #fafbfc;
    border: 1px solid #e6e8e9;
}

a, .btn-outline-primary, .text-primary {
    color: #0493d3;
}

.btn-primary-2 {
    background-color: #ffffff;
    border-color: #2196f3;
    color: #000000;
}

.offer-status {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: right;
}

.btn-primary-2:not(:disabled):not(.disabled).active, .btn-primary-2:not(:disabled):not(.disabled):active, .show > .btn-primary-2.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary {
    background-color: #2196f3;
    border-color: #2196f3;
}

.fieldset legend {
    width: auto;
}

.fieldset label {
    font-weight: 800;
}

.title-header {
    padding-top: 70px;
    display: block;
}

.title-header h1 {
    font-size: 1.75rem;
}

.get-started-btn {
    color: rgb(255, 255, 255);
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 36px;
    font-weight: 500;
    font-size: 36px;
    font-style: normal;
    font-family: 'Ubuntu', sans-serif;;
}

.wiz-btn {
    background-color: #f8680e;
    border-color: #f8680e;
    border-radius: 3px;
    -webkit-box-shadow: 5px 0 0 0 #555;
    box-shadow: 5px 0 0 0 #555;
    -webkit-transform: skewX(14deg);
    -ms-transform: skewX(14deg);
    transform: skewX(14deg);
    text-transform: uppercase;
    font-size: 0.85rem;
}

.wiz-btn-dark {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    -webkit-transform: skewX(18deg);
    -ms-transform: skewX(18deg);
    transform: skewX(18deg);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
}

.wiz-btn-outline {
    background-color: transparent;
    border-color: #f8680e;
    border-radius: 0;
    -webkit-box-shadow: 5px 0 0 0 #555;
    box-shadow: 5px 0 0 0 #555;
    -webkit-transform: skewX(18deg);
    -ms-transform: skewX(18deg);
    transform: skewX(18deg);
    text-transform: uppercase;
    font-size: 1rem;
}

.wiz-btn .wiz-btn-text {
    display: block;
    -webkit-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg)
}

.wiz-btn-dark .wiz-btn-text {
    display: block;
    -webkit-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg)
}

.wiz-btn-outline .wiz-btn-text {
    display: block;
    -webkit-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg)
}

.decor-lines {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 30px;
    border-top: 1px solid #ccc;
}

.decor-lines::after {
    content: '';
    margin-top: 2px;
    margin-left: 10px;
    width: 30px;
    border-top: 1px solid #ccc;
    display: block;
}

.decor-lines-large {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 150px;
    border-top: 1px solid #ccc;
}

.decor-lines-large::after {
    content: '';
    margin-top: 2px;
    margin-left: 10px;
    width: 150px;
    border-top: 1px solid #ccc;
    display: block;
}

.makes-braker-bg {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    z-index: 7;
}

.makes-braker-bg::before {
    background-color: #F8680E;
    left: -90px;
    -webkit-box-shadow: 4px 1px 0 2px #f5f5f5;
    box-shadow: 4px 1px 0 2px #f5f5f5;
    -webkit-transform: skew(-60deg, 17deg);
    -ms-transform: skew(-60deg, 17deg);
    transform: skew(-60deg, 17deg);
    position: absolute;
    top: 20px;
    width: 130px;
    height: 60px;
    content: '';
}

.makes-braker-bg::after {
    background-color: #F8680E;
    right: -90px;
    -webkit-box-shadow: -4px 1px 0 2px #f5f5f5;
    box-shadow: -4px 1px 0 2px #f5f5f5;
    -webkit-transform: skew(60deg, -17deg);
    -ms-transform: skew(60deg, -17deg);
    transform: skew(60deg, -17deg);
    position: absolute;
    top: 20px;
    width: 130px;
    height: 60px;
    content: '';
}

@media (min-width: 1440px) {
    .container-max {
        max-width: 1400px;
    }
}

@media (min-width: 1200px) {
    .makes-braker-bg::after {
        -webkit-transform: skew(58deg, -10deg);
        -ms-transform: skew(58deg, -10deg);
        transform: skew(58deg, -10deg);
        width: 230px;
        height: 105px;
    }

    .makes-braker-bg::before {
        -webkit-transform: skew(-58deg, 10deg);
        -ms-transform: skew(-58deg, 10deg);
        transform: skew(-58deg, 10deg);
        width: 230px;
        height: 105px;
    }
}

.makes-braker-content-3 {
    margin-top: -150px;
    padding-bottom: 40px;
    padding-top: 0;
    background: #ffffff;
}

.welcome-container {
    padding-right: 15px;
    padding-left: 15px;
}

.ss-main .ss-single-selected {
    height: auto !important;
    padding: 10px !important;
}

.pointer {
    cursor: pointer;
}

.box-shadow-menu {
    position: fixed;
    margin: 4px 18px;
    z-index: 1000;
    right: 22px;
    top: 8px;
}

.box-shadow-menu:before {
    content: "menu";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 2em;
    height: 0.15em;
    background: #001f29;
    color: transparent;
    box-shadow: 0 0.5em 0 0 #001f29, 0 1em 0 0 #001f29;
}

#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
}

#loading .loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid rgba(48, 102, 253, 1);
    -webkit-animation: spin 1.1s infinite linear;
    animation: spin 1.1s infinite linear;
}

#loading .loader, #loading .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.hero-header {
    background-color: #2196F3;
    height: 200px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 50% 100%, 0 84%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 84%, 50% 100%, 0 84%, 0 0);
    background-size: cover;
    padding: 80px 10px 80px 10px;

}

.navbar-height {
    height: 1000px;
}

.navbar-collapse {
    padding: 10px;
}

.navbar-collapse {
    padding: 10px;
}

h5 {
    font-size: 1rem;
}

.gallery-top {
    border-radius: 10px;
}

#thecarwiz-sliders {
    position: relative;
}

#thecarwiz-sliders .caption {
    left: 0;
    bottom: -34px;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    position: absolute;
    z-index: 999;
    padding: 10px;
    width: 100%;
}

#thecarwiz-sliders .personalizedTabs {
    box-shadow: 0 6px 13px rgb(24 53 88 / 10%);
}

@media (max-width: 575px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }
}

@media (min-width: 576px) {
    #thecarwiz-sliders .caption {
        left: 50%;
        top: 67%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);

        top: 50%;
        width: 576px;
    }
}

@media (min-width: 768px) {
    #thecarwiz-sliders .caption {
        width: 576px;
    }

    .box-shadow-menu {
        top: 46px;
    }

    .navbar-collapse {
        background: transparent;
        padding: 0;
    }

    .hero-header {
        height: 280px;
        padding: 130px 10px 100px 10px;
    }

    .welcome-container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    #thecarwiz-sliders .caption {
        width: 576px;
    }

    .hero-header {
        height: 270px;
    }

    .welcome-container {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (min-width: 1200px) {
    #thecarwiz-sliders .caption {
        width: 576px;
    }

    .welcome-container {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (min-width: 1600px) {
    #thecarwiz-sliders .caption {
        width: 576px;
    }
}

.wiz-jumbotron {
    margin-top: 100px;
    background-color: #F8680E;
    color: #ffffff;
    position: relative;
}

.wiz-jumbotron .wiz-middle-image {
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
}

.wiz-jumbotron .wiz-middle-image img {
    width: 70px;
}

@media (min-width: 768px) {
    .wiz-jumbotron .wiz-middle-image img {
        width: 100px;
    }
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='323232' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='323232' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.mb-half {
    margin-bottom: 0.5rem;
}

/* inventory */
.inventory-container {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.inventory-body {
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: grid;
}

.filters-overlay {
    overflow: scroll;
    position: fixed;
    width: 100%;
    z-index: 99999;
    right: 0;
    height: 100%;
    padding: 15px;
    top: 0;
    background: rgb(247 251 253);
}

@media (min-width: 768px) {
    .filters-overlay {
        display: inherit;
        overflow: hidden;
        position: relative;
        top: auto;
        padding: inherit;
        right: auto;
        height: auto;
        z-index: 1;
    }
}

.sell-details {
    padding: 0 0 0 15px;
    border-left: 4px solid #dae0e5;
}

.listing-favorite {
    position: absolute;
    display: block;
    right: 0;
    padding: 5px;
    z-index: 8;
}

.listing-favorite img {
    width: 30px;
}

.listing-badge {
    position: absolute;
    background-color: transparent;
    left: 5px;
    top: 5px;
}

.listing-badge span {
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 7px;
}

.filter-results .slider {
    width: 100%;
}

.group {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #e4e4e4;
}

.filter-results .slider-handle {
    background: #2096f3;
}

.filter-results .slider-selection {
    background: #000000;
    border-radius: 0;
    box-shadow: none;
}

.filter-results .slider.slider-horizontal .slider-track {
    height: 2px;
    margin-top: -2px;
}

.locateNewBtn {
    box-shadow: 0 0 15px rgb(255 107 34 / 36%);
    border-radius: 28px;
    font-weight: 600;
}

.locateUserBtn {
    box-shadow: 0 0 15px rgb(33 150 243 / 36%);
    border-radius: 28px;
    font-weight: 600;
}

.locateSellTradeBtn {
    border-radius: 28px;
    background: #ffffff;
    font-weight: 600;
    border: 2px solid;
}

.white-text {
    color: #fff;
}

#more {
    display: none;
}

.display-center {
    margin: 0 auto;
    display: block;
}

.card {
    box-shadow: none;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
}

.card-header {
    border-bottom: 1px solid #e4e4e4;
}

.card-footer {
    border-top: 1px solid #e4e4e4;
}

.card .listing-bg-image img {
    border-radius: 10px 10px 0 0;
}

@media (min-width: 768px) {
    .card .listing-bg-image {
        min-height: 190px;
        background: #e4e4e4;
    }
}

.history-icon {
    position: absolute;
    left: 30%;
}

.main-text {
    text-align: center;
    margin: 0;
    color: #ff6b22;
}

.locate-car {
    background-color: #f8f8f8
}

.filter-overflow {
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #e4e4e4;
    padding: 5px;
}

.filter-no-overflow {
    max-height: 200px;
    border: 1px solid #e4e4e4;
    padding: 5px;
}

.filter-overflow .custom-checkbox:last-child {
    margin-bottom: 0 !important;
}

.mm-panel, .mm-navbar {
    background: #ffffff;
}

.card-payment {
    font-size: 50%;
    /*background: hsl(47deg 99% 73%);*/
    /*padding: 5px;*/
    /*color: #000000;*/
    /*border-radius: 10px;*/
}

.listing-card:hover {
    box-shadow: 0 6px 13px rgb(24 53 88 / 10%) !important;
}

.custom-ul {
    list-style: none;
}

.custom-hidden-ul {
    height: 190px;
    overflow: hidden;
}

.custom-ul li:before {
    color: #0493d3;
    content: "\2022";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 21px;
    line-height: 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus, .btn:active, .btn:hover {
    box-shadow: none !important;
    outline: 0;
}

.homepageTabs.nav-fill .nav-item,
.homepageTabs.nav-fill > .nav-link {
    margin: 5px;
}

.homepageTabs.nav-pills .nav-link {
    background-color: #fff;
}

.homepageTabs.nav-pills .nav-link.active {
    background-color: #007bff;
}

.homepageTabsContent {
    background: #fff;
    color: #000;
    padding: 10px;
    margin: 0 5px;
}

.personalizedForm {
    margin: 5px auto;
}

.personalizedForm .input-group-text {
    background: #fff;
    border-radius: 10px 0 0 10px;
}

.personalizedForm .form-control {
    border-left: none;
}

.personalizedTabs {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}

.test {
    color: red;
}

.appraisal-header h3 {
    width: 260px;
}

@media (min-width: 414px) {
    .test {
        color: yellow;
    }
}

@media (min-width: 576px) {
    .test {
        color: blue;
    }

    .appraisal-header h3 {
        width: 290px;
    }
}

@media (min-width: 768px) {
    .test {
        color: green;
    }
}

@media (min-width: 992px) {
    .test {
        color: black;
    }

    .appraisal-header h3 {
        width: 330px;
    }
}

@media (min-width: 1200px) {
    .test {
        color: magenta;
    }
}

.personalizedTabs li a {
    color: #000 !important;
    background-color: #fff !important;
    padding: .5rem;
}

.personalizedTabs li a.active {
    font-weight: 700;
    border-bottom: 2px solid #007bff;
}

.personalizedTabs li a:hover {
    color: #0493d3;
}

.containerTop {
    margin: 0 0 20px 0;
}

.btn-app {
    border-radius: 28px;
    border: none;
    font-size: 16px;
    padding: 8px 12px;
    height: auto;
}

.btn-app-sm {
    font-size: 12px;
    padding: 10px;
}

.text-green {
    color: #28a745;
}

.btn-app-green {
    background: #28a745;
}

.btn-app-blue {
    background: #2096f3;
}

.orange-color, .text-orange {
    color: #ef8e22;
}

.btn-app-orange {
    background: #ef8e22;
}

.footer-logo {
    width: 230px
}

.alt-price-above {
    color: #ef8e22;
}

.alt-price-below {
    color: #28a745;
}

.form-control {
    border-radius: 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: .875rem !important;
}

.input-group .input-group-text {
    font-size: .875rem !important;
}

a, button {
    font-size: .875rem !important;
}

.footer-container .btn-link:hover {
    color: #F8680E;
}

.btn-link {
    padding: 0;
}

.heart-empty:hover {
    stroke: #ef8e22 !important;
}

.heart-fill:hover {
    stroke: #ef8e22 !important;
}

.rounded-input {
    border: 1px solid #e4e4e4;
    border-radius: 16px;
}

.main-options-overflow {
    height: 190px;
    overflow: hidden;
}

.enter-zip-code .input-group-text {
    background: none;
    border: none;
}

.enter-zip-code input {
    border: none;
}

.enter-zip-code button {
    background: #000000;
}

.shop-type .nav-link {
    border-radius: 28px;
    border: none;
    color: #000000;
}

.shop-type .nav-link.active {
    background-color: #f8680e;
}

.trade_sell {
    margin: 0 auto;
    display: block;
}

.true-best {
    text-align: center;
    font-size: 34px;
    color: #ef8e22;
    font-weight: bold;
    line-height: 40px;
}

.true-best span {
    font-size: 40px;
}

hr {
    border-top: 1px solid #e4e4e4;
}

.breadcrumb {
    background: transparent;
}

.admin-container {
    background: #f5f9ff;
}

.admin-container .form-control {
    border: 1px solid #ced4da;
}

.admin-menu {
    background: #c1d8fb;
}

.admin-menu .list-group {
    border-radius: 10px;
}

.admin-menu .list-group-item {
    border: 1px solid #e4e4e4;
}

.container-title {
    background: rgb(226, 232, 240);
    border-radius: 0 0 15px 15px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.suggestive-icon {
    background-color: transparent;
    background-image: url(/images/jellybeans.png);
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    padding: 0;
    width: 135px;
    background-position: 0 -27px;
}

.suggestive-icon.sedan {
    background-position: 0 -27px;
}

.suggestive-icon.full-size {
    background-position: 0 -27px;
}

.suggestive-icon.Sport {
    background-position: 0 -27px;
}

.suggestive-icon.suv {
    background-position: -135px -27px;
}

.suggestive-icon.wagon {
    background-position: -135px -327px;
}

.suggestive-icon.truck {
    background-position: 0 -227px;
}

.suggestive-icon.convertible {
    background-position: -265px -327px;
}

.suggestive-icon.coupe {
    background-position: 0 -327px;
}

.suggestive-icon.minivan {
    background-position: -135px -227px;
}

.suggestive-icon.hatchback {
    background-position: 0 -127px;
}

.bodyTypeFilters .custom-control-label::before {
    border: none;
}

.into-bubble {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 14px 15px;
    color: #fff;
    z-index: 999;
    background: #0493d3;
    border-radius: 50%;
    margin: 12px;
    cursor: pointer;
}

.into-bubble-card {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    margin: 12px 12px 80px 12px;
    width: 300px;
    box-shadow: 0 6px 13px rgb(24 53 88 / 10%);
}

.home-part img {
    box-shadow: 0 6px 13px rgb(24 53 88 / 10%);
    max-width: 400px;
    margin: 0 auto;
    display: block;
    padding: 10px;
}

.sendMessageBg {
    width: 100%;
    background: #d2ebff;
    padding-bottom: 16px;
    border-radius: 10px;
    margin-top: 8px;
}

.newUsedPageFilters .newUsedTitle {
    display: none;
}

.fileContainer input {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

.fileContainer label {
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: transform .2s ease-out;
    margin: 0;
}

.fileContainer {
    background: #2196f3;
    padding: 20px;
    border-radius: 12px;
    margin: 30px 0 10px 0;
}

.deletePicX {
    position: absolute;
    right: 0;
    margin: 6px 10px;
    border: 1px solid #000000;
    padding: 2px 8px;
    background: #fff;
    border-radius: 50%;
    color: #000;
}

.img-thumbnail-custom {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.img-upload-icon {
    background-image: url(/images/iq.png);
    background-position: 0 -162px;
    background-size: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 7px;
    -webkit-filter: invert(89%) sepia(6%) hue-rotate(185deg);
}

@media (max-width: 575px) {
    .mobile-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        padding: 0;
    }

    .mobile-scroll .col {
        padding-right: 10px;
    }
}

/* blog-post */
.blog-post {
    font-size: 1rem !important;
}

.blog-post img {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    width: 100% !important;
    height: auto !important;
}


#accordionFilters .btn-outline-secondary[aria-expanded="true"] {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#autoCompleteResults {
    max-height: 350px;
    overflow: auto;
}
