/* TEM LIST MODULE V5 20260803 — INÍCIO */

.tem-v5-toolbar{
  width:100%;
  display:grid;
  grid-template-columns:
    minmax(280px,600px)
    minmax(0,1fr);
  align-items:end;
  gap:15px;
  margin:0 0 12px;
  padding:13px 15px;
  border:1px solid #dbe4ee;
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 15px #18324d08;
}

.tem-v5-search{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.tem-v5-search>span{
  color:#42546a;
  font-size:11px;
  font-weight:750;
}

.tem-v5-search-control{
  width:100%;
  min-width:0;
  display:grid;
  grid-template-columns:
    35px minmax(0,1fr) 35px;
  align-items:center;
  border:1px solid #cbd7e4;
  border-radius:9px;
  background:#fff;
}

.tem-v5-search-control:focus-within{
  border-color:#4a99e8;
  box-shadow:0 0 0 3px #e1efff;
}

.tem-v5-search-icon{
  display:grid;
  place-items:center;
  color:#718399;
  font-size:18px;
}

.tem-v5-search-input{
  width:100%;
  min-width:0;
  min-height:39px;
  padding:8px 2px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  outline:none!important;
}

.tem-v5-search-clear{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  margin-right:3px;
  padding:0;
  border:0;
  border-radius:7px;
  color:#74859a;
  background:transparent;
  font-size:18px;
}

.tem-v5-search-clear:hover{
  color:#b62f40;
  background:#fff1f3;
}

.tem-v5-search-help{
  align-self:center;
  color:#6f7f92;
  font-size:11px;
  line-height:1.45;
}

.tem-v5-number-head,
.tem-v5-number-cell{
  width:50px!important;
  min-width:50px!important;
  max-width:50px!important;
  text-align:center!important;
}

.tem-v5-number-cell{
  color:#718197;
  font-size:11px;
  font-weight:750;
}

.tem-v5-search-hidden,
.tem-v5-page-hidden{
  display:none!important;
}

.tem-v5-footer{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:10px 0 20px;
  padding:11px 13px;
  border:1px solid #dbe4ee;
  border-radius:11px;
  background:#fff;
  box-shadow:0 3px 12px #18324d07;
}

.tem-v5-summary{
  display:flex;
  align-items:baseline;
  gap:5px;
  color:#6b7b8f;
  font-size:11px;
}

.tem-v5-summary strong{
  color:#314963;
}

.tem-v5-pagination{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:4px;
}

.tem-v5-page-button{
  min-width:34px;
  height:34px;
  display:grid;
  place-items:center;
  padding:0 8px;
  border:1px solid #d3deea;
  border-radius:7px;
  color:#31506f;
  background:#fff;
  font-size:12px;
  font-weight:720;
}

.tem-v5-page-button:hover:not(:disabled){
  color:#176ac4;
  border-color:#7fb7ed;
  background:#f0f7ff;
}

.tem-v5-page-button.active{
  color:#fff;
  border-color:#237ee0;
  background:#237ee0;
}

.tem-v5-page-button:disabled{
  cursor:not-allowed;
  opacity:.38;
}

.tem-v5-ellipsis{
  min-width:21px;
  color:#7d8b9d;
  text-align:center;
}

@media(max-width:900px){
  .tem-v5-toolbar{
    grid-template-columns:1fr;
    gap:7px;
    padding:11px;
  }

  .tem-v5-search-help{
    display:none;
  }

  .tem-v5-footer{
    flex-direction:column;
    align-items:stretch;
    padding:10px;
  }

  .tem-v5-summary,
  .tem-v5-pagination{
    justify-content:center;
  }
}

@media(max-width:600px){
  .tem-v5-toolbar{
    margin-bottom:9px;
    padding:8px;
    border-radius:10px;
  }

  .tem-v5-search-input{
    min-height:42px;
    font-size:16px!important;
  }

  .tem-v5-page-button{
    min-width:31px;
    height:31px;
    padding:0 6px;
  }

  .tem-v5-number-head,
  .tem-v5-number-cell{
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
  }
}

@media(max-width:390px){
  .tem-v5-page-button{
    min-width:29px;
    height:29px;
    padding:0 5px;
  }

  .tem-v5-ellipsis{
    display:none;
  }
}

/* TEM LIST MODULE V5 20260803 — FIM */
