﻿/* KPIS section start */

.KPIS-Container {
    border-top: 1px solid #10203CE5;
    border-bottom: 1px solid #10203CE5;
    overflow-x: hidden;
    width: 100%
}

/* Vehicles start */
.KPIS-Vehicles-Card-Container {
    width: 23% !important;
    min-width: 319px;
    padding-block: 0.5rem;
    padding-inline-end: 0.75rem;
}

.Vehicles-KPI-Card {
    background: linear-gradient(95.05deg, rgba(12, 27, 53, 0.75) 24.54%, rgba(43, 81, 148, 0.375) 82.08%, rgba(26, 31, 55, 0.375) 124.62%);
    background: linear-gradient(95deg, #0C1B35 24.54%, rgba(43, 81, 148, 0.50) 82.08%, rgba(26, 31, 55, 0.50) 124.62%);
    border-radius: 12px;
    height: 80px !important;
    min-width: 311px;
    padding-inline: 8px;
}

.Vehicles-KPI-Card-Content {
    width: 80%;
    height: 100%;
}

.Vehicles-KPI-Card-Image {
    width: 20%;
}

    .Vehicles-KPI-Card-Image img {
        width: 55px;
        height: 52px;
    }

.Vehicles-KPI-Card-Title {
    color: rgba(160, 174, 192, 1);
    font-size: 12px;
    font-weight: 600;
}

.Vehicles-KPI-Card-Count {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 400;
}

.Vehicles-KPI-Card-SmallCard {
    background: rgba(12, 27, 53, 1);
    box-shadow: 0px 0px 2px 0px rgba(43, 81, 148, 1);
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
    height: 17px !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .Vehicles-KPI-Card-SmallCard.active {
        background: rgba(38, 128, 235, 1);
        box-shadow: 0px 0px 2px 0px rgba(43, 81, 148, 1);
        border-radius: 5px;
        padding: 4px 8px 4px 8px;
        height: 17px !important;
        transition: all 0.3s ease;
        cursor: pointer;
    }

.Vehicles-KPI-Card-Number {
    /*color: rgba(43, 81, 148, 1);*/
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.Vehicles-KPI-Card-Status {
    color: rgba(210, 231, 234, 1);
    font-size: 9px;
    font-weight: 400;
}

.Vehicles-KPI-Card-StatusColor-VeryLate {
    background: rgba(255, 25, 5, 1);
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

.Vehicles-KPI-Card-StatusColor-Late {
    background: rgba(255, 128, 0, 1);
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

.Vehicles-KPI-Card-StatusColor-OnTime {
    background: rgba(3, 192, 9, 1);
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

.Vehicles-KPI-Card-StatusColor-Early {
    background: rgba(9, 109, 220, 1);
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 16px;
}
/*Vehicle kpi graph card *@*/
.progressBarForVehicles {
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 0px 5px;
    /* background: rgb(7 7 35 / 50%); */
    /* opacity: 0.5; */
    gap: 4%;
    height: 100%;
}

    .progressBarForVehicles .progressBarContainer {
        flex-grow: 1;
        /*padding-inline-start: 100px;*/
        /*  padding:  0px 22px;*/
        opacity: 1;
        width: 100%;
        height: 25px;
    }

            .progressBarForVehicles .progressBarContainer .progress {
                width: 100%;
                height: 8px;
                border-radius: 65px;
                margin-bottom: 8px;
            }
            .progressBarForVehicles .progressBarContainer .progress-bar-newdashboard {
                margin-top: 20px;
            }
          

            .progressBarForVehicles .progressBarContainer .progress .veryLateBG {
                background: #ff1905;
            }

            .progressBarForVehicles .progressBarContainer .progress .lateBG {
                background: #ff8000;
            }

            .progressBarForVehicles .progressBarContainer .progress .onTimeBG {
                background: #03c009;
            }

            .progressBarForVehicles .progressBarContainer .progress .earlyBG {
                background: #03c009;
            }
    /**in numbers**/
    .progressBarForVehicles .progressInNumbers .veryLatePercentage {
        color: #ff1905;
    }

    .progressBarForVehicles .progressInNumbers .latePercentage {
        color: #ff8000;
    }

    .progressBarForVehicles .progressInNumbers .onTimePercentage {
        color: #03c009;
    }

    .progressBarForVehicles .progressInNumbers .earlyPercentage {
        color: #096DDC;
    }

    .progressBarForVehicles .progressBarContainer .progressInNumbers {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-weight: 800;
        font-size: 18px;
    }

        .progressBarForVehicles .progressBarContainer .progressInNumbers > div {
            position: relative;
            height: 24px;
        }

            .progressBarForVehicles .progressBarContainer .progressInNumbers > div span {
                /* position: absolute; */
                /* top: -60px; */
                inset-inline-start: -6px;
                font-size: 10px;
                color: #D8D8D8 !important;
                font-weight: 400;
            }

.vehiclesAndOrdersContainer {
    display: flex;
    background: #0C1B35;
    height: 103px;
    border-bottom: 1px solid rgba(40, 62, 99, 1);
}

.vehicleKpiWrapCard {
    border-radius: 20px;
    background: linear-gradient(95deg, #0C1B35 24.54%, rgba(43, 81, 148, 0.50) 82.08%, rgba(26, 31, 55, 0.50) 124.62%);
    backdrop-filter: blur(60px);
    margin: 5px 0 2px 0;
    height: 94px;
}

    .vehicleKpiWrapCard .KPIS-Vehicles-Card-Container, .vehicleKpiWrapCard .Vehicles-KPI-Card {
        min-width: 100%;
    }
    /*in percentage*/
    .vehicleKpiWrapCard .vehiclesInPersentage.progressInPercentage {
        display: flex;
        gap: 10px;
    }

        .vehicleKpiWrapCard .vehiclesInPersentage.progressInPercentage div {
            font-size: 10px;
        }

            .vehicleKpiWrapCard .vehiclesInPersentage.progressInPercentage div span {
                width: 9.615px;
                height: 8px;
                display: inline-block;
                margin-inline-end: 6px;
            }

            .vehicleKpiWrapCard .vehiclesInPersentage.progressInPercentage div.veryLatePercentage span {
                background: #FF1905
            }

            .vehicleKpiWrapCard .vehiclesInPersentage.progressInPercentage div.latePercentage span {
                background: #FF8000
            }

            .vehicleKpiWrapCard .vehiclesInPersentage.progressInPercentage div.onTimePercentage span {
                background: #03C009
            }

            .vehicleKpiWrapCard .vehiclesInPersentage.progressInPercentage div.earlyPercentage span {
                background: #096DDC
            }
/* Vehicles end */
/* Drivers start */
.KPIS-Drivers-Card-Container {
    width: 15% !important;
    min-width: 210px;
    padding-block: 0.5rem;
    padding-inline-end: 0.75rem;
}

.Drivers-KPI-Card {
    background: linear-gradient(95.05deg, rgba(12, 27, 53, 0.75) 24.54%, rgba(43, 81, 148, 0.375) 82.08%, rgba(26, 31, 55, 0.375) 124.62%);
    border-radius: 12px;
    height: 80px !important;
    min-width: 200px;
    padding-inline: 8px;
}

.Drivers-KPI-Card-Content {
    width: 68%;
}

.Drivers-KPI-Card-Image {
    width: 32%;
}

    .Drivers-KPI-Card-Image img {
        width: 55px;
        height: 52px;
    }

.Drivers-KPI-Card-Title {
    color: rgba(160, 174, 192, 1);
    font-size: 12px;
    font-weight: 600;
}

.Drivers-KPI-Card-Count {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 400;
}

.Drivers-KPI-Card-SmallCard {
    background: rgba(12, 27, 53, 1);
    box-shadow: 0px 0px 2px 0px rgba(43, 81, 148, 1);
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
    height: 17px !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .Drivers-KPI-Card-SmallCard.active {
        background: rgba(38, 128, 235, 1);
        box-shadow: 0px 0px 2px 0px rgba(43, 81, 148, 1);
        border-radius: 5px;
        padding: 4px 8px 4px 8px;
        height: 17px !important;
        transition: all 0.3s ease;
        cursor: pointer;
    }

.Drivers-KPI-Card-Number {
    /*color: rgba(43, 81, 148, 1);*/
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.Drivers-KPI-Card-Status {
    color: rgba(210, 231, 234, 1);
    font-size: 9px;
    font-weight: 400;
}

.Drivers-KPI-Card-StatusColor-Idle {
    background: #FFDA4B;
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

.Drivers-KPI-Card-StatusColor-Busy {
    background: #FF1905;
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

/* Drivers end */

/* Distance start */
.KPIS-Distance-Card-Container {
    width: 19% !important;
    min-width: 268px;
    padding-block: 0.5rem;
    padding-inline-end: 0.2rem;
}

.Distance-KPI-Card {
    background: linear-gradient(95.05deg, rgba(12, 27, 53, 0.75) 24.54%, rgba(43, 81, 148, 0.375) 82.08%, rgba(26, 31, 55, 0.375) 124.62%);
    border-radius: 12px;
    height: 80px !important;
    min-width: 256px;
    padding-inline: 8px;
}

.Distance-KPI-Card-Content {
    width: 100%;
}

.Distance-KPI-Card-Title {
    color: rgba(160, 174, 192, 1);
    font-size: 12px;
    font-weight: 600;
}

.Distance-KPI-Card-Count {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 400;
}

.Distance-KPI-Card-SmallCard {
    padding: 4px 8px 4px 8px;
    height: 17px !important;
}

.Distance-KPI-Card-Number {
    /*color: rgba(43, 81, 148, 1);*/
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    width: 28px;
    margin-inline-end: 3px;
}

.Distance-KPI-Card-Number-Actual-Empty {
    /*color: rgba(43, 81, 148, 1);*/
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    width: 40px;
    margin-inline-end: 3px;
}

.Distance-KPI-Card-Number-KM {
    /*color: rgba(43, 81, 148, 1);*/
    color: #fff;
    font-size: 8px;
    font-weight: 500;
    margin-inline-end: 15px;
}

.Distance-KPI-Card-Status {
    color: rgba(210, 231, 234, 1);
    font-size: 9px;
    font-weight: 400;
    width: 35px;
    min-width: 35px;
    margin-inline-end: 4px;
}

.Distance-KPI-Card-StatusColor-Planned {
    background: rgba(255, 128, 0, 1);
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 8px;
}

.Distance-KPI-Card-StatusColor-Actual {
    background: rgba(3, 192, 9, 1);
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 8px;
}

.Distance-KPI-Card-CircleStatusColor-Loaded {
    background: #34B53A;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-inline-end: 6px;
}

.Distance-KPI-Card-CircleStatusColor-Empty {
    background: #FF3A29;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-inline-end: 6px;
}

/* Distance end */


/* Stops start */
.KPIS-Stops-Card-Container {
    width: 21% !important;
    min-width: 307px;
    padding-block: 0.5rem;
    padding-inline-end: 0.75rem;
}

.Stops-KPI-Card {
    background: linear-gradient(95.05deg, rgba(12, 27, 53, 0.75) 24.54%, rgba(43, 81, 148, 0.375) 82.08%, rgba(26, 31, 55, 0.375) 124.62%);
    border-radius: 12px;
    height: 80px !important;
    min-width: 295px;
    padding-inline: 8px;
}

.Stops-KPI-Card-Content {
    width: 78%;
}

.Stops-KPI-Card-Image {
    width: 22%;
}

    .Stops-KPI-Card-Image img {
        width: 55px;
        height: 52px;
    }

.Stops-KPI-Card-Title {
    color: rgba(160, 174, 192, 1);
    font-size: 12px;
    font-weight: 600;
}

.Stops-KPI-Card-Count {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 400;
}

.Stops-KPI-Card-SmallCard {
    /*background: rgba(12, 27, 53, 1);*/
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
    height: 17px !important;
}

.Stops-KPI-Card-SmallCard-button {
    box-shadow: 0px 0px 2px 0px rgba(43, 81, 148, 1);
    background: rgba(12, 27, 53, 1);
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
    height: 17px !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .Stops-KPI-Card-SmallCard-button.active {
        background: rgba(38, 128, 235, 1);
        box-shadow: 0px 0px 2px 0px rgba(43, 81, 148, 1);
        border-radius: 5px;
        padding: 4px 8px 4px 8px;
        height: 17px !important;
        transition: all 0.3s ease;
        cursor: pointer;
    }

.Stops-KPI-Card-Number {
    /*color: rgba(43, 81, 148, 1);*/
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.Stops-KPI-Card-Status {
    color: rgba(210, 231, 234, 1);
    font-size: 9px;
    font-weight: 400;
}

.Stops-KPI-Card-StatusColor-NotYet {
    background: #03C009;
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

.Stops-KPI-Card-StatusColor-Visited {
    background: #FF1905;
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

/* Stops end */

/* Orders start */
.KPIS-Orders-Card-Container {
    width: 26% !important;
    min-width: 390px;
    padding-block: 0.5rem;
    padding-inline-end: 0.75rem;
}

.Orders-KPI-Card {
    background: linear-gradient(95.05deg, rgba(12, 27, 53, 0.75) -3.46%, rgba(43, 81, 148, 0.375) 82.08%, rgba(26, 31, 55, 0.375) 124.62%);
    border-radius: 12px;
    height: 80px !important;
    min-width: 375px;
    padding-inline: 8px;
}

.Orders-KPI-Card-Content {
    width: 100%;
}

.Orders-KPI-Card-Title {
    color: rgba(160, 174, 192, 1);
    font-size: 12px;
    font-weight: 600;
}

.Orders-KPI-Card-Count {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 400;
}

.Orders-KPI-Card-SmallCard {
    background: #0C1B35;
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
    height: 17px !important;
    cursor: pointer;
}

    .Orders-KPI-Card-SmallCard.active {
        background: rgba(38, 128, 235, 1);
        box-shadow: 0px 0px 2px 0px rgba(43, 81, 148, 1);
        border-radius: 5px;
        padding: 4px 8px 4px 8px;
        height: 17px !important;
        transition: all 0.3s ease;
        cursor: pointer;
    }

.Orders-KPI-Card-SmallCard-WithoutBG {
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
    height: 17px !important;
}

.Orders-KPI-Card-Number {
    /*color: rgba(43, 81, 148, 1);*/
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.Orders-KPI-Card-Status {
    color: rgba(210, 231, 234, 1);
    font-size: 9px;
    font-weight: 400;
}

.Orders-KPI-Card-StatusColor-VeryLate {
    background: rgba(255, 25, 5, 1);
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

.Orders-KPI-Card-StatusColor-Late {
    background: rgba(255, 128, 0, 1);
    width: 11px;
    height: 8px;
    min-width: 11px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

.Orders-KPI-Card-StatusColor-OnTime {
    background: rgba(3, 192, 9, 1);
    width: 11px;
    height: 8px;
    min-width: 11px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

.Orders-KPI-Card-StatusColor-Early {
    background: rgba(9, 109, 220, 1);
    width: 11px;
    height: 8px;
    min-width: 11px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

.Orders-KPI-Card-StatusColor-Done {
    background: #62AAFF;
    width: 11px;
    min-width: 11px;
    height: 8px;
    border-radius: 5px;
    margin-inline-end: 16px;
}

.OrderKpiWrapCard {
    border-radius: 20px;
    background: linear-gradient(95deg, #0C1B35 24.54%, rgba(43, 81, 148, 0.50) 82.08%, rgba(26, 31, 55, 0.50) 124.62%);
    backdrop-filter: blur(60px);
    margin: 5px 0 2px 0;
    height: 94px;
}

.padding-kpis-new-userDashboard {
    padding-inline: .25rem !important;
    padding-block: 0.18rem;
}

        .OrderKpiWrapCard .Orders-KPI-Card {
            margin-block: 0.5rem;
            margin-inline-end: 0.75rem;
            min-width: 90%;
            align-items: center;
        }
        

        .OrderKpiWrapCard .Orders-KPI-Card-Content .rz-chart {
            position: relative;
            max-height:50px;
/*            height: 118px;
*/        }
.radzen-chart-container {
    width: 100%;
    height: 100%;
}

.SharedOrderKPI.Orders-KPI-Card .myDonutGraph {
    max-height: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
/*    padding: 0px 10px;*/
}
.SharedOrderKPI.Orders-KPI-Card .myDonutGraph .graph .rz-chart 
{
/*    margin-top: 15px;*/
    font-size: 12px;
}

.OrderKpiWrapCard .Orders-KPI-Card-Content .rz-chart svg g {
    height: 100%;
    width: 100%;
}
        .OrderKpiWrapCard .Orders-KPI-Card-Content .User-Dashboard-OrderChart .rz-chart svg g {
            transform: translate(-1px, 1px);
        }
        .OrderKpiWrapCard .Orders-KPI-Card-Content .Centralize-DashBoard-OrderChart .rz-chart svg g {

            transform: translate(10px, 1px);
        }

    .OrderKpiWrapCard .Orders-KPI-Card-Content .rz-legend.rz-legend-right {
        display: none
    }
.myDonutGraph .rz-legend.rz-legend-right {
    display: none
}

.OrderKpiWrapCard .OrderInPercentage.progressInPercentage {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 15px;
}

        .OrderKpiWrapCard .OrderInPercentage.progressInPercentage div {
            font-size: 10px;
            width: 46%;
        }

            .OrderKpiWrapCard .OrderInPercentage.progressInPercentage div span {
                width: 9.615px;
                height: 8px;
                display: inline-block;
                margin-inline-end: 6px;
            }

            .OrderKpiWrapCard .OrderInPercentage.progressInPercentage div.veryLatePercentage span {
                background: #FF1905
            }

            .OrderKpiWrapCard .OrderInPercentage.progressInPercentage div.latePercentage span {
                background: #FF8000
            }

            .OrderKpiWrapCard .OrderInPercentage.progressInPercentage div.onTimePercentage span {
                background: #03C009
            }

            .OrderKpiWrapCard .OrderInPercentage.progressInPercentage div.earlyPercentage span {
                background: #096DDC
            }
            .progressBarForVehicles .progressBarContainer .progress .earlyBG {
                background: #096DDC;
            }
/* Orders end */

/* KPIS section end */
.centralizedDashboardNew .dashboardOrders.OrderKpiWrapCard .myDonutGraph .graph .rz-chart {
    width: 100%;
    margin-top: -54px;
    margin-inline-start: 30px;
}
.userDashboardNew .rightSectionCentralizedDashboard.OrderKpiWrapCard .myDonutGraph .graph .rz-chart.rz-scheme-pastel {
    height: 114px !important;
}


[dir='rtl'] .owl-stage-outer {
    inset-inline-start: 6px;
}

.userDashboardNew .vehiclesAndOrdersContainer .owl-stage-outer {
    inset-inline-start: 15px !important;
}

.userDashboardOrdersKPIS .OrderKpiWrapCard, .userDashboardVehiclesKPIS .vehicleKpiWrapCard {
    background: #182E55 !important;
}

.userDashboardVehiclesKPIS .KPIS-Vehicles-Card-Container.A-1, .userDashboardOrdersKPIS .Orders-KPI-Card.A-1, .userDashboardDriversKPIS .Drivers-KPI-Card.A-1, .userDashboardRoutesAndLocationsKPIS .routesCard {
    padding-inline-start: 0.5rem;
    padding-inline-end: 0.25rem;
}

.userDashboardVehiclesKPIS .KPIS-Vehicles-Card-Container.A-2, .userDashboardOrdersKPIS .Orders-KPI-Card.A-2, .userDashboardDriversKPIS .Drivers-KPI-Card.A-2, .userDashboardRoutesAndLocationsKPIS .Stops-KPI-Card {
    padding-inline-start: 0.25rem;
    padding-inline-end: 0.5rem;
}

.userDashboardOrdersKPIS .Orders-KPI-Card.A-1, .userDashboardDriversKPIS .Drivers-KPI-Card.A-1, .userDashboardRoutesAndLocationsKPIS .routesCard {
    margin-inline-start: 0.5rem;
    margin-inline-end: 0.25rem;
}

.userDashboardOrdersKPIS .Orders-KPI-Card.A-2, .userDashboardDriversKPIS .Drivers-KPI-Card.A-2, .userDashboardRoutesAndLocationsKPIS .Stops-KPI-Card {
    margin-inline-start: 0.25rem;
    margin-inline-end: 0.5rem;
}

.userDashboardRoutesAndLocationsKPIS .dashboardRoutes .routesAndLocations .title, .userDashboardRoutesAndLocationsKPIS .Stops-KPI-Card-Title, .userDashboardVehiclesKPIS .Vehicles-KPI-Card-Title, .userDashboardOrdersKPIS .Orders-KPI-Card-Title {
    font-size: 13px;
}

.userDashboardVehiclesKPIS .Vehicles-KPI-Card-Status, .userDashboardOrdersKPIS .Orders-KPI-Card-Status, .userDashboardRoutesAndLocationsKPIS .Stops-KPI-Card-SmallCard-button .Drivers-KPI-Card-Status, .userDashboardRoutesAndLocationsKPIS .Stops-KPI-Card-SmallCard .Stops-KPI-Card-Status {
    font-size: 10px;
}