/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* the size of the containers will fill up their parents up to the viewport */

/* horizontal scroll happens in the drawer content to keep the drawer on the left side of the screen */
.k-drawer-content[b-zalz8831uv] {
    overflow-x: auto;
}
/* sizing of the header */
.top-row[b-zalz8831uv] {
    left: 0;
}
/* expand-collapse button for the drawer - position above the header */
.drawer-hamburger[b-zalz8831uv] {
    position: absolute;
    z-index: 2;
}

.k-drawer-container[b-zalz8831uv] {
    position: relative;
    width: 100%;
    height: 95%;
}

/*.k-drawer .k-drawer-item {
    white-space: nowrap;
    overflow: hidden;
}*/

.k-level-1[b-zalz8831uv] {
    margin-left: 10px;
    font-size: smaller;
}

.k-level-2[b-zalz8831uv] {
    margin-left: 20px;
    font-size: smaller;
}
/* /Components/Pages/UmsatzZiele.razor.rz.scp.css */


.pointer .k-master-row[b-pdiql5ct6v] {
    cursor: pointer !important;
}

.notification-parent[b-pdiql5ct6v] {
    position: relative;
    height: 250px;
}

.positive[b-pdiql5ct6v] {
    color: green !important;
}

.negative[b-pdiql5ct6v] {
    color: red !important;
}
/* /Components/Shared/Loader.razor.rz.scp.css */
.loader-container[b-4z1zzvyjhd] {
    text-align: center;
    width: 100%;
    display: inline-table;
    padding-top: 30px;
}
