body, .card-header {
  font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: normal !important;
}

.pace .pace-activity {
  top: 19px;
  right: 19px;
}

.page-loading {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: rgba(51, 51, 51, 1.00);
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

.loading-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-left: -19px;
  margin-top: -19px;
}

app-root:empty~.page-loading {
  opacity: 1;
  z-index: 1;
}
button.btn.btn-outline-secondary i.fa-calendar-alt {
  color: black;
  font-size: 15px;
}
.ui-select-choices{
display: block !important;
}

.theme-light .form-control{
  background-color: initial !important;
}

.theme-light .form-control:disabled{
  background-color: rgba(0, 0, 0, 0.04) !important;
}