h3 { margin: 0; padding: 0; }
        
/*=== Responsive Popup ===*/
.pops { position:absolute; left:30px; top:30px; z-index:9998; box-sizing:border-box; -ms-user-select:none; -webkit-user-select:none; user-select:none; display:none; }
.pops_wrap { border:1px solid #dee2e6; border-radius:3px; overflow:hidden; max-width:100%; box-sizing:border-box; }
.pops_wrap button { background:none; outline:none; border:none; }

/*headerBar*/
.pops_header { position:relative; height:33px; background:#f1f3f5; cursor:move; overflow:hidden; }
.pops_header > h3 { position:absolute; left:0; right:0; top:0; bottom:0; z-index:7; text-align:left; box-sizing:border-box; padding:0 30px 0 7px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pops_header > h3:before { content:''; width:0; height:100%; display:inline-block; vertical-align:middle; }
.pops_header > h3 > span { display:inline-block; vertical-align:middle; font-size:17px; color:#343a40; }
.pops_header > button { position:absolute; right:0; top:0; bottom:0; z-index:77; line-height: 0; font-size: 15px; width:30px; font-size: 26px; cursor:pointer; }

/*pops_body*/
.pops_body {position:relative; min-width:270px; min-height:30px; background:#f8f9fa; }
.pops_body > a { display:block; max-width:100%; height:100%;}
.pops_body img { vertical-align:top; }
.popsMobileImg { display:none; }
/*footerBar*/
.pops_footer { position:relative; background:#f1f3f5; text-align:right; padding:5px; overflow:hidden; }
.pops_footer label { display:inline-block; position: relative; top: 3px; vertical-align:middle; cursor:pointer; }
.pops_footer label input { transform: scale(1.3); position: relative; top: 0; margin-right: 5px; }
.pops_footer label span { padding: 2px 10px 0 5px; font-size: 16px; }
.pops_footer button { display:inline-block; vertical-align:middle; font-size: 13px; border:1px solid #ced4da; background:#dee2e6; padding: 3px 4px; border-radius:5px; cursor:pointer; }
.pops_footer button:hover { color: #000; }

/* mobile */
.pops_mobile { position:fixed; left:0 !important; right:0 !important; top:0 !important; bottom:0!important; background:rgba(0,0,0,0.7) !important; padding:0 15px; text-align:center; font-size:0; pointer-events:none; }
.pops_mobile:before { content:''; display:inline-block; width:0; height:100%; vertical-align:middle; }
.pops_mobile .pops_wrap { display:inline-block; vertical-align:middle; }

.pops_body{ text-align:left; font-size:16px; }
.pops_mobile .pops_header { cursor:default; }
.pops_mobile .popsDesktopImg, .pops_mobile .popsMobileImg { max-width:100%; }
.pops_mobile a, .pops_mobile button, .pops_mobile input, .pops_mobile select, .pops_mobile textarea, .pops_mobile label { pointer-events:auto; }