/* You can add global styles to this file, and also import other style files */

html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }

  .snackme {
    background: #3e8e7f;
  }
  
  /* snack-bar-container {
    background: #3e8e7f;
  } */

  .my_grid_css .dhx_grid-cell {
    background: snow;
    border-color: snow;
    color: #000;
  }
  .my_grid_css .dhx_grid-header-cell {
    background:#a9d6ff;
    border-color:#a9d6ff;
    color: #000;
    text-transform: uppercase;
  }

  .mat-form-field-outline {
    background-color: snow;
}


.tooltip {
  background: rgb(69, 99, 84);
  font-size: 12px;
}