.bb-support-wrapper{
    max-width:600px;
    padding:20px;
    border:1px solid #ddd;
    border-radius:10px;
}

.bb-support-amounts{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.bb-support-amount-btn{
    cursor:pointer;
    padding:10px 15px;
}

.bb-support-amount-btn.active{
    border:2px solid #2271b1;
}


.bb-support-modal{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:99999;
}

.bb-support-modal-overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.6);
}


.bb-support-modal-content{
    position:relative;
    max-width:700px;
    margin:50px auto;
    background:#fff;
    padding:20px;
    border-radius:10px;
    z-index:2;
}

.bb-support-close-popup{
    float:right;
    cursor:pointer;
}