@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap);*{box-sizing:border-box}body,html{font-family:Open Sans,sans-serif;margin:0}button{font:inherit;background:#ff2058;padding:.5rem 2rem;color:#fff;border:1px solid #ff2058;margin:.5rem 0;border-radius:5px;cursor:pointer}button:active,button:hover{box-shadow:0 2px 4px rgba(0,0,0,.26)}button:focus{outline:none}.ingredient-list{width:30rem;max-width:80%;margin:auto}.ingredient-list h2{border-bottom:3px solid #ccc;padding-bottom:1rem}.ingredient-list ul{list-style:none;margin:0;padding:0}.ingredient-list li{margin:1rem 0;padding:.5rem 1rem;box-shadow:0 1px 4px rgba(0,0,0,.26);display:flex;justify-content:space-between}.lds-ring{display:inline-block;position:relative;width:54px;height:54px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:44px;height:44px;margin:6px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:6px solid transparent;border-top-color:#ff2058}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.card{padding:1rem;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,.26)}.ingredient-form{width:30rem;margin:2rem auto;max-width:80%}.form-control input,.form-control label{display:block;width:100%}.form-control input{font:inherit;padding:.1rem .25rem;border:none;border-bottom:2px solid #ccc;margin-bottom:1rem}.form-control input:focus{outline:none;border-bottom-color:#ff2058}.ingredient-form__actions{display:flex;justify-content:space-between;align-items:center}.error-modal{position:fixed;top:30vh;left:calc(50% - 15rem);width:30rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.26);z-index:100;border-radius:7px}.error-modal h2{margin:0;padding:1rem;background:#ff2058;color:#fff;border-radius:7px 7px 0 0}.error-modal p{padding:1rem}.error-modal__actions{display:flex;justify-content:flex-end;padding:0 .5rem}.backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.75);z-index:50}.search{width:30rem;margin:2rem auto;max-width:80%}.search-input{display:flex;justify-content:space-between;align-items:center;flex-direction:column}.search-input input{font:inherit;border:1px solid #ccc;border-radius:5px;padding:.15rem .25rem}.search-input input:focus{outline:none;border-color:#ff2058}@media (min-width:768px){.search-input{flex-direction:row}}.auth{width:30rem;margin:2rem auto;max-width:80%;text-align:center}
/*# sourceMappingURL=main.bfd00ce5.chunk.css.map */