.notification-dialog[data-v-cd5e2438]{opacity:0;position:fixed;width:360px;height:calc(100vh - 28px);background-color:#fff;padding:1.5rem;bottom:15px;left:-450px;z-index:1000;border-radius:15px;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}.notification-dialog.show-notifications[data-v-cd5e2438]{opacity:1;left:71px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.notification-dialog.hide-notifications[data-v-cd5e2438]{opacity:0;left:-450px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}