h1.receipt-header-heading {
    margin-top: 20px ! IMPORTANT;
    margin-bottom: 20px;
    letter-spacing: 0px;
    color: #FFF;
}

.bgcecc-layouts {
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

        .receipt-header{
            background: #69b86b;
            color: #fff;
            text-align: center;
            padding: 20px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .bgcecc-form-secure-badge{
            display: inline-block;
            background: #fff;
            color: #000;
            padding: 5px 13px;
            border-radius: 20px;
        }

        p.receipt-header-description {
            line-height: 24px;
        }

        .receipt-body {
            border: 1px solid #ccc;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            padding: 15px;
        }
        
        .bgcecc-layouts table{
            width: 100%;
            border-collapse: collapse;
        }
        
        .bgcecc-layouts table td:last-child{
            text-align: right;
        }
        
        .bgcecc-layouts tr {
            border-bottom: 1px solid #eee;
        }
        
        .bgcecc-layouts td {
            padding: 15px 0px;
            color: #807b7b;
            font-weight: 600;
        }
        
        .receipt-footer {
            text-align: center;
        }
        
.custom-loader {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Make sure it appears on top */
}

.donation-image-section img {
    width: 90%;
    margin: auto;
}

.donation-image-section {
    text-align: center;
}

#dedicationText span.dedicationInfoText {
    display: block;
    font-size: 15px;
    margin-top: 5px ! IMPORTANT;
}

#dedicationText input#dedication {
    width: 80%;
    padding: 10px ! IMPORTANT;
}

#dedicationText {
            display: none; /* Hide the textbox initially */
            margin-top: 10px;
        }

.warning {
    text-align: center;
    background: #0092cf;
    padding: 10px !important;
    margin-bottom: 20px ! IMPORTANT;
    color: #FFF;
}

.spinner {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #333; /* Change color as needed */
    border-radius: 50%;
    width: 50px; /* Size of the spinner */
    height: 50px; /* Size of the spinner */
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.grid-container .donation-card{
    margin: 0 !important;
}

.donation-image-section .logo-image {
    max-width: 400px;
}

.donation-image-section h4{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 10px 0px;
}

.donation-card {
    max-width: 35rem;
    margin: 0 auto;
    box-shadow: 0 1px 2px #e6e6e6;
    border: 1px solid #f2f2f2;
    border-radius: 0.5rem;
    padding: 20px;
    position: relative !important;
    min-height: 500px ! IMPORTANT;
    min-width: 35rem !important;
    margin-top: 30px;
    padding-bottom: 0px ! IMPORTANT;
    margin-bottom: 30px !important;
}

.donation-card .top-heading{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.donation-card .donation-content {
    padding: 20px;
    padding-bottom: 0px ! IMPORTANT;
}

.donation-card .donation-content .donation-amount {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 10px;
}

.donation-card .donation-content a.amount-btn {
    padding: 15px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #9a9a9a;
    text-decoration: none !important;
    color: #000;
}

.donation-card .donation-content a.amount-btn.active-btn{
    background-color: #69b86b;
    color: #fff;
    border: 1px solid #69b86b;
}

.donation-card .donation-content a.amount-btn:hover{
    border: 1px solid #69b86b;
}

.donation-card .donation-content .amount-label{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donation-card .donation-content .amount-label span{
    background: #eee;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
}

.donation-card .donation-content .custom-amount{
    margin: 20px 0px;
}

.donation-card .donation-content .custom-amount input{
    height: 50px;
    max-width: 100%;
    width: 96%;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    font-size: 18px;
}

.donation-card .donation-content .custom-amount .amount-field {
    text-align: center;
    width: 100% ! IMPORTANT;
}

.donation-card .donation-content .continue-btn{
    margin: 40px 0px;
}

.donation-card .donation-content .continue-btn a{
    background: #69b86b;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    text-decoration: none;
}

.donation-card .donation-content .amount-type{
    display: flex;
    margin: 15px 0px;
}

.donation-card .donation-content .amount-type a {
    padding: 10px;
    width: 50%;
    display: inline-block;
    border: 1px solid #9a9a9a;
    text-align: center;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
}

.donation-card .donation-content .amount-type a.active-btn{
    background: #69b86b;
    color: #fff;
    border: 1px solid #69b86b;
}

.donation-card .donation-content .hidden{
    display: none;
}

.donation-card .donation-content .error{
    color: #db0b0b;
}

.danger{
    color: #db0b0b;
}

.donation-details{
    background: #f5f5f5;
    padding: 30px;
}

.donation-details h3{
    margin: 0;
    margin-bottom: 15px;
}

.donation-details table{
    border-collapse: collapse;
    width: 100%;
}

.donation-details table td{
    padding: 15px 0px;
}

.donation-details table tr.total-row td{
    border-top: 2px solid #ccc;
}

.grid-container {
    display: grid;
    column-gap: 50px;
    grid-template-columns: auto auto auto;
    padding: 20px;
}

.custom-width {
    width: 80%;
    margin: auto;
}
.custom-width .grid-item.grid-image {
    width: 50%;
    float: left;
    text-align: center;
}
.custom-width .grid-item.grid-content {
    float: right;
    width: 50%;
}

.custom-width .grid-item.grid-image img {
    margin-top: 40px ! IMPORTANT;
    max-width: 90% !important;
    float: right;
}

.grid-container .back-btn i, .grid-container .back-donation i{
    color: #a3a3a3;
    font-size: 18px;
}
.grid-container span{
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .custom-width .grid-item.grid-image {
        display: block !important;
		width:100% !important;
    }
	.custom-width .grid-item.grid-image img {
    margin-top: 66px ! IMPORTANT;
    max-width: inherit ! IMPORTANT;
    float: inherit !important;
    width: 300px ! IMPORTANT;
    margin-left: 30px ! IMPORTANT;
}
    .custom-width .grid-item.grid-content {
        float: left;
        width: 100% ! IMPORTANT;
    }

	.donation-card {
  
    margin-top: 0px;
	}
    .donation-image-section{
        display: none;
    }
    
    .grid-container{
        gap: 0px;
    }
    
    .custom-width {
        max-width: fit-content;
        margin: 0px;
        padding: 0px;
        WIDTH: 100% !important;
    }
    .custom-width .grid-item.grid-content {
        float: left;
        width: 100% ! IMPORTANT;
    }

    .donation-details{
        padding: 20px 0px;
    }
    
    .donation-card {
        min-width: 100% !important;
        border: none !important;
        box-shadow: none !important;
        max-width: 100% !important;
    }

    .donation-details h3{
        margin-left: 10px;
    }
}