.custom-message-container{position:fixed;z-index:9999;top:25%;right:50%;transform:translateX(50%);display:flex;flex-direction:column;gap:10px}.custom-message{transform:translateY(-10px);min-width:200px;padding:10px 16px;border-radius:6px;font-size:14px;color:#fff;opacity:0;box-shadow:0 2px 8px rgb(0 0 0/15%);transition:all .3s ease}.custom-message.show{transform:translateY(0);opacity:1}.custom-message.hide{transform:translateY(-10px);opacity:0}.custom-message.success{background-color:#52c41a}.custom-message.error{background-color:#ff4d4f}.custom-message.warning{background-color:#faad14}.custom-message.info{background-color:#1890ff}