/* src/styles.scss */
* {
  text-decoration: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  font-family: Roboto;
  font-size: 14px;
}
p {
  font-size: 16px;
}
input:focus,
select:focus {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: 0 0 0 0.0625rem #ccc !important;
}
input.date-icon::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTUgMjJxLS44MjUgMC0xLjQxMi0uNTg3VDMgMjBWNnEwLS44MjUuNTg4LTEuNDEyVDUgNGgxVjJoMnYyaDhWMmgydjJoMXEuODI1IDAgMS40MTMuNTg4VDIxIDZ2MTRxMCAuODI1LS41ODcgMS40MTNUMTkgMjJ6bTAtMmgxNFYxMEg1eiIvPjwvc3ZnPg==);
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
input.date-icon[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
table tr td {
  overflow: hidden !important;
}
.no-records {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65vh;
  color: #9E9E9E;
  text-align: center;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
