
.digages_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /* overflow: auto; */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.digages_popup-content {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */  
    width: 640px; /* Could be more or less, depending on screen size */ 
    max-width: none !important; 
    /* overflow-y: auto;  */
}


.digages_popup-contentw {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */  
    max-width: none !important; 
    /* overflow-y: auto;  */
}



/* hide on mobile (screens smaller than 768px) */
@media (max-width: 767px) {
    .digages_popup-content { 
    width: 100% !important;  
    max-width: none !important; 
    margin: 0 !important; 
    height: 100vh;  
    border-radius: 0px !important; 
    height: 100%; /* Ensure content covers full height */
    position: relative;

    }
    .digages_popup-contentw { 
    width: 100% !important;  
    max-width: none !important; 
    margin: 0 !important; 
    height: 100vh;  
    border-radius: 0px !important; 
    height: 100%; /* Ensure content covers full height */
    position: relative;

    }
}

.digages_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.digages_close:hover,
.digages_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}