/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.uppy-Dashboard-poweredBy {
  display: none !important;
}
.uppy-DashboardContent-title {
  position: relative !important;
}
.uppy-Dashboard-note {
  background: #fde898 !important;
  color: #533a0c !important;
  padding: 15px 10px !important;
}

.listing-items {
}
.listing-items .item {
  display: block;
  border: 1px solid #e8e4e4;
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
  overflow: hidden;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: all 0.3s;
}
.listing-items .item .title {
  font-weight: 900;
}
.listing-items .item .desc {
  margin-top: 5px;
  color: #595959;
  font-size: 13px;
}
.listing-items .item:hover {
  transform: scale(1.02);
}
.listing-items .item .date {
  float: right;
  color: #595959;
}
.listing-item ul {
  list-style: disc;
  padding: 0 20px;
}
