/* Custom toast styling. It's here to override the Sonner default styles via CSS specificity */
html body .styles_toastDefault__0Lgfo {
  padding: 0.8rem 1rem !important;
}

html body .styles_toastDefault__0Lgfo,
html body .styles_toastInfo__5c8yl {
  background: #2c2c30 !important;
  border-color: #2c2c30 !important;
}

html body .styles_toastSuccess__m_fCX {
  background: #45b56e !important;
  border-color: #45b56e !important;
}

html body .styles_toastWarning__jAq65 {
  background: #e77b00 !important;
  border-color: #e77b00 !important;
}

html body .styles_toastError__ir5Li {
  background: #f26969 !important;
  border-color: #f26969 !important;
}

html body .styles_toastTitle__A1fJO {
  color: #fefefe !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  line-height: 1.375rem !important;
  margin-bottom: -0.15rem !important;
}

html body .styles_toastDescription__hvy3x {
  color: #f4f4f5 !important;
  font-size: 0.75rem !important;
  line-height: 1.25rem !important;
}


/*# sourceMappingURL=e267a5d3709838b3.css.map*/