.tabela-layout:empty{display:flex;justify-content:center;align-items:center;height:200px;color:var(--p-surface-700);font-size:14px;font-weight:600}.tabela-layout:empty:before{content:"Nenhum registro carregado."}.tabela{width:100%;overflow-y:auto;max-height:calc(100vh - 120px);height:100vh}.tabela.fullscream{max-height:calc(100vh - 120px);height:100vh}.tabela .linha{width:fit-content;display:flex;border-bottom:1px solid var(--p-surface-300);transition:all .3s}.tabela .linha:not(.cabecalho):hover{background:var(--p-surface-200)}.tabela .linha .inputstype{padding:0 4px;margin:auto 2px;border:1px solid var(--p-bluegray-200);height:26px;overflow:hidden;border-radius:16px}.tabela .linha .inputstype input{width:calc(100% - 20px);border:none;background:#f5f5f5;padding:4px;border-radius:4px;font-size:10px;text-align:center;outline:none}.tabela .linha .inputstype input input:focus{font-style:italic}.tabela .linha .inputstype textarea{width:100%;resize:vertical;min-height:26px;max-height:100px;font-family:inherit;line-height:1.2;border:none;background:#f5f5f5;padding:4px;outline:none}.tabela .linha .inputstype i{width:20px;height:20px;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:50%}.tabela .linha .inputstype .edit{background:var(--p-blue-500);border:1px solid var(--p-blue-500);color:#fff}.tabela .linha .inputstype .edit:hover{background:var(--p-blue-600)}.tabela .linha .inputstype .save{background:var(--p-green-500);border:1px solid var(--p-green-500);color:#fff}.tabela .linha .inputstype .save:hover{background:var(--p-green-600)}.tabela .linha .inputstype input:enabled~.edit,.tabela .linha .inputstype textarea:enabled~.edit{display:none}.tabela .linha .inputstype input:disabled~.save,.tabela .linha .inputstype textarea:disabled~.save{display:none}.tabela .linha>*{width:120px;flex:1;margin:2px;padding:10px 2px;font-size:11px;color:var(--p-surface-900);display:flex;align-items:center;word-break:break-word;overflow-wrap:break-word}.tabela .linha>*>svg.desc{transform:rotate(180deg)}.tabela .linha>*.link{text-decoration:none;font-weight:900;color:var(--p-orange-500);cursor:pointer;transition:all .4s;justify-content:center}.tabela .linha>*.link:hover{background:var(--p-orange-500);color:#fff}.tabela .linha>*.tsearch{cursor:pointer;justify-content:space-between !important;position:relative}.tabela .linha>*.tsearch input{width:100%;height:100%;outline:none;border:1px solid var(--p-surface-300);padding:2px;display:none}.tabela .linha>*.filtro{cursor:pointer;justify-content:space-between !important;position:relative}.tabela .linha>*.filtro select{width:100%;height:100%;background:rgba(0,0,0,0);color:rgba(0,0,0,0);border:none;position:absolute;top:0;left:0;outline:none;cursor:pointer}.tabela .linha>*.filtro select option{color:var(--p-surface-800)}.tabela .linha>*.center{justify-content:center}.tabela .linha>*.select select{width:100%;border-radius:16px;font-size:12px;text-align:center;white-space:break-spaces;cursor:pointer;outline:none}.tabela .linha.cabecalho{background:var(--p-surface-200);position:sticky;top:0;z-index:2}.tabela .linha.cabecalho>*{color:var(--p-serface-700);font-weight:600;display:flex;flex-wrap:wrap;justify-content:space-between}.tabela .linha.cabecalho>*.cl_filtro>svg,.tabela .linha.cabecalho>*.cl_filtro>span,.tabela .linha.cabecalho>*.cl_filtro>div>svg{color:var(--p-surface-900)}.tabela .linha.cabecalho>* span{width:100%}.tabela .linha.cabecalho>* .boxfilter{position:absolute;background:#fff;z-index:3;max-width:300%;padding:0;top:0;left:0;border:1px solid var(--p-surface-200);overflow:hidden;transition:all .3s;height:0}.tabela .linha.cabecalho>* .boxfilter .searchbox{border:1px solid var(--p-surface-300);width:100%;outline:none}.tabela .linha.cabecalho>* .boxfilter .listbox{gap:1px;background:var(--p-surface-400);max-height:131px;height:fit-content;overflow:hidden;overflow-y:auto}.tabela .linha.cabecalho>* .boxfilter .listbox label{display:flex;gap:3px;font-size:12px;color:var(--p-surface-900);cursor:pointer;background:#fff;padding:4px 0;white-space:nowrap;transition:all .3s ease-in-out;text-overflow:ellipsis;overflow:hidden}.tabela .linha.cabecalho>* .boxfilter .listbox label *{cursor:pointer}.tabela .linha.cabecalho>*:nth-last-child(1) .boxfilter,.tabela .linha.cabecalho>*:nth-last-child(2) .boxfilter,.tabela .linha.cabecalho>*:nth-last-child(3) .boxfilter{left:auto;right:0}section.paginacao{display:flex;justify-content:center;align-items:center;position:relative;gap:4px;padding:12px 0}section.paginacao .contadores{display:flex;gap:6px;margin-right:auto;order:-1;align-items:center}section.paginacao .contadores>div{display:flex;flex-direction:column;align-items:center;min-width:55px;height:36px;padding:4px 6px;border-radius:var(--p-border-radius);position:relative;overflow:hidden;background:linear-gradient(135deg, var(--p-primary-400), var(--p-primary-500))}section.paginacao .contadores>div.blue{background:linear-gradient(135deg, var(--p-blue-400), var(--p-blue-500))}section.paginacao .contadores>div.yellow{background:linear-gradient(135deg, var(--p-yellow-400), var(--p-yellow-500))}section.paginacao .contadores>div.orange{background:linear-gradient(135deg, var(--p-orange-400), var(--p-orange-500))}section.paginacao .contadores>div.green{background:linear-gradient(135deg, var(--p-green-400), var(--p-green-500))}section.paginacao .contadores>div.red{background:linear-gradient(135deg, var(--p-red-400), var(--p-red-500))}section.paginacao .contadores>div.cyan{background:linear-gradient(135deg, var(--p-cyan-400), var(--p-cyan-500))}section.paginacao .contadores>div.purple{background:linear-gradient(135deg, var(--p-purple-400), var(--p-purple-500))}section.paginacao .contadores>div.gray{background:linear-gradient(135deg, var(--p-gray-400), var(--p-gray-500))}section.paginacao .contadores>div.pink{background:linear-gradient(135deg, var(--p-pink-400), var(--p-pink-500))}section.paginacao .contadores>div.indigo{background:linear-gradient(135deg, var(--p-indigo-400), var(--p-indigo-500))}section.paginacao .contadores>div.teal{background:linear-gradient(135deg, var(--p-teal-400), var(--p-teal-500))}section.paginacao .contadores>div div:first-child{font-size:14px;font-weight:700;color:#fff;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.2)}section.paginacao .contadores>div div:last-child{font-size:7px;font-weight:600;color:hsla(0,0%,100%,.9);text-transform:uppercase;line-height:1;margin-top:1px;text-align:center;letter-spacing:.2px}section.paginacao.coutinline{display:flex;justify-content:center;align-items:center;position:relative;gap:3px;padding:12px 0}section.paginacao.coutinline .accountants{display:flex;gap:6px;margin-right:auto;order:-1;align-items:center}section.paginacao.coutinline .accountants>div{display:flex;flex-direction:column;align-items:center;min-width:55px;height:36px;padding:4px 6px;border-radius:var(--p-border-radius);position:relative;overflow:hidden;background:linear-gradient(135deg, var(--p-blue-400), var(--p-blue-500))}section.paginacao.coutinline .accountants>div:nth-child(2){background:linear-gradient(135deg, var(--p-green-400), var(--p-green-500))}section.paginacao.coutinline .accountants>div div:first-child{font-size:14px;font-weight:700;color:#fff;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.2)}section.paginacao.coutinline .accountants>div div:last-child{font-size:7px;font-weight:600;color:hsla(0,0%,100%,.9);text-transform:uppercase;line-height:1;margin-top:1px;text-align:center;letter-spacing:.2px}section.paginacao.coutinline>span{position:static;left:auto;margin:0 8px}section.paginacao.coutinline .buttonactiontable{display:flex;gap:4px;position:static;margin-left:auto}section.paginacao button{width:20px;height:20px;border:none;border-radius:50%;outline:none;font-weight:600;cursor:pointer;transition:all .7s ease;user-select:none;background:var(--p-surface-200);margin:0 2px}section.paginacao button.selected+.next,section.paginacao button.selected+.next+.last{opacity:.2;cursor:no-drop;pointer-events:none}section.paginacao button:hover{box-shadow:inset 0 0 0 32px rgba(0,0,0,.1333333333)}section.paginacao button.selected{background:var(--p-orange-500);border-color:var(--p-orange-500)}section.paginacao>span{position:static;left:auto;color:var(--p-surface-900);margin:0 8px}section.paginacao>em{position:absolute;right:0;background:var(--p-primary-color);color:#fff;font-size:12px;font-weight:600;letter-spacing:1.1px;padding:4px;border-radius:3px;cursor:pointer}section.paginacao>em:hover{background:var(--p-primary-600)}section.paginacao .buttonactiontable{position:static;right:auto;display:flex;gap:4px;margin-left:auto}section.paginacao .buttonactiontable section{background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);color:var(--p-surface-600);font-size:12px;font-weight:500;letter-spacing:.5px;padding:6px 12px;border-radius:4px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:4px}section.paginacao .buttonactiontable section:hover{background:var(--p-surface-50);color:var(--p-surface-700);border-color:var(--p-surface-200)}section.paginacao .buttonactiontable section:active{background:var(--p-surface-100);color:var(--p-surface-800);transform:translateY(1px)}section.paginacao .buttonactiontable section:disabled,section.paginacao .buttonactiontable section.disabled{color:var(--p-surface-400);cursor:not-allowed;pointer-events:none}section.paginacao .buttonactiontable section:disabled:hover,section.paginacao .buttonactiontable section.disabled:hover{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}section.paginacao #quantitypage{outline:none;border:1px solid var(--p-surface-300);border-radius:8px;padding:4px 8px;font-size:12px;cursor:pointer;background:#fff;color:var(--p-surface-900);appearance:none;-webkit-appearance:none;-moz-appearance:none;text-align:center;font-weight:600;margin:0 8px}@media screen and (max-width: 768px){section.paginacao{height:90px;align-self:flex-end;flex-wrap:wrap;gap:4px}section.paginacao button{align-self:end;margin:0 4px}section.paginacao>span{top:12px;font-size:14px;margin:0 4px;top:auto;left:auto}section.paginacao .buttonactiontable{top:12px;top:auto;right:auto;margin-left:auto}section.paginacao #quantitypage{align-self:end;margin-left:4px;margin:0 4px}}#pageContent{display:flex;flex-direction:column;position:sticky;align-items:flex-start;padding:16px 32px 0;grid-template-rows:repeat(5, minmax(0, 1fr)) 420px}#pageContent .botoes{margin-bottom:16px;display:flex;justify-content:flex-end}#pageContent .botoes span{display:none}#pageContent #filtros{width:100%;display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));gap:8px;z-index:3}#pageContent #filtros>h1,#pageContent #filtros>span{display:none}#pageContent #filtros button{display:flex;justify-content:center;align-items:center;background:var(--p-primary-500);color:#fff;height:27px;border:none;border-radius:1rem;outline:none;align-self:flex-end;font-weight:600}#pageContent #containertabela{width:100%;overflow-x:auto}#pageContent .headTable{padding:20px 0 8px}#pageContent .headTable p{font-weight:600;color:var(--p-surface-900);font-size:12px}#pageContent #contadores{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}#pageContent #contadores .download{display:flex;justify-content:flex-end;gap:8px}#pageContent #contadores .download span{background:var(--p-primary-color);padding:4px 8px;border-radius:3px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;align-self:end;font-size:12px}#pageContent #contadores .download span:hover{background:var(--p-primary-600)}#pageContent .tabela{background:#fff;max-height:calc(100vh - 120px)}#pageContent .tabela .linha{width:100%}#pageContent .tabela .linha>*{align-items:center;justify-content:center;border-radius:16px}#pageContent .tabela .linha>*:nth-child(2),#pageContent .tabela .linha>*:nth-child(3),#pageContent .tabela .linha>*:nth-child(4){justify-content:flex-start}#pageContent .tabela .linha>*.repique{justify-content:center;cursor:pointer}#pageContent .tabela .linha>*.repique:hover{font-weight:900}#pageContent .tabela .linha>*.repique span{background:var(--p-surface-400);padding:4px 8px;border-radius:3px;font-weight:700;font-size:12px}#pageContent .tabela .linha>*.repique span.sim{background:var(--p-orange-500);color:#fff}#pageContent .tabela .linha>*.repique span.nao{background:var(--p-blue-500)}#pageContent .tabela .linha>*.selected{font-size:12px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:8px}#pageContent .tabela .linha>*.selected span{cursor:pointer;background:var(--p-primary-color);color:#fff;cursor:pointer;padding:4px;border-radius:3px}#pageContent .tabela .linha>*.selected span:hover{background:var(--p-primary-400)}#pageContent .tabela .linha>*.selected.date{cursor:pointer;background:var(--p-green-100)}#pageContent .tabela .linha>*.selected.date:hover{background:var(--p-green-200)}#pageContent .tabela .linha .situacao span{padding:4px;border-radius:4px;background:var(--p-blue-200);color:var(--p-blue-500);font-weight:600;font-size:11px;width:98%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .5s}#pageContent .tabela .linha .situacao span:hover{box-shadow:inset 0 0 0 40px rgba(0,0,0,.1333333333)}#pageContent .tabela .linha .situacao.semDoc span{background:var(--p-yellow-200);color:var(--p-yellow-600)}#pageContent .tabela .linha .situacao.doc span{background:var(--p-green-200);color:var(--p-green-500)}#pageContent .tabela .linha .situacao.sumiu span{background:var(--p-red-500);color:#fff}#pageContent .tabela .linha .status span{padding:4px;border-radius:4px;background:var(--p-gray-200);color:var(--p-gray-800);font-weight:600;font-size:11px;width:98%;display:flex;justify-content:center;align-items:center}#pageContent .tabela .linha .status.recebeu span{background:var(--p-yellow-200);color:var(--p-yellow-600)}#pageContent .tabela .linha .status.assinado span{background:var(--p-blue-200);color:var(--p-blue-500)}#pageContent .tabela .linha .status.gerou span{background:var(--p-green-200);color:var(--p-green-500)}#pageContent .tabela .linha .status.pago span{background:var(--p-green-500);color:#fff}#pageContent .tabela .linha .status.recadastro span{background:var(--p-orange-200);color:var(--p-orange-500)}#pageContent .tabela .linha .status.cancelado span{background:var(--p-red-500);color:#fff}#pageContent .tabela .linha .buttoicon{gap:4px}#pageContent .tabela .linha .buttoicon span{border:1px solid var(--p-teal-200);border-radius:50%;width:35px;height:35px;padding:7px 0;color:var(--p-primary-500);cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .5s}#pageContent .tabela .linha .buttoicon span:hover{background:var(--p-teal-100)}#pageContent .tabela .linha .buttoicon span:last-child{border-color:var(--p-red-200);color:var(--p-red-300)}#pageContent .tabela .linha .buttoicon span:last-child:hover{color:var(--p-red-400);background:var(--p-red-200)}#pageContent .tabela .linha.cabecalho{background:#fff;border-bottom:2px solid var(--p-primary-color)}.accountants{display:flex;gap:16px;align-items:center;flex-wrap:nowrap}.accountants p{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:10px;font-weight:600;color:var(--p-blue-600);padding:2px 8px;border-radius:8px;white-space:nowrap;border:1px solid var(--p-blue-200);box-shadow:0 1px 3px rgba(0,0,0,.1);background:var(--p-blue-50)}.accountants p span{font-size:16px;font-weight:700;font-family:"Roboto Mono",monospace;position:relative}.accountants p:nth-child(4){color:var(--p-indigo-600);border-color:var(--p-indigo-200);background:var(--p-indigo-50)}.accountants p:nth-child(5){color:var(--p-purple-600);border-color:var(--p-purple-200);background:var(--p-purple-50)}.accountants p:nth-child(6){color:var(--p-green-700);border-color:var(--p-green-200);background:var(--p-green-50)}.accountants p:nth-child(7){color:var(--p-orange-600);border-color:var(--p-orange-200);background:var(--p-orange-50)}.toggle-visibility{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background:var(--p-surface-200);transition:all .3s ease}.toggle-visibility:hover{background:var(--p-surface-300)}.toggle-visibility .icon-show,.toggle-visibility .icon-hide{transition:all .3s ease}#toggle-valores:checked+.toggle-visibility .icon-show{display:none}#toggle-valores:checked+.toggle-visibility .icon-hide{display:block}#toggle-valores:not(:checked)+.toggle-visibility .icon-show{display:block}#toggle-valores:not(:checked)+.toggle-visibility .icon-hide{display:none}#toggle-valores:checked~p #svalor{color:rgba(0,0,0,0)}#toggle-valores:checked~p #svalor::after{content:"**,**";color:var(--p-blue-600);position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){#pageContent{padding:8px}#pageContent .botoes{display:flex;justify-content:space-between;align-items:center;width:100%}#pageContent .botoes span{display:flex;justify-content:center;align-items:center;cursor:pointer;width:35px;height:35px;border-radius:50%;background:var(--p-orange-400);color:var(--p-orange-900);border:1px solid var(--p-orange-500)}#pageContent #filtros{position:fixed;top:50px;left:0;width:100%;height:calc(100% - 50px);background:#fff;padding:56px 8px;transition:all .5s;transform:translateX(-100%);grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-rows:auto auto 1fr;gap:8px}#pageContent #filtros>span{position:absolute;top:8px;left:8px;display:flex;justify-content:center;align-items:center;align-self:flex-start;background:rgba(0,0,0,.0666666667);padding:8px;border-radius:50%}#pageContent #filtros>h1{color:var(--p-surface-900);font-size:17.5px;margin-bottom:16px;grid-column:span 2;display:block}#pageContent #filtros .inputform:nth-child(3){grid-column:span 2}#pageContent #containertabela{width:100%;overflow-x:auto}#pageContent .headTable{padding:8px 0}#pageContent .headTable p{font-weight:600;color:var(--p-surface-900);font-size:12px}#pageContent #contadores{margin-bottom:8px;gap:8px}#pageContent #contadores>.contas{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, auto);gap:8px}#pageContent #contadores>.contas p{font-size:9px;padding:6px 8px}#pageContent #contadores>.contas p span{font-size:14px}#pageContent #contadores>.contas p:nth-child(1){grid-column:span 2}#pageContent #contadores>.contas p:nth-child(2),#pageContent #contadores>.contas p:nth-child(3),#pageContent #contadores>.contas p:nth-child(4),#pageContent #contadores>.contas p:nth-child(5){grid-column:span 1}#pageContent .tabela{width:calc(var(--qtde)*100px)}#pageContent .tabela .linha>*{margin:1px;padding:5px 7px;width:100px;font-size:10px}#pageContent .tabela .linha .situacao span{padding:2px;font-weight:400;font-size:8px}#pageContent .tabela .linha .status span{padding:2px;font-weight:400;font-size:8px}#pageContent .tabela .linha .buttoicon{gap:4px}#pageContent .tabela .linha .buttoicon span{border-radius:50%;width:17px;height:17px}}