{"version":3,"sources":["modules/tabs.scss","modules/checkbox.scss","modules/table.scss","admin-style.scss"],"names":[],"mappings":"AAAA,UACC,UAAW,CACX,UAAW,CACX,QAAS,CACT,oBAAqB,CACrB,mCAAoC,CALrC,aAQE,UAAW,CACX,kBAAmB,CATrB,eAYG,gBAAiB,CACjB,eAAgB,CAChB,YAAa,CACb,4BAA6B,CAC7B,yBAA0B,CAC1B,UAAW,CACX,oBAAqB,CAlBxB,qBAqBI,2BAA4B,CArBhC,8EA6BI,UAAW,CACX,cAAe,CACf,qBAAsB,CACtB,wBAAyB,CACzB,uBAMH,UAAW,CACX,SAAU,CACV,YAAa,CAHd,8BAME,aAAc,CACd,YAAa,CACb,qBAAsB,CACtB,kDAA2B,CAA3B,0CAA8C,CAC9C,cC3BD,QAAS,CACT,SAAU,CAEV,qCACC,YAAa,CAEb,mDACC,oBA5BS,CA6BT,kBA7BS,CA8BT,2CA9BE,CA8BF,mCA9BS,CAgCT,uDACC,gBAmCoB,CAlCpB,oBAKF,iCAA0B,CAA1B,yBAA0B,CAC1B,oBAAqB,CACrB,iBAAkB,CA7BnB,0BA+ByB,CA9BzB,wBA8ByB,CA5BzB,qBA4ByB,CA3BzB,oBA2ByB,CA1BzB,gBA0ByB,CAExB,kBA3CW,CA4CX,wCA9CU,CA8CV,gCA9CU,CA+CV,wBA7CW,CA8CX,kBAA0B,CAC1B,UAAkB,CAClB,WAkBsB,CAhBtB,wBACC,iCAA0B,CAA1B,yBAA0B,CAC1B,kBAAmB,CACnB,UAaqB,CAZrB,WAYqB,CAXrB,kBAA0B,CAC1B,wDAIA,cAAe,CACf,oBAQD,kBAAmB,CACnB,WCvED,UAAW,CACX,kBAAmB,CACnB,eAAgB,CAHjB,uCAQE,qBAAsB,CACtB,wBAAyB,CACzB,YAAa,CAVf,cAcE,wBAAyB,CACzB,aAID,iBAAkB,CCfnB,qBAEQ,mBAAS,CAAT,mBAAS,CAAT,YAAa,CAFrB,2BAIY,iBAAkB,CAJ9B,+BAMgB,cAAe,CACf,iBAAkB","file":"admin-style.min.css","sourcesContent":[".nav-tabs {\r\n\tfloat: left;\r\n\twidth: 100%;\r\n\tmargin: 0;\r\n\tlist-style-type: none;\r\n\tborder-bottom: 1px solid transparent;\r\n\r\n\t> li {\r\n\t\tfloat: left;\r\n\t\tmargin-bottom: -1px;\r\n\r\n\t\t> a {\r\n\t\t\tmargin-right: 2px;\r\n\t\t\tline-height: 1.5;\r\n\t\t\tpadding: 10px;\r\n\t\t\tborder: 1px solid transparent;\r\n\t\t\tborder-radius: 4px 4px 0 0;\r\n\t\t\tfloat: left;\r\n\t\t\ttext-decoration: none;\r\n\r\n\t\t\t&:hover {\r\n\t\t\t\tborder-color: #eee #eee #ddd;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t&.active > a {\r\n\t\t\t&,\r\n\t\t\t&:hover,\r\n\t\t\t&:focus {\r\n\t\t\t\tcolor: #555;\r\n\t\t\t\tcursor: default;\r\n\t\t\t\tbackground-color: #fff;\r\n\t\t\t\tborder-color: transparent;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.tab-content > .tab-pane {\r\n\tfloat: left;\r\n\twidth: 98%;\r\n\tdisplay: none;\r\n\r\n\t&.active {\r\n\t\tdisplay: block;\r\n\t\tpadding: 10px;\r\n\t\tbackground-color: #fff;\r\n\t\tbox-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.15);\r\n\t}\r\n}","$on: #009eea;\r\n$bg: #D9CB9E;\r\n$off: #8c8c8c;\r\n\r\n@mixin center {\r\n\tposition: absolute;\r\n\ttop: 50%;\r\n\tleft: 50%;\r\n\ttransform: translate(-50%, -50%);\r\n}\r\n\r\n@mixin userSelect($value) {\r\n\t-webkit-touch-callout: $value;\r\n\t-webkit-user-select: $value;\r\n\t-khtml-user-select: $value;\r\n\t-moz-user-select: $value;\r\n\t-ms-user-select: $value;\r\n\tuser-select: $value;\r\n}\r\n\r\n@mixin ui-toggle($height, $on, $off) {\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\r\n\tinput[type='checkbox'] {\r\n\t\tdisplay: none;\r\n\r\n\t\t&:checked + label {\r\n\t\t\tborder-color: $on;\r\n\t\t\tbackground: $on;\r\n\t\t\tbox-shadow: inset 0 0 0 #{$height / 2} $on;\r\n\r\n\t\t\t> div {\r\n\t\t\t\tmargin-left: $height;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tlabel {\r\n\t\ttransition: all 200ms ease;\r\n\t\tdisplay: inline-block;\r\n\t\tposition: relative;\r\n\r\n\t\t@include userSelect(none);\r\n\r\n\t\tbackground: $off;\r\n\t\tbox-shadow: inset 0 0 0 0 $on;\r\n\t\tborder: 2px solid $off;\r\n\t\tborder-radius: $height + 2;\r\n\t\twidth: $height * 2;\r\n\t\theight: $height;\r\n\r\n\t\tdiv {\r\n\t\t\ttransition: all 200ms ease;\r\n\t\t\tbackground: #FFFFFF;\r\n\t\t\twidth: $height;\r\n\t\t\theight: $height;\r\n\t\t\tborder-radius: $height / 2;\r\n\t\t}\r\n\r\n\t\t&:hover,\r\n\t\t& > div:hover {\r\n\t\t\tcursor: pointer;\r\n\t\t}\r\n\t}\r\n}\r\n\r\ndiv.ui-toggle {\r\n\t@include ui-toggle(20px, $on, $off);\r\n\r\n\t&.mb-10 {\r\n\t\tmargin-bottom: 10px;\r\n\t}\r\n}",".cpt-table {\r\n\twidth: 100%;\r\n\tborder-spacing: 5px;\r\n\ttext-align: left;\r\n\r\n\t&,\r\n\t& th,\r\n\t& td {\r\n\t\tborder: 1px solid #ccc;\r\n\t\tborder-collapse: collapse;\r\n\t\tpadding: 10px;\r\n\t}\r\n\r\n\t& th {\r\n\t\tbackground-color: #f5f5f5;\r\n\t}\r\n}\r\n\r\n.text-center {\r\n\ttext-align: center;\r\n}","@import 'modules/tabs';\r\n@import 'modules/checkbox';\r\n@import 'modules/table';\r\n\r\n.cfish-radio-imgs{\r\n    td{\r\n        display: flex;\r\n        label{\r\n            margin-right: 20px;\r\n            img{\r\n                margin-top: 7px;\r\n                margin-left: -18px;\r\n            }\r\n        }\r\n    }\r\n}"]}