span.file-name.hide{
  display: none;
}
.folder, span.file-name {
  cursor: pointer;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f8f7ff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,0.125);
  border-radius: 0.5rem;
  margin-bottom: 0.625rem!important;
  padding: 20px;
  font-size: 1.3125rem;
}
span.file-name a:before {
  color: #9a27af;
  vertical-align: middle;
  font-family: "dashicons";
  content: "\f316";
  display: inline-block;
  margin-right: 10px;
}
.folder.sub-folder {
  position: relative;
  left: 20px;
  cursor: pointer;
}