@charset "UTF-8";.box-total,.box-choose,.box-selection{padding:1rem;margin:0 1.2rem;border:var(--border-color) solid 1px;box-shadow:var(--card-shadow);border-radius:12px;background-color:var(--bg-secondary)}@media(max-width:800px){.box-total,.box-choose,.box-selection{margin:0 5px}}.box-total{display:flex;gap:10px;align-items:center}#total{font-size:14px;font-weight:600}#info{font-size:14px;font-weight:500;color:#fff;background-color:var(--primary-color);border-radius:5px;padding:2px 5px}.box-choose{display:flex;flex-direction:column;gap:10px}.box-choose p{font-size:14px;font-weight:500}.box-choose app-select{margin-top:5px}.box-choose .box-choose-format{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px}.box-selection{display:flex;flex-direction:column;gap:10px}.box-selection p{font-size:14px;font-weight:500;padding:5px 2px}.box-selection .box-auto-selector{display:flex;flex-direction:row;gap:10px}.box-selection .box-auto-selector button{border:none;background:none;font-size:12px;font-weight:500;cursor:pointer;padding:0 5px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center}.box-selection .box-auto-selector button span{margin:0 5px;font-size:14px}.box-selection .box-auto-selector .primary-button{background-color:var(--primary-color);color:#fff}@media(hover:hover){.box-selection .box-auto-selector .primary-button:hover{background-color:var(--secondary-color)}}.box-selection .box-auto-selector .primary-button:disabled{background-color:#ccc;cursor:not-allowed}.box-selection .box-auto-selector .secondary-button{background-color:#f2f2f2;color:var(--text-primary)}@media(hover:hover){.box-selection .box-auto-selector .secondary-button:hover{background-color:#e0e0e0}}.box-selection .box-auto-selector p{flex:1}.box-column{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;padding:10px;border:var(--border-color) solid 1px;border-radius:12px;max-height:200px;overflow-y:auto}.box-buttons{display:flex;flex-direction:row;gap:10px;margin:.2rem 1.3rem}@media(max-width:800px){.box-buttons{margin:.2rem 5px}}.box-buttons app-button-icon{flex:1}.box-option-report{width:100%;display:flex;flex-direction:column;padding:0 5px 10px;background:#fff;cursor:pointer;border-bottom:2px solid #ccc;border-radius:10px;gap:5px}.box-option-report span{width:fit-content;font-size:12px;font-weight:500;background-color:var(--primary-color);padding:2px 5px;border-radius:5px;color:#fff}.box-option-report p{font-size:12px;font-weight:500}@media(hover:hover){.box-option-report:hover{background-color:var(--bg-tertiary)}}.main-form{padding:1rem;border:var(--border-color) solid 1px;box-shadow:var(--card-shadow);border-radius:12px;background-color:var(--bg-secondary);margin:0 auto;width:100%;max-width:1000px}@media(max-width:800px){.main-form{padding:5px;border:none;box-shadow:none}}.checkbox-group{display:flex;align-items:center;flex-wrap:wrap;gap:10px;box-shadow:0 0 3px #00000080;border-radius:5px;padding:4px 8px;min-height:32px}.checkbox-group.ng-invalid.ng-touched,.checkbox-group.ng-invalid.ng-dirty,.checkbox-group.invalid{box-shadow:0 0 3px red}.form-header{display:flex;flex-direction:row}.form-header h3{margin-left:3px;flex:1}.form-group{display:flex;flex-wrap:wrap;flex-direction:row;gap:10px}.form-field{display:flex;flex-direction:column;gap:5px;margin:2px;min-width:110px;flex:1}.form-field .field-btn label{flex:1}.form-field .field-btn,.form-field .field-info{display:flex;flex-direction:row;gap:5px}.form-field .field-info .info{margin-left:auto;font-size:14px;font-weight:600;color:var(--text-secondary)}.form-field .box-wrapper{display:flex;flex-direction:row}.form-field .box-wrapper label{flex:1}.form-field .box-wrapper #cadastrar{flex:0;color:#fff;background-color:var(--primary-color);padding:0 5px;border-radius:3px;cursor:pointer}@media(hover:hover){.form-field .box-wrapper #cadastrar:hover{background-color:var(--secondary-color)}}.form-field .box-wrapper #cancelar{flex:0;color:#fff;background-color:red;padding:0 5px;margin-right:3px;border-radius:3px;cursor:pointer}@media(hover:hover){.form-field .box-wrapper #cancelar:hover{background-color:#8b0000}}.form-field .input-wrapper{position:relative;display:flex;align-items:center}.form-field .input-wrapper span{position:absolute;right:5px;top:50%;transform:translateY(-50%);color:var(--primary-color);cursor:pointer}.form-field label,.form-field input{font-size:14px;font-weight:500}.form-field label{color:var(--primary-color);text-wrap:nowrap}.form-field input,.form-field textarea,.form-field .fake-input{border:none;box-shadow:0 0 3px #00000080;border-radius:5px;padding:5px;width:100%}.form-field input.ng-invalid.ng-touched,.form-field input.ng-invalid.ng-dirty,.form-field textarea.ng-invalid.ng-touched,.form-field textarea.ng-invalid.ng-dirty,.form-field .fake-input.ng-invalid.ng-touched,.form-field .fake-input.ng-invalid.ng-dirty{box-shadow:0 0 3px red}.form-field input:disabled,.form-field textarea:disabled,.form-field .fake-input:disabled{background-color:#e4e4e4;cursor:not-allowed}.form-field input{height:32px}.form-field input:focus{color:var(--primary-color);outline-color:var(--primary-color)}.form-field input:focus::placeholder{color:var(--primary-color)}.form-field textarea:focus{color:var(--primary-color);outline-color:var(--primary-color)}.form-field textarea:focus::placeholder{color:var(--primary-color)}.form-field-auto-complete{display:flex;flex-direction:column;gap:5px;margin:2px}.form-field-auto-complete label{font-size:14px;font-weight:500;color:var(--primary-color)}.box-content-info{display:flex;flex-direction:column;padding:1rem;gap:1rem;width:100%;max-width:1000px;margin:0 auto}@media(max-width:800px){.box-content-info{gap:.5rem;padding:5px;border:none;box-shadow:none}}.card-info-content{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;max-width:100%}@media(max-width:800px){.card-info-content{gap:.5rem}}.card-info{display:flex;flex-direction:column;gap:10px;max-width:100%;min-width:300px;border:var(--border-color) solid 1px;box-shadow:var(--card-shadow);border-radius:12px;background-color:var(--bg-secondary);padding:0 0 .7rem;flex:1}.card-info .card-info-header{display:flex;flex-direction:row;align-items:center;gap:10px;padding:.7rem;background-color:var(--bg-quinary);border-radius:10px 10px 0 0;border-bottom:var(--border-color) solid 1px}.card-info .card-info-header span{color:var(--primary-color)}.card-info .card-info-header mat-icon{width:20px;height:20px;color:var(--primary-color)}.card-info .card-info-header h4{font-size:.9rem;font-weight:600}.card-info .card-item-group{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px;margin:0 1rem;max-width:100%}.card-info .card-item-group .card-item{display:flex;flex-direction:column;gap:2px;flex:1;align-items:flex-start;max-width:100%}.card-info .card-item-group .card-item a{text-decoration:none;color:var(--text-primary);font-weight:600;font-size:.8rem}.card-info .card-item-group .card-item a:hover{text-decoration:underline;font-weight:700;color:var(--primary-color)}.card-info .card-item-group .card-item span,.card-info .card-item-group .card-item a{text-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.card-info .card-item-group .card-item label{text-wrap:nowrap}.card-info .card-item-group .card-item .no-wrap{text-wrap:auto;white-space:normal}.card-info .card-item-group .card-item label{color:var(--text-tertiary);font-weight:500;font-size:.8rem}.card-info .card-item-group .card-item span{font-weight:500;font-size:.8rem}.card-info .card-item-group .card-item .radio-group{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px}.card-info .card-item-group .card-item .radio-group input[type=radio]{accent-color:var(--primary-color)}.card-info .card-item-group .card-item-historico{gap:0;align-items:flex-start;flex-direction:column}.card-info .card-item-group-order{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px;margin:0 1rem;max-width:100%}.card-info .card-item-group-order .card-item,.card-info .card-item-group-order .card-item-h{display:flex;flex-direction:column;gap:5px;flex:1;align-items:flex-start;max-width:100%}.card-info .card-item-group-order .card-item a,.card-info .card-item-group-order .card-item-h a{text-decoration:none;color:var(--text-primary);font-weight:600;font-size:.8rem}.card-info .card-item-group-order .card-item a:hover,.card-info .card-item-group-order .card-item-h a:hover{text-decoration:underline;font-weight:700;color:var(--primary-color)}.card-info .card-item-group-order .card-item span,.card-info .card-item-group-order .card-item a,.card-info .card-item-group-order .card-item-h span,.card-info .card-item-group-order .card-item-h a{text-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.card-info .card-item-group-order .card-item label,.card-info .card-item-group-order .card-item-h label{text-wrap:nowrap}.card-info .card-item-group-order .card-item .no-wrap,.card-info .card-item-group-order .card-item-h .no-wrap{text-wrap:auto;white-space:normal}.card-info .card-item-group-order .card-item label,.card-info .card-item-group-order .card-item-h label{color:var(--text-tertiary);font-weight:600;font-size:.8rem}.card-info .card-item-group-order .card-item span,.card-info .card-item-group-order .card-item-h span{font-weight:600;font-size:.8rem}.card-info .card-item-group-order .card-item-h{flex-direction:row}.card-info .card-item-group-order .card-item-h span,.card-info .card-item-group-order .card-item-h a{flex:1;text-align:right}.card-info .card-item-group-order .card-item-h .status{border-radius:5px;padding:2px 5px;text-align:center;font-weight:700}.card-info .card-item-group-order .card-item-h .status.s1,.card-info .card-item-group-order .card-item-h .status.s2{border:1px solid var(--color-warning-border);background-color:var(--color-warning-bg);color:var(--color-warning-text)}.card-info .card-item-group-order .card-item-h .status.s3{border:1px solid var(--color-success-border);background-color:var(--color-success-bg);color:var(--color-success-text)}.card-info .card-item-group-order .card-item-h .status.s4{border:1px solid var(--color-danger-border);background-color:var(--color-danger-bg);color:var(--color-danger-text)}.card-info .card-item-group-order .card-item-h .status.t1{border:1px solid #DC2626;background-color:#fef2f2;color:#dc2626}.card-info .card-item-group-order .card-item-h .status.t2{border:1px solid #16A34A;background-color:#f0fdf4;color:#16a34a}.card-info .card-item-group-order .card-item-h .status.t3{border:1px solid #0000FF;background-color:#eff6ff;color:#00f}.card-info .card-item-group-order .card-item-h .status.t4{border:1px solid #A020F0;background-color:#f5f3ff;color:#a020f0}.card-info .card-item-group-order .card-item-historico{gap:0;align-items:flex-start;flex-direction:column}.card-info .card-item-plus{display:flex;margin:0 .875rem;max-width:100%;border-radius:10px;border:1px solid var(--border-color-tertiary);background-color:var(--bg-quinary);padding:10px;flex-wrap:wrap;gap:8px}.card-info .card-item-plus .card-item-plus-header{display:flex;flex-direction:row;align-items:center;gap:5px;width:100%}.card-info .card-item-plus .card-item-plus-header .material-symbols-outlined{font-size:20px;color:var(--text-secondary)}.card-info .card-item-plus .card-item-plus-header mat-icon{width:20px;height:20px;color:var(--text-secondary)}.card-info .card-item-plus .card-item-plus-header label{color:var(--text-secondary);font-weight:600;font-size:.875rem}.card-info .card-item-plus .card-item-plus-entity{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.card-info .card-item-plus hr{width:100%;border:none;border-top:var(--border-color) solid 1px;margin:10px 0}.card-info .card-item-plus .card-item-plus-info{display:flex;flex-direction:column;gap:5px;max-width:100%}.card-info .card-item-plus .card-item-plus-info label{color:var(--text-tertiary);font-weight:500;font-size:.8rem}.card-info .card-item-plus span{color:var(--text-primary);font-weight:600;font-size:.8rem;text-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.card-info .card-list-group{display:flex;flex-direction:column;gap:10px;overflow-y:auto}.card-info .card-list-group .card-item{max-width:100%}.card-info .no-content{display:flex;align-items:center;justify-content:center}.card-info .no-content p{color:#a3a3a3;font-weight:500}.card-info .card-item-list{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:flex-start;gap:10px;flex:1;padding:0 0 .6rem;border-bottom:var(--border-color) solid 1px}.divider{color:var(--tertiary-color);height:60%}.box-content-info-order{display:flex;flex-direction:column;padding:1rem;gap:1rem;width:100%}@media(max-width:800px){.box-content-info-order{gap:.5rem;padding:5px;border:none;box-shadow:none}}.box-content-info-order .box-content-main,.box-content-info-order .box-content-main-transacao{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}@media(max-width:800px){.box-content-info-order .box-content-main,.box-content-info-order .box-content-main-transacao{flex-direction:column;gap:.5rem}}.box-content-info-order .box-content-main .box-tab,.box-content-info-order .box-content-main-transacao .box-tab{width:100%;flex:2;order:5}.box-content-info-order .box-content-main .box-content-info-and-frete,.box-content-info-order .box-content-main-transacao .box-content-info-and-frete{display:flex;flex-direction:column;gap:1rem;flex:1;height:100%}.box-content-info-order .box-content-main .box-content-info-and-frete .card-frete-info,.box-content-info-order .box-content-main-transacao .box-content-info-and-frete .card-frete-info{height:100%;width:100%}@media(max-width:800px){.box-content-info-order .box-content-main .box-content-info-and-frete,.box-content-info-order .box-content-main-transacao .box-content-info-and-frete{gap:.5rem;display:contents}}.box-content-info-order .box-content-main .box-content-other,.box-content-info-order .box-content-main-transacao .box-content-other{display:flex;flex-direction:column;gap:10px}.box-content-info-order .box-content-main .resumo-content,.box-content-info-order .box-content-main-transacao .resumo-content{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem}@media(max-width:800px){.box-content-info-order .box-content-main .resumo-content,.box-content-info-order .box-content-main-transacao .resumo-content{gap:.5rem}}.box-content-info-order .box-content-main .box-content-info-tab,.box-content-info-order .box-content-main-transacao .box-content-info-tab{display:flex;width:100%;flex:2;flex-direction:column;flex-wrap:wrap;gap:1rem}@media(min-width:800px){.box-content-info-order .box-content-main .box-content-info-tab:not(.no-max-height),.box-content-info-order .box-content-main-transacao .box-content-info-tab:not(.no-max-height){flex-wrap:nowrap;max-height:360px;overflow-y:auto}}@media(max-width:800px){.box-content-info-order .box-content-main .box-content-info-tab,.box-content-info-order .box-content-main-transacao .box-content-info-tab{gap:.5rem}}.box-content-info-order .box-content-main .box-content-resumo,.box-content-info-order .box-content-main-transacao .box-content-resumo{display:flex;flex-wrap:wrap;gap:1rem;width:100%}@media(max-width:800px){.box-content-info-order .box-content-main .box-content-resumo,.box-content-info-order .box-content-main-transacao .box-content-resumo{gap:.5rem}}.box-content-info-order .box-content-main .card-resumo,.box-content-info-order .box-content-main-transacao .card-resumo{display:flex;flex-direction:column;gap:10px;max-width:100%;min-width:300px;flex:1;border:var(--border-color) solid 1px;box-shadow:var(--card-shadow);border-radius:12px;background-color:var(--bg-secondary);padding:10px}.box-content-info-order .box-content-main .card-resumo.danger .card-resumo-header span.material-symbols-outlined,.box-content-info-order .box-content-main .card-resumo.danger mat-icon,.box-content-info-order .box-content-main .card-resumo.danger .card-resumo-header-title p,.box-content-info-order .box-content-main .card-resumo.danger .card-resumo-header-title h3,.box-content-info-order .box-content-main-transacao .card-resumo.danger .card-resumo-header span.material-symbols-outlined,.box-content-info-order .box-content-main-transacao .card-resumo.danger mat-icon,.box-content-info-order .box-content-main-transacao .card-resumo.danger .card-resumo-header-title p,.box-content-info-order .box-content-main-transacao .card-resumo.danger .card-resumo-header-title h3{color:var(--color-danger-text)}.box-content-info-order .box-content-main .card-resumo.danger.geral .card-resumo-geral-content .card-resumo-geral-item span,.box-content-info-order .box-content-main-transacao .card-resumo.danger.geral .card-resumo-geral-content .card-resumo-geral-item span{color:var(--color-danger-text)}.box-content-info-order .box-content-main .card-resumo.success .card-resumo-header span.material-symbols-outlined,.box-content-info-order .box-content-main .card-resumo.success mat-icon,.box-content-info-order .box-content-main .card-resumo.success .card-resumo-header-title p,.box-content-info-order .box-content-main .card-resumo.success .card-resumo-header-title h3,.box-content-info-order .box-content-main-transacao .card-resumo.success .card-resumo-header span.material-symbols-outlined,.box-content-info-order .box-content-main-transacao .card-resumo.success mat-icon,.box-content-info-order .box-content-main-transacao .card-resumo.success .card-resumo-header-title p,.box-content-info-order .box-content-main-transacao .card-resumo.success .card-resumo-header-title h3{color:var(--color-success-text)}.box-content-info-order .box-content-main .card-resumo.success.geral .card-resumo-geral-content .card-resumo-geral-item span,.box-content-info-order .box-content-main-transacao .card-resumo.success.geral .card-resumo-geral-content .card-resumo-geral-item span{color:var(--color-success-text)}.box-content-info-order .box-content-main .card-resumo.warning .card-resumo-header span.material-symbols-outlined,.box-content-info-order .box-content-main .card-resumo.warning mat-icon,.box-content-info-order .box-content-main .card-resumo.warning .card-resumo-header-title p,.box-content-info-order .box-content-main .card-resumo.warning .card-resumo-header-title h3,.box-content-info-order .box-content-main-transacao .card-resumo.warning .card-resumo-header span.material-symbols-outlined,.box-content-info-order .box-content-main-transacao .card-resumo.warning mat-icon,.box-content-info-order .box-content-main-transacao .card-resumo.warning .card-resumo-header-title p,.box-content-info-order .box-content-main-transacao .card-resumo.warning .card-resumo-header-title h3{color:var(--color-warning-text)}.box-content-info-order .box-content-main .card-resumo .card-resumo-header,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-header{display:flex;flex-direction:row;align-items:center;gap:10px;border-bottom:var(--border-color) solid 1px;padding-bottom:10px}.box-content-info-order .box-content-main .card-resumo .card-resumo-header .card-resumo-header-title,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-header .card-resumo-header-title{display:flex;flex-direction:column}.box-content-info-order .box-content-main .card-resumo .card-resumo-header .card-resumo-header-title h3,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-header .card-resumo-header-title h3{font-size:.875rem}.box-content-info-order .box-content-main .card-resumo .card-resumo-header .card-resumo-header-title p,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-header .card-resumo-header-title p{font-size:.75rem}.box-content-info-order .box-content-main .card-resumo .card-resumo-geral-content,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-geral-content{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap;width:100%}.box-content-info-order .box-content-main .card-resumo .card-resumo-geral-content .card-resumo-geral-item,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-geral-content .card-resumo-geral-item{display:flex;flex-direction:column;gap:5px;flex:1;align-items:center;max-width:100%}.box-content-info-order .box-content-main .card-resumo .card-resumo-geral-content .card-resumo-geral-item label,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-geral-content .card-resumo-geral-item label{font-size:.75rem;font-weight:600;color:var(--text-tertiary)}.box-content-info-order .box-content-main .card-resumo .card-resumo-geral-content .card-resumo-geral-item span,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-geral-content .card-resumo-geral-item span{font-size:.875rem;font-weight:600}.box-content-info-order .box-content-main .card-resumo .card-resumo-geral-content .card-resumo-geral-item span.color-muted,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-geral-content .card-resumo-geral-item span.color-muted{color:var(--text-tertiary)}.box-content-info-order .box-content-main .card-resumo .card-resumo-geral-content .card-resumo-geral-item span.color-success,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-geral-content .card-resumo-geral-item span.color-success{color:var(--color-success-text)}.box-content-info-order .box-content-main .card-resumo .card-resumo-geral-content .card-resumo-geral-item span.color-danger,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-geral-content .card-resumo-geral-item span.color-danger{color:var(--color-danger-text)}.box-content-info-order .box-content-main .card-resumo .card-resumo-geral-content .card-resumo-geral-item span.color-warning,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-geral-content .card-resumo-geral-item span.color-warning{color:var(--color-warning-text)}.box-content-info-order .box-content-main .card-resumo .card-resumo-geral-content .card-resumo-geral-item span.color-info,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-geral-content .card-resumo-geral-item span.color-info{color:var(--color-info-text)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;width:100%;align-items:stretch;padding:10px 0}@media(min-width:800px){.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content{max-height:158px;overflow-y:auto}}@media(min-width:800px){.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content.max-height-130,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content.max-height-130{max-height:130px;overflow-y:auto}}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section{display:flex;flex-direction:column;gap:15px;flex:1;min-width:270px}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section.section-green .carga-section-header,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section.section-green .carga-section-header{border-bottom:2px solid var(--color-success-bg)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section.section-blue .carga-section-header,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section.section-blue .carga-section-header{border-bottom:2px solid var(--color-info-border)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section.section-red .carga-section-header,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section.section-red .carga-section-header{border-bottom:2px solid var(--color-danger-bg)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section.section-yellow .carga-section-header,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section.section-yellow .carga-section-header{border-bottom:2px solid var(--color-warning-bg)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .carga-section-header,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .carga-section-header{padding-bottom:8px}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .carga-section-header h4,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .carga-section-header h4{font-size:.8rem;font-weight:700;letter-spacing:.8px}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .color-success,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .color-success{color:var(--color-success-text)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .color-primary,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .color-primary{color:var(--primary-color)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .color-danger,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .color-danger{color:var(--color-danger-text)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .color-warning,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .color-warning{color:var(--color-warning-text)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .color-info,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .color-info{color:var(--color-info-text)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .bg-success-light,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .bg-success-light{background-color:var(--color-success-bg)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .bg-danger-light,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .bg-danger-light{background-color:var(--color-danger-bg)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .bg-warning-light,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .bg-warning-light{background-color:var(--color-warning-bg)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .bg-info-light,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .bg-info-light{background-color:var(--color-info-bg)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .bg-quaternary,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .bg-quaternary{background-color:var(--bg-quaternary)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-liquido,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-liquido{display:flex;flex-direction:column;border-radius:6px;padding:12px 14px;gap:8px}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-liquido-header,.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-bruto-header,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-liquido-header,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-bruto-header{font-size:.7rem;font-weight:700;color:var(--text-tertiary)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-bruto,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-bruto{display:flex;flex-direction:column;padding:4px 14px;gap:8px}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-liquido-content,.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-bruto-content,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-liquido-content,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-bruto-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media(max-width:800px){.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-liquido-content,.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-bruto-content,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-liquido-content,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-bruto-content{flex-direction:column;align-items:flex-start}}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-liquido-content .value-rs,.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-bruto-content .value-rs,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-liquido-content .value-rs,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-bruto-content .value-rs{font-size:.875rem;font-weight:700}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-liquido-content .value-sc-kg,.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-bruto-content .value-sc-kg,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-liquido-content .value-sc-kg,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-bruto-content .value-sc-kg{font-size:.75rem;font-weight:600;color:var(--text-secondary)}.box-content-info-order .box-content-main .card-resumo .card-resumo-carga-content .carga-section .box-bruto-content .value-rs,.box-content-info-order .box-content-main-transacao .card-resumo .card-resumo-carga-content .carga-section .box-bruto-content .value-rs{color:var(--text-tertiary)}.box-content-info-order .box-content-main .card-info{order:1}.box-content-info-order .box-content-main .card-cargo{order:2}.box-content-info-order .box-content-main .card-frete-info{order:3}.box-content-info-order .box-content-main .card-resumo-frete{order:4}.box-content-info-order .box-content-main-transacao .box-order{display:flex;flex-direction:column;flex-wrap:wrap;min-width:320px;flex:1;gap:1rem}@media(max-width:800px){.box-content-info-order .box-content-main-transacao .box-order{gap:.5rem}}.box-content-info-order .box-content-main-transacao .card-info{order:1}.box-content-info-order .box-content-main-transacao .box-order{order:2}.card-cargo{display:flex;flex-direction:column;max-width:100%;border:var(--border-color) solid 1px;border-radius:12px;background-color:var(--bg-secondary);box-shadow:var(--card-shadow);padding:0}.card-cargo .card-cargo-header{display:flex;flex-direction:row;align-items:center;gap:10px;padding:.7rem;background-color:var(--bg-quinary);border-radius:10px 10px 0 0;border-bottom:var(--border-color) solid 1px}.card-cargo .card-cargo-header span.material-symbols-outlined,.card-cargo .card-cargo-header mat-icon{color:var(--color-success-text);font-size:20px}.card-cargo .card-cargo-header h4{font-size:.9rem;font-weight:700;color:var(--text-primary);margin:0}.card-cargo .card-cargo-body{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;gap:20px;padding:1rem}@media(max-width:800px){.card-cargo .card-cargo-body{flex-direction:column;gap:1rem}}.card-cargo .card-cargo-body .card-cargo-left{display:flex;flex-direction:column;flex:2;gap:1.2rem;min-width:300px}@media(max-width:800px){.card-cargo .card-cargo-body .card-cargo-left{display:contents}.card-cargo .card-cargo-body .card-cargo-left .cargo-row{order:1}.card-cargo .card-cargo-body .card-cargo-left .cargo-qualidade{order:3}}.card-cargo .card-cargo-body .card-cargo-left .cargo-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.card-cargo .card-cargo-body .card-cargo-left .cargo-row .cargo-item{display:flex;flex-direction:column;gap:5px;flex:1}.card-cargo .card-cargo-body .card-cargo-left .cargo-row .cargo-item label{color:var(--text-tertiary);font-weight:700;font-size:.7rem;text-transform:uppercase}.card-cargo .card-cargo-body .card-cargo-left .cargo-row .cargo-item span{font-weight:700;font-size:.875rem;color:var(--text-primary)}.card-cargo .card-cargo-body .card-cargo-left .cargo-row .cargo-item .origem-location{display:flex;align-items:center;color:var(--text-tertiary);font-size:.7rem;font-weight:600;margin-top:2px;text-transform:uppercase}.card-cargo .card-cargo-body .card-cargo-left .cargo-row .cargo-item .origem-location mat-icon,.card-cargo .card-cargo-body .card-cargo-left .cargo-row .cargo-item .origem-location span.material-symbols-outlined{font-size:14px;width:14px;height:14px;margin-right:4px}.card-cargo .card-cargo-body .card-cargo-left .cargo-qualidade{display:flex;flex-direction:column;gap:5px}.card-cargo .card-cargo-body .card-cargo-left .cargo-qualidade label.qualidade-title{color:var(--text-tertiary);font-weight:700;font-size:.7rem;text-transform:uppercase;margin-bottom:5px}.card-cargo .card-cargo-body .card-cargo-left .cargo-qualidade .qualidade-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.card-cargo .card-cargo-body .card-cargo-left .cargo-qualidade .qualidade-grid .qualidade-box{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;background-color:var(--bg-quinary);border:1px solid var(--border-color);border-radius:8px;padding:8px;gap:2px;min-width:80px}.card-cargo .card-cargo-body .card-cargo-left .cargo-qualidade .qualidade-grid .qualidade-box label{color:var(--text-tertiary);font-weight:600;font-size:.65rem;text-transform:uppercase}.card-cargo .card-cargo-body .card-cargo-left .cargo-qualidade .qualidade-grid .qualidade-box span{font-weight:700;font-size:.8rem;color:var(--text-primary)}.card-cargo .card-cargo-body .card-cargo-right{display:flex;flex-direction:column;flex:1;min-width:300px;border:1px solid var(--color-success-border);border-radius:12px;padding:1rem;gap:15px}@media(max-width:800px){.card-cargo .card-cargo-body .card-cargo-right{order:2}}.card-cargo .card-cargo-body .card-cargo-right .right-row{display:flex;flex-direction:row;justify-content:space-between;gap:10px}.card-cargo .card-cargo-body .card-cargo-right .right-row .right-item{display:flex;flex-direction:column;gap:5px;flex:1}.card-cargo .card-cargo-body .card-cargo-right .right-row .right-item label{color:var(--text-tertiary);font-weight:700;font-size:.7rem;text-transform:uppercase}.card-cargo .card-cargo-body .card-cargo-right .right-row .right-item span{font-weight:700;font-size:.875rem;color:var(--text-secondary)}.card-cargo .card-cargo-body .card-cargo-right .right-row .right-item span.color-success{color:var(--color-success-text)}.card-cargo .card-cargo-body .card-cargo-right hr.divider{border:none;border-top:1px solid var(--color-success-border);margin:0;height:0}.card-cargo .card-cargo-body .card-cargo-right .taxas-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:10px}.card-cargo .card-cargo-body .card-cargo-right .taxas-row label{color:var(--text-tertiary);font-weight:700;font-size:.7rem;text-transform:uppercase}.card-cargo .card-cargo-body .card-cargo-right .taxas-row span{font-weight:700;font-size:.875rem;color:var(--text-primary)}.card-cargo .card-cargo-body .card-cargo-right .descontos-box{display:flex;flex-direction:column;background-color:var(--color-danger-bg);border:1px solid transparent;border-radius:8px;padding:10px;gap:10px}.card-cargo .card-cargo-body .card-cargo-right .descontos-box .descontos-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.card-cargo .card-cargo-body .card-cargo-right .descontos-box .descontos-top label{color:var(--color-danger-text);font-weight:700;font-size:.75rem;text-transform:uppercase}.card-cargo .card-cargo-body .card-cargo-right .descontos-box .descontos-top span{font-weight:700;font-size:.875rem;color:var(--color-danger-text)}.card-cargo .card-cargo-body .card-cargo-right .descontos-box .descontos-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.card-cargo .card-cargo-body .card-cargo-right .descontos-box .descontos-bottom span{color:var(--color-danger-text);font-weight:700;font-size:.65rem;text-transform:uppercase}.card-resumo-frete{display:flex;flex-direction:column;max-width:100%;border:var(--border-color) solid 1px;border-radius:12px;background-color:var(--bg-secondary);box-shadow:var(--card-shadow);padding:0}.card-resumo-frete .card-resumo-frete-header{display:flex;flex-direction:row;align-items:center;gap:10px;padding:.7rem;background-color:var(--bg-quinary);border-radius:10px 10px 0 0;border-bottom:var(--border-color) solid 1px}.card-resumo-frete .card-resumo-frete-header span{color:var(--primary-color)}.card-resumo-frete .card-resumo-frete-header mat-icon{width:20px;height:20px;color:var(--primary-color)}.card-resumo-frete .card-resumo-frete-header h4{font-size:.9rem;font-weight:600}.card-resumo-frete .card-resumo-frete-content{display:flex;flex-direction:column;padding:1.2rem;gap:.845rem}.card-resumo-frete .card-resumo-frete-content .frete-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.card-resumo-frete .card-resumo-frete-content .frete-row label{font-weight:600;font-size:.8rem;color:var(--text-tertiary)}.card-resumo-frete .card-resumo-frete-content .frete-row span{font-weight:700;font-size:.9rem;color:var(--text-primary)}.card-resumo-frete .card-resumo-frete-content .frete-row span.color-success{color:var(--color-success-text)}.card-resumo-frete .card-resumo-frete-content .frete-row span.color-muted{color:var(--text-tertiary)}.card-resumo-frete .card-resumo-frete-content hr.divider{border:none;border-top:1px dashed var(--border-color);margin:0;height:0}.card-resumo-frete .card-resumo-frete-content .frete-pagar-box{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem;border-radius:8px;margin-top:5px}.card-resumo-frete .card-resumo-frete-content .frete-pagar-box.danger{background-color:var(--color-danger-bg);border:1px solid var(--color-danger-border)}.card-resumo-frete .card-resumo-frete-content .frete-pagar-box.danger label,.card-resumo-frete .card-resumo-frete-content .frete-pagar-box.danger span{color:var(--color-danger-text)}.card-resumo-frete .card-resumo-frete-content .frete-pagar-box.success{background-color:var(--color-success-bg);border:1px solid var(--color-success-border)}.card-resumo-frete .card-resumo-frete-content .frete-pagar-box.success label,.card-resumo-frete .card-resumo-frete-content .frete-pagar-box.success span{color:var(--color-success-text)}.card-resumo-frete .card-resumo-frete-content .frete-pagar-box label{font-weight:700;font-size:.8rem;text-transform:uppercase}.card-resumo-frete .card-resumo-frete-content .frete-pagar-box span{font-weight:800;font-size:.85rem}@keyframes shimmer-animation{0%{background-position:-1200px 0}to{background-position:1200px 0}}.shimmer{animation-name:shimmer-animation;animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;border-radius:5px;color:transparent;background-color:#e0e0e0;background-image:linear-gradient(to right,#e0e0e0,#f0f0f0,#e0e0e0 40%);background-size:1200px 100%;background-repeat:no-repeat}.funcoes{min-width:60px;display:flex;justify-content:center;align-items:center;gap:5px}.acoes{min-width:50px}.tablef-item p,.tablef-item span{font-size:12px;text-align:center;margin:0}.box-item-mobile{display:flex;flex-direction:column;gap:5px;padding:8px;border-radius:5px;background-color:#fff;box-shadow:0 0 10px #0003}@media(min-width:800px){.box-item-mobile{display:none;visibility:hidden}}.box-item-mobile .funcoes{display:flex;gap:5px;justify-content:start}.box-item-mobile .funcoes .title{padding:2px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;background-color:var(--bg-tertiary);color:var(--primary-color);margin-right:auto}.box-item-mobile .item-line{display:flex;flex-direction:row;gap:5px}.box-item-mobile .box-row-group{display:flex;flex-wrap:wrap;flex-direction:row;gap:10px}.box-item-mobile .box-row{display:flex;flex-direction:row;gap:4px;align-items:center;flex:1}.box-item-mobile .box-row label{padding:2px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;background-color:var(--bg-tertiary);color:var(--primary-color);white-space:nowrap}.box-item-mobile .box-row span{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}@media(hover:hover){.box-item-mobile:hover{background-color:#c5c5c5;font-weight:700}}.container-item-desktop{display:flex;padding:0 1rem;cursor:pointer;align-items:center;gap:10px;flex-direction:row;border:var(--border-color) solid .5px;background-color:#fff;flex:1;position:relative}.container-item-desktop app-check-box,.container-item-desktop app-button-action{display:flex;position:relative;z-index:2}.container-item-desktop .box-content{display:flex;flex-direction:row;color:inherit;cursor:pointer;text-decoration:none;gap:10px;width:100%;padding:1rem 0}.container-item-desktop .box-content p,.container-item-desktop .box-content .id{font-size:14px;text-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding:5px 0;color:var(--text-secondary);font-weight:400;width:1px}.container-item-desktop .box-content .id:after{content:"";position:absolute;inset:0;z-index:1}.container-item-desktop .box-content .id{font-weight:700;text-decoration:none}.container-item-desktop .box-content .s1,.container-item-desktop .box-content .s2{border:1px solid #bcb733;border-radius:5px;color:#bcb733}.container-item-desktop .box-content .s3{border:1px solid #16A34A;border-radius:5px;color:#16a34a}.container-item-desktop .box-content .s4,.container-item-desktop .box-content .t1{border:1px solid #DC2626;border-radius:5px;color:#dc2626}.container-item-desktop .box-content .t2{border:1px solid #16A34A;border-radius:5px;color:#16a34a}.container-item-desktop .box-content .t4{border:1px solid #A020F0;border-radius:5px;color:#a020f0}.container-item-desktop .box-content .t3{border:1px solid #0000FF;border-radius:5px;color:#00f}@media(hover:hover){.container-item-desktop:hover{background-color:var(--bg-primary);font-weight:600;border-left:2px solid var(--primary-color)}}@media(max-width:600px){.container-item-desktop{display:none;visibility:hidden}}.container-item-mobile{width:calc(100% - 10px);display:flex;flex-direction:column;border-radius:10px;padding:8px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);gap:5px;margin:3px 5px;background-color:var(--bg-secondary);position:relative}.container-item-mobile app-check-box,.container-item-mobile app-button-action{display:flex;position:relative;z-index:2}.container-item-mobile a{display:flex;flex-direction:row;color:inherit;cursor:pointer;text-decoration:none;gap:10px}.container-item-mobile .box-content{display:flex;width:100%;overflow-x:auto;overflow-y:auto}.container-item-mobile .box-header{display:flex;flex-direction:row;align-items:center;gap:5px;margin-bottom:5px}.container-item-mobile .box-header .info{padding:2px;font-size:.75rem;font-weight:600;cursor:pointer;color:var(--text-tertiary);text-decoration:none}.container-item-mobile .box-header .info:after{content:"";position:absolute;inset:0;z-index:1}.container-item-mobile .box-header .tipo-cliente,.container-item-mobile .box-header .carreta-info,.container-item-mobile .box-header .data-info{padding:2px;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;background-color:var(--bg-tertiary);color:var(--primary-color)}.container-item-mobile .box-header .box-tipo{display:flex;flex-direction:row;gap:5px;flex:1}.container-item-mobile .box-header .s1,.container-item-mobile .box-header .s2{background-color:#f59e0b;border-radius:5px;color:#fff}.container-item-mobile .box-header .s3{background-color:#16a34a;border-radius:5px;color:#fff}.container-item-mobile .box-header .s4{background-color:#dc2626;border-radius:5px;color:#fff}.container-item-mobile .box-header .t1{border:1px solid #DC2626;border-radius:5px;color:#fff}.container-item-mobile .box-header .t2{border:1px solid #16A34A;border-radius:5px;color:#fff}.container-item-mobile .box-header .t4{border:1px solid #A020F0;border-radius:5px;color:#fff}.container-item-mobile .box-header .t3{border:1px solid #0000FF;border-radius:5px;color:#fff}.container-item-mobile .box-row-group{display:flex;flex-wrap:wrap;gap:10px}.container-item-mobile .box-row{display:flex;flex-direction:row;gap:5px;align-items:center;max-width:100%}.container-item-mobile .box-row label{padding:2px;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;background-color:var(--bg-tertiary);color:var(--primary-color);white-space:nowrap}.container-item-mobile .box-row span,.container-item-mobile .box-row p{font-size:.75rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;max-width:100%}.container-item-mobile .box-row p{font-weight:600}.container-item-mobile .box-row span{color:var(--text-secondary)}@media(min-width:600px){.container-item-mobile{display:none;visibility:hidden}}.isItemSelected{background-color:var(--bg-quaternary);font-weight:700}.container-item-expand{display:flex;position:relative;flex-direction:column;border:var(--border-color) solid 1px;box-shadow:var(--card-shadow);border-radius:12px;background-color:var(--bg-secondary);cursor:pointer;margin:5px 10px;flex:1}.container-item-expand .box-header,.container-item-expand .box-header-2{display:flex;border-radius:5px 5px 0 0;background-color:var(--bg-quaternary);padding:10px;gap:10px;align-items:center}.container-item-expand .box-header app-check-box,.container-item-expand .box-header-2 app-check-box{display:flex;position:relative;z-index:2}.container-item-expand .box-header .wrapper-info-header,.container-item-expand .box-header-2 .wrapper-info-header{display:flex;gap:5px}.container-item-expand .box-header .wrapper-info-header label,.container-item-expand .box-header-2 .wrapper-info-header label{font-size:14px;font-weight:600;color:var(--primary-color)}.container-item-expand .box-header .wrapper-info-header span,.container-item-expand .box-header .wrapper-info-header .id,.container-item-expand .box-header-2 .wrapper-info-header span,.container-item-expand .box-header-2 .wrapper-info-header .id{font-size:14px;font-weight:500;color:var(--text-primary);border-radius:2px;padding:0 2px}.container-item-expand .box-header .wrapper-info-header .id:after,.container-item-expand .box-header-2 .wrapper-info-header .id:after{content:"";position:absolute;inset:0;z-index:1}.container-item-expand .box-header .wrapper-info-header .id,.container-item-expand .box-header-2 .wrapper-info-header .id{font-weight:700;text-decoration:none}.container-item-expand .box-header .wrapper-info-header .s1,.container-item-expand .box-header .wrapper-info-header .s2,.container-item-expand .box-header-2 .wrapper-info-header .s1,.container-item-expand .box-header-2 .wrapper-info-header .s2{background-color:#f59e0b;border-radius:5px;color:#fff}.container-item-expand .box-header .wrapper-info-header .s3,.container-item-expand .box-header-2 .wrapper-info-header .s3{background-color:#16a34a;border-radius:5px;color:#fff}.container-item-expand .box-header .wrapper-info-header .s4,.container-item-expand .box-header-2 .wrapper-info-header .s4,.container-item-expand .box-header .wrapper-info-header .t1,.container-item-expand .box-header-2 .wrapper-info-header .t1{background-color:#dc2626;border-radius:5px;color:#fff}.container-item-expand .box-header .wrapper-info-header .t2,.container-item-expand .box-header-2 .wrapper-info-header .t2{background-color:#16a34a;border-radius:5px;color:#fff}.container-item-expand .box-header .wrapper-info-header .t4,.container-item-expand .box-header-2 .wrapper-info-header .t4{background-color:#a020f0;border-radius:5px;color:#fff}.container-item-expand .box-header .wrapper-info-header .t3,.container-item-expand .box-header-2 .wrapper-info-header .t3{background-color:#00f;border-radius:5px;color:#fff}.container-item-expand .box-header-2{border-radius:0}.container-item-expand .box-content{display:flex;gap:20px;padding:10px 5px}.container-item-expand .box-content .wrapper-funcoes{position:relative;z-index:2;display:flex;gap:5px;align-items:center;justify-content:center}.container-item-expand .box-content .wrapper-info-content{display:flex;flex-direction:column;align-items:center;gap:5px;flex:1;min-width:120px}.container-item-expand .box-content .wrapper-info-content label{font-size:14px;font-weight:600;color:var(--primary-color)}.container-item-expand .box-content .wrapper-info-content span{display:block;font-size:14px;font-weight:500;color:var(--text-primary);text-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;width:100%}@media(hover:hover){.container-item-expand:hover{background-color:var(--bg-tertiary);font-weight:700;border-left:2px solid var(--primary-color)}}.container-item-expand.isItemSelected{background-color:var(--bg-tertiary);border-left:2px solid var(--primary-color)}@media(max-width:600px){.container-item-expand{display:none;visibility:hidden}}.container-item-order{width:calc(100% - 10px);display:flex;flex-direction:column;border-radius:10px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);gap:5px;background-color:var(--bg-secondary);padding:8px;margin:3px 5px;position:relative}.container-item-order app-check-box,.container-item-order app-button-action{display:flex;position:relative;z-index:2}.container-item-order .box-header{display:flex;flex-direction:row;align-items:center;gap:10px}.container-item-order .box-header .box-content{display:flex;flex-direction:row;color:inherit;cursor:pointer;text-decoration:none;gap:10px;overflow-x:auto;overflow-y:auto;width:100%}.container-item-order .box-header .status,.container-item-order .box-header .id,.container-item-order .box-header .data{padding:2px;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer}.container-item-order .box-header .id{padding:2px;font-size:.75rem;cursor:pointer;color:var(--text-tertiary);font-weight:600;text-decoration:none}.container-item-order .box-header .id:after{content:"";position:absolute;inset:0;z-index:1}.container-item-order .box-header .data{text-align:center;background-color:var(--bg-tertiary);color:var(--primary-color)}.container-item-order .box-header .box-tipo{display:flex;flex-direction:row;gap:5px;flex:1}.container-item-order .box-header .s1,.container-item-order .box-header .s2{background-color:#f59e0b;border-radius:5px;color:#fff;font-size:.75rem}.container-item-order .box-header .s3{background-color:#16a34a;border-radius:5px;color:#fff;font-size:12.5px}.container-item-order .box-header .s4{background-color:#dc2626;border-radius:5px;color:#fff;font-size:12.5px}.container-item-order .box-header .t1{background-color:#dc2626;border-radius:5px;color:#fff;font-size:.75rem}.container-item-order .box-header .t2{background-color:#16a34a;border-radius:5px;color:#fff;font-size:.75rem}.container-item-order .box-header .t3{background-color:#00f;border-radius:5px;color:#fff;font-size:.75rem}.container-item-order .box-header .t4{background-color:#a020f0;border-radius:5px;color:#fff;font-size:.75rem}.container-item-order hr{margin:5px 0}.container-item-order .box-row{display:flex;flex-direction:row;gap:5px;align-items:center}.container-item-order .box-row label{padding:2px;border-radius:4px;font-size:.75rem;font-weight:400;cursor:pointer;color:var(--text-secondary);white-space:nowrap;flex:1}.container-item-order .box-row span,.container-item-order .box-row .title-row{font-size:.75rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.container-item-order .box-row .title-row{font-size:.8rem;font-weight:700;margin:5px 2px}.container-item-order .box-row-2{display:flex;flex-direction:row;gap:5px;align-items:center}.container-item-order .box-row-2 .box-row-info{display:flex;align-items:center;gap:2px}.container-item-order .box-row-2 .box-row-info .material-symbols-outlined{color:var(--text-secondary);font-size:14px}.container-item-order .box-row-2 .box-row-info label{padding:2px;border-radius:4px;font-size:.75rem;font-weight:400;cursor:pointer;color:var(--text-secondary);white-space:nowrap}.container-item-order .box-row-2 span{font-size:.75rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.container-item-order .box-row-2 .svg{width:14px;height:14px;color:var(--text-secondary)}@media(min-width:600px){.container-item-order{display:none;visibility:hidden}}.container-item-order.isItemSelected{background-color:var(--bg-quaternary);font-weight:700}:root{--mat-tooltip-container-color: grey;--mat-tooltip-supporting-text-color: white;--mat-tooltip-container-shape: 16px;--mat-tooltip-supporting-text-size: 12px}*{box-sizing:border-box;margin:0;padding:0;font-family:Quicksand,sans-serif;scrollbar-color:#012606 white}html,body{margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cdk-overlay-dark-backdrop{background:#0000001a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cdk-overlay-dark-backdrop-filter{background:#0006}.box-white-radius-shadow{padding:5px;box-shadow:none;border-radius:0}@media(min-width:800px){.box-white-radius-shadow{box-shadow:0 0 10px #0003;border-radius:5px}}:root{--bg-primary: #f9fafb;--bg-secondary: #ffffff;--bg-sidebar: #f8fafc;--bg-main: #f7f8f6;--bg-tertiary: #f7f8f6;--bg-quaternary: #e9efe8;--bg-quinary: #f3f7f4;--bg-senary: #fafbfd;--primary-color: #1c5f20;--secondary-color: #164a19;--tertiary-color: #e9efe8;--quaternary-color: #475568;--quinary-color: #1f2937;--senary-color: #F2F2F2;--placeholder-color: #94a3b8;--text-primary: #111827;--text-secondary: #4b5563;--text-tertiary: #64748b;--text-on-brand: #ffffff;--brand-primary: #1c5f20;--brand-hover: #164a19;--border-color: #e5e7eb;--border-color-tertiary: #d3e0d4;--card-shadow: 0 1px 3px rgba(0, 0, 0, .1);--color-success-bg: #F0FDF4;--color-success-border: #86EFAC;--color-success-text: #15803D;--color-warning-bg: #FEFCE8;--color-warning-border: #FDE047;--color-warning-text: #A16207;--color-danger-bg: #FEF2F2;--color-danger-border: #FCA5A5;--color-danger-text: #B91C1C;--color-info-bg: #eff6ff;--color-info-border: #93c5fd;--color-info-text: #1d4ed8}[data-theme=dark]{--bg-primary: #0a0c10;--bg-secondary: #161b22;--bg-sidebar: #0d1117;--text-primary: #f0f6fc;--text-secondary: #8b949e;--text-on-brand: #000000;--brand-primary: #8cf425;--brand-hover: #7ad81e;--border-color: #30363d;--card-shadow: none}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.card{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:8px;padding:1rem;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.btn-primary{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--brand-primary);color:var(--text-on-brand);border:none;border-radius:6px;padding:.6rem 1rem;cursor:pointer;font-weight:600;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.btn-primary:hover{background-color:var(--brand-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.sidebar{background-color:var(--bg-sidebar);border-right:1px solid var(--border-color);height:100vh;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.text-secondary{color:var(--text-secondary)}
