.payment-cancelled-icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 25px;
    border: 4px solid #ef4444;
    border-radius: 50%;
    color: #ef4444;
    text-align: center;
    font-size: 60px;
    line-height: 100px;
}
body#payment_cancelled {
    background: #fef2f2;
}
#payment_cancelled{
    background: #edf7f0 !important;
}
.cancelled-status {
    color: #dc2626;
    font-weight: 700;
}