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