/* src/styles.scss */
tr body {
  font-family: "Noto Sans", sans-serif !important;
}
.font-size1 h1 {
  font-size: 28px !important;
}
.font-size1 h2 {
  font-size: 26px !important;
}
.font-size1 h3 {
  font-size: 24px !important;
}
.font-size1 h4 {
  font-size: 22px !important;
}
.font-size1 h5 {
  font-size: 20px !important;
}
.font-size1 h6,
.font-size1 ul li,
.font-size1 ul li a,
.font-size1 p {
  font-size: 18px !important;
}
.font-size2 h1 {
  font-size: 30px !important;
}
.font-size2 h2 {
  font-size: 28px !important;
}
.font-size2 h3 {
  font-size: 26px !important;
}
.font-size2 h4 {
  font-size: 24px !important;
}
.font-size2 h5 {
  font-size: 22px !important;
}
.font-size2 h6,
.font-size2 ul li,
.font-size2 ul li a,
.font-size2 p {
  font-size: 20px !important;
}
.font-size3 h1 {
  font-size: 32px !important;
}
.font-size3 h2 {
  font-size: 30px !important;
}
.font-size3 h3 {
  font-size: 28px !important;
}
.font-size3 h4 {
  font-size: 26px !important;
}
.font-size3 h5 {
  font-size: 24px !important;
}
.font-size3 h6,
.font-size3 ul li,
.font-size3 ul li a,
.font-size3 p {
  font-size: 22px !important;
}
.font-size-1 h1 {
  font-size: 24px !important;
}
.font-size-1 h2 {
  font-size: 22px !important;
}
.font-size-1 h3 {
  font-size: 20px !important;
}
.font-size-1 h4 {
  font-size: 18px !important;
}
.font-size-1 h5 {
  font-size: 16px !important;
}
.font-size-1 h6,
.font-size-1 ul li,
.font-size-1 ul li a,
.font-size-1 p {
  font-size: 14px !important;
}
.font-size-2 h1 {
  font-size: 22px !important;
}
.font-size-2 h2 {
  font-size: 20px !important;
}
.font-size-2 h3 {
  font-size: 18px !important;
}
.font-size-2 h4 {
  font-size: 16px !important;
}
.font-size-2 h5 {
  font-size: 14px !important;
}
.font-size-2 h6,
.font-size-2 ul li,
.font-size-2 ul li a,
.font-size-2 p {
  font-size: 12px !important;
}
.font-size-3 h1 {
  font-size: 20px !important;
}
.font-size-3 h2 {
  font-size: 18px !important;
}
.font-size-3 h3 {
  font-size: 16px !important;
}
.font-size-3 h4 {
  font-size: 14px !important;
}
.font-size-3 h5 {
  font-size: 12px !important;
}
.font-size-3 h6,
.font-size-3 ul li,
.font-size-3 ul li a,
.font-size-3 p {
  font-size: 10px !important;
}
#success-snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #218838;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 12px;
  position: fixed;
  z-index: 1056 !important;
  right: 4%;
  top: 15%;
  font-size: 16px;
}
#error-snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #c82333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 12px;
  position: fixed;
  z-index: 1056 !important;
  right: 4%;
  top: 15%;
  font-size: 16px;
}
.error-close {
  position: absolute;
  right: -7px;
  top: -8px;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.3em 0.4em;
  background: #fff;
  color: red;
}
#success-snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  z-index: 1056 !important;
}
#error-snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  z-index: 1056 !important;
}
.cursor-pointer {
  cursor: pointer;
}
body.high-contrast {
  filter: contrast(150%);
  background-color: #565656 !important;
  border-color: #d4ff00 !important;
}
body.grayscale {
  filter: grayscale(100%);
}

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