.style_toastContainer__KJoof {
  --toastify-color-light: var(--secondary-contrast);
  --toastify-text-color-light: var(--main-text);
  --toastify-color-dark: var(--secondary-contrast);
  --toastify-text-color-dark: var(--main-text);
  --toastify-color-success: var(--success);
  --toastify-color-error: var(--error);
}
.style_toastPopup__rAQFe {
  display: flex;
  flex-direction: row;
  padding: 4px;
  align-items: flex-start;
}
.style_toastPopupBody__nb0pE {
  padding: 12px 12px 12px 8px;
  color: var(--main-text);
  font: 14px/17px var(--brutal-font-family, "Brutal Type");
  flex: 1 1;
}
.style_toastPopupBodyTitle__U_W_m {
  font: 17px/24px var(--brutal-font-family, "Brutal Type");
  margin-bottom: 8px;
}
.style_toastPopupBodyActions__WPk90 {
  font: 14px/17px var(--brutal-font-family, "Brutal Type");
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  margin-right: -32px;
}