@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400;500;600;700;800&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primaryPurple:#646ff0;--black-1:#646681;--black-2:#585858;--bg-1:#f8f8ff;--bg-2:#ecedf6;--bg-3:#cccdde;--gray-1:#eee;--gray-2:#dedfe1;--black:#000;--white:#fff}html{font-size:10px}body{background-color:#f8f8ff;background-color:var(--bg-1);min-height:100vh;width:100%}*,body{font-family:Poppins,sans-serif}.container{margin:0 auto;max-width:1200px;width:90%}.heading{color:#646681;color:var(--black-1);display:inline-block;font-family:Poppins;font-size:4rem;font-weight:700;margin:2rem auto 1.5rem;text-align:center;text-transform:uppercase;width:100%}.wrapper{margin:0 auto;max-width:750px;width:100%}.add_product{align-items:center;display:flex;height:60px;justify-content:center}.button{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:1.6rem;font-weight:500;height:auto;overflow:hidden;padding:.8rem 2rem;text-decoration:none;text-transform:capitalize}.button--primary{background-color:#646ff0;background-color:var(--primaryPurple);color:#fff;color:var(--white)}.button--secondary{background-color:#cccdde;background-color:var(--bg-3);color:#646681;color:var(--black-1)}.modal_wrapper{background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal_container,.modal_wrapper{align-items:center;display:flex;justify-content:center}.modal_container{background-color:#ecedf6;background-color:var(--bg-2);border-radius:8px;margin:0 auto;max-width:500px;padding:2rem;position:relative;width:90%}.modal_closeButton{align-items:center;background-color:#eee;background-color:var(--gray-1);border-radius:4px;color:#585858;color:var(--black-2);cursor:pointer;display:flex;font-size:2.5rem;justify-content:center;padding:.5rem;position:absolute;right:0;top:-10px;transform:translateY(-100%);transition:all .3s ease;z-index:-1}.modal_closeButton:hover{background-color:#e32525;color:#fff}.modal_form_title{color:#646681;color:var(--black-1);font-size:2rem;font-weight:600;margin-bottom:2rem;text-transform:capitalize}.modal_form{width:100%}.modal_form label{color:#646681;color:var(--black-1);font-size:1.6rem}.modal_form label input,.modal_form label select{background-color:#fff;background-color:var(--white);border:none;font-size:1.6rem;margin-bottom:2rem;margin-top:.5rem;padding:1rem;width:100%}.modal_button_container{align-items:center;display:flex;gap:1rem;justify-content:flex-start;margin-top:2rem}.secondary_text{background-color:#dedfe1;background-color:var(--gray-2);border-radius:8px;color:#585858;color:var(--black-2);font-size:1.6rem;font-weight:500;height:auto;margin:0 auto;padding:.5rem 1rem;text-align:center;width:-webkit-max-content;width:max-content}.product_items_wrapper{background-color:#ecedf6;background-color:var(--bg-2);border-radius:12px;margin-top:2rem;padding:4rem 2rem}.items_container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.item_wrapper{background:#fff;background:var(--white);border-radius:8px;justify-content:space-between;overflow:auto;padding:1rem}.item_container,.item_wrapper{align-items:center;display:flex;width:100%}.item_container{flex-direction:column;gap:1rem;justify-content:flex-start}.item_text{margin-right:auto;margin-top:.5rem;text-align:start}.item_header{align-items:center;display:flex;justify-content:space-between;width:100%}.item_header h3{color:#646681;color:var(--black-1);font-family:Poppins;font-size:1.75rem;font-weight:600}.actions{gap:1rem;margin-left:auto}.actions,.icon{align-items:center;display:flex;justify-content:center}.icon{background-color:#eee;background-color:var(--gray-1);border-radius:4px;color:#585858;color:var(--black-2);cursor:pointer;font-size:2rem;padding:.5rem;transition:background-color .3s ease}.icon:hover{background-color:#dedfe1;background-color:var(--gray-2)}
/*# sourceMappingURL=main.7b843bf3.css.map*/