﻿.customSidebar {
    background: linear-gradient(0deg, rgba(125,187,111,1) 0%, rgba(95,177,87,1) 35%);
    position: fixed;
    top: 56px;
}

.customSidebar.e-sidebar.e-left {
    padding-top: 56px;
}

.customSidebar .bi {
    height: 100%;
}

.customSidebar .e-treeview > .e-ul {
    overflow: initial !important;
}

.customSidebar .e-text-content, .customSidebar .e-text-content .e-list-text {
    color: white;
}

.customSidebar .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
    background-color: rgba(255,255,255,0.25);
    border: none;
}

.customSidebar li.e-fullrow:hover {
    background-color: rgba(255,255,255,0.1);
    border: none;
}

.customSidebar .e-list-item.e-active.e-hover > .e-fullrow {
    background-color: rgba(255,255,255,0.1);
    border: none;
}

.customToolbar {
    border-bottom: 1px solid #d6d5d5;
    font-size: 16px;
    height: 56px !important;
    z-index: 1001;
}

.customToolbar .e-toolbar-item {
    margin-left: 8px;
    margin-right: 8px;
}
