#bm-popup{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    justify-content:center;
    align-items:center;
    z-index: 9;
}
.bm-box{
    background:#fff;
    padding:20px;
    border-radius:12px;
    width:300px;
}

.bm-quick button{
    margin:5px;
}

#bm-error{
    color:red;
    font-size:12px;
}

.bm-offer-card{
    background:#f3f3f3;
    padding:10px;
    border-radius:8px;
}