/* ========= INFORMATION ============================

	- document:  Fake Notifications - creating effective herd effects
	- author:    Wow-Company @ Codecanyon
	- profile:   https://codecanyon.net/user/wow-company
	- version:   1.1
	- email:     wow@wow-company.com

==================================================== */

.notification {
  padding: 10px;
  z-index: 9999999999;
  position: fixed;
  font-size: 30px;
  font-family: Verdana, sans-serif;
  display: none;
  border-style: solid;
  right: 20px; /* Adjust this value to control the right distance from the screen edge */
  top: 20px; /* Adjust this value to control the top distance from the screen edge */
}
