.mtree {
    direction: inherit!important;
	overflow-x: auto;
    display: grid;
}
.mtree > ul {
    width: 100%;
}
.fixed-td, .fixed-th{
	position: sticky!important;
    left: 0;
    z-index: 11;
}
.theme-darknight .fixed-td, .theme-darknight .fixed-th{
	background: #385065;
}
.theme-polygon .fixed-td, .theme-polygon .fixed-th{
	background: #fff;
}
.theme-darknight [data-pla-control="section-body"]>div.row>div:not(.sxbuilder) [widget="sx-widget-sxgrid"] .sx-table>tbody>tr:hover,
.theme-darknight .desktop>.window-area>.modal [widget="sx-widget-sxgrid"] .sx-table>tbody>tr:hover, 
.theme-darknight .sectionTop [widget="sx-widget-sxgrid"] .sx-table>tbody>tr:hover {
	background: #06263f!important;
}
.theme-darknight .drawingArea [data-role="tooltip"]{
	color: #b0ddeb;
}