#emaze-wizard {
    position: fixed;
}

#em-wizard-popup {
    position: relative;
    left: 5vw;
    top: 3vh;
    width: 90vw;
    height: 94vh;
    background-color: #ffffff;
    background-image: url('../../vbcommon/images/loading.gif');
    background-position: center;
    background-repeat:no-repeat;
}

        #wizard-iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: none;
            background-color:transparent;
        }

.close-btn {
    background-repeat: no-repeat;
    background-size: 19px;
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    right: 8px;
    cursor: pointer;
    top: 0;
    background-color: transparent;
    background-position: 60% 40%;
    border-bottom-left-radius: 75%;
}

#em-wizard-popup .close-btn {
    background-image: url('../../vbcommon/images/close-popup-black.png');    
}        