@import"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&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}header{width:100vw;display:flex;justify-content:space-between;align-items:center;box-shadow:1px 0 5px #0003;position:fixed;top:0;z-index:10;background-color:#dc143c}header ul{width:40%;height:50px;display:flex;justify-content:space-evenly;align-items:center}header ul li{list-style:none;cursor:pointer}li a{color:#000;transition:all .3s;padding:2px 10px;border-radius:10px}li a:hover{color:#000}li .login{font-size:16px;font-weight:500}header h2{margin-left:1rem}section{height:100vh;width:90%;margin:0 auto}.home{display:flex;margin-top:6rem;gap:10rem;position:relative}.home .left h1{margin-bottom:1rem}.home button{color:#000;border:none;background-color:#bd8686;width:200px;padding:.5rem;border-radius:0}.home a:hover{color:#fff;background-color:#2c4860}.home .left h5{margin:2rem 0}.bg svg{position:absolute;bottom:0}.card-container{width:80%;margin:auto;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,13rem);cursor:pointer}.card{box-shadow:0 1px 2px #00000080;text-align:center;border-radius:5px}.card-body{background-color:orange;padding:1rem}.card-body .title{margin-bottom:5px;font-size:15px;font-weight:500}.card-body .icons{display:flex;justify-content:space-between;align-items:center}.card-body .timer{display:flex;align-items:center;gap:2px;font-size:13px;font-weight:500}.action{display:flex;font-size:19px;justify-content:space-between;align-items:center;width:45px}.editIcon{color:#000;font-size:18px}.action a:hover{color:#000}.deleteIcon{color:#ef3535;font-size:20px;cursor:pointer}.modal{position:fixed;top:34%;z-index:10;padding:2rem;border-radius:6px;border:none;left:30%;width:40%}.backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000000bf;z-index:9}.form{width:71%;margin:0 auto;text-align:center}.form-header{background-color:#d4f6e8;height:3px;text-align:center}.form-control{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}.form-control .input{flex-basis:70%;border:1px solid rgb(156 163 175);border-radius:4px;height:30px;padding:2px}.form-control .input-textarea{border:1px solid rgb(156 163 175);border-radius:4px;flex-basis:70%;padding:2px}.form button{margin:2rem 0;border:none;background-color:#dc143c;font-size:14px;box-shadow:0 1px 5px #0000004d}.form p{cursor:pointer;display:inline;border-bottom:1px solid #307bbd;color:rga(4,136,170);font-size:14px;color:#307bbd}.form .error{color:red;font-size:13px}.container{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh}.add-recipe{width:100%}.recipe{margin-bottom:2rem;padding-bottom:2rem}.footer{width:100vw;height:30px;color:#fff;background-color:#3a3535;position:fixed;bottom:0;text-align:center;margin-top:1rem;padding-top:2px;font-size:14px}.outer-container{width:70%;margin:5rem auto}.outer-container .profile{display:flex;gap:1rem;align-items:center}.outer-container .title{margin:1rem 0;text-transform:uppercase}.outer-container .recipe-details{display:flex;gap:3rem;align-items:justify;margin-top:1rem}.active{color:#000!important;background-color: #d4f6e8}
