/* 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;
}

.mat-form-field-outline,
.mat-form-field-flex {
  border-radius: 10px !important;
}

.mat-button-base {
  border-radius: 10px !important;
}

 .ng-star-inserted, .rounded-tab {
  border-radius: 10px !important;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0.5em 0 0.5em 0
}
.mat-form-field-wrapper {
    padding-bottom: 0em;
}
.paddingselect .mat-form-field-wrapper {
   padding-bottom: 1.3em; 
}