@use '@carbon/layout';

.omrs-inline-notifications-container {
  z-index: 100000;
  position: fixed;
  width: 100%;
  bottom: layout.$spacing-07;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.omrs-notification-mounting,
.omrs-notification-mounting > * {
  padding: 0;
}

.omrs-notification-closing,
.omrs-notification-mounting {
  opacity: 0;
}
