#trash-footer {
    padding: 15px;
    background: white;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.empty-trash-btn {
    background: #e74c3c;
    color: white;
    padding: 12px 25px;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
}
