
.smartmodal-overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.smartmodal-modal {
    display: none;
    position: fixed;
    padding: 1em;
    z-index: 100000;
    border-radius: .3em;
    background: #fff;
    color: #000;
}
