#bf_daily_review_modal{

    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);

    z-index:999999;

    display:flex;
    align-items:center;
    justify-content:center;
}

.bf-review-box{

    background:white;
    width:90%;
    max-width:500px;

    border-radius:20px;

    padding:25px;

    box-shadow:0 10px 40px rgba(0,0,0,.3);
}

.bf-review-box h2{

    margin-top:0;
    margin-bottom:10px;

    text-align:center;
}

.bf-review-msg{

    text-align:center;
    color:#666;

    margin-bottom:20px;
}

.bf-review-q{

    margin-bottom:15px;
}

.bf-review-q label{

    display:block;

    margin-bottom:6px;

    font-weight:600;
}

.bf-review-q select{

    width:100%;

    padding:10px;

    border-radius:10px;

    border:1px solid #ccc;
}

#bf_submit_daily_review{

    width:100%;

    background:#22c55e;

    color:white;

    border:0;

    border-radius:12px;

    padding:14px;

    font-size:16px;

    cursor:pointer;

    margin-top:10px;
}