{"version":3,"sources":["wpstg-admin-feedback.css"],"names":[],"mappings":"AAGA,wBAQI,wBAAkC,CAClC,+BAAkC,CAPlC,WAAY,CAIZ,MAAO,CAFP,cAAe,CAGf,KAAM,CAJN,UAAW,CAEX,aAKJ,CACA,wBASI,qBAAsB,CAHtB,qBAAgB,CAChB,cAAe,CAHf,cAAe,CAMf,eAAgB,CAFhB,YAAa,CAPb,iBAAkB,CAClB,OAAQ,CACR,WAQJ,CACA,0EAC6C,YAAY,CAAC,UAAY,CACtE,+BAAiC,aAAc,CAAE,gBAAmB,CAEpE,2BACI,UACJ,CAEA,oCACI,wBAEI,gBACJ,CACJ","file":"wpstg-admin-feedback.min.css","sourcesContent":["/**\n PLUGINS ADMIN PAGE\n*/\n#wpstg-feedback-overlay {\n    /* Height & width depends on how you want to reveal the overlay (see JS below) */   \n    height: 100%;\n    width: 100%;\n    position: fixed; /* Stay in place */\n    z-index: 10000; /* Sit on top */\n    left: 0;\n    top: 0;\n    background-color: rgb(120,120,120); /* Black fallback color */\n    background-color: rgba(0,0,0, 0.5); /* Black w/opacity */\n}\n#wpstg-feedback-content {\n    position: relative;\n    top: 25%; /* 25% from the top */\n    width: 500px;\n    max-width: 100%;\n    margin: auto;\n    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */\n    max-height: 50%;\n    padding: 20px;\n    background-color: #fff;\n    overflow-y: auto;\n}\n#wpstg-feedback-content textarea,\n#wpstg-feedback-content input[type=\"text\"] { display:none;width:100%; }\n.wpstg-feedback-not-deactivate { display: block; text-align: right; }\n\n#wpstg-feedback-content h3{\n    margin:5px;\n}\n\n@media screen and (max-width:400px){\n    #wpstg-feedback-content {\n        padding:0px;\n        padding-bottom:50px;\n    }\n}"]}