@import url(//fonts.googleapis.com/earlyaccess/notokufiarabic.css);

.tree-a {
    text-decoration: none;
  font-size: 16px;

  color: #24025b;
    &:hover {
      color: #9A1551;
    }
}
.folder{
  cursor: pointer;
}
.treeview {
  * {
    margin: .1em;
    padding: .1em;
  }

  li {
    font-size: 20px;
    margin-right: 2em;
    list-style: none;
    border-right: 1px dotted #cbbcc7;
    padding: 2px;

    ul {
      display: none;
    }
  }
}

