@import url(https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;600;800&display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}*,:after,:before{box-sizing:border-box}.clearfix:after{content:"";display:table;clear:both}body{font-family:"Montserrat Alternates",sans-serif;color:#4c536a;font-size:16px;background-color:#eef4ff;line-height:1.7em;letter-spacing:.02em;padding-bottom:50px;font-weight:400;background-color:#ffe1e9;background:linear-gradient(180deg,#d3e5ff,#ffe1e9);background-repeat:no-repeat;width:100vw;min-height:100vh}h1{margin:20px 0;font-weight:700;font-size:20px}h1,h2.h2-comp{text-align:center}h2.h2-comp{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:0;line-height:1.2em;font-size:1.4em;margin:16px auto}h2.h2-comp:before{content:"";background-color:#e7e3f5;width:120%;height:20px;-webkit-transform:skew(10deg);transform:skew(10deg);position:absolute;z-index:-1;bottom:-4px;left:-10px;width:calc(100% + 20px)}.bold{font-weight:700}a{text-decoration:none;list-style:none;color:#4c536a}input,select{font-family:"Montserrat Alternates",sans-serif}.link{cursor:pointer}.link:hover{color:#333}.small,small{font-size:.75em}.comp{background-color:#fff;padding:10px}.comp,.message{border-radius:5px}.message{background-color:#f8f7ff;padding:10px 20px}.only-desktop{display:none}.loading{font-weight:700;font-size:13px;padding:20px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.spinner{width:40px;-webkit-animation:spinner 2s linear infinite;animation:spinner 2s linear infinite;display:block;margin:20px auto}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.btn{font-family:"Montserrat Alternates",sans-serif;background-color:#d9e4fb;border:1px solid #aec8ff;color:#000;width:-webkit-max-content;width:max-content;padding:10px 20px;border-radius:10px;cursor:pointer;text-decoration:none;font-weight:400;display:block;transition:all .5s 0s;font-size:14px;margin:20px auto}.btn:hover{background-color:#aec8ff;border:1px solid #333}.btn.secondary{background-color:#fee2ea;border:1px solid #f1aabe;color:#000}.btn.secondary:hover{background-color:#fff3f7}nav.header{background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:10px;height:80px;margin:10px;border-radius:5px}nav.header .login,nav.header .singup{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;font-size:13px;height:inherit}nav.header .login .btn,nav.header .singup .btn{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:2px 30px}nav.header .current-logged{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-left:20px;flex-shrink:0}nav.header .current-logged img.baby-avatar-header{width:60px;height:60px;object-fit:cover;border-radius:10px;flex-shrink:0}nav.header .current-logged .text .baby{color:#a0b9ec;font-weight:600;line-height:1.7em}nav.header .logo{width:100px}nav.header .logo img{width:100%}nav.header span{display:block;margin:0 20px;font-size:smaller}nav.header .page-title{display:flex;flex-direction:column;text-align:center;justify-content:space-evenly;width:100%;height:80px}nav.header .menu_icon{width:36px;cursor:pointer}nav.header .hello-user-wrapper{display:flex;align-items:center;height:100%;color:#000}nav.header .hello-user-wrapper .hello_user{font-weight:700}nav.header .hello-user-wrapper .default-avatar{height:96%}nav.header .hello-user-wrapper .user-avatar{object-fit:cover;width:70px;height:70px;border-radius:50%;margin-left:10px}nav.menu{display:none;-webkit-transform:translateX(-120%);transform:translateX(-120%);z-index:3;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;position:absolute;top:0;transition:all .5s ease-out 0s;background-color:#f8f7ff;border:2px solid #ada1d8;padding:16px;width:100vw;height:calc(100vh - 50px)}nav.menu a{cursor:pointer;text-decoration:none;color:#000;padding:8px 0;margin-left:0;font-size:16px}nav.menu a:hover{color:#ada1d8;border-bottom:1px solid #ada1d8}nav.menu.open{display:flex;-webkit-transform:translateX(-20px);transform:translateX(-20px)}nav.menu .close_menu{width:30px;cursor:pointer;position:absolute;top:20px;left:20px}.homepage{padding:12px;margin-bottom:40px}.homepage-flex{display:flex;flex-direction:column;justify-content:center}.homepage-flex .goals-component{width:100%;max-width:100%;border:1px solid #fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0 20px 20px;margin:0 auto}.homepage-flex-left-side{width:100%;display:flex;flex-direction:column}.homepage-flex-left-side .databoard-component{border:1px solid #fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:30px}.homepage-flex-left-side .logs-component{border:1px solid #fff;margin-top:30px;padding:20px}.homepage-flex-left-side .logs-component .log{margin:0;padding:8px 0}.homepage-flex-left-side .logs-component .log .portions{color:#ada1d8;padding:0 10px}.homepage-flex-left-side .logs-component .log .foodgroup{color:#a0b9ec;padding-left:10px}.homepage-flex-left-side .logs-component h2.h2-comp{margin-bottom:30px}.landing-page{display:flex;flex-direction:column;justify-content:center;align-items:center}.landing-page-logo{margin-top:40px;width:240px}.welcome-msg{line-height:2em;font-size:1.3em;letter-spacing:.03em;text-align:center;width:100%;margin:40px auto 20px}.login-page,.signup-page{background-color:#fff;border:1px solid #a0b9ec;box-shadow:0 2px 10px #ccc;width:95%;text-align:center;margin:20px auto;padding:10px;border-radius:10px}.login-page .fields,.signup-page .fields{display:flex;flex-direction:row;width:100%;margin:12px auto;align-items:center}.login-page .btn,.signup-page .btn{margin:12px auto}.login-page h1,.signup-page h1{margin:16px auto 10px}.goals-component .no-baby{margin:50px auto;text-align:center}.goals-component .current-date{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-spacing:10px;padding:5px 10px;margin:20px auto 0;text-align:center;font-weight:600}.goals-component .current-date span{padding:0 10px}.goals-component .message{text-align:center;font-size:14px;margin:20px auto}.goals-component .wrapper-new-goal{margin:20px auto 0}.goals-component .wrapper-new-goal .new-goal-header{display:flex;align-items:center;padding:8px 10px;border-radius:5px;cursor:pointer;width:100%;border:1px solid #ada1d8;background-color:#f8f7ff;transition:all .4s 0s}.goals-component .wrapper-new-goal .new-goal-header:hover{background-color:#e7e3f5;box-shadow:0 -10px 15px 5px #f8f7ff}.goals-component .wrapper-new-goal .new-goal-header img.btn-more{width:24px;margin-right:20px;font-size:.9em}.goals-component .wrapper-new-goal .form-new-goal{border:1px solid #ada1d8;box-shadow:0 15px 15px 5px #f8f7ff;border-top:0;border-radius:0 0 5px 5px;-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0;visibility:hidden;height:0;transition:all 1s .2s,opacity 1s 0s}.goals-component .wrapper-new-goal .form-new-goal .wrapper-form-new-goal{display:flex;flex-direction:row;width:100%;margin:20px;width:-webkit-fill-available}.goals-component .wrapper-new-goal .form-new-goal .group-fields-new-goal{flex-grow:1;width:auto}.goals-component .wrapper-new-goal .form-new-goal .group-fields-new-goal label{width:100%}.goals-component .wrapper-new-goal .form-new-goal .group-fields-new-goal input,.goals-component .wrapper-new-goal .form-new-goal .group-fields-new-goal select{width:90%;margin-top:10px}.goals-component .wrapper-new-goal .form-new-goal .wrapper-input-savebutton{display:flex}.goals-component .wrapper-new-goal .form-new-goal .wrapper-input-savebutton #quantityGoal{width:40px;text-align:center}.goals-component .wrapper-new-goal .form-new-goal .wrapper-input-savebutton .btn.new-goal{margin:10px 0 0 20px;padding:5px 10px}.goals-component .wrapper-new-goal.show-new-goal .new-goal-header{border-radius:5px 5px 0 0}.goals-component .wrapper-new-goal.show-new-goal .form-new-goal{visibility:visible;-webkit-transform:translate(0);transform:translate(0);opacity:1;height:130px;transition:all .8s 0s,opacity 1.2s .2s}.goals-component .header-form-goals{display:flex;flex-direction:row;justify-content:space-evenly;width:88%;font-size:smaller;text-align:center;margin:40px auto 10px}.goals-component .header-form-goals p:first-child{width:32%}.goals-component .header-form-goals p span{width:110px;display:block;margin:auto}.goals-component .wrapper-goal-row{display:flex;align-items:center}.goals-component .wrapper-goal-row .icon-delete{width:25px;height:auto;margin-left:20px;cursor:pointer}.goals-component .wrapper-goal-row .form-update-goal{display:flex;flex-direction:row;justify-content:space-evenly;padding-right:8px;margin:10px auto;border:1px solid #d9e4fb;border-radius:10px;background-color:#f8f7ff;width:95%}.goals-component .wrapper-goal-row .form-update-goal.empty,.goals-component .wrapper-goal-row .form-update-goal.empty .input-foodgroup{background-color:#fff}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal{display:flex;justify-content:space-evenly;align-items:center;padding:6px 10px}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal .title{font-size:12px;text-align:center}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #CEREAL,.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #DAIRY,.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #DRIED_VEG,.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #EGG,.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #EGGS,.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #FAT,.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #FISH,.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #FRUIT,.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #MEAT,.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #POTATOES,.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #VEG{background-size:27px;background-repeat:no-repeat;background-position:0}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #FRUIT{background-image:url(/static/media/fruits.a8eb08e4.png)}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #VEG{background-image:url(/static/media/veggies.48cc66b7.png)}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #DRIED_VEG{background-image:url(/static/media/legumes.3694b29a.png)}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #DAIRY{background-image:url(/static/media/dairy.f4b90987.png)}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #POTATOES{background-image:url(/static/media/potatoes.a73c9e5e.png)}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #CEREAL{background-image:url(/static/media/bread.4242b57d.png)}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #EGG{background-image:url(/static/media/egg.59d3bc8e.png)}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #MEAT{background-image:url(/static/media/meat.9e0b855b.png)}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #FISH{background-image:url(/static/media/fish.f0eb8271.png)}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal #FAT{background-image:url(/static/media/fats.d8ba1121.png)}.goals-component .wrapper-goal-row .form-update-goal input{margin:5px;height:38px;width:38px;text-align:center}.goals-component .wrapper-goal-row .form-update-goal .input-foodgroup{border:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#f8f7ff;padding:0 0 0 45px;text-align:left;width:60%}.goals-component .wrapper-goal-row .form-update-goal .btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;display:block;padding:10px 8px;font-size:13px;margin:10px 0 0;height:50px}.goals-component .wrapper-goal-row .form-update-goal .btn-less,.goals-component .wrapper-goal-row .form-update-goal .btn-more{width:26px;height:26px;cursor:pointer}.goals-component .wrapper-goal-row .form-update-goal .btn-less img,.goals-component .wrapper-goal-row .form-update-goal .btn-more img{width:100%}.no-data-databoard{padding:50px;text-align:center}.databoard-component{position:relative}.databoard-component .graphics-label-foodgroup,.databoard-component .graphics-label-given{font-size:12px;position:absolute;color:#a0b9ec}.databoard-component .graphics-label-foodgroup{top:15%;left:40px}.databoard-component .graphics-label-given{bottom:10%;right:40px}.databoard-graphics{position:relative}.databoard-graphics .VictoryContainer{margin:20px 30px}.databoard-graphics .VictoryContainer svg{overflow:visible}.databoard-graphics .VictoryContainer path{cursor:pointer}.databoard-graphics .tooltip-databoard{border:1px solid #f1aabe;background-color:#fee2ea;padding:10px;font-size:14px;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:300px;text-align:center;position:absolute;left:25%;top:-10px;transition:all .5s 0s;opacity:0;background:#ffeff2;background:linear-gradient(0deg,#ffeff2,#fff8ec)}.databoard-graphics .tooltip-databoard.show{opacity:1}.profile-page{width:100%}.profile-page-form{background-color:#fff;border-radius:10px;padding:10px;margin:10px}.profile-page-form .field-row.edit-user-name{padding:0 20px;width:90%}.profile-page-form .field-row label{width:50%}.profile-page h3{font-weight:700;margin:20px 0 0 20px}.profile-page .user-babies{padding:20px;background-color:#f8f7ff;border-radius:10px;margin-top:10px;width:100%}.profile-page .pic-upload{width:100%}.profile-page .pic-upload form{margin-top:20px}.profile-page .pic-upload form .wrapper-upload-pic{margin-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.profile-page .pic-upload form .wrapper-upload-pic .btn,.profile-page .pic-upload form .wrapper-upload-pic input{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:90%;margin-top:14px}.profile-page .pic-upload form .wrapper-upload-pic .preview-pic{width:120px;height:120px;object-fit:cover;border-radius:20px;margin-right:20px}.profile-page .pic-upload label{font-weight:700}.form,form{display:flex;flex-direction:column;align-items:flex-start;position:relative}.form input[type=file]::file-selector-button,form input[type=file]::file-selector-button{padding:10px 20px;border-radius:6px;background-color:#fee2ea;border:1px solid #f1aabe;transition:1s;font-family:"Montserrat Alternates",sans-serif;cursor:pointer;color:#4c536a}.form input[type=file]::file-selector-button:hover,form input[type=file]::file-selector-button:hover{background-color:#f1aabe;border:1px solid #4c536a}.form input,.form option,.form select,.form textarea,form input,form option,form select,form textarea{border-radius:6px;border:1px solid #ccc;width:60%;padding:10px;font-family:inherit;background-color:#fff}.form label,form label{display:block;width:30%;flex-shrink:0}.form .title,form .title{font-weight:700}.form .field-row,form .field-row{display:flex;flex-direction:row;align-items:center;justify-content:start;height:50px;position:relative}.form .field-row .extra-text,form .field-row .extra-text{font-size:small;margin-left:20px}#form-error{margin-top:-20px;margin-bottom:11px}#overlayModals{position:absolute;top:0;left:0;background-color:#eef4ff;height:100vh;width:100vw;opacity:0;visibility:hidden;transition:all 1s;z-index:1}#overlayModals.show{opacity:.7;visibility:visible}.edit-icon{position:absolute;right:5px;top:5px;width:14px;opacity:0;transition:all .5s}.edit-icon img{width:100%}.edit-icon.show{opacity:1}.modal{position:absolute;left:5%;top:100px;width:90vw;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#fff;padding:60px 30px 40px;border:2px solid #f1aabe;border-radius:10px;visibility:hidden;opacity:0;transition:all 1s;z-index:3}.modal.show{visibility:visible;opacity:1}.modal .field-row{width:100%;margin:10px 0}.modal label{width:50%}.modal .close-modal{background-image:url(/static/media/close-menu.9ae58ea0.png);background-size:contain;width:30px;height:30px;background-repeat:no-repeat;position:absolute;top:10px;right:10px;cursor:pointer}.modal#modalRecipe{top:50px;left:10%;width:80%}.content-editable{padding:10px 20px;margin-left:10px;border-radius:4px;width:200px;display:flex;flex-direction:row;justify-content:space-between;position:relative;font-size:inherit}.content-editable:focus{background-color:#fff}.content-editable:hover{background-color:#f8f7ff;border-bottom:1px solid #ada1d8;margin-bottom:-1px}.content-editable.recipe{width:100%;justify-content:center}.tooltip-form{padding:2px 7px;font-size:11px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block;position:absolute;right:-10px;border-radius:4px;opacity:0;transition:all .5s}.tooltip-form.general{left:50%;top:-40px}.tooltip-form.info{color:#6ab082;background-color:#e8fff0;border:1px solid #6ab082}.tooltip-form.error{color:#000;background-color:#ffcccb;border:1px solid brown}.tooltip-form.show{opacity:1}.content-editable.complementary:focus{background-color:#f8f7ff}.content-editable.complementary:hover{background-color:#fff}.not-available{text-align:center;margin:30px auto}.recipes-page{padding:12px;position:relative}.recipes-page .btn{position:absolute;top:0;left:30px;background-color:#f8f7ff;border:1px solid #ada1d8}.recipes-page .btn:hover{background-color:#e7e3f5}.recipes-page-container{padding:10px 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.recipes-list-container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;position:relative}.recipe-card{border:1px solid #ccc;padding:20px;width:100%;background-color:#fff;border-radius:10px;margin-bottom:20px;cursor:pointer;position:relative}.recipe-card p{margin:5px 0}.recipe-card:hover{background-color:#f8f7ff}.recipe-card .title{font-weight:700}.recipe-card .writter{font-size:11px;color:grey}.recipe-card .content{margin:10px 0;text-align:justify}.recipe-card .intolerances .intolerances-label{margin-right:10px;display:block;font-weight:700;font-size:smaller}.recipe-card .intolerances .tag{background-color:#fee2ea;box-shadow:0 0 7px #f1aabe}.recipe-card .bar-bottom{background-color:#e7e3f5;padding:0 10px;font-size:smaller;display:flex;flex-direction:row;justify-content:space-between;color:#333;border-radius:6px;margin-top:10px}.recipe-card .tooltip-form{right:40px}.recipes-selected{width:100%;height:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.recipes-selected.fix{position:-webkit-sticky;position:sticky;top:20px;right:0}.recipes-selected .recipe-card{border:unset;cursor:unset}.recipes-selected .recipe-card:hover{background-color:#fff}.recipes-selected .recipe-card .title{text-align:center;font-size:20px}.recipes-selected .recipe-card .writter{text-align:center;margin-bottom:20px}.recipes-selected .recipe-card .content{margin:30px auto}.recipes-selected .recipe-card .tags-section-bottom{display:flex;justify-content:space-between;align-items:flex-end}.tag{background-color:#e7e3f5;box-shadow:0 0 7px #ada1d8;padding:4px 8px;margin-right:10px;font-size:9px;border-radius:3px}.flash{border-radius:10px;margin:20px auto;padding:10px 20px}.flash-small{border-radius:3px;margin:0 auto;padding:2px 4px;font-size:12px}.flash,.flash-small{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;color:#000;transition:all 1s 0s;opacity:0}.flash-small.show,.flash.show{opacity:1}.info{border:2px solid #6ab082;background-color:#e8fff0}.error{border:1px solid brown;background-color:#ffcccb}#footerMenu{display:block}.footer-menu{position:fixed;bottom:0;left:0;text-align:center;background-color:#d9e4fb;color:#fff;width:100vw;height:70px;display:flex;align-items:center;justify-content:space-evenly;z-index:3}.footer-menu .link{width:30px;opacity:.7;cursor:pointer}.footer-menu .link.logout,.footer-menu .link.profile{width:24px}@media (min-width:650px){nav.header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;margin:20px}nav.header .menu_icon{width:36px;cursor:pointer;display:none}.login-page,.signup-page,.welcome-msg{width:500px}.homepage{padding:0 20px}.goals-component .wrapper-goal-row .form-update-goal .input-foodgroup{max-width:180px}.pagination-links{width:80%;margin:40px auto}.modal{left:10%;top:20%;width:80%}.profile-page-form{padding:30px}.profile-page-form .field-row label{width:30%}.profile-page .pic-upload form .wrapper-upload-pic .btn,.profile-page .pic-upload form .wrapper-upload-pic input{max-width:unset;margin-top:0}.recipes-page{padding:40px 10px}.recipes-page .btn{top:20px;left:50px}.recipes-page-container{padding:30px}.recipe-card{padding:20px}}@media (min-width:850px){body{font-size:14px}.only-desktop{display:flex}nav.header{margin:20px}nav.header span{font-size:15px}.homepage-flex{flex-direction:row}.homepage-flex .goals-component{width:45%}.homepage-flex-left-side{width:55%;margin-left:20px}.homepage-flex-left-side .databoard-component{margin-top:0}.homepage-flex-left-side .logs-component{padding:20px 30px}.goals-component .header-form-goals{width:100%}.goals-component .wrapper-goal-row .icon-delete{width:20px;margin-left:6px}.goals-component .wrapper-goal-row .form-update-goal .group-inputs-goal{padding:6px 0}.profile-page{max-width:700px;margin:50px auto}.modal{left:25%;top:25%;width:50%}.recipes-list-container{width:40%}.recipes-selected{width:60%}.recipe-card{margin:0 20px 20px 0}#footerMenu{display:none}}@media (min-width:1200px){.homepage-flex .goals-component{padding:10px 40px 40px}.homepage-flex .goals-component .wrapper-goal-row .icon-delete{width:22px;margin-left:26px}.databoard-graphics{text-align:center;display:flex}.databoard-graphics .VictoryContainer{width:700px!important;margin:30px auto;padding-left:35px}.databoard-graphics .tooltip-databoard{top:20px;left:30%}.modal{left:30%;top:30%;width:40%}.recipes-page{width:1150px;margin:auto}}
/*# sourceMappingURL=main.2be31be9.chunk.css.map */