.sales_process {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding-top: 30px;
}

.sales_process .badge.last:after {
    display: none;
}

.aftersales-prepaidpackages-index .step2{display: none;}
.aftersales-prepaidpackages-index .step2.active{display: block;}


.sales_process .badge {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sales_process .badge:after {
    content: "";
    background-color: #d3d3d3;
    color: #D1D1D1;
    height: 4px;
    width: 100%;
    top: 50px;
    left: 60%;
    position: absolute;
}


.sales_process .badge.active:after {
    background-color: #676767;
}

.sales_process .badge:nth-child(4):after {
    display: none;
}

.sales_process .badge .badge_details {
    padding-top: 0px;
    color: #414141;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.sales_process .badge .badge_details .badge_icon {
    width: 50px;
    height: 50px;
    background-color: #D3D3D3;
    border-radius: 25px;
    /* outline: auto;
    outline-offset: 8px;
    outline-color: #D3D3D3; */
    text-align: center;
    position: relative;
    z-index: 1;
}


.sales_process .badge .badge_details .badge_icon.active {
    background-color: #676767;
    /* outline-color: #303030; */
}

.sales_process .badge .badge_details .badge_icon svg {
    padding-block: 13px;
    width: 8px;
    top: 14px;
    padding: 0;
    position: absolute;
    left: 20px;
}

.sales_process .badge .badge_details .badge_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #222222;
}

.sales_process .badge .badge_details .badge_title .order_date {
    color: #727272;
}


/* Vehicle Information */
.vehicle_information {
    background-color: #FFFFFF;
    border: 1px solid #0000001A;
    margin-top: 35px;
    box-shadow: 0px 4px 24px 0px #00000014;
    border-radius: 6px;
    padding: 35px;
    box-sizing: border-box;
}

.vehicle_information .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #1a1a1a;
}

.vehicle_information .modal_detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-block: 20px;
}
.aftersales-prepaidpackages-index .vehicle_information .modal_detail{align-items: flex-start;}

.vehicle_information .modal_detail .heading {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
}

.vehicle_information .modal_detail .model,
.vehicle_information .modal_detail .year {
    flex: 1;
    cursor: pointer;
}

.vehicle_information .service_fields {
    background-color: rgba(210, 210, 210, 0.7);
    border: 2px solid rgba(210, 210, 210, 0.7);
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: normal;
    color: #565656;height: auto;
}
.vehicle_information .service_fields {
    color: #1a1a1a;
}

.vehicle_information .loc_checkbox {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    cursor: pointer;
    background-color: white;
    transition: all 0.2s ease;}
.vehicle_information input[type="radio"]:checked {
    background-color: #000000;
    border-color: #000000;
}

.vehicle_information .main-btn{text-align: center;margin-left: auto;width: 125px;}
.vehicle_information .main-btn .primary-btn{border-radius: 4px;
    background: #000000;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 10px 50px;cursor: pointer;}

.vehicle_information input[type="radio"]:checked::after,.vehicle_information input[type="checkbox"]:checked::after{
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.service_type {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 15px;    flex-wrap: wrap;
    align-items: stretch;
}
.service_type .mage-error-text{flex-basis: 100%;width: 100%;}

.service_type .service_detail {
    background: linear-gradient(0deg, #F0F0F0, #F0F0F0), linear-gradient(145deg, rgba(255, 255, 255, 0) 6.17%, rgba(255, 255, 255, 0) 93.83%);
    border: 1px solid #000000;
    padding: 20px 50px;
    text-align: center;
    border-radius: 6px;
    position: relative;
    flex:1;

}

.service_type .service_detail * {
    padding-bottom: 15px;
}

.service_type .service_detail .headng {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.9px;
    text-align: center;
    text-transform: uppercase;
}

.service_type .service_detail .text {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #6B7280;
}

.line {
    background-color: rgba(0, 0, 0, 0.1);
    margin-block: 25px;
    width: 100%;
    height: 2px;
    display: block;
}



@media screen and (max-width: 1024px) {
    .aftersales-prepaidpackages-index .vehicle_information .main-btn{margin-top: 45px;}
    .sales_process {
        padding-top: 20px;
        gap: 15px;
    }

    /* .sales_process .badge:after {
        display: none;
    } */
    
    .sales_process .badge .badge_details .badge_title {
        font-size: 11px;
        line-height: 16px;
    }

    .sales_process .badge .badge_details {
        gap: 10px;
    }

    .vehicle_information {
        margin-top: 20px;
        padding: 20px;
    }

    .vehicle_information .title {
        font-size: 18px;
        line-height: 24px;
    }

    .vehicle_information .modal_detail {
        margin-block: 15px;
        flex-direction: column;
    }

    .vehicle_information .modal_detail .modell,
    .vehicle_information .modal_detail .year {
        width: 100%;
    }

    .service_type {
        flex-direction: column;
        gap: 15px;
    }

    .service_type .service_detail {
        padding: 15px 25px;
    }

    .line {
        margin-block: 20px;
    }

    .sales_process .badge:after {
        top: 50px;
    }
    .vehicle_information .modal_detail .model, .vehicle_information .modal_detail .year{width: 100%;}
}

@media screen and (max-width: 650px) {
    .sales_process .badge .badge_details .badge_icon {
        width: 35px;
        height: 35px;
    }

    .sales_process .badge .badge_details .badge_icon svg {
        position: absolute;
        left: 13px;
        top: 7px;
    }

    .sales_process .badge:after {
        top: 56px;
    }

    .sales_process .badge .badge_details .badge_title {
        max-width: 75px;
    }
} 