.form{flex-direction:column;gap:10px;width:300px;margin:auto;display:flex}.navbar{color:#fff;background:#333;justify-content:space-between;padding:15px;display:flex}.navbar a{color:#fff;margin:0 10px;text-decoration:none}.user-email{color:#ff0;margin:0 10px;font-weight:700}.form{width:300px;margin:auto}.dashboard{padding:20px}.task-form{gap:10px;display:flex}.task{background:#eee;margin:5px;padding:10px}.product-item-div{border:1px solid #d3d3d3;border-radius:10px;width:200px;padding:10px}.all-products-div{justify-content:space-around;margin-top:20px;display:flex}.price{font-size:20px;font-weight:700}.preview-container{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.preview-item{width:50px;height:50px;position:relative}.preview-img{object-fit:cover;border:1px solid #ccc;border-radius:8px;width:100%;height:100%}.remove-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:50%;width:20px;height:20px;font-size:12px;position:absolute;top:-6px;right:-6px}.cart-item{border:1px solid #d3d3d3;border-radius:10px;width:200px;margin:20px;padding:10px}.product-image{width:100%}.cart-component{justify-content:center;margin-top:20px;display:flex}.main-cart-component{flex-direction:column;justify-content:center;align-items:center;display:flex}.paybutton{color:#fff;cursor:pointer;background-color:#5b4120;border:1px solid gray;border-radius:12px;padding:8px}.add-products-component{margin-top:80px}.upload-form{flex-direction:column;width:300px;margin:auto;display:flex}.form-el{margin:10px 0}*{font-family:Trebuchet MS,sans-serif}
