/* ===== Dashboard Container ===== */
.CTE_overallWrapper__aYUJA {
    display: flex;
    flex-flow: row nowrap;

}

.CTE_cteDashboard__GjF96 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  background-color: #f8f9fb;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: #333;
  margin-left: 240px;
}

/* ===== Upload Section ===== */
.CTE_uploadSection__uxrrL {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  max-width: 400px;
}

.CTE_uploadInput__08STq input {
  font-size: 0.95rem;
}

/* ===== Filter Box ===== */
.CTE_filterBox__YlGCX {
  display: flex;
  justify-content: flex-end;
  margin-top: -1rem;
}

.CTE_filterInput__tg5n3 {
  max-width: 300px;
}

/* ===== Tabs Wrapper ===== */
.CTE_cteTabs__bqfDD {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.CTE_tabsHeader__Z2PbW {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem;
}

.CTE_tabBtn__O_89M {
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  border-radius: 8px 8px 0 0;
  transition: background 0.2s, color 0.2s;
}

.CTE_tabBtn__O_89M[data-active="true"] {
  background: #e6f0ff;
  color: #1a4dbf;
}

.CTE_tabPanel__2zCxm {
  margin-top: 1rem;
}

/* ===== Table Styling ===== */
.CTE_tableWrapper__tteH6 {
  overflow-x: auto;
  border-radius: 8px;
}

/*

:global(.mantine-Table-root) {
  font-size: 0.9rem;
}

:global(.mantine-Table-th) {
  background: #f4f6fa;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

:global(.mantine-Table-td) {
  white-space: nowrap;
  padding: 0.6rem 1rem;
}

:global(.mantine-Table-tr:hover) {
  background-color: #f9fbff;
}


 */ 
/* ===== Modal Styling ===== */
.CTE_cteModal__5m2d_ .mantine-Modal-content {
  border-radius: 12px;
  padding: 2rem;
}

.CTE_cteModal__5m2d_ .mantine-Modal-header {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

