.progress-container {
    display: flex;
    align-items: center
}

.currentStep{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #5600C4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5600C4;
    font-size: 14px;
    font-weight: 400;
}

.finalizedStep{

}
.nextStep{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E8EAEC;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#90A3BF ;
    font-size: 14px;
    font-weight: 400;
}

.line {
    width: 150px;
    height: 2px;
    background-color: #E8EAEC;
}

.lineCompletedStep{
    width: 150px;
    height: 2px;
    background-color: #5600C4;
}
.step-text {
    max-width: 130px;
    position: absolute;
    padding-top: 70px;
    text-align: center;
}
.vehicleTitleDivMain{
    padding-top: 30px;
}
/*.changeDatesClass{*/
/*    display: none;*/
/*}*/

/*CSS PART FOR THE CELLS OF RESERVATION*/
.ShowCarDividerBreakLine{
    width: 1px;
    height:100%;
    background-color: #E8EAEC
}

.ShowCarCellCarFeaturesContainerGeneral{
    align-items: center;
    display: flex;
    padding-right: 4px;
    padding-top: 35px
}
.ShowCarCellMainContainerForRentalPrices{
    display: flex;
    justify-content: right;
}
.ShowCarCellMainImage{
    display: block;
    object-fit: contain;
    width:100%;
    height: 200px
}
.ShowCarCellTitlePriceOption{
    margin-bottom: 0;
    color:#fff;
    font-size: 18px;
    font-weight: 600;
}

.ShowCarCellSubTitleOption{
    margin-bottom:0;
    color:#fff;
    font-size: 14px;
    font-weight: 600;
}
.ShowCarCellTitleOptionNonInsurance{
    margin-bottom:0;
    color:#1A202C;
    font-size: 18px;
    font-weight: 600;
}
.ShowCarCellSubTitleOptionNonFullInsurance{
    margin-bottom:0;
    color:#1A202C;
    font-size: 14px;
    font-weight: 600;
}

.ShowCarCellPriceWithInsurance{
    margin-bottom: 0;
    color:#fff;
    font-size: 24px;
    font-weight: 500;
}
.ShowCarCellPriceWithout{
    margin-bottom: 0;
    color:#882CFF;
    font-size: 24px;
    font-weight: 500;
}
.datesSelection{
    display: none;
}
.reservationDataResumeTitle{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
    color: white;
}
.reservationDataResumeNormal{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 2px;
    color: white;
}
 .reservationDataResumeDatesLabel{
     font-weight: 600;
     font-size: 16px;
     margin-bottom: 2px;
     color: white;
 }
.actionSection {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #F6F7F9;
    border-radius: 10px;
}
.SelectExtraTitle{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 4px;
    color: #1A202C
}
.SelectExtraDescription{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    color: #90A3BF
}
.SelectExtraPricePerDayFirstPart
{
    color: #5600C4;
    font-size: 20px;
    font-weight: 700;
}
.SelectExtraPricePerDaySecondPart
{
    color: #90A3BF;
    font-size: 14px;
    font-weight: 700;
}
.SelectExtraPriceTotalReservation{
    color: #5600C4;
    font-size: 20px;
    font-weight: 700
}
.SelectExtraMainViewCell{
    margin: 5px;
    padding: 24px;
    background-color: white;
    border-radius: 20px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
}
.ExtraResumeCarTitle{
    font-weight: 700;
    font-size: 20px;
    color: #1A202C;
    margin-bottom: 5px;
}
.ExtraResumeCarPrice{
    font-weight: 700;
    font-size: 14px;
    color: #1A202C;
    margin-bottom: 5px;
}
.ResumeExtraSelectedTitle{
    font-size: 16px;
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 5px
}
.ResumeSelectExtraPricePerDayFirstPart
{
    color: #5600C4;
    font-size: 14px;
    font-weight: 700;
}
.ResumeSelectExtraPricePerDaySecondPart
{
    color: #90A3BF;
    font-size: 14px;
    font-weight: 700;
}
.inputFieldData{
    font-size: 14px;
    border-radius: 10px;
    height: 50px;
    border: transparent;
    padding-left: 30px;
    width: 100%;
    background-color: #F6F7F9;
}

