.card{width:330px;height:80px;border-radius:8px;box-sizing:border-box;padding:10px 15px;background-color:#ffffff;box-shadow:0 8px 24px rgba(149,157,165,.2);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-around;gap:15px}.wave{position:absolute;transform:rotate(90deg);left:-31px;top:32px;width:80px}.wave-error{fill:#fc0c0c3a}.wave-success{fill:#86efac;opacity:60%}.icon-container{width:35px;height:35px;display:flex;justify-content:center;align-items:center;background-color:#fc0c0c48;border-radius:50%;margin-left:8px}.icon{width:17px;height:17px;color:#d10d0d}.message-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-grow:1}