﻿

.modalPopupMask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 9000;
    background: rgba(255,255,2550,0.5);
}
