/** overwrite the primary-color value to place custom colors without rebuilding the app */
body {
  --primary-color: #85878B !important;
  --accent-color: #FF5E2F !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;
}
