﻿.centralizedDashboard .dashboardVehicles {
}

    /* routesAndLocations */
    .centralizedDashboard .dashboardVehicles .routesAndLocations {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        margin-bottom: 12px;
    }

        .centralizedDashboard .dashboardVehicles .routesAndLocations .routes {
            background-color: rgba(36, 50, 84, 1);
            border: 2px solid rgba(206, 215, 223, 1);
            border-start-start-radius: 0;
            border-start-end-radius: 28px;
            border-end-end-radius: 28px;
            border-end-start-radius: 28px;
            width: 195px;
            height: 47px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            color: #8F9BA6;
            padding: 0px 20px;
            font-size: 18px;
        }

            .centralizedDashboard .dashboardVehicles .routesAndLocations .routes img {
                margin-inline-end: 12px;
            }

            .centralizedDashboard .dashboardVehicles .routesAndLocations .routes span {
                padding-inline-end: 8px;
            }

        .centralizedDashboard .dashboardVehicles .routesAndLocations .locations {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0px 20px;
            /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
            /* background: #213453; */
            width: 248px;
            height: 52px;
            background: url(../../images/CentralizedDashboard/locations-bg.svg);
            background-size: cover;
            background-repeat: inherit;
            background-position: center;
            color: #F5F5F5;
            font-size: 18px;
            font-weight: 500;
        }

            .centralizedDashboard .dashboardVehicles .routesAndLocations .locations img {
                margin-inline-end: 12px;
            }

            .centralizedDashboard .dashboardVehicles .routesAndLocations .locations span {
                padding-inline-end: 8px;
            }

        .centralizedDashboard .dashboardVehicles .routesAndLocations .vehicleSearch .advancedSearch {
            border: 1px solid #B5B3BF;
        }

            .centralizedDashboard .dashboardVehicles .routesAndLocations .vehicleSearch .advancedSearch .noFilterSelected {
                font-size: 14px;
            }

            .centralizedDashboard .dashboardVehicles .routesAndLocations .vehicleSearch .advancedSearch .numberOfselectedFilters {
                width: fit-content;
            }

                .centralizedDashboard .dashboardVehicles .routesAndLocations .vehicleSearch .advancedSearch .numberOfselectedFilters p {
                    font-weight: normal;
                }

                .centralizedDashboard .dashboardVehicles .routesAndLocations .vehicleSearch .advancedSearch .numberOfselectedFilters button img {
                    width: 10px
                }

            .centralizedDashboard .dashboardVehicles .routesAndLocations .vehicleSearch .advancedSearch .advancedSearchDropdown .dropdownMenu .formTitle {
                font-size: 14px;
            }

            .centralizedDashboard .dashboardVehicles .routesAndLocations .vehicleSearch .advancedSearch .advancedSearchDropdown .dropdownMenu form .form-group label {
                font-size: 14px;
            }

            .centralizedDashboard .dashboardVehicles .routesAndLocations .vehicleSearch .advancedSearch .advancedSearchDropdown .dropdownMenu form .form-group select {
                height: auto;
                width: 100%;
                font-size: 14px;
            }

            .centralizedDashboard .dashboardVehicles .routesAndLocations .vehicleSearch .advancedSearch .advancedSearchDropdown .dropdownMenu form button {
                font-size: 14px;
                height: auto;
            }
    /* vehiclesProgress */
    .centralizedDashboard .dashboardVehicles .vehiclesProgress {
        width: 100%;
        height: 110px;
        background: #243254;
        border: 1px solid #184D89;
        border-radius: 5px;
        padding: 16px 20px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .centralizedDashboard .dashboardVehicles .vehiclesProgress .title {
            display: flex;
            align-items: flex-start;
            align-self: flex-start;
            flex-direction: column;
        }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .title img {
                margin-inline-end: 8px;
            }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .title h3 {
                margin: 0px;
                color: #CED7DF;
                font-size: 16px;
                font-weight: 600;
            }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .title .totalNo {
                font-size: 22px;
                font-weight: bold;
                padding-inline-start: 35px;
            }

        .centralizedDashboard .dashboardVehicles .vehiclesProgress .ProgressBarAndVehiclesInPersentage {
            display: flex;
            align-items: center;
            flex-grow: 1;
            padding: 7px 22px;
            gap: 4%
        }

        .centralizedDashboard .dashboardVehicles .vehiclesProgress .title .vehiclesInPersentage.progressInPercentage {
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
        }

        .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressBarContainer {
            flex-grow: 1;
            /*padding-inline-start: 38px;*/
            padding-top: 15px;
        }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressBarContainer .progress {
                width: 100%;
                height: 8px;
                border-radius: 65px;
                margin-bottom: 5px;
            }


                .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressBarContainer .progress .veryLateBG {
                    background: #ff1905;
                }

                .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressBarContainer .progress .lateBG {
                    background: #ff8000;
                }

                .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressBarContainer .progress .onTimeBG {
                    background: #03c009;
                }

        .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressInPercentage {
            width: 15%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-weight: 500;
            font-size: 16px;
            margin-bottom: 5px;
            flex-direction: column;
            padding-inline-start: 15px;
        }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressInPercentage .veryLatePercentage,
            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressInNumbers .veryLatePercentage {
                color: #ff1905;
            }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressInPercentage .latePercentage,
            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressInNumbers .latePercentage {
                color: #ff8000;
            }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressInPercentage .onTimePercentage,
            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressInNumbers .onTimePercentage {
                color: #03c009;
            }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressInPercentage .earlyPercentage,
            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressInNumbers .earlyPercentage {
                color: #096DDC;
            }

        .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressBarContainer .progressInNumbers {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-weight: 800;
            font-size: 21px;
            line-height: 39px;
        }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressBarContainer .progressInNumbers > div:nth-of-type(even) {
                position: relative;
            }

                .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressBarContainer .progressInNumbers > div:nth-of-type(even) span {
                    position: absolute;
                    top: -74px;
                    inset-inline-start: -6px;
                }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressBarContainer .progressInNumbers > div:nth-last-of-type(1) {
                display: flex;
                align-items: center;
                justify-content: flex-end;
            }

            .centralizedDashboard .dashboardVehicles .vehiclesProgress .progressBarContainer .progressInNumbers .onTimePercentage .totalNo {
                color: #f5f5f5;
                font-size: 32px;
            }
