﻿.centralizedDashboard .dashboardOrders {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: calc(70% - 4px);
    border: 1px solid #184D89;
    height: 202px;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-inline-end: 4px;
    box-shadow: 0px 1px 4px rgba(21, 34, 50, 0.08);
    background: #184D89;
}

    /* title */
    .centralizedDashboard .dashboardOrders .titleAndGraph {
        background: #243254;
        height: 100%;
        padding: 10px 20px;
    }

        .centralizedDashboard .dashboardOrders .titleAndGraph .title {
            display: flex;
            align-items: flex-start;
        }

            .centralizedDashboard .dashboardOrders .titleAndGraph .title img {
                margin-inline-end: 8px;
            }

            .centralizedDashboard .dashboardOrders .titleAndGraph .title h3 {
                margin: 0px;
                color: #CED7DF;
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 5px;
            }

            .centralizedDashboard .dashboardOrders .titleAndGraph .title p {
                color: #FAFAFA;
                font-size: 16px;
                font-weight: 400;
                margin-bottom: 16px;
            }

                .centralizedDashboard .dashboardOrders .titleAndGraph .title p span {
                    padding-inline-end: 5px;
                    font-size: 22px;
                    font-weight: 800;
                }

        .centralizedDashboard .dashboardOrders .titleAndGraph .graph {
            /* width: 101px;
            height: 101px;
            background-color: #008844;
            border-radius: 100%;
            margin: auto;*/
        }
    /*  ordersProgress */
    .centralizedDashboard .dashboardOrders .ordersProgress {
        padding: 0px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

        /* ordersProgressCounteAndPercentage */
        .centralizedDashboard .dashboardOrders .ordersProgress .ordersProgressCounteAndPercentage {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            flex-grow: 1;
            padding: 0px 24px;
            padding-inline-end: 12px;
        }

            .centralizedDashboard .dashboardOrders .ordersProgress .ordersProgressCounteAndPercentage .order {
                display: flex;
                align-items: baseline;
                width: 100%;
                /* justify-content: space-between; */
            }


                .centralizedDashboard .dashboardOrders .ordersProgress .ordersProgressCounteAndPercentage .order .type {
                    width: 52%;
                    font-weight: 600;
                    color: #CED7DF;
                    font-size: 18px;
                    margin: 0px;
                    display: flex;
                    align-items: center;
                    margin-inline-end: 12px;
                }

                    .centralizedDashboard .dashboardOrders .ordersProgress .ordersProgressCounteAndPercentage .order .type img {
                        margin-inline-end: 5px;
                    }

                .centralizedDashboard .dashboardOrders .ordersProgress .ordersProgressCounteAndPercentage .order .counte {
                    font-size: 21px;
                    font-weight: 800;
                    margin: 0px;
                    width: 34%;
                }

                .centralizedDashboard .dashboardOrders .ordersProgress .ordersProgressCounteAndPercentage .order.veryLate .counte {
                    color: #FF1905;
                }

                .centralizedDashboard .dashboardOrders .ordersProgress .ordersProgressCounteAndPercentage .order.late .counte {
                    color: #FF8000;
                }

                .centralizedDashboard .dashboardOrders .ordersProgress .ordersProgressCounteAndPercentage .order.onTime .counte {
                    color: #03C009;
                }

                .centralizedDashboard .dashboardOrders .ordersProgress .ordersProgressCounteAndPercentage .order.early .counte {
                    color: #096DDC;
                }

                .centralizedDashboard .dashboardOrders .ordersProgress .ordersProgressCounteAndPercentage .order .percentage {
                    /* margin: 0px 0px 0px auto; */
                    margin: 0px;
                    width: 33%;
                    text-align: end;
                }

        /* dashboardDoneOrders */
        .centralizedDashboard .dashboardOrders .ordersProgress .doneAndServingOrders {
            display: flex;
            justify-content: space-around;
            align-items: flex-start;
            padding: 3px 0px 0px 0;
            flex-direction: column;
            width: 100%;
            flex-shrink: 0;
            /* border: 1px solid #1B467B; */
            /* background: #243254; */
            background: rgb(0 136 68 / 33%);
            border-radius: 5px;
        }


    .centralizedDashboard .dashboardOrders .dashboardDoneOrders {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 13px;
        color: #8898AA;
        width: 100%;
        padding: 4px 14px;
        border-bottom: 1px solid #7b7b7e69;
        /* background: rgb(0 136 68 / 33%); */
        height: 36px;
    }

        .centralizedDashboard .dashboardOrders .dashboardDoneOrders h4 {
            margin: 0px;
            display: flex;
            align-items: center;
            /* font-size: 16px; */
            font-weight: 400;
            color: #FAFAFA;
            font-size: 13px;
        }

            .centralizedDashboard .dashboardOrders .dashboardDoneOrders h4 img {
                margin-inline-end: 12px;
                height: 29px
            }

            .centralizedDashboard .dashboardOrders .dashboardDoneOrders h4 strong {
                font-weight: 800;
                padding-inline-end: 5px;
            }

        .centralizedDashboard .dashboardOrders .dashboardDoneOrders p.percentage {
            padding-inline-start: 5px;
            color: #FAFAFA;
            font-size: 18px;
            font-weight: bold;
            display: block;
            flex-grow: 1;
            text-align: end;
            margin: 0px;
        }

            .centralizedDashboard .dashboardOrders .dashboardDoneOrders p.percentage span.doneOrders {
                color: #FAFAFA;
                margin: 0px;
                width: 80px;
                text-align: right;
                font-size: 13px;
                font-weight: normal;
            }

    .centralizedDashboard .dashboardOrders .dashboardServingOrders {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 13px;
        color: #8898AA;
        width: 100%;
        padding: 4px 14px;
        border-bottom: 1px solid #106172;
    }

        .centralizedDashboard .dashboardOrders .dashboardServingOrders h4 {
            margin: 0px;
            display: flex;
            align-items: center;
            /* font-size: 16px; */
            font-weight: 400;
            color: #F4F8FB;
            font-size: 13px;
        }

            .centralizedDashboard .dashboardOrders .dashboardServingOrders h4 img {
                margin-inline-end: 12px;
                height: 29px;
            }

            .centralizedDashboard .dashboardOrders .dashboardServingOrders h4 strong {
                font-weight: 800;
                padding-inline-end: 5px;
            }

        .centralizedDashboard .dashboardOrders .dashboardServingOrders p.percentage {
            padding-inline-start: 5px;
            color: #F5F5F5;
            font-size: 18px;
            font-weight: bold;
            display: block;
            flex-grow: 1;
            text-align: end;
            margin: 0px;
        }

            .centralizedDashboard .dashboardOrders .dashboardServingOrders p.percentage span.servingOrders {
                color: #FAFAFA;
                margin: 0px;
                width: 80px;
                text-align: right;
                font-size: 13px;
                font-weight: normal;
            }



    .centralizedDashboard .dashboardOrders .rz-legend-right {
        display: none;
    }

    .centralizedDashboard .dashboardOrders .rz-chart {
        height: 175px;
        margin-inline-end: -110px;
        margin-top: -40px;
        margin-inline-start: -15px;
    }
