
/* ordersKPI */
.kPIs .ordersKPI {
    height: 100%;
    background: transparent;
    margin-inline-start: 0;
    width: 100%;
    align-items: start;
    height: 78px;
    /* justify-content: space-between; */
}

    .kPIs .ordersKPI .KPICardBody {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-grow: 1;
        align-items: center;
        row-gap: 24px;
    }

    .kPIs .ordersKPI .KPIFilterationButtons .button.veryLate {
        width: 65px;
    }

    .kPIs .ordersKPI .KPICardBody .KPICardBodyTitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-grow: 1;
        gap: 12px;
        padding-top: 6px;
    }

        .kPIs .ordersKPI .KPICardBody .KPICardBodyTitle p {
            font-size: 11px;
            text-transform: uppercase;
            margin: 0px;
            color: #fff;
            width: 49px;
        }

        .kPIs .ordersKPI .KPICardBody .KPICardBodyTitle span {
            font-weight: 600;
            font-size: 12px;
            color: #fff;
            margin-inline-start: 4px;
        }

    .kPIs .ordersKPI .KPICardBody .KPICardBodyDetails {
        display: flex;
        justify-content: space-between;
    }

        .kPIs .ordersKPI .KPICardBody .KPICardBodyDetails div {
            display: flex;
            align-items: baseline;
        }

            .kPIs .ordersKPI .KPICardBody .KPICardBodyDetails div span {
                font-size: 16px;
                font-family: "Poppins", sans-serif;
                padding-inline-end: 4px;
            }

                .kPIs .ordersKPI .KPICardBody .KPICardBodyDetails div span.redCount {
                    color: #ff3a29;
                }

                .kPIs .ordersKPI .KPICardBody .KPICardBodyDetails div span.yellowCount {
                    color: #FF8000;
                }

                .kPIs .ordersKPI .KPICardBody .KPICardBodyDetails div span.greenCount {
                    color: #17ce1f;
                }

                .kPIs .ordersKPI .KPICardBody .KPICardBodyDetails div span.darkGreenCount {
                    color: #008844;
                }

                .kPIs .ordersKPI .KPICardBody .KPICardBodyDetails div span.purpleCount {
                    color: #cd03ff;
                }

            .kPIs .ordersKPI .KPICardBody .KPICardBodyDetails div p {
                margin: 0px;
                color: #1A7FD5;
                font-size: 9px;
                font-weight: 600;
            }

    .kPIs .ordersKPI .KPIFilterationButtons .button {
        width: 65px;
    }

        .kPIs .ordersKPI .KPIFilterationButtons .button .count {
            display: block;
            min-width: 34px;
            overflow: hidden;
            text-overflow: clip;
            white-space: nowrap;
        }

        .kPIs .ordersKPI .KPIFilterationButtons .button:hover, .kPIs .ordersKPI .KPIFilterationButtons .button.active {
            background: transparent;
        }

    .kPIs .ordersKPI .downKpiButton {
        justify-content: end;
        flex-grow: 1;
    }

        .kPIs .ordersKPI .downKpiButton .button {
            /* width: 19%; */
            margin-top: 11px;
        }

    .kPIs .ordersKPI .ordersKpiAllOrdersCount {
        font-size: 12px;
        color: #FFFFFF;
        min-width: 24px;
        text-align: center;
        max-width: 24px;
        overflow: hidden;
        text-overflow: clip;
        white-space: nowrap;
    }

    .kPIs .ordersKPI .ordersKpiAllOrdersKpi {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex-grow: 1;
        /* margin-inline-end: 45px; */
        padding-top: 6px;
        margin-inline-end: 0px;
    }

        .kPIs .ordersKPI .ordersKpiAllOrdersKpi .order {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: space-between;
            margin-bottom: 7px;
        }



            .kPIs .ordersKPI .ordersKpiAllOrdersKpi .order .type {
                width: 80px;
                font-weight: 400;
                color: #CED7DF;
                /* font-size: 18px; */
                margin: 0px;
                display: flex;
                align-items: center;
                margin-inline-end: 3px;
                font-size: 9px;
                color: #CED7DF;
            }

                .kPIs .ordersKPI .ordersKpiAllOrdersKpi .order .type img {
                    margin-inline-end: 5px;
                    width: 9px;
                    height: 9px;
                }

            .kPIs .ordersKPI .ordersKpiAllOrdersKpi .order .counte {
                /* font-size: 32px; */
                font-weight: 400;
                margin: 0px;
                /*width: 100px;
                    font-size: 18px;*/
                width: 13px;
                font-size: 9px;
                color: #CED7DF;
                min-width: 19px;
                text-align: center;
                max-width: 14px;
                overflow: hidden;
                text-overflow: clip;
                white-space: nowrap;
            }

    .kPIs .ordersKPI .KPICard > img {
        padding-top: 6px
    }

.doneAndServingOrdersInAutopilot {
    display: flex;
    flex-direction: column;
}

    .doneAndServingOrdersInAutopilot .doneOrdersInAutopilot {
        display: flex;
        align-items: center;
        background: #0A173B;
        margin-bottom: 1px;
        padding: 3px 6px;
        width: 124px;
    }

        .doneAndServingOrdersInAutopilot .doneOrdersInAutopilot .doneOrdersInAutopilotImgAndTitle {
            width: 100px;
            height: 32px;
        }

            .doneAndServingOrdersInAutopilot .doneOrdersInAutopilot .doneOrdersInAutopilotImgAndTitle img {
                width: 12px;
                height: 12px;
            }

            .doneAndServingOrdersInAutopilot .doneOrdersInAutopilot .doneOrdersInAutopilotImgAndTitle .doneOrdersInAutopilotTitle {
                color: #8898AA;
                font-size: 11px;
                min-width: 92px;
                display: block;
            }

        .doneAndServingOrdersInAutopilot .doneOrdersInAutopilot .doneOrdersInAutopilotCount {
            opacity: 75%;
            color: #F5F5F5;
            font-size: 12px;
            font-weight: bold;
            min-width: 27px;
            text-align: center;
            max-width: 27px;
            overflow: hidden;
            text-overflow: clip;
            white-space: nowrap;
        }

    .doneAndServingOrdersInAutopilot .ServingOrdersInAutopilot {
        display: flex;
        align-items: center;
        background: #0A173B;
        margin-bottom: 4px;
        padding: 3px 6px;
        width: 124px;
    }

        .doneAndServingOrdersInAutopilot .ServingOrdersInAutopilot .ServingOrdersInAutopilotImgAndTitle {
            width: 100px;
        }

            .doneAndServingOrdersInAutopilot .ServingOrdersInAutopilot .ServingOrdersInAutopilotImgAndTitle img {
                width: 12px;
                height: 12px;
            }

            .doneAndServingOrdersInAutopilot .ServingOrdersInAutopilot .ServingOrdersInAutopilotImgAndTitle .ServingOrdersInAutopilotTitle {
                color: #8898AA;
                font-size: 11px;
                min-width: 92px;
                display: block;
            }

        .doneAndServingOrdersInAutopilot .ServingOrdersInAutopilot .ServingOrdersInAutopilotCount {
            opacity: 75%;
            color: #F5F5F5;
            font-size: 12px;
            font-weight: bold;
            min-width: 27px;
            text-align: center;
            max-width: 27px;
            overflow: hidden;
            text-overflow: clip;
            white-space: nowrap;
        }

.kPIs .ordersKPI > img {
    width: 27px;
    height: 27px;
    padding: 5px;
    border: 1px solid #126DE0;
    border-radius: 26px;
}
