/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@angular/cdk/overlay-prebuilt.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}

.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing, .cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.cdk-overlay-popover {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  overflow: visible;
  position: fixed;
  pointer-events: none;
  white-space: normal;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  inset: auto;
  top: 0;
  left: 0;
}
.cdk-overlay-popover::backdrop {
  display: none;
}
.cdk-overlay-popover .cdk-overlay-backdrop {
  position: fixed;
  z-index: auto;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Global styles — themes via module bundle (no deprecated @import). */
:root {
  /**
  *Spacing
  */
  --spacing-0: 0px;
  --spacing-1: 1px;
  --spacing-2: 2px;
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-38: 38px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-56: 56px;
  --spacing-64: 64px;
  --spacing-72: 72px;
  --spacing-80: 80px;
}

:root {
  /**
  *Neutral Colors
  */
  --neutral-1: #0F1A2A;
  --neutral-2: #1E2A3B;
  --neutral-3: #27364B;
  --neutral-4: #475569;
  --neutral-5: #64748B;
  --neutral-6: #788496;
  --neutral-7: #94A3B8;
  --neutral-8: #CBD4E1;
  --neutral-9: #DBE3ED;
  --neutral-10: #F1F4F9;
  --neutral-11: #F6F8FC;
  --neutral-12: #FFFFFF;
  /**
  *Primary
  */
  --primary-default: #008ECF;
  --primary-hover: #006B9C;
  --primary-selected: #004869;
  --primary-disabled: #CBD4E1;
  --primary-accent: #E5F4FA;
  /**
  *Font Colors
  */
  --font-color-primary: #27364B;
  --font-color-secondary: #64748B;
  --font-color-neutral: #8392A8;
  --font-color-disabled: #B8BFCA;
  --font-color-button: #FFFFFF;
  /**
  *Pastel Colors
  */
  --pastel-1: #FFADAD;
  --pastel-2: #FEC89A;
  --pastel-3: #7FC8F8;
  --pastel-4: #E0D2FF;
  --pastel-5: #FFE8B7;
  --pastel-6: #C7F5E3;
  --pastel-7: #DAD1CA;
  --pastel-8: #FCF3D3;
  --pastel-9: #ECCBD9;
  --pastel-10: #AFEFF5;
  /**
  *Semantic Colors
  */
  --semantic-1: #0C9E0B;
  --semantic-2: #E8FCF1;
  --semantic-3: #A5E1BF;
  --semantic-4: #00401C;
  --semantic-5: #FFA300;
  --semantic-6: #FFF5D5;
  --semantic-7: #FFDE81;
  --semantic-8: #724B00;
  --semantic-9: #CF0027;
  --semantic-10: #FFEBEB;
  --semantic-11: #FC9595;
  --semantic-12: #8C0000;
  /**
  * Scroller Colors
  */
  --scroll-background: #fafafa;
  --scroll-border: #e8e8e8;
  --scroll-thumb-background: #d9d9d9;
  --scroll-thumb-hover: #7d7d7d;
  /**
  * backdrop background
  */
  --backdrop-background: rgba(0,0,0,.32);
}

/**
  * Common font family
  */
@font-face {
  font-family: pt-serif-bold;
  src: url('PTSerif-Bold.ttf') format("truetype");
}
@font-face {
  font-family: roboto-bold;
  src: url('Roboto-Bold.ttf') format("truetype");
}
@font-face {
  font-family: roboto-regular;
  src: url('Roboto-Regular.ttf') format("truetype");
}
:root {
  /**
  * Font weight
  */
  --font-weight-100: 100;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-weight-900: 900;
  /**
  * Common font family
  */
  --font-family-pt-serif-bold: pt-serif-bold;
  --font-family-roboto-bold: roboto-bold;
  --font-family-roboto-regular: roboto-regular;
  /**
  * Letter spacing
  */
  --letter-spacing-2: 0.2px;
  /**
  * Border width
  */
  --border-width-1: 1px;
  --border-width-2: 2px;
  --border-width-4: 4px;
  --border-width-8: 8px;
  /**
  * Border radius
  */
  --border-radius-4: 4px;
  --border-radius-8: 8px;
  --border-radius-6: 6px;
  --border-radius-999: 999px;
  /**
  * Font size
  */
  --font-size-1: 1px;
  --font-size-2: 2px;
  --font-size-4: 4px;
  --font-size-8: 8px;
  --font-size-12: 12px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-32: 32px;
  --font-size-40: 40px;
  --font-size-48: 48px;
  --font-size-56: 56px;
  --font-size-64: 64px;
  --font-size-72: 72px;
  --font-size-80: 80px;
  /**
  * Font style
  */
  --font-style-normal: normal;
  /**
  * Line Height
  */
  --line-height-16: 16px;
  --line-height-18: 18px;
  --line-height-24: 24px;
  --line-height-32: 32px;
  --line-height-40: 40px;
  /**
    *Elevations
    */
  --elevation-e1: 0px 1px 2px rgba(15, 26, 42, 0.25);
  --elevation-e2: 0px 0px 20px rgba(15, 26, 42, 0.15);
  --elevation-e3: 0px 10px 15px rgba(15, 26, 42, 0.1);
  --elevation-e4: 0px -2px 15px rgba(15, 26, 42, 0.1);
  --elevation-e5: 0px 3px 12px rgba(15, 26, 42, 0.25);
}

.header-h1 {
  font-family: var(--font-family-pt-serif-bold);
  font-size: var(--font-size-26);
  line-height: var(--line-height-40);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.header-h2 {
  font-family: var(--font-family-roboto-bold);
  font-size: var(--font-size-26);
  line-height: var(--line-height-40);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.sub-heading-s1 {
  font-family: var(--font-family-roboto-bold);
  font-size: var(--font-size-20);
  line-height: var(--line-height-32);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.sub-heading-s2 {
  font-family: var(--font-family-roboto-regular);
  font-size: var(--font-size-20);
  line-height: var(--line-height-32);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.section-title {
  font-family: var(--font-family-roboto-bold);
  font-size: var(--font-size-16);
  line-height: var(--line-height-24);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.body-b1 {
  font-family: var(--font-family-roboto-regular);
  font-size: var(--font-size-16);
  line-height: var(--line-height-24);
  color: var(--font-color-secondary);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.body-b2 {
  font-family: var(--font-family-roboto-bold);
  font-size: var(--font-size-14);
  line-height: var(--line-height-24);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.body-b {
  font-family: var(--font-family-roboto-regular);
  font-size: var(--font-size-14);
  line-height: var(--line-height-24);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.labels {
  font-family: var(--font-family-roboto-bold);
  font-size: var(--font-size-12);
  line-height: var(--line-height-16);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.caption {
  font-family: var(--font-family-roboto-regular);
  font-size: var(--font-size-12);
  line-height: var(--line-height-18);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.df-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.resize-date-picker-overlay {
  width: auto !important;
}

snl-menu-list-item :focus-visible {
  outline: var(--neutral-10) solid 0px;
}

.container__menu-item--value b {
  color: var(--dropdown-label-value-color);
  font-size: var(--font-size-16);
  line-height: var(--line-height-24);
  letter-spacing: var(--letter-spacing-2);
  font-style: var(--font-style-normal);
}

.section-title b {
  font-weight: normal !important;
  font-family: inherit !important;
}

* {
  margin: 0;
  box-sizing: border-box;
}

/* Scroller CSS for both top and bottom scrollbars */
.tableWrapper::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
  width: var(--spacing-8);
  height: var(--spacing-8);
}

.tableWrapper::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track {
  background-color: var(--scroll-background);
  border-width: 0px 0.5px;
  border-style: solid;
  border-color: var(--scroll-border);
}

.tableWrapper::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background-clip: padding-box;
  border-radius: var(--border-radius-8);
  background-color: var(--scroll-thumb-background);
}

.tableWrapper::-webkit-scrollbar-thumb:hover,
.scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--scroll-thumb-hover);
}

/* Top scrollbar wrapper */
.tableWrapper {
  width: 100%;
  height: 8px;
  overflow-x: auto; /* Horizontal scroll enabled */
  overflow-y: hidden;
}

.wrapperTop {
  width: 100%;
  height: 0px;
  overflow-x: hidden; /* Horizontal scroll enabled */
  overflow-y: hidden;
}

/* Hidden div to simulate top scrollbar width */
.div1 {
  width: 2000px; /* Ensure this is wider than the table */
  height: 20px;
}

/* Bottom scroll wrapper */
.scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.scrollTop {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.color-primary {
  color: var(--font-color-primary);
}

.color-secondary {
  color: var(--font-color-secondary);
}

.color-primary-default {
  color: var(--primary-default);
}

.color-danger {
  color: var(--semantic-9);
}

.color-warning {
  color: var(--semantic-5);
}

.color-success {
  color: var(--semantic-1);
}

.color-disabled {
  color: var(--font-color-disabled);
}

.color-button {
  color: var(--font-color-button);
}

.snl-menu-list-item :focus-visible {
  outline: var(--neutral-10) solid 0px;
}

.container__menu-item--value {
  font-weight: normal !important;
  font-family: inherit !important;
}

.container__menu-item--value b {
  font-weight: normal !important;
  font-family: inherit !important;
}

/* ------------------------> Common Reusable Style <------------------------ */
.theme-container {
  position: relative;
  min-height: 100vh;
  overflow: auto;
}
.theme-container .theme-container-inner {
  padding: var(--spacing-0) var(--spacing-24) var(--spacing-24) var(--spacing-24);
  max-width: 1843px;
}

.page-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

/*# sourceMappingURL=styles.css.map*/