.tabela{width:100%;max-height:420px;min-height:177px;overflow-y:auto}.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>*{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:3px;padding:12px 0}section.paginacao button{width:32px;height:32px;border:none;border-radius:50%;outline:none;font-weight:600;cursor:pointer;transition:all .7s ease;user-select:none;background:var(--p-surface-200)}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:absolute;left:0;color:var(--p-surface-900)}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)}@media screen and (max-width: 768px){section.paginacao{height:80px;align-self:flex-end}section.paginacao button{align-self:end}section.paginacao>span{top:12px;font-size:14px}}.secao{padding:36px}.secao .acoes button{background:var(--p-green-500);border-radius:2px;padding:4px 8px;outline:none;color:#fff;border:none;font-weight:600}.secao .containertabela{margin:12px 0}.secao .containertabela .tabela{font-size:14px;background:#fff}.secao .containertabela .tabela .linha{width:100%}.secao .containertabela .tabela .linha>*{width:33.33%}.secao .containertabela .tabela .linha>*:nth-child(2){justify-content:flex-start}.secao .containertabela .tabela .linha>*.buttons{gap:8px}.secao .containertabela .tabela .linha>*.buttons button{width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:1px solid var(--p-red-400);color:var(--p-red-400);background:#fff}.secao .containertabela .tabela .linha>*.buttons button:hover{background:var(--p-red-400);color:#fff}.secao .containertabela .tabela .linha>*.buttons button:first-child{color:var(--p-orange-400);background:#fff}.secao .containertabela .tabela .linha>*.buttons button:first-child:hover{background:var(--p-orange-400);color:#fff}@media screen and (max-width: 768px){.secao{padding:8px}.secao .containertabela{overflow-y:hidden}.secao .containertabela .tabela{font-size:10px}}