.CheckoutPaymentMethodTitle{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

.CheckoutPaymentMethodSubtitle{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #596780;
}
.PaymentTypeSelectionlabel{
    font-size: 16px;
    font-weight: 600;
    color: #1A202C;
    padding-left: 10px;
    margin-bottom: 0
}
.DataIsSafeLabel{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 7px;
}
.DataIsSafeSecondaryLabel {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 7px;
    color: #596780
}
.ResumeSummaryTitle{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}
.ResumeSummarySubtitle
{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    color: #596780
}
.ResumeSummaryCarInfo{
    font-size: 18px;font-weight: 700;color: #1A202C
}
.ResumeStationName{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #1A202C
}
.ResumeExtraTitle
{
    font-size: 14px;
    font-weight: 400;
    color: #596780;
    margin-bottom: 0
}
.ResumeExtraPrice{
    font-size: 16px;
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 0
}
.totalPriceLabelTitle
{
    font-size: 20px;
    font-weight: 700;
    color: #1A202C;
    margin-bottom: 0
}
.totalPriceLabelValue{
    font-size: 32px;
    font-weight: 700;
    color: #882CFF;
    margin-bottom: 0
}

@media(max-width: 991px)
{

    .ShowCarCellMainContainerForRentalPrices{
        padding-top: 25px;
        padding-left: 0;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .line {
        width: 70px;
        height: 2px;
        background-color: #E8EAEC;
    }

    .lineCompletedStep {
        width: 70px;
        height: 2px;
        background-color: #5600C4;
    }

    .currentStep {
        font-size: 10px;
        font-weight: 400;
    }

    .nextStep {
        font-size: 10px;
        font-weight: 400;
    }

    .step-text {
        max-width: 50px;
        position: absolute;
        padding-top: 70px;
        text-align: center;
    }

    .vehicleTitleDivMain {
        padding-top: 30px;
    }

    /*.changeDatesClass{*/
    /*    display: flex;*/
    /*}*/
    .ShowCarDividerBreakLine {
        height: 1px;
        width: 100%;
        background-color: #E8EAEC
    }

    .ShowCarCellCarFeaturesContainerGeneral {
        align-items: center;
        display: flex;
        padding-right: 4px;
        padding-top: 0
    }

    .ShowCarCellMainImage {
        display: block;
        object-fit: contain;
        width: 100%;
        height: 150px
    }

    .ShowCarCellTitlePriceOption {
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .ShowCarCellTitleOptionNonInsurance {
        margin-bottom: 0;
        color: #1A202C;
        font-size: 14px;
        font-weight: 600;
    }

    .ShowCarCellSubTitleOption {
        margin-bottom: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }

    .ShowCarCellSubTitleOptionNonFullInsurance {
        margin-bottom: 0;
        color: #1A202C;
        font-size: 12px;
        font-weight: 600;
    }

    .ShowCarCellPriceWithInsurance {
        margin-bottom: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    .ShowCarCellPriceWithout {
        margin-bottom: 0;
        color: #882CFF;
        font-size: 18px;
        font-weight: 500;
    }

    .reservationDataResumeTitle {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 8px;
        color: white;
    }

    .reservationDataResumeNormal {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 5px;
        color: white;
    }

    .reservationDataResumeDatesLabel {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 5px;
        color: white;
    }

    .SelectExtraTitle {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 4px;
        color: #1A202C
    }

    .SelectExtraDescription {
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 0;
        color: #90A3BF
    }

    .SelectExtraPricePerDayFirstPart {
        color: #5600C4;
        font-size: 16px;
        font-weight: 700;
    }

    .SelectExtraPricePerDaySecondPart {
        color: #90A3BF;
        font-size: 12px;
        font-weight: 700;
    }

    .SelectExtraPriceTotalReservation {
        color: #5600C4;
        font-size: 16px;
        font-weight: 700
    }

    .SelectExtraMainViewCell {
        margin: 5px;
        padding: 19px;
        background-color: white;
        border-radius: 20px;
        min-height: 290px;
        display: flex;
        flex-direction: column;
    }

    .ExtraResumeCarTitle {
        font-weight: 700;
        font-size: 18px;
        color: #1A202C;
        margin-bottom: 5px
    }

    .ExtraResumeCarPrice {
        font-weight: 700;
        font-size: 14px;
        color: #1A202C;
        margin-bottom: 5px;
    }

    .ResumeExtraSelectedTitle {
        font-size: 14px;
        font-weight: 600;
        color: #1A202C;
        margin-bottom: 5px
    }

    .ResumeSelectExtraPricePerDayFirstPart {
        color: #5600C4;
        font-size: 12px;
        font-weight: 700;
    }

    .ResumeSelectExtraPricePerDaySecondPart {
        color: #90A3BF;
        font-size: 12px;
        font-weight: 700;
    }

    .CheckoutPaymentMethodTitle {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px
    }

    .CheckoutPaymentMethodSubtitle {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0;
        color: #596780;
    }

    .PaymentTypeSelectionlabel {
        font-size: 14px;
        font-weight: 600;
        color: #1A202C;
        padding-left: 10px;
        margin-bottom: 0
    }

    .DataIsSafeLabel {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 7px;
    }

    .DataIsSafeSecondaryLabel {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px;
        margin-top: 7px;
        color: #596780
    }
    .ResumeSummaryTitle{
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px
    }
    .ResumeSummarySubtitle
    {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0;
        color: #596780
    }
    .ResumeSummaryCarInfo{
        font-size: 16px;font-weight: 700;color: #1A202C
    }
    .ResumeStationName{
        font-size: 14px;font-weight: 400;margin-bottom: 0px;color: #1A202C
    }
    .ResumeExtraTitle
    {
        font-size: 14px;
        font-weight: 400;
        color: #596780;
        margin-bottom: 0
    }
    .ResumeExtraPrice{
        font-size: 14px;
        font-weight: 600;
        color: #1A202C;
        margin-bottom: 0
    }
    .totalPriceLabelTitle
    {
        font-size: 16px;
        font-weight: 700;
        color: #1A202C;
        margin-bottom: 0
    }
    .totalPriceLabelValue{
        font-size: 20px;
        font-weight: 700;
        color: #882CFF;
        margin-bottom: 0
    }
}
