#custom-popup-api{
	width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.26);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}