@font-face {
    font-family: 'Inter var';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Inter-roman.var.woff2?v=3.18") format("woff2");
}

@font-face {
    font-family: 'Inter var';
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("Inter-italic.var.woff2?v=3.18") format("woff2");
}
.mat-input-element:disabled
{
    color: rgb(19, 19, 19);
}
.mat-expansion-panel-header:hover
{
  background-color: #2EBDF2 !important;
}
.alternate-rows tbody tr:nth-child(odd) { background-color: #D1D7E2; }
.alternate-rows tbody tr:nth-child(even) { background-color: #EDEEEE; }
table th 
{
    background-color: #3b82f6;color: white !important;
}
tr.mat-row, tr.mat-footer-row,tr.mat-header-row
{ 
    height: 38px !important; 
} 
.mat-paginator .mat-paginator-container {
   padding: 0px !important;
}
table .mat-form-field {
    font-size: 14px;
    width: 100%;
    font-weight: 600;
}
table tr:nth-child(odd) .sticky-column {
    background-color: #D1D7E2; /* Alternate light gray for sticky column in odd rows */
  }
  
  table tr:nth-child(even) .sticky-column {
    background-color: #EDEEEE; /* White for sticky column in even rows */
  }
  .sticky-column {
    position: sticky;
    left: 0;
    z-index: 3; /* Ensure the frozen column is above the header */
  }
  .sticky-column-2 {
    position: sticky;
    left: 100px; /* Adjust based on the width of the first column */
    z-index: 3;
  }
  table tr:nth-child(odd) .sticky-column-2 {
    background-color: #D1D7E2; /* Alternate light gray for sticky column in odd rows */
  }
  
  table tr:nth-child(even) .sticky-column-2 {
    background-color: #EDEEEE; /* White for sticky column in even rows */
  }
  
  tr.mat-row, tr.mat-footer-row,tr.mat-header-row
  { height: 38px !important; } 
  .mat-paginator .mat-paginator-container {
     padding: 0px !important;
  }
  .freeze-header .mat-header-row {
    position: sticky;
    top: 0;
    z-index: 2; /* Ensure the header is above the content rows */
    background: #f5f5f5; /* Optional: Set a background color */
  }
  
  .freeze-header .mat-header-cell,
  .freeze-header .mat-cell {
    z-index: 1; /* Ensure frozen column stays above others */
  }
  