
.mbcsr-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.mbcsr-modal form {
    background: #fff;
    padding: 20px;
    max-width: 420px;
    width: 100%;
}
.mbcsr-note {
    width: 100%;
    min-height: 60px;
}
