/* Autorizador WEB — alinhamento Orizon + anexos identificados */
.aw-grid.three{align-items:start!important}
.aw-grid.three>.aw-field{align-self:start!important;min-width:0!important}
#aw-service-type,#aw-regime,#aw-occupational{min-width:0!important;max-width:100%!important;height:36px!important;min-height:36px!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}
.aw-grid.beneficiary{align-items:end!important}
.aw-beneficiary-search,.aw-grid.beneficiary>.aw-field{align-self:end!important}
.aw-complement-hidden{display:none!important}
.aw-file-list.aw-file-table-wrap{display:block!important;width:100%!important}
.aw-file-table{display:grid;width:100%;border:1px solid #dfe7ed;border-radius:9px;overflow:hidden;background:#fff}
.aw-file-table-head,.aw-file-table-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,320px) 110px;align-items:center;gap:12px;padding:8px 11px}
.aw-file-table-head{background:#f4f6f8;border-bottom:1px solid #dfe7ed;color:#435765;font-size:10.5px;font-weight:850}
.aw-file-table-head span:last-child{text-align:center}
.aw-file-table-row{border-bottom:1px solid #edf1f4;min-height:42px}
.aw-file-table-row:last-child{border-bottom:0}
.aw-file-table-row.pending{background:#fffdf7}
.aw-file-table-row.confirmed{background:#fff}
.aw-file-name{display:flex;align-items:center;gap:7px;min-width:0;color:#3e5360;font-size:10.8px}
.aw-file-name b{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.8px;color:#2b404e}
.aw-file-type-cell{min-width:0}
.aw-file-type-select{height:34px!important;min-height:34px!important;padding:5px 9px!important;font-size:10.8px!important}
.aw-file-type-label{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:7px;background:#eef7fb;color:#26647f;font-size:10.6px}
.aw-file-actions{display:flex;align-items:center;justify-content:center;gap:6px}
.aw-file-ok{border:0;background:#147fae;color:#fff;border-radius:7px;min-width:42px;min-height:30px;padding:0 10px;font-size:10.5px;font-weight:850;cursor:pointer}
.aw-file-ok:hover{background:#0e6f99}
.aw-file-trash{justify-self:center;border:1px solid #e2c8cf;background:#fff;color:#a23f55;border-radius:7px;min-width:32px;min-height:29px;cursor:pointer;font-size:13px}
.aw-file-trash:hover{background:#fff4f6}
@media(max-width:900px){
  .aw-file-table-head,.aw-file-table-row{grid-template-columns:minmax(0,1fr) minmax(170px,240px) 96px}
}
@media(max-width:720px){
  #aw-service-type,#aw-regime,#aw-occupational{height:44px!important;min-height:44px!important}
  .aw-file-table-head{display:none}
  .aw-file-table-row{grid-template-columns:1fr;gap:8px;padding:11px}
  .aw-file-name,.aw-file-name b{font-size:11px}
  .aw-file-actions{justify-content:flex-start}
  .aw-file-type-select{height:40px!important;min-height:40px!important}
}
