.uct-table {
    box-shadow: 0px 6px 8px -6px #1319271A;
    padding: 24px 26px;
}
.uct-container .uct-icon {
    padding: 24px 26px 0px 20px;
}
.uct-container .uct-wrap {
    border: 1px solid var(--color-mid-gray);
    border-radius: 10px;
}
.uct-container .uct-filters {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0px 26px 24px 26px;
}
.uct-container .uct-filters .dropdown-list{
    background-color: var(--color-light-gray);
}
.uct-container .uct-filters .open.dropdown-list{
    background-color: var(--color-white);
}
#used-car-submit-inner {
    display: none;
}
.uct-container .dropdown-title.disabled{
    pointer-events: none;
    color: var(--color-mid-gray);    
}
.uct-container .shield-img::before {
    content: '';
    position: absolute;
    height: 23px;
    width: 17px;
    left: 0;
    top: 0;
    background: url(/images/blueberry/shield.png);
    background-repeat: no-repeat;
    background-position: center;
}
.uct-container .shield-img {
    padding-left: 25px;
}
.used-car-tool-details-modal.used-car-tool-details{
    border: 1px solid var(--color-mid-gray);
}   
.color-mid-gray{
    color: var(--color-mid-gray);
}
.used-car-tool-details-modal .v-make{
    font-size: 18px;
}
.used-car-tool-details-modal .v-model{
    font-size: 14px;
}
.used-car-tool-details-modal .v-cov {
    padding-top: 10px;
}
.used-car-tool-details-modal .rates{
    font-weight: 500;
}
.remove-row.close{
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 100%;
    padding: 0px 7px;
    line-height: 25px;
    font-size: 15px;
    height: 25px;
}
.remove-row.close:hover{
    background-color: var(--color-light-gray);
    box-shadow: 0px 4px 6px 0px #00000040;
}
.v-details {
    padding-bottom: 10px;
}
.used-car-tool-details-modal .vehicle-row {
    border-bottom: 1px solid var(--color-mid-gray);
}
#used-car-results .vehicle-row:last-of-type {
    border-bottom: unset;
}
#used-car-results {
    background-color: #fff;
    min-height: 160px;
    max-height: 305px;
    overflow-y: auto;
}
.vehicle-row.no-data-available{
    text-align: center;
    margin-top: 50px;
}
#start-over{
    cursor: pointer;
}
#start-over::before{
    content: '';
    position: absolute;
    left: 0;
    width: 19px;
    height: 17px;
    background: url(/images/blueberry/back-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
#adcf-used-car-banner-form .details-popup-filter .custom-select{
    max-width: 48.88%;
    width: 48.88%;
}
.details-popup-filter {
    display: none;
    max-height: 0;
    overflow: hidden;
}
.m-add-car{
    display: block;
}
.uct-container .dropdown-item {
    font-size: 14px;
    line-height: 22px;
}
.sorting-btns .sorting-enable{
    background-color: var(--color-dark-primary);
    color: #fff;
    border-color: #fff;
}
.uct-container .disable-btn {
    pointer-events: none;
    opacity: 0.4;
}
@media (max-width: 420px) {
    #adcf-used-car-banner-form .details-popup-filter .custom-select{
        width: 48.5%;
    }
}
@media (min-width: 768px) {
    .uct-table {
        border: unset;
        box-shadow: unset;
        border-radius: unset;
    }
    .uct-wrap, .uct-table {
        border: 1px solid var(--color-mid-gray);
    }
    .uct-container .uct-icon {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-right: 1px solid var(--color-mid-gray);
    }
    .uct-container .uct-filters {
        border-top-right-radius: 10px;
        background-color: var(--color-light-gray);
        display: block;
    }
    .uct-container .uct-icon, .uct-container .uct-filters {
        padding: 32px 39px;
    }
    #adcf-used-car-banner-form .details-popup-filter .custom-select{
        max-width: 19.66666%;
        width: 19.66666%;
    }
    .details-popup-filter {
        display: flex;
        max-height: unset;
        overflow: unset;
    }
    .m-add-car{
        display: none;
    }

}