.NotificationContainer{--notifications-bottom-mobile: 80px;--notifications-bottom-desktop: 48px;position:fixed;left:8px;right:8px;bottom:0;z-index:9999;display:flex;justify-content:center;pointer-events:none}.NotificationContainer-desktop{bottom:var(--notifications-bottom-desktop)}.NotificationContainer-mobile{bottom:var(--notifications-bottom-mobile)}.NotificationContainer-inner{pointer-events:auto;width:100%}.NotificationList{pointer-events:auto;width:100%;display:flex;flex-direction:column;align-items:center}.Notification{padding:16px;border:1px solid var(--white);max-width:450px;width:fit-content;min-width:361px;background:var(--graphite);border-radius:12px;pointer-events:auto;margin-top:10px;opacity:0;transform:translateY(12px);transition:opacity .23s cubic-bezier(.21,1.02,.73,1),transform .23s cubic-bezier(.21,1.02,.73,1)}.phone .Notification{min-width:auto;width:100%}.Notification-Icon{display:flex;margin-right:12px}.Notification-Icon svg{width:32px;height:32px}.phone .Notification-Icon svg{width:24px;height:24px}.Notification-Footer{display:flex;justify-content:flex-end;gap:20px}.Notification-Footer button{margin-top:16px}.phone .Notification-Footer button{margin-top:8px}.Notification-Footer .Notification-SecBtn{background-color:transparent;border:none;color:var(--white);font:var(--p1-semibold);text-decoration:underline}.phone .Notification-Footer .Notification-SecBtn{font:var(--p2-semibold)}.Notification-Default{display:flex;width:100%;position:relative;line-height:24px;align-items:center}.Notification-Title{font:var(--p1-regular);width:100%;color:var(--white)}.phone .Notification-Title{font:var(--p2-regular)}.Notification_isComplex .Notification-Title{font:var(--title-h4)}.phone .Notification_isComplex .Notification-Title{font:var(--p1-medium)}.Notification-Close{border:none;background:transparent;display:flex;align-items:flex-start;margin-left:8px}.Notification-Close .CloseIcon{width:32px;height:32px}.phone .Notification-Close .CloseIcon{width:24px;height:24px}.Notification-Description{color:var(--text-dark-theme-secondary);font:var(--p1-regular);margin-left:44px;margin-right:40px;margin-top:8px}.phone .Notification-Description{font:var(--p2-regular);margin-left:36px;margin-right:32px}.Notification_default .Notification-Description{padding-left:0}.Notification_success{border-color:var(--semantic-positive)}.Notification_success .Notification-Icon path{fill:var(--semantic-positive)}.Notification_error{border-color:var(--semantic-negative)}.Notification_error .Notification-Icon path{fill:var(--semantic-negative)}.Notification_warning{border-color:var(--semantic-warning)}.Notification_warning .Notification-Icon path{fill:var(--semantic-warning)}.Notification_info{border-color:var(--semantic-information)}.Notification_info .Notification-Icon path{fill:var(--semantic-information)}.Notification-leave{opacity:0;transform:translateY(20px)}.Notification-enter{opacity:1;transform:translateY(0)}
