:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{display:flex;width:100%;padding:0;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}body{overflow-y:hidden}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex}#app{display:flex;padding:0}}.ai-chat-container[data-v-f0242ba5]{width:100%;background-color:var(--dark);padding:10px;display:flex;flex-direction:row;overflow:hidden;height:100vh}.chat-container[data-v-f0242ba5]{color:#000;border:2px solid var(--primary);bottom:2%;width:75%;height:99%;background-color:var(--dark);border-radius:21px;padding:10px;display:flex;flex-direction:column}.topics-container[data-v-f0242ba5]{color:#000;border:2px solid var(--primary);bottom:2%;right:1%;width:23%;height:99%;background-color:var(--dark);border-radius:21px;padding:10px;display:flex;flex-direction:column;overflow:auto}.subtopic[data-v-f0242ba5]{padding:1px;background-color:#fff;color:#2d2d2d;border-radius:1px;border-style:solid;border-width:1px;border-color:#8bceff94;height:fit-content}.subtopic[data-v-f0242ba5]:hover{background-color:#add8e6;cursor:pointer}.logout-btn[data-v-f0242ba5]{font-size:18px;font-weight:700;padding:5px;background-color:#fff;color:#2d2d2d;height:fit-content;position:inherit;right:15px;border-radius:5px}.bot-style[data-v-f0242ba5]{width:70px;height:70px;border-radius:2px}.chat-button[data-v-f0242ba5]{background-color:#0078d0;border:0;border-radius:56px;color:#fff;cursor:pointer;display:inline-block;font-family:system-ui,-apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif;font-size:18px;font-weight:600;outline:0;padding:16px 21px;text-align:center;text-decoration:none;transition:all .3s;user-select:none;-webkit-user-select:none;touch-action:manipulation;position:fixed;bottom:10px;right:10px;opacity:85%}.chat-button[data-v-f0242ba5]:before{background-color:initial;background-image:linear-gradient(#fff 0,rgba(255,255,255,0) 85%);border-top-right-radius:inherit;border-top-left-radius:inherit;content:"";height:50%;left:0%;opacity:.5;position:absolute;top:0;transition:all .3s;width:100%}.chat-button[data-v-f0242ba5]:hover{box-shadow:#fff3 0 3px 15px inset,#0000001a 0 3px 5px,#0000001a 0 10px 13px;transform:scale(1.05)}.chat-header[data-v-f0242ba5]{font-size:18px;font-weight:700;padding:10px;background-color:#fff;color:#2d2d2d;border-radius:10px;border-style:solid;border-width:2px;border-color:#8bceff94;height:fit-content}.chat-footer[data-v-f0242ba5]{font-size:10px;font-style:italic;color:#3b3b3be2;text-align:right}.chat-messages[data-v-f0242ba5]{list-style:none;padding:0;overflow-y:auto;flex-grow:1;font-size:20px;font-family:Lexend,sans-serif}.message-item[data-v-f0242ba5]{display:flex;justify-content:flex-start;margin:5px 0}.message-bubble[data-v-f0242ba5]{background-color:#f3f3f3;border-radius:25px;align-self:flex-start;color:#333;position:relative;max-width:90%;margin-bottom:10px;padding:10px 20px;line-height:24px;word-wrap:break-word;font-size:18px;line-height:1.2em;text-align:left}.sent-message[data-v-f0242ba5]{align-self:flex-end;background-color:var(--grey);color:#fff;margin:0 0 0 80%;font-weight:600}.chat-input[data-v-f0242ba5]{display:flex;padding:0 0 10px}.chat-input input[data-v-f0242ba5]{flex:1 1 100%;border:none;border-radius:5px;color:#888;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;display:block;width:100%;padding:10px 15px;font-size:18px;background-color:#f3f3f3;transition:.4s}.chat-input button[data-v-f0242ba5]{margin-left:10px;color:#fff;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;background:none;display:block;padding:10px 15px;border-radius:0 8px 8px 0;background-color:var(--primary);font-size:18px;font-weight:700}.start-tutoring[data-v-f0242ba5]{display:flex}.start-tutoring button[data-v-f0242ba5]{height:70px;width:auto;font-size:20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:5px 10px;cursor:pointer;position:absolute;top:50%;left:45%}.logo-arktad[data-v-f0242ba5]{width:50px;height:45px;border-radius:2px}.chat-container[data-v-f0242ba5]{left:10px}.ai-chat-container2[data-v-f0242ba5]{display:flex;flex-direction:column}.ai-chat-container3[data-v-f0242ba5]{display:flex}.chat-header-brand[data-v-f0242ba5]{font-size:20px;font-weight:700;padding:5px;background-color:#fff;color:#2d2d2d;height:fit-content;border-radius:2px}.device-header[data-v-f0242ba5]{display:flex;position:absolute;left:50%}.used-credits[data-v-f0242ba5]{font-size:15px;padding:10px;background-color:#fff;color:#2d2d2d;border-radius:10px;border-style:solid;border-width:1px;border-color:#8bceff94;height:fit-content}.loading-screen[data-v-f0242ba5]{width:100%;height:100%;background-color:#fff;position:absolute}.device-used[data-v-f0242ba5]{display:flex;flex-direction:row;width:100%;max-height:98vh}@media (max-width: 768px){.chat-button[data-v-f0242ba5]{padding:16px 48px}.chat-container[data-v-f0242ba5]{display:flex;width:99%;height:99%;top:17%}.device-used[data-v-f0242ba5]{display:flex;flex-direction:row;width:100%;max-height:98vh}.topics-container[data-v-f0242ba5]{display:none}.chat-footer[data-v-f0242ba5]{font-size:5px;font-style:italic;color:#3b3b3be2;text-align:right}.chat-header[data-v-f0242ba5]{font-size:15px;font-weight:700;padding:5px;background-color:#fff;color:#2d2d2d;border-radius:10px;border-style:solid;border-width:1px;border-color:#8bceff94;height:fit-content}.device-header[data-v-f0242ba5]{display:flex;flex-direction:row;width:90%;left:10px;top:9%}.chat-header-brand[data-v-f0242ba5]{font-size:18px;font-weight:700;padding:5px;background-color:#fff;color:#2d2d2d;height:fit-content}.ai-chat-container2[data-v-f0242ba5]{display:flex;flex-direction:column;width:100%}.logout-btn[data-v-f0242ba5]{font-size:15px;font-weight:700;padding:5px;background-color:#fff;color:#2d2d2d;height:fit-content;position:inherit;right:5px;top:1px}.ai-chat-container3[data-v-f0242ba5]{display:flex;flex-direction:row}.logo-arktad[data-v-f0242ba5]{width:50px;height:40px}.chat-input button[data-v-f0242ba5]{margin-left:10px;background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:5px 10px;cursor:pointer}.chat-input2 button[data-v-f0242ba5]{margin-left:10px;background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:5px;cursor:pointer}.sent-message[data-v-f0242ba5]{align-self:flex-end;background-color:var(--grey);color:#fff;margin:0 0 0 70%}.bot-style[data-v-f0242ba5]{width:50px;height:50px;border-radius:2px}.chat-input[data-v-f0242ba5]{display:flex;padding:0}.chat-messages[data-v-f0242ba5]{list-style:none;padding:0;overflow-y:auto;flex-grow:1;font-size:15px;font-family:Lexend,sans-serif}.login-screen[data-v-f0242ba5]{color:#000;position:absolute;width:80%;height:auto;background-color:#ffffffe3;border:4px solid rgba(139,206,255,.5803921569);border-radius:21px;padding:10px;display:flex;flex-direction:column;top:50%;left:50%;transform:translate(-50%,-50%);overflow:auto}}@media (max-width: 480px){.chat-button[data-v-f0242ba5]{padding:13px;font-size:18px}}.main-container[data-v-7c3a3a96]{display:flex;flex-direction:row;width:100%}.invoice-view .nav-link[data-v-7c3a3a96]{margin-bottom:32px;align-items:center;color:#fff;font-size:12px}.invoice-view .nav-link img[data-v-7c3a3a96]{margin-right:16px;width:7px;height:10px}.invoice-view .header[data-v-7c3a3a96],.invoice-view .invoice-details[data-v-7c3a3a96]{background-color:#1e2139;border-radius:20px}.invoice-view .header[data-v-7c3a3a96]{align-items:center;padding:24px 32px;font-size:12px}.invoice-view .header .left[data-v-7c3a3a96]{align-items:center}.invoice-view .header .left span[data-v-7c3a3a96]{color:#dfe3fa;margin-right:16px}.invoice-view .header .right[data-v-7c3a3a96]{flex:1;justify-content:flex-end}.invoice-view .header .right button[data-v-7c3a3a96]{color:#fff}.invoice-view .invoice-details[data-v-7c3a3a96]{padding:48px;margin-top:24px}.invoice-view .invoice-details .top div[data-v-7c3a3a96]{color:#dfe3fa;flex:1}.invoice-view .invoice-details .top .left[data-v-7c3a3a96]{font-size:12px}.invoice-view .invoice-details .top .left p[data-v-7c3a3a96]:first-child{font-size:24px;text-transform:uppercase;color:#fff;margin-bottom:8px}.invoice-view .invoice-details .top .left p[data-v-7c3a3a96]:nth-child(2){font-size:16px}.invoice-view .invoice-details .top .left span[data-v-7c3a3a96]{color:#888eb0}.invoice-view .invoice-details .top .right[data-v-7c3a3a96]{font-size:12px;align-items:flex-end}.invoice-view .invoice-details .middle[data-v-7c3a3a96]{margin-top:50px;color:#dfe3fa;gap:16px}.invoice-view .invoice-details .middle h4[data-v-7c3a3a96]{font-size:12px;font-weight:400;margin-bottom:12px}.invoice-view .invoice-details .middle p[data-v-7c3a3a96]{font-size:16px}.invoice-view .invoice-details .middle .bill[data-v-7c3a3a96],.invoice-view .invoice-details .middle .payment[data-v-7c3a3a96]{flex:1}.invoice-view .invoice-details .middle .payment h4[data-v-7c3a3a96]:nth-child(3){margin-top:32px}.invoice-view .invoice-details .middle .payment p[data-v-7c3a3a96]{font-weight:600}.invoice-view .invoice-details .middle .bill p[data-v-7c3a3a96]:nth-child(2){font-size:16px}.invoice-view .invoice-details .middle .bill p[data-v-7c3a3a96]:nth-child(3){margin-top:auto}.invoice-view .invoice-details .middle .bill p[data-v-7c3a3a96]{font-size:12px}.invoice-view .invoice-details .middle .send-to[data-v-7c3a3a96]{flex:2}.invoice-view .invoice-details .bottom[data-v-7c3a3a96]{margin-top:50px}.invoice-view .invoice-details .bottom .billing-items[data-v-7c3a3a96]{padding:32px;border-radius:20px 20px 0 0;background-color:#252945}.invoice-view .invoice-details .bottom .billing-items .heading[data-v-7c3a3a96]{color:#dfe3fa;font-size:12px;margin-bottom:32px}.invoice-view .invoice-details .bottom .billing-items .heading p[data-v-7c3a3a96]:first-child{flex:3;text-align:left}.invoice-view .invoice-details .bottom .billing-items .heading p[data-v-7c3a3a96]{flex:1;text-align:right}.invoice-view .invoice-details .bottom .billing-items .item[data-v-7c3a3a96]{padding:10px;margin-bottom:32px;font-size:13px;color:#fff}.invoice-view .invoice-details .bottom .billing-items .item[data-v-7c3a3a96]:last-child{margin-bottom:0}.invoice-view .invoice-details .bottom .billing-items .item p[data-v-7c3a3a96]:first-child{flex:3;text-align:left}.invoice-view .invoice-details .bottom .billing-items .item p[data-v-7c3a3a96]{flex:1;text-align:right}.invoice-view .invoice-details .bottom .total[data-v-7c3a3a96]{color:#fff;padding:32px;background-color:#0c0e16b3;align-items:center;border-radius:20px}.invoice-view .invoice-details .bottom .total p[data-v-7c3a3a96]{flex:1;font-size:12px}.invoice-view .invoice-details .bottom .total p[data-v-7c3a3a96]:nth-child(2){font-size:28px;text-align:right}button[data-v-7c3a3a96],.button[data-v-7c3a3a96]{cursor:pointer;padding:16px 24px;border-radius:30px;border:none;font-size:12px;margin-right:8px;color:#fff}.header[data-v-7c3a3a96]{align-items:center;padding:24px 32px;font-size:12px}.header .left[data-v-7c3a3a96]{align-items:center}.header .left span[data-v-7c3a3a96]{color:#dfe3fa;margin-right:16px}.header .right[data-v-7c3a3a96]{flex:1;justify-content:flex-end}.header .right button[data-v-7c3a3a96]{color:#fff}.container[data-v-7c3a3a96]{width:100%;padding:40px 10px;max-width:850px;margin:0 auto}@media (min-width: 900px){.container[data-v-7c3a3a96]{padding-top:10px}}.flex[data-v-7c3a3a96]{display:flex}.status-button[data-v-7c3a3a96]{font-size:12px;margin-right:30px;align-items:center;padding:8px 30px;border-radius:10px}.status-button[data-v-7c3a3a96]:before{content:"";width:10px;height:10px;border-radius:50%;margin-right:8px}.dark-purple[data-v-7c3a3a96]{background-color:#252945}.red[data-v-7c3a3a96]{background-color:#ec5757}.green[data-v-7c3a3a96]{background-color:#33d69f}.orange[data-v-7c3a3a96]{background-color:#ff8f00}.header[data-v-7c3a3a96],.invoice-details[data-v-7c3a3a96]{background-color:#1e2139;border-radius:20px}.info-panel[data-v-7c3a3a96]{width:80%;max-height:100vh;overflow-y:auto}.upload-panel[data-v-7c3a3a96]{display:flex;flex-direction:column;width:20%;padding-top:10px}.historial[data-v-7c3a3a96]{background-color:#1e2139;border-radius:20px;height:58vh;overflow-y:auto;padding:20px;margin-bottom:5px}.upload[data-v-7c3a3a96]{background-color:#1e2139;border-radius:20px;height:39vh;padding:10px;overflow-y:auto;overflow-x:hidden}.flex-column[data-v-7c3a3a96]{flex-direction:column}.uploaded-image[data-v-7c3a3a96]{width:100%;padding:5px}.hidden[data-v-7c3a3a96]{display:none}.product-name-input[data-v-7c3a3a96]{font-size:1.2rem}.history-button[data-v-7c3a3a96]{font-size:16px;padding:5px;cursor:pointer;border-radius:30px;border:1px solid var(--dark-alt);color:#fff}.capture-info[data-v-7c3a3a96]{width:100%;height:100%}.capture-buttons[data-v-7c3a3a96]{display:flex;flex-direction:row;justify-content:center}@media (max-width: 768px){.header[data-v-7c3a3a96]{display:block;padding:5px}.right[data-v-7c3a3a96]{justify-content:center!important}.green[data-v-7c3a3a96],.dark-purple[data-v-7c3a3a96],.red[data-v-7c3a3a96]{padding:10px}.upload[data-v-7c3a3a96]{display:none}.main-container[data-v-7c3a3a96]{display:block}.info-panel[data-v-7c3a3a96]{width:100%}.upload-panel[data-v-7c3a3a96]{width:100%;padding:5px 10px}.container[data-v-7c3a3a96]{padding:15px 10px 20px}.historial[data-v-7c3a3a96]{height:35vh}.invoice-details[data-v-7c3a3a96]{height:40vh;padding:15px!important;overflow:auto}.invoice-view[data-v-7c3a3a96]{padding:15px}.product-name[data-v-7c3a3a96],.title-small[data-v-7c3a3a96]{font-size:15px}}.login-screen[data-v-88aa241e]{color:#000;position:absolute;width:auto;height:auto;background-color:#ffffffe3;border:4px solid rgba(139,206,255,.5803921569);border-radius:21px;padding:10px;display:flex;flex-direction:column;top:50%;left:50%;transform:translate(-50%,-50%);overflow:auto}.login-screendat[data-v-88aa241e]{text-align:center}.login-buttons[data-v-88aa241e]{border:2px solid black}@media (max-width: 768px){.login-screen[data-v-88aa241e]{width:70%;left:58%}}.informacion[data-v-4257f635]{display:flex;flex-direction:column;width:30%;margin-top:100px;align-items:center}button[data-v-4257f635],.button[data-v-4257f635]{cursor:pointer;padding:16px 24px;border-radius:30px;border:none;font-size:12px;margin-right:8px;color:#fff;background-color:#33d69f;margin-top:10px}.info-container[data-v-4257f635]{display:flex;flex-direction:row;width:100%;justify-content:center}.info-area[data-v-4257f635]{margin-top:10px;min-height:100px;width:100%}.considerations[data-v-4257f635]{margin-top:30px}@media (max-width: 768px){.informacion[data-v-4257f635]{display:flex;flex-direction:column;width:90%;margin-top:30px;align-items:center}button[data-v-4257f635],.button[data-v-4257f635]{cursor:pointer;padding:16px 24px;border-radius:30px;border:none;font-size:12px;margin-right:8px;color:#fff;background-color:#33d69f;margin-top:10px}.info-container[data-v-4257f635]{display:flex;flex-direction:row;width:100%;justify-content:center}.info-area[data-v-4257f635]{margin-top:10px;min-height:100px;width:100%}.considerations[data-v-4257f635]{margin-top:30px}}aside[data-v-19288f2d]{display:flex;flex-direction:column;width:calc(2rem + 32px);overflow:hidden;min-height:100vh;padding:1rem;background-color:var(--dark);color:var(--light);transition:.2s ease-out}aside .flex[data-v-19288f2d]{flex:1 1 0}.menu-toggle-wrap[data-v-19288f2d]{display:flex;justify-content:flex-end;margin-bottom:1rem;position:relative;top:0;transition:.2s ease-out}h3[data-v-19288f2d],.text[data-v-19288f2d]{opacity:0;transition:.3s ease-out}h3[data-v-19288f2d]{color:var(--grey);font-size:.875em;margin-bottom:.5rem;text-transform:uppercase}.menu[data-v-19288f2d]{margin:0 - 1rem}.menu .button[data-v-19288f2d]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background:none;display:flex;align-items:center;text-decoration:none;padding:0 2rem 0 0;transition:.2s ease-out}.menu .button .material-icons[data-v-19288f2d]{font-size:2rem;transition:.2s ease-out}.menu .button .text[data-v-19288f2d]{color:var(--light);transition:.2s ease-out}.router-link-exact-active[data-v-19288f2d]{border-right:5px solid var(--primary)}.menu-toggle[data-v-19288f2d]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background:none;transition:.2s ease-out}.menu-toggle:hover .material-icons[data-v-19288f2d]{color:var(--primary);transform:translate(.5rem)}.button:hover[data-v-19288f2d],.router-link-exact-active[data-v-19288f2d]{background-color:var(--dark-alt)}.button:hover .material-icons[data-v-19288f2d],.button:hover .text[data-v-19288f2d],.router-link-exact-active .material-icons[data-v-19288f2d],.router-link-exact-active .text[data-v-19288f2d]{color:var(--primary)}.material-icons[data-v-19288f2d]{font-size:2rem;color:#f1f5f9;transition:.2s ease-out}.is-expanded{h3[data-v-19288f2d],.button[data-v-19288f2d],.text[data-v-19288f2d] {opacity: 1;} .button {.material-icons[data-v-19288f2d] {margin-right: 1rem;}}}.is-expanded[data-v-19288f2d]{width:var(--sidebar-width)}.is-expanded .menu-toggle-wrap[data-v-19288f2d]{top:-3rem}.is-expanded .menu-toggle-wrap .menu-toggle[data-v-19288f2d]{transform:rotate(-180deg)}@media (max-width: 768px){.logout-button[data-v-19288f2d]{margin-bottom:50px!important}}.logo[data-v-19288f2d]{margin-bottom:1rem;width:2rem}.nutricoach-logo[data-v-19288f2d]{width:2rem;vertical-align:middle}:root{--primary: #4ade80;--grey: #64748b;--dark: #1e293b;--dark-alt: #334155;--light: #f1f5f9;--sidebar-width: 300px}*{margin:0;padding:0;box-sizing:border-box}header .wrapper{display:flex;place-items:flex-start;flex-wrap:wrap}
