﻿.dashBoardFlexContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dashBoardFlexItem {
    flex: 1;
    margin-bottom: 5vh;
    min-height: 10vh;
}

.coming-up {
    width: 60vw !important;
    max-height: 40vh;
    overflow-y: scroll;
}

    .coming-up::-webkit-scrollbar {
        display: none;
    }

    .coming-up {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

.donut-chart {
    margin: 20px;
}

.flex-child-content {
    flex: 1;
}

    .flex-child-content:first-child {
        flex: 0 0 40vw;
        margin-right: 2.5em;
    }

    .flex-child-content:last-child {
        margin-right: 2em;
    }

#filter-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    text-align: right;
}