 .form{
        border:1px solid black;
        padding:10px;
    }
    .montgly-comitment
    {
        margin-top:10px;
        width: 100%;
        
    }
    .montgly-comitment button
    {
        background-color:rgb(227 0 121);
        color: #fff;
        padding:10px;
        border-radius:5px;
        text-decoration: none;
        display: inline-block;
        float:right;
        margin-right:10px;
    }
    .commitInstallments
    {
        width:100%;
        display:flex;
        flex-wrap:wrap;
    }
    .commitInstallmentsTable
    {
        width:70%;
    }
    .commitInstallmentsBannerImage 
    {
        width: 30%;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .table thead
    {
        background-color:rgb(227 0 121);
        color:white;
    }
    .table th , td
    {
        padding:8px;
        font-size:10px;
        font-weight:400;
    }
    .generateBtn.active {
        background-color: #28a745 !important; /* green */
        color: #fff !important;
        border-color: #28a745 !important;
    }
    @media (min-width: 320px) and (max-width: 767px) 
    {
        .commitInstallmentsTable
        {
            width:100%;
        }
        .commitInstallmentsBannerImage 
        {
            width: 100%;
            display:flex;
            justify-content:center;
            align-items:center;
        }
        button.btn.btn-primary.btn-sm.m-1.generateBtn {
            margin: 0;
            padding: 3px;
            font-size: 9px;
        }
        div#GenerateButtonsMobile {
            gap: 0px;
            display: flex;
            flex-wrap: wrap;
        }
        button.btn.btn-sm.btn-success {
            padding: 2px;
            font-size: 12px;
        }
        .donation-aboutus h3 {
            font-size:14px;
        }
    }

    /* ✅ QR container layout */
#qrContainer {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

/* ✅ Paragraph styling inside SweetAlert */
#qrContainer p {
    margin: 8px 0;
    font-size: 15px;
    line-height: 1.5;
}

/* ✅ QR image styling */
#qrContainer img#upiQr {
    width: 230px;
    height: 230px;
    border-radius: 10px;
    border: 2px solid #e5e5e5;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* ✅ File input (SweetAlert input) */
#qrContainer input[type="file"] {
    display: block;
    margin: 10px auto;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px;
}

/* ✅ Responsive for smaller screens */
@media (max-width: 600px) {
    #qrContainer p {
        font-size: 14px;
    }

    #qrContainer img#upiQr {
        width: 180px;
        height: 180px;
    }

    #qrContainer input[type="file"] {
        width: 100%;
        font-size: 13px;
        padding: 5px;
    }
}

/* ✅ Optional SweetAlert content alignment fix */
.swal2-html-container {
    margin: 0 !important;
    padding: 0 !important;
}

