﻿.centralizedDashboard .last24Hours {
    background: #243254;
    padding: 16px 28px;
    height: 394px;
    border-radius: 5px;
}

    .centralizedDashboard .last24Hours h2 {
        font-size: 16px;
        color: #FAFAFA;
        font-weight: 400;
        margin: 0px 0px 16px;
    }

    /* performance */
    .centralizedDashboard .last24Hours .performance {
        background-color: rgba(250, 250, 250, 0.23);
        width: 338px;
        height: 309px;
        padding: 31px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        margin-inline-end: 32px;
        backdrop-filter: blur(40px);
    }

        .centralizedDashboard .last24Hours .performance h3 {
            margin: 0px;
            color: #243254;
            font-size: 18px;
            font-weight: 800;
        }

        .centralizedDashboard .last24Hours .performance .graph {
            height: 130px;
            width: 100%;
        }

        .centralizedDashboard .last24Hours .performance .percentage {
            color: #243254;
            font-size: 23px;
            font-weight: 800;
        }

        .centralizedDashboard .last24Hours .performance .description {
            font-size: 16px;
            color: #F5F5F5;
            font-weight: 400;
        }

            .centralizedDashboard .last24Hours .performance .description span {
                color: #34B53A;
                font-weight: 800;
                padding-inline-start: 40px;
            }

    /* orders */
    .centralizedDashboard .last24Hours .orders {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex-grow: 1;
    }

        .centralizedDashboard .last24Hours .orders .orderBlock {
            width: 100%;
            height: 95px;
            padding: 24px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #184D89;
            border-radius: 5px;
        }

            .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                background: transparent;
            }

                .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails img {
                    display: block;
                    margin-inline-end: 20px;
                }

                .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails .noOfOrdersAndType {
                }

                    .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails .noOfOrdersAndType .noOfOrders {
                        font-size: 12px;
                        color: rgba(254, 254, 254, 0.85);
                        font-weight: 400;
                        margin-bottom: 8px;
                    }

                        .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails .noOfOrdersAndType .noOfOrders span {
                            font-weight: 600;
                            font-size: 16px;
                            padding-inline-end: 5px;
                        }

                    .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails .noOfOrdersAndType .orderType {
                        font-size: 14px;
                        color: rgba(254, 254, 254, 0.6);
                        font-weight: 400;
                    }

            .centralizedDashboard .last24Hours .orders .orderBlock .orderPercentage {
                font-size: 16px;
                color: rgba(254, 254, 254, 0.85);
                font-weight: 600;
            }

.centralizedDashboard .last24Hours {
    background: #243254;
    padding: 16px 28px;
    height: 394px;
    border-radius: 5px;
}

    .centralizedDashboard .last24Hours h2 {
        font-size: 16px;
        color: #FAFAFA;
        font-weight: 400;
        margin: 0px 0px 16px;
    }

    /* performance */
    .centralizedDashboard .last24Hours .performance {
        background-color: rgba(250, 250, 250, 0.23);
        width: 338px;
        height: 309px;
        padding: 31px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        margin-inline-end: 32px;
        /* filter: blur(40px);
-webkit-filter: blur(40px); */
        backdrop-filter: blur(46px);
    }

        .centralizedDashboard .last24Hours .performance h3 {
            margin: 0px;
            color: #243254;
            font-size: 18px;
            font-weight: 800;
        }

        .centralizedDashboard .last24Hours .performance .graph {
            height: 130px;
            width: 100%;
        }

        .centralizedDashboard .last24Hours .performance .percentage {
            color: #243254;
            font-size: 23px;
            font-weight: 800;
        }

        .centralizedDashboard .last24Hours .performance .description {
            font-size: 16px;
            color: #F5F5F5;
            font-weight: 400;
        }

            .centralizedDashboard .last24Hours .performance .description span {
                color: #34B53A;
                font-weight: 800;
                padding-inline-start: 40px;
            }

    /* orders */
    .centralizedDashboard .last24Hours .orders {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex-grow: 1;
    }

        .centralizedDashboard .last24Hours .orders .orderBlock {
            width: 100%;
            height: 95px;
            padding: 24px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #184D89;
            border-radius: 5px;
        }

            .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                background: transparent;
            }

                .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails img {
                    display: block;
                    margin-inline-end: 20px;
                }

                .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails .noOfOrdersAndType {
                }

                    .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails .noOfOrdersAndType .noOfOrders {
                        font-size: 12px;
                        color: rgba(254, 254, 254, 0.85);
                        font-weight: 400;
                        margin-bottom: 8px;
                    }

                        .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails .noOfOrdersAndType .noOfOrders span {
                            font-weight: 600;
                            font-size: 16px;
                            padding-inline-end: 5px;
                        }

                    .centralizedDashboard .last24Hours .orders .orderBlock .orderDetails .noOfOrdersAndType .orderType {
                        font-size: 14px;
                        color: rgba(254, 254, 254, 0.6);
                        font-weight: 400;
                    }

            .centralizedDashboard .last24Hours .orders .orderBlock .orderPercentage {
                font-size: 16px;
                color: rgba(254, 254, 254, 0.85);
                font-weight: 600;
            }

.rz-arc-gauge .rz-tick-text {
    font-size: 0.875rem;
    fill: #10c626;
}

.centralizedDashboard .last24Hours .performance .description .bad {
    color: #FF1905;
}

.centralizedDashboard .last24Hours .performance .description .good {
    color: #03C009;
}
