:root{
    --linha-background: #fff;
    --linha-texto-color: #000;
    --arvore-background: #fff;
}

.col-tree{
    background: var(--linha-background);
    color: var(--linha-texto-color);
    border-radius: 4px;
    padding-right: 5px !important;
    min-width: 300px;
}

.blanc-col {
  background-color: transparent;
}

.icon_col {
  max-width: 40px;
}

.p-names {
  padding-top: 8px;
  padding-left: 8px;
  font-family: 'Arial';
}
.col.d-lg-flex.align-items-lg-center.icon_col {
    border-radius: 10px 0px 0px 10px !important;
}

[page-name='treeview'] [form] div.card-body.panel-body{
    border: none;
    background: transparent;
}


.background{
    background: var(--arvore-background);
    padding: 24px 24px 24px 10px;
    border-radius: 8px;
}
@media(max-width: 600px){
  #b660f1473b1479{
 width: 900px !important;
 max-height: 470px;
}  
}
#b660f1473b1479 {
    height: 470px !important;
    max-height: 470px;
}
[page-name='treeview'] div.panel.panel-default{
    border: none !important;
}