@import url(https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap);
.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top, width, height;
}
.react-grid-item img {
  pointer-events: none;
  user-select: none;
}
.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}
.react-grid-item.resizing {
  transition: none;
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url(/static/assets/78bb7fb75f7f939aceb9.78bb7fb7.svg);
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
:root{--color-primary: #41aaaf;--color-primary-hover: #64bbbd;--color-primary-soft: #e6f7f7;--color-sso-button-bg: #d2edef;--color-text-disabled: #bfbfbf;--color-text-dark: #042a2a;--color-text-base: #2e2e2e;--color-text-muted: #5a6a6a;--color-segmented-item: #5a6a6a;--color-tag-disabled: #5a6a6a;--color-placeholder: #5a6a6a;--color-border: #dbeae3;--color-surface: #f3f7f8;--color-layout-bg: #eaf6f7;--color-drawer-bg: var(--color-layout-bg);--color-surface-base: #ffffff;--color-surface-raised: #ffffff;--color-row-hover: #e6eff2;--color-calendar-today-bg: #e6eff2;--color-calendar-empty-text: #d0d0d0;--color-logo-tile-bg: #ffffff;--color-logo-tile-border: var(--color-border);--color-on-logo-tile: #042a2a;--color-on-logo-tile-muted: #5a6a6a;--ai-scanning-logo-color: #042a2a;--color-bg-mask: rgba(0, 0, 0, 0.45);--file-panel-resize-strip-bg-hover: #ebf4f6;--file-panel-resize-strip-bg-active: rgba(65, 170, 175, 0.12);--color-link: #5e87b0;--color-link-hover: #406182;--color-error: #b94a48;--color-status-success: #058181;--color-status-success-bg: #e9f6f7;--color-status-warning: #c38a20;--color-status-warning-bg: #fff5e2;--color-status-danger: #d13131;--color-status-danger-bg: #fce7e7;--color-status-info: #054581;--color-status-info-bg: #e1edf6;--color-license-trial: #af41aa;--account-type-owner-bg: #fbe3ff;--account-type-owner-text: #042a2a;--account-type-client-bg: #ccf5fe;--account-type-client-text: #042a2a;--account-type-staff-bg: #f9eec7;--account-type-staff-text: #042a2a;--color-avatar-bg: #5a6a6a;--color-avatar-text: #ffffff;--color-avatar-border: #ffffff;--color-toggle-chip-bg: #e9f6f7;--color-toggle-chip-text: #042a2a;--color-toggle-chip-border: #dbeae3;--color-toggle-chip-hover-bg: #41aaaf;--color-toggle-chip-hover-text: #ffffff;--color-view-only-bg: #eaeaea;--color-view-only-text: #5a6a6a;--color-view-only-border: #d7d7d7;--font-family: Inter, sans-serif;--font-size-base: 14px;--font-size-small: 12px;--border-radius-base: 4px;--color-on-primary: #052325;--color-step-current-bg: var(--color-surface-raised);--color-step-current-border: var(--color-primary);--color-step-current-icon: var(--color-primary);--btn-primary-color: var(--color-primary);--btn-primary-hover-bg: var(--color-primary-hover);--btn-accent-bg: #ffbc3e;--btn-accent-hover: #edac32;--btn-warning-bg: #fce7e7;--btn-warning-text: #d13131;--btn-dark-text: var(--color-text-dark);--btn-icon-bg: #48b9bf;--btn-icon-hover-bg: #fff5e2;--btn-disabled-border: #cccccc;--btn-disabled-text: rgba(46, 46, 46, 0.45);--btn-disabled-bg: rgba(46, 46, 46, 0.04);--ant-color-primary: #41aaaf;--ant-color-primary-hover: #64bbbd;--ant-color-link: #5e87b0;--ant-color-link-hover: #406182;--ant-color-text: #2e2e2e;--ant-color-text-base: #2e2e2e;--ant-color-border: #cccccc;--ant-color-error: #b94a48;--ant-color-bg-layout: #eaf6f7;--ant-border-radius: 4px;--ant-font-family: Inter, sans-serif;--ant-font-size: 14px}html[data-theme=light]{--color-primary: #41aaaf;--color-primary-hover: #64bbbd;--color-primary-soft: #e6f7f7;--color-text-disabled: #bfbfbf;--color-text-dark: #042a2a;--color-text-base: #2e2e2e;--color-text-muted: #5a6a6a;--color-segmented-item: #5a6a6a;--color-tag-disabled: #5a6a6a;--color-placeholder: #5a6a6a;--color-border: #dbeae3;--color-surface: #f3f7f8;--color-layout-bg: #eaf6f7;--color-drawer-bg: var(--color-layout-bg);--color-surface-base: #ffffff;--color-surface-raised: #ffffff;--color-row-hover: #e6eff2;--color-calendar-today-bg: #e6eff2;--color-calendar-empty-text: #d0d0d0;--color-logo-tile-bg: #ffffff;--color-logo-tile-border: var(--color-border);--color-on-logo-tile: #042a2a;--color-on-logo-tile-muted: #5a6a6a;--ai-scanning-logo-color: #042a2a;--color-bg-mask: rgba(0, 0, 0, 0.45);--file-panel-resize-strip-bg-hover: #ebf4f6;--file-panel-resize-strip-bg-active: rgba(65, 170, 175, 0.12);--color-link: #5e87b0;--color-link-hover: #406182;--color-error: #b94a48;--color-status-success: #058181;--color-status-success-bg: #e9f6f7;--color-status-warning: #c38a20;--color-status-warning-bg: #fff5e2;--color-status-danger: #d13131;--color-status-danger-bg: #fce7e7;--color-status-info: #054581;--color-status-info-bg: #e1edf6;--color-license-trial: #af41aa;--color-on-primary: #ffffff;--color-step-current-bg: var(--color-surface-raised);--color-step-current-border: var(--color-primary);--color-step-current-icon: var(--color-primary);--account-type-owner-bg: #fbe3ff;--account-type-owner-text: #042a2a;--account-type-client-bg: #ccf5fe;--account-type-client-text: #042a2a;--account-type-staff-bg: #f9eec7;--account-type-staff-text: #042a2a;--color-avatar-bg: #5a6a6a;--color-avatar-text: #ffffff;--color-avatar-border: #ffffff;--color-toggle-chip-bg: #e9f6f7;--color-toggle-chip-text: #042a2a;--color-toggle-chip-border: #dbeae3;--color-toggle-chip-hover-bg: #41aaaf;--color-toggle-chip-hover-text: #ffffff;--color-view-only-bg: #eaeaea;--color-view-only-text: #5a6a6a;--color-view-only-border: #d7d7d7;--btn-primary-color: var(--color-primary);--btn-primary-hover-bg: var(--color-primary-hover);--btn-accent-bg: #ffbc3e;--btn-accent-hover: #edac32;--btn-warning-bg: #fce7e7;--btn-warning-text: #d13131;--btn-dark-text: var(--color-text-dark);--btn-icon-bg: #48b9bf;--btn-icon-hover-bg: #fff5e2;--btn-disabled-border: #cccccc;--btn-disabled-text: rgba(46, 46, 46, 0.45);--btn-disabled-bg: rgba(46, 46, 46, 0.04);--ant-color-primary: #41aaaf;--ant-color-primary-hover: #64bbbd;--ant-color-link: #5e87b0;--ant-color-link-hover: #406182;--ant-color-text: #2e2e2e;--ant-color-text-base: #2e2e2e;--ant-color-border: #cccccc;--ant-color-error: #b94a48;--ant-color-bg-layout: #eaf6f7}html[data-theme=dark]{--color-primary: #62c8cd;--color-primary-hover: #7dd4d8;--color-primary-soft: #274547;--color-sso-button-bg: #274547;--color-text-disabled: #6f7f80;--color-text-dark: #f3f7f8;--color-text-base: #e3eaeb;--color-text-muted: #a9b8b9;--color-segmented-item: #b8c8c9;--color-tag-disabled: #9ba9aa;--color-placeholder: #8ea1a2;--color-border: #355356;--color-surface: #132122;--color-layout-bg: #0c1718;--color-drawer-bg: var(--color-layout-bg);--color-surface-base: #091213;--color-surface-raised: #1a2b2c;--color-row-hover: #1a2b2c;--color-calendar-today-bg: #274547;--color-calendar-empty-text: #6f7f80;--color-logo-tile-bg: #132122;--color-logo-tile-border: var(--color-border);--color-on-logo-tile: #e3eaeb;--color-on-logo-tile-muted: #a9b8b9;--ai-scanning-logo-color: #ffffff;--color-bg-mask: rgba(0, 0, 0, 0.65);--file-panel-resize-strip-bg-hover: #274547;--file-panel-resize-strip-bg-active: rgba(98, 200, 205, 0.22);--color-link: #95b9df;--color-link-hover: #bed6ef;--color-error: #ff8f8f;--color-status-success: #68d7cb;--color-status-success-bg: #132a27;--color-status-warning: #f1c56a;--color-status-warning-bg: #332812;--color-status-danger: #ff8f8f;--color-status-danger-bg: #371b1b;--color-status-info: #8fbff5;--color-status-info-bg: #16263a;--color-license-trial: #cf7dcb;--color-on-primary: #052325;--color-step-current-bg: var(--color-surface-raised);--color-step-current-border: var(--color-primary);--color-step-current-icon: var(--color-primary);--account-type-owner-bg: #3a2840;--account-type-owner-text: #f0c8ff;--account-type-client-bg: #1a3438;--account-type-client-text: #9ee8f5;--account-type-staff-bg: #3a3420;--account-type-staff-text: #f5e6a8;--color-avatar-bg: #4d6264;--color-avatar-text: #e3eaeb;--color-avatar-border: #132122;--color-toggle-chip-bg: #e9f6f7;--color-toggle-chip-text: #042a2a;--color-toggle-chip-border: #dbeae3;--color-toggle-chip-hover-bg: #62c8cd;--color-toggle-chip-hover-text: #ffffff;--color-view-only-bg: #2a3536;--color-view-only-text: #c5d0d1;--color-view-only-border: #455556;--btn-primary-color: var(--color-primary);--btn-primary-hover-bg: var(--color-primary-hover);--btn-accent-bg: #f1c56a;--btn-accent-hover: #f5d38e;--btn-warning-bg: #371b1b;--btn-warning-text: #ff8f8f;--btn-dark-text: #052325;--btn-icon-bg: #4fb9be;--btn-icon-hover-bg: #332812;--btn-disabled-border: #355356;--btn-disabled-text: #a9b8b9;--btn-disabled-bg: #1a2b2c;--ant-color-primary: var(--color-primary);--ant-color-primary-hover: var(--color-primary-hover);--ant-color-link: var(--color-link);--ant-color-link-hover: var(--color-link-hover);--ant-color-text: var(--color-text-base);--ant-color-text-base: var(--color-text-base);--ant-color-border: var(--color-border);--ant-color-error: var(--color-error);--ant-color-bg-layout: var(--color-layout-bg)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}:focus:not(:focus-visible){outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.transaction-action-icon{display:block;flex-shrink:0;color:var(--color-text-muted, #5a6a6a) !important}.transaction-action-icon>circle:first-of-type{fill:var(--color-surface-raised, #ffffff) !important}.transaction-action-icon>path{fill:currentColor !important}.transaction-action-icon>circle:last-of-type:not(:first-of-type){fill:var(--btn-accent-bg, #ffbc3e) !important}.scope-avatar.ant-avatar{background-color:var(--color-avatar-bg, #5a6a6a) !important;color:var(--color-avatar-text, #ffffff) !important;font-family:var(--font-family, Inter, sans-serif) !important;font-weight:600 !important}.scope-avatar.scope-avatar--small{font-size:10px !important}.scope-avatar.scope-avatar--default{font-size:12px !important}.scope-avatar.scope-avatar--large{font-size:14px !important}.scope-avatar-group .ant-avatar{border-color:var(--color-avatar-border, #ffffff)}.scope-avatar-add-user.ant-btn-primary{background-color:var(--color-toggle-chip-hover-bg, #41aaaf) !important;border-color:var(--color-toggle-chip-hover-bg, #41aaaf) !important;color:var(--color-toggle-chip-hover-text, #ffffff) !important}.scope-avatar-add-user.ant-btn-primary .anticon{color:var(--color-toggle-chip-hover-text, #ffffff) !important}.scope-attachments-heading{display:flex;align-items:center;gap:12px;margin:16px 0 8px;color:var(--color-text-base, #2e2e2e);font-size:14px;font-weight:500;line-height:1.5;white-space:nowrap}.scope-attachments-heading::before,.scope-attachments-heading::after{content:"";flex:1;height:1px;background:var(--color-border, #dbeae3)}.header-container{min-height:70px;background-color:var(--color-surface-base, #ffffff);padding:0 40px;position:fixed;top:0;inset-inline-start:var(--app-sidebar-width, 213px);width:calc(100vw - var(--app-sidebar-width, 213px));z-index:999;box-sizing:border-box}.header-container-center{width:100%;max-width:none;margin:0;box-sizing:border-box}.header-container .ant-row{flex-wrap:wrap;row-gap:8px}.header-container .ant-col:last-child{max-width:100%}.header-container .ant-col:last-child .ant-space{flex-wrap:wrap;justify-content:flex-end;max-width:100%}.top-pad{padding-top:70px}.vat-header{height:70px}.vat-content{min-height:calc(100vh - 70px) !important}.app-shell-main>.layout,.app-shell-main>.layout-wide,.app-shell-main>.layout-narrow{box-sizing:border-box;height:100%;width:100%;overflow-y:scroll;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--color-text-disabled, #bfbfbf) rgba(0,0,0,0) !important}.app-shell-main>.layout::-webkit-scrollbar,.app-shell-main>.layout-wide::-webkit-scrollbar,.app-shell-main>.layout-narrow::-webkit-scrollbar{width:8px}.app-shell-main>.layout::-webkit-scrollbar-track,.app-shell-main>.layout-wide::-webkit-scrollbar-track,.app-shell-main>.layout-narrow::-webkit-scrollbar-track{background:rgba(0,0,0,0) !important}.app-shell-main>.layout.layout-login{scrollbar-color:var(--color-text-disabled, #bfbfbf) var(--color-layout-bg, #eaf6f7) !important}.app-shell-main>.layout.layout-login::-webkit-scrollbar-track{background:var(--color-layout-bg, #eaf6f7) !important}.app-shell-main>.layout.layout-login,.app-shell-main>.layout.layout-signup{background:var(--color-layout-bg, #eaf6f7);display:flex;flex-direction:column;min-height:unset}.app-shell-main>.layout.layout-login>main,.app-shell-main>.layout.layout-signup>main{flex:1;display:flex;flex-direction:column;min-height:0}.app-shell-main>.layout.layout-login .ant-spin-nested-loading,.app-shell-main>.layout.layout-login .ant-spin-container,.app-shell-main>.layout.layout-signup .ant-spin-nested-loading,.app-shell-main>.layout.layout-signup .ant-spin-container{flex:1;display:flex;flex-direction:column;min-height:0;width:100%}.layout-login .ant-btn-primary:not(:disabled):not(.ant-btn-disabled),.layout-signup .ant-btn-primary:not(:disabled):not(.ant-btn-disabled),.layout-login .scope-button.ant-btn-primary:not(:disabled):not(.ant-btn-disabled),.layout-signup .scope-button.ant-btn-primary:not(:disabled):not(.ant-btn-disabled){color:#fff !important}.layout-login .ant-btn-primary:not(:disabled):not(.ant-btn-disabled) span,.layout-login .ant-btn-primary:not(:disabled):not(.ant-btn-disabled) .anticon,.layout-signup .ant-btn-primary:not(:disabled):not(.ant-btn-disabled) span,.layout-signup .ant-btn-primary:not(:disabled):not(.ant-btn-disabled) .anticon,.layout-login .scope-button.ant-btn-primary:not(:disabled):not(.ant-btn-disabled) span,.layout-login .scope-button.ant-btn-primary:not(:disabled):not(.ant-btn-disabled) .anticon,.layout-signup .scope-button.ant-btn-primary:not(:disabled):not(.ant-btn-disabled) span,.layout-signup .scope-button.ant-btn-primary:not(:disabled):not(.ant-btn-disabled) .anticon{color:#fff !important}html[data-theme=dark] .layout-login .ant-btn-primary:not(:disabled):not(.ant-btn-disabled),html[data-theme=dark] .layout-signup .ant-btn-primary:not(:disabled):not(.ant-btn-disabled),html[data-theme=dark] .layout-login .scope-button.ant-btn-primary:not(:disabled):not(.ant-btn-disabled),html[data-theme=dark] .layout-signup .scope-button.ant-btn-primary:not(:disabled):not(.ant-btn-disabled),html[data-theme=dark] .layout-login .ant-btn-primary:not(:disabled):not(.ant-btn-disabled) span,html[data-theme=dark] .layout-signup .ant-btn-primary:not(:disabled):not(.ant-btn-disabled) span,html[data-theme=dark] .layout-login .scope-button.ant-btn-primary span,html[data-theme=dark] .layout-signup .scope-button.ant-btn-primary span{color:#fff !important}html[data-theme=dark] .layout-login .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-text):not(.ant-btn-link),html[data-theme=dark] .layout-signup .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-text):not(.ant-btn-link){background:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .layout-login .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-text):not(.ant-btn-link):hover,html[data-theme=dark] .layout-signup .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-text):not(.ant-btn-link):hover{background:var(--color-primary-soft, #274547) !important;border-color:var(--color-primary-soft, #274547) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .layout-login .ant-typography,html[data-theme=dark] .layout-signup .ant-typography,html[data-theme=dark] .layout-login .login-a11y-toggle__label,html[data-theme=dark] .layout-signup .login-a11y-toggle__label{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .layout-login .sign-up-link,html[data-theme=dark] .layout-signup .sign-up-link{color:var(--color-text-base, #e3eaeb) !important}.app-shell-main>.layout.layout-signup{scrollbar-color:var(--color-text-disabled, #bfbfbf) var(--color-layout-bg, #eaf6f7) !important}.app-shell-main>.layout.layout-signup::-webkit-scrollbar-track{background:var(--color-layout-bg, #eaf6f7) !important}.app-shell-main>.layout.layout-organisations{overflow:hidden;display:flex;flex-direction:column}.app-shell-main>.layout.layout-organisations>main.top-pad{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.layout-organisations .entity-details-page{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.layout-organisations .entity-details-spin-wrap,.layout-organisations .entity-details-spin-wrap>.ant-spin-container{flex:1;min-height:0;height:100%;display:flex;flex-direction:column}.layout-organisations .entity-details-tab-panel{flex:1;min-height:0;overflow-x:hidden;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:var(--color-text-disabled, #bfbfbf) var(--color-surface, #f3f7f8)}.layout-organisations .entity-details-tab-panel::-webkit-scrollbar{width:8px}.layout-organisations .entity-details-tab-panel::-webkit-scrollbar-track{background:var(--color-surface, #f3f7f8)}.layout-organisations .entity-details-tab-panel::-webkit-scrollbar-thumb{background-color:var(--color-text-disabled, #bfbfbf);border-radius:10px}.app-shell-main>.layout::-webkit-scrollbar-thumb,.app-shell-main>.layout-wide::-webkit-scrollbar-thumb,.app-shell-main>.layout-narrow::-webkit-scrollbar-thumb{background-color:var(--color-text-disabled, #bfbfbf);border-radius:10px;border:2px solid rgba(0,0,0,0);background-clip:content-box}.react-grid-layout,.dashboard-grid-layout{direction:ltr}.header-narrow{width:calc(100vw - var(--app-sidebar-width, 213px))}.header-wide{width:calc(100vw - var(--app-sidebar-width, 88px))}.menu-size-button{width:32px;height:32px;border-radius:10px;border:1px;background:var(--color-surface-raised, #ffffff);border:1px solid var(--color-border, #dbeae3);box-shadow:2px 2px 4px 0px rgba(0,0,0,.0509803922);z-index:1001;display:inline-flex !important;align-items:center;justify-content:center}.menu-size-button:hover{background:var(--color-surface, #f3f7f8);border:1px solid var(--color-primary, #41aaaf)}.side-panel-row{position:relative;width:100%;overflow:visible}.app-shell{display:flex;margin-top:var(--trial-banner-height, 0);height:calc(100vh - var(--trial-banner-height, 0px));min-height:0}.app-shell-side-spacer{width:var(--app-sidebar-spacer-width, 70px);flex-shrink:0;overflow:visible;position:relative;z-index:1100}.app-shell-main{flex:1;min-width:0;min-height:0;height:100%;overflow:hidden;display:flex;flex-direction:column;position:relative;z-index:0}html[dir=rtl] .app-shell-main>.layout,html[dir=rtl] .app-shell-main>.layout-wide,html[dir=rtl] .app-shell-main>.layout-narrow,html.locale-ar .app-shell-main>.layout,html.locale-ar .app-shell-main>.layout-wide,html.locale-ar .app-shell-main>.layout-narrow{direction:rtl}.app-shell-main>.layout,.app-shell-main>.layout-wide,.app-shell-main>.layout-narrow{flex:1;min-height:0}html:has(.app-shell){overflow:hidden;height:100%}html:has(.app-shell) body{overflow:hidden;height:100%}.side-panel{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;padding-top:20px;border-inline-end:1px solid var(--color-border, #dbeae3);background:linear-gradient(180deg, var(--color-primary-soft, #edfaf6) 0%, var(--color-layout-bg, #e1f4fe) 100%);position:fixed;top:0;left:0;right:auto;z-index:1100;min-height:100vh;box-sizing:border-box;overflow:visible}html[dir=rtl] .side-panel,html.locale-ar .side-panel{left:auto;right:0;border-inline-end:none;border-inline-start:1px solid var(--color-border, #dbeae3);direction:rtl}.side-panel-top{display:flex;flex-direction:column;align-items:center;width:100%}.side-panel-top>a{margin-bottom:16px}.side-panel .ant-spin-nested-loading,.side-panel .ant-spin-container{width:100%;overflow:visible}.side-panel--wide .ant-spin-nested-loading,.side-panel--wide .ant-spin-container{display:flex;flex-direction:column;align-items:center}.betterdocs-search-form-wrap{background-color:var(--color-primary-soft, #e6f7f7);background-image:url(https://generate.tax/wp-content/uploads/2023/04/hero-background-4.svg);padding-top:45px;padding-right:20px;padding-bottom:45px;padding-left:20px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-repeat:no-repeat;background-size:cover}.scroller{z-index:1;padding:0 3px;max-height:calc(100vh - 380px);overflow-y:scroll;scrollbar-width:thin;width:100%;padding-right:30px;box-sizing:content-box}.tax-submission-stretch{height:calc(100vh - 130px)}.scroller-rc,.scroller-ca{z-index:1;padding:0 3px;max-height:calc(100vh - 380px);overflow-y:scroll;scrollbar-width:thin;width:100%;height:100%}.scroller-rc{max-height:calc(100vh - 523px)}.scroller-activity-note,.scroller-activity{z-index:1;padding:0 3px;max-height:calc(100vh - 180px);overflow-y:auto;scrollbar-width:thin;width:100%;height:100%}.scroller-activity-note{max-height:calc(100vh - 363px)}.scroller-entity{z-index:1;padding:0 3px;max-height:calc(100vh - 150px);overflow-y:auto;scrollbar-width:thin;width:100%;height:100%}.scroller-submissions{z-index:1;padding:0 3px;max-height:calc(100vh - 200px);overflow-y:auto;scrollbar-width:thin;height:100%}.scroller-rights{z-index:1;padding:0 16px 48px 4px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-gutter:stable;width:100%;min-height:0;flex:1 1 auto;box-sizing:border-box}.billing-page,.entity-overview-tab{background-color:var(--color-surface, #f3f7f8);display:flex;flex-direction:row;margin:auto;min-height:calc(100vh - 70px - 50px)}.entity-capture-tab,.entity-transactions-tab,.entity-tax-rates-tab,.entity-contacts-tab,.entity-tracking-categories-tab,.entity-chart-of-accounts-tab,.entity-reconciliation-tab,.entity-income-statement-tab,.entity-reference-placeholder-tab,.entity-vat-returns-tab--with-inline-side,.entity-overview-tab{font-family:Inter,sans-serif}.entity-capture-tab button,.entity-capture-tab .ant-btn,.entity-transactions-tab button,.entity-transactions-tab .ant-btn,.entity-tax-rates-tab button,.entity-tax-rates-tab .ant-btn,.entity-contacts-tab button,.entity-contacts-tab .ant-btn,.entity-tracking-categories-tab button,.entity-tracking-categories-tab .ant-btn,.entity-chart-of-accounts-tab button,.entity-chart-of-accounts-tab .ant-btn,.entity-reconciliation-tab button,.entity-reconciliation-tab .ant-btn,.entity-income-statement-tab button,.entity-income-statement-tab .ant-btn,.entity-reference-placeholder-tab button,.entity-reference-placeholder-tab .ant-btn,.entity-vat-returns-tab--with-inline-side button,.entity-vat-returns-tab--with-inline-side .ant-btn,.entity-overview-tab button,.entity-overview-tab .ant-btn{font-family:Inter,sans-serif}.entity-capture-tab{background-color:var(--color-surface, #f3f7f8);min-height:calc(100vh - 70px - 50px);padding-bottom:32px}.entity-capture-tab.entity-capture-tab--with-inline-folder{padding:20px 40px 32px;box-sizing:border-box}.capture-tab-wrapper{width:100%;margin:0 auto;min-width:1200px;max-width:1600px;box-sizing:border-box}.entity-vat-returns-tab--with-inline-side{padding:20px 40px 32px;box-sizing:border-box;background-color:var(--color-surface, #f3f7f8);min-height:calc(100vh - 70px - 50px)}.entity-reference-placeholder-tab{background-color:var(--color-surface, #f3f7f8);min-height:calc(100vh - 70px - 50px);display:flex;flex-direction:column;padding:32px 40px;box-sizing:border-box}.entity-details-tab-nav-wrap{position:sticky;top:70px;z-index:19;display:flex;flex-wrap:nowrap;align-items:center;gap:4px 8px;padding:0 24px;margin:0 0 -1px;border-bottom:1px solid #f0f0f0;background:var(--color-surface-raised, #fff);overflow-x:auto;overflow-y:hidden;overscroll-behavior:contain}.layout-organisations .entity-details-tab-nav-wrap{position:relative;top:auto;flex-shrink:0}.entity-details-tab-nav-btn{position:relative;background:none;border:none;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.5715;cursor:pointer;color:var(--color-text-muted, #5a6a6a);border-bottom:0;outline:none}.entity-details-tab-nav-btn::after{content:"";position:absolute;inset-inline-start:16px;inset-inline-end:16px;bottom:0;height:1px;background:rgba(0,0,0,0)}.entity-details-tab-nav-btn:hover{color:var(--color-text-dark, #042a2a)}.entity-details-tab-nav-btn.entity-details-tab-nav-btn-active{color:var(--color-text-dark, #042a2a)}.entity-details-tab-nav-btn.entity-details-tab-nav-btn-active::after{background:var(--color-primary, #41aaaf)}.entity-details-tab-nav-btn.entity-details-tab-nav-btn-reference{padding-right:8px}.entity-details-tab-nav-btn:disabled{cursor:not-allowed;color:var(--color-text-disabled, #bfbfbf);border-bottom-color:rgba(0,0,0,0) !important}.entity-details-tab-nav-btn:disabled:hover{color:var(--color-text-disabled, #bfbfbf)}.entity-details-drop-icon{font-size:10px;margin-inline-start:6px;opacity:.65}.billing-page{min-height:calc(100vh - 70px) !important;font-family:Inter,sans-serif}.billing-page button,.billing-page .ant-btn{font-family:Inter,sans-serif}html[data-theme=dark] .billing-page .ant-form-item-label>label,html[data-theme=dark] .billing-page .scope-form-label,html[data-theme=dark] .billing-page .scope-form-label .label-text,html[data-theme=dark] .billing-page .scope-form-label-optional{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .billing-page .ant-card .ant-card-body{color:var(--color-text-base, #e3eaeb)}.checkout-selected-plan-panel{font-family:Inter,sans-serif}.checkout-selected-plan-panel .ant-card-body{font-family:Inter,sans-serif}.checkout-selected-plan-panel .ant-btn{font-family:Inter,sans-serif !important;font-weight:600}.pricing-page{font-family:Inter,sans-serif}.pricing-page button,.pricing-page .ant-btn{font-family:Inter,sans-serif}html[data-theme=dark] .pricing-page .pricing-currency-button.ant-btn:not(.pricing-currency-button--selected){color:#fff !important;background:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-border, #355356) !important}html[data-theme=dark] .pricing-page .pricing-currency-button.ant-btn:not(.pricing-currency-button--selected):hover{color:#fff !important;background:var(--color-surface, #132122) !important;border-color:var(--color-primary, #62c8cd) !important}html[data-theme=dark] .pricing-page .pricing-currency-button--selected.ant-btn{color:var(--color-on-primary, #052325) !important;background:var(--color-primary, #62c8cd) !important;border-color:var(--color-primary, #62c8cd) !important}.connect-entity-logo{display:inline-flex;align-items:center;justify-content:center;line-height:0}.connect-entity-logo__dark{display:none}.connect-entity-logo__light{display:block}.connect-entity{flex:0 0 auto;width:100%}html[data-theme=dark] .ai-scanning-logo{color:#fff !important}html[data-theme=dark] .ai-scanning-logo path[fill=currentColor],html[data-theme=dark] .ai-scanning-logo [fill=currentColor]{fill:currentColor !important}html[data-theme=dark] .connect-entity-logo__light{display:none !important}html[data-theme=dark] .connect-entity-logo__dark{display:block !important;mix-blend-mode:screen}html[data-theme=dark] .connect-entity-receipts-tile.ant-btn,html[data-theme=dark] button.connect-entity-receipts-tile{background:var(--color-logo-tile-bg, #132122) !important;border-color:var(--color-border, #355356) !important;color:var(--color-on-logo-tile, #e3eaeb) !important}html[data-theme=dark] .connect-entity-receipts-tile .ai-scanning-logo{color:#fff !important}html[data-theme=dark] .transactions-file-panel{border-inline-start:1px solid var(--color-border, #355356);box-shadow:-4px 0 16px rgba(0,0,0,.25)}html[data-theme=dark] .entity-transactions-tab .transactions-file-card-body{color:var(--color-text-base, #e3eaeb)}html[data-theme=dark] .entity-transactions-tab .transactions-file-card-hover-action{background-color:var(--color-surface-raised, #1a2b2c);color:var(--color-text-base, #e3eaeb);border-color:var(--color-border, #355356);box-shadow:0 0 10px rgba(0,0,0,.35)}html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-table-row.transaction-row-not-reviewed>.ant-table-cell{background-color:color-mix(in srgb, var(--color-status-warning, #f1c56a) 12%, var(--color-surface, #132122)) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-table-row.transaction-row-not-reviewed:hover>.ant-table-cell,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-table-row.transaction-row-not-reviewed>.ant-table-cell-row-hover{background-color:color-mix(in srgb, var(--color-status-warning, #f1c56a) 22%, var(--color-surface, #132122)) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-table-cell,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-table-cell .cell-dblclick,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-table-cell .transaction-table-date-cell,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .transactions-amount-column{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-picker,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-picker.ant-picker-small,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-select:not(.scope-form-select):not(.scope-filter-select):not(.mass-update-field-select) .ant-select-selector,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-input:not(.scope-round-input):not(.scope-form-input),html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-input-number,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-input-number-input{background:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-picker-input>input,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-select-selection-item,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-select-selection-search-input,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-select-selection-placeholder{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-picker-suffix,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-picker-clear,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-select-arrow,html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .ant-select-arrow .anticon{color:var(--color-primary, #62c8cd) !important}html[data-theme=dark] .entity-transactions-tab .validation-errors-table.transaction-table .transaction-attachment-cell button{background:var(--color-surface-raised, #1a2b2c) !important;border:1px solid var(--color-border, #355356) !important}.entity-tax-rates-tab{background-color:var(--color-surface, #f3f7f8);display:flex;flex-direction:column;padding:20px 40px}.entity-contacts-tab{background-color:var(--color-surface, #f3f7f8);padding:20px 40px;display:flex;flex-direction:column}.entity-tracking-categories-tab{background-color:var(--color-surface, #f3f7f8);display:flex;flex-direction:column;padding:20px 40px}.entity-tracking-categories-tab .tracking-category-tabs{width:100%;max-width:100%}.entity-tracking-categories-tab .tracking-category-tabs .ant-tabs-nav{width:100%;margin-bottom:0}.entity-tracking-categories-tab .tracking-category-tabs .ant-tabs-nav::before{border-color:var(--color-border, #dbeae3)}.tax-rates-tab-wrapper{width:100%;margin:0 auto;min-width:1200px;max-width:1600px}.tax-rates-tab-wrapper--narrow{min-width:0;max-width:none}.contacts-tab-wrapper{width:100%;margin:0 auto;min-width:1200px;max-width:1600px}.contacts-tab-wrapper--narrow{min-width:0;max-width:none}.tracking-categories-tab-wrapper{width:100%;margin:0 auto;min-width:1200px;max-width:1600px}.tracking-categories-tab-wrapper--narrow{min-width:0;max-width:none}.entity-reconciliation-tab,.entity-income-statement-tab{background-color:var(--color-surface, #f3f7f8);display:flex;flex-direction:column;padding:20px 40px 20px}.reconciliation-tab-wrapper,.income-statement-tab-wrapper{width:100%;margin:0 auto;min-width:1200px;max-width:1600px}.reconciliation-tab-wrapper--narrow,.income-statement-tab-wrapper--narrow{min-width:0;max-width:none}.entity-details-narrow-side-shell.entity-overview-tab{position:relative;flex-direction:row;align-items:flex-start;background-color:rgba(0,0,0,0);margin:0 !important;min-height:0;width:100%}.entity-narrow-side-panel,.entity-narrow-side-panel-tab{z-index:100;top:136px}.entity-narrow-side-panel-tab{font-family:Inter,sans-serif;font-weight:bold;font-size:12px;background:var(--color-primary, #41aaaf);color:var(--color-on-primary, #052325);padding:14px 0;border-start-start-radius:10px;border-end-start-radius:10px;margin:0;line-height:1;width:30px;min-width:30px;max-width:30px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:fit-content;cursor:pointer;position:fixed;inset-inline-end:17px;border:none;-webkit-appearance:none;appearance:none;text-align:center}.entity-narrow-side-panel-tab:hover,.entity-narrow-side-panel-tab:focus{color:var(--color-on-primary, #052325);background:var(--color-primary, #41aaaf)}.entity-narrow-side-panel-tab:focus-visible{outline:2px solid var(--color-text-dark, #042a2a);outline-offset:2px}.entity-narrow-side-panel-tab__label{writing-mode:vertical-rl;white-space:nowrap;display:inline-block;line-height:1;padding:0;margin:0}.entity-contacts-tab .ant-table-cell-fix-right,.entity-contacts-tab .ant-table-cell-fix-right-first::after,.entity-contacts-tab .ant-table-cell-fix-right-last::after{z-index:2 !important}.entity-chart-of-accounts-tab .entity-details-narrow-side-shell.entity-overview-tab>div:first-child{flex:1 1 auto;min-width:0;max-width:100%}.entity-chart-of-accounts-tab{background-color:var(--color-surface, #f3f7f8);display:flex;flex-direction:column;padding:20px 40px}.chart-of-accounts-tab-wrapper--narrow{min-width:0;max-width:none}.chart-of-accounts-tab-wrapper{width:100%;margin:0 auto;min-width:1200px;max-width:1600px}.entity-chart-of-accounts-tab .ant-table-cell .ant-input,.entity-chart-of-accounts-tab .ant-table-cell .ant-select-selection-item,.entity-chart-of-accounts-tab .ant-table-cell .ant-select-selection-search-input{font-size:12px}.entity-chart-of-accounts-tab .ant-table-cell .ant-input,.entity-chart-of-accounts-tab .ant-table-cell .ant-select-selector{height:26px !important;min-height:26px !important}.entity-chart-of-accounts-tab .ant-table-row:hover .ant-select-selection-item,.entity-chart-of-accounts-tab .ant-table-row:hover .ant-select span,.entity-chart-of-accounts-tab .ant-table-row:hover .ant-select span[title],.entity-chart-of-accounts-tab .ant-table-row:hover .cell-dblclick{text-decoration:none !important}.entity-chart-of-accounts-tab .ant-table-row:hover .cell-dblclick{cursor:text}.divider-10{height:10px;width:100%}.divider-20{height:20px;width:100%}div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selected-container{border:1px solid #41aaaf !important;box-shadow:0px 0px 10px 0px rgba(0,0,0,.0509803922) !important}.selected-container .container-icon{color:var(--color-primary, #41aaaf) !important}.selected-plan-container{border:2px solid #41aaaf !important}.disabled-container{border:1px solid var(--color-border, #dbeae3) !important;box-shadow:0px 0px 10px 0px rgba(0,0,0,.0509803922) !important}.disabled-container .container-icon{color:var(--color-text-muted, #5a6a6a) !important}.disabled-container .container-number,.disabled-container .container-title{color:var(--color-text-muted, #5a6a6a) !important}.container-number-span{font-size:30px;font-weight:400;line-height:40px;text-align:left;color:var(--color-text-base, var(--color-text-dark, #042a2a))}.container-number-span.ant-typography,.active-container .container-number-span,.inactive-container .container-number-span{font-size:30px !important;line-height:40px !important;color:var(--color-text-base, var(--color-text-dark, #042a2a)) !important}.container-title.ant-typography,.active-container .container-title,.inactive-container .container-title{font-size:16px !important;line-height:24px !important;font-weight:400 !important;color:var(--color-text-base, var(--color-text-dark, #042a2a)) !important}.container-number-title-span{font-family:Inter;font-size:10px;font-weight:400;line-height:24px;text-align:left;color:var(--color-text-muted, #5a6a6a)}.disabled-container:hover{cursor:default !important}.disabled-container:hover .container-icon{color:var(--color-text-muted, #5a6a6a) !important}.selected-filter>div{border:2px solid #41aaaf !important;box-shadow:0px 0px 10px 0px rgba(0,0,0,.0509803922) !important}.selected-filter>div .container-icon{color:var(--color-primary, #41aaaf) !important}.crop-container{position:relative;width:300px;height:300px;background:linear-gradient(to right, #cbd4e1 8px, transparent 8px) 0 0,linear-gradient(to right, #cbd4e1 8px, transparent 8px) 0 100%,linear-gradient(to left, #cbd4e1 8px, transparent 8px) 100% 0,linear-gradient(to left, #cbd4e1 8px, transparent 8px) 100% 100%,linear-gradient(to bottom, #cbd4e1 8px, transparent 8px) 0 0,linear-gradient(to bottom, #cbd4e1 8px, transparent 8px) 100% 0,linear-gradient(to top, #cbd4e1 8px, transparent 8px) 0 100%,linear-gradient(to top, #cbd4e1 8px, transparent 8px) 100% 100%;background-repeat:no-repeat;background-size:70px 70px}.reactEasyCrop_CropArea{color:color-mix(in srgb, var(--color-text-dark, #f3f7f8) 80%, transparent) !important}#mfa-code>input{width:55px !important;height:65px !important;border-radius:5px;font-family:Inter;font-size:24px;font-weight:700;line-height:18px;text-align:center;color:var(--color-text-dark, #042a2a);border:none}#mfa-code>input:not(:empty){border:1px solid var(--color-primary, #41aaaf) !important}#mfa-code>input:hover,#mfa-code>input:focus,#mfa-code>input:active{border:1px solid var(--color-primary, #41aaaf) !important}#mfa-code>input:where(:not(input[value=""])){border:1px solid var(--color-primary, #41aaaf) !important}.profile-rounded-image{border-radius:50%;justify-self:center;margin:17px;margin-top:-40px;margin-left:35px}.mask{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--ant-color-text-light-solid);background:var(--color-bg-mask, rgba(0, 0, 0, 0.45));cursor:pointer;opacity:0;transition:opacity var(--ant-motion-duration-slow);color:var(--ant-color-text-light-solid)}.mask>svg{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4290%) hue-rotate(166deg) brightness(112%) contrast(101%);margin-right:4px}.mask:hover{opacity:1}.profile-rounded-image+div.ant-image-mask{border-radius:50%;justify-self:center;margin:17px;margin-top:-39px;margin-left:87px;width:150px;height:150px}.profile-rounded-image+div.mask{border-radius:50%;justify-self:center;margin:17px;margin-top:-16px;margin-left:17px;width:150px;height:150px}.profile-image-hover-container{position:relative;width:100%;height:100%}.profile-image-hover-container:hover .profile-rounded-image{opacity:.7;transition:opacity .2s ease}.profile-image-hover-container:hover .profile-image-hover-icons{display:flex !important}.profile-image-hover-icons{z-index:10;pointer-events:auto}.edit-profile-picture{background:#f0f8ff;padding:25px;border-radius:10px;width:30%}.edit-details-link{font-size:18px;font-weight:400;color:var(--color-link, #5e87b0);cursor:pointer}.edit-details-link-disabled{font-size:18px;font-weight:400;color:var(--color-text-muted, #5a6a6a);cursor:default}.active-container{padding:30px 25px !important;background:var(--color-surface, #f3f7f8);border:1px solid var(--color-border, #dbeae3) !important;box-shadow:none !important;cursor:pointer !important}.inactive-container{padding:30px 25px !important;border:1px solid var(--color-border, #dbeae3) !important;box-shadow:none !important;cursor:default !important}.active-container:hover,.inactive-container:hover{border:2px solid #41aaaf !important;padding:29px 24px !important}.underline-link:hover{text-decoration:underline;cursor:pointer}.ant-notification-notice-icon{margin-top:-10px !important}.ant-notification-notice-message{font-family:Inter !important;font-size:16px !important;font-weight:400 !important;line-height:12px !important;text-align:left !important;color:var(--color-text-base, #2e2e2e) !important;padding-left:8px !important;margin-bottom:16px !important;margin-top:10px !important}.ant-notification-notice-description{padding-left:8px !important;color:var(--color-text-base, #2e2e2e) !important}.ant-notification-notice-description,.ant-notification-notice-description span,.ant-notification-notice-description div,.ant-notification-notice-description p{color:var(--color-text-base, #2e2e2e) !important}.ant-notification-notice-close{top:8px !important;inset-inline-end:8px !important;color:var(--color-text-muted, #5a6a6a) !important}.ant-notification-notice-close:hover{color:var(--color-text-base, #2e2e2e) !important}.ant-notification-notice-wrapper{border-radius:10px !important;border:none !important}.ant-notification-notice,.scope-message-toast.ant-notification-notice{position:relative;border-radius:10px !important;color:var(--color-text-base, #2e2e2e) !important}.scope-message-toast--success.ant-notification-notice{background:var(--color-status-success-bg, #e9f6f7) !important;border:1px solid var(--color-status-success, #058181) !important}.scope-message-toast--error.ant-notification-notice{background:var(--color-status-danger-bg, #fce7e7) !important;border:1px solid var(--color-status-danger, #d13131) !important}.scope-message-toast--info.ant-notification-notice{background:var(--color-status-info-bg, #e1edf6) !important;border:1px solid var(--color-status-info, #054581) !important}.scope-message-toast--warning.ant-notification-notice{background:var(--color-status-warning-bg, #fff5e2) !important;border:1px solid var(--color-status-warning, #c38a20) !important}.scope-message-toast--open.ant-notification-notice{background:var(--color-surface-raised, #ffffff) !important;border:1px solid var(--color-border, #dbeae3) !important}.ant-alert{border-radius:8px !important}.ant-alert-error{background:var(--color-status-danger-bg, #fce7e7) !important;border:1px solid var(--color-status-danger, #d13131) !important}.ant-alert-success{background:var(--color-status-success-bg, #e9f6f7) !important;border:1px solid var(--color-status-success, #058181) !important}.ant-alert-info{background:var(--color-status-info-bg, #e1edf6) !important;border:1px solid var(--color-status-info, #054581) !important}.ant-alert-warning{background:var(--color-status-warning-bg, #fff5e2) !important;border:1px solid var(--color-status-warning, #c38a20) !important}.ant-alert .ant-alert-message,.ant-alert .ant-alert-description,.ant-alert .ant-alert-content{color:var(--color-text-base, #2e2e2e) !important}.ant-alert-error .ant-alert-icon{color:var(--color-status-danger, #d13131) !important}.ant-alert-success .ant-alert-icon{color:var(--color-status-success, #058181) !important}.ant-alert-info .ant-alert-icon{color:var(--color-status-info, #054581) !important}.ant-alert-warning .ant-alert-icon{color:var(--color-status-warning, #c38a20) !important}.ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:var(--color-primary-soft, #e6f7f7) !important}.link-without-underline:hover{text-decoration:none}.yellow-btn{background-color:var(--btn-accent-bg, #ffbc3e) !important;color:var(--color-text-dark, #042a2a) !important;border-color:var(--btn-accent-bg, #ffbc3e) !important}.loader{width:25px;padding:8px;aspect-ratio:1;border-radius:50%;background:var(--color-primary, #41aaaf);--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear}.top-warning-link{color:var(--color-link, #5e87b0);text-decoration:none;background-color:rgba(0,0,0,0);outline:none;cursor:pointer;transition:color .3s;font-family:Inter;font-weight:500;-webkit-text-decoration-skip:objects}.top-warning-link:hover{text-decoration:underline;color:var(--color-link-hover, #406182)}.trial-banner{border:1px solid var(--color-status-warning, #ffbc3e);background-color:var(--color-status-warning-bg, #fff5e2);position:fixed;top:0;left:0;right:0;z-index:1000;height:36px}.trial-banner-content{display:flex;justify-content:center}.trial-banner-text{color:var(--color-text-dark, #042a2a);padding:10px;font-size:13px;text-align:center;font-family:var(--font-family, Inter, sans-serif)}.app-styles-loading{display:flex;justify-content:center;align-items:center;height:100vh;background-color:var(--color-surface-base, #ffffff);font-family:var(--font-family, Inter, sans-serif)}.contact-us-modal-title{display:block}.contact-us-modal-logo{padding-bottom:15px}.contact-us-modal-heading{font-size:16px;font-weight:600}.contact-us-modal-copy{font-size:14px;font-weight:400}.contact-us-modal-space{width:100%}.contact-us-modal-textarea{width:100%;margin-top:20px}html[data-theme=dark] .header-container{background-color:var(--color-surface-base, #091213);border-bottom:1px solid var(--color-border, #355356)}html[data-theme=dark] .header-container .ant-typography,html[data-theme=dark] .header-container .ant-typography h4{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-tabs .ant-tabs-tab-btn{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-tabs .ant-tabs-tab:hover .ant-tabs-tab-btn,html[data-theme=dark] .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-tabs-top>.ant-tabs-nav::before,html[data-theme=dark] .ant-tabs .ant-tabs-nav::before{border-bottom-color:var(--color-border, #355356) !important}html[data-theme=dark] .ant-breadcrumb,html[data-theme=dark] .ant-breadcrumb-link,html[data-theme=dark] .ant-breadcrumb-separator{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-breadcrumb a:hover{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .menu-size-button,html[data-theme=dark] .menu-size-button.ant-btn,html[data-theme=dark] .menu-size-button.ant-btn-icon-only{background:var(--color-surface-raised, #1a2b2c) !important;border:1px solid var(--color-border, #355356) !important;border-radius:10px !important;box-shadow:none !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .menu-size-button:hover,html[data-theme=dark] .menu-size-button.ant-btn:hover,html[data-theme=dark] .menu-size-button.ant-btn-icon-only:hover{background:var(--color-surface, #132122) !important;border-color:var(--color-primary, #62c8cd) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .menu-size-button .anticon,html[data-theme=dark] .menu-size-button svg{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .side-panel{background:linear-gradient(180deg, #142526 0%, #0f1d1e 100%)}html[data-theme=dark] .container-icon,html[data-theme=dark] .container-icon path{color:var(--color-text-base, #e3eaeb) !important;fill:currentColor !important}html[data-theme=dark] .selected-container .container-icon,html[data-theme=dark] .selected-container .container-icon path,html[data-theme=dark] .selected-filter>div .container-icon,html[data-theme=dark] .selected-filter>div .container-icon path{color:var(--color-primary, #62c8cd) !important;fill:currentColor !important}html[data-theme=dark] .container-title,html[data-theme=dark] .container-title.ant-typography,html[data-theme=dark] .container-number,html[data-theme=dark] .container-number-span,html[data-theme=dark] .container-number-span.ant-typography{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .container-number-title-span{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .users-management-root .ant-table-thead>tr>th,html[data-theme=dark] .users-management-root .ant-table-thead>tr>th .ant-table-column-title,html[data-theme=dark] .users-management-root .ant-table-thead>tr>th .ant-table-column-sorters,html[data-theme=dark] .users-management-root .ant-table-thead>tr>th .ant-space,html[data-theme=dark] .users-management-root .ant-table-thead>tr>th .anticon,html[data-theme=dark] .users-management-root .ant-table-thead>tr>th .anticon svg,html[data-theme=dark] .users-management-root .ant-table-thead>tr>th .anticon svg path{color:var(--color-text-base, #e3eaeb) !important;fill:currentColor !important}html[data-theme=dark] .users-management-root .ant-table-tbody>tr>td,html[data-theme=dark] .users-management-root .ant-table-tbody>tr>td .ant-typography,html[data-theme=dark] .users-management-root .ant-table-tbody>tr>td span,html[data-theme=dark] .users-management-root .ant-table-tbody>tr>td a{color:var(--color-text-base, #e3eaeb)}html[data-theme=dark] .mapping-returns-collapse,html[data-theme=dark] .mapping-returns-collapse .ant-collapse-item,html[data-theme=dark] .mapping-returns-collapse .ant-collapse-header,html[data-theme=dark] .mapping-returns-collapse .ant-collapse-content,html[data-theme=dark] .mapping-returns-collapse .ant-collapse-content-box{background:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important;border-color:var(--color-border, #355356) !important}html[data-theme=dark] .ant-drawer .ant-drawer-content,html[data-theme=dark] .ant-drawer .ant-drawer-body,html[data-theme=dark] .ant-drawer .ant-drawer-header{background:var(--color-drawer-bg, var(--color-layout-bg, #0c1718)) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .drawer-title-main,html[data-theme=dark] .drawer-close-button,html[data-theme=dark] .drawer-close-button .anticon,html[data-theme=dark] .drawer-close-button svg,html[data-theme=dark] .drawer-close-button svg path{color:var(--color-text-base, #e3eaeb) !important;fill:currentColor !important}html[data-theme=dark] .drawer-title-sub{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .filter-selection-wrapper{background:var(--color-layout-bg, #0c1718) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .filter-selection-wrapper .ant-checkbox-wrapper,html[data-theme=dark] .filter-selection-wrapper .ant-checkbox+span{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .board-status-wrapper{background:var(--color-layout-bg, #0c1718) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .board-status-wrapper .ant-checkbox-wrapper,html[data-theme=dark] .board-status-wrapper .ant-checkbox+span{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .board-status-wrapper button{background:rgba(0,0,0,0) !important;border:none !important;box-shadow:none !important}html[data-theme=dark] .board-status-wrapper button .anticon,html[data-theme=dark] .board-status-wrapper button svg{color:inherit !important}html[data-theme=dark] .column-customization-wrapper{background:var(--color-layout-bg, #0c1718) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .column-customization-wrapper .ant-checkbox-wrapper,html[data-theme=dark] .column-customization-wrapper .ant-checkbox+span{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .column-customization-wrapper button:not(.ant-btn-primary){background:rgba(0,0,0,0) !important;border:none !important;box-shadow:none !important}html[data-theme=dark] .ant-drawer-body>div,html[data-theme=dark] .ant-drawer-body .top-section,html[data-theme=dark] .ant-drawer-body .bottom-section{color:var(--color-text-base, #e3eaeb)}html[data-theme=dark] .ant-drawer .ant-input,html[data-theme=dark] .ant-drawer .ant-input-affix-wrapper,html[data-theme=dark] .ant-drawer .ant-select-selector,html[data-theme=dark] .ant-drawer .ant-picker{background:var(--color-surface, #132122) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-drawer .scope-round-input.ant-input-affix-wrapper .ant-input,html[data-theme=dark] .ant-drawer .scope-round-input.ant-input-affix-wrapper input{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-drawer .scope-round-input.ant-input-affix-wrapper .ant-input::placeholder,html[data-theme=dark] .ant-drawer .scope-round-input.ant-input-affix-wrapper input::placeholder{color:var(--color-placeholder, #8ea1a2) !important;opacity:1 !important}html[data-theme=dark] .ant-drawer .scope-round-input.ant-input-affix-wrapper .scope-input-suffix-action{background-color:var(--color-primary, #62c8cd) !important;color:var(--color-on-primary, #052325) !important}html[data-theme=dark] .filter-views-wrapper{background:var(--color-layout-bg, #0c1718) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .filter-views-wrapper .ant-input{background:var(--color-surface, #132122) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .filter-views-wrapper .ant-btn,html[data-theme=dark] .filter-views-wrapper .ant-btn.ant-btn-text,html[data-theme=dark] .filter-views-wrapper .ant-btn.ant-btn-default{background:rgba(0,0,0,0) !important;border:none !important;border-radius:0 !important;box-shadow:none !important;min-width:auto !important;width:auto !important;height:auto !important;padding:2px !important}html[data-theme=dark] .filter-views-wrapper .ant-btn,html[data-theme=dark] .filter-views-wrapper .ant-btn .anticon,html[data-theme=dark] .filter-views-wrapper .ant-btn svg,html[data-theme=dark] .filter-views-wrapper .ant-btn svg path{color:var(--color-text-base, #e3eaeb) !important;fill:currentColor !important}html[data-theme=dark] .filter-views-wrapper .ant-btn:not(:disabled):not(.ant-btn-disabled):hover,html[data-theme=dark] .filter-views-wrapper .ant-btn:not(:disabled):not(.ant-btn-disabled):focus{background:rgba(0,0,0,0) !important;border:none !important;border-radius:0 !important;box-shadow:none !important;color:var(--color-primary, #62c8cd) !important}html[data-theme=dark] .filter-views-wrapper .ant-btn:not(:disabled):not(.ant-btn-disabled):hover .anticon,html[data-theme=dark] .filter-views-wrapper .ant-btn:not(:disabled):not(.ant-btn-disabled):hover svg,html[data-theme=dark] .filter-views-wrapper .ant-btn:not(:disabled):not(.ant-btn-disabled):hover svg path{color:var(--color-primary, #62c8cd) !important;fill:currentColor !important}html[data-theme=dark] .board-view-root .ant-card,html[data-theme=dark] .board-view-root .ant-card .ant-card-body{background:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important;border-color:var(--color-border, #355356) !important}html[data-theme=dark] .board-view-root .ant-typography{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .side-panel .user-menu-button,html[data-theme=dark] .side-panel .user-menu-button-small,html[data-theme=dark] .side-panel .user-menu-items{background:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .side-panel .user-menu-button:hover{background:var(--color-surface-raised, #1a2b2c) !important}html[data-theme=dark] .side-panel .action-box,html[data-theme=dark] .side-panel .action-box-icon,html[data-theme=dark] .side-panel .action-box-label,html[data-theme=dark] .side-panel .name-label-box>span{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .side-panel .action-box-icon>svg,html[data-theme=dark] .side-panel .action-box-icon>svg path,html[data-theme=dark] .side-panel .action-box-icon>.anticon,html[data-theme=dark] .side-panel .action-box-icon>.anticon svg,html[data-theme=dark] .side-panel .action-box-icon>.anticon svg path{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .side-panel .action-box-icon>svg path[stroke],html[data-theme=dark] .side-panel .action-box-icon>.anticon svg path[stroke]{stroke:currentColor !important}html[data-theme=dark] .side-panel .action-box-icon>svg path[fill]:not([fill=none]),html[data-theme=dark] .side-panel .action-box-icon>.anticon svg path[fill]:not([fill=none]){fill:currentColor !important}html[data-theme=dark] .anticon-usergroup-add,html[data-theme=dark] .anticon-pushpin{color:#fff !important}html[data-theme=dark] .anticon-usergroup-add svg,html[data-theme=dark] .anticon-pushpin svg,html[data-theme=dark] .anticon-usergroup-add svg path,html[data-theme=dark] .anticon-pushpin svg path{fill:currentColor !important;color:#fff !important}html[data-theme=dark] .ant-btn .anticon-usergroup-add,html[data-theme=dark] .ant-btn .anticon-pushpin,html[data-theme=dark] .ant-btn .anticon-usergroup-add svg,html[data-theme=dark] .ant-btn .anticon-pushpin svg,html[data-theme=dark] .ant-btn .anticon-usergroup-add svg path,html[data-theme=dark] .ant-btn .anticon-pushpin svg path{color:inherit !important;fill:currentColor !important}html[data-theme=dark] .ant-btn-primary .anticon-usergroup-add,html[data-theme=dark] .ant-btn-primary .anticon-pushpin,html[data-theme=dark] .ant-btn-primary .anticon-usergroup-add svg,html[data-theme=dark] .ant-btn-primary .anticon-pushpin svg,html[data-theme=dark] .ant-btn-primary .anticon-usergroup-add svg path,html[data-theme=dark] .ant-btn-primary .anticon-pushpin svg path{color:var(--color-on-primary, #052325) !important;fill:currentColor !important}html[data-theme=dark] .side-panel .ant-menu-item,html[data-theme=dark] .side-panel .ant-menu-title-content,html[data-theme=dark] .side-panel .ant-menu-item-icon{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-avatar-group .ant-avatar,html[data-theme=dark] .scope-avatar-group .ant-avatar{border-color:var(--color-avatar-border, #132122) !important}html[data-theme=dark] .dashboard-edit-view-button,html[data-theme=dark] .dashboard-edit-view-button .anticon,html[data-theme=dark] .dashboard-edit-view-button .anticon>svg{color:var(--color-text-base, #e3eaeb) !important;fill:currentColor !important;stroke:currentColor !important}html[data-theme=dark] .dashboard-edit-view-button .anticon>svg path{fill:currentColor !important;stroke:currentColor !important}html[data-theme=dark] .returns-popover-overlay .ant-popover-inner,html[data-theme=dark] .returns-popover-overlay .ant-popover-inner-content{background:var(--color-surface-raised, #1a2b2c) !important;border:1px solid var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .returns-popover-overlay .ant-popover-arrow::before,html[data-theme=dark] .returns-popover-overlay .ant-popover-arrow::after{background:var(--color-surface-raised, #1a2b2c) !important}html[data-theme=dark] .returns-popover-overlay .ant-table-thead>tr>th,html[data-theme=dark] .returns-popover-overlay .ant-table-thead>tr>td,html[data-theme=dark] .returns-popover-overlay .ant-table-thead .ant-table-cell{background:var(--color-surface, #132122) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .returns-popover-overlay .ant-table-thead>tr>th::before{background-color:rgba(0,0,0,0) !important}html[data-theme=dark] .returns-popover-overlay .ant-btn-default{background:var(--color-primary, #62c8cd) !important;border-color:var(--color-primary, #62c8cd) !important;color:var(--color-on-primary, #ffffff) !important;border-width:1.5px !important;border-radius:999px !important;min-height:30px !important;font-weight:600 !important}html[data-theme=dark] .returns-popover-overlay .ant-btn-default:hover,html[data-theme=dark] .returns-popover-overlay .ant-btn-default:focus{background:var(--color-primary-hover, #7dd4d8) !important;border-color:var(--color-primary-hover, #7dd4d8) !important;color:var(--color-on-primary, #ffffff) !important}html[data-theme=dark] .returns-popover-overlay .ant-btn-primary{background:var(--color-primary, #62c8cd) !important;border-color:var(--color-primary, #62c8cd) !important;color:var(--color-on-primary, #ffffff) !important;border-width:1.5px !important;border-radius:999px !important;min-height:30px !important;font-weight:600 !important}html[data-theme=dark] .returns-popover-overlay .ant-btn-primary:hover,html[data-theme=dark] .returns-popover-overlay .ant-btn-primary:focus{background:var(--color-primary-hover, #7dd4d8) !important;border-color:var(--color-primary-hover, #7dd4d8) !important;color:var(--color-on-primary, #ffffff) !important}html[data-theme=dark] .ant-popover:has(.context-menu-items) .ant-popover-inner,html[data-theme=dark] .ant-popover:has(.context-menu-items) .ant-popover-inner-content{background:var(--color-surface-raised, #1a2b2c) !important;border:1px solid var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important;box-shadow:none !important}html[data-theme=dark] .context-menu-items{background:var(--color-surface-raised, #1a2b2c) !important;border:1px solid var(--color-border, #355356) !important;box-shadow:none !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .context-menu-items .ant-btn,html[data-theme=dark] .context-menu-items .ant-btn.ant-btn-default,html[data-theme=dark] .context-menu-items .ant-btn.ant-btn-text{background:rgba(0,0,0,0) !important;border:none !important;border-radius:0 !important;box-shadow:none !important}html[data-theme=dark] .context-menu-items .ant-btn,html[data-theme=dark] .context-menu-items .ant-btn span,html[data-theme=dark] .context-menu-items a,html[data-theme=dark] .context-menu-items .anticon,html[data-theme=dark] .context-menu-items .anticon svg,html[data-theme=dark] .context-menu-items .ant-btn-icon svg,html[data-theme=dark] .context-menu-items svg{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .context-menu-items svg path[stroke]{stroke:currentColor !important;fill:none !important}html[data-theme=dark] .context-menu-items svg path[fill]:not([fill=none]){fill:currentColor !important}html[data-theme=dark] .context-menu-items .ant-btn:not(:disabled):not(.ant-btn-disabled):hover,html[data-theme=dark] .context-menu-items .ant-btn:not(:disabled):not(.ant-btn-disabled):focus,html[data-theme=dark] .context-menu-items .ant-btn:not(:disabled):not(.ant-btn-disabled):hover svg,html[data-theme=dark] .context-menu-items .ant-btn:not(:disabled):not(.ant-btn-disabled):hover .anticon,html[data-theme=dark] .context-menu-items .ant-btn:not(:disabled):not(.ant-btn-disabled):hover .anticon svg{background:var(--color-surface, #132122) !important;border:none !important;box-shadow:none !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .context-menu-items .ant-btn:not(:disabled):not(.ant-btn-disabled):hover svg path[stroke],html[data-theme=dark] .context-menu-items .ant-btn:not(:disabled):not(.ant-btn-disabled):focus svg path[stroke]{stroke:currentColor !important;fill:none !important}html[data-theme=dark] .context-menu-items .ant-btn:not(:disabled):not(.ant-btn-disabled):hover svg path[fill]:not([fill=none]),html[data-theme=dark] .context-menu-items .ant-btn:not(:disabled):not(.ant-btn-disabled):focus svg path[fill]:not([fill=none]){fill:currentColor !important}html[data-theme=dark] .context-menu-items .ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled),html[data-theme=dark] .context-menu-items .ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled),html[data-theme=dark] .context-menu-items .ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled) svg,html[data-theme=dark] .context-menu-items .ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled) .anticon{color:var(--color-status-danger, #ff7875) !important}html[data-theme=dark] .context-menu-items .ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled) svg path[stroke],html[data-theme=dark] .context-menu-items .ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled) svg path[stroke]{stroke:currentColor !important;fill:none !important}html[data-theme=dark] .context-menu-items .ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled) svg path[fill]:not([fill=none]),html[data-theme=dark] .context-menu-items .ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled) svg path[fill]:not([fill=none]){fill:currentColor !important}html[data-theme=dark] .context-menu-items .ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover,html[data-theme=dark] .context-menu-items .ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled):hover,html[data-theme=dark] .context-menu-items .ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover svg,html[data-theme=dark] .context-menu-items .ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover .anticon{background:var(--color-surface, #132122) !important;color:var(--color-status-danger, #ff7875) !important}html[data-theme=dark] .context-menu-items .ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover svg path[stroke],html[data-theme=dark] .context-menu-items .ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled):hover svg path[stroke]{stroke:currentColor !important;fill:none !important}html[data-theme=dark] .context-menu-items .ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover svg path[fill]:not([fill=none]),html[data-theme=dark] .context-menu-items .ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled):hover svg path[fill]:not([fill=none]){fill:currentColor !important}html[data-theme=dark] .returns-by-due-date-table .ant-table-tbody>tr>td,html[data-theme=dark] .returns-by-due-date-table .ant-table-tbody>tr>.ant-table-cell{background:var(--color-surface-raised, #1a2b2c) !important;border:1px solid #33585a !important}html[data-theme=dark] .returns-by-due-date-table .ant-table-tbody>tr>td:first-child,html[data-theme=dark] .returns-by-due-date-table .ant-table-tbody>tr>.ant-table-cell:first-child{border-inline-end:none !important}html[data-theme=dark] .returns-by-due-date-table .ant-table-tbody>tr>td:last-child,html[data-theme=dark] .returns-by-due-date-table .ant-table-tbody>tr>.ant-table-cell:last-child{border-inline-start:none !important}@keyframes l3{to{transform:rotate(1turn)}}@media(max-width: 1400px){#star-icon{display:none}}@media(max-width: 1750px){#star-icon{margin-inline-start:-30px}}@media(min-width: 1900px){#star-icon{margin-inline-start:-12px}}.capture-stat-card__label{font-size:14px;color:var(--color-text-muted, #5a6a6a);display:block;margin-bottom:8px}.capture-stat-card__value{font-size:32px;font-weight:600;color:var(--color-text-dark, #042a2a)}.capture-stat-card__subtitle{font-size:13px;color:var(--color-text-muted, #5a6a6a);display:block;margin-top:8px}.capture-stat-card--pending-review .capture-stat-card__value{color:var(--color-text-dark, #042a2a)}.capture-stat-card--reviewed .capture-stat-card__value{color:var(--color-text-dark, #042a2a)}.capture-stat-card--posted .capture-stat-card__value{color:var(--color-text-dark, #042a2a)}.capture-stat-history{display:flex;flex-direction:column;gap:20px;flex:1;min-height:0;height:100%}.drawer-panel-root{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.capture-stat-history__body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:20px;padding-right:4px;padding-bottom:24px;scrollbar-width:none;-ms-overflow-style:none}.capture-stat-history__body::-webkit-scrollbar{display:none}.capture-stat-history__filter-panel,.drawer-date-range-filter{flex-shrink:0;width:100%;max-width:560px;padding:16px;border:2px solid var(--color-border, #dbeae3);border-radius:16px;background:var(--color-surface, #f8fbfb);display:flex;flex-direction:column;gap:12px}.drawer-date-range-filter--compact{max-width:none;padding:12px;gap:10px}.capture-stat-history__filter-period-row,.drawer-date-range-filter__period-row{display:flex;align-items:center;gap:12px;width:100%;flex-wrap:wrap}.drawer-date-range-filter--compact .drawer-date-range-filter__period-row{flex-direction:column;align-items:stretch;gap:8px}.capture-stat-history__filter-period-label,.drawer-date-range-filter__period-label{flex-shrink:0;font-size:13px;font-weight:600;color:var(--color-text-dark, #042a2a);white-space:nowrap}.capture-stat-history__filter-period-control,.drawer-date-range-filter__period-control{flex:1;min-width:0;max-width:280px}.drawer-date-range-filter--compact .drawer-date-range-filter__period-control{max-width:none}.capture-stat-history__filter-custom-range,.drawer-date-range-filter__custom-range{flex-shrink:0;white-space:nowrap;font-size:13px}.capture-stat-history__filter-range-picker,.drawer-date-range-filter__range-picker{max-width:280px}.drawer-date-range-filter--compact .drawer-date-range-filter__range-picker{max-width:none}.drawer-date-range-filter-inline{display:flex;align-items:stretch;flex-shrink:0}.drawer-date-range-filter-inline>span{display:flex !important;align-items:stretch;height:100%}.drawer-date-range-filter-inline-trigger{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:112px;max-width:155px;width:100%;height:100%;flex-shrink:0;padding:0 10px;border-radius:10px;border:1px solid var(--color-border, #dbeae3);background:var(--color-surface-raised, #ffffff);box-shadow:0 0 10px 0 rgba(0,0,0,.05);color:var(--color-text-dark, #042a2a);font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1;cursor:pointer;box-sizing:border-box}.drawer-date-range-filter-inline-trigger:hover{border:2px solid #41aaaf;padding:0 9px}.drawer-date-range-filter-inline-trigger--active{border:2px solid #41aaaf;padding:0 9px}.drawer-date-range-filter-inline-trigger--placeholder .drawer-date-range-filter-inline-trigger__label{color:var(--color-text-muted, #5a6a6a)}.drawer-date-range-filter-inline-trigger__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--color-text-dark, #042a2a)}.drawer-date-range-filter-inline-trigger__icon{flex-shrink:0;font-size:10px;color:var(--color-text-muted, #5a6a6a)}.drawer-date-range-filter-popover .ant-popover-inner{padding:0;border-radius:10px;overflow:hidden}.drawer-date-range-filter__inline-panel{width:240px;max-width:min(280px,100vw - 48px);box-sizing:border-box}.drawer-date-range-filter__preset-list{display:flex;flex-direction:column;max-height:220px;overflow-y:auto;padding:6px 0}.drawer-date-range-filter__preset-option{display:block;width:100%;border:none;background:rgba(0,0,0,0);text-align:start;padding:8px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--color-text-dark, #042a2a);cursor:pointer}.drawer-date-range-filter__preset-option:hover{background:var(--color-surface, #f3f7f8)}.drawer-date-range-filter__preset-option--selected{background:var(--color-layout-bg, #e9f6f7);font-weight:600}.drawer-date-range-filter__inline-footer{display:flex;flex-direction:column;gap:10px;padding:12px 14px 14px;border-top:1px solid var(--color-border, #dbeae3);background:var(--color-surface, #f8fbfb)}.drawer-date-range-filter__inline-range-picker{width:100%;border-radius:10px;height:34px}html[data-theme=dark] .capture-stat-history__filter-panel,html[data-theme=dark] .drawer-date-range-filter,html[data-theme=dark] .drawer-date-range-filter__inline-footer,html[data-theme=dark] .drawer-date-range-filter__inline-panel,html[data-theme=dark] .drawer-date-range-filter-popover .ant-popover-inner,html[data-theme=dark] .drawer-date-range-filter-popover .ant-popover-inner-content{background:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .drawer-date-range-filter-inline-trigger{background:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important;box-shadow:none !important}html[data-theme=dark] .drawer-date-range-filter-inline-trigger__label,html[data-theme=dark] .drawer-date-range-filter__period-label,html[data-theme=dark] .drawer-date-range-filter__custom-range,html[data-theme=dark] .drawer-date-range-filter__preset-option{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .drawer-date-range-filter__preset-option:hover{background:var(--color-surface, #132122) !important}html[data-theme=dark] .drawer-date-range-filter__preset-option--selected{background:var(--color-surface-raised, #1a2b2c) !important}html[data-theme=dark] .drawer-date-range-filter__inline-footer{border-top:1px solid var(--color-border, #355356) !important}html[data-theme=dark] .drawer-date-range-filter__inline-range-picker.ant-picker,html[data-theme=dark] .drawer-date-range-filter__inline-range-picker .ant-picker-input>input{background:var(--color-surface, #132122) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}.capture-stat-history__empty{padding:24px 12px;text-align:center;font-size:13px;color:var(--color-text-muted, #5a6a6a)}.capture-stat-history__summary{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:16px}@media(max-width: 720px){.capture-stat-history__summary{grid-template-columns:1fr}}.capture-stat-history__summary-card{display:flex;flex-direction:column;gap:8px;padding:18px 20px;border:2px solid var(--color-border, #dbeae3);border-radius:16px;background:var(--color-surface-raised, #ffffff);min-width:0}.capture-stat-history__summary-card--pending{border-color:var(--color-status-warning, #c38a20);background:var(--color-status-warning-bg, #fff5e2)}.capture-stat-history__summary-card--reviewed{border-color:var(--color-status-success, #058181);background:var(--color-status-success-bg, #e9f6f7)}.capture-stat-history__summary-card--posted{border-color:var(--color-status-info, #054581);background:var(--color-status-info-bg, #e1edf6)}.capture-stat-history__summary-heading{display:flex;align-items:center;gap:8px;min-width:0}.capture-stat-history__summary-heading .capture-workflow-metric__icon{font-size:16px;line-height:1;flex-shrink:0}.capture-stat-history__summary-label{font-size:13px;font-weight:600;color:var(--color-text-muted, #5a6a6a);line-height:1.35;min-width:0}.capture-stat-history__summary-value{font-size:32px;font-weight:600;color:var(--color-text-dark, #042a2a);line-height:1.1}.capture-stat-history__summary-meta{font-size:13px;color:var(--color-text-muted, #5a6a6a);line-height:1.35}.capture-stat-history__sections{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px;align-items:start}@media(max-width: 720px){.capture-stat-history__sections{grid-template-columns:1fr}}.capture-stat-history__section-card{padding:18px 20px;border:2px solid var(--color-border, #dbeae3);border-radius:16px;background:var(--color-surface-raised, #ffffff);height:100%}.capture-stat-history__section-title{font-size:14px;font-weight:600;color:var(--color-text-dark, #042a2a);margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid #e8f0f0}.capture-stat-history__metric-grid{display:flex;flex-direction:column;gap:8px}.capture-stat-history__metric{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;min-width:0;padding:10px 14px;border-radius:10px;border:1px solid var(--color-border, #dbeae3);background:var(--color-surface, #f8fbfb)}.capture-stat-history__metric-label{font-size:12px;font-weight:600;color:var(--color-text-muted, #5a6a6a);line-height:1.35;flex:1;min-width:0}.capture-stat-history__metric-value{font-size:20px;font-weight:600;color:var(--color-text-dark, #042a2a);line-height:1.2;flex-shrink:0;min-width:2.5rem;text-align:end}.entity-capture-backlog{display:inline-flex;align-items:center;font-size:13px;line-height:1;direction:ltr}.entity-capture-backlog--link{color:inherit;text-decoration:none;align-items:center}.entity-capture-backlog--link:hover,.ant-table-row:hover .entity-capture-backlog--link,.ant-table-row:hover .entity-capture-backlog--link *{text-decoration:none !important}.entity-capture-backlog--link:hover{color:var(--color-primary, #41aaaf)}.entity-capture-backlog--enable{display:inline-flex}.entity-capture-backlog__metrics{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;direction:ltr}.entity-capture-backlog__metric{display:inline-flex;align-items:center;gap:4px;min-width:0;line-height:1;direction:ltr}.entity-capture-backlog__label,.entity-capture-backlog__value{display:inline-flex;align-items:center;font-size:12px;line-height:14px;flex-shrink:0}.entity-capture-backlog__label{font-weight:500;color:var(--color-text-dark, #042a2a)}.entity-capture-backlog__icon{display:inline-flex;align-items:center;justify-content:center;align-self:center;font-size:14px;line-height:1;flex-shrink:0;margin:0}.entity-capture-backlog__metric .entity-capture-backlog__icon{width:14px;height:14px;line-height:14px}.entity-capture-backlog__icon.anticon{vertical-align:middle}.entity-capture-backlog__icon svg{display:block}.entity-capture-backlog__icon--pending-review{color:var(--color-status-warning, #c38a20)}.entity-capture-backlog__icon--ready-to-post{color:var(--color-primary, #41aaaf)}.capture-workflow-metric__icon--posted{color:var(--color-status-info, #054581)}.entity-capture-backlog__value{font-weight:600;color:var(--color-text-dark, #042a2a)}.entity-capture-backlog--link:hover .entity-capture-backlog__value{color:var(--color-text-dark, #042a2a)}.entity-capture-backlog__tooltip{display:flex;flex-direction:column;gap:4px}.entity-capture-backlog__tooltip>div{white-space:nowrap}html.locale-ar .ant-btn,html.locale-ar .ant-btn-group{direction:ltr;unicode-bidi:isolate}html.locale-ar .transaction-table-date-cell{direction:ltr;unicode-bidi:isolate;display:inline-block;text-align:start}html.locale-ar .side-panel .user-menu-items .action-box-label,html.locale-ar .side-panel .user-menu-button .name-label-box,html.locale-ar .side-panel .user-menu-button .name-label-box>span,html[dir=rtl] .side-panel .user-menu-items .action-box-label,html[dir=rtl] .side-panel .user-menu-button .name-label-box,html[dir=rtl] .side-panel .user-menu-button .name-label-box>span{direction:rtl;unicode-bidi:isolate;text-align:start}html{--a11y-font-scale: 1}html,body{background:var(--color-surface-base, #ffffff);color:var(--color-text-base, #2e2e2e)}html.a11y-text-large{--a11y-font-scale: 1.125;--font-size-base: 15.75px;--font-size-small: 13.5px;--ant-font-size: 15.75px}html.a11y-text-larger{--a11y-font-scale: 1.25;--font-size-base: 17.5px;--font-size-small: 15px;--ant-font-size: 17.5px}html.a11y-text-large .header-container .ant-row,html.a11y-text-larger .header-container .ant-row{flex-wrap:wrap;row-gap:8px}html.a11y-text-large .header-container .ant-col:first-child,html.a11y-text-larger .header-container .ant-col:first-child{flex:1 1 auto;min-width:0;max-width:100%}html.a11y-text-large .header-container .ant-typography,html.a11y-text-larger .header-container .ant-typography{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}html.a11y-text-large .header-container .ant-col:last-child,html.a11y-text-larger .header-container .ant-col:last-child{flex:0 1 auto;display:flex;justify-content:flex-end;min-width:0}html.a11y-text-large .header-container .ant-space,html.a11y-text-larger .header-container .ant-space{flex-wrap:wrap;justify-content:flex-end;max-width:100%}html.a11y-text-large .header-container .ant-select,html.a11y-text-larger .header-container .ant-select{width:min(250px,100%) !important;max-width:220px !important}html.a11y-text-larger .header-container .ant-select{max-width:200px !important}html.a11y-text-large .side-panel .ant-menu-item,html.a11y-text-large .side-panel .ant-menu-title-content,html.a11y-text-large .user-menu-button,html.a11y-text-large .user-menu-button-small,html.a11y-text-larger .side-panel .ant-menu-item,html.a11y-text-larger .side-panel .ant-menu-title-content,html.a11y-text-larger .user-menu-button,html.a11y-text-larger .user-menu-button-small{font-size:calc(14px*var(--a11y-font-scale)) !important}.entities-page-content{width:100%;max-width:none;min-width:0;margin:0;box-sizing:border-box}html.a11y-text-large .accessibility-settings-page .a11y-section-title,html.a11y-text-larger .accessibility-settings-page .a11y-section-title{font-size:calc(16px*var(--a11y-font-scale))}html.a11y-text-large .accessibility-settings-page .a11y-section-help,html.a11y-text-large .accessibility-settings-page .a11y-footer-note,html.a11y-text-larger .accessibility-settings-page .a11y-section-help,html.a11y-text-larger .accessibility-settings-page .a11y-footer-note{font-size:calc(13px*var(--a11y-font-scale))}html.a11y-text-large .accessibility-settings-page .a11y-control-label,html.a11y-text-larger .accessibility-settings-page .a11y-control-label{font-size:calc(14px*var(--a11y-font-scale))}html.a11y-text-large .accessibility-settings-page .a11y-control-help,html.a11y-text-larger .accessibility-settings-page .a11y-control-help{font-size:calc(12px*var(--a11y-font-scale))}html.a11y-text-large .accessibility-settings-page .a11y-page-intro,html.a11y-text-larger .accessibility-settings-page .a11y-page-intro{font-size:calc(14px*var(--a11y-font-scale))}html.a11y-text-large .accessibility-settings-page .ant-typography,html.a11y-text-large .accessibility-settings-page .ant-radio-button-wrapper,html.a11y-text-larger .accessibility-settings-page .ant-typography,html.a11y-text-larger .accessibility-settings-page .ant-radio-button-wrapper{font-size:calc(14px*var(--a11y-font-scale)) !important}html.a11y-text-spacing-relaxed body,html.a11y-text-spacing-relaxed .layout,html.a11y-text-spacing-relaxed .layout-wide,html.a11y-text-spacing-relaxed .layout-narrow{line-height:1.75;letter-spacing:.04em;word-spacing:.12em}html.a11y-high-contrast{--color-text-dark: #000000;--color-text-base: #000000;--color-text-muted: #222222;--color-segmented-item: #222222;--color-tag-disabled: #333333;--color-placeholder: #333333;--color-border: #000000;--color-surface: #ffffff;--color-layout-bg: #ffffff;--color-link: #003366;--color-link-hover: #001a33;--color-primary: #267a7e;--color-primary-hover: #2a7f84;--color-primary-soft: #e6f7f7;--color-sso-button-bg: #d2edef;--color-text-disabled: #767676;--color-status-success: #047070;--color-status-warning: #7a5c12;--color-status-danger: #c12828;--color-status-info: #043a6b;--btn-primary-color: #267a7e;--btn-primary-hover-bg: #2a7f84;--ant-color-primary: #267a7e;--ant-color-primary-hover: #2a7f84;--ant-color-text: #000000;--ant-color-text-base: #000000;--ant-color-border: #000000;--ant-color-link: #003366;--ant-color-link-hover: #001a33}html.a11y-high-contrast body,html.a11y-high-contrast .layout,html.a11y-high-contrast .layout-wide,html.a11y-high-contrast .layout-narrow{color:#000;background-color:var(--color-surface-raised, #ffffff)}html.a11y-high-contrast .ant-btn,html.a11y-high-contrast .ant-input,html.a11y-high-contrast .ant-select-selector,html.a11y-high-contrast .ant-card,html.a11y-high-contrast .ant-table,html.a11y-high-contrast .ant-modal-content{border-color:#000 !important}html.a11y-high-contrast .ant-btn-primary:not(:disabled):not(.ant-btn-disabled){background-color:#267a7e !important;border-color:#267a7e !important;color:#fff !important}html.a11y-high-contrast .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover,html.a11y-high-contrast .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):focus{background-color:#2a7f84 !important;border-color:#2a7f84 !important;color:#fff !important}html.a11y-high-contrast .ant-btn-link,html.a11y-high-contrast .ant-btn-link span{color:#036 !important}html.a11y-high-contrast .ant-select-selection-placeholder,html.a11y-high-contrast .ant-select-selection-item{color:#595959 !important}html.a11y-high-contrast .ant-pagination-options-size-changer.ant-select,html.a11y-high-contrast .scope-table-page-size-select.ant-select,html.a11y-high-contrast .ant-pagination-options-size-changer.ant-select .ant-select-selection-item,html.a11y-high-contrast .scope-table-page-size-select.ant-select .ant-select-selection-item,html.a11y-high-contrast .ant-pagination-options-size-changer.ant-select .ant-select-selector,html.a11y-high-contrast .scope-table-page-size-select.ant-select .ant-select-selector,html.a11y-high-contrast .ant-pagination-options-size-changer.ant-select .ant-select-arrow,html.a11y-high-contrast .scope-table-page-size-select.ant-select .ant-select-arrow{color:#595959 !important}html.a11y-high-contrast .ant-input::placeholder,html.a11y-high-contrast .ant-input-affix-wrapper input::placeholder,html.a11y-high-contrast .ant-select-selection-placeholder,html.a11y-high-contrast .ant-picker-input input::placeholder{color:#595959 !important}html.a11y-high-contrast a{color:#036 !important;text-decoration:underline}html.a11y-high-contrast .ant-segmented{background:var(--color-surface-raised, #ffffff) !important}html.a11y-high-contrast .ant-segmented-item-label{color:var(--color-segmented-item, #222222) !important}html.a11y-high-contrast .ant-segmented-item-selected .ant-segmented-item-label{color:#000 !important}html.a11y-high-contrast .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:#267a7e !important;border-color:#267a7e !important;color:#fff !important}html.a11y-high-contrast .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{background:#2a7f84 !important;border-color:#2a7f84 !important;color:#fff !important}html.a11y-high-contrast .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before{background-color:#267a7e !important}html.a11y-high-contrast .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before{background-color:#2a7f84 !important}html.a11y-high-contrast .ant-radio-button-wrapper:not(.ant-radio-button-wrapper-disabled):hover{color:#267a7e !important}html.a11y-high-contrast .ant-switch.ant-switch-checked{background:#267a7e !important}html.a11y-high-contrast .ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#2a7f84 !important}html.a11y-high-contrast .switch-checked .ant-switch-handle::before{background:#267a7e !important}html.a11y-underline-links a{text-decoration:underline !important;text-underline-offset:2px}html.a11y-reduce-motion *,html.a11y-reduce-motion *::before,html.a11y-reduce-motion *::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}:focus-visible{outline:2px solid #41aaaf;outline-offset:2px}html.a11y-focus-strong :focus-visible{outline:3px solid #41aaaf !important;outline-offset:2px !important}html.a11y-high-contrast :focus-visible{outline:2px solid #000 !important;outline-offset:2px !important}html.a11y-high-contrast.a11y-focus-strong :focus-visible{outline:3px solid #000 !important;outline-offset:2px !important}html.a11y-high-contrast .capture-workflow-metric__icon--posted,html.a11y-high-contrast .transactions-file-state-stepper__step--posted .capture-workflow-metric__icon--posted{color:var(--color-status-info, #043a6b)}html.a11y-high-contrast .transactions-file-state-stepper__step--selected.transactions-file-state-stepper__step--posted{border-color:var(--color-status-info, #043a6b);background:var(--color-status-info-bg, #e1edf6)}.skip-to-main{position:absolute;left:-9999px;top:0;z-index:10000;padding:10px 16px;background:var(--color-text-dark, #042a2a);color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;border-radius:4px}.skip-to-main:focus,.skip-to-main:focus-visible{left:16px;top:16px;outline:2px solid #41aaaf;outline-offset:2px}#main-content:focus{outline:none}.layout-login .auth-form .ant-input::placeholder,.layout-login .login-form .ant-input::placeholder,.layout-login .auth-form .ant-input-affix-wrapper input::placeholder,.layout-login .login-form .ant-input-affix-wrapper input::placeholder,.layout-signup .auth-form .ant-input::placeholder,.layout-signup .login-form .ant-input::placeholder,.layout-signup .auth-form .ant-input-affix-wrapper input::placeholder,.layout-signup .login-form .ant-input-affix-wrapper input::placeholder{color:var(--color-placeholder, #5a6a6a);opacity:1}.layout-login .auth-form .ant-form-item-label>label,.layout-login .login-form .ant-form-item-label>label,.layout-signup .auth-form .ant-form-item-label>label,.layout-signup .login-form .ant-form-item-label>label{color:var(--color-text-dark, #042a2a)}.layout-login .sign-up-link,.layout-signup .sign-up-link{color:var(--color-text-dark, #042a2a);font-weight:600}html.a11y-login-mode .layout-login .auth-form .ant-form-item-label>label,html.a11y-login-mode .layout-login .login-form .ant-form-item-label>label,html.a11y-login-mode .layout-signup .auth-form .ant-form-item-label>label{color:var(--color-text-dark, #042a2a)}.accessibility-settings-page .a11y-page-title{font-family:var(--font-family, Inter, sans-serif);color:var(--color-text-dark, #042a2a) !important;margin-bottom:8px !important}.accessibility-settings-page .a11y-section-title{font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:var(--color-text-dark, #042a2a);margin-bottom:4px}.accessibility-settings-page .a11y-page-intro{display:block;font-family:var(--font-family, Inter, sans-serif);font-size:14px;margin-bottom:24px;max-width:720px;color:var(--color-text-muted, #5a6a6a)}.accessibility-settings-page .a11y-settings-stack{width:100%}.accessibility-settings-page .a11y-card{max-width:720px}.accessibility-settings-page .a11y-card--flat{width:100%;border:1px solid var(--color-border, #dbeae3);border-radius:10px;box-shadow:none;background:var(--color-surface-raised, #ffffff)}.accessibility-settings-page .a11y-card--flat .ant-card-body{padding:24px !important}.accessibility-settings-page .a11y-section-help{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:var(--color-text-muted, #5a6a6a);margin-bottom:16px}.accessibility-settings-page .a11y-control-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0;border-bottom:1px solid var(--color-border, #dbeae3)}.accessibility-settings-page .a11y-control-row:last-child{border-bottom:none;padding-bottom:0}.accessibility-settings-page .a11y-control-label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--color-text-dark, #042a2a)}.accessibility-settings-page .a11y-control-help{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:var(--color-text-muted, #5a6a6a);margin-top:2px}.accessibility-settings-page .a11y-footer-note{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:var(--color-text-muted, #5a6a6a);margin-top:8px}.accessibility-settings-page .a11y-footer-subnote{margin-top:4px}.accessibility-settings-page .a11y-footer-link-wrap{margin-top:12px}.accessibility-settings-page .a11y-preference-switch{margin-right:8px}.accessibility-settings-page .a11y-statement-link{color:var(--color-status-info, #054581);text-decoration:underline}.accessibility-settings-page .a11y-statement-link:hover{color:#043a6b}body,#app,.layout,.layout-wide,.layout-narrow{font-family:var(--font-family, Inter, sans-serif);color:var(--ant-color-text-base, #2e2e2e)}.ant-btn,.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-input-number-affix-wrapper,.ant-select,.ant-select-dropdown,.ant-picker,.ant-picker-dropdown,.ant-picker-calendar,.ant-form,.ant-form-item-label>label,.ant-table,.ant-table-wrapper,.ant-table-wrapper .ant-table,.ant-modal,.ant-modal-content,.ant-modal-confirm-body,.ant-drawer,.ant-drawer-content,.ant-tabs,.ant-checkbox-wrapper,.ant-radio-wrapper,.ant-radio-button-wrapper,.ant-typography,.ant-spin,.ant-alert,.ant-card,.ant-menu,.ant-dropdown,.ant-dropdown-menu,.ant-breadcrumb,.ant-pagination,.ant-segmented,.ant-transfer,.ant-popover,.ant-popover-inner,.ant-tooltip,.ant-tooltip-inner,.ant-tag,.ant-badge,.ant-switch,.ant-collapse,.ant-list,.ant-empty,.ant-result,.ant-steps,.ant-upload,.ant-descriptions,.ant-tree,.ant-cascader,.ant-mentions,.ant-timeline,.ant-statistic,.ant-progress,.ant-skeleton,.ant-divider,.ant-space,.ant-avatar,.ant-notification,.ant-notification-notice,.ant-message,.ant-message-notice-content{font-family:var(--ant-font-family, Inter, sans-serif) !important}.mapping-form-root{font-family:var(--ant-font-family, Inter, sans-serif) !important;color:var(--ant-color-text-base, #2e2e2e)}.mapping-form-root .mapping-label,.mapping-form-root .mapping-section,.mapping-form-root .mapping-section span,.mapping-form-root .system-generated,.mapping-form-root .mapping-box,.mapping-form-root .mapping-box-oos,.mapping-form-root .mapping-box-other,.mapping-form-root .oos-link,.mapping-form-root .entity-title,.mapping-form-root .mapping-details,.mapping-form-root .mapping-details span,.mapping-form-root .system-generated i,.mapping-form-root .system-generated em,.mapping-form-root .control-line-box,.mapping-form-root .tag-cash,.mapping-form-root .tag-reverse,.mapping-form-root .tags-all,.mapping-form-root .tag-OOS,.mapping-form-root .tag-OTHER,.mapping-form-root .mapping-description-box,.mapping-form-root .mapping-period-box,.mapping-form-root .mapping-note-text,.mapping-form-root .entity-name,.mapping-form-root .entity-other-info,.mapping-form-root table,.mapping-form-root td,.mapping-form-root th{font-family:var(--ant-font-family, Inter, sans-serif) !important}.mapping-form-root strong,.mapping-form-root b{font-family:var(--ant-font-family, Inter, sans-serif) !important}.mapping-form-root .ant-popover-inner-content{font-family:var(--ant-font-family, Inter, sans-serif) !important}.mapping-form-root .ant-transfer-list-content-item,.mapping-form-root .ant-transfer-list-content-item-text,.mapping-form-root .ant-transfer-list-header-title{font-family:var(--ant-font-family, Inter, sans-serif) !important}.ant-drawer .ant-drawer-mask,.ant-modal .ant-modal-mask,.ant-drawer-mask,.ant-modal-mask{background:var(--color-bg-mask, rgba(0, 0, 0, 0.45)) !important;background-color:var(--color-bg-mask, rgba(0, 0, 0, 0.45)) !important}.ant-segmented{background:var(--color-layout-bg, var(--ant-color-bg-layout, #eaf6f7)) !important;border-radius:4px !important}.ant-segmented .ant-segmented-item{border-radius:2px !important}.ant-segmented .ant-segmented-item-label{color:var(--color-segmented-item, #5a6a6a) !important}.ant-segmented .ant-segmented-item-selected:not(.ant-segmented-item-disabled){background-color:var(--color-surface-raised, #ffffff) !important;color:var(--ant-color-text-base, #2e2e2e) !important;box-shadow:0 1px 2px 0 rgba(0,0,0,.03),0 1px 6px -1px rgba(0,0,0,.02),0 2px 4px 0 rgba(0,0,0,.02) !important}.ant-segmented .ant-segmented-item-selected:not(.ant-segmented-item-disabled) .ant-segmented-item-label{color:var(--ant-color-text-base, #2e2e2e) !important}.ant-segmented .ant-segmented-thumb{background:var(--color-surface-raised, #ffffff) !important;border-radius:2px !important;box-shadow:0 1px 2px 0 rgba(0,0,0,.03),0 1px 6px -1px rgba(0,0,0,.02),0 2px 4px 0 rgba(0,0,0,.02) !important}.ant-segmented .ant-segmented-item:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled):hover .ant-segmented-item-label{color:var(--ant-color-text-base, #2e2e2e) !important}.ant-table-measure-row{pointer-events:none}.ant-btn-primary:not(:disabled):not(.ant-btn-disabled){background-color:var(--ant-color-primary, #41aaaf);border-color:var(--ant-color-primary, #41aaaf);color:var(--color-on-primary, #ffffff)}.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):focus{background-color:var(--ant-color-primary-hover, #64bbbd);border-color:var(--ant-color-primary-hover, #64bbbd);color:var(--color-on-primary, #ffffff)}html[data-theme=light] .scope-toggle-button.ant-btn:not(:hover),html[data-theme=light] .scope-toggle-button.ant-btn-primary:not(:hover),html[data-theme=light] .scope-round-add-button.ant-btn:not(:hover),html[data-theme=light] .scope-round-add-button.ant-btn-primary:not(:hover){background:#e9f6f7 !important;border-color:#dbeae3 !important;color:#042a2a !important}html[data-theme=light] .scope-toggle-button.ant-btn:not(:hover) .anticon,html[data-theme=light] .scope-toggle-button.ant-btn:not(:hover) .anticon svg,html[data-theme=light] .scope-toggle-button.ant-btn:not(:hover) span:not(.show-on-hover),html[data-theme=light] .scope-toggle-button.ant-btn-primary:not(:hover) .anticon,html[data-theme=light] .scope-toggle-button.ant-btn-primary:not(:hover) .anticon svg,html[data-theme=light] .scope-toggle-button.ant-btn-primary:not(:hover) span:not(.show-on-hover),html[data-theme=light] .scope-round-add-button.ant-btn:not(:hover) .anticon,html[data-theme=light] .scope-round-add-button.ant-btn:not(:hover) .anticon svg,html[data-theme=light] .scope-round-add-button.ant-btn:not(:hover) span:not(.show-on-hover),html[data-theme=light] .scope-round-add-button.ant-btn-primary:not(:hover) .anticon,html[data-theme=light] .scope-round-add-button.ant-btn-primary:not(:hover) .anticon svg,html[data-theme=light] .scope-round-add-button.ant-btn-primary:not(:hover) span:not(.show-on-hover){color:#042a2a !important;fill:currentColor !important}html[data-theme=light] .scope-toggle-button.ant-btn:not(:hover) .anticon svg path[fill]:not([fill=none]),html[data-theme=light] .scope-toggle-button.ant-btn-primary:not(:hover) .anticon svg path[fill]:not([fill=none]),html[data-theme=light] .scope-round-add-button.ant-btn:not(:hover) .anticon svg path[fill]:not([fill=none]),html[data-theme=light] .scope-round-add-button.ant-btn-primary:not(:hover) .anticon svg path[fill]:not([fill=none]){fill:currentColor !important}.scope-sso-login-stack{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.scope-sso-login-button.ant-btn,.scope-sso-login-button.ant-btn-default{min-width:320px;height:48px;border-radius:50px !important;background:var(--color-sso-button-bg, #d2edef) !important;background-color:var(--color-sso-button-bg, #d2edef) !important;border-color:var(--color-sso-button-bg, #d2edef) !important;color:var(--color-text-dark, #042a2a) !important;box-shadow:none !important;font-weight:400 !important}.scope-sso-login-button.ant-btn:hover,.scope-sso-login-button.ant-btn:focus,.scope-sso-login-button.ant-btn:active,.scope-sso-login-button.ant-btn-default:hover,.scope-sso-login-button.ant-btn-default:focus,.scope-sso-login-button.ant-btn-default:active{background:var(--color-primary-hover, #64bbbd) !important;background-color:var(--color-primary-hover, #64bbbd) !important;border-color:var(--color-primary-hover, #64bbbd) !important;color:var(--color-text-dark, #042a2a) !important;box-shadow:none !important}.scope-sso-login-button.ant-btn.scope-sso-login-button--qbo:hover,.scope-sso-login-button.ant-btn.scope-sso-login-button--qbo:focus,.scope-sso-login-button.ant-btn.scope-sso-login-button--qbo:active,.scope-sso-login-button.ant-btn-default.scope-sso-login-button--qbo:hover,.scope-sso-login-button.ant-btn-default.scope-sso-login-button--qbo:focus,.scope-sso-login-button.ant-btn-default.scope-sso-login-button--qbo:active{background:#d2edef !important;background-color:#d2edef !important;border-color:#d2edef !important}html[data-theme=dark] .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):not(.scope-icon-chip),html[data-theme=dark] .ant-btn-color-primary:not(:disabled):not(.ant-btn-disabled):not(.scope-icon-chip),html[data-theme=dark] .scope-button,html[data-theme=dark] button.scope-button,html[data-theme=dark] .scope-button.ant-btn,html[data-theme=dark] .ant-btn[style*="--color-primary"]:not(.scope-icon-chip),html[data-theme=dark] .ant-btn[style*="#41aaaf"]:not(.scope-icon-chip),html[data-theme=dark] .ant-btn[style*="#62c8cd"]:not(.scope-icon-chip),html[data-theme=dark] .ant-btn[style*="#64bbbd"]:not(.scope-icon-chip),html[data-theme=dark] .ant-btn[style*="#7dd4d8"]:not(.scope-icon-chip){color:var(--color-on-primary, #052325) !important}html[data-theme=dark] .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):not(.scope-icon-chip) span,html[data-theme=dark] .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):not(.scope-icon-chip) .anticon,html[data-theme=dark] .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):not(.scope-icon-chip) .anticon>svg,html[data-theme=dark] .ant-btn-color-primary:not(:disabled):not(.ant-btn-disabled):not(.scope-icon-chip) span,html[data-theme=dark] .ant-btn-color-primary:not(:disabled):not(.ant-btn-disabled):not(.scope-icon-chip) .anticon,html[data-theme=dark] .ant-btn-color-primary:not(:disabled):not(.ant-btn-disabled):not(.scope-icon-chip) .anticon>svg,html[data-theme=dark] .scope-button span,html[data-theme=dark] .scope-button .anticon,html[data-theme=dark] .scope-button .anticon>svg,html[data-theme=dark] button.scope-button span,html[data-theme=dark] button.scope-button .anticon,html[data-theme=dark] button.scope-button .anticon>svg,html[data-theme=dark] .scope-button.ant-btn span,html[data-theme=dark] .scope-button.ant-btn .anticon,html[data-theme=dark] .scope-button.ant-btn .anticon>svg,html[data-theme=dark] .ant-btn[style*="--color-primary"]:not(.scope-icon-chip) span,html[data-theme=dark] .ant-btn[style*="--color-primary"]:not(.scope-icon-chip) .anticon,html[data-theme=dark] .ant-btn[style*="--color-primary"]:not(.scope-icon-chip) .anticon>svg,html[data-theme=dark] .ant-btn[style*="#41aaaf"]:not(.scope-icon-chip) span,html[data-theme=dark] .ant-btn[style*="#41aaaf"]:not(.scope-icon-chip) .anticon,html[data-theme=dark] .ant-btn[style*="#41aaaf"]:not(.scope-icon-chip) .anticon>svg,html[data-theme=dark] .ant-btn[style*="#62c8cd"]:not(.scope-icon-chip) span,html[data-theme=dark] .ant-btn[style*="#62c8cd"]:not(.scope-icon-chip) .anticon,html[data-theme=dark] .ant-btn[style*="#62c8cd"]:not(.scope-icon-chip) .anticon>svg,html[data-theme=dark] .ant-btn[style*="#64bbbd"]:not(.scope-icon-chip) span,html[data-theme=dark] .ant-btn[style*="#64bbbd"]:not(.scope-icon-chip) .anticon,html[data-theme=dark] .ant-btn[style*="#64bbbd"]:not(.scope-icon-chip) .anticon>svg,html[data-theme=dark] .ant-btn[style*="#7dd4d8"]:not(.scope-icon-chip) span,html[data-theme=dark] .ant-btn[style*="#7dd4d8"]:not(.scope-icon-chip) .anticon,html[data-theme=dark] .ant-btn[style*="#7dd4d8"]:not(.scope-icon-chip) .anticon>svg{color:var(--color-on-primary, #052325) !important;fill:currentColor}html[data-theme=dark] .ant-btn-primary.ant-btn-disabled,html[data-theme=dark] .ant-btn-primary:disabled,html[data-theme=dark] .ant-btn-primary.ant-btn-disabled:hover,html[data-theme=dark] .ant-btn-primary:disabled:hover{background-color:color-mix(in srgb, var(--color-primary, #62c8cd) 16%, var(--color-surface, #132122)) !important;border-color:var(--btn-disabled-border, #355356) !important;color:var(--btn-disabled-text, #a9b8b9) !important}html[data-theme=dark] .ant-btn-primary.ant-btn-disabled span,html[data-theme=dark] .ant-btn-primary.ant-btn-disabled .anticon,html[data-theme=dark] .ant-btn-primary.ant-btn-disabled .anticon>svg,html[data-theme=dark] .ant-btn-primary:disabled span,html[data-theme=dark] .ant-btn-primary:disabled .anticon,html[data-theme=dark] .ant-btn-primary:disabled .anticon>svg,html[data-theme=dark] .ant-btn-primary.ant-btn-disabled:hover span,html[data-theme=dark] .ant-btn-primary.ant-btn-disabled:hover .anticon,html[data-theme=dark] .ant-btn-primary.ant-btn-disabled:hover .anticon>svg,html[data-theme=dark] .ant-btn-primary:disabled:hover span,html[data-theme=dark] .ant-btn-primary:disabled:hover .anticon,html[data-theme=dark] .ant-btn-primary:disabled:hover .anticon>svg{color:var(--btn-disabled-text, #a9b8b9) !important;fill:currentColor}html[data-theme=dark] .scope-icon-chip.ant-btn:not(:hover),html[data-theme=dark] .scope-icon-chip.ant-btn-primary:not(:hover),html[data-theme=dark] .scope-toggle-button.ant-btn:not(:hover),html[data-theme=dark] .scope-toggle-button.ant-btn-primary:not(:hover),html[data-theme=dark] .scope-round-add-button.ant-btn:not(:hover),html[data-theme=dark] .scope-round-add-button.ant-btn-primary:not(:hover){background:var(--color-surface-raised, #1a2b2c) !important;background-color:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-icon-chip.ant-btn:not(:hover) span,html[data-theme=dark] .scope-icon-chip.ant-btn:not(:hover) .anticon,html[data-theme=dark] .scope-icon-chip.ant-btn:not(:hover) .anticon svg,html[data-theme=dark] .scope-icon-chip.ant-btn-primary:not(:hover) span,html[data-theme=dark] .scope-icon-chip.ant-btn-primary:not(:hover) .anticon,html[data-theme=dark] .scope-icon-chip.ant-btn-primary:not(:hover) .anticon svg,html[data-theme=dark] .scope-toggle-button.ant-btn:not(:hover) span,html[data-theme=dark] .scope-toggle-button.ant-btn:not(:hover) .anticon,html[data-theme=dark] .scope-toggle-button.ant-btn:not(:hover) .anticon svg,html[data-theme=dark] .scope-toggle-button.ant-btn-primary:not(:hover) span,html[data-theme=dark] .scope-toggle-button.ant-btn-primary:not(:hover) .anticon,html[data-theme=dark] .scope-toggle-button.ant-btn-primary:not(:hover) .anticon svg,html[data-theme=dark] .scope-round-add-button.ant-btn:not(:hover) span,html[data-theme=dark] .scope-round-add-button.ant-btn:not(:hover) .anticon,html[data-theme=dark] .scope-round-add-button.ant-btn:not(:hover) .anticon svg,html[data-theme=dark] .scope-round-add-button.ant-btn-primary:not(:hover) span,html[data-theme=dark] .scope-round-add-button.ant-btn-primary:not(:hover) .anticon,html[data-theme=dark] .scope-round-add-button.ant-btn-primary:not(:hover) .anticon svg{color:var(--color-text-base, #e3eaeb) !important;fill:currentColor !important}html[data-theme=dark] .scope-icon-chip.ant-btn:not(:hover) .anticon svg path[fill]:not([fill=none]),html[data-theme=dark] .scope-icon-chip.ant-btn-primary:not(:hover) .anticon svg path[fill]:not([fill=none]),html[data-theme=dark] .scope-toggle-button.ant-btn:not(:hover) .anticon svg path[fill]:not([fill=none]),html[data-theme=dark] .scope-toggle-button.ant-btn-primary:not(:hover) .anticon svg path[fill]:not([fill=none]),html[data-theme=dark] .scope-round-add-button.ant-btn:not(:hover) .anticon svg path[fill]:not([fill=none]),html[data-theme=dark] .scope-round-add-button.ant-btn-primary:not(:hover) .anticon svg path[fill]:not([fill=none]){fill:currentColor !important}html[data-theme=dark] .scope-toggle-button.ant-btn:hover,html[data-theme=dark] .scope-toggle-button.ant-btn-primary:hover{color:var(--color-on-primary, #052325) !important}html[data-theme=dark] .scope-toggle-button.ant-btn:hover span,html[data-theme=dark] .scope-toggle-button.ant-btn:hover .show-on-hover,html[data-theme=dark] .scope-toggle-button.ant-btn:hover .anticon,html[data-theme=dark] .scope-toggle-button.ant-btn:hover .anticon svg,html[data-theme=dark] .scope-toggle-button.ant-btn-primary:hover span,html[data-theme=dark] .scope-toggle-button.ant-btn-primary:hover .show-on-hover,html[data-theme=dark] .scope-toggle-button.ant-btn-primary:hover .anticon,html[data-theme=dark] .scope-toggle-button.ant-btn-primary:hover .anticon svg{color:var(--color-on-primary, #052325) !important;fill:currentColor !important}html[data-theme=dark] .scope-toggle-button.ant-btn:hover .anticon svg path[fill]:not([fill=none]),html[data-theme=dark] .scope-toggle-button.ant-btn-primary:hover .anticon svg path[fill]:not([fill=none]){fill:currentColor !important}html[data-theme=dark] .scope-round-add-button.ant-btn:hover,html[data-theme=dark] .scope-round-add-button.ant-btn-primary:hover{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-round-add-button.ant-btn:hover span,html[data-theme=dark] .scope-round-add-button.ant-btn:hover .anticon,html[data-theme=dark] .scope-round-add-button.ant-btn:hover .anticon svg,html[data-theme=dark] .scope-round-add-button.ant-btn-primary:hover span,html[data-theme=dark] .scope-round-add-button.ant-btn-primary:hover .anticon,html[data-theme=dark] .scope-round-add-button.ant-btn-primary:hover .anticon svg{color:var(--color-text-base, #e3eaeb) !important;fill:currentColor !important}.ant-btn-link{color:var(--ant-color-link, #5e87b0)}.ant-btn-link:hover,.ant-btn-link:focus{color:var(--ant-color-link-hover, #406182);text-decoration:underline}.ant-spin,.ant-spin-dot-holder{color:var(--ant-color-primary, #41aaaf) !important}.ant-spin-dot .ant-spin-dot-item{background:var(--ant-color-primary, #41aaaf) !important}.ant-switch.ant-switch-checked{background:var(--ant-color-primary, #41aaaf)}.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:var(--ant-color-primary-hover, #64bbbd)}.ant-radio-checked .ant-radio-inner{border-color:var(--ant-color-primary, #41aaaf);background-color:var(--ant-color-primary, #41aaaf)}.ant-radio-wrapper:hover .ant-radio-inner,.ant-radio:hover .ant-radio-inner{border-color:var(--ant-color-primary, #41aaaf)}.ant-radio-checked::after{border-color:var(--ant-color-primary, #41aaaf) !important}.ant-radio-button-wrapper{font-family:var(--ant-font-family, Inter, sans-serif) !important;font-size:var(--ant-font-size, 14px) !important;color:var(--ant-color-text-base, #2e2e2e);border-color:var(--ant-color-border, #cccccc) !important}.ant-radio-button-wrapper:first-child{border-start-start-radius:4px !important;border-end-start-radius:4px !important}.ant-radio-button-wrapper:last-child{border-start-end-radius:4px !important;border-end-end-radius:4px !important}.ant-radio-button-wrapper:not(:first-child)::before{background-color:var(--ant-color-border, #cccccc) !important}.ant-radio-button-wrapper:not(.ant-radio-button-wrapper-disabled):hover{color:var(--ant-color-primary, #41aaaf) !important}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:var(--ant-color-primary, #41aaaf) !important;border-color:var(--ant-color-primary, #41aaaf) !important;color:var(--color-on-primary, #052325) !important}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{background:var(--ant-color-primary-hover, #64bbbd) !important;border-color:var(--ant-color-primary-hover, #64bbbd) !important;color:var(--color-on-primary, #052325) !important}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before{background-color:var(--ant-color-primary, #41aaaf) !important}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before{background-color:var(--ant-color-primary-hover, #64bbbd) !important}.ant-radio-group-outline .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:var(--color-surface-raised, #ffffff) !important;border-color:var(--ant-color-primary, #41aaaf) !important;color:var(--ant-color-primary, #41aaaf) !important}.ant-radio-group-outline .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:var(--ant-color-primary-hover, #64bbbd) !important;border-color:var(--ant-color-primary-hover, #64bbbd) !important}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){border-color:var(--ant-color-primary, #41aaaf) !important;color:var(--ant-color-primary, #41aaaf) !important}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before{background-color:var(--ant-color-primary, #41aaaf) !important}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0 0 2px rgba(65,170,175,.1) !important}.ant-radio-button-wrapper-disabled{color:var(--color-text-disabled, #bfbfbf) !important;background-color:var(--color-surface, #f3f7f8) !important}.ant-checkbox-checked .ant-checkbox-inner,.ant-checkbox-indeterminate .ant-checkbox-inner{background-color:var(--ant-color-primary, #41aaaf);border-color:var(--ant-color-primary, #41aaaf)}.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner{border-color:var(--ant-color-primary, #41aaaf)}.ant-checkbox-checked::after{border-color:var(--ant-color-primary, #41aaaf)}.ant-progress .ant-progress-bg{background-color:var(--ant-color-primary, #41aaaf)}.ant-progress-status-success .ant-progress-bg{background-color:var(--ant-color-primary, #41aaaf)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail::after{background-color:var(--ant-color-primary, #41aaaf) !important}.ant-checkbox-wrapper{color:var(--color-text-muted, #5a6a6a);font-size:var(--font-size-small, 12px);font-weight:400}.ant-checkbox .ant-checkbox-inner{border-radius:4px !important}.ant-input-affix-wrapper:not(.scope-round-input):not(.scope-form-input),.ant-input-number,.ant-input-number-affix-wrapper,.ant-select:not(.ant-select-customize-input):not(.scope-round-autocomplete):not(.scope-form-select):not(.scope-filter-select) .ant-select-selector,.ant-picker{border:1px solid var(--ant-color-border, #cccccc) !important;border-radius:4px !important}.ant-input:not(.scope-round-input):not(.scope-form-input){border:1px solid var(--ant-color-border, #cccccc) !important;border-radius:4px !important}.ant-input-affix-wrapper .ant-input{border:none !important;border-radius:0 !important;box-shadow:none !important;background:rgba(0,0,0,0) !important}.ant-input::placeholder,.ant-input-affix-wrapper input::placeholder,.ant-select-selection-placeholder,.ant-picker-input input::placeholder{color:var(--color-placeholder, #5a6a6a) !important}.ant-input:not(.scope-round-input):not(.scope-form-input):hover,.ant-input-affix-wrapper:not(.scope-round-input):not(.scope-form-input):hover,.ant-input-number:hover,.ant-select:not(.ant-select-disabled):not(.scope-round-autocomplete):not(.scope-form-select):not(.scope-filter-select):hover .ant-select-selector,.ant-picker:hover{border-color:var(--ant-color-primary, #41aaaf)}.ant-input-affix-wrapper .ant-input:hover,.ant-input-affix-wrapper .ant-input:focus{border:none !important;box-shadow:none !important}.ant-input:not(.scope-round-input):not(.scope-form-input):focus,.ant-input-focused:not(.scope-round-input):not(.scope-form-input),.ant-input-affix-wrapper-focused:not(.scope-round-input):not(.scope-form-input),.ant-input-number-focused,.ant-select-focused:not(.scope-round-autocomplete):not(.scope-form-select):not(.scope-filter-select) .ant-select-selector,.ant-picker-focused{border-color:var(--ant-color-primary, #41aaaf);box-shadow:0 0 0 2px rgba(65,170,175,.1)}.ant-picker-dropdown .ant-picker-now-btn{color:var(--ant-color-primary, #41aaaf) !important}.ant-picker-dropdown .ant-picker-now-btn:hover{color:var(--ant-color-primary-hover, #64bbbd) !important}.ant-picker-dropdown .ant-picker-cell-today .ant-picker-cell-inner::before{border-color:var(--ant-color-primary, #41aaaf) !important}.ant-picker-dropdown .ant-picker-cell-selected .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-cell-range-start .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-cell-range-end .ant-picker-cell-inner{background:var(--ant-color-primary, #41aaaf) !important}.ant-input-affix-wrapper-focused .ant-input,.ant-input-affix-wrapper:focus-within .ant-input{border:none !important;box-shadow:none !important}.scope-round-input.ant-input,.scope-round-input.ant-input-affix-wrapper,.scope-round-input.ant-input-outlined,.scope-round-input.ant-input-affix-wrapper-outlined{border:1px solid rgba(0,0,0,0) !important;border-radius:100px !important;box-shadow:none !important}.scope-round-input.ant-input>.ant-input,.scope-round-input.ant-input .ant-input,.scope-round-input.ant-input-affix-wrapper>.ant-input,.scope-round-input.ant-input-affix-wrapper .ant-input,.scope-round-input.ant-input-outlined>.ant-input,.scope-round-input.ant-input-outlined .ant-input,.scope-round-input.ant-input-affix-wrapper-outlined>.ant-input,.scope-round-input.ant-input-affix-wrapper-outlined .ant-input{border:none !important;border-radius:0 !important;box-shadow:none !important;outline:none !important;background:rgba(0,0,0,0) !important}.scope-round-input.ant-input:hover,.scope-round-input.ant-input:focus,.scope-round-input.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.scope-round-input.ant-input-affix-wrapper-focused,.scope-round-input.ant-input-affix-wrapper:focus-within{border:1px solid var(--ant-color-primary, #41aaaf) !important;box-shadow:none !important}.scope-round-input.ant-input-affix-wrapper{padding-inline-end:6px !important}.scope-round-input.ant-input-affix-wrapper .ant-input-suffix{margin-inline-start:4px}.scope-round-input.ant-input-affix-wrapper .scope-input-suffix-action.anticon{display:inline-flex !important;align-items:center;justify-content:center;width:33px;height:33px;padding:0 !important;border-radius:50%;background-color:var(--color-primary, #41aaaf) !important;color:var(--color-on-primary, #052325) !important;font-size:16px;cursor:pointer}.scope-form-input.ant-input,.scope-form-input.ant-input-affix-wrapper,.scope-form-input.ant-input-outlined,.scope-form-input.ant-input-affix-wrapper-outlined{border:1px solid var(--color-border, #dbeae3) !important;border-radius:0 !important;box-shadow:none !important;background:var(--color-surface-raised, #ffffff) !important}.scope-form-input.ant-input>.ant-input,.scope-form-input.ant-input .ant-input,.scope-form-input.ant-input-affix-wrapper>.ant-input,.scope-form-input.ant-input-affix-wrapper .ant-input,.scope-form-input.ant-input-outlined>.ant-input,.scope-form-input.ant-input-outlined .ant-input,.scope-form-input.ant-input-affix-wrapper-outlined>.ant-input,.scope-form-input.ant-input-affix-wrapper-outlined .ant-input{border:none !important;border-radius:0 !important;box-shadow:none !important;outline:none !important;background:rgba(0,0,0,0) !important}.scope-form-input.ant-input:hover,.scope-form-input.ant-input:focus,.scope-form-input.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.scope-form-input.ant-input-affix-wrapper-focused,.scope-form-input.ant-input-affix-wrapper:focus-within{border:1px solid var(--ant-color-primary, #41aaaf) !important;box-shadow:none !important}.scope-form-input.ant-input-affix-wrapper-focused .ant-input,.scope-form-input.ant-input-affix-wrapper:focus-within .ant-input{border:none !important;box-shadow:none !important}.scope-form-select.ant-select{border:1px solid var(--color-border, #dbeae3) !important;box-shadow:none !important}.scope-form-select.ant-select .ant-select-selector{border:1px solid rgba(0,0,0,0) !important;border-radius:0 !important;box-shadow:none !important}.scope-form-select.ant-select:not(.ant-select-disabled):hover,.scope-form-select.ant-select.ant-select-focused,.scope-form-select.ant-select.ant-select-open{border:1px solid var(--ant-color-primary, #41aaaf) !important;box-shadow:none !important}.scope-form-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,.scope-form-select.ant-select.ant-select-focused .ant-select-selector,.scope-form-select.ant-select.ant-select-open .ant-select-selector{border:1px solid rgba(0,0,0,0) !important;box-shadow:none !important}.scope-filter-select.ant-select{border:1px solid var(--color-border, #dbeae3) !important;border-radius:10px !important;box-shadow:0 0 10px 0 rgba(0,0,0,.05) !important}.scope-filter-select.ant-select .ant-select-selector{border:1px solid var(--ant-color-border, #cccccc) !important;border-radius:10px !important;box-shadow:none !important}.scope-filter-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,.scope-filter-select.ant-select.ant-select-focused .ant-select-selector,.scope-filter-select.ant-select.ant-select-open .ant-select-selector{border:2px solid var(--ant-color-primary, #41aaaf) !important;box-shadow:none !important}.scope-filter-select.ant-select.selected-filter .ant-select-selector{border:2px solid var(--ant-color-primary, #41aaaf) !important}.scope-round-autocomplete.ant-select .ant-select-selector{border:1px solid rgba(0,0,0,0) !important;border-radius:100px !important;background-color:var(--color-surface, #f3f7f8) !important;box-shadow:none !important}.scope-round-autocomplete.ant-select:not(.ant-select-disabled):hover .ant-select-selector,.scope-round-autocomplete.ant-select.ant-select-focused .ant-select-selector,.scope-round-autocomplete.ant-select.ant-select-open .ant-select-selector{border:1px solid var(--ant-color-primary, #41aaaf) !important;box-shadow:none !important}html[data-theme=dark] .scope-round-autocomplete.ant-select .ant-select-selector{background-color:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-round-autocomplete.ant-select .ant-select-selection-placeholder,html[data-theme=dark] .scope-round-autocomplete.ant-select .ant-select-selection-item,html[data-theme=dark] .scope-round-autocomplete.ant-select .ant-select-arrow{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .scope-round-autocomplete.ant-select:not(.ant-select-disabled):hover .ant-select-selector,html[data-theme=dark] .scope-round-autocomplete.ant-select.ant-select-focused .ant-select-selector,html[data-theme=dark] .scope-round-autocomplete.ant-select.ant-select-open .ant-select-selector{border:1px solid var(--ant-color-primary, #41aaaf) !important;box-shadow:none !important}.scope-language-select-option__flag--compact,.scope-language-select-option__flag-fallback--compact{width:20px;height:14px;object-fit:cover;border-radius:2px;display:block;flex-shrink:0}.scope-language-select-option__flag-fallback--compact{display:inline-flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;background-color:var(--color-surface, #f3f7f8);color:var(--color-text-muted, #5a6a6a)}.scope-language-select-dropdown .ant-dropdown-menu{border-radius:10px !important;padding:4px !important;box-shadow:0 4px 12px rgba(0,0,0,.08) !important;min-width:200px;background:var(--color-surface-raised, #ffffff) !important}.scope-language-select-dropdown .ant-dropdown-menu-item{color:var(--color-text-base, #2e2e2e) !important;font-size:var(--ant-font-size, 14px) !important;font-weight:400 !important;padding:8px 12px !important}.scope-language-select-dropdown .ant-dropdown-menu-title-content{display:flex !important;align-items:center !important;width:100%}.scope-language-select-dropdown .ant-dropdown-menu-item:hover,.scope-language-select-dropdown .ant-dropdown-menu-item-active{background-color:var(--color-primary-soft, #e6f7f7) !important}.scope-language-select-dropdown .ant-dropdown-menu-item-selected{background-color:var(--color-primary-soft, #e6f7f7) !important;color:var(--color-text-base, #2e2e2e) !important;font-weight:600 !important}.scope-language-select-dropdown .scope-language-select-option{display:inline-flex !important;align-items:center;gap:10px;width:100%}.scope-language-select-dropdown .scope-language-select-option__flag{width:18px;height:13px;object-fit:cover;border-radius:2px;flex-shrink:0;box-shadow:0 0 0 1px rgba(0,0,0,.06)}.scope-language-select-dropdown .scope-language-select-option__flag-fallback{width:18px;height:13px;display:inline-flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;background-color:var(--color-surface, #e8e8e8);color:var(--color-text-muted, #666);border-radius:2px;flex-shrink:0}.scope-language-select-dropdown .scope-language-select-option__code{min-width:22px;font-weight:600;color:var(--color-text-base, #2e2e2e) !important}.scope-language-select-dropdown .scope-language-select-option__name{color:var(--color-text-base, #2e2e2e) !important}.scope-language-select-dropdown .ant-dropdown-menu-item-selected .scope-language-select-option__code,.scope-language-select-dropdown .ant-dropdown-menu-item-selected .scope-language-select-option__name,.scope-language-select-dropdown .ant-dropdown-menu-item:hover .scope-language-select-option__code,.scope-language-select-dropdown .ant-dropdown-menu-item:hover .scope-language-select-option__name,.scope-language-select-dropdown .ant-dropdown-menu-item-active .scope-language-select-option__code,.scope-language-select-dropdown .ant-dropdown-menu-item-active .scope-language-select-option__name{color:var(--color-text-base, #2e2e2e) !important}.ant-pagination-options-size-changer.ant-select,.scope-table-page-size-select.ant-select{color:#9ca7b0 !important}.ant-pagination-options-size-changer.ant-select .ant-select-selector,.scope-table-page-size-select.ant-select .ant-select-selector{border-radius:10px !important;color:#9ca7b0 !important}.ant-pagination-options-size-changer.ant-select .ant-select-selection-item,.scope-table-page-size-select.ant-select .ant-select-selection-item{color:#9ca7b0 !important}.ant-pagination-options-size-changer.ant-select .ant-select-arrow,.scope-table-page-size-select.ant-select .ant-select-arrow{color:#9ca7b0 !important}.ant-pagination-options-size-changer.ant-select:not(.ant-select-disabled):hover .ant-select-selector,.ant-pagination-options-size-changer.ant-select.ant-select-focused .ant-select-selector,.ant-pagination-options-size-changer.ant-select.ant-select-open .ant-select-selector,.scope-table-page-size-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,.scope-table-page-size-select.ant-select.ant-select-focused .ant-select-selector,.scope-table-page-size-select.ant-select.ant-select-open .ant-select-selector{border-color:var(--ant-color-primary, #41aaaf) !important;box-shadow:0 0 0 2px rgba(65,170,175,.1) !important}.ant-pagination-options-size-changer.ant-select:not(.ant-select-disabled):hover .ant-select-selection-item,.ant-pagination-options-size-changer.ant-select.ant-select-focused .ant-select-selection-item,.ant-pagination-options-size-changer.ant-select.ant-select-open .ant-select-selection-item,.ant-pagination-options-size-changer.ant-select:not(.ant-select-disabled):hover .ant-select-arrow,.ant-pagination-options-size-changer.ant-select.ant-select-focused .ant-select-arrow,.ant-pagination-options-size-changer.ant-select.ant-select-open .ant-select-arrow,.scope-table-page-size-select.ant-select:not(.ant-select-disabled):hover .ant-select-selection-item,.scope-table-page-size-select.ant-select.ant-select-focused .ant-select-selection-item,.scope-table-page-size-select.ant-select.ant-select-open .ant-select-selection-item,.scope-table-page-size-select.ant-select:not(.ant-select-disabled):hover .ant-select-arrow,.scope-table-page-size-select.ant-select.ant-select-focused .ant-select-arrow,.scope-table-page-size-select.ant-select.ant-select-open .ant-select-arrow{color:#9ca7b0 !important}.scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item,.scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-content{color:#9ca7b0 !important;font-size:var(--ant-font-size, 14px) !important}.scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:var(--ant-color-bg-layout, #eaf6f7) !important}.scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) .ant-select-item-option-content{color:#9ca7b0 !important}.scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled),.scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-selected.ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:var(--color-layout-bg, #e9f6f7) !important;color:var(--color-text-dark, #042a2a) !important;font-weight:600 !important}.scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,.scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-selected.ant-select-item-option-active:not(.ant-select-item-option-disabled) .ant-select-item-option-content{color:var(--color-text-dark, #042a2a) !important;font-weight:600 !important}.scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state,.scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-selected.ant-select-item-option-active:not(.ant-select-item-option-disabled) .ant-select-item-option-state{color:var(--ant-color-primary, #41aaaf) !important}.ant-typography a,a.ant-typography,.ant-breadcrumb a,.ant-table a{color:var(--ant-color-link, #5e87b0)}.ant-typography a:hover,a.ant-typography:hover,.ant-breadcrumb a:hover,.ant-table a:hover{color:var(--ant-color-link-hover, #406182);text-decoration:underline}.ant-form-item-explain-error,.ant-form-item-has-error .ant-input,.ant-form-item-has-error .ant-input-affix-wrapper,.ant-form-item-has-error .ant-select-selector,.ant-form-item-has-error .ant-picker{color:var(--color-status-danger, var(--ant-color-error, #b94a48))}.ant-form-item-explain-error{font-size:13px;color:var(--color-status-danger, var(--ant-color-error, #b94a48)) !important}.ant-form-item-has-error .ant-input,.ant-form-item-has-error .ant-input-affix-wrapper,.ant-form-item-has-error .ant-select-selector,.ant-form-item-has-error .ant-picker{border-color:var(--color-status-danger, var(--ant-color-error, #b94a48))}.ant-form-item-has-error .scope-form-input.ant-input,.ant-form-item-has-error .scope-form-input.ant-input-affix-wrapper,.ant-form-item-has-error .scope-form-select.ant-select{border-color:var(--ant-color-error, #b94a48) !important}.ant-form-item-has-error .scope-form-select .ant-select-selector{border-color:rgba(0,0,0,0) !important}.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled),.ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled){color:var(--ant-color-error, #b94a48) !important}.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled) .anticon,.ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled) .anticon{color:var(--ant-color-error, #b94a48) !important}.ant-btn-default.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled),.ant-btn-default.ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled){background-color:var(--btn-warning-bg, #fce7e7) !important;color:var(--btn-warning-text, #d13131) !important;border-color:var(--btn-warning-bg, #fce7e7) !important}.ant-btn-default.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled) .anticon,.ant-btn-default.ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled) .anticon{color:var(--btn-warning-text, #d13131) !important}.ant-btn-default.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn-default.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):focus,.ant-btn-default.ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn-default.ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled):focus{background-color:var(--btn-warning-text, #d13131) !important;color:var(--btn-warning-bg, #fce7e7) !important;border-color:var(--btn-warning-bg, #fce7e7) !important;box-shadow:none}.ant-btn-default.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover .anticon,.ant-btn-default.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):focus .anticon,.ant-btn-default.ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled):hover .anticon,.ant-btn-default.ant-btn-color-dangerous:not(:disabled):not(.ant-btn-disabled):focus .anticon{color:var(--btn-warning-bg, #fce7e7) !important}.ant-dropdown-menu-item-danger,.ant-dropdown-menu-item-danger>.ant-dropdown-menu-title-content{color:var(--ant-color-error, #b94a48) !important}.ant-dropdown-menu-item-danger .anticon{color:var(--ant-color-error, #b94a48) !important}.ant-typography-danger{color:var(--ant-color-error, #b94a48) !important}.ant-row{display:flex;flex-flow:row wrap;min-width:0}.ant-col{position:relative;max-width:100%;min-height:1px}.ant-space{display:inline-flex}.ant-space-vertical{flex-direction:column}.ant-space-align-center{align-items:center}.ant-space-align-end{align-items:flex-end}.ant-badge{position:relative;display:inline-block;width:fit-content}.ant-badge .ant-badge-count{position:absolute;top:0;inset-inline-end:0;z-index:1;transform:translate(50%, -50%);transform-origin:100% 0}.ant-tabs .ant-tabs-tab{padding:12px 0 !important;margin:0 !important}.ant-tabs .ant-tabs-tab+.ant-tabs-tab{margin-inline-start:32px !important}.ant-tabs .ant-tabs-tab-btn{display:inline-flex !important;align-items:center !important;white-space:nowrap !important;font-family:var(--ant-font-family, Inter, sans-serif) !important;font-size:var(--ant-font-size, 14px) !important;font-weight:400 !important;line-height:1.5715 !important;color:var(--color-text-muted, #5a6a6a) !important;transition:color .2s}.ant-tabs .ant-tabs-tab:hover .ant-tabs-tab-btn{color:var(--color-text-dark, #042a2a) !important}.ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-text-dark, #042a2a) !important}.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs .ant-tabs-ink-bar,.ant-tabs .ant-tabs-ink-bar-animated,.ant-spin-container .ant-tabs .ant-tabs-ink-bar,.ant-spin-container .ant-tabs .ant-tabs-ink-bar-animated,.ant-spin-nested-loading .ant-tabs .ant-tabs-ink-bar,.ant-spin-nested-loading .ant-tabs .ant-tabs-ink-bar-animated,.ant-spin-blur .ant-tabs .ant-tabs-ink-bar,.ant-spin-blur .ant-tabs .ant-tabs-ink-bar-animated{background:var(--ant-color-primary, #41aaaf) !important;background-color:var(--ant-color-primary, #41aaaf) !important}.ant-tabs-top>.ant-tabs-nav::before,.ant-tabs .ant-tabs-nav::before,.ant-spin-container .ant-tabs-top>.ant-tabs-nav::before,.ant-spin-container .ant-tabs .ant-tabs-nav::before,.ant-spin-nested-loading .ant-tabs-top>.ant-tabs-nav::before,.ant-spin-nested-loading .ant-tabs .ant-tabs-nav::before,.ant-spin-blur .ant-tabs-top>.ant-tabs-nav::before,.ant-spin-blur .ant-tabs .ant-tabs-nav::before{border-bottom:1px solid #f0f0f0 !important}.ant-tabs-top>.ant-tabs-nav,.ant-tabs-bottom>.ant-tabs-nav{margin:0 !important}.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab{padding:20px 0 !important}.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab{padding:8px 0 !important}.ant-table-wrapper .ant-table-thead>tr>th,.ant-table-wrapper .ant-table-thead>tr>td,.ant-table-wrapper .ant-table-thead .ant-table-cell,.ant-table-header .ant-table-thead>tr>th,.ant-table-header .ant-table-thead .ant-table-cell{background:var(--color-surface-raised, #ffffff) !important;background-color:var(--color-surface-raised, #ffffff) !important}.ant-table-header{background:rgba(0,0,0,0) !important;background-color:rgba(0,0,0,0) !important}.ant-table-expanded-row>td,.ant-table-expanded-row:hover>td{background:var(--color-surface, #f3f7f8) !important}.ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td,.ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>.ant-table-cell{background:#e1f0ee !important;background-color:#e1f0ee !important}.ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected:hover>td,.ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-row-hover,.ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>.ant-table-cell.ant-table-cell-row-hover{background:#d5e3e2 !important;background-color:#d5e3e2 !important}.ant-layout{background:var(--ant-color-bg-layout, #eaf6f7)}.side-panel .ant-menu,.side-panel .ant-menu.ant-menu-root{background:rgba(0,0,0,0) !important;border-inline-end:none !important;box-shadow:none !important}.side-panel .ant-menu .ant-menu-item::after,.side-panel .ant-menu .ant-menu-item-selected::after,.side-panel .ant-menu .ant-menu-submenu-title::after,.side-panel .ant-menu.ant-menu-root .ant-menu-item::after,.side-panel .ant-menu.ant-menu-root .ant-menu-item-selected::after,.side-panel .ant-menu.ant-menu-root .ant-menu-submenu-title::after{display:none !important;border:none !important;border-inline-end:none !important;opacity:0 !important;width:0 !important}.side-panel .ant-menu .ant-menu-item,.side-panel .ant-menu.ant-menu-root .ant-menu-item{color:var(--color-text-dark, #042a2a) !important;border-radius:8px !important}.side-panel .ant-menu .ant-menu-item-selected,.side-panel .ant-menu.ant-menu-root .ant-menu-item-selected{background-color:var(--color-surface-raised, #ffffff) !important;color:var(--color-text-dark, #042a2a) !important}.side-panel .ant-menu .ant-menu-item:hover,.side-panel .ant-menu .ant-menu-item-active,.side-panel .ant-menu.ant-menu-root .ant-menu-item:hover,.side-panel .ant-menu.ant-menu-root .ant-menu-item-active{background-color:var(--color-surface-raised, #ffffff) !important;color:var(--color-primary, #267a7e) !important}.side-panel .ant-menu .ant-menu-item-selected:hover,.side-panel .ant-menu .ant-menu-item-selected.ant-menu-item-active,.side-panel .ant-menu .ant-menu-item-selected .ant-menu-title-content,.side-panel .ant-menu.ant-menu-root .ant-menu-item-selected:hover,.side-panel .ant-menu.ant-menu-root .ant-menu-item-selected.ant-menu-item-active,.side-panel .ant-menu.ant-menu-root .ant-menu-item-selected .ant-menu-title-content{color:var(--color-text-dark, #042a2a) !important}.side-panel .ant-menu .ant-menu-item{margin:10px 0 !important;margin-block:10px 0 !important}.side-panel--wide .ant-menu .ant-menu-item{display:flex !important;flex-direction:row !important;align-items:center !important;height:34px !important;min-height:34px !important;line-height:34px !important;width:100% !important;margin-inline:0 !important}.side-panel--wide .ant-menu .ant-menu-item .ant-menu-item-icon+span,.side-panel--wide .ant-menu .ant-menu-item .ant-menu-title-content{margin-inline-start:20px !important}.side-panel--narrow .ant-menu,.side-panel--narrow .ant-menu.ant-menu-root{width:100% !important;padding-inline:0 !important}.side-panel--narrow .ant-menu .ant-menu-item-divider{width:32px !important;margin-block:16px !important;margin-inline:auto !important}.side-panel--narrow .ant-menu .ant-menu-item{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;height:auto !important;min-height:52px !important;max-height:none !important;line-height:1 !important;width:auto !important;min-width:56px !important;max-width:calc(100% - 12px) !important;margin-inline:auto !important;padding-inline:4px !important;overflow:visible !important;box-sizing:border-box !important}.side-panel--narrow .ant-menu .ant-menu-item .ant-menu-item-icon{margin-inline-end:0 !important}.side-panel--narrow .ant-menu .ant-menu-item .ant-menu-item-icon+span,.side-panel--narrow .ant-menu .ant-menu-item .ant-menu-title-content{margin-inline-start:0 !important}.side-panel--narrow .ant-menu .ant-menu-item .ant-menu-title-content{font-size:10px !important;line-height:12px !important;text-align:center !important;white-space:normal !important;max-width:100% !important;overflow:visible !important;word-break:break-word !important}html[data-theme=dark] .ant-card,html[data-theme=dark] .ant-card .ant-card-head,html[data-theme=dark] .ant-card .ant-card-body,html[data-theme=dark] .ant-list,html[data-theme=dark] .ant-list-item,html[data-theme=dark] .ant-table,html[data-theme=dark] .ant-table-container,html[data-theme=dark] .ant-table-content,html[data-theme=dark] .ant-table-cell,html[data-theme=dark] .ant-table-thead>tr>th,html[data-theme=dark] .ant-table-tbody>tr>td,html[data-theme=dark] .ant-picker-panel,html[data-theme=dark] .ant-picker-content th,html[data-theme=dark] .ant-picker-content td,html[data-theme=dark] .ant-picker-calendar,html[data-theme=dark] .ant-picker-calendar-date,html[data-theme=dark] .ant-picker-calendar-header,html[data-theme=dark] .ant-pagination-item,html[data-theme=dark] .ant-radio-button-wrapper,html[data-theme=dark] .ant-modal-content,html[data-theme=dark] .ant-modal-header,html[data-theme=dark] .ant-modal-body,html[data-theme=dark] .ant-modal-footer,html[data-theme=dark] .ant-modal-confirm-body,html[data-theme=dark] .ant-popover-inner,html[data-theme=dark] .ant-dropdown-menu,html[data-theme=dark] .ant-select-dropdown{background:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important;border-color:var(--color-border, #355356) !important}html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item,html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-submenu-title,html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-title-content,html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item>a,html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item>span{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item .anticon,html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-submenu-arrow{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item:hover,html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item-active,html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover{background:#203739 !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item-selected,html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover{background:var(--color-primary-soft, #274547) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item-disabled,html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item-disabled .ant-dropdown-menu-title-content,html[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item-disabled>span{color:var(--color-text-disabled, #6f7f80) !important}html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu{background:var(--color-surface-raised, #1a2b2c) !important;box-shadow:0 4px 16px rgba(0,0,0,.45) !important}html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item,html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-title-content{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item:hover,html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item-active{background:#203739 !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item-selected,html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item-selected:hover,html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item-selected.ant-dropdown-menu-item-active{background:var(--color-primary-soft, #274547) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-language-select-dropdown .scope-language-select-option__code,html[data-theme=dark] .scope-language-select-dropdown .scope-language-select-option__name,html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item-selected .scope-language-select-option__code,html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item-selected .scope-language-select-option__name,html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item:hover .scope-language-select-option__code,html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item:hover .scope-language-select-option__name,html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item-active .scope-language-select-option__code,html[data-theme=dark] .scope-language-select-dropdown .ant-dropdown-menu-item-active .scope-language-select-option__name{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-modal-title,html[data-theme=dark] .ant-modal-close,html[data-theme=dark] .ant-modal-close-x,html[data-theme=dark] .ant-modal-confirm-title,html[data-theme=dark] .ant-modal-confirm-content{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-select-dropdown .ant-select-item,html[data-theme=dark] .ant-select-dropdown .ant-select-item-option-content{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:var(--color-surface, #132122) !important}html[data-theme=dark] .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) .ant-select-item-option-content{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-form-select.ant-select .ant-select-selection-item,html[data-theme=dark] .scope-form-select.ant-select .ant-select-selection-search-input,html[data-theme=dark] .scope-form-select.ant-select .ant-select-selection-placeholder{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-form-select.ant-select{border-color:var(--color-border, #355356) !important}html[data-theme=dark] .scope-form-select.ant-select .ant-select-arrow,html[data-theme=dark] .scope-form-select.ant-select .ant-select-clear{color:var(--color-primary, #62c8cd) !important}html[data-theme=dark] .label-text,html[data-theme=dark] .scope-form-label,html[data-theme=dark] .scope-form-label .label-text,html[data-theme=dark] .scope-form-label-optional{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-form-item-label>label,html[data-theme=dark] .ant-form-item-label>label>div,html[data-theme=dark] .ant-form-item-label label .scope-form-label{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-tooltip .ant-tooltip-inner{background-color:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important;border:1px solid var(--color-border, #355356)}html[data-theme=dark] .ant-tooltip .ant-tooltip-arrow::before{background:var(--color-surface-raised, #1a2b2c) !important}html[data-theme=dark] .scope-billing-vat-tooltip .ant-tooltip-inner,html[data-theme=dark] .scope-billing-vat-tooltip .ant-tooltip-inner div{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-input,html[data-theme=dark] .ant-input-affix-wrapper,html[data-theme=dark] .ant-input-number,html[data-theme=dark] .ant-input-number-input{background:var(--color-surface, #132122) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-input-affix-wrapper .ant-input{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-input::placeholder,html[data-theme=dark] .ant-input-affix-wrapper input::placeholder{color:var(--color-placeholder, #8ea1a2) !important}html[data-theme=dark] .ant-input-prefix,html[data-theme=dark] .ant-input-suffix,html[data-theme=dark] .ant-input-affix-wrapper .ant-input-prefix,html[data-theme=dark] .ant-input-affix-wrapper .ant-input-suffix,html[data-theme=dark] .ant-input-prefix .anticon:not(.scope-input-suffix-action),html[data-theme=dark] .ant-input-suffix .anticon:not(.scope-input-suffix-action){color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .scope-gray-card,html[data-theme=dark] .scope-gray-card .ant-card-body{background:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-gray-card::after{background-color:var(--color-surface-raised, #1a2b2c) !important;border-bottom-color:var(--color-border, #355356) !important;border-right-color:var(--color-border, #355356) !important}html[data-theme=dark] .scope-gray-card .ant-card-body span{color:var(--color-text-base, #e3eaeb)}html[data-theme=dark] .scope-input-suffix-action.anticon{color:var(--color-on-primary, #052325) !important}html[data-theme=dark] .scope-round-input.ant-input,html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper,html[data-theme=dark] .scope-round-input.ant-input-outlined,html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper-outlined{background:var(--color-surface, #132122) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-round-input.ant-input>.ant-input,html[data-theme=dark] .scope-round-input.ant-input .ant-input,html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper>.ant-input,html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper .ant-input,html[data-theme=dark] .scope-round-input.ant-input-outlined>.ant-input,html[data-theme=dark] .scope-round-input.ant-input-outlined .ant-input,html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper-outlined>.ant-input,html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper-outlined .ant-input{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-round-input.ant-input .ant-input-prefix,html[data-theme=dark] .scope-round-input.ant-input .ant-input-prefix .anticon:not(.scope-input-suffix-action),html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper .ant-input-prefix,html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper .ant-input-prefix .anticon:not(.scope-input-suffix-action),html[data-theme=dark] .scope-round-input.ant-input-outlined .ant-input-prefix,html[data-theme=dark] .scope-round-input.ant-input-outlined .ant-input-prefix .anticon:not(.scope-input-suffix-action),html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper-outlined .ant-input-prefix,html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper-outlined .ant-input-prefix .anticon:not(.scope-input-suffix-action){color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .scope-round-input.ant-input .ant-input-suffix .scope-input-suffix-action,html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper .ant-input-suffix .scope-input-suffix-action,html[data-theme=dark] .scope-round-input.ant-input-outlined .ant-input-suffix .scope-input-suffix-action,html[data-theme=dark] .scope-round-input.ant-input-affix-wrapper-outlined .ant-input-suffix .scope-input-suffix-action{color:var(--color-on-primary, #052325) !important}html[data-theme=dark] .scope-form-input.ant-input,html[data-theme=dark] .scope-form-input.ant-input-affix-wrapper{background:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-form-input.ant-input>.ant-input,html[data-theme=dark] .scope-form-input.ant-input .ant-input,html[data-theme=dark] .scope-form-input.ant-input-affix-wrapper>.ant-input,html[data-theme=dark] .scope-form-input.ant-input-affix-wrapper .ant-input{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .mapping-overview-wrapper,html[data-theme=dark] .mapping-form-root{color:var(--color-text-base, #e3eaeb) !important;background:var(--color-surface, #132122) !important}html[data-theme=dark] .mapping-overview-wrapper .ant-card,html[data-theme=dark] .mapping-overview-wrapper .ant-card-body,html[data-theme=dark] .mapping-overview-wrapper .ant-typography,html[data-theme=dark] .mapping-form-root .ant-card,html[data-theme=dark] .mapping-form-root .ant-card-body,html[data-theme=dark] .mapping-form-root .ant-typography{color:var(--color-text-base, #e3eaeb)}html[data-theme=dark] .mapping-overview-wrapper .mapping-details-box,html[data-theme=dark] .mapping-overview-wrapper .system-generated,html[data-theme=dark] .mapping-overview-wrapper .mapping-box,html[data-theme=dark] .mapping-overview-wrapper .mapping-box-oos,html[data-theme=dark] .mapping-overview-wrapper .mapping-box-other,html[data-theme=dark] .mapping-overview-wrapper .ant-transfer-list-content,html[data-theme=dark] .mapping-overview-wrapper .ant-transfer-list-body,html[data-theme=dark] .mapping-form-root .mapping-details-box,html[data-theme=dark] .mapping-form-root .system-generated,html[data-theme=dark] .mapping-form-root .mapping-box,html[data-theme=dark] .mapping-form-root .mapping-box-oos,html[data-theme=dark] .mapping-form-root .mapping-box-other,html[data-theme=dark] .mapping-form-root .ant-transfer-list-content,html[data-theme=dark] .mapping-form-root .ant-transfer-list-body{background:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .mapping-overview-wrapper .ant-transfer-list-header,html[data-theme=dark] .mapping-form-root .ant-transfer-list-header{background:var(--color-surface, #132122) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-empty .ant-empty-description,html[data-theme=dark] .ant-empty-description{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-empty .ant-empty-image svg,html[data-theme=dark] .ant-empty-image svg{color:var(--color-text-muted, #a9b8b9) !important;fill:currentColor !important}html[data-theme=dark] .ant-radio-group-solid .ant-radio-button-wrapper:not(.ant-radio-button-wrapper-checked):not(.ant-radio-button-wrapper-disabled){color:var(--color-text-base, #e3eaeb) !important;background:var(--color-surface, #132122) !important;border-color:var(--color-border, #355356) !important}html[data-theme=dark] .ant-card-head-title,html[data-theme=dark] .ant-typography,html[data-theme=dark] .ant-picker-calendar-header,html[data-theme=dark] .ant-picker-content th,html[data-theme=dark] .ant-picker-content td,html[data-theme=dark] .ant-picker-calendar-date-value{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-filter-select.ant-select{border:1px solid var(--color-border, #355356) !important;border-radius:10px !important;background:var(--color-surface, #132122) !important;box-shadow:none !important}html[data-theme=dark] .scope-filter-select.ant-select .ant-select-selector{background:var(--color-surface, #132122) !important;border:1px solid var(--color-border, #355356) !important;border-radius:10px !important;color:var(--color-text-base, #e3eaeb) !important;box-shadow:none !important}html[data-theme=dark] .scope-filter-select.ant-select .ant-select-selection-placeholder,html[data-theme=dark] .scope-filter-select.ant-select .ant-select-selection-item,html[data-theme=dark] .scope-filter-select.ant-select .ant-select-arrow{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-filter-select.ant-select .ant-select-clear,html[data-theme=dark] .scope-filter-select.ant-select .ant-select-clear .anticon{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .scope-filter-select.ant-select .ant-select-clear svg,html[data-theme=dark] .scope-filter-select.ant-select .ant-select-clear .anticon svg{color:var(--color-text-muted, #a9b8b9) !important;fill:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .scope-filter-select.ant-select .ant-select-clear svg path,html[data-theme=dark] .scope-filter-select.ant-select .ant-select-clear .anticon svg path{fill:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .scope-filter-select.ant-select.selected-filter .ant-select-selector,html[data-theme=dark] .scope-filter-select.ant-select:hover .ant-select-selector,html[data-theme=dark] .scope-filter-select.ant-select.ant-select-focused .ant-select-selector,html[data-theme=dark] .scope-filter-select.ant-select.ant-select-open .ant-select-selector{border-color:var(--ant-color-primary, #62c8cd) !important;box-shadow:none !important}html[data-theme=dark] .ant-btn-default:not(.ant-btn-dangerous):not(.ant-btn-color-dangerous):not(.ant-btn-text):not(.ant-btn-link):not(.ant-btn-icon-only):not(.scope-sso-login-button),html[data-theme=dark] .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-color-dangerous):not(.ant-btn-text):not(.ant-btn-link):not(.ant-btn-icon-only):not(.scope-sso-login-button),html[data-theme=dark] .ant-pagination-prev .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-next .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-jump-prev .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-jump-next .ant-pagination-item-link{background:var(--color-surface, #132122) !important;border:1px solid var(--color-border, #355356) !important;border-radius:9999px !important;color:var(--color-text-base, #e3eaeb) !important;box-shadow:none !important;font-weight:600 !important}html[data-theme=dark] .ant-btn-default:not(.ant-btn-dangerous):not(.ant-btn-color-dangerous):not(.ant-btn-text):not(.ant-btn-link):not(.ant-btn-icon-only):hover,html[data-theme=dark] .ant-btn-default:not(.ant-btn-dangerous):not(.ant-btn-color-dangerous):not(.ant-btn-text):not(.ant-btn-link):not(.ant-btn-icon-only):focus,html[data-theme=dark] .ant-pagination-prev .ant-pagination-item-link:hover,html[data-theme=dark] .ant-pagination-next .ant-pagination-item-link:hover,html[data-theme=dark] .ant-pagination-jump-prev .ant-pagination-item-link:hover,html[data-theme=dark] .ant-pagination-jump-next .ant-pagination-item-link:hover{background:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--ant-color-primary, #62c8cd) !important;color:var(--color-text-base, #e3eaeb) !important;box-shadow:none !important}html[data-theme=dark] .ant-btn-text:not(.scope-export-guide-btn),html[data-theme=dark] .ant-btn-link,html[data-theme=dark] .ant-btn-icon-only:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.menu-size-button),html[data-theme=dark] .context-menu-items .ant-btn{background:rgba(0,0,0,0) !important;border:none !important;border-radius:0 !important;box-shadow:none !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-btn-text:not(.scope-export-guide-btn):hover,html[data-theme=dark] .ant-btn-link:hover,html[data-theme=dark] .ant-btn-icon-only:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.menu-size-button):hover,html[data-theme=dark] .context-menu-items .ant-btn:hover{background:rgba(0,0,0,0) !important;border:none !important;color:var(--color-primary, #62c8cd) !important}html[data-theme=dark] .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.scope-export-guide-btn)>span,html[data-theme=dark] .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.scope-export-guide-btn) .anticon,html[data-theme=dark] .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.scope-export-guide-btn) svg{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.scope-export-guide-btn) svg path[stroke]{stroke:currentColor !important}html[data-theme=dark] .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.scope-export-guide-btn) svg path[fill]:not([fill=none]):not([fill=white]){fill:currentColor !important}html[data-theme=dark] .ant-btn.scope-export-guide-btn,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text{background:var(--color-surface, #132122) !important;border:1px solid var(--color-border, #355356) !important;border-radius:10px !important;box-shadow:none !important;color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-btn.scope-export-guide-btn>span,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text>span,html[data-theme=dark] .ant-btn.scope-export-guide-btn .anticon,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text .anticon,html[data-theme=dark] .ant-btn.scope-export-guide-btn svg,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text svg{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-btn.scope-export-guide-btn:hover,html[data-theme=dark] .ant-btn.scope-export-guide-btn:focus,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text:hover,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text:focus{background:var(--color-surface, #132122) !important;border-color:var(--color-primary, #62c8cd) !important;color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-btn.scope-export-guide-btn:hover>span,html[data-theme=dark] .ant-btn.scope-export-guide-btn:focus>span,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text:hover>span,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text:focus>span,html[data-theme=dark] .ant-btn.scope-export-guide-btn:hover .anticon,html[data-theme=dark] .ant-btn.scope-export-guide-btn:focus .anticon,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text:hover .anticon,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text:focus .anticon,html[data-theme=dark] .ant-btn.scope-export-guide-btn:hover svg,html[data-theme=dark] .ant-btn.scope-export-guide-btn:focus svg,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text:hover svg,html[data-theme=dark] .scope-export-guide-btn.ant-btn-text:focus svg{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .scope-table-page-size-select.ant-select,html[data-theme=dark] .ant-pagination-options-size-changer.ant-select{background:var(--color-surface, #132122) !important;border-radius:10px !important;box-shadow:none !important}html[data-theme=dark] .scope-table-page-size-select.ant-select .ant-select-selector,html[data-theme=dark] .ant-pagination-options-size-changer.ant-select .ant-select-selector{background:var(--color-surface, #132122) !important;border:1px solid var(--color-border, #355356) !important;border-radius:10px !important;color:var(--color-text-base, #e3eaeb) !important;box-shadow:none !important}html[data-theme=dark] .scope-table-page-size-select.ant-select .ant-select-selection-item,html[data-theme=dark] .scope-table-page-size-select.ant-select .ant-select-arrow,html[data-theme=dark] .ant-pagination-options-size-changer.ant-select .ant-select-selection-item,html[data-theme=dark] .ant-pagination-options-size-changer.ant-select .ant-select-arrow{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-page-size-select.ant-select:hover .ant-select-selector,html[data-theme=dark] .scope-table-page-size-select.ant-select.ant-select-focused .ant-select-selector,html[data-theme=dark] .scope-table-page-size-select.ant-select.ant-select-open .ant-select-selector,html[data-theme=dark] .ant-pagination-options-size-changer.ant-select:hover .ant-select-selector,html[data-theme=dark] .ant-pagination-options-size-changer.ant-select.ant-select-focused .ant-select-selector,html[data-theme=dark] .ant-pagination-options-size-changer.ant-select.ant-select-open .ant-select-selector{border-color:var(--ant-color-primary, #62c8cd) !important;box-shadow:none !important}html[data-theme=dark] .ant-table-thead>tr>th,html[data-theme=dark] .ant-table-wrapper .ant-table-thead>tr>th,html[data-theme=dark] .ant-table-wrapper .ant-table-thead .ant-table-cell{background:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-table-thead>tr>th *:not(.pricing-most-popular-label),html[data-theme=dark] .ant-table-wrapper .ant-table-thead>tr>th *:not(.pricing-most-popular-label),html[data-theme=dark] .ant-table-wrapper .ant-table-thead .ant-table-cell *:not(.pricing-most-popular-label),html[data-theme=dark] .ant-table-column-sorters,html[data-theme=dark] .ant-table-column-title,html[data-theme=dark] .ant-table-column-sorter,html[data-theme=dark] .ant-table-column-sorter .anticon,html[data-theme=dark] .ant-table-filter-column .ant-dropdown-trigger,html[data-theme=dark] .ant-table-filter-column .anticon{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-table-thead>tr>th .pricing-most-popular-label,html[data-theme=dark] .ant-table-wrapper .ant-table-thead>tr>th .pricing-most-popular-label,html[data-theme=dark] .ant-table-wrapper .ant-table-thead .ant-table-cell .pricing-most-popular-label,html[data-theme=dark] .pricing-page .pricing-most-popular-label{color:#052325 !important}html[data-theme=dark] .pricing-page .pricing-feature-help-icon,html[data-theme=dark] .pricing-page .pricing-feature-help-icon.anticon,html[data-theme=dark] .ant-table-tbody .pricing-feature-help-icon,html[data-theme=dark] .ant-table-tbody .pricing-feature-help-icon.anticon{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .pricing-page .pricing-feature-help-icon svg,html[data-theme=dark] .ant-table-tbody .pricing-feature-help-icon svg{fill:currentColor !important}html[data-theme=dark] .ant-table-tbody>tr:hover>td,html[data-theme=dark] .ant-table-row:hover>td{background:var(--color-surface-raised, #1a2b2c) !important}html[data-theme=dark] .ant-picker-cell-in-view .ant-picker-cell-inner{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-picker-cell-disabled .ant-picker-cell-inner{color:var(--color-text-disabled, #6f7f80) !important}html[data-theme=dark] .ant-picker-calendar-date-today .ant-picker-calendar-date-value{color:var(--ant-color-primary, #62c8cd) !important}html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .ant-popover-inner,html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .ant-popover-inner-content,html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__inline-panel,html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__inline-footer,html[data-theme=dark] .drawer-date-range-filter-popover .ant-popover-inner,html[data-theme=dark] .drawer-date-range-filter-popover .ant-popover-inner-content,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__inline-panel,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__inline-footer{background:var(--color-surface-raised, #1a2b2c) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__preset-option,html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__period-label,html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__custom-range,html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .ant-checkbox-wrapper,html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .ant-checkbox+span,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__preset-option,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__period-label,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__custom-range,html[data-theme=dark] .drawer-date-range-filter-popover .ant-checkbox-wrapper,html[data-theme=dark] .drawer-date-range-filter-popover .ant-checkbox+span{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__preset-option,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__preset-option{background:var(--color-surface-raised, #1a2b2c) !important}html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__preset-option:hover,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__preset-option:hover{background:var(--color-surface, #132122) !important}html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__preset-option--selected,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__preset-option--selected{background:var(--color-surface-raised, #1a2b2c) !important}html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__inline-range-picker.ant-picker,html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__inline-range-picker .ant-picker-input>input,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__inline-range-picker.ant-picker,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__inline-range-picker .ant-picker-input>input{background:var(--color-surface, #132122) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__inline-range-picker .ant-picker-suffix,html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__inline-range-picker .ant-picker-separator,html[data-theme=dark] .ant-popover.drawer-date-range-filter-popover .drawer-date-range-filter__inline-range-picker .ant-picker-clear,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__inline-range-picker .ant-picker-suffix,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__inline-range-picker .ant-picker-separator,html[data-theme=dark] .drawer-date-range-filter-popover .drawer-date-range-filter__inline-range-picker .ant-picker-clear{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown{background:var(--color-surface-raised, #1a2b2c) !important;border:1px solid var(--color-border, #355356) !important}html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .ant-select-item,html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .ant-select-item-option-content,html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-panel,html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-custom-range,html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-custom-range .ant-checkbox+span,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .ant-select-item,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .ant-select-item-option-content,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-panel,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-custom-range,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-custom-range .ant-checkbox+span{color:var(--color-text-base, #e3eaeb) !important;background:rgba(0,0,0,0) !important}html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-form-select.ant-select .ant-select-selector,html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-range-picker.ant-picker,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-form-select.ant-select .ant-select-selector,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-range-picker.ant-picker{background:var(--color-surface, #132122) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-form-select.ant-select .ant-select-selection-item,html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-form-select.ant-select .ant-select-selection-placeholder,html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-form-select.ant-select .ant-select-arrow,html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-range-picker .ant-picker-input>input,html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-range-picker .ant-picker-suffix,html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-range-picker .ant-picker-separator,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-form-select.ant-select .ant-select-selection-item,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-form-select.ant-select .ant-select-selection-placeholder,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-form-select.ant-select .ant-select-arrow,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-range-picker .ant-picker-input>input,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-range-picker .ant-picker-suffix,html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .dashboard-date-filter-range-picker .ant-picker-separator{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled),html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:var(--color-surface, #132122) !important}html[data-theme=dark] .submitted-returns-date-filter-dropdown.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled),html[data-theme=dark] .time-to-submit-date-filter-dropdown.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--color-surface-raised, #1a2b2c) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown{background:var(--color-surface-raised, #1a2b2c) !important;border:1px solid var(--color-border, #355356) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-select-item,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-select-item-option-content,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-space,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-space-item,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-checkbox+span{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:var(--color-surface, #132122) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-divider{border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-divider-inner-text{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-attachments-section-title,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-attachments-row,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-attachments-heading,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-attachments-divider.ant-divider,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-attachments-divider .ant-divider-inner-text{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-attachments-heading::before,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-attachments-heading::after{background:var(--color-border, #355356) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-attachments-divider.ant-divider::before,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-attachments-divider.ant-divider::after{border-color:var(--color-border, #355356) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .edit-friendly-name-form .ant-tabs-tab-btn{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .edit-friendly-name-form .ant-tabs-tab:hover .ant-tabs-tab-btn,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .edit-friendly-name-form .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-collapse,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-collapse-content,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-collapse-content-box{background:var(--color-surface-base, #091213) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-collapse-header,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-collapse-header-text,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-collapse-expand-icon,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-collapse-expand-icon .anticon{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-collapse-item{border-color:var(--color-border, #355356) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-input-number,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-input-number-input,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-input-number-group-addon,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-form-select.ant-select .ant-select-selector,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker{background:var(--color-surface, #132122) !important;border-color:var(--color-border, #355356) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-input-number-group-addon{background:var(--color-surface-raised, #1a2b2c) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-input-number-group-addon .anticon{color:var(--color-primary, #62c8cd) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-form-select.ant-select .ant-select-selection-item,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-form-select.ant-select .ant-select-selection-placeholder,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .scope-form-select.ant-select .ant-select-arrow,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-input>input,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-suffix,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-suffix .anticon,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-clear,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-clear .anticon,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-range-separator,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-range-separator .ant-picker-separator,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-separator,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-separator .anticon,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-separator .anticon-swap-right{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-suffix svg,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-clear svg,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-separator svg,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-separator .anticon svg{fill:currentColor !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-separator svg path[stroke],html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-separator .anticon svg path[stroke]{stroke:currentColor !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-separator svg path[fill]:not([fill=none]),html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-separator .anticon svg path,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-separator .anticon svg path[fill]:not([fill=none]){fill:currentColor !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-dropdown,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-panel-container,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-panel,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-date-panel,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-content,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-header{background:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important;border-color:var(--color-border, #355356) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-header button,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-header-view,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-cell,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-cell-in-view{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-cell-disabled::before{background:var(--color-surface, #132122) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-cell-disabled .ant-picker-cell-inner{color:var(--color-text-disabled, #6f7f80) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range::before{background:color-mix(in srgb, var(--color-primary, #62c8cd) 22%, transparent) !important}html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,html[data-theme=dark] .scope-table-filter-dropdown.ant-select-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background:var(--color-primary, #62c8cd) !important;color:var(--color-on-primary, #052325) !important}html[data-theme=dark] .scope-table-page-size-dropdown.ant-select-dropdown{background:var(--color-surface-raised, #1a2b2c) !important;border:1px solid var(--color-border, #355356) !important}html[data-theme=dark] .scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item,html[data-theme=dark] .scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-content{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:var(--color-surface, #132122) !important}html[data-theme=dark] .scope-table-page-size-dropdown.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-picker-dropdown .ant-picker-panel-container,html[data-theme=dark] .ant-picker-dropdown .ant-picker-panel-layout,html[data-theme=dark] .ant-picker-dropdown .ant-picker-panel,html[data-theme=dark] .ant-picker-dropdown .ant-picker-date-panel,html[data-theme=dark] .ant-picker-dropdown .ant-picker-content,html[data-theme=dark] .ant-picker-dropdown .ant-picker-header{background:var(--color-surface-raised, #1a2b2c) !important;color:var(--color-text-base, #e3eaeb) !important;border-color:var(--color-border, #355356) !important}html[data-theme=dark] .ant-picker-dropdown .ant-picker-header button,html[data-theme=dark] .ant-picker-dropdown .ant-picker-header-view,html[data-theme=dark] .ant-picker-dropdown .ant-picker-super-prev-icon,html[data-theme=dark] .ant-picker-dropdown .ant-picker-prev-icon,html[data-theme=dark] .ant-picker-dropdown .ant-picker-next-icon,html[data-theme=dark] .ant-picker-dropdown .ant-picker-super-next-icon,html[data-theme=dark] .ant-picker-dropdown .ant-picker-content th,html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell,html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view{color:var(--color-text-base, #e3eaeb) !important}html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-disabled::before{background:var(--color-surface, #132122) !important}html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-disabled .ant-picker-cell-inner{color:var(--color-text-disabled, #6f7f80) !important}html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range:not(.ant-picker-cell-disabled)::before,html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled)::before,html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled)::before,html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-disabled)::after,html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-disabled)::after{background:color-mix(in srgb, var(--color-primary, #62c8cd) 22%, transparent) !important}html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell::before,html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell::after{border-color:rgba(0,0,0,0) !important}html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled) .ant-picker-cell-inner,html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled) .ant-picker-cell-inner,html[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected:not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background:var(--color-primary, #62c8cd) !important;color:var(--color-on-primary, #052325) !important}html[data-theme=dark] .ant-picker-range-separator,html[data-theme=dark] .ant-picker-range-separator .ant-picker-separator,html[data-theme=dark] .ant-picker.ant-picker-range .ant-picker-range-separator,html[data-theme=dark] .ant-picker.ant-picker-range .ant-picker-separator{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-picker-range-separator .anticon,html[data-theme=dark] .ant-picker-range-separator .anticon-swap-right,html[data-theme=dark] .ant-picker .ant-picker-separator .anticon,html[data-theme=dark] .ant-picker .ant-picker-separator .anticon-swap-right{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-picker-range-separator .anticon svg,html[data-theme=dark] .ant-picker .ant-picker-separator .anticon svg{color:var(--color-text-muted, #a9b8b9) !important;fill:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-picker-range-separator .anticon svg path,html[data-theme=dark] .ant-picker .ant-picker-separator .anticon svg path{fill:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-select-clear,html[data-theme=dark] .ant-select-clear .anticon,html[data-theme=dark] .ant-picker-clear,html[data-theme=dark] .ant-picker-clear .anticon{color:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-select-clear svg,html[data-theme=dark] .ant-select-clear .anticon svg,html[data-theme=dark] .ant-picker-clear svg,html[data-theme=dark] .ant-picker-clear .anticon svg{color:var(--color-text-muted, #a9b8b9) !important;fill:var(--color-text-muted, #a9b8b9) !important}html[data-theme=dark] .ant-select-clear svg path,html[data-theme=dark] .ant-select-clear .anticon svg path,html[data-theme=dark] .ant-picker-clear svg path,html[data-theme=dark] .ant-picker-clear .anticon svg path{fill:var(--color-text-muted, #a9b8b9) !important}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
  .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selectedItem;
  }

  .annotationLayer .linkAnnotation:hover {
    backdrop-filter: invert(100%);
  }
}

