{
  "version": 3,
  "sources": ["node_modules/modern-normalize/modern-normalize.css", "libs/shared/ui/styles/src/lib/styles.scss", "libs/shared/ui/styles/src/lib/variables.scss", "libs/shared/ui/components/src/lib/modals/report-configuration-modal/report-configuration-modal.scss"],
  "sourcesContent": ["/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */\n\n/*\nDocument\n========\n*/\n\n/**\nUse a better box model (opinionated).\n*/\n\n*,\n::before,\n::after {\n\tbox-sizing: border-box;\n}\n\nhtml {\n\t/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */\n\tfont-family:\n\t\tsystem-ui,\n\t\t'Segoe UI',\n\t\tRoboto,\n\t\tHelvetica,\n\t\tArial,\n\t\tsans-serif,\n\t\t'Apple Color Emoji',\n\t\t'Segoe UI Emoji';\n\tline-height: 1.15; /* 1. Correct the line height in all browsers. */\n\t-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */\n\ttab-size: 4; /* 3. Use a more readable tab size (opinionated). */\n}\n\n/*\nSections\n========\n*/\n\nbody {\n\tmargin: 0; /* Remove the margin in all browsers. */\n}\n\n/*\nText-level semantics\n====================\n*/\n\n/**\nAdd the correct font weight in Chrome and Safari.\n*/\n\nb,\nstrong {\n\tfont-weight: bolder;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the odd 'em' font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n\tfont-family:\n\t\tui-monospace,\n\t\tSFMono-Regular,\n\t\tConsolas,\n\t\t'Liberation Mono',\n\t\tMenlo,\n\t\tmonospace; /* 1 */\n\tfont-size: 1em; /* 2 */\n}\n\n/**\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n\tfont-size: 80%;\n}\n\n/**\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n\tfont-size: 75%;\n\tline-height: 0;\n\tposition: relative;\n\tvertical-align: baseline;\n}\n\nsub {\n\tbottom: -0.25em;\n}\n\nsup {\n\ttop: -0.5em;\n}\n\n/*\nTabular data\n============\n*/\n\n/**\nCorrect table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)\n*/\n\ntable {\n\tborder-color: currentcolor;\n}\n\n/*\nForms\n=====\n*/\n\n/**\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n\tfont-family: inherit; /* 1 */\n\tfont-size: 100%; /* 1 */\n\tline-height: 1.15; /* 1 */\n\tmargin: 0; /* 2 */\n}\n\n/**\nCorrect the inability to style clickable types in iOS and Safari.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n\t-webkit-appearance: button;\n}\n\n/**\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\n*/\n\nlegend {\n\tpadding: 0;\n}\n\n/**\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n\tvertical-align: baseline;\n}\n\n/**\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n\theight: auto;\n}\n\n/**\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n\t-webkit-appearance: textfield; /* 1 */\n\toutline-offset: -2px; /* 2 */\n}\n\n/**\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n\t-webkit-appearance: none;\n}\n\n/**\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to 'inherit' in Safari.\n*/\n\n::-webkit-file-upload-button {\n\t-webkit-appearance: button; /* 1 */\n\tfont: inherit; /* 2 */\n}\n\n/*\nInteractive\n===========\n*/\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n\tdisplay: list-item;\n}\n", "@use 'variables' as *;\n@import 'modern-normalize/modern-normalize.css';\n\n* {\n  font-family: Inter, Arial, serif;\n  caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable='true'] {\n  caret-color: auto !important;\n}\nbody {\n  margin: 0;\n  padding: 0;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  margin: 0;\n  padding: 0;\n}\n\n.input:focus-visible {\n  box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n\n.form-control-container {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n  font-size: 14px;\n  line-height: 18px;\n  font-variant-numeric: lining-nums tabular-nums;\n  font-weight: 400;\n  cursor: pointer;\n  position: relative;\n  .form-control-label {\n    color: $labelColor;\n    font-size: $labelFont;\n    font-style: $basicFontStyle;\n    font-weight: $labelWeight;\n    line-height: $textLineHeight;\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    position: relative;\n  }\n\n  .form-control-field, .p-autocomplete-input {\n    font-size: $formControlFont;\n    color: $textPrimaryColor;\n    font-weight: $formControlWeight;\n    line-height: $textLineHeight;\n    font-style: $basicFontStyle;\n    font-variant-numeric: lining-nums tabular-nums;\n    width: 100%;\n  }\n\n  .form-control-error-message {\n    font-size: $labelFont;\n    color: $errorColor;\n    margin-top: 2px;\n  }\n\n  .form-control-hint-message {\n    color: $labelColor;\n    font-size: $labelFont;\n    margin-top: 2px;\n  }\n}\n", "$labelColor: #4a5469;\n$labelFont: 12px;\n$labelWeight: 500;\n$textPrimaryColor: #252a34;\n$textLineHeight: 18px;\n$formControlFont: 14px;\n$formControlWeight: 400;\n$basicFontStyle: normal;\n$primaryColor: #0076dd;\n$secondaryColor: #5d6983;\n$errorColor: #d6421e;\n$whiteColor: #ffffff;\n$textTertiary: #7985a0;\n", "@use 'libs/shared/ui/styles/src/index.scss' as shared;\n\n.configure-report-modal-wrapper {\n  .modal-subtitle {\n    color: shared.$labelColor;\n    font-size: 14px;\n    font-style: normal;\n    font-weight: 400;\n    line-height: 18px;\n  }\n\n  .modal-content {\n    margin-top: 24px;\n    display: flex;\n    flex-direction: row;\n    gap: 16px;\n  }\n\n  .modal-section {\n    height: 394px;\n    width: 320px;\n    border-radius: 8px;\n    border: 1px solid #edeff2;\n    background: #fff;\n    padding: 16px;\n    overflow-y: scroll;\n    &::-webkit-scrollbar {\n      width: 6px;\n      height: 6px;\n      background: #fff;\n      z-index: 999999;\n    }\n    &::-webkit-scrollbar-thumb {\n      border-radius: 5px;\n      background: #9aa6bc;\n    }\n  }\n\n  .section-header {\n    display: flex;\n    align-items: center;\n    gap: 4px;\n    .section-title {\n      color: shared.$labelColor;\n      font-size: 14px;\n      font-style: normal;\n      font-weight: 700;\n      line-height: 18px;\n    }\n    .total-items {\n      color: shared.$textTertiary;\n      font-size: 12px;\n      font-style: normal;\n      font-weight: 500;\n      line-height: 16px;\n      margin-left: 12px;\n    }\n    .section-header-action {\n      cursor: pointer;\n      color: shared.$primaryColor;\n      text-align: center;\n      font-size: 12px;\n      font-style: normal;\n      font-weight: 600;\n      line-height: 16px;\n      margin-left: 11px;\n      display: flex;\n      gap: 4px;\n      padding: 8px;\n      &:hover {\n        background-color: rgba(93, 105, 131, 0.08);\n        border-radius: 4px;\n      }\n      &:active {\n        background-color: rgba(93, 105, 131, 0.22);\n        border-radius: 4px;\n      }\n    }\n  }\n\n  .section-content {\n    margin-top: 16px;\n    position: relative;\n    .section-search {\n      position: relative;\n      &:hover {\n        .clear-icon {\n          display: block;\n        }\n      }\n      .search-field {\n        width: 100%;\n      }\n    }\n    .p-inputtext {\n      padding-inline: 32px;\n    }\n    .search-icon {\n      position: absolute;\n      left: 12px;\n      transform: translateY(-50%);\n      top: 50%;\n      width: 16px;\n      height: 16px;\n    }\n\n    .clear-icon {\n      display: none;\n      position: absolute;\n      right: 12px;\n      transform: translateY(-50%);\n      top: 50%;\n      width: 12px;\n      height: 12px;\n      color: #5d6983;\n      background: #ffffff;\n      cursor: pointer;\n    }\n  }\n\n  .list-items {\n    margin: 16px 0 0;\n    padding: 0;\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 13px;\n    cursor: pointer;\n    .list-item {\n      color: shared.$textPrimaryColor;\n      font-variant-numeric: lining-nums tabular-nums;\n      font-size: 14px;\n      font-style: normal;\n      font-weight: 400;\n      line-height: 18px;\n      label {\n        margin-left: 8px;\n        cursor: pointer;\n      }\n\n      .list-item-drag-icon {\n        width: 20px;\n        height: 20px;\n      }\n\n      .list-item-text {\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n      }\n    }\n\n    [pDraggable] {\n      cursor: move;\n    }\n\n    .drag-opacity {\n      opacity: 0.2;\n    }\n\n    .selected-list-item {\n      padding: 8px 12px;\n      border: 1px solid rgb(188, 194, 208);\n      border-radius: 6px;\n      margin: 0;\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      height: 36px;\n    }\n    .select-all-item {\n      color: shared.$primaryColor;\n    }\n    .list-item-remove-icon {\n      margin-left: auto;\n      cursor: pointer;\n    }\n  }\n}\n"],
  "mappings": "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",
  "names": []
}
