.background-toastr {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.toastr-open {
  pointer-events: auto;
}

.toastr-right {
  justify-content: right;
}

.reveal-overlay {
  z-index: 10000 !important;
}
.reveal-overlay.background-toastr {
  background-color: transparent;
}
.reveal-overlay.background-toastr .callout {
  pointer-events: auto;
  width: 500px;
  border-radius: 20px;
  height: 20px;
}
.reveal-overlay.background-toastr .close-button {
  pointer-events: auto;
}
.reveal-overlay .callout.success {
  background-color: #F1FAF6;
  border-color: #11B965;
}
.reveal-overlay .callout.success .toastr-close-icon {
  color: #11B965;
}
.reveal-overlay .callout.primary {
  background-color: #EBF6FF;
  border-color: #0474D1;
}
.reveal-overlay .callout.primary .toastr-close-icon {
  color: #0474D1;
}
.reveal-overlay .callout.warning {
  background-color: #FEFCEC;
  border-color: #EBCF0E;
}
.reveal-overlay .callout.warning .toastr-close-icon {
  color: #EBCF0E;
}
.reveal-overlay .callout.alert {
  background-color: #FFEBEC;
  border-color: #FE0510;
}
.reveal-overlay .callout.alert .toastr-close-icon {
  color: #FE0510;
}
.reveal-overlay .toastr-close-icon {
  margin-top: -7px;
}
.reveal-overlay .callout .color-success {
  color: #11B965;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.reveal-overlay .callout .color-info {
  color: #0474D1;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.reveal-overlay .callout .color-warning {
  color: #EBCF0E;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.reveal-overlay .callout .color-error {
  color: #FE0510;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.reveal-overlay .callout {
  position: relative;
  margin: 0 0.5rem 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  color: #0a0a0a;
}
.reveal-overlay .callout > :first-child {
  margin-top: 0;
}
.reveal-overlay .callout > :last-child {
  margin-bottom: 0;
}
.reveal-overlay p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
.reveal-overlay .close-button, .reveal-overlay .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.reveal-overlay .close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1.2;
}
.reveal-overlay button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  cursor: auto;
}
.reveal-overlay button .close-button, .reveal-overlay button .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.reveal-overlay button .close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
.reveal-overlay .tostr {
  display: flex;
  margin-right: 10px;
}
.reveal-overlay .reveal-overlay p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
.reveal-overlay .tostr {
  width: 392px;
  height: 30px;
  border-radius: 20px !important;
  display: flex;
}
.reveal-overlay .color-success {
  border-color: #11B965 !important;
  color: #11B965 !important;
  margin-top: 4px;
}
.reveal-overlay .color-info {
  border-color: #0474D1 !important;
  color: #0474D1 !important;
  margin-top: 4px;
}
.reveal-overlay .color-warning {
  border-color: #EBCF0E !important;
  color: #EBCF0E !important;
  margin-top: 4px;
}
.reveal-overlay .color-error {
  border-color: #FE0510 !important;
  color: #FE0510 !important;
  margin-top: 4px;
}
.reveal-overlay .toastr-icon {
  font-size: 30px;
  margin-right: 10px;
  margin-top: -5px !important;
}
.reveal-overlay .toastr-close {
  padding-top: 2px;
  padding-right: 0;
}
.reveal-overlay .background-toastr {
  background-color: rgba(0, 0, 0, 0);
}
.reveal-overlay .color-warning .icon-toastr {
  border-color: #FEFCEC !important;
  color: #FEFCEC !important;
  margin-top: 4px;
}
.reveal-overlay .color-success .icon-toastr {
  border-color: #F1FAF6 !important;
  color: #F1FAF6 !important;
  margin-top: 4px;
}
.reveal-overlay .color-info .icon-toastr {
  border-color: #EBF6FF !important;
  color: #EBF6FF !important;
  margin-top: 4px;
}
.reveal-overlay .color-error .icon-toastr {
  border-color: #FFEBEC !important;
  color: #FFEBEC !important;
  margin-top: 4px;
}

/*# sourceMappingURL=toastr.css.map */
