html body section {
  margin: 0;
  padding: 0 !important;
}
html body .ss-toast {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
}
html body .ss-toast .row {
  margin: 0;
  padding: 0;
}
html body .ss-toast .message {
  width: auto;
  line-height: 3rem;
  text-align: center;
}
html body .ss-toast .action {
  width: auto;
}
html body .ss-toast .action .icon {
  cursor: pointer;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
}
html body .ss-toast .action .icon .fas,
html body .ss-toast .action .icon .far {
  line-height: 3rem;
  width: 3rem;
  text-align: center;
  font-size: 2rem;
}
html body .ss-toast.success {
  background-color: #004c40;
  color: #ffffff;
}
html body .col.page-title {
  line-height: 5rem;
  font-size: 1.6rem;
  background-color: #004c40;
  color: #ffffff;
  text-align: center;
}
html body input {
  padding: 0 1rem !important;
}
/*# sourceMappingURL=public.css.map */