#delivery-list {
    list-style: none;
}
#delivery-list li{
    list-style: none;
    margin: 0px 0px 1rem 0px;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

#completed-list {
    list-style: none;
}
#completed-list li{
    list-style: none;
    margin: 0px 0px 1rem 0px;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.list-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .ghost {
      opacity: .4;
  }
  
  .list-item {
    background: #8bb3f4;
    padding: 0.5rem;
    border: 1px solid white;
    margin: 1px 0;
  }
  
  .placeholder {
    display: none;
    background: #303742;
    pointer-events: none;
  }
  
  