@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body,html{height:90%;margin:36px 0 0;background-color:#0b0e1a}.padding_bottom{padding-bottom:40px}main{font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;margin:6px;padding-bottom:75px}@media (min-width: 480px){main{padding-bottom:30px}}@media (max-width: 480px){body,html{margin-top:28px}}input[type=number]{appearance:none;-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.center{display:flex;justify-content:center;text-align:center}.calories{color:#b0b0b0}.proteins{color:#007bff}.carbohydrates{color:#dc3545}.lipids{color:#ffc107}.popup-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.06)}.close-cross{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:18px;font-weight:400;color:#ffffffb3;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:all .18s ease}.close-cross:hover{background:#ffffff1a;color:#fff;transform:translateY(-1px)}.close-cross:active{transform:scale(.95)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.rank-delta{font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:start;min-width:60px}.rank-delta .up{color:#00e676;text-shadow:0 0 6px rgba(0,230,118,.6)}.rank-delta .down{color:#ff5252;text-shadow:0 0 6px rgba(255,82,82,.6)}.rank-delta .neutral{color:#fff9;font-weight:600}.conversation-bubble{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom));right:18px;width:58px;height:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 25px #00000059,0 4px 10px #667eea59;transition:all .25s cubic-bezier(.25,1,.5,1)}.conversation-bubble img{width:24px;height:24px;filter:brightness(0) invert(1)}.conversation-bubble:active{transform:scale(.95)}.conversation-bubble .conversation-badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;border-radius:50%;background-color:#ff4d4f;color:#fff;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;padding:2px 6px;box-shadow:0 2px 8px #ff3b3b80;animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{transform:scale(1);box-shadow:0 2px 8px #ff3b3b80}50%{transform:scale(1.1);box-shadow:0 4px 12px #ff3b3bcc}}@media (min-width: 481px){.conversation-bubble{bottom:calc(24px + env(safe-area-inset-bottom));right:calc(24px + env(safe-area-inset-right));width:64px;height:64px;border-radius:20px}.conversation-bubble img{width:26px;height:26px}.conversation-bubble:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 16px 35px #00000073,0 8px 20px #667eea73}.conversation-bubble .conversation-badge{top:-2px;right:-2px;min-width:20px;height:20px;font-size:10px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background-color:#1b1b1bbb;border-radius:8px}::-webkit-scrollbar-thumb:hover{background-color:#1b1b1b98}@media (max-width: 480px){::-webkit-scrollbar{width:4px;height:4px}}.forgotten_password_text{color:#fff;font-size:1.3rem}.forgotten_password_text p{margin-top:15px;margin-bottom:6px}.profile{position:fixed;top:0;right:0;width:500px;height:100vh;color:#fff;transform:translate(100%);transition:transform .3s ease-in-out;z-index:9999;overflow-y:auto}.profile::-webkit-scrollbar{display:none}.profile.show{transform:translate(0)}.edit_profile_credentials_titles{color:#fff;text-align:center;margin-top:40px;font-size:60px}.profile_form_container{display:flex;justify-content:center;flex-wrap:wrap;margin-top:30px}.profile_form_card{max-width:500px;width:100%;border:2px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 2px 4px #0000004d;overflow:hidden;padding:30px 20px;text-align:left}.user-login-credentials-form_message{color:#ff0000c4;text-align:center;margin-bottom:10px;font-weight:700}.profile_form_content{position:relative;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px;width:100%}.profile_form_card label{color:#fff;font-size:1.5rem;margin-bottom:8px;text-align:left;display:block}.profile_form_input{width:100%;height:40px;border:3px solid #4A4A4A;outline:none;padding-left:15px;font-weight:500;color:#000;border-radius:20px;font-size:1rem}.profile_form_input:focus{border:3px solid #006D77;box-shadow:0 0 5px #006d7766}.valid_password_label{color:#fff!important;font-size:1.1rem;margin-top:10px;font-weight:700}.valid_password_conditions{font-weight:700;list-style:none;margin-left:15px;margin-top:5px}.valid{color:green!important}.length,.uppercase_letter,.lowercase_letter,.number,.special_character{color:red}.froms_profile_buttons_container{display:flex;justify-content:space-between;gap:20px}@media (max-width: 480px){.edit_profile_credentials_titles{font-size:35px}.profile_form_card{max-width:500px;width:90%;padding:30px 20px}.froms_profile_buttons_container{margin:0}}@media (max-width: 380px){.froms_profile_buttons_container{gap:15px}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background:radial-gradient(circle,#084e8b,#023f75,#001f3d);padding:35px;border-radius:10px;max-width:1600px;width:95%;height:90vh;overflow-y:auto}.popup-content-detail-food-add-to-meal{background:radial-gradient(circle,#084e8b,#023f75,#001f3d);padding:35px;border-radius:10px;box-shadow:0 5px 15px #0000004d;max-width:550px;width:100%;color:#fff;font-size:20px}.title_select_add_foods{flex:1;text-align:center;font-size:45px;color:#fff;margin:0}.close_cross{position:absolute;right:30px;font-size:2.5rem;font-weight:700;cursor:pointer;color:#b0b0b0}.close_cross:hover{color:#e0e0e0}@media (min-width: 720px){.close_cross{right:60px}}@media (min-width: 1450px){.close_cross{right:60px}}.quantity_forms_popup{display:flex;justify-content:space-between;margin-top:30px;align-items:center;height:50px}.popup-content label{display:block;margin-bottom:8px;font-weight:700}.popup-content-detail-food-add-to-meal input{width:350px;padding:7px;border:3px solid #4A4A4A;border-radius:10px;height:40px}.rename_meal_title{color:#e0e0e0;font-size:2rem;margin-bottom:20px}.rename_meal_input{width:100%!important}.popup-content input:focus{border-color:#006d77;outline:none}.nutritional_monitoring_forms_titles{display:flex;justify-content:space-between;margin-bottom:10px;color:#fff;font-size:30px}.nutritional_monitoring_forms_titles p{color:red;font-size:60%;font-weight:700;cursor:pointer;margin-top:10px}.add_meal_container{display:flex;margin-top:30px;justify-content:space-between;align-items:center}.nutritional_monitoring_forms_buttons_container{display:flex;justify-content:space-between;margin:15px 50px 0}.nutritional_monitoring_forms_button{background:linear-gradient(135deg,#55a5d9,#084e8b);transition:background-color .3s ease-in-out;color:#fff;padding:12px;border:none;border-radius:20px;cursor:pointer;width:150px;font-size:15px;transition:background-color .3s;margin:10px 0}.nutritional_monitoring_forms_button:hover{background:linear-gradient(135deg,#55a5d9,#084e8b,#116ea8);background-size:200%;animation:gradientShift 2s forwards}@media (max-width: 480px){.popup-overlay{z-index:999}.popup-content{width:90%;padding:15px}.popup-content label{margin-bottom:8px;font-size:18px}.popup-content input{width:65%}.nutritional_monitoring_forms_buttons_container{margin:15px 0 0;gap:10px}}@media (max-width: 480px){.popup-content label{font-size:16px}.popup-content input{width:65%;height:35px}}.nutritional_forms_info{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:10px;margin-top:20px;padding:20px;background:#14335199;border-radius:10px;box-shadow:0 5px 15px #0000004d;text-align:center;justify-content:center;align-items:center}.nutritient_form_title{font-size:20px;font-weight:700;color:#fff}.nutritient_form_value{font-size:24px;font-weight:700;color:#b0b0b0}.nutritient_proteins_form .nutritient_form_value{color:#007bff}.nutritient_carbohydrates_form .nutritient_form_value{color:#dc3545}.nutritient_lipids_form .nutritient_form_value{color:#ffc107}@media (max-width: 480px){.nutritional_forms_info{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:10px;margin-top:20px;padding:20px;border-radius:10px;box-shadow:0 5px 15px #0000004d;text-align:center}.nutritient_form_title,.nutritient_form_value{font-size:18px}}@media (max-width: 380px){.nutritient_form_title,.nutritient_form_value{font-size:16px}}.add_food_header_container{display:flex;justify-content:space-between;align-items:center;padding:0 20px;position:relative}.error_my-food-detail{font-size:1000%;text-align:center}.cc{display:flex;align-items:center;justify-content:center;margin-top:50px}.cc full-calendar{display:flex;justify-content:center;padding:10px;background-color:#f9f9f9;border-radius:20px;box-shadow:0 4px 8px #0000001a;height:650px;width:900px}.cc .fc-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-family:Roboto,sans-serif}.cc .fc-toolbar-ltr{height:10px;margin-top:15px}.cc .fc-toolbar-title{font-weight:700;color:#333;text-transform:capitalize;font-size:1.5rem}.cc .fc-button{border:none!important;border-radius:10px!important;font-size:16px!important}.cc .fc-daygrid-day{padding:0;background-color:#fff;transition:background-color .2s ease;height:40px}.cc .fc-daygrid-day:hover{background-color:#f0f8ff}.cc .fc-daygrid-day-frame{height:0px;overflow:hidden}.cc .fc-event{background-color:#28a745;color:#fff;border:none;border-radius:5px;padding:2px 6px;font-size:.8rem;font-weight:700;cursor:pointer;transition:transform .2s ease;width:80px}.cc .fc-event:hover{transform:scale(1.05)}.cc .fc-event-title{white-space:pre-wrap}.cc .fc-day-other{background-color:#f4f4f4;color:#bbb}.cc .fc-day-today{background-color:#14335199!important;font-weight:700}.cc .fc-button.fc-monthAndWeeklyAverages-button{background:none;border:none}.cc .fc-button.fc-monthAndWeeklyAverages-button:hover{background:none;border:none;outline:none;box-shadow:none}.cc .fc-button.fc-monthAndWeeklyAverages-button:before{content:"info";font-family:Material Symbols Outlined;vertical-align:middle;font-size:2rem;color:#000;margin-right:0}.cc .fc-daygrid-day-number{font-size:.8rem}.cc .fc-daygrid-week-number{font-size:.6rem}.cc .fc-daygrid-day-top{height:3px;padding:0;margin:0}@media (max-width: 480px){.cc full-calendar{height:500px;width:380px}.cc .fc-toolbar-ltr{height:10px;margin-top:15px}.cc .fc-toolbar-title{font-weight:700;color:#333;text-transform:capitalize;font-size:1rem}.cc .fc-button{border:none!important;border-radius:10px!important;font-size:12px!important}.cc .fc-daygrid-day{padding:0;background-color:#fff;transition:background-color .2s ease;height:40px}.cc .fc-daygrid-day:hover{background-color:#f0f8ff}.cc .fc-daygrid-day-frame{height:0px;overflow:hidden}.cc .fc-event{background-color:#28a745;color:#fff;border:none;border-radius:5px;padding:2px 6px;font-size:.6rem;font-weight:700;cursor:pointer;transition:transform .2s ease;width:60px}.cc .fc-event:hover{transform:scale(1.05)}.cc .fc-event-title{white-space:pre-wrap}.cc .fc-day-other{background-color:#f4f4f4;color:#bbb}.cc .fc-day-today{background-color:#14335199!important;font-weight:700}.cc .fc-button.fc-monthAndWeeklyAverages-button{background:none;border:none;width:50px}.cc .fc-button.fc-monthAndWeeklyAverages-button:before{vertical-align:middle;font-size:1.2rem;color:#000;margin-right:0}.cc .fc-daygrid-day-number{font-size:.8rem}.cc .fc-daygrid-week-number{font-size:.6rem}.cc .fc-daygrid-day-top{height:3px;padding:0;margin:0}}.meals-history-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;z-index:1000;overflow-y:auto}.meals-history_container_title{text-align:center;font-weight:700;font-size:2.5rem;margin:0 0 30px;color:#fff;font-family:Arial,sans-serif}.meals-history_container{background:radial-gradient(circle,#084e8b,#023f75,#001f3d);margin:20px auto;max-width:700px;opacity:0;animation:grow .5s ease-out forwards;transition:transform .5s ease-out,opacity .5s ease-out}@keyframes grow{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.meals-history-popup-overlay.hide .meals-history_container{animation:shrink .5s ease-out forwards}@keyframes shrink{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.2)}}.close_meal-history{position:absolute;top:20px;right:20px;font-size:2rem;color:#fff;cursor:pointer}.test{position:relative}@media (max-width: 480px){.meals-history_container_title{font-size:1.5rem;margin:0 0 30px}}.monthly_averages_popup_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;z-index:1000;overflow-y:auto}.monthly_averages_container{background:radial-gradient(circle,#084e8b,#023f75,#001f3d);margin:20px auto;max-width:700px;opacity:0;animation:grow .5s ease-out forwards;transition:transform .5s ease-out,opacity .5s ease-out}.monthly_averages_label{text-align:center;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:1.5rem}.monthly_averages_macros_container{text-align:center;padding:20px;background:#14335199;border-radius:10px;box-shadow:0 5px 15px #0000004d;width:400px;margin:10px 140px;font-weight:700;font-size:1.3rem}.monthly_averages_macros{display:flex;justify-content:space-between;max-width:330px;font-size:.9em;margin:5px auto}@media (max-width: 480px){.monthly_averages_container{width:400px}.monthly_averages_label{font-size:1.1rem}.monthly_averages_macros_container{width:300px;margin:20px auto;font-size:1.3rem}.monthly_averages_macros{font-size:1rem}}
