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

.donate-bns {
    color: #28334e9c;
    box-shadow: 0 0 5px -1px;
    background: #fff;
}

:is(.dark .donate-bns) {
    background-color: #28334e9c;
    box-shadow: 0 0 4px -1px rgba(187, 187, 187, 0.34);
    color: white;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    color: #28334e9c;
    box-shadow: 0 0 5px -1px;
    background: #fff;
}

:is(.dark .irs-single) {
    background-color: rgba(77, 24, 104, 0.45);
    box-shadow: 0 0 4px 1px rgba(187, 187, 187, 0.34);
    color: white;
}

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

:is(.dark #bonus_sum) {
    background: rgba(40, 51, 78, 0.61);
    color: #fff;
    box-shadow: 0 0 4px 1px rgba(187, 187, 187, 0.34);
}

#bonus_sum {
    color: #28334e9c;
    box-shadow: 0 0 5px -1px;
    background: #fff;
}

: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;
    background: url("../images/rating3.webp") center;
    border-radius: 5px;
    height: 63px;
    min-width: 145px;
    max-width: 143px;
    color: #28334e9c;
}

.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 5px -1px #000;
    transition: all .5s ease;
    background: url("../images/white-paper.webp");
}

:is(.dark 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;
}
