
#overlay-crm {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.2);
    color: rgb(0, 0, 0);
    z-index: 999;
    cursor: pointer;
}


#text-overlay-crm {
    position: absolute;
    top: 50%;
}




