﻿.notify__wrapper{display:flex;flex-direction:column;position:fixed;width:100%;margin-top:12rem;align-items:center;z-index:500;}.notify__item{display:flex;align-items:baseline;margin-left:1rem;margin-right:1rem;}.notify__item-exit{animation:notify-exit;animation-fill-mode:forwards;animation-iteration-count:1;animation-duration:.5s;}.notify__item-entry{animation:notify-enter;animation-iteration-count:1;animation-duration:.5s;animation-fill-mode:forwards;}.notify__item__button{border:1px solid;cursor:pointer;width:2rem;min-width:2rem;display:flex;height:2rem;justify-content:center;align-items:center;border-radius:.25rem;justify-self:flex-end;margin:auto;margin-right:0;margin-top:0;margin-left:1rem;}.notify__contain{display:flex;flex-direction:column;align-items:center;}.notify__contain-lowpriority .notify__item{font-size:1.5rem;padding:5px;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);}.notify__contain-highpriority .notify__item{font-size:1.7rem;max-width:50vw;min-width:30rem;margin-bottom:3rem;box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);}@keyframes notify-enter{from{transform:translateY(-100vh);opacity:0;}to{transform:translateY(0);opacity:1;}}@keyframes notify-exit{from{transform:translateY(0);opacity:1;}to{transform:translateY(-100vh);opacity:0;height:0;font-size:0;margin:0;padding:0;line-height:0;border:0;}}