.notifications{position:fixed;right:0;top:0;left:0;bottom:0;pointer-events:none;z-index:20}.notifications-left{position:absolute;left:0;bottom:10px;padding:30px}@media only screen and (max-width:640px){.notifications-left{bottom:70px}}@media only screen and (max-width:540px){.notifications-left{width:100%;padding:30px 10px}}.notifications-right{position:absolute;right:0;bottom:10px;padding:30px}@media only screen and (max-width:640px){.notifications-right{bottom:70px}}@media only screen and (max-width:540px){.notifications-right{width:100%;padding:30px 10px}}.notifications-container{width:300px;padding:25px;pointer-events:all;border-radius:15px;background-color:#fff;color:#000;font-size:14px;font-weight:500;line-height:20px;margin-top:6px;-webkit-transition:opacity .5s;transition:opacity .5s;-webkit-animation:fadeinup .3s linear;animation:fadeinup .3s linear;-webkit-box-shadow:0 0 18px #eaeaea;box-shadow:0 0 18px #eaeaea;position:relative}@media only screen and (max-width:540px){.notifications-container{width:100%}}.notifications-container.error{background-color:rgba(251,52,52,.788);-webkit-box-shadow:0 0 18px rgba(251,52,52,.788);box-shadow:0 0 18px rgba(251,52,52,.788);color:#fff}.notifications-container span{font-size:16px}.notifications-container__title{font-size:12px;margin-bottom:10px;color:$blue}