{"version":3,"file":"editor.css","mappings":";;;AAAA;EACE;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;ACAF;ADEE;EACE;EACA;EACA;ACAJ;ADEI;EACE;EACA;EACA;EACA;ACAN;ADGQ;EACE;ACDV;ADEU;EACE;ACAZ;ADQU;;EACE;EACA;ACLZ;;AClCA;EACE;EACA;EACA;ADqCF;ACnCE;EACE;EACA;EACA;EACA;EACA;EACA;ADqCJ;ACnCI;EACE;EACA;EACA;EACA;EACA;ADqCN;AClCE;EACE;EACA;EACA;EACA;ADoCJ;AClCI;EACE;EACA;EACA;EACA;ADoCN;AChCM;EACE;ADkCR;AC9BI;EACE;EACA;EACA;EACA;EACA;EACA;EACA;ADgCN;AC9BM;EACE;EACA;EACA;ADgCR;AC3BE;EACE;EACA;AD6BJ;AC5BI;EACE;EACA;EACA;EACA;EACA;EACA;AD8BN;AC5BM;EACE;EACA;AD8BR;AC3BM;EACE;AD6BR;AC1BM;EACE;EACA;EACA;EACA;AD4BR;ACvBE;EACE;ADyBJ;AEhHA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AFkHF;AEhHE;EACE;EACA;AFkHJ;AE3GI;;EACE;EACA;AF8GN;AA1HE;EACE;AA4HJ;;AAxHA;EACE;EACA;EACA;EACA;EACA;EACA;AA2HF;;AAzHA;EACE;EACA;EACA;EACA;AA4HF,C","sources":["webpack://@wptb/gutenberg/./src/components/builder/style.scss","webpack://@wptb/gutenberg/./src/editor.scss","webpack://@wptb/gutenberg/./src/components/picker/style.scss","webpack://@wptb/gutenberg/./src/components/table/style.scss"],"sourcesContent":[".wptb-builder-modal {\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100vw;\n  height: 100vh;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: #f0f0f1;\n  padding: 5px;\n  overflow: hidden;\n\n  .wptb-app-root {\n    margin-left: -10px;\n    margin-top: -15px;\n    overflow: hidden;\n\n    .wptb-builder-page {\n      height: calc(100vh - 40px);\n      width: calc(100vw - 40px);\n      padding: 0 !important;\n      position: static;\n\n      .wptb-builder-sidebar {\n        .wptb-control-panel {\n          top: 0;\n          .wptb-controls {\n            height: calc(100vh - 70px);\n          }\n        }\n      }\n\n      table {\n        th,\n        td {\n          &::after {\n            pointer-events: none;\n            content: \"\" !important;\n          }\n        }\n      }\n    }\n  }\n}\n","@forward \"./components/builder/style.scss\";\n@use \"sass:meta\";\n\n\n.wptb-gutenberg {\n  @include meta.load-css(\"./components/picker/style.scss\");\n  @include meta.load-css(\"./components/table/style.scss\");\n\n  & {\n    color: black;\n  }\n}\n\n.wptb-open-editor-btn {\n  width: 100%;\n  --wp-components-color-accent: rgb(39, 39, 39);\n  --wp-components-color-accent-darker-10: black;\n  justify-content: center !important;\n  font-weight: 500;\n  color: white;\n}\n.wptb-show-picker-btn {\n  width: 100%;\n  justify-content: center !important;\n  font-weight: 500;\n  margin-bottom: 10px;\n}\n",".wptb-mini-picker {\n  background: white;\n  border: 1px solid #c7d8db;\n  border-radius: 5px;\n\n  &-top {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 10px;\n    border-bottom: 1px solid #c7d8db;\n    gap: 20px;\n\n    h2 {\n      margin: 0;\n      margin-left: 5px;\n      font-size: 1rem;\n      color: black;\n      font-weight: bold;\n    }\n  }\n  &-search {\n    position: relative;\n    flex-grow: 1;\n    display: flex;\n    align-items: center;\n\n    svg {\n      width: 20px;\n      height: 20px;\n      position: absolute;\n      left: 10px;\n    }\n\n    &:has(input:focus) {\n      svg {\n        color: #0011df;\n      }\n    }\n\n    input {\n      flex-grow: 1;\n      padding: 0;\n      border-radius: 5px;\n      border: 1px solid #e1e1e1;\n      background: transparent;\n      padding: 5px;\n      padding-left: 35px;\n\n      &:focus {\n        border: 1px solid #0011df;\n        outline: none;\n        box-shadow: 0 0 3px #0011df;\n      }\n    }\n  }\n\n  &-tabs {\n    display: flex;\n    gap: 10px;\n    button {\n      padding: 5px;\n      border: none;\n      border-radius: 0;\n      background: none;\n      cursor: pointer;\n      font-size: 0.9rem;\n\n      &.active {\n        border-bottom: 2px solid #1000ff;\n        color: #1000ff;\n      }\n\n      &:hover {\n        color: #9690ef;\n      }\n\n      svg {\n        width: 20px;\n        height: 20px;\n        margin-bottom: -3px;\n        color: gray;\n      }\n    }\n  }\n\n  &-content {\n    padding: 10px;\n  }\n}\n",".wptb-table-loading-icon {\n  min-height: 200px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  background: white;\n  border: 1px solid #a1a1a1;\n  border-radius: 5px;\n\n  svg {\n    width: 120px;\n    height: 120px;\n  }\n}\n\ntable {\n  th,\n  td {\n    &::after {\n      pointer-events: none;\n      content: \"\" !important;\n    }\n  }\n}\n"],"names":[],"sourceRoot":""}