/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .smifw-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.smifw-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}
