/** overwrite the primary-color value to place custom colors without rebuilding the app */
body {
  /* --primary-color: #97D64F !important;
  --accent-color: #00A48D !important; */
  --navigation-text-color: #fff;
}
/*
.mat-raised-button.mat-accent {
  background-color: var(--accent-color) !important;
} */

#sideNav .mat-input-element:disabled, #sideNav mat-icon, #sideNav .mat-form-field-label, #sideNav .mat-select-value {
  color: var(--navigation-text-color) !important;
}

#sideNav .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: var(--navigation-text-color) !important;
}
