body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main_container{align-items:center;background-color:#faebd7;display:flex;justify-content:center;min-height:100vh;padding:50px 80px}.header{background-color:bisque;font-size:18px;padding:10px 20px}.header h2{font-size:40px;font-weight:500}.header-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.search-bar{display:flex}.search-bar input{border:none;border-bottom-left-radius:10px;border-top-left-radius:10px;font-size:18px;height:50px;width:400px}.search-bar input:focus{border:.2px solid blue}.search-bar button{background-color:#ec8609;border:none;border-radius:10px;color:#fff;cursor:pointer;height:52px;left:-4px;padding:5px;transition:all .2s ease-in-out;width:150px}.search-bar button:hover{background-color:#fac57f;color:#000;-webkit-transform:scale(1.1);transform:scale(1.1)}.bookmarks-container button{background-color:#fac57f;border:none;border-radius:5px;cursor:pointer;padding:10px 20px}.Main_App{background-color:#f9f5f3;border-radius:15px;min-height:100vh;width:100%}.Main_App .Search_content_Logic,.search-result{display:flex;width:100%}.search-result{background-color:#fed7c4;cursor:pointer;flex-direction:column;-webkit-transform:translateY(0);transform:translateY(0);transition:all .5s}.search-result .search-result-container{align-items:center;display:flex;height:100px;justify-content:space-around;width:460px}.search-result .result-image{background-color:grey;border:none;border-radius:50%;height:70px;overflow:hidden;width:70px}.search-result .result-content h3{font-size:16px}.search-result .circle{background-color:grey;border:none;border-radius:50%;height:20px;width:20px}.search-result:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.search-result-Maincontainer{display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:scroll;width:460px}.page-btns{display:flex;justify-content:space-between;padding:25px}.lds-roller{display:inline-block;height:80px;margin:auto;position:relative;width:80px}.lds-roller div{-webkit-animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:40px 40px;transform-origin:40px 40px}.lds-roller div:after{background:#000;border-radius:50%;content:" ";display:block;height:7px;margin:-4px 0 0 -4px;position:absolute;width:7px}.lds-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.lds-roller div:first-child:after{left:63px;top:63px}.lds-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.lds-roller div:nth-child(2):after{left:56px;top:68px}.lds-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.lds-roller div:nth-child(3):after{left:48px;top:71px}.lds-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.lds-roller div:nth-child(4):after{left:40px;top:72px}.lds-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.lds-roller div:nth-child(5):after{left:32px;top:71px}.lds-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.lds-roller div:nth-child(6):after{left:24px;top:68px}.lds-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.lds-roller div:nth-child(7):after{left:17px;top:63px}.lds-roller div:nth-child(8){-webkit-animation-delay:-.288s;animation-delay:-.288s}.lds-roller div:nth-child(8):after{left:12px;top:56px}@-webkit-keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.render-content-container{display:flex;flex-direction:column;height:100%;justify-content:space-evenly}.image{height:240px;overflow:hidden;width:100%}.image img{position:relative;top:-100px;width:100%}.servings-container{display:flex;height:20px;justify-content:space-around;margin:0;padding:0;width:100%}.all-description{padding:0 25px}.description-content{padding-bottom:10px}.description-content button{background:none;border:2px solid blue;border-radius:8px;cursor:pointer;padding:5px 15px;text-decoration:none}.description-content button a{color:blue;text-decoration:none}.recipe-title h2{margin:10px 0;padding:0;text-align:center}.bookmarks-contentt{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:0 20px}.bookmark-image{border-radius:50%;height:50px;overflow:hidden;width:50px}.overlay{align-items:center;background-color:rgba(0,0,0,.124);display:flex;height:100vh;justify-content:center;position:fixed;width:100%;z-index:100}.bookmarks-content{background-color:#f0f8ff;display:flex;flex-direction:column;height:500px;justify-content:space-between;transition:all .2s ease-in-out;width:500px}.bookmarks-content :hover{background-color:aqua}
/*# sourceMappingURL=main.e6a3de72.css.map*/