.topbar-container{height:81px}.main{height:calc(100dvh - 81px);position:relative;display:flex;overflow:hidden}.content{background-color:#f9f9f9;padding-top:1.5rem;padding-left:3rem;padding-right:3rem;flex:1;overflow:auto}@media only screen and (max-width: 800px){.main-container .main{flex-direction:column}.main-container .content{padding-top:2rem;padding-left:2rem;padding-right:2rem}}@media only screen and (max-width: 500px){.content{padding-left:.8rem;padding-right:.8rem}}@media only screen and (max-width: 650px){.main-container .topbar-container{height:60px}.main-container .main{height:calc(100dvh - 60px)}}.search{flex:0 0 40%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:500}.search-input{font-family:inherit;font-size:inherit;color:inherit;background-color:#f4f2f2;border:none;padding:1rem 2rem;border-radius:100px;width:90%;transition:all .2s;margin-right:-3.25rem}.search-input:focus{outline:none;width:100%;background-color:#f0eeee}.search-input::-webkit-input-placeholder{font-weight:100;color:#ccc}.search-input:focus+.search-button{background-color:#f0eeee}.search-input::placeholder{color:#000;font-size:1.2rem;font-weight:400;opacity:.5}.search-button{border:none}.search-button:focus{outline:none}.search-button:active{transform:translateY(2px)}.search svg{height:2.2rem;fill:#999;margin-top:1px}.text-logo{border-radius:10%;padding:.5rem;width:22%}.app-logo img{width:100%;height:100%;object-fit:cover}.app-logo{box-shadow:0 2px 8px #0003;border-radius:50%;padding:1.6rem}.sidebar{background:linear-gradient(to bottom,#777e82,#afb2b6);flex:0 0 18%;display:flex;flex-direction:column;justify-content:space-between}.side-nav{font-size:1.4rem;list-style:none;padding-top:3.5rem;align-items:end}@media only screen and (max-width: 800px){.side-nav{display:flex;margin:0}}.side-nav-item{position:relative}.side-nav-item:not(:last-child){margin-bottom:.5rem}@media only screen and (max-width: 800px){.side-nav-item:not(:last-child){margin:0}.side-nav-item{flex:1}}.side-nav-item:before{content:"";position:absolute;top:0;left:0;height:100%;width:3px;background-color:#95989c;transform:scaleY(0);transition:transform .2s,width .4s cubic-bezier(1,0,0,1) .2s,background-color .1s}.side-nav-item:hover:before{transform:scaleY(1);width:100%}.side-nav .active{background-color:#95989c}.side-nav-link:link,.side-nav-link:visited{color:#faf9f9;text-decoration:none;display:block;padding:1.5rem 3rem;position:relative;z-index:10;display:flex;align-items:center;font-weight:500;font-size:1.8rem}@media only screen and (max-width: 800px){.side-nav-link:link,.side-nav-link:visited{justify-content:center;padding:2rem}.side-nav{padding-top:.5rem}.sidebar{flex:0 0 0%}.side-nav-link{font-size:1.5rem!important}}@media only screen and (max-width: 500px){.side-nav-link:link,.side-nav-link:visited{flex-direction:column;padding:1.5rem .5rem}}.side-nav-icon{width:1.75rem;height:1.75rem;margin-right:2rem}.side-nav-icon svg{width:100%;height:100%}@media only screen and (max-width: 500px){.side-nav-icon{margin-right:0;margin-bottom:.7rem;width:1.5rem;height:1.5rem}}.auth-layout{display:grid;height:100%;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center;background:linear-gradient(to bottom right,#fff,#b7b8b9)}.auth-card{width:25%;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);padding:3.5rem 6rem;box-shadow:2px 2px 14px 1px #00000014;background:linear-gradient(to right bottom,#fff,#fff);border-radius:1.5rem}.auth-card-icon{width:7.5rem;height:7.5rem;box-shadow:0 2px 8px #0003;border-radius:50%}.auth-form{width:100%}@media only screen and (max-width: 1400px){.right-half{padding-right:10rem}.auth-card{width:40%}}@media only screen and (max-width: 1600px){.auth-card{width:30%}}@media only screen and (max-width: 1450px){.auth-card{width:35%}}@media only screen and (max-width: 1250px){.auth-card{width:38%}}@media only screen and (max-width: 1100px){.right-half{padding-right:3rem}.auth-card{width:48%}}@media only screen and (max-width: 800px){.auth-card{width:68%}}@media only screen and (max-width: 600px){.auth-card{width:90%}}.profile-setup-container{display:flex;flex-direction:column;gap:1rem}.profile-setup-header{display:flex;flex-direction:column;gap:1rem;margin-top:3rem}.fullWidthInput{width:100%}.email-control{display:flex;flex-direction:column;margin-bottom:1.1rem}.label-wrapper{margin-bottom:5px}label{font-weight:700}.input-field{padding:1rem;border:1px solid #dadedf;font-size:1.4rem;border-radius:5px;transition:border-color .3s ease;transition:border-color .3s ease,box-shadow .1s ease}.input-field.error{border-color:red}.input-field:hover{border-color:#777e8266;box-shadow:0 0 3px #777e821a}.input-field:focus{outline:none;border-color:#777e8266;box-shadow:0 0 3px #777e8266}.input-field::placeholder{opacity:.7;color:#848194;font-weight:500}.login-form-container{display:flex;flex-direction:column;gap:1.5rem}.form-ations{display:flex;flex-direction:column;gap:1rem}.chat-container{height:100%;display:flex;flex-direction:column;overflow:hidden}.messages-container{flex:1;overflow-y:auto;padding:20px 0;scroll-behavior:smooth;position:relative;-webkit-overflow-scrolling:touch;background:transparent}.messages-container>div:last-child{float:left;clear:both;width:100%;height:20px}.message{padding:10px;width:100%;background:transparent;float:left;clear:both}.message-content{display:flex;gap:12px;align-items:flex-start;max-width:900px;margin:0 auto;background:transparent}.message-icon{flex-shrink:0;background:transparent}.message-icon img{width:100%;height:100%;border-radius:50%;object-fit:cover}.message-text{flex:1;min-width:0;background:transparent}.system,.user{background-color:transparent}.input-form{display:flex;gap:8px;padding:0 16px 16px;background:transparent}.chat-input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:8px;font-size:1.4rem;resize:none;font-family:inherit;line-height:1.5;min-height:20px;max-height:120px;background:transparent}.chat-input:focus{outline:none;border-color:#777e8266;box-shadow:0 0 3px #777e8266}.send-button{padding:8px 24px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.4rem;height:40px;align-self:flex-end}.send-button:disabled{background:#ccc;cursor:not-allowed}.input-form input{flex:1;padding:1rem;border-radius:20px;border:1px solid #dadedf;outline:none}.input-form input:hover{border-color:#777e8266;box-shadow:0 0 3px #777e821a}.input-form input::placeholder{opacity:.7;color:#848194;font-weight:500}.chat-page-voice-controls{transition:opacity .3s ease}.chat-page-voice-controls:hover{opacity:50%}.chat-page-mic-icon{color:#6e6e7a!important}.chat-page-voice-controls{display:flex;justify-content:center;align-items:center;gap:2rem}.chat-page-voice-controls{cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:1rem;position:relative}.chat-page-mic-icon{font-size:2rem;color:#6c757d}.chat-page-stop-icon{font-size:2rem;color:#dc3545!important}.chat-page-input-area.no-resize{resize:none}.recording-indicator{position:relative;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:#ff4d4d;border-radius:50%;animation:pulse 1.5s infinite}.chat-markdown-content{font-size:1.4rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chat-markdown-content p{margin:.5em 0}.chat-markdown-content pre{margin:.5em 0;padding:1em;background:#f6f8fa;border-radius:4px;overflow-x:auto}.chat-markdown-content code{font-family:monospace}.chat-markdown-content h1{font-size:32px;font-weight:700;margin-bottom:16px}.chat-markdown-content h2{font-size:28px;font-weight:700;margin-bottom:14px}.chat-markdown-content h3{font-size:24px;font-weight:700;margin-bottom:12px}.chat-markdown-content h4{font-size:18px;font-weight:700;margin-bottom:10px}.chat-markdown-content ol,.chat-markdown-content ul{font-size:16px;margin-bottom:20px;padding-left:20px}.chat-markdown-content li{font-size:16px;margin-bottom:6px}.chat-success-message{color:#4caf50}.chat-error-message{color:#f44336}@keyframes pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:.6}to{transform:scale(1);opacity:.8}}.confirmation-message{margin:1rem 0}.confirmation-message h3{font-size:2rem;color:#333;margin-bottom:1.5rem;font-weight:600}.confirmation-message h5{font-size:1.6rem;color:#555;margin-bottom:1.2rem;font-weight:500}.confirmation-message p{font-size:1.4rem;margin-bottom:.8rem;color:#666}.confirmation-message ul{list-style-type:none;padding-left:1.5rem;margin-bottom:1.5rem}.confirmation-message li{font-size:1.4rem;margin-bottom:.5rem;color:#666}.confirmation-message strong{color:#444;font-weight:600}.confirmation-actions{display:flex;gap:1rem;margin-top:1rem}.chat-page-meal-summary-heading{margin-bottom:1rem}@media screen and (max-width: 768px){.confirmation-message{padding:0}}@media screen and (max-width: 480px){.confirmation-message{padding:0}}.menu-item{padding:8px 16px;cursor:pointer}.menu-item:hover{background-color:#0000000a}pre{white-space:pre-wrap;word-wrap:break-word;max-width:100%;overflow-x:auto}code{white-space:pre-wrap;word-wrap:break-word}.message-text code{font-family:Courier New,Courier,monospace}.message-text pre{margin:1rem 0}.message-text ol,.message-text ul{list-style-position:outside;margin:.5rem 0;padding-left:2rem}.message-text li{display:list-item;margin-bottom:.3rem;line-height:1.5}.message-text li>p{margin:0;display:inline}.message-text a{color:#06c;text-decoration:none}.message-text a:hover{text-decoration:underline}.md-paragraph{margin:0;line-height:1.4}.md-h1{font-size:1.8rem;font-weight:700;display:block;margin:.5rem 0;line-height:1.4}.md-h2{font-size:1.6rem;font-weight:700;display:block;margin:.3rem 0;line-height:1.4}.md-h3{font-size:1.4rem;font-weight:700;display:block;margin:.2rem 0;line-height:1.4}.md-bold{font-weight:700}.md-italic{font-style:italic}.md-inline-code{background-color:#0000001a;padding:2px 4px;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:1.4rem}.md-block-code{display:block;background-color:#0000001a;padding:.5rem;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:1.4rem;overflow-x:auto;margin:.5rem 0}.md-pre{margin:.5rem 0;white-space:pre-wrap}.md-ordered-list,.md-unordered-list{list-style-position:outside;padding-left:1.8rem;margin:.2rem 0;line-height:1.4}.md-ordered-list{list-style-type:decimal}.md-unordered-list{list-style-type:disc}body ::marker{font-size:1.6rem}.md-list-item>p{display:inline;margin:0;line-height:1.4}.md-list-item>ul{display:inline;margin:0;line-height:1.4;font-size:1.6rem!important}.message-text{line-height:1.4}.chat-window{display:flex;flex-direction:column;position:fixed;bottom:1rem;right:1rem;width:300px;height:60vh;border-radius:10px;box-shadow:0 0 10px #00000026;z-index:9999;background-color:#fff}.chat-window--small{padding:1rem}.chat-window-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-bottom:1px solid #ddd}.chat-window-messages-container{flex:1;overflow-y:auto;padding:1rem}.chat-window-message{margin-bottom:8px;border-radius:8px}.chat-window-message-content{display:flex;align-items:center;gap:1rem}.chat-window-message-icon{width:30px;height:30px;border-radius:50%}.chat-window-message-text{margin-left:2rem;flex:1}.chat-window-message-sender{font-weight:600}.chat-window-chat-input-container{padding:.5rem}.chat-window-input-form{display:flex;align-items:center}.chat-window-input-area{flex:1;padding:.6rem;border-radius:10px;border:1px solid #dadedf}.chat-window-input-form button{margin-left:.5rem;padding:.6rem 1.2rem;border-radius:15px;background-color:#777e82;color:#fff;font-size:.9rem;font-weight:600}.chat-window-voice-controls{cursor:pointer;margin-left:.5rem}.chat-window-mic-icon{font-size:1.5rem;color:#6c757d}.chat-window-stop-icon{font-size:1.5rem;color:#dc3545}.chat-window-input-area.no-resize{resize:none}.chat-window-recording-indicator{position:relative;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:#ff4d4d;border-radius:50%;animation:pulse 1.5s infinite}.chat-window-loader{display:flex;justify-content:center;align-items:center;font-size:1.2rem;font-weight:500;color:#fff;background-color:#000000b3;border-radius:5px;animation:pulse 3s infinite ease-in-out;text-align:center;padding:10px}.chat-window-markdown-content{font-size:12px;line-height:1}.chat-window-markdown-content h1{font-size:24px;font-weight:700;margin-bottom:12px}.chat-window-markdown-content h2{font-size:20px;font-weight:700;margin-bottom:10px}.chat-window-markdown-content h3{font-size:16px;font-weight:700;margin-bottom:10px}.chat-markdown-content h4{font-size:14px;font-weight:700;margin-bottom:8px}.chat-window-markdown-content p{font-size:12px;line-height:15px}.chat-window-markdown-content ol,.chat-window-markdown-content ul{font-size:12px;margin-bottom:20px;padding-left:12px}.chat-window-markdown-content li{font-size:12px;margin-bottom:6px}.chat-window-log-confirmation-button{width:80px!important;height:30px!important;border:none;border-radius:5px;color:#fff}.chat-window-log-confirmation-button:hover{opacity:.8;cursor:pointer}.chat-window-log-confirmation-button.accept{background-color:#32cd32}.chat-window-log-confirmation-button.reject{background-color:red}@media only screen and (max-width: 600px){.chat-window{display:flex;flex-direction:column;position:fixed;bottom:0rem;right:0rem;width:100%;height:80vh;border-radius:5px;z-index:9999}}@keyframes pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(.8);opacity:.6}to{transform:scale(1);opacity:.8}}.settings-page-heading{font-size:4rem;font-weight:600;margin-top:3rem}.settings-layout{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center}.settings-card{width:25%;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);padding:3.5rem 6rem;box-shadow:2px 2px 14px 1px #00000014;background:linear-gradient(to right bottom,#fff,#fff);border-radius:1.5rem;margin-top:100px}@media only screen and (min-width: 800px){.settings-card{left:60%}}@media only screen and (max-width: 1600px){.settings-card{width:30%}}@media only screen and (max-width: 1450px){.settings-card{width:35%}}@media only screen and (max-width: 1400px){.settings-card{width:40%}}@media only screen and (max-width: 1250px){.settings-card{width:38%}}@media only screen and (max-width: 1100px){.settings-card{width:48%}}@media only screen and (max-width: 800px){.settings-card{width:68%;left:50%}}@media only screen and (max-width: 600px){.settings-card{width:90%}}.MuiInputBase-root,.MuiButtonBase-root,.MuiDayCalendar-weekDayLabel{font-size:1.5rem!important}.MuiSvgIcon-root{width:2em!important;height:2em!important}.weight-track-container .email-control,.weight-track-container .MuiBox-root{margin-bottom:0rem!important}.weight-track-container p{margin-top:0rem!important}.tooltip-wrapper{position:absolute;top:5px;right:24px}.agent-icon{position:fixed;bottom:10px;right:10px;color:#000;height:60px;width:60px;cursor:pointer;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 4px 10px #000c}@media only screen and (max-width: 600px){.w-sm-100{width:100%}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}*{margin:0;padding:0}.root-element{font-size:62.5%;box-sizing:border-box;scroll-behavior:smooth;height:100%}.body-container{height:100%;font-family:Roboto,sans-serif}.Toastify__toast-body{font-size:2rem!important}.bold-text{font-weight:700}#root{height:inherit;font-family:Inter,sans-serif}.asteric{color:red}*,*:before,*:after{box-sizing:inherit}a{text-decoration:none!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.full-width{width:100%}.delete-icon:hover{cursor:pointer;color:red}@media only screen and (max-width: 1600px){.root-element{font-size:59.5%}}@media only screen and (max-width: 1050px){.root-element{font-size:58.5%}}@media only screen and (max-width: 700px){.root-element{font-size:57%}}@media only screen and (max-width: 500px){.root-element{font-size:54.5%}}
