/*.subscriber-tree-item {
    display: flex;
    align-items: center;
}

    .subscriber-tree-item.marked {
        width: 100%;
        background-color: yellow;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
    }*/

.grid-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.grid-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.mud-tabs-tabbar.drop-shadow {
    filter: drop-shadow(5px 5px 5px #f0f0f0);
}

.mud-list-item.list-item-parent {
    background-color: whitesmoke;
}

.mud-list-item-disabled.list-item-parent > svg:last-of-type {
    opacity: 0;
}


.mud-expand-panel.side-bar .mud-expand-panel-header {
    padding: 10px
}
