.nova-rs-component-notification {
  padding: 0;
  padding-bottom: 15px;
}
.nova-rs-component-notification .nova-rs-notification-text-container {
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-left-width: 6px;
  border-radius: 2px;
  white-space: pre-wrap;
}
.nova-rs-component-notification .nova-rs-notification-text-container.nova-notification-success {
  background-color: #d7f3d7;
  border-color: #4caf50;
}
.nova-rs-component-notification .nova-rs-notification-text-container.nova-notification-hint {
  background-color: #c2f0fd;
  border-color: #2f96b4;
}
.nova-rs-component-notification .nova-rs-notification-text-container.nova-notification-warning {
  background-color: #f6f5d2;
  border-color: #f2cb1d;
}
.nova-rs-component-notification .nova-rs-notification-text-container.nova-notification-error {
  background-color: #f8d7da;
  border-color: #f44336;
}