.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}

.annotationLayer[data-main-rotation='90'] .norotate {
  transform: rotate(270deg) translateX(-100%);
}
.annotationLayer[data-main-rotation='180'] .norotate {
  transform: rotate(180deg) translate(-100%, -100%);
}
.annotationLayer[data-main-rotation='270'] .norotate {
  transform: rotate(90deg) translateY(-100%);
}

.annotationLayer canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.textLayer.selecting ~ .annotationLayer section {
  pointer-events: none;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea),
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}
.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  background-color: CanvasText;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--scale-factor));
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor))
    rgba(136, 136, 136, 1);
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}

[data-main-rotation='90'] {
  transform: rotate(90deg) translateY(-100%);
}
[data-main-rotation='180'] {
  transform: rotate(180deg) translate(-100%, -100%);
}
[data-main-rotation='270'] {
  transform: rotate(270deg) translateX(-100%);
}

.textLayer {
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: hidden;
  line-height: 1;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}

.textLayer :is(span, br) {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  margin: 0;
  transform-origin: 0 0;
}

/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::selection {
  background: transparent;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: -1;
  cursor: default;
  user-select: none;
}

.textLayer.selecting .endOfContent {
  top: 0;
}

.hiddenCanvasElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}


/*# sourceMappingURL=bundle.200f83a8f6ef8ef9515a.css.map*/