@charset "utf-8";
.popupViewer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: hidden;
    outline: 0;
    height: max-content;
    cursor: move;
    display: none;
}

.on {display: block;}

.mobile {width: 95%!important; left: 10px!important;}

.popupViewer .modal-header {background: #132c54; text-align: center; padding: 15px;}
.popupViewer .modal-header .close {font-size: 22px; right: 3rem; top: 26px; animation: none; margin-top: 0px;}
.popupViewer .modal-header .modal-title {font-size: 2.0rem;color: #fff;font-weight: 500;}

.popupViewer .modal-body {font-size:1.8rem;}

.popupViewer .modal-footer {border-top: 0;background: #eceff4;text-align: center;padding: 10px;}