#gd_popup {
    display: flex;
    align-items:center;
    justify-content:center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

#gd_popup_content{
    overflow:auto;
}

.gd_popup_link_content, .hidden{
  display:none!important;
}
