.lost-success-msg .woocommerce-message{
    background-color: #f4fff7 !important;
    padding: 10px 10px;
    padding-left: 48px;
    border-radius: 8px;
    position: relative;
    border: 1px solid #4ab866 !important;
    text-align: left;
}
.customer-dashboard .lost-success-msg p{
    color: #fff !important;
    padding-top: 10px;
}
.lost-success-msg .woocommerce-message:after{
    content: "";
    width: 30px;
   height: 30px;
    left: 6px;
    position: absolute;
    z-index: 999;
    top: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #4ab866;
    border-radius: 50%;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"></path></svg>');
}
.woocommerce-notices-wrapper .woocommerce-error:before{
    position: inherit;
        left: inherit !important;
    top: inherit !important;
}
.woocommerce-notices-wrapper .woocommerce-error li{
    text-align: left;
}
.woocommerce-notices-wrapper .woocommerce-error{
align-items: start;
    border: 1px solid;
    border-radius: 4px;
    background-color: #fff0f0;
    border-color: #cc1818;
    box-sizing: border-box;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    padding: 16px !important;
    text-align: left;
}