/**
 * Popup CSS
 */
.gd-psf-popup-layer{display: none;position: fixed;width: 100%;height: 100%;top: 0;right: 0;background-color: rgba(0, 0, 0, 0.8);z-index: 990;}
.gd-psf-popup-wrap{display: none;position: fixed;top: 100px;left: 0;right: 0;width: 550px;max-width: 95%;padding: 30px;margin: 0 auto;background-color: #ffffff;border-radius: 5px;z-index: 991;}
.gd-psf-content{max-height: 48vh;overflow-y: auto;}
.gd-psf-content ul{padding: 0;margin: 0;list-style-type: none;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.gd-psf-content ul li{width: 48.5%;margin-right: 1.5%;}
.gd-psf-popup-close{float: right;color: #ff0000;vertical-align: top;line-height: 1;margin-top: -5px;opacity: 0.55;}
.gd-psf-popup-close:hover{opacity: 1; color: #ff0000;}
.gd-psf-popup-close i{font-size: 30px;}
.gd-psf-footer{margin-top: 20px;text-align: right;}
.gd-psf-select-btn{background-color: #0073aa;color: #ffffff;padding: 7px 20px;border-radius: 4px;height: 40px;line-height: 1em;text-transform: uppercase;font-size: 14px;font-weight: 600;letter-spacing: 1px;cursor: pointer;}