  .column_column ul, .column_helper ul, .column_visual ul, .icon_box ul, .mfn-acc ul, .ui-tabs-panel ul, .post-excerpt ul, .the_content_wrapper ul, .column_product_short_description ul, .elementor-widget-text-editor ul {
  list-style: none !important;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background-color: rgba(0, 0, 0, 0.5);*/
background-color: #000000;
    z-index: 1000; /* Ensure the overlay is above other content */
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;    
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    z-index: 1001; /* Ensure the popup is above the overlay */
    width: 90%;
}

.popup-contents {
  max-height: 80vh;
  overflow-y: auto;
}
div.closeDlgIframe {
    background: #dc3545;
    cursor: pointer;
    height: 30px;
    position: absolute;
    top: -12px;
    width: 30px;
    z-index: 10010;
    right: -12px;
    font-size: x-large;
    color: white;
}
div.closeDlgIframe:after {
    content: "\f335";
    font: normal 29px/29px dashicons;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.closeDlgIframe:hover {
    background-color: white;
    color: #dc3545;
}