/*
    Application-specific variables

    These can be bootstrap 4 variables/maps to ignore default values
    @see https://getbootstrap.com/docs/4.0/getting-started/theming/
    or new application variables that are only available in _design.scss.
*/
.noty_theme__ipc.noty_bar {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  z-index: 10;
}
.noty_theme__ipc.noty_bar .noty_body {
  padding: 0.375rem 1.25rem;
}
.noty_theme__ipc.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__ipc.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
  background: transparent;
}
.noty_theme__ipc.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.75;
}
.noty_theme__ipc.noty_type__alert {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.noty_theme__ipc.noty_type__alert hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.noty_theme__ipc.noty_type__alert .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.noty_theme__ipc.noty_type__success {
  color: rgb(0, 86.32, 42.12);
  background-color: rgb(204, 237.2, 220.2);
  border-color: rgb(183.6, 230.08, 206.28);
}
.noty_theme__ipc.noty_type__success hr {
  border-top-color: rgb(164.6973837209, 223.4826162791, 193.381744186);
}
.noty_theme__ipc.noty_type__success .alert-link {
  color: rgb(0, 35.32, 17.2344578313);
}
.noty_theme__ipc.noty_type__warning {
  color: rgb(132.6, 106.08, 0);
  background-color: rgb(255, 244.8, 204);
  border-color: rgb(255, 240.72, 183.6);
}
.noty_theme__ipc.noty_type__warning hr {
  border-top-color: rgb(255, 235.62, 158.1);
}
.noty_theme__ipc.noty_type__warning .alert-link {
  color: rgb(81.6, 65.28, 0);
}
.noty_theme__ipc.noty_type__error {
  color: rgb(123.76, 26.52, 40.56);
  background-color: rgb(251.6, 214.2, 219.6);
  border-color: rgb(250.24, 197.88, 205.44);
}
.noty_theme__ipc.noty_type__error hr {
  border-top-color: rgb(248.2784615385, 174.3415384615, 185.0169230769);
}
.noty_theme__ipc.noty_type__error .alert-link {
  color: rgb(81.76, 17.52, 26.7952941176);
}
.noty_theme__ipc.noty_type__info {
  color: rgb(0, 67.08, 104);
  background-color: rgb(204, 229.8, 244);
  border-color: rgb(183.6, 219.72, 239.6);
}
.noty_theme__ipc.noty_type__info hr {
  border-top-color: rgb(162.6241935484, 209.355483871, 235.0758064516);
}
.noty_theme__ipc.noty_type__info .alert-link {
  color: rgb(0, 34.185, 53);
}
.noty_theme__ipc.noty_type__information {
  color: rgb(0, 67.08, 104);
  background-color: rgb(204, 229.8, 244);
  border-color: rgb(183.6, 219.72, 239.6);
}
.noty_theme__ipc.noty_type__information hr {
  border-top-color: rgb(162.6241935484, 209.355483871, 235.0758064516);
}
.noty_theme__ipc.noty_type__information .alert-link {
  color: rgb(0, 34.185, 53);
}
.noty_theme__ipc.noty_type__confirm {
  color: rgb(0, 67.08, 104);
  background-color: rgb(204, 229.8, 244);
  border-color: rgb(183.6, 219.72, 239.6);
}
.noty_theme__ipc.noty_type__confirm hr {
  border-top-color: rgb(162.6241935484, 209.355483871, 235.0758064516);
}
.noty_theme__ipc.noty_type__confirm .alert-link {
  color: rgb(0, 34.185, 53);
}

/*# sourceMappingURL=noty.css.map */
