﻿
.chartContainer {
    height: 575px;
    min-height: 575px; /*prevents from collapsing when using in a smaller outer container*/
    border: 1px solid var(--wideScreenGrey);
}

.collapsedHeader {
    border: 1px solid var(--wideScreenGrey);
    height: fit-content;
    padding: 0.75rem var(--sp);
    flex: 1;
    font-weight: bold;

    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}

.clickableGridToolbarContainer {
    flex: 1;
    align-items: center;
    display: flex;
    cursor: pointer;
    padding-left: 1rem;
    gap: 1rem;
}

.collapseExpandIcon {
    padding: 2px;
    margin-left: 8px;
    height: 100%;
    width: auto;
    display: flex;
    align-items: baseline;
}

.gridActionButtonContainer { /*todo: apply single style to different projects*/
    width: 100%;
    display: flex;
    flex-direction: row;
    gap:var(--sp);
    justify-content: right;
    margin-bottom:0.5rem;
}

.lastLevelDrilldownGrid .k-hierarchy-cell {
     /* fixing unnecessary left padding of content */
}

.drilldownItemCard {
    max-height:500px;
    overflow-x:hidden;
    overflow-y:scroll;
}
