body {
    font-family: 'Open Sans', sans-serif;
}

/* Apply uppercase transformation to all text inputs */
input[type="text"] {
    text-transform: uppercase;
}

.radio-amount {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.why-donate select {
    border-bottom: 2px solid #03525D !important;
    width: 100%;
    padding-left: 0px !important;
    padding-bottom: 6px !important;
    border-radius: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.why-donate select:focus {
    border: 0px;
    width: 100%;
    outline: none;
}

.financial-year select {
    border-bottom: 2px solid #03525D !important;
    width: 100%;
    padding-left: 0px !important;
    padding-bottom: 6px !important;
    border-radius: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.financial-year select:focus {
    border: 0px;
    width: 100%;
    outline: none;
}

.donation-type select {
    border-bottom: 2px solid #03525D !important;
    width: 100%;
    padding-left: 0px !important;
    padding-bottom: 6px !important;
    border-radius: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.donation-type select:focus {
    border: 0px;
    width: 100%;
    outline: none;
}

.section-under select {
    border-bottom: 2px solid #03525D !important;
    width: 100%;
    padding-left: 0px !important;
    padding-bottom: 6px !important;
    border-radius: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.section-under select:focus {
    border: 0px;
    width: 100%;
    outline: none;
}



.row>* {
    margin-top: 5px !important;
}


#payment-form {
    /* max-width: 500px; */
    background-color: #ffffff;
    margin: 20px auto !important;
    padding-top: 25px;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 12px;
}

#payment-form .form-header {
    gap: 2px;
    text-align: center;
    font-size: .9em;
}

.aadhar-number {
    display: none !important;
}

.pan-number {
    display: none !important;
}

.other-info {
    display: none !important;
}

@media screen and (max-width: 760px) {
    .overflow-form {
        overflow-x: scroll;
        padding-top: 20px !important;
    }

    #payment-form {
        /* max-width: 500px; */
        background-color: #ffffff;
        margin: 40px auto;
        padding-top: 15px;
        box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
        border-radius: 12px;
    }
}

@media screen and (min-width: 760px) {
    .overflow-form {
        overflow-x: scroll;
        padding-top: 20px !important;
    }

    #payment-form {
        /* max-width: 500px; */
        background-color: #ffffff;
        margin: 40px auto;
        padding-top: 15px;
        box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
        border-radius: 12px;
    }
}

#payment-form .form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
}

#payment-form .form-header .stepIndicator.active {
    font-weight: 600;
}

#payment-form .form-header .stepIndicator.finish {
    font-weight: 600;
    color: #009688;
}

#payment-form .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #d5efed;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}

#payment-form .form-header .stepIndicator.active::before {
    background-color: #a7ede8;
    border: 3px solid #d5f9f6;
}

#payment-form .form-header .stepIndicator.finish::before {
    background-color: #009688;
    border: 3px solid #b7e1dd;
}

#payment-form .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}

#payment-form .form-header .stepIndicator.active::after {
    background-color: #a7ede8;
}

#payment-form .form-header .stepIndicator.finish::after {
    background-color: #009688;
}

#payment-form .form-header .stepIndicator:last-child:after {
    display: none;
}



/* #payment-form input:focus {
    border: 1px solid #009688;
    outline: 0;
} */
#payment-form input.invalid {
    border: 1px solid #ffaba5;
}

#payment-form .step {
    display: none;
}

#payment-form .form-footer {
    overflow: auto;
    gap: 20px;
}

#payment-form .form-footer button {
    background-color: #009688;
    border: 1px solid #009688 !important;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
}

#payment-form .form-footer button:hover {
    opacity: 0.8;
}

#payment-form .form-footer #prevBtn {
    background-color: #fff;
    color: #009688;
}

label {
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

/* for FORM NO.10BE DESIGN */

.form-donation-details {
    margin-right: 110px !important;
    margin-left: 110px !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.step .container {
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #fff;
}

.box-container-cell {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.row {
    padding: 20px !important;
    padding-top: 13px !important;
    padding-bottom: 1px !important;
}

center p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table,
th,
td {
    border: 1px solid #ddd;
}

th,
td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.cell-container {
    display: flex;
    flex-direction: row;
    margin-left: 15px;
    flex-wrap: wrap;
}

.pan {
    height: 22px;
    width: 22px;
    border: 1px solid #000;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
}





input[type="checkbox"] {
    margin-right: 10px;
}

input::placeholder {
    font-size: 14px !important;
}

select {
    font-size: 14px !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    center p {
        font-size: 17px;
    }

    table,
    th,
    td {
        font-size: 9px;
    }

    .cell-container {
        margin-left: 0;
    }

    .pan {
        height: 18px;
        width: 18px;
        font-size: 9px;
    }

    .heading-community {
        font-size: 22px !important;
    }

    .row {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    input {
        margin-top: 7px !important;
    }

    select {
        margin-top: 7px !important;
    }

    textarea {
        margin-top: 7px !important;
    }

    .donate-text {
        font-size: 17px !important;
    }

    .form-first-desc {
        font-size: 15px !important;
    }

    .form-bottom-text {
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    .form-donation-details {
        margin-right: 10px !important;
        margin-left: 10px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    p {
        font-size: 12px !important;
    }

    center p {
        font-size: 11px;
    }

    table,
    th,
    td {
        font-size: 9px;
        padding: 8px;
    }

    .pan {
        height: 16px;
        width: 16px;
        font-size: 9px;
    }

    .reveal-identity {
        font-size: 11px !important;
        padding: 0 !important;
    }
}

#prevBtn:hover {
    background-color: #03525D !important;
    color: #fff !important;
    border: 0px !important;
}

#prevBtn {
    display: none !important;
}

.input-bottom-style{
    border:none !important;
}