/*DONATE BUTTON*/
.donate_button{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:48px;
    /*max-width:320px;*/
    /*background:transparent;*/
    background:#ffde00;
    /*border:none !important;*/
    /*border:1px solid #000;*/
    border:1px solid #ffde00;
    line-height:60px;
    padding:6px 16px;
    margin:0px;
    border-radius:24px !important;
    overflow:hidden;
}
.donate_txt_wrap{
    line-height:18px;
}
.donate_txt{
    padding:0px 0px 0px 0px;
    font-weight:400;
}
.donate_icon{
    width:36px;
    height:36px;
    background:#ffde00;
    /*border-left:1px solid var(--border);*/
}
.donate_icon svg{
    width:100%;
    height:100%;
    /*fill:#fff !important*/
    fill:#000 !important;
}