#uni-notification {
  position: fixed;
  bottom: 15px;
  background: #ECECEC;
  right: 15px;
  max-width: 308px;
  z-index: 999;
  border-radius: 8px;
}
.notification__wrapper.fixed {
   align-items: start !important;
}
.btn-lg {
  padding: 4px 16px !important;
}