{
  "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", "apps/reports/moneymatrix/verification/src/app/app.component.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.report-wrapper {\n  padding: 24px;\n  width: 100%;\n  min-height: calc(100vh - 85px);\n  background-color: #f6f7f9;\n\n  .report-header-container {\n    display: flex;\n    flex-direction: row;\n    justify-content: space-between;\n    margin-bottom: 24px;\n  }\n\n  .report-title {\n    color: shared.$textPrimaryColor;\n    font-size: 24px;\n    font-style: normal;\n    font-weight: 700;\n  }\n\n  .template-title {\n    font-style: normal;\n    margin-top: 5px;\n    line-height: 20px;\n    color: shared.$labelColor;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .table-toggle-container {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    height: 36px;\n    .table-toggle-label {\n      color: shared.$textPrimaryColor;\n      font-size: 14px;\n      font-weight: 400;\n      line-height: 18px;\n    }\n    .table-toggle {\n      .p-toggleswitch {\n        --p-toggleswitch-width: 36px;\n        --p-toggleswitch-height: 20px;\n        --p-toggleswitch-gap: 2px;\n        --p-toggleswitch-handle-size: 14px;\n        .p-toggleswitch-checked .p-toggleswitch-slider {\n          background: shared.$primaryColor;\n        }\n      }\n      .p-toggleswitch:not(.p-disabled):has(\n          .p-toggleswitch-input:hover\n        ).p-toggleswitch-checked\n        .p-toggleswitch-slider {\n        background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),\n          shared.$primaryColor;\n        border-color: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),\n          shared.$primaryColor;\n      }\n    }\n  }\n\n  lib-dm-input-text-lib::part(documents-modal-button-custom-styles) {\n    padding-right: 42px !important;\n    text-overflow: ellipsis !important;\n  }\n}\n\n.panel-header-container {\n  display: flex;\n  flex-direction: row;\n  justify-content: space-between;\n  align-items: center;\n  width: 100%;\n  .panel-header-title {\n    color: shared.$textTertiary;\n    font-size: 16px;\n    font-style: normal;\n    font-weight: 600;\n    line-height: 20px;\n  }\n  .panel-header-title-sub {\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 18px;\n    margin-left: 16px;\n  }\n  .panel-header-right {\n    display: flex;\n    gap: 16px;\n  }\n  .panel-header-left {\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n  }\n}\n\n.table-panel-container {\n  margin-top: 20px;\n  max-width: 100%;\n  .panel-header-container {\n    width: 100%;\n  }\n}\n\n.spinner-wrapper {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.dialog-content {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.dialog-footer {\n  display: flex;\n  justify-content: space-between;\n  margin-top: 24px;\n}\n\n.last-updated-checkbox {\n  flex-direction: row;\n  align-items: center;\n  padding-top: 20px;\n  gap: 5px;\n  display: flex;\n}\n"],
  "mappings": ";AAWA;AACA;AACA;AACC,cAAY;AACb;AAEA;AAEC;AAAA,IACC,SAAS;AAAA,IACT,UAAU;AAAA,IACV,MAAM;AAAA,IACN,SAAS;AAAA,IACT,KAAK;AAAA,IACL,UAAU;AAAA,IACV,mBAAmB;AAAA,IACnB;AACD,eAAa;AACb,4BAA0B;AAC1B,YAAU;AACX;AAOA;AACC,UAAQ;AACT;AAWA;AACA;AACC,eAAa;AACd;AAOA;AACA;AACA;AACA;AACC;AAAA,IACC,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,QAAQ;AAAA,IACR,iBAAiB;AAAA,IACjB,KAAK;AAAA,IACL;AACD,aAAW;AACZ;AAMA;AACC,aAAW;AACZ;AAMA;AACA;AACC,aAAW;AACX,eAAa;AACb,YAAU;AACV,kBAAgB;AACjB;AAEA;AACC,UAAQ;AACT;AAEA;AACC,OAAK;AACN;AAWA;AACC,gBAAc;AACf;AAYA;AACA;AACA;AACA;AACA;AACC,eAAa;AACb,aAAW;AACX,eAAa;AACb,UAAQ;AACT;AAMA;AACA,CAAC;AACD,CAAC;AACD,CAAC;AACA,sBAAoB;AACrB;AAMA;AACC,WAAS;AACV;AAMA;AACC,kBAAgB;AACjB;AAMA;AACA;AACC,UAAQ;AACT;AAOA,CAAC;AACA,sBAAoB;AACpB,kBAAgB;AACjB;AAMA;AACC,sBAAoB;AACrB;AAOA;AACC,sBAAoB;AACpB,QAAM;AACP;AAWA;AACC,WAAS;AACV;;;ACjNA;AACE;IAAA,KAAA;IAAA,KAAA;IAAA;AACA,eAAA;;AAEF;AAAA;AAAA,CAAA;AAGE,eAAA;;AAEF;AACE,UAAA;AACA,WAAA;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAME,UAAA;AACA,WAAA;;AAGF,CAAA,KAAA;AACE,cAAA,IAAA,IAAA,IAAA,IAAA,KAAA,CAAA,EAAA,GAAA,EAAA,GAAA,EAAA;;AAGF,CAAA;AACE,WAAA;AACA,kBAAA;AACA,OAAA;AACA,aAAA;AACA,eAAA;AACA,wBAAA,YAAA;AACA,eAAA;AACA,UAAA;AACA,YAAA;;AACA,CAVF,uBAUE,CAAA;AACE,SC1CS;AD2CT,aC1CQ;AD2CR,cCrCa;ADsCb,eC3CU;AD4CV,eC1Ca;AD2Cb,WAAA;AACA,eAAA;AACA,OAAA;AACA,YAAA;;AAGF,CAtBF,uBAsBE,CAAA;AAAA,CAtBF,uBAsBE,CAAA;AACE,aCjDc;ADkDd,SCpDe;ADqDf,eClDgB;ADmDhB,eCrDa;ADsDb,cCnDa;ADoDb,wBAAA,YAAA;AACA,SAAA;;AAGF,CAhCF,uBAgCE,CAAA;AACE,aC/DQ;ADgER,SCvDS;ADwDT,cAAA;;AAGF,CAtCF,uBAsCE,CAAA;AACE,SCtES;ADuET,aCtEQ;ADuER,cAAA;;AEtEJ,CAAA;AACE,WAAA;AACA,SAAA;AACA,cAAA,KAAA,MAAA,EAAA;AACA,oBAAA;;AAEA,CANF,eAME,CAAA;AACE,WAAA;AACA,kBAAA;AACA,mBAAA;AACA,iBAAA;;AAGF,CAbF,eAaE,CAAA;AACE,SDbe;ACcf,aAAA;AACA,cAAA;AACA,eAAA;;AAGF,CApBF,eAoBE,CAAA;AACE,cAAA;AACA,cAAA;AACA,eAAA;AACA,SD1BS;AC2BT,aAAA;AACA,eAAA;;AAGF,CA7BF,eA6BE,CAAA;AACE,WAAA;AACA,eAAA;AACA,OAAA;AACA,UAAA;;AACA,CAlCJ,eAkCI,CALF,uBAKE,CAAA;AACE,SDlCa;ACmCb,aAAA;AACA,eAAA;AACA,eAAA;;AAGA,CAzCN,eAyCM,CAZJ,uBAYI,CAAA,aAAA,CAAA;AACE,0BAAA;AACA,2BAAA;AACA,wBAAA;AACA,gCAAA;;AACA,CA9CR,eA8CQ,CAjBN,uBAiBM,CALF,aAKE,CALF,eAKE,CAAA,uBAAA,CAAA;AACE,cDzCK;;AC4CT,CAlDN,eAkDM,CArBJ,uBAqBI,CATA,aASA,CATA,cASA,KAAA,CAAA,WAAA,KAAA,CAAA,oBAAA,OAAA,CAJE,uBAIF,CAJE;AAQA,cAAA,gBAAA,KAAA,CAAA,EAAA,CAAA,EAAA,CAAA,EAAA,KAAA,EAAA,KAAA,CAAA,EAAA,CAAA,EAAA,CAAA,EAAA,MAAA,EAAA;AAEA,gBAAA,gBAAA,KAAA,CAAA,EAAA,CAAA,EAAA,CAAA,EAAA,KAAA,EAAA,KAAA,CAAA,EAAA,CAAA,EAAA,CAAA,EAAA,MAAA,EAAA;;AAMN,CA9DF,eA8DE,qBAAA,OAAA;AACE,iBAAA;AACA,iBAAA;;AAIJ,CAAA;AACE,WAAA;AACA,kBAAA;AACA,mBAAA;AACA,eAAA;AACA,SAAA;;AACA,CANF,uBAME,CAAA;AACE,SDjEW;ACkEX,aAAA;AACA,cAAA;AACA,eAAA;AACA,eAAA;;AAEF,CAbF,uBAaE,CAAA;AACE,aAAA;AACA,eAAA;AACA,eAAA;AACA,eAAA;;AAEF,CAnBF,uBAmBE,CAAA;AACE,WAAA;AACA,OAAA;;AAEF,CAvBF,uBAuBE,CAAA;AACE,eAAA;AACA,YAAA;AACA,iBAAA;;AAIJ,CAAA;AACE,cAAA;AACA,aAAA;;AACA,CAHF,sBAGE,CAjCF;AAkCI,SAAA;;AAIJ,CAAA;AACE,WAAA;AACA,mBAAA;AACA,eAAA;;AAGF,CAAA;AACE,WAAA;AACA,kBAAA;AACA,OAAA;;AAGF,CAAA;AACE,WAAA;AACA,mBAAA;AACA,cAAA;;AAGF,CAAA;AACE,kBAAA;AACA,eAAA;AACA,eAAA;AACA,OAAA;AACA,WAAA;;",
  "names": []
}
