.hide {
    display: none !important;
}
.lightbox {
    visibility: hidden;
    opacity: 0;
}
.show {
    visibility: visible;
    opacity: 0;
    animation: show-anim 0.3s ease-in-out forwards;
}
.page_paymentListButtons__X3pGB .payment-method,
.page_paymentListButtons__X3pGB .payment-type {
    width: 18%;
    height: 5rem;
    background: none;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(93,54,38,.368);
    cursor: pointer;
    transition: .5s;
    position: relative;
    color: #fff;
    box-shadow: 0 1rem 1rem rgba(0,0,0,.099);
    font-size: .7rem;
    font-family: Font2;
    text-align: center;
}
.page_paymentListButtons__X3pGB .payment-method:after,
.page_paymentListButtons__X3pGB .payment-type:after {
    content: "";
    position: absolute;
    border: 1.2rem solid transparent;
    border-image: url(../img/media/frame.f8711fc6.png);
    border-image-slice: 60 83 fill;
    left: -0.22rem;
    filter: brightness(150%);
    right: -0.22rem;
    bottom: -0.15rem;
    top: -0.15rem;
    z-index: 2;
    pointer-events: none;
    opacity: .5;
    transition: .5s;
}
.page_paymentListButtons__X3pGB .payment-method:hover:after,
.page_paymentListButtons__X3pGB .payment-type:hover:after {
    opacity: 1;
}
.page_paymentListButtons__X3pGB .payment-method img,
.page_paymentListButtons__X3pGB .payment-type img {
    width: 5rem;
}
.page_paymentListButtons__X3pGB .payment-method.active,
.page_paymentListButtons__X3pGB .payment-type.active {
    background-color: rgba(123,68,43,.8);
}
.page_header__oRW75 {
    height: 46rem;
    /* height: 38rem; */
}
.page_paymentListButtons__X3pGB div {
    justify-content: space-between;
}
.page_paymentListButtons__X3pGB .payment-type {
    width: 25%;
    flex-direction: column;
}
.payment-text {
    transform: translateY(25px);
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.text-add {
    color: orange;
}
.acum-bonus {
    color: gray !important;
    font-size: 13px !important;
}
.input-group.input-slider {
    margin-top: 10px;
    margin-bottom: 100px;
    width: 98.1481%;
    margin-left: 14px;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: orange !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: orange !important;
}
.irs--round .irs-handle {
    border: 4px solid orange !important;
    box-shadow: 0 1px 3px rgb(113, 75, 0);
}
.irs--round .irs-bar {
     background-color: orange !important;
 }
.donate__notif--error {
    color: red;
}
.donate__notif--ok {
    color: green;
}




@keyframes show-anim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}