.alertNotification{background:#fafafa;border-radius:8px;width:100dvw;min-height:64px;max-height:90dvh;margin-bottom:4px;padding:6px;display:flex}@media (min-width:400px){.alertNotification{width:370px;max-height:none}}.alertNotification .v-progress-circular svg{opacity:.7;transition:opacity .5s}.alertNotification .v-progress-circular--hidden.v-progress-circular svg{opacity:0}.alertNotification--stub.alertNotification .alertNotification__icon,.alertNotification--stub.alertNotification .alertNotification__content{align-items:center;padding-top:0}.alertNotification--high.alertNotification .alertNotification__bar,.alertNotification--error.alertNotification .alertNotification__bar{background-color:#b81a36}.alertNotification--high.alertNotification .alertNotification__icon .v-icon,.alertNotification--error.alertNotification .alertNotification__icon .v-icon{color:#b00020}.alertNotification--high.alertNotification .alertNotification__icon-bg,.alertNotification--error.alertNotification .alertNotification__icon-bg{background-color:#efccd2}.alertNotification--medium.alertNotification .alertNotification__bar{background-color:#ffbb1a}.alertNotification--medium.alertNotification .alertNotification__icon .v-icon{color:#ffb300}.alertNotification--medium.alertNotification .alertNotification__icon-bg{background-color:#fff0cc}.alertNotification--success.alertNotification .alertNotification__bar{background-color:#3db670}.alertNotification--success.alertNotification .alertNotification__icon .v-icon{color:#27ae60}.alertNotification--success.alertNotification .alertNotification__icon-bg{background-color:#d4efdf}.alertNotification__bar{background:#369;border-radius:99px;flex:0 0 8px;width:8px;height:auto}.alertNotification__content{flex-flow:wrap;flex:100%;width:100%;margin-left:8px;padding-top:8px;display:flex}.alertNotification__icon{width:28px;height:auto;margin-left:8px;padding-top:8px;display:flex}.alertNotification__icon .v-icon{color:#1f3d5c}.alertNotification__icon-bg{background-color:#d6e0eb;border-radius:99px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.alertNotification__title{width:100%;font-size:16px;font-weight:700;line-height:1.2}p.alertNotification__subtitle{word-break:break-word;margin-bottom:0;padding-top:4px;line-height:1.2}.alertNotification__subtitle:last-child{padding-bottom:8px}.alertNotification__buttons{flex-direction:row-reverse;flex:1 0 100%;margin-top:8px;display:flex}.alertNotification__button:nth-child(2){margin-right:4px}.alertNotification__close{flex:none}.alertNotification__close .v-icon{color:gray!important}.alertNotification--closing.alertNotification{opacity:0;transition:opacity .25s .1s,transform .4s cubic-bezier(.215,.61,.355,1) .1s;transform:translate(50%)}.alertNotification--paused.alertNotification .v-progress-circular svg{opacity:.25;transition:opacity .3s}.alertNotification--paused.alertNotification .v-progress-circular:hover svg{opacity:0}.alertNotification--paused.alertNotification.alertNotification--enforced .v-progress-circular svg{opacity:.7;transition:opacity .3s}