.notification__content{width:100%;display:flex;background-color:green;color:#fff;margin:.25rem 0;padding:.6rem;border-radius:20px;position:relative;animation:backgroundAnimated 1s linear infinite}@keyframes backgroundAnimated{0%{background:green}50%{background:#5b8678}to{background:green}}.notification__content .img__section{width:25%;display:flex;flex-direction:column;justify-content:center;align-items:center}.notification__content .img__section img{width:100%;border-radius:50000px}.notification__content .text__section{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left;padding-right:.6rem}.notification__content .text__section h4{font-size:.9rem;width:100%;margin:0;line-height:1}.notification__content .text__section p{line-height:1.1;font-weight:400;font-size:.7rem;width:100%;margin:0}.btn__close__notification{position:absolute;right:.3rem;top:.3rem}.content__notifications{display:flex;flex-direction:column;align-items:center;width:-moz-max-content;width:max-content;position:fixed;left:0;top:0;max-height:100vh;z-index:50000000}.content__notifications .btn__clear__section{max-width:300px}.content__notifications .vue-notification-group{position:relative;flex:1}.content__notifications.scrollable .vue-notification-group{overflow:scroll}