.screen-login-container{display:flex;flex-direction:row;justify-content:space-around;width:100vw;height:100svh;background:linear-gradient(to right,#4362e9,#2b3889)}.screen-login-credentials{display:flex;justify-content:center;align-items:center;flex-grow:1;height:100svh}.screen-login-inputs{display:flex;flex-direction:column;justify-content:center;align-items:center;width:70%}.screen-login-forms{width:75%}.screen-login-forms-loading{pointer-events:none}#screen-login-cover{width:50%;height:100svh;object-fit:fill}#screen-login-logo{width:250px;height:250px;object-fit:fill}@media (max-width: 1000px){.screen-login-forms{width:90%}}@media (max-width: 800px){#screen-login-cover{display:none}}.component-input-password-container{position:relative;display:flex;flex-direction:column;margin-top:20px;width:100%}.component-input-password-label{color:#fff;padding:10px;font-size:1.3rem;font-weight:700}.component-input-password-input{padding:12px 0 12px 30px;border-radius:20px;border:none;font-size:1rem}#component-input-password-locker{position:absolute;bottom:8px;right:20px;height:25px;cursor:pointer}.component-input-username-container{display:flex;flex-direction:column;margin-top:20px;width:100%}.component-input-username-label{color:#fff;padding:10px;font-size:1.3rem;font-weight:700}.component-input-username-input{padding:12px 0 12px 30px;border-radius:20px;border:none;font-size:1rem}.component-btn-submit-login{background:linear-gradient(to top,#2e6e66,#248a7f);display:flex;flex-direction:row;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003,0 4px 9px #00000026;color:#fff;font-size:1rem;width:100%;margin-top:2rem;padding:13px;border:none;border-radius:20px;cursor:pointer}.component-btn-submit-login-disabled{opacity:.5;cursor:default}.spinner{margin-left:10px;width:15px;height:15px;border:3px solid #ccc;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}.component-btn-category{background-color:#fff;display:flex;flex-direction:row;align-items:center;box-shadow:.5px 1px 0 1px #0000001a;color:#000;font-size:1.1rem;width:100%;margin-top:1rem;padding:13px;border:none;border-radius:15px;cursor:pointer}.component-btn-category-selected{background:linear-gradient(to left,#4361e7,#28337d);color:#fff}.component-btn-category:hover{background:#ced7ff}.close-button{outline:none;border:none;background:none;height:2rem;width:2rem;border-radius:999rem;cursor:pointer;transition:all .2s ease}.close-button:hover{background-color:#0003}.close-button:active{background-color:#0000004d}.close-button img{height:80%;width:80%}.button-command{outline:none;border:none;border-radius:3rem;font-size:3rem;width:9rem;height:9rem;transition:all .2s ease;box-shadow:.5px 1px 0 1px #0000001a;cursor:pointer}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounce-animation{animation:bounce .5s infinite}.screen-finances-menu-month{cursor:pointer;background-color:#fff;color:#000;width:100%;padding:12px;font-size:16px;border-radius:25px;box-shadow:.5px 1px 0 1px #0000001a;border:none}.screen-finances-menu-month:hover{background:#ced7ff;color:#28337d;transform:scale(1.08)}.screen-finances-menu-month-selected{background:linear-gradient(to left,#4361e7,#28337d);transform:scale(1.08);color:#fff}.screen-finances-menu-day{background-color:#fff;margin:0 5px 10px;outline:none;border:none;border-radius:1rem;box-shadow:1.5px 1px 0 1px #0000001a;font-size:.9rem;width:100%;font-weight:600;padding:10px;cursor:pointer}.screen-finances-menu-day:hover{background:#ced7ff;font-weight:600;color:#28337d}.screen-finances-menu-day-selected{background:linear-gradient(to left,#4361e7,#28337d);font-weight:600;color:#fff}.screen-container-inner{display:flex;padding:8rem 2rem 4rem 6rem}.screen-commands{display:flex;flex-wrap:wrap;gap:1rem;transition:width .2s ease}.screens-command-accesDenied{margin-top:5rem;align-items:center;justify-content:center;width:100%}.component-header-container{display:flex;flex-direction:row;justify-content:space-between;height:5rem;width:100%;position:fixed;top:0;z-index:9999}.component-header-input-search{display:flex;align-items:center;justify-content:center;width:50%}.component-header-button{background:none;border:none;outline:none;padding:0!important;width:3rem;height:3rem;border-radius:4rem;transition:all .4s ease;cursor:pointer}.component-header-button:hover{background-color:#00000013}.component-header-button:active{background-color:#0000003b}.component-header-logo-container{box-shadow:.5px 1px 0 1px #0000001a;background-color:#fff;width:9%;padding:20px;border-radius:0 0 15px;display:flex;align-items:center;justify-content:center}.component-header-profile-container{box-shadow:.5px 1px 0 1px #0000001a;background-color:#fff;border-radius:0 0 0 15px;padding-right:10px;padding-left:10px;width:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@-moz-document url-prefix(){.component-header-profile-container{box-shadow:0 2px 4px #0003,0 4px 9px #00000026;background-color:#fff;border-radius:0 0 0 15px;padding-right:5px;padding-left:5px;width:18%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}}.component-header-info-container{padding:10px;text-align:right;line-height:1.5rem}#component-header-name{color:#000;font-weight:600}#component-header-logout{color:#eb4343;font-weight:500;cursor:pointer}#header-logo{height:100%}#header-settings-img{height:50%;cursor:pointer}#header-profile-img{height:80%;border-radius:100px}#component-header-logout:hover{transform:scale(1.01)}@media (max-width: 1450px){.component-header-logo-container{width:12%}}@media (max-width: 1000px){.component-header-logo-container{width:15%}}@media (max-width: 640px){.component-header-logo-container{width:20%}}.wrapper-container{position:fixed;width:100vw;height:100vh;z-index:99999;background-color:#0006;backdrop-filter:blur(.1rem);opacity:0;transition:opacity .3s ease-in-out;top:0;left:0;z-index:9999}.wrapper-container.fade-in{opacity:1}.wrapper-container.fade-out{opacity:0}.printerConfig-container{background-color:#fff;border-radius:1rem;width:65vw;height:70vh;min-height:30rem;position:relative;left:50vw;top:50vh;transform:translate(-50%,-50%);@media (max-width: 856px){height:100vh;width:100vw;border-radius:0}}.printerConfig-inner{display:flex;flex-direction:column;height:100%}.printerConfig-title{color:#3951c2;font-size:1rem;margin:1rem 0 0 1rem}.printerConfig-button-slider{padding-left:1rem;display:flex;gap:1rem;flex-direction:row;overflow:auto;margin-top:1rem;height:2.5rem;min-height:2.5rem}.printerConfig-button{white-space:nowrap;padding:.5rem 1rem;color:#3951c2;font-size:.8rem;font-weight:700;background:none;outline:none;border:none;background-color:none;transition:all .4s ease;border-radius:1rem;cursor:pointer;margin-left:1rem}.printerConfig-button:hover{background-color:#00000013}.printerConfig-button:active{background-color:#0000003b}.printerConfig-button-slider::-webkit-scrollbar{width:8px;height:.5rem}.printerConfig-button-slider::-webkit-scrollbar-thumb{background-color:#2e6e66;border-radius:999rem}.printerConfig-selectPrinter{padding:1.5rem 1rem}.printerConfig-subtitle{color:#2c2e5b;font-weight:700;font-size:.95rem;margin-bottom:.5rem}.printerConfig-categories-container{display:flex;gap:1rem;padding:.5rem 1rem 0;max-height:66%;@media (max-width: 856px){max-height:80vh}}.printerConfig-categories-available-container,.printerConfig-categories-unavailable-container{display:flex;flex-direction:column;width:100%;gap:.5rem;min-height:100%;max-height:calc(100% - 2rem);overflow:auto}.printerConfig-categories-available-container::-webkit-scrollbar,.printerConfig-categories-unavailable-container::-webkit-scrollbar{width:8px;height:.5rem}.printerConfig-categories-available-container::-webkit-scrollbar-thumb,.printerConfig-categories-unavailable-container::-webkit-scrollbar-thumb{background-color:#2e6e66;border-radius:999rem}.printerConfiguration-button-save{height:100%;display:flex;align-items:flex-end;padding-bottom:1rem}.selector-select{position:relative}.selector-select-inner{border:none;outline:none;background-color:#f4f4f4;padding:.5rem 1rem;cursor:pointer;transition:.2s}.selector-select-inner:hover{background-color:#d0d0d0}.selector-select-inner:active{background-color:#d5d4d4}.selector-select-label{color:#000}.selector-options{box-shadow:0 1rem 3rem #00000047;border-radius:0 0 1rem 1rem;overflow:hidden;opacity:1;transition:all .2s;position:absolute;width:100%;z-index:999}.selector-options-option{background-color:#fff;padding:1rem;z-index:9999;transition:all .2s;cursor:pointer}.selector-options.fade-in{opacity:1}.selector-options.fade-out{opacity:0}.selector-options-option:hover{background-color:#d0d0d0}.selector-options-option:active{background-color:#ababab}.component-input-search-container{flex-direction:row;position:relative;gap:1rem;width:100%;box-shadow:.5px 1px 0 1px #0000001a;display:flex;justify-items:center;padding:.5rem .5rem .5rem 1rem;border-radius:2rem;background-color:#fff}@-moz-document url-prefix(){.component-input-search-container{flex-direction:row;gap:1rem;width:100%;box-shadow:.5px 1px 0 1px #0000001a;display:flex;justify-items:center;padding:.5rem .5rem .5rem 1rem;border-radius:2rem;background-color:#fff;margin-left:1rem;margin-right:1rem}}.component-input-search-input{outline:none;border:none;border-color:none;width:100%;height:2rem}@media (max-width: 900px){.component-input-search-container{display:none}}.component-input-search-result-item{display:flex;padding:1rem;box-shadow:1px 2px 4px #0000001a;align-items:center;gap:1rem}.component-input-search-results{position:absolute;background-color:#fff;left:2rem;border-radius:20px;top:4rem;width:43rem;display:flex;flex-direction:column;cursor:pointer}.component-input-search-result-image:hover{background-color:#fff!important}.component-input-search-results :hover,.component-input-search-result-item:hover{background:#ced7ff}.component-input-search-results p{color:#000;font-weight:500}.component-input-search-result-image{width:70px;height:70px;border-radius:.2rem;object-fit:contain;background-color:#fff;max-width:70px;max-height:70px}.command-details{background-color:#0001;height:100%;backdrop-filter:blur(1rem);border-radius:1rem;position:sticky;top:6rem;box-shadow:0 .5rem 1rem #0000001a;transition:all .2s ease;transform-origin:right ease;max-height:calc(100vh - 10rem)}.command-to-open{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:1rem;gap:1rem}.command-to-print{display:flex;flex-direction:column;gap:1rem;padding:0 1rem;margin-top:1rem}.command-to-print-header{flex-direction:column;display:flex!important;width:100%;gap:.5rem}.command-to-print-buttons{display:flex;gap:1rem}.command-to-print-header p{color:#000}.command-to-print-code-container{display:flex;align-items:center;gap:1rem}p.command-to-print-code{color:#000}b.command-to-print-code{color:#000;font-weight:700}.command-to-print-pending{color:#000}.command-to-print-orders-container{display:flex;flex-direction:column;gap:1rem;padding:1rem 1rem 0 0;max-height:calc(100vh - 22rem);overflow:auto}.command-to-print-orders-container::-webkit-scrollbar{width:8px;height:.5rem}.command-to-print-orders-container::-webkit-scrollbar-thumb{background-color:#4362e9;border-radius:999rem}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.command-to-print.shake{animation:shake .5s ease-in-out}.command-to-print-top-buttons{display:flex;gap:1rem}.component-card-product-container{background-color:#fff;width:12.9rem;border-radius:.5rem;overflow:hidden;box-shadow:.5px 1px 0 1px #0000001a;cursor:pointer}.component-card-product-details-container{padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.component-card-product-nameProduct-container{font-size:1rem;font-weight:700;background:#28337d;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.component-card-product-price-container{font-size:1.1rem;font-weight:700;background:linear-gradient(#2e6e66,#248a7f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.component-card-product-description-container,.component-card-product-qtd-container{font-size:1rem;background:#28337d;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#component-card-product-image{height:150px;width:100%;object-fit:cover}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]{appearance:none}.product-modal-container{background-color:#fff;border-radius:1rem;width:85vw;height:70vh;position:relative;left:50vw;top:50vh;transform:translate(-50%,-50%);overflow:hidden;display:flex;flex-direction:row;@media (max-width: 900px){height:100vh;width:100vw;border-radius:0}}.product-modal-inner{height:100%;flex-grow:1;display:flex;flex-direction:row;@media (max-width: 900px){flex-direction:column;height:100vh;width:100vw;border-radius:0}}.product-modal-inner p{font-weight:700}.product-modal-name{color:#28337d;font-size:2.5rem}.product-modal-value{color:#2b776e;font-size:2rem}.product-modal-amount{color:#28337d;font-size:2rem}.product-modal-input-storage{background-color:#fff;box-shadow:1px 1px 1px 1px #0000001a;color:#000;font-size:1.1rem;width:60%;padding:13px;border:none;border-radius:10px;cursor:pointer;text-align:center}.product-modal-btn-salve{background:linear-gradient(to top,#2e6e66,#248a7f);box-shadow:0 2px 4px #0003,0 4px 9px #00000026;color:#fff;font-size:1rem;width:50%;padding:13px;border:none;border-radius:20px;cursor:pointer}#product-modal-image{height:100%;width:35vw;object-fit:cover;@media (max-width: 900px){flex-direction:column;height:25rem;width:100vw;border-radius:0}}.product-modal-details{padding:3rem;display:flex;flex-direction:column;align-items:center;width:70%;flex-grow:1;gap:2rem}.order-table{background-color:#80808010;padding:1rem;border-radius:1rem;transition:all .2s ease;cursor:default}.warning{background-color:#d99229;display:inline-block;width:fit-content;padding:.5rem 1rem;border-radius:2rem}.warning p{display:inline-block}.order-table:hover{background-color:#80808030}.order-table-container{display:flex;justify-content:space-between;gap:.2rem;padding:0 0 .5rem}.order-table-container-table{display:flex;gap:.5rem}.order-table-container.b,.order-table-number{color:#000;font-size:1rem}.order-table-product-info{display:flex;align-items:center;justify-content:space-between;padding:.2rem 1.5rem;border-radius:5rem;background-color:#0000001a;transition:all .2s ease;cursor:default}.order-table-product-info:hover{background-color:#0003}.order-table-product-name{color:#000;font-size:1rem;width:80%;word-break:break-word;flex-grow:1;text-align:start;margin-left:1rem;font-weight:400}.order-table-product-price,.order-time,.order-table-product-details b{color:#000;font-size:1rem}.order-table-product-details{display:flex;gap:1rem}.order-table-product-info.quantity{text-align:center;padding:0!important;background-color:transparent!important}.order-table-product-deliver-time{display:flex;flex-direction:column;width:100%;white-space:nowrap}.order-table-product-deliver-container{display:flex;justify-content:space-between;gap:1rem}.order-table-deliver-name{color:#000;font-size:1rem}.orders-container{display:flex;flex-direction:column;gap:1rem}.order-table-product-name-deliver{display:flex;gap:1rem;width:70rem;align-items:center}.order-table-product-container{display:flex;flex-direction:column;gap:1rem}.options-modal-container{background-color:#fff;border-radius:1rem;width:50rem;height:30vh;position:relative;left:50vw;top:50vh;transform:translate(-50%,-50%);overflow:hidden;display:flex;flex-direction:column;@media (max-width: 900px){height:100vh;width:100vw;border-radius:0}}.options-modal-container b{text-align:center;font-size:1.5rem;margin-top:2rem}.options-modal-inner{height:100%;flex-grow:1;display:flex;flex-direction:row;@media (max-width: 900px){flex-direction:column;height:100vh;width:100vw;border-radius:0}}.options-modal-button-container{display:flex;justify-content:center;align-items:center;width:100%;flex-wrap:wrap;max-width:100%;padding:1rem;gap:1rem}.screen-product-container{background-color:transparent;display:flex;flex-direction:column;justify-content:space-between;height:100svh;max-width:100vw;@media (max-width: 856px){overflow:hidden}}.screen-product-content{display:flex;flex-direction:row;justify-content:flex-start;flex-grow:1;padding:8rem 0rem 0rem 6rem;height:max-content;@media (max-width: 856px){padding:0}}.screen-products{flex-grow:1;display:flex;flex-direction:row;@media (max-width: 856px){padding-top:5rem;flex-direction:column;justify-content:start;align-items:center;gap:1rem}}.screen-products-menu{display:flex;flex-direction:column;width:30%;max-width:100vw;overflow:auto;height:86vh;scrollbar-width:none;position:sticky;top:8rem;padding:0 10px 10px;@media (max-width: 856px){flex-direction:row;gap:1rem;height:4rem;width:calc(100vw - 2.4rem);max-width:calc(100vw - 2.4rem);overflow:scroll;white-space:nowrap;align-items:center;top:5rem}}.screen-product{align-items:center;justify-content:left;width:100%;height:fit-content;padding:10px 10px 10px 50px;display:flex;flex-wrap:wrap;gap:10px;@media (max-width: 856px){max-width:calc(100vw - 6rem);align-items:center;justify-content:center;padding:2rem 0px 0px;overflow:scroll;height:100vh}}.container-loader-container{position:absolute;width:100dvw;height:100svh;z-index:9999;display:flex;justify-content:center;align-items:center}.normal-loader{margin-left:10px;width:50px;height:50px;border:6px solid #ccc;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.screen-finance-container{background-color:transparent;display:flex;flex-direction:column;justify-content:space-between;width:100vw;height:100svh}.screen-finance-content{gap:100px;display:flex;flex-direction:row;padding:8rem 0rem 2rem 6rem}.screen-finances-menu{display:flex;flex-direction:column;overflow:auto;width:20%;gap:15px;padding-inline:1rem}.screen-finances-resume{background-color:#e3e6f4;flex-grow:1;padding:30px 0 0 30px;border-radius:50px 0 0 50px;width:100%;height:100%}.screen-finances-noDaySelected{color:#28337d;font-weight:bolder;font-size:20px}.screen-finances-calendar{width:20%}.screen-finances-order-container{background-color:#d9dceb;display:flex;flex-direction:column;padding:10px;margin-bottom:1rem;border-radius:10px}.screen-finances-title{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px}.screen-finances-order{display:flex;flex-direction:row}#screen-finances-order-total{color:#000;font-weight:600;position:sticky;top:100%;margin-right:50px;font-size:20px}#screen-finances-order-text{color:#28337d;font-weight:600}#screen-finances-menu-year-selection{width:100%;padding:10px;font-size:16px;border:none;color:#28337d;font-weight:bolder;text-align:center;cursor:pointer;outline:none;border-bottom:2px solid gray}.screen-finances-finances{height:78svh;width:100%;border-radius:30px;overflow-y:scroll;padding-right:15px}.finance{display:flex;flex-direction:column;gap:8px;align-items:end;justify-content:right}.teste{width:100%;align-items:center;justify-content:center;display:grid;grid-template-columns:repeat(2,1fr);gap:5px 20px}.screen-not-found-container{gap:20%;display:flex;justify-content:center;align-items:center;height:100vh;padding:0 10rem;background:url(./cover-CKYEvm5o.png) no-repeat left center,linear-gradient(to right,#2b3889,#0d143d);@media (max-width: 750px){gap:2%;flex-direction:column-reverse;background:url(./cover-CKYEvm5o.png) no-repeat center,linear-gradient(to right,#2b3889,#0d143d)}}.screen-not-found-text{line-height:7vw;flex-direction:column;@media (max-width: 856px){line-height:3rem;align-items:center;justify-items:center}}.screen-not-found-error-code{color:#fff;font-size:12vw;@media (max-width: 856px){font-size:7rem;font-weight:900}}.screen-not-found-message{color:#fff;font-size:4vw;font-weight:700;margin-left:12.5vw;@media (max-width: 856px){font-size:2.5rem;margin-left:8rem;margin-top:1.5rem}}.screen-not-found-description p{font-size:1.3vw;font-weight:700;line-height:2vw;@media (max-width: 856px){font-size:1.2rem;line-height:2rem}}.screen-not-found-go-back-container{display:flex;align-items:center;justify-content:center;text-decoration:none}.mascot-image{width:100%;height:100%;@media (max-width: 856px){width:40vw}}.screen-not-found-go-back{color:#0d143d;background-color:#fff;font-size:1.2vw;font-weight:700;border-radius:10rem;width:50%;justify-content:center;align-items:center;height:4vw;box-shadow:1px 10px 15px -3px #0000001a;border:none;cursor:pointer;margin-top:3vw;@media (max-width: 856px){width:15rem;height:3rem;font-size:1rem}}.component-side-menu-container{position:fixed;top:10rem;background-color:#e3e6f4;border-radius:0 20px 20px 0;margin-top:20px;margin-right:30px;width:4rem;height:min-content;display:flex;flex-direction:column;align-items:center;overflow:hidden;box-shadow:.5px 1px 0 1px #0000001a;transition:all .8s ease}.component-side-menu-icon{width:100%;display:flex;flex-direction:row;justify-content:left;align-items:center;padding:15px 1px 15px 30px}#component-side-menu-icon{height:35px}#component-side-menu-label{margin-left:10px;font-weight:700;color:#000}.component-side-menu-selected{background-color:#8d8e8f33}.expand-side-menu{width:13rem}.component-side-menu-icon:hover{background-color:#8d8e8f33;cursor:pointer}@media (max-width: 1430px){.component-side-menu-container{width:5%}.expand-side-menu{width:13%}}@media (max-width: 1200px){.component-side-menu-container{width:6%}.expand-side-menu{width:16%}}@media (max-width: 910px){.component-side-menu-container{width:7%}.expand-side-menu{width:19%}}@media (max-width: 785px){.component-side-menu-container{width:9%}.expand-side-menu{width:22%}}@media (max-width: 585px){.component-side-menu-container{width:14%}.expand-side-menu{width:30%}}@media (max-width: 435px){.component-side-menu-container{width:15%}.expand-side-menu{width:40%}}@media (max-width: 280px){.component-side-menu-container{width:25%}.expand-side-menu{width:65%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.3;font-weight:400;background-color:#fff}body{margin:0;display:flex;flex-direction:column;min-width:320px;min-height:100vh;background:url(./cover-CKYEvm5o.png);background-repeat:no-repeat;background-position:left center;background-attachment:fixed}h1,h2,h3,h4,p{margin:0;color:#fff}h1{font-size:1.6em}h2{font-size:1.2em}h3,p{font-size:1.1em}h4{font-size:.85em}
