.ui-notification{z-index:2050;pointer-events:none;width:384px;max-width:calc(100vw - 48px);color:var(--text-black,#181b21);font-size:14px;line-height:1.57;position:fixed;top:24px;right:24px}.ui-notification .ui-notification-item{grid-template-rows:1fr;margin-bottom:16px;transition:grid-template-rows .2s ease-out,margin-bottom .2s ease-out,opacity .2s ease-out;animation:.2s ease-out ui-notification-fade-in;display:grid}.ui-notification .ui-notification-item.ui-notification-item-closing{opacity:0;grid-template-rows:0fr;margin-bottom:0}.ui-notification .ui-notification-item.ui-notification-item-closing .ant-notification-notice-wrapper{overflow:hidden}.ui-notification .ant-notification-notice-wrapper{pointer-events:auto;background:var(--main-background-color,#fff);border-radius:8px;min-height:0;position:relative;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.ui-notification .ant-notification-notice{overflow-wrap:break-word;border-radius:8px;width:100%;padding:20px 24px;position:relative;overflow:hidden}.ui-notification .ant-notification-notice-title{color:var(--text-black,#181b21);margin-bottom:8px;font-size:16px;line-height:1.5}.ui-notification .ant-notification-notice-closable .ant-notification-notice-title{padding-right:24px}.ui-notification .ant-notification-notice-description{margin-top:8px;font-size:14px}.ui-notification .ant-notification-notice-with-icon .ant-notification-notice-title,.ui-notification .ant-notification-notice-with-icon .ant-notification-notice-description{margin-left:36px}.ui-notification .ant-notification-notice-icon{font-size:24px;line-height:1;display:inline-flex;position:absolute}.ui-notification .ant-notification-notice-close{color:#00000073;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:background-color .2s ease-out,color .2s ease-out;display:flex;position:absolute;top:20px;right:24px}.ui-notification .ant-notification-notice-close:hover{color:var(--text-black,#181b21);background-color:#0000000f}.ui-notification .ant-notification-notice-close-icon{flex-shrink:0}@media (prefers-reduced-motion:reduce){.ui-notification .ui-notification-item{transition:none;animation:none}}@keyframes ui-notification-fade-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:none}}
