.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: #25314c!important;
}

.payment-img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color, transform 0.3s ease;
    box-shadow: 0 0 5px 1px;
    border-radius: 5px;
    height: 63px;
    min-width: 145px;
    max-width: 143px;
    color: #28334e9c;
    opacity: 1;
}

.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: .8;
    box-shadow: 0 0 5px 1px;
    transition: all .5s ease;
    background: #4e4e4e;
    cursor: default;
    pointer-events: none;
}

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

:is(.dark input[type="radio"]:checked + img) {
    opacity: .5;
    transition: all .5s ease;
    cursor: default;
    pointer-events: none;
    border-color: #fff;
}

.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;
}

.payment-imgs{
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 1;
    border-radius: 2px;
    transition: all .5s ease!important;
    max-width: 170px;
}
.payment-imgs.active{
    cursor: default;
    pointer-events: none;
    opacity: .8;
}
:is(.dark .payment-imgs.active){
    opacity: .6;
    background: transparent;
}
.payment-method-details {
    background: transparent;
    padding: 10px;
}
.currency-btn {
    transition: transform 0.3s ease;
    will-change: transform;
}
.currency-btn.active {
    transform: scale(1.02);
}
@media (max-width: 800px) {
    .irs-single {
        display: none !important;
    }
}