.menu-item a:focus {
    outline: none !important;
}

.t-Region-header {
      background-color:white !important;
}

.t-Button { 
    border-radius: 8px !important; 
    cursor: pointer; 
    background: #ffffff !important; 
 }

.t-Button--hot{ 
    background: #1d4ed8 !important; 
 } 

.t-Button-label {
    font-weight: normal;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.t-Footer{background-color: unset !important;}
.t-Footer-version{display: none !important;}
.t-Button--header {--a-button-hover-background-color: rgb(42 127 210 / 10%) !important;} 
.a-CardView-header { border: none !important; }

.remove-focus::before {
  content: "";
  position: absolute;
  top: -1px; /* ajuste este valor conforme necessário */
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: none !important; /* remova a borda predefinida da imagem */ 
}
 
.ImageCircleAvatar {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  margin: 4px 4px;
  cursor: pointer;
} 

.t-Badge {background-color: white;}

.t-BarNotificacao--modified {
  position: relative;
}

.t-BarNotificacao--modified .t-Badge-icon {
  position: relative; /* Garante que o conteúdo dentro da classe "icon" seja referenciado em relação à posição relativa */
}

.t-BarNotificacao--modified .t-Badge-value { 
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: smaller;
  background-color: #ff0000;
  color: #fff; 
  padding: 3px 4px;
  border-radius: 47%;
}
 
.menu-container {
    width: 220px;
    font-family: "Roboto", sans-serif;
    margin-left: 7%;
    margin-top: 3%;
}

.menu-title {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #374151;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.menu-item i {
    font-size: 16px;
}

.menu-item:hover {
    background: #f3f4f6;
}

.menu-item.active {
    background: #1d4ed8;
    color: #ffffff;
}

.menu-item.active i {
    color: #ffffff;
}

.menu-item .arrow {
    margin-left: auto;
}

/* ===== Cabeçalho ===== */
.dash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.subtitle {
    margin-top: -8px;
    color: #64748b;
}

.header-actions {
    display: flex;
    gap: 10px;
}

.btn-outline {
    background: #fff;
    border: 1px solid #cbd5e1;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
}

.btn-primary {
    background: #1d4ed8;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
}

/* ===== CARDS ===== */
.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 30px;
}

.info-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    position: relative;
}

.card-title {
    color: #475569;
    font-size: 14px;
}

.card-value {
    margin-top: 12px;
    font-size: 28px;
    font-weight: 600;
}

.trend {
    font-size: 14px;
}

.trend.up { color: #16a34a; }
.trend.down { color: #dc2626; }

.card-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
}
/*
.card-icon.blue { color: #2563eb; }
.card-icon.green { color: #16a34a; }
.card-icon.orange { color: #f59e0b; }
.card-icon.red { color: #f51b0b; }
.card-icon.cyan { color: #bcbab9; }*/

.card-icon.blue { color: #2959c3; }
.card-icon.red { color: #f51b0b; }
.card-icon.orange { color: #f0e909; color: #000; }
.card-icon.orange { color: #f59e0b; color: #000; }
.card-icon.green { color: #16a34a; }
.card-icon.cyan { color: #d3d0cf; color: #000; }

/* ===== GRID INFERIOR ===== */
.bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.panel {
    padding: 25px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.panel-sub {
    color: #64748b;
    margin-top: -5px;
    margin-bottom: 20px;
}

/* ===== Atividades ===== */
.activity-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

.act-title {
    font-weight: 600;
}

.act-desc {
    color: #64748b;
    font-size: 14px;
}

.time {
    color: #64748b;
    font-size: 14px;
}

.badge {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    display: inline-flex;
    align-items: center; 
    border-radius: 12px;
    font-size: 12px;
    white-space: normal;   /* permite quebra de linha */
    max-width: 90px;       /* define limite para evitar quebra do layout */
    text-align: center;    /* centraliza o texto quebrado */
    line-height: 1.2rem
}

.badge.blue { background: #2959c3; }
.badge.red { background: #ff2525 ; }
.badge.yellow { background: #f0e909; color: #000; }
.badge.orange { background: #f59e0b; color: #000; }
.badge.green { background: #16a34a; }
.badge.cyan { background: #edeceb; color: #000; }
 
/* === match NF */
.match-nf-item {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.25s ease-in-out; /* suave ao passar o mouse */
}

.match-nf-item:hover {
    background-color: #e3e7ef;  
    border: 1px solid #5c85f5; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
    border-radius: 6px;  
    padding-left: 10px;   
    cursor: pointer; 
}
  
.match-nf-item.selected {
    background-color: #e3e7ef !important;  
    border: 1px solid #5c85f5;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border-radius: 6px;
    color: #000; /* Melhor contraste */
} 
 
.match-nf-title {
    font-weight: 600;
}

.match-nf-desc {
    color: #64748b;
    font-size: 14px;
}

.match-nf-date {
    font-weight: 500;
    margin-bottom: 2px;
}


/* === match PO  */
.match-po-item {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.25s ease-in-out; /* suave ao passar o mouse */
}

.match-po-item:hover {
    background-color: #e3e7ef; ; 
    border: 1px solid #5c85f5; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
    border-radius: 6px;  
    padding-left: 10px;  
    cursor: pointer;  
}

.match-po-item.selected {
    background-color: #e3e7ef !important;  
    border: 1px solid #5c85f5;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border-radius: 6px;
    color: #000; /* Melhor contraste */
} 
 
.match-po-title {
    font-weight: 600;
}

.match-po-desc {
    color: #64748b;
    font-size: 14px;
}

.match-po-date {
    font-weight: 500;
    margin-bottom: 2px;
}


/* ===== Obrigações ===== */
.ob-item {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
}

.ob-title {
    font-weight: 600;
}

.ob-desc {
    color: #64748b;
    font-size: 14px;
}

.ob-date {
    font-weight: 500;
    margin-bottom: 2px;
}
