@charset "utf-8";

#toaster3441636 { padding: 5px; min-height: 30px; left: 0px; position: fixed; visibility: visible; opacity: 1; transition: 0.3s ease-in-out; width: 100%; z-index: 500; bottom: 0px; background-color: rgb(0, 114, 188); }

#toaster3441636 .toasterContent { display: flex; align-items: center; justify-content: center; font-size: 14px; position: relative; }

#toaster3441636 .toasterMessage { font-family: "Merriweather Sans"; color: rgb(255, 255, 255); }

#toaster3441636 .toasterDismiss { position: absolute; right: 10px; background: none; border: none; cursor: pointer; font-size: 16px; color: rgb(255, 255, 255); }

#toaster3441636.toasterHidden { visibility: hidden; opacity: 0; transition: 0.3s ease-in-out; }

#toaster3441636 .container { position: relative; padding-left: 50px; padding-right: 50px; }

@media (max-width: 767px) {
  #toaster3441636 .toasterMessage { height: auto; line-height: normal; }
  #toaster3441636 .container { padding: 5px 10px; }
}