/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme
Author: Your Name
Template: astra
Version: 1.0
*/


.zx-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zx-popup-content {
    max-width: 900px;
    width: 100%;
    background-color: #FFFFFF;
    margin: auto;
    max-height: 600px;
    overflow: auto;
}