﻿/* Workform Shim Style */
.workFormShim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent overlay, adjust to your needs */
    z-index: 1500; /* If there are elements with a higher z-index, adjust this, should be lower than the IFRAME z-index in the CrossOrigin script */
}
