{"version":3,"sources":["wpstg-admin-feedback.css"],"names":[],"mappings":"AAAA;;CAEC;AACD;IACI,gFAAgF;IAChF,YAAY;IACZ,WAAW;IACX,eAAe,EAAE,kBAAkB;IACnC,cAAc,EAAE,eAAe;IAC/B,OAAO;IACP,MAAM;IACN,kCAAkC,EAAE,yBAAyB;IAC7D,kCAAkC,EAAE,oBAAoB;AAC5D;AACA;IACI,kBAAkB;IAClB,QAAQ,EAAE,qBAAqB;IAC/B,YAAY;IACZ,eAAe;IACf,YAAY;IACZ,gBAAgB,EAAE,+EAA+E;IACjG,eAAe;IACf,aAAa;IACb,sBAAsB;IACtB,gBAAgB;AACpB;AACA;6CAC6C,YAAY,CAAC,UAAU,EAAE;AACtE,iCAAiC,cAAc,EAAE,iBAAiB,EAAE;;AAEpE;IACI,UAAU;AACd;;AAEA;IACI;QACI,WAAW;QACX,mBAAmB;IACvB;AACJ","file":"wpstg-admin-feedback.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}"]}