
.list-cards-notif{
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.card-notif {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    padding: 10px 20px 10px 0px;
    max-width: 400px;
    border-radius: 10px 15px 0px 0px;
    box-shadow: 0 2px 5px rgba(57, 11, 86, 0.3);
    background: #4D1A60;
    background: linear-gradient(90deg,rgba(77, 26, 96, 0) 0%, rgba(12, 7, 35, 1) 15%);
    text-decoration: none;
}
.image-notif{
    position: absolute;
    left: -40px;
    bottom: -10px;
}
.image-notif img{
    width: 100px;
}
.info-notif{
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}
.card-title {
    font-size: 14px;
    color: #D36AF3;
}
.order-id-notif{
    font-size: 14px;
    color: #857C9B;
}