.waves-banner {
    height: 40px;
    padding: 0 20px;
    color: white;
    border-radius: 6px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.waves-banner-success {
    background-color: #14AE5C;
}
.waves-banner-error {
    background-color: #B3261E;
}
.waves-banner i {
    font-style: normal;
    display: inline-block;
    width: 20px;
    text-align: center;
}