/* Important: this file is generated automatically, do not modify it directly, any direct changes will be lost. */
.wooptima-notices-wrapper {
  width: 100%;
  max-width: 32em;
  padding: 2rem !important;
  background: transparent !important;
  position: fixed !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  border: none !important;
}
.wooptima-notices-wrapper .wooptima-message {
  animation: pulse-message 2s infinite;
  box-shadow: 0 0 0 rgba(242, 250, 228, 0.95);
  background: #f7ffea !important;
  color: #7fa92f;
  border: none;
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-s);
  border: none !important;
  padding: var(--space-m);
  margin: 1.6rem 0rem;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-s);
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  margin: 0;
}
.wooptima-notices-wrapper .wooptima-message::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="m12 1a11 11 0 1 0 11 11 11.013 11.013 0 0 0 -11-11zm0 20a9 9 0 1 1 9-9 9.01 9.01 0 0 1 -9 9z" fill="%237fa92f"/><path d="m16.324 8.763-5.294 4.853-2.323-2.323a1 1 0 1 0 -1.414 1.414l3 3a1 1 0 0 0 1.383.03l6-5.5a1 1 0 1 0 -1.352-1.474z" fill="%237fa92f"/></g></svg>');
  content: "" !important;
  background-size: cover !important;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
}
.wooptima-notices-wrapper .wooptima-message li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wooptima-notices-wrapper .wooptima-error {
  animation: pulse-error 2s infinite;
  box-shadow: 0 0 0 rgba(255, 233, 233, 0.95);
  background: #ffe9e9 !important;
  color: #a92f2f;
  border: none;
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-s);
  border: none !important;
  padding: var(--space-m);
  margin: 1.6rem 0rem;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-s);
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  margin: 0;
  line-height: 1;
}
.wooptima-notices-wrapper .wooptima-error::before {
  background: url('data:image/svg+xml;utf8,<?xml version="1.0"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><path d="m12 1a11 11 0 1 0 11 11 11.013 11.013 0 0 0 -11-11zm0 20a9 9 0 1 1 9-9 9.011 9.011 0 0 1 -9 9z" fill="%23a92f2f"/><path d="m12 6a1 1 0 0 0 -1 1v7a1 1 0 0 0 2 0v-7a1 1 0 0 0 -1-1z" fill="%23a92f2f"/><circle cx="12" cy="17" r="1" fill="%23a92f2f"/></g></svg>');
  content: "" !important;
  background-size: cover !important;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
}
.wooptima-notices-wrapper .wooptima-error li {
  list-style: none;
  padding: 0;
  margin: 0;
}
