
.centro-custo-tree{
  position: absolute;
  border: 1px solid Gainsboro;
  border-radius: 10px;
  background-color: white;
  z-index: 10;
  display: none;
}
.centro-custo-tree.show{
  display: block;
}
.centro-custo-el-tree{
  width: 280px;
  overflow-x: scroll;
}


.el-cascader-menu {
  max-height: 450px !important;
}


/*# sourceMappingURL=chunk-3fb5be27.34891055.css.map*/