﻿.userDashboard {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: #fff;
    background: rgba(40, 62, 99, 1);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
    height: calc(100vh - 54px);
    /*padding: 16px;*/
}

    /* leftSectionCentralizedDashboard */
    .userDashboard .leftSection {
        width: calc(40% - 20px);
        margin-inline-end: 20px;
    }

    /* rightSectionCentralizedDashboard */
    .userDashboard .rightSection {
        width: 60%;
    }
.vehiclesAndOrdersContainer{
    display: flex;
}

.rz-chart-tooltip {
    transform: translate(15%, -42%) !important;
    z-index: 2000000000000000000 !important;
}