.Notification{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 2px 0 rgba(63,92,110,.15);display:flex;flex-direction:column;height:fit-content;min-height:50px;width:350px;z-index:100}@media (min-width:769px)and (max-width:1024px){.Notification{position:fixed;right:1rem;top:1rem}}@media (min-width:1025px){.Notification{position:fixed;right:1rem;top:1rem}}@media (max-width:480px){.Notification{bottom:1rem;margin:0 auto;position:fixed;width:95%}}@media (min-width:481px)and (max-width:768px){.Notification{bottom:1rem;margin:0 auto;position:fixed;width:95%}}.Notification .TimerBarProgress{display:flex;height:.5rem;width:100%}.Notification .TimerBarProgress .TimerBar{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top-right-radius:.5rem;height:100%;width:100%}.Notification .NotificationWrapper{display:flex;flex-direction:row}.Notification .NotificationWrapper .NotificationAccent{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;height:100%;position:absolute;width:.5rem}.Notification .NotificationWrapper .NotificationContainer{display:flex;font-size:.75rem;font-weight:400;line-height:1rem;margin:.5rem}.Notification .NotificationWrapper .NotificationContainer .NotficationImage{margin:auto;max-width:80px}.Notification .NotificationWrapper .NotificationContainer .NotificationContent{display:flex;flex-direction:column;justify-content:space-between;margin:.5rem}.Notification .NotificationWrapper .NotificationContainer .NotificationContent .NotificationText{text-align:left}.Notification .NotificationWrapper .NotificationContainer .NotificationContent .NotificationButtons{display:flex;flex-direction:row;justify-content:flex-start;margin:.5rem 0 0}.Notification .action-primary{background-color:#f95c39}.Notification .action-secondary{background-color:#fa0}.Notification .information{background-color:#1e8558}.slide-in{animation:slide-in .8s ease}.slide-out{animation:slide-out 1.5s ease}@keyframes slide-in{0%{opacity:0;transform:translateX(100%)}}@keyframes slide-out{to{opacity:0;transform:translateX(200%)}}
/*# sourceMappingURL=notification_v1.min.css.map*/