.bootstrap-select>.dropdown-toggle {
    height: 57px;
    background-color:#f0f0ef;
    line-height: 57px;
    font-family: 'Roboto',Arial, 'Open Sans';
}

.bootstrap-select>.dropdown-toggle.disabled {
    height: 57px;
    background-color:#f6f6f6;
}

@media screen and (min-width: 960px) {

    .bootstrap-select>.dropdown-toggle {
        height: 67px;
        line-height: 67px;
    }

    .bootstrap-select>.dropdown-toggle.disabled {
        height: 67px;
    }
}

.bs-caret {
    display: none !important;
}

.fast-search-wrapper .bootstrap-select .dropdown-toggle .filter-option {
    line-height: 47px !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 15px;
}

.title-block {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 3rem;
    margin-top: 2rem;
    line-height: 1.4;
    position: relative; }
.title-block:after, .title-block:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -.5rem;
    left: 0;
    height: .1rem;
    background-color: #e6e6e6; }
.title-block:before {
    background: #f24646;
    width: 15.5rem;
    max-width: 25%;
    z-index: 2; }

.p0 {
    padding:0 !important;
}
.pr0 {
    padding-right: 0 !important;
}

.text-red {
    color: #f24646;
}

.btn_green {
    background-color: #a1d21c;
    color: #fff;
}




.fast-search {
    padding:0;
    height: 57px;
    margin-bottom: 15px;
    font-size: 14px;
}


@media screen and (min-width: 960px) {
    .fast-search {
        height: 67px;
    }
}

.fast-search-wrapper {
    margin:0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 400px;
}


.fast-search-icon {
    font-size: 24px;
    padding-right: 10px;
}

.fast-search-wrapper .form-control {
    height: 57px;
    margin-bottom: 15px;
    color: #252525;
    font-size: 14px;
    border-radius: 5px;
    border:2px solid #f0f0ef;
}


@media screen and (min-width: 960px) {
    .fast-search-wrapper .form-control {
        height: 67px;
    }
}

.fast-search-wrapper .form-control::-webkit-input-placeholder {
    color: #252525;
}

.fast-search-wrapper .form-control::-moz-placeholder {
    color: #252525;
}

.fast-search-wrapper .form-control:-ms-input-placeholder {
    color: #252525;
}

.fast-search-wrapper .form-control::-ms-input-placeholder {
    color: #252525;
}

.fast-search-wrapper .form-control::placeholder {
    color: #252525;
}

.fast-search-wrapper table {
    margin:0;
    width:100%;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #252525;
    font-size: 14px;
}


.btn-group.bootstrap-select.disabled .filter-option {
    color:#bdbdbd;
}

.dropdown-toggle.disabled::after {
    color:#bdbdbd;
}

.dropdown-menu li a {
    width:90%;
    margin: 0 auto;
    border-bottom:1px solid #ececec;
    padding:7px;
    font-weight: bold;
    font-size: 14px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #f0f0ef;
    color: #333;
}


.dropdown-menu .inner.show::-webkit-scrollbar-track
{
    background-color: #fff;
    width:10px;
}

.dropdown-menu .inner.show::-webkit-scrollbar
{
    width: 5px;
    background-color: #ff5e36;
}

.dropdown-menu .inner.show::-webkit-scrollbar-thumb
{
    background-color: #ff5e36;
}

.dropdown-menu .inner.show {
    scrollbar-color: #ff5e36;
    scrollbar-width: 10px;
}


.dropdown-toggle::after {
    position: absolute;
    right:20px;
    top:0;
    display: block;
    border:none;
    width:10px;
    height: 10px;
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 900;
}

.dropup .dropdown-toggle::after {
    position: absolute;
    right:20px;
    top:0;
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 900;
    display: block;
    border:none;
    width:10px;
    height: 10px;
}


@media screen and (min-width: 560px) {

    .dropdown-menu li a {
        padding:10px;
        font-size: 15px;
    }

    .fast-search-wrapper {
        max-width: 560px;
    }

    .fast-search {
        font-size: 15px;
    }

    .fast-search-wrapper .form-control {
        font-size: 15px;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 15px;
    }

}


@media screen and (min-width: 768px) {

    .dropdown-menu li a {
        padding:10px;
        font-size: 17px;
    }

    .fast-search-wrapper {
        max-width: none;
    }

    .fast-search {
        font-size: 17px;
    }

    .fast-search-wrapper .form-control {
        font-size: 17px;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 17px;
    }

}


@media screen and (min-width: 1024px) {

    .dropdown-menu li a {
        padding:10px;
        font-size: 18px;
    }

    .fast-search-wrapper {
        max-width: none;
    }

    .fast-search {
        font-size: 18px;
    }

    .fast-search-wrapper .form-control {
        font-size: 18px;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 18px;
    }

}


@media screen and (min-width: 1280px) {

    .dropdown-menu li a {
        padding:10px;
        font-size: 19px;
    }

    .fast-search-wrapper {
        max-width: 160rem;
    }

    .fast-search {
        font-size: 19px;
    }

    .fast-search-wrapper .form-control {
        font-size: 19px;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 19px;
    }

}


.fast-search-wrapper .form-control {
    height: 52px;
    border-width: 1px;
}


input#vinsearchtext  {
    height: 57px;
}


@media screen and (min-width: 960px) {
    input#vinsearchtext  {
        height: 67px;
    }
}


ul.dropdown-menu.inner.show li span {padding-bottom: 5px;padding-top: 5px; }

.dropdown-menu.show {
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.08);
    overflow: inherit !important;
    transform: initial !important;
}

.dropdown-menu li:last-child a {border-bottom: none;}

.d-md-inline {display: none !important;}

@media screen and (min-width: 960px) {
    .d-md-inline {display: inline !important;}
}

