{"version":3,"sources":["dist/css/lightlayer.css"],"names":[],"mappings":"iBAAA;;;;;;;AASA,YACE,SAAU,SACV,IAAK,EACL,KAAM,EACN,QAAS,MACT,QAAS,KACT,MAAO,KACP,OAAQ,KACR,QAAS,EACT,aAAc,SAGhB,iBACE,QAAS,WACT,MAAO,KACP,WAAY,OAGd,mBACE,QAAS,aACT,MAAO,IACP,OAAQ,GAGV,kBACE,sBAAuB,IAAI,IAAI,EAAE,EACjC,mBAAoB,IAAI,IAAI,EAAE,EAC9B,kBAAmB,IAAI,IAAI,EAAE,EAC7B,iBAAkB,IAAI,IAAI,EAAE,EAC5B,cAAe,IAAI,IAAI,EAAE,EACzB,SAAU,SACV,QAAS,KACT,MAAO,KACP,UAAW,IACX,UAAW,MACX,WAAY,MACZ,SAAU,OACV,WAAY,KACZ,iBAAkB,KAClB,QAAS,EACT,WAAY,IAAI,IAAI,IAAI,KAG1B,4BACE,SAAU,SACV,IAAK,EACL,MAAO,EACP,QAAS,MACT,MAAO,KACP,OAAQ,KACR,gBAAiB,eAGnB,oCACE,SAAU,SACV,IAAK,EACL,KAAM,EACN,QAAS,MACT,MAAO,KACP,OAAQ,KACR,KAAM,OAAO,IAAI,CAAC,KAAK,MACvB,MAAO,KACP,WAAY,OACZ,gBAAiB,KACjB,cAAe,IACf,QAAS,IAGX,0CACE,MAAO,KAGT,2CACE,MAAO,KAGT,wBACE,WAAY,KACZ,QAAS,IAAI,KACb,YAAa,IACb,YAAa,IACb,MAAO,KACP,WAAY,OACZ,OAAQ,QACR,WAAY,KAGd,wBACE,QAAS,GAGX,+BACE,QAAS,MACT,cAAe,KAGjB,+BACE,QAAS,MACT,MAAO,eACP,OAAQ,EAAE,KAGZ,wBACE,QAAS,KAAK,GACd,WAAY,OAGd,mBACE,WAAY,YAGd,uBACE,WAAY","sourcesContent":["/*! \n jQuery LightLayer Plugin v2.3.0\n https://lightlayer.mev.bg\n\n Copyright (c) 2024 Martin Metodiev\n Licensed under the MIT license.\n*/\n\n@charset \"UTF-8\";\n.lightlayer {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: 10000;\n  display: none;\n  width: 100%;\n  height: 100%;\n  opacity: 0;\n  table-layout: absolute;\n}\n\n.lightlayer-cell {\n  display: table-cell;\n  width: 100%;\n  text-align: center;\n}\n\n.lightlayer-holder {\n  display: inline-block;\n  width: 96%;\n  margin: 2%;\n}\n\n.lightlayer-popup {\n  -webkit-border-radius: 6px 6px 0 0;\n  -moz-border-radius: 6px 6px 0 0;\n  -ms-border-radius: 6px 6px 0 0;\n  -o-border-radius: 6px 6px 0 0;\n  border-radius: 6px 6px 0 0;\n  position: relative;\n  display: none;\n  width: 100%;\n  max-width: 66%;\n  min-width: 280px;\n  min-height: 200px;\n  overflow: hidden;\n  text-align: left;\n  background-color: #fff;\n  opacity: 0;\n  box-shadow: 1px 2px 2px #999;\n}\n\n.lightlayer-popup .x-button {\n  position: absolute;\n  top: 0;\n  right: 0;\n  display: block;\n  width: 32px;\n  height: 32px;\n  text-decoration: none !important;\n}\n\n.lightlayer-popup .x-button::before {\n  position: absolute;\n  top: 0;\n  left: 0;\n  display: block;\n  width: 100%;\n  height: 100%;\n  font: normal 20px/32px 'Arial';\n  color: #369;\n  text-align: center;\n  text-decoration: none;\n  border-radius: 50%;\n  content: '✖';\n}\n\n.lightlayer-popup .x-button:hover::before {\n  color: #390;\n}\n\n.lightlayer-popup .x-button:active::before {\n  color: #c00;\n}\n\n.lightlayer-popup .head {\n  min-height: 32px;\n  padding: 4px 32px;\n  font-weight: bold;\n  line-height: 1.5;\n  color: #333;\n  text-align: center;\n  cursor: default;\n  background: #ffc;\n}\n\n.lightlayer-popup .body {\n  padding: 3%;\n}\n\n.lightlayer-popup .body .title {\n  display: block;\n  margin-bottom: 25px;\n}\n\n.lightlayer-popup .body iframe {\n  display: block;\n  width: 100% !important;\n  margin: 0 auto;\n}\n\n.lightlayer-popup .foot {\n  padding: 10px 3%;\n  text-align: center;\n}\n\n.opened-lightlayer {\n  min-height: 0 !important;\n}\n\n.overflowed-lightlayer {\n  overflow-y: scroll !important;\n}\n"]}