.odd-dropzone {
  border: 2px dashed #dedede;
  border-radius: 5px;
  background: #f5f5f5;
  padding:20px;
  text-align: center;
}

.odd-dropzone i{
  font-size: 5rem;
}

.odd-dropzone .dz-message {
  color: rgba(0,0,0,.54);
  font-weight: 500;
  font-size: initial;
  text-transform: uppercase;
}

.medialist td {
  padding: 20px;
} 

.medialist tr {
  cursor: pointer;
    color: #FFF;
    margin-bottom: 10px;
    padding: 20px;
    background: rgba(255,255,255,0.1);
}

.medialist tr:hover {
    background: rgba(255,255,255,0.2);
}

.media-item-actions a {
  color:#FFF;
  text-decoration: none;
  dispay:inline-block;
  margin-right: 20px;
}


.media-item-actions a i {
  margin-right: 10px;
}

.media-file-icon {
  width: 150px;
  height: 100px;
  background: #EEE;
  display: flex;
  align-content: center;
  justify-content: center;
}

.media-file-icon i {
  align-self: center;
  color:#333;
  font-size: 30px;
}

.folder-list b {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}

.folder-list {
  display: flex;
  flex-wrap: wrap;
}

.folder-list .folder-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.folder-list i:hover {
  color: #AEBDF3;
}

.folder-list i {
  color: var(--odd-yellow-hover);
  font-size: 36px;
  margin-bottom: 5px;
}

.folder-list b {
  margin-left: 5px;
}

.media-item-actions button {
  display: inline-block;
  margin-left: 10px;
}

#create-folder-button {
  margin-bottom: 21px;
}

#childFoldName i {
  color: var(--odd-yellow-hover);
  margin-right: 4px;
}

#back-button:hover{
  color:white;
}