﻿.centralizedDashboard {
    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: 100vh;
    padding: 8px 16px;
}

    /* leftSectionCentralizedDashboard */
    .centralizedDashboard .leftSectionCentralizedDashboard {
        width: calc(40% - 20px);
        margin-inline-end: 20px;
    }

    /* rightSectionCentralizedDashboard */
    .centralizedDashboard .rightSectionCentralizedDashboard {
        width: 60%;
    }
