.NotificationPopup_notification_container__iYjHb{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.NotificationPopup_notification_popup__T5r5Z{width:380px;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.15);padding:16px;cursor:pointer;pointer-events:all;transition:all .3s cubic-bezier(.4,0,.2,1)}.NotificationPopup_notification_popup__T5r5Z:hover{transform:translateX(-4px);box-shadow:0 6px 30px rgba(0,0,0,.2)}.NotificationPopup_notification_popup__T5r5Z.NotificationPopup_show__vuHfU{animation:NotificationPopup_slideIn__y53VN .3s cubic-bezier(.4,0,.2,1) forwards}.NotificationPopup_notification_popup__T5r5Z.NotificationPopup_hide__2tEFs{animation:NotificationPopup_slideOut__slj0r .3s cubic-bezier(.4,0,.2,1) forwards}.NotificationPopup_notification_content__2QocN{display:flex;flex-direction:column;gap:8px}.NotificationPopup_notification_header__WWQus{display:flex;justify-content:space-between;align-items:center}.NotificationPopup_notification_company__cCIM5{font-size:14px;font-weight:700!important;color:#ff7c34!important;margin:0}.NotificationPopup_close_button__9_Nob{padding:4px;opacity:.6;transition:opacity .2s}.NotificationPopup_close_button__9_Nob:hover{opacity:1;background-color:rgba(0,0,0,.04)}.NotificationPopup_close_button__9_Nob svg{font-size:18px;color:#666}.NotificationPopup_notification_text__O92na{font-size:14px;line-height:1.5;color:#333;margin:0;word-break:break-word}.NotificationPopup_notification_time__9u7kK{display:flex;justify-content:flex-end;font-size:12px!important;color:#999!important}@keyframes NotificationPopup_slideIn__y53VN{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}@keyframes NotificationPopup_slideOut__slj0r{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(400px)}}@media(max-width:768px){.NotificationPopup_notification_container__iYjHb{right:12px;bottom:12px;left:12px}.NotificationPopup_notification_popup__T5r5Z{width:100%}}