.big-notification{z-index:1100;pointer-events:auto;opacity:0;background-color:#fff;border-radius:10px;flex-direction:column;gap:12px;width:fit-content;max-width:600px;padding:20px;transition:opacity .25s,transform .28s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;transform:translate(0,0);box-shadow:0 12px 32px #0000001f,0 4px 12px #0000000f}.big-notification--dark{color:#fff;background-color:#1f212d;box-shadow:0 12px 32px #00000073,0 4px 12px #00000040}.big-notification--with-close{padding-right:40px}.big-notification__body{align-items:center;gap:12px;width:100%;display:flex}.big-notification__icon{flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:flex}.big-notification__icon svg{width:100%;height:100%}.big-notification__text{flex-direction:column;gap:5px;min-width:0;display:flex}.big-notification__title{color:#1d2433;font-size:14px;font-weight:600;line-height:1}.big-notification__description{color:#231f20;font-size:14px;font-weight:400}.big-notification--dark .big-notification__title{color:#fff}.big-notification--dark .big-notification__description{color:#c7ccdb}.big-notification__close{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background-color .15s;display:flex;position:absolute;top:8px;right:8px}.big-notification__close svg{width:12px;height:12px}.big-notification__close svg path{fill:#231f20}.big-notification__close:hover{background-color:#0000000f}.big-notification--dark .big-notification__close svg path{fill:#fff}.big-notification--dark .big-notification__close:hover{background-color:#ffffff14}.big-notification__progress{width:100%;padding-top:5px}.big-notification__progress .progress-bar-container{height:5px}.big-notification__progress-fill{transform-origin:0;border-radius:5px;width:100%;height:5px;transform:scaleX(0)}.big-notification__progress-fill--active{animation:linear forwards big-notification-timer}.big-notification--topRight{top:24px;right:24px;transform:translate(40px)}.big-notification--topLeft{top:24px;left:24px;transform:translate(-40px)}.big-notification--bottomRight{bottom:24px;right:24px;transform:translate(40px)}.big-notification--bottomLeft{bottom:24px;left:24px;transform:translate(-40px)}.big-notification--top{top:24px;left:50%;transform:translate(-50%,-16px)}.big-notification--bottom{bottom:24px;left:50%;transform:translate(-50%,16px)}.big-notification--center{top:50%;left:50%;transform:translate(-50%,calc(16px - 50%))}.big-notification--in{opacity:1}.big-notification--in.big-notification--topRight,.big-notification--in.big-notification--bottomRight,.big-notification--in.big-notification--topLeft,.big-notification--in.big-notification--bottomLeft{transform:translate(0,0)}.big-notification--in.big-notification--top,.big-notification--in.big-notification--bottom{transform:translate(-50%)}.big-notification--in.big-notification--center{animation:.32s cubic-bezier(.2,.8,.2,1) big-notification-pop;transform:translate(-50%,-50%)}.big-notification--out{opacity:0}@keyframes big-notification-timer{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes big-notification-pop{0%{transform:translate(-50%,-50%)scale(.92)}to{transform:translate(-50%,-50%)scale(1)}}@media (width<=680px){.big-notification{max-width:calc(100vw - 24px);width:auto!important;left:12px!important;right:12px!important}.big-notification--top,.big-notification--bottom,.big-notification--center,.big-notification--in.big-notification--top,.big-notification--in.big-notification--bottom,.big-notification--in.big-notification--center{transform:translate(0,0)}}
