﻿/* Unused classes */
/*
.donation_amount input[type="checkbox"] {
     display: none; 
}
.one_time_monthly input[type="checkbox"] {
    display: none;
}
.donation_amount input[type="checkbox"]:checked + span {
    background-color: #00a1e4;
    color: #ffffff;
}
.one_time_monthly input[type="checkbox"]:checked + span {
    background-color: #00a1e4;
    color: #ffffff;
}
*/
.input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

#amount {
    border-radius: 4px;
}

.currency-input {
    width: 100%;
    padding-left: 22px !important; /* Add space for the dollar sign */
    text-align: left !important; /* Center the text */
    box-sizing: border-box; /* Ensures padding doesn't affect total width */
}

.dollar-sign {
    position: absolute;
    left: 10px; /* Adjust the positioning as needed */
    top: 59%;
    opacity: 0.6;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent the dollar sign from blocking input clicks */
    font-weight: bold;
    font-size: 1.2em;
    color: #333; /* Customize color */
}

.checkbox {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow: 2px 2px 5px #c8c8c8, -2px -2px 5px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

    .checkbox:hover {
        box-shadow: 2px 2px 8px #bbbbbb, -2px -2px 8px #ffffff;
    }

    .checkbox.checked {
        background: linear-gradient(145deg, #4caf50, #8bc34a);
    }

        .checkbox.checked::after {
            content: '✔';
            font-size: 14px;
            color: white;
        }

.checkbox-wrapper .form-check-label {
    margin-left: unset !important;
}

#banner {
    z-index: unset !important;
}

.contribute_choose_button {
    cursor: pointer;
}

.checkbox-wrapper .form-check {
    text-align: left;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox-wrapper .form-check-input {
    margin-left: -1.5em !important;
    float: left;
}

.form-check-label i {
    color: #00a1e4;
}

.checkbox-wrapper .form-check-label {
    margin-left: -5px;
}

.checkbox-wrapper input[type="checkbox"] {
    margin: 2px 0 0;
}

/*.checkbox-wrapper span {
    margin-left: 5px;
}*/
.checkbox-wrapper label {
    font-weight: 100;
}

.loading {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #555;
}

.loader-container {
    display: none;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 50px;
}

.loader-container p {
    color: #000 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error {
    color: red;
}

.error-message {
    margin-top: 10px;
}

.one_time_monthly input[type="radio"]:checked + span {
    background-color: #283a97;
    color: #ffffff;
}
.node-8223 .one_time_monthly input[type="radio"]:checked + span {
    background-color: #00a1e4;
    color: #ffffff;
}
.one_time_monthly input[type="radio"] + span {
    cursor: pointer;
}

.donation_amount input[type="radio"]:checked + span {
    background-color: #283a97;
    color: #ffffff;
}
.node-8223 .donation_amount input[type="radio"]:checked + span {
    background-color: #00a1e4;
    color: #ffffff;
}
.donation_amount input[type="radio"] + span {
    cursor: pointer;
}

.one_time_monthly input[type="radio"] {
    display: none;
}

.donation_amount input[type="radio"] {
    display: none;
}

input#other_amount_widget_1::placeholder, input#other_amount_widget_2::placeholder {
    font-size: 1em;
    color: #777777;
}

.hidden {
    display: none;
}

#DonationSummary2, #DonationSummary {
    font-size: 1.5em;
    color: #283a97 !important;
    margin-top: 0px;
    text-align: left;
}



/* Start cardfields */
.paypal-button-container {
    border-radius: 4px;
    background-color: #FFFFFF;
    width: 100%;
}

.paypal-button-container {
    max-width: 100%; /* Adjust this value as needed */
    margin: 0 auto; /* Center the container */
}
/* Ensure the iframe fits the container */
.paypal-pnl iframe #root, .paypal-pnl #root, .paypal-pnl #root {
    width: 100%;
}

.paypal-pnl .card_field {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height: 40px;
    background: white;
    font-size: 17px;
    color: #3a3a3a;
}

.paypal-pnl .card_field_50 {
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height: 40px;
    background: white;
    font-size: 17px;
    color: #3a3a3a;
}

.paypal-pnl #root {
    width: 90% !important;
    max-width: 90% !important;
}

.paypal-pnl .card_field_75 {
    width: 75%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height: 40px;
    background: white;
    font-size: 17px;
    color: #3a3a3a;
}

.paypal-pnl .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}

.paypal-pnl .col-25 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
}

.paypal-pnl .col-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
}

.paypal-pnl input[type=text], .paypal-pnl select, .paypal-pnl textarea {
    width: 100%;
    padding: 12px;
    border: solid 1px #00a1e4;
    border-radius: 0px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height: 50px;
    background: white;
    font-size: 17px;
}
.node-8223 .paypal-pnl input[type=text], .paypal-pnl select, .paypal-pnl textarea {
    width: 100%;
    padding: 12px;
    border: solid 1px #00a1e4;
    border-radius: 0px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height: 50px;
    background: white;
    font-size: 17px;
}

.paypal-pnl input[type=submit] {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.paypal-pnl .message_container {
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 13px;
    font-family: monospace;
}

.paypal-pnl #loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.paypal-pnl #loading-image {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}

.paypal-pnl .spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /* height of the spinner gif +2px to fix IE8 issue */
}

.paypal-pnl .button_container {
    display: flex;
    justify-content: center;
}

#DonationInfo2 .checkbox-wrapper {
    margin-top: 15px;
}

.paypal-pnl button:hover {
    background-color: powderblue;
}

#btn-appl, #btn-appl2 {
    width: 100%;
    border-radius: 4px;
    --apple-pay-button-height: 45px;
}

.gpay-button-fill > .gpay-button.black {
    width: 100%;
    border-radius: 4px;
    height: 45px;
}
/* End cardfields */
#error-message, #error-message2 {
    margin-top: 10px;
}

.seal-1 .img-seal img {
    float: left !important;
}

.seal-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .seal-1 .img-seal {
        width: 25% !important;
        margin-top: 10px !important;
    }

    .seal-1 .text-seal {
        width: 45%;
        line-height: 17px;
        font-size: 13px;
        margin-left: 32px;
        text-align: left;
        float: left;
        color: #000;
    }
/* #google-pay-button-container {
    margin: 10px 0;  
} */

    #google-pay-button-container button {
  height: 55px;
  border-radius: 4px;
  margin: 10px 0;  
}
    
@media (max-width: 768px) {
    #google-pay-button-container button {
      height: 45px;
    }
  }