@import"https://fonts.googleapis.com/css2?family=Quicksand&display=swap";@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap";.form-wrap{transform:translateY(-70px);display:grid;flex-direction:column;gap:43px;align-items:center;justify-content:center;overflow-y:auto;max-height:90%;padding:53px 23px 63px 13px;grid-template-columns:1fr;width:100%;margin:auto}.base-page{display:flex;position:relative;align-items:center;flex-direction:column;height:100vh;overflow-y:hidden;width:100vw}.docs-page{width:100%;height:calc(100vh - 50px);position:relative;overflow-y:hidden}.full-height{height:100vh}.full-height>main{position:relative;bottom:0;height:calc(100vh - 100px)}.settings-page{display:flex;flex-direction:column}.add-ddt-page{position:relative;width:100vw;z-index:8;height:90vh}.hidden-form-page{position:relative;height:100%;width:100%}.title{font-family:Quicksand,sans-serif;-webkit-user-select:none;user-select:none;text-align:center;border-bottom:1px solid var(--accent);background:var(--secondary);box-shadow:0 1px 2px #000;position:relative;z-index:10;color:var(--white);width:100%}.title span{position:absolute;left:15px;display:inline;top:0;height:100%}.title span svg{top:50%;transform:translateY(-50%);position:absolute}.title a:active{color:var(--blue)}.sub-title{color:var(--white);font-family:Quicksand,sans-serif;-webkit-user-select:none;user-select:none;text-align:center;border-bottom:1px solid var(--accent);background:var(--secondary);box-shadow:0 2px 5px #000;height:var(--sub-title-height);transform:translateY(-30px);z-index:-1;display:flex;align-items:flex-end;justify-content:center;position:relative;z-index:9;width:100%;padding-bottom:5px}.sub-nav{color:var(--primary);font-family:Quicksand,sans-serif;-webkit-user-select:none;user-select:none;width:40vw;text-align:center;border-bottom:2px solid var(--primary);border-bottom-right-radius:50px;border-bottom-left-radius:50px;background:var(--secondary);box-shadow:0 5px 5px #000;height:60px;transform:translateY(-60px);position:relative;z-index:-2;display:flex;align-items:flex-end;justify-content:center}.ordine{background-color:var(--ordine-color)!important;border-bottom-color:#00b7ee!important}.fattura{background-color:var(--fattura-color)!important;border-bottom-color:#686f5c!important}.preventivo{background-color:var(--preventivo-color)!important;border-bottom-color:#e4a4e8!important}.sub-form{transform:translateY(-30px);display:grid;gap:43px;overflow-y:auto;padding:23px;background:var(--sub-background);border-radius:3px}.label-fix{position:absolute;width:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;left:10px;background-color:#fff;padding-left:5px;padding-right:5px;transform:translate(-11px,-22px) scale(.9);transition:.3s ease transform,.3s ease color;z-index:4;color:var(--primary);font-family:Montserrat,sans-serif;font-weight:700}.label-fix:hover,.label-fix:active{text-overflow:unset;overflow:visible}.label-fix-active{transform:translate(-11px,-31px) scale(.9)}.error-label{color:var(--error);top:calc(100% + 3px);left:5px;position:absolute;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.error-label:active{white-space:normal}.hidden-form{position:relative;transform:unset;overflow-y:auto;height:100%}.hidden-form-wrap{position:fixed;height:calc(100% - var(--sub-title-height));bottom:-100vh;z-index:21;transition:.4s ease bottom;background:var(--background-2);box-shadow:0 -4px 6px #000;border-top-right-radius:20px;border-top-left-radius:20px}.hidden-form .search-products{display:flex;align-items:center;justify-content:flex-start;gap:80px}.hidden-form .search-products>i{font-size:1.5rem}.hidden-form .search-products>i.deactive{color:gray}.form-head{height:30px;width:100vw;display:flex;justify-content:center;align-items:center;font-size:2.5rem;position:relative}.modal-title{width:auto;text-align:center}.modal{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#00000080;z-index:20;display:flex;justify-content:center;align-items:center}.modal-loader{height:100%;width:100%;background:none}.modal-card{min-height:70vh;max-height:90vh;min-width:80vw;background:var(--background);border-radius:4px;border:3px ridge var(--primary);position:relative}.modal-card p{max-width:70vw}.modal-info{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:23px 12px}.modal-scadenza{display:flex;flex-direction:column;align-items:flex-start;padding:10px 23px;justify-content:space-around}.notification-banner{font-family:Quicksand,sans-serif;-webkit-user-select:none;user-select:none;text-align:center;border-bottom:1px solid var(--accent);background:var(--green);box-shadow:0 1px 2px #000;position:relative;z-index:10;color:var(--white);width:100%}.settings-sec{width:100%;padding:13px 24px}.error-modal{padding:20px 10px;width:90vw;overflow-y:auto}.depositi-modal{display:flex;flex-direction:column;min-height:200px;justify-content:center;align-items:center;gap:42px}.error-list-item label{font-weight:bolder}.error-list-item li{margin-left:24px;display:flex;flex-direction:column;padding:5px 0;list-style:circle}.error-list-item li label{font-weight:400;text-decoration:underline}.error-list-item li span{color:var(--error);margin-left:17px;margin-top:4px}.user-list li{height:35px;display:flex;align-items:center;padding:0 23px 0 13px;border-bottom:1px solid var(--text-2);justify-content:space-between}.storico-movimenti{overflow-y:auto;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:43px;padding-top:23px}fieldset{padding:19px;display:grid;gap:33px;border-color:var(--blue)}fieldset .select-container{margin-bottom:23px}fieldset legend{color:var(--blue);padding:0 5px;font-size:.9rem}.desc-fieldset{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto}.list-articoli-modal{margin-top:13px;margin-bottom:17px;max-height:50vh;overflow-y:auto}.list-articoli-modal li{padding:5px;border-bottom:1px solid var(--light-grey)}.list-articoli-modal li:nth-child(1){border-top:1px solid var(--light-grey)}.list-articoli-modal li label{font-weight:bolder;color:var(--primary);margin-left:6px}.lotti-list{list-style:none;width:100%;display:flex;flex-direction:column;gap:12px;max-height:70%;min-height:20vh;overflow-y:auto}.lotti-list li>label>span{font-size:1.2rem;color:var(--green);font-weight:bolder}.lotti-list li{display:grid;grid-template-rows:1fr 1fr;border-top:1px solid var(--text-2);padding:12px 0}.lotti-list li>div{display:flex;justify-content:flex-start;gap:20%}.scad-tot{display:flex;flex-direction:column;font-weight:700;padding-left:23px;gap:6px}.scad-tot span{font-weight:400}@media only print{body,html{width:100%;height:auto}.modal{height:max-content;width:100vw;border:none;position:absolute;top:0;left:0;max-height:none}.movimenti-modal{height:max-content;width:100vw;border:none;position:absolute;top:0;left:0;max-height:none;font-size:1.3rem}.movimenti-modal>label{display:block;margin-top:20px}.movimenti-modal>h3{display:block;margin:-2000px 0 0}.movimenti-modal ul{overflow-y:visible;display:block;height:max-content;overflow:visible}.movimenti-modal div{display:none}#to_from_,#movimenti-modal-info{display:block}.button-wrap{display:none}}.float-button{position:fixed;bottom:23px;right:23px;height:50px;width:50px;display:flex;align-items:center;justify-content:center;background-color:var( --blue );color:#fff;border-radius:50%;z-index:20;box-shadow:4px 4px 10px #000;font-size:2rem}.spinner-wrap{position:relative;height:20vh;width:20vh;margin:auto;min-width:265px;min-height:265px;display:flex;justify-content:center;align-items:center;transform:rotate(var( --initial-loader ));overflow:hidden!important}.spin1{display:flex;align-items:center;justify-content:center;border-radius:100%;height:160px;width:160px;border:5px solid var( --secondary );border-top:5px solid transparent;border-right:5px solid transparent;animation:rotate1 var( --loader1-time) linear infinite}.spin2{display:flex;align-items:center;justify-content:center;border-radius:100%;height:145px;width:145px;border:5px solid var( --secondary );border-top:5px solid transparent;border-right:5px solid transparent;animation:rotate1 var( --loader2-time) linear infinite}.spin3{display:flex;align-items:center;justify-content:center;border-radius:100%;height:130px;width:130px;border:5px solid var( --secondary );border-top:5px solid transparent;border-right:5px solid transparent;transform:rotate(-50deg);animation:rotate1 var( --loader3-time ) linear infinite}.spin4{display:flex;align-items:center;justify-content:center;border-radius:100%;height:115px;width:115px;border:5px solid var( --secondary );border-top:5px solid transparent;border-right:5px solid transparent;transform:rotate(-75deg);animation:rotate1 var( --loader4-time) linear infinite}.spin5{display:flex;align-items:center;justify-content:center;border-radius:100%;height:100px;width:100px;border:5px solid var( --secondary );border-top:5px solid transparent;border-right:5px solid transparent;transform:rotate(-100deg);animation:rotate1 var( --loader5-time) linear infinite}.spin6{display:flex;align-items:center;justify-content:center;border-radius:100%;height:85px;width:85px;border:5px solid var( --secondary );border-top:5px solid transparent;border-right:5px solid transparent;transform:rotate(-125deg);animation:rotate1 var( --loader6-time) linear infinite}.spin7{display:flex;align-items:center;justify-content:center;border-radius:100%;height:70px;width:70px;border:5px solid var( --secondary );border-top:5px solid transparent;border-right:5px solid transparent;transform:rotate(-120deg);animation:rotate1 var( --loader7-time) linear infinite}.spin8{display:flex;align-items:center;justify-content:center;border-radius:100%;height:55px;width:55px;border:5px solid var( --secondary );border-top:5px solid transparent;border-right:5px solid transparent;transform:rotate(-100deg);animation:rotate1 var( --loader8-time) linear infinite}@keyframes rotate1{0%{transform:rotate(0) skew(0)}50%{transform:rotate(180deg) skew(15deg)}to{transform:rotate(360deg) skew(0)}}@keyframes rotate1{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) matrix(.1,1,-.3,1,0,0)}to{transform:rotate(360deg) scale(1)}}@keyframes rotate1{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.small-loader{position:relative;height:13px;width:13px}.small-loader>div:nth-child(1){border:3px solid var( --light-grey );height:13px;width:13px;border-radius:50%;position:absolute;top:0;left:0;display:block}.small-loader>div:nth-child(2){position:absolute;top:0;left:0;border:3px solid var( --text-2 );height:13px;width:13px;border-radius:50%;border-bottom-color:transparent;animation:.5s linear rotate-loader infinite;display:block}@keyframes rotate-loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.choose-sec{position:fixed;bottom:-50%;width:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:13px;align-items:center;transition:.4s ease bottom;z-index:20;left:0}.choose-sec>div{background:var( --background-2 );min-height:34px;width:83%;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var( --text-2 );box-shadow:3px 3px 3px #000;overflow:hidden}.choose{width:100%;display:inherit;padding:15px 0;justify-content:center;align-items:center;border-bottom:1px solid var(--text )}.choose-menu .choose-wrap:last-child .choose{border-bottom:none}.choices-show{bottom:0;height:100vh;padding-bottom:47px}.choose-title{width:100%;border-bottom:1px solid var(--text );display:inherit;justify-content:center;align-items:center}.button-wrap{position:relative;border-radius:20px;min-width:120px;z-index:2}.button{border-radius:20px;padding:8px 22px;background:transparent;color:var( --primary );border:2px solid var( --primary );color:#070;border:2px solid #007700;position:relative;z-index:1;transition:.2s ease color;min-width:120px;display:flex;text-align:left;justify-content:center;gap:13px;align-items:center;font-weight:700;cursor:pointer;overflow:hidden}.btn-back{border-radius:50%;background:var( --primary );position:absolute;transform:translate(-50%,-50%);z-index:-1}.red{border:2px solid var( --btn-red );color:var( --btn-red )}.red~.btn-back-deactive{background:var( --btn-red )}.red~.btn-back-active{background:var( --btn-red )}.blue{border:2px solid var( --blue );color:var( --blue )}.blue~.btn-back-deactive{background:var( --blue )}.blue~.btn-back-active{background:var( --blue )}.orange{border:2px solid var( --orange );color:var( --orange )}.orange~.btn-back-deactive{background:var( --orange )}.orange~.btn-back-active{background:var( --orange )}.button:active{transform:scale(95%)}.btn-back-active{animation:.2s ease open-circle forwards}.btn-back-deactive{animation:.2s ease close-circle forwards}.check-box-wrap{display:inline-block;padding-left:32px;padding-top:2px;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;height:100%}.check-box-wrap input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;pointer-events:none}.check-mark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:transparent;border-radius:3px;border:1px solid var( --primary )}.check-box:checked+.check-mark{background-color:#4c0c77;border-color:transparent;border:1px solid var( --primary )}.check-mark:after{content:"";position:absolute;display:none}.check-box-wrap input:checked~.check-mark:after{display:block}.check-box-wrap .check-mark:after{left:8px;top:4px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.text-area-wrap{width:min-content;position:relative}.text-area{resize:none;width:200px;-webkit-user-select:unset;user-select:unset}@media only screen and (min-width:550px){.text-area{width:230px}}.text-input-wrap{display:flex;justify-content:center;align-items:center;position:relative;width:min-content;z-index:2}.text-input{-webkit-user-select:text;user-select:text;height:35px;width:200px;max-width:200px;padding:0 28px 0 13px;position:relative;border:none;z-index:0;background-color:transparent;border-bottom:1px solid var( --text-2 );color:var( --text );transition:.3s ease background-color,.3s ease color}.text-input-label{position:absolute;width:auto;transform:translate(13px);transition:.3s ease transform,.3s ease color,.3s ease font-weight,.3s ease left;z-index:4;left:10px;padding-left:5px;padding-right:5px;background-color:#fff;color:var( --text-2);font-family:Montserrat,sans-serif;font-weight:400}.text-input-label-active{color:var( --primary );transform:translate(-11px,-22px) scale(.9);font-weight:bolder;left:10px}.border-wrap{height:37px;width:206px;position:absolute;z-index:1;background:none;pointer-events:none}.border{position:absolute;z-index:2;transition:.3s ease height,.3s ease width,.3s ease max-width;border:none;width:0;height:0;border-radius:10px}.border-top{border-top:3px solid var( --primary );top:0;right:0}.border-bottom{border-bottom:3px solid var( --primary );bottom:0;left:0}.border-left{border-left:3px solid var( --primary );bottom:0;left:0}.border-right{border-right:3px solid var( --primary );top:0;right:0}.border-lr-active{height:100%}.border-tb-active{width:100%}.text-input:focus{outline:none}.text-input-border-active{outline:2px solid var( --primary )}.text-input-icon{position:absolute;right:9px;bottom:8px;z-index:3}.text-input-icon-active{color:var( --background )}input[type=number]::-webkit-inner-spin-button,input[data-number=number]::-webkit-inner-spin-button,input[data-number=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number],input[data-number=number]{padding-right:3px;-moz-appearance:textfield;width:110px;width:33vw}input[data-number=number]~.border-wrap{width:33vw}.quantity-nav{float:left;position:relative;height:62px}.quantity-button{position:absolute;right:-9px;top:-18px;cursor:pointer;width:20px;text-align:center;float:right;height:calc(100% + 30px);color:var(--primary);font-size:2rem;font-family:Trebuchet MS,Helvetica,sans-serif!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;display:grid;align-content:space-between;transform:translate(20px,5px);z-index:0}.quantity-up,.quantity-down{height:50%;z-index:1}.quantity-down:active,.quantity-up:active{transform:scale(.9)}@media only screen and (max-width:350px){.text-input-label-active{transform:translate(-9px,-20px) scale(.9)}}.filter-sec{max-width:90vw;padding-left:13px}.filter-sec>div{margin-top:13px;display:flex;align-items:center;justify-content:flex-start;gap:13px}.filter-sec span{position:relative;font-size:1.5rem;color:var( --red )}.filter-sec span>svg{position:absolute;top:0;transform:translate(-80%,-50%)}.doc-list-sec{width:93vw;margin:13px auto auto;max-height:60%;overflow-y:auto;border-radius:4px}.doc-row{margin-bottom:3px;display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1.5fr;gap:5px;padding:9px;background:var(--primary);color:var(--white);border-radius:4px}.doc-row label:nth-child(2n){justify-self:flex-end}.doc-row>div{justify-self:flex-end}.page-selector{color:var( --secondary );display:flex;align-items:center;width:auto;margin:23px auto auto;justify-content:center;gap:13px;font-size:1.6rem;width:30vw}.page-selector i{color:var( --blue );border-radius:4px}.page-selector input:focus{outline:none}.page-selector input{max-width:80px;border:none;color:var( --secondary );font-size:1.6rem;text-align:center}.page-selector i:active{background:#99c}.search-input-wrap{position:relative}.search-result-list{list-style:none;border-radius:5px;background:var(--text-2);max-width:80vw;max-height:50vh;margin-top:8px;overflow-y:auto;overflow-x:hidden;width:inherit;position:absolute;z-index:10}.moviento-interno-input .search-result-list{position:fixed}.search-result{padding:12px;border-bottom:1px solid var( --text );color:var( --background )}.search-result:active{background:#86c23280;background:#69ab0080}.search-result:hover{background:#69ab0080}.search-result-list .search-result:last-child{border-bottom:none}.tab-bar{min-height:70px;transform:translateY(-40px);display:flex;position:relative;z-index:8;width:100%;overflow-y:hidden;overflow-x:scroll;padding:0 23px;-webkit-user-select:none;user-select:none}.tab-bar *{-webkit-user-select:none;user-select:none}.tab-bar::-webkit-scrollbar{-webkit-appearance:none}.tab-item{width:100%;min-width:20vw;color:var( --white );font-family:Quicksand,sans-serif;-webkit-user-select:none;user-select:none;text-align:center;border-bottom:1px solid var(--accent);border-bottom-right-radius:15px;border-bottom-left-radius:15px;background:var( --secondary );box-shadow:0 1px 5px #000;padding:0 19px 2px;height:36px;position:relative;z-index:-2;display:flex;align-items:flex-end;justify-content:center;font-weight:400;transition:.2s ease height,.2s ease font-weight;touch-action:none}.tab-item-active{font-weight:700;height:50px}.form-cat{padding-bottom:0;padding-top:23px;gap:23px}.articoli-categorie-list{list-style:none;flex-direction:column;justify-content:center;position:relative;overflow-y:auto;height:100%}.articoli-categorie-list>li{width:100%;height:200px;padding:12px 0;display:flex;flex-direction:column;justify-content:space-between;border-bottom:3px ridge var( --blue )}.articolo-input-grid{height:70%;display:grid;grid-template-columns:.5fr 1fr;grid-template-rows:1fr 1fr}.articolo-input-grid>*{align-self:center}.articolo-input-info{display:flex;flex-direction:column}.articolo-input-info:nth-child(1)>label{font-weight:700}.articolo-input-info:not(:nth-child(1))>label{color:var( --primary );font-size:1.2rem;font-weight:700}.select-container{position:relative;width:min-content}.select-wrap{position:relative;border-radius:20px;overflow:hidden;width:min-content}.select{border-radius:20px;padding:8px 22px 8px 4px;background:transparent;color:var( --text );border:2px solid var( --primary );position:relative;z-index:1;transition:.2s ease color;max-width:60vw}.select option{-moz-white-space:pre-wrap;-o-white-space:pre-wrap;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #DDD}.sel-back{border-radius:50%;background:var( --primary );position:absolute;transform:translate(-50%,-50%);z-index:-1}.sel-back-active{animation:.2s ease open-circle forwards}.sel-back-deactive{animation:.2s ease close-circle forwards}@keyframes open-circle{0%{height:0;width:0}to{height:50vh;width:50vh}}@keyframes close-circle{0%{height:50vh;width:50vh}to{height:0;width:0}}span.ripple{position:absolute;border-radius:50%;background:var( --primary );transform:translate(-50%,-50%) scale(0);animation:ripple .5s linear}@keyframes ripple{0%{transform:translate(-%50,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(4);opacity:0}}.divider-wrap{display:flex;align-items:center;justify-content:center;gap:13px;width:100%;color:var( --primary );padding:0 5px}.divider-wrap *{cursor:pointer}.divider{height:4px;width:100%;border-bottom:2px dotted var( --primary );border-top:2px dotted var( --primary )}.divider-icon{color:var( --primary )}.old-price-modal{height:90%;width:80%;overflow-y:auto;padding-bottom:23px}.old-price-modal h2{text-align:center;margin:13px auto}.old-price-modal table{min-width:90%;max-height:80%;margin:auto}.old-price-modal td{text-align:center;padding:5px 0}.old-price-modal tbody{overflow-y:auto}.old-price-modal thead{background-color:#ffd326;overflow-y:auto}.old-price-modal tbody tr:nth-child(2n){background-color:#f4f4f4}.old-price-modal tbody tr:nth-child(odd){background-color:#ddd}.righe-section{width:93vw;margin:13px auto auto;max-height:60%;overflow-y:auto;border-radius:4px}.riga-row{margin-bottom:3px;display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1.5fr;gap:15px;padding:9px;background:var( --primary);color:var( --white );border-radius:4px}.scadenza,.riga{grid-template-columns:1fr}.riga-error{background:var( --error )}.not-paid{background:var( --error );height:100%;width:100%}.partial{background:var( --orange );height:100%;width:100%}.riga-row>label{white-space:pre-line;font-size:1rem}.riga-row>div{margin-top:9px;display:flex;justify-content:space-between}.riga>div>span:nth-child(1){padding-left:20px}.riga-row div{font-size:1rem;font-weight:700}.allegati-list{max-height:100%;margin-top:23px;max-height:60vh;overflow-y:auto}.allegato-label{padding:13px 0;font-size:1.2rem;display:flex;gap:19px;align-items:center}.allegato-label>label{font-size:.9rem;font-weight:700;color:#d98d05;max-width:55vw;line-height:1.4;line-break:anywhere}.allegato-label>i{display:flex}.allegato-label>i:nth-child(1){font-size:1.5rem;color:var( --red )}.inner-choice{height:0px;width:100%;transition:.3s ease height;pointer-events:none;background:#d5d5d5;min-height:0;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-y:hidden}.inner-choice>.choose{height:40px}.inner-choice-active{height:120px;pointer-events:unset}.inner-choice-active-2{height:80px;pointer-events:unset}.choose-wrap{width:100%;display:flex;flex-direction:column}.sell-buy-sec{position:absolute;bottom:80px;width:100%;display:flex;flex-direction:column;justify-content:center;gap:13px;align-items:center}.sell-buy{display:grid;grid-template-columns:.5fr .5fr;align-items:center;justify-content:space-between;padding:0 13px;font-size:1.3rem;height:55px;border:1px solid var(--primary );border-radius:10px;width:90%;-webkit-user-select:none;user-select:none;color:var( --green );text-align:center}.sell-buy-icon-wrap{min-width:60px;width:100%;display:flex;justify-content:center;gap:43px}.sell-buy-icon-wrap span{height:min-content;display:flex;align-items:center}.sell{color:var( --green)}.buy{color:var( --red )}.sell-buy.not-active{pointer-events:none;color:gray;border-color:gray}.error-banner{font-family:Quicksand,sans-serif;-webkit-user-select:none;user-select:none;text-align:center;border-bottom:1px solid var(--accent);background:var( --error );box-shadow:0 1px 2px #000;position:relative;z-index:10;color:var( --white );width:100%}.func-list{height:100%;padding:23px 0;display:flex;flex-direction:column}.func-list>a{color:var( --text );display:inherit;font-size:1.3rem;gap:19px;padding:12px 22px;border-bottom:1px solid var( --light-grey )}.func-list>a:nth-child(1){border-top:1px solid var( --light-grey )}.func-list>a:active{background-color:var( --light-grey )}.description{padding:14px 4px;border-bottom:1px solid var( --text-2 )}.giacenze-form{overflow-y:auto;max-height:80vh;padding-top:20px}.giacenze-form>div:nth-child(1){min-height:120%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:33px;padding-left:33px;margin-bottom:33px}.giacenze-final-sec{margin:33px 0 23px;width:97vw;padding-top:33px}.movimenti-interni{display:block;flex-direction:column;align-items:center;transform:translateY(-30px);overflow-y:auto;height:calc(100vh - 60px);padding-bottom:50px}.movienti-wrap{height:100%;width:100%}.movienti-wrap>div{height:85%;overflow-y:auto}.mov-add-icon{font-size:2.5rem;color:var( --blue );width:100%;text-align:center;position:relative;display:block;margin:-30px auto auto}.mov-add-icon path{stroke:var( --blue )}.to-from-sec{height:100%;width:100%;display:flex;flex-direction:column;gap:44px;align-items:center;justify-content:center}.to-from-sec .check-box-wrap{margin-top:-19px}.moviento-interno-input{width:100%;padding:20px 8px 10px 20px;position:relative;display:flex;align-items:center;justify-content:flex-start;border-top:1px solid var( --light-grey );border-bottom:1px solid var( --light-grey );gap:23px}.moviento-interno-input.larger{padding-bottom:35px}.moviento-interno-input .error-label{white-space:unset}.moviento-interno-input .error-label>span{color:var( --blue );text-decoration:underline;margin:0 7px}.moviento-interno-input>span{font-size:1.5rem;color:var( --red )}.movimento-label{color:var( --primary );font-weight:bolder;z-index:1;font-family:Montserrat,sans-serif;margin-right:13px}.moviento-interno-input>input{font-size:1.4rem;color:var( --primary );font-weight:700;right:0;bottom:120%;border:none;outline:none;width:20%}.moviento-interno-input .text-input,.moviento-interno-input .border-wrap{max-width:50vw}@media only screen and (min-width: 350px){.moviento-interno-input .text-input,.moviento-interno-input .border-wrap{max-width:unset}}.balance-container{margin-bottom:15px}.balance-divider{width:94vw;height:1px;border-bottom:1px double black;margin:auto}.balance-wrap{margin-top:39px;margin-bottom:15px;width:100%;position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:23px;max-height:50px;min-height:50px;height:45vh;top:0;transition:.4s ease max-height;padding-top:12px}.balance-active{max-height:45vh}@keyframes active-wrap{0%{opacity:1}50%{opacity:0}to{opacity:1}}.radio-input label{margin-left:23px}.scadenze-sec{display:flex;flex-direction:column;padding:0 13px 0 22px;gap:33px;overflow-y:auto;height:100%}.scadenze-sec .scadenze-btn{display:flex;justify-content:center;align-items:center;gap:33px;margin-bottom:33px}.pagamento-scadenza-input{width:100%;padding:20px 10px;position:relative;display:flex;align-items:center;justify-content:flex-start;border-top:1px solid var( --light-grey );border-bottom:1px solid var( --light-grey );gap:23px}.pagamento-scadenza-input>span:nth-child(1){font-size:1.5rem;color:var( --red )}.pagamento-label{color:var( --primary );font-weight:bolder;z-index:1;font-family:Montserrat,sans-serif;margin-right:13px}.importo-input-wrap{display:inline;max-width:25%;overflow-x:hidden}.importo-input-wrap>label{font-size:1.4rem;color:var( --primary );font-weight:700;width:min-content;display:inline-block;position:relative}.pagamento-scadenza-input>input{font-size:1.4rem;color:var( --primary );font-weight:700;right:0;bottom:120%;border:none;outline:none;width:20%}.importo-input-wrap>label:focus{outline:none}.importo-input-wrap>span{font-size:1.4rem;color:var( --primary );width:min-content;position:relative}.pagamento-scadenza-input .text-input,.pagamento-scadenza-input .border-wrap{max-width:50vw}@media only screen and (min-width: 350px){.pagamento-scadenza-input .text-input,.pagamento-scadenza-input .border-wrap{max-width:unset}}.scad-count{color:var( --blue )}.scad-red{color:var( --error )}.scad-green{color:var( --green )}.scad-yellow{color:var( --orange )}.scad-tot~.hidden-form-wrap .form-wrap{padding-top:15px;overflow-x:hidden}.scad-count.col>p{font-size:1.1rem;font-weight:700;white-space:nowrap}.scad-count~fieldset{border-right:none;border-left:none;padding-top:43px;width:inherit;height:40vh}.scad-count~fieldset>.movienti-wrap>div{position:absolute;left:0;width:100vw;height:30vh}.settings-section{margin-top:23px}.settings-section ul{list-style:none}.settings-section li{color:var( --text );font-size:1.3rem;border-bottom:1px solid var( --light-grey )}.settings-section li:active{background-color:var( --light-grey )}.setting-item{height:50px;display:flex;align-items:center;justify-content:space-between;font-size:1.3rem;padding:12px 23px 12px 9px;color:var( --text )}.table-wrap{margin:30px auto auto;overflow:auto;width:90vw;max-height:70vh;position:relative;z-index:1}.table{position:relative}.table-row{background:#00f;position:relative;display:flex;align-items:center;justify-content:center;color:var( --white )}.table-row:nth-child(2n){background:var( --primary );background:#69ab00b3}.table-row:nth-child(odd){background:var( --secondary );background:#0091acb3;background:#2f4858b3}.table-item{height:110px;width:20%;min-width:110px;text-align:center;padding:4px 12px;border-right:1px solid var( --text );display:inline-grid;align-items:center;overflow-x:hidden;overflow-y:auto;white-space:pre-wrap;overflow-wrap:break-word}.table-row .table-item:nth-last-child(){border-right:1px solid var( --text )}thead{position:sticky;top:0;z-index:20}tbody{position:relative}tbody .table-item{word-wrap:anywhere}thead>.table-row:nth-child(odd){background:var( --blue )}thead .table-item{height:60px;font-weight:bolder}.add-totali-page .check-box-wrap{margin-top:23px;margin-left:23px}.totali-section>div>label{font-size:1.3rem;word-break:keep-all}.totali-section>div>span{font-size:1.15rem}.totali-section>div{display:flex;align-items:center;justify-content:space-between;min-height:43px;padding:10px 23px;width:100%}.totali-section>div{border-bottom:1px solid black}.totali-section>div:nth-last-child(1){border:none}.totali-section{border-radius:5px;padding:7px 0;background:var( --background-2 );box-shadow:0 0 3px #000 inset}.bottom-bar{width:100vw;height:50px;background:var(--secondary);position:fixed;bottom:0;display:flex;justify-content:space-around;align-items:center;border-radius:50px 50px 0 0;box-shadow:0 -5px 5px #000;border-top:1px solid var(--accent );padding:0 12px}.menu-icon{color:var( --white );font-size:1.5rem;cursor:pointer}.menu-icon:active{color:var( --blue )}.label-view>label{color:var( --primary );font-weight:bolder;max-width:47vw}.label-view>p{-webkit-user-select:text;user-select:text;line-break:anywhere}:root{--background: #222629;--background-2: #cacfd4;--primary: #61892f;--secondary: #474b4f;--accent: #86c232;--text: #6b6e70;--green: #007c4d;--red: #c03e2e;--sub-background: #141617;--sub-title-height: 60px}:root{--background: #2f4858;--background: #fff;--background-2: #fdfdfd;--primary: #69ab00;--primary: #00aa00;--secondary: #0091ac;--secondary: #69ab00;--accent: #eb9928;--accent: #cbff72;--text: #252626;--text-2: #7f8284;--green: #007c4d;--red: #c03e2e;--sub-background: #141617;--btn-red: #ff553a;--white: #fff;--sub-title-height: 60px;--error: #f22613;--blue: #0091ac;--light-grey: #d5d5d5;--orange: #f99136;--loader-time: 7s;--ordine-color: #0080b6;--preventivo-color: #7a00ce;--fattura-color: #e6a713}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}*:active{-webkit-user-select:none;user-select:none}body{background-color:var(--background);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:var(--white)}a:active{-webkit-user-select:none;user-select:none}html{font-size:11px}@media only screen and (min-width: 350px){html{font-size:13px}}
