.irs--round .irs-min, .irs--round .irs-max {
    margin-top: 10px;
    background: rgba(40, 51, 78, 0.61);
    color: #fff;
    box-shadow: 0 0 4px 1px rgba(187, 187, 187, 0.34);
}

:is(.dark .box-donate) {
    box-shadow: 0 0 10px -4px #c000ff66;
    background: rgb(40 10 62 / 12%) !important;
}

.payment-img {
    cursor: pointer;
    border: 2px solid transparent;
    padding: 5px;
    transition: border-color 0.3s ease;
    opacity: .5;
    box-shadow: 0 0 5px -1px #5a5252;
    background: rgba(34, 6, 51, 0.6);
    border-radius: 5px;
    height: 63px;
    min-width: 145px;
    max-width: 143px;
}

.card_pic1 {
    position: relative;
}

.flip_card_text {
    top: 0;
    position: absolute;
    padding: 5px 15px;
}

.card_frame {
    max-width: 100%;
    width: 100%;
}

input[type="radio"]:checked + img {
    opacity: 1;
    box-shadow: 0 0 10px -1px rgb(168, 71, 193);
    transition: all .5s ease;
    background: rgba(98, 44, 145, 0.81);
}

:is(.dark .payment-img) {
    cursor: pointer;
    border: 2px solid transparent;
    padding: 5px;
    transition: border-color 0.3s ease;
    opacity: .5;
    box-shadow: 0 0 5px -1px #e8e6e6;
    background: transparent;
    border-radius: 5px;
    height: 63px;
}

:is(.dark input[type="radio"]:checked + img) {
    opacity: 1;
    box-shadow: 0 0 10px -1px rgb(168, 71, 193);
    transition: all .5s ease;
    background: transparent;
}

.main_li_donate>li {
    list-style: disc;
    margin-left: 20px;
}
@media (max-width: 1278px) {
    .grid-container {
        display: flex!important;
        justify-content: center!important;
        gap: 15px!important;
        flex-wrap: wrap!important;
    }
    .payment-img {
        justify-content: center;
    }
}

.grid-item {
    text-align: center !important;
}
