/*
    ###########################
    modify this css as you like
    ###########################
*/

/* TREE MENU */

.catflow-tree-menu {
    min-height: 10px;
}

.treeView {
    height: 100%;
    padding: 1rem;
    background-color: rgba(153, 153, 153, 0.1);
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 1.1rem;
}

.treeView .menu-text {
  	line-height: 1.5rem !important;
  	margin: 5px;
}

.treeView .menu-el {
    color: #000000 !important;
    padding-left: 0.5rem;
}

.treeView span.menu-icon {
	display: flex;
    font-size: 0.8rem;
    width: 2rem;
    justify-content: flex-end;
    align-self: center;
}

.treeView .selected {
	color: #297A38 !important;
}

/* CUSTOM SCROLLBAR*/

.treeView::-webkit-scrollbar {
    width: 11px;
}

.treeView::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
}

.treeView::-webkit-scrollbar-thumb {
    background-color: #D6D6D6D6;
    border-radius: 6px;
    border: 3px solid rgba(255, 255, 255, .7);
}

.treeView {
    scrollbar-color: #D6D6D6D6 rgba(153, 153, 153, 0);
    scrollbar-width: thin;
}

/* LOADER */

.treeView .treeView-loader-body .treeView-loader-circle:before {
    background-color: #90A4AE !important;
}