.swal2-success-bg {
    background-image: url('../media/logos/panadol.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 2rem;
    position: relative;
}

.swal2-success-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 1rem;
}

.swal2-success-bg .swal2-icon.swal2-success {
    border-color: #28a745;
    position: relative;
    z-index: 1;
}

.swal2-success-bg .swal2-title,
.swal2-success-bg .swal2-html-container {
    color: #000000;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}