.selectBtn {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
    padding-top: 4px;
}


.category_select_filter .parentUl {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;

}

.category_select_filter li ul {
    list-style: none;
    padding: 15px 0px 0px 8px !important;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.category_select_filter p {
    padding: 0px 5px 0px 10px;
}

.category_select_title {
    font-weight: 400;
    margin: 5px 0;
    font-size: 15px;
    margin-bottom: 10px;
}

.loader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
}

.selectedCar {
    padding: 5px 0;
    margin-right: 10px;
}

.selectedCar p {
    margin: 5px 0;
    display: block;
    column-gap: 4px;
}

.selectedCar span {
    width: 100%;
    display: block;
}

.custonResetBtn {
    width: 100%;
}

.child_category p {
    padding: 0px 5px 0px 10px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: grey;
}

.selected {
    background-color: var(--primary);
    color: var(--primary-text) !important;
    border-radius: 10px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}