@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";

/* src/styles.scss */
:root {
  --primary-blue: #022831;
  --primary-black: #000000;
  --secondary-black: #111827;
  --ternary-black: #434242;
  --primary-grey: #EFEFEF;
  --secondary-grey: #808080;
  --grey: #A5A5A5;
  --primary-white: #FFFFFF;
  --primary-red: #FD5353;
  --primary-green: #1A702D;
  --secondary-blue: #033c4a;
  --ternary-grey: #adb5bd;
  --secondary-green: #218838;
  --secondary-red: #c82333;
  --text-secondary: #495057;
  --primary-gradient:
    linear-gradient(
      135deg,
      var(--primary-blue) 0%,
      #034156 100%);
  --card-shadow: 0 4px 20px rgba(2, 40, 49, 0.08);
  --card-shadow-hover: 0 8px 32px rgba(2, 40, 49, 0.12);
  --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
  --border-radius: 15px;
  --border-radius-sm: 12px;
  --border-radius-xs: 8px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html {
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body {
  color-scheme: light;
  background-color: var(--mat-sys-surface-variant);
  color: var(--mat-sys-on-surface);
  font: var(--mat-sys-body-medium);
  margin: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  scroll-behavior: smooth;
}
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(2, 40, 49, 0.2) transparent;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(2, 40, 49, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(2, 40, 49, 0.4);
}
.document-body,
.form-container,
.table-scroll,
.content,
.selector-section {
  scroll-behavior: smooth;
}
.document-body::-webkit-scrollbar,
.form-container::-webkit-scrollbar,
.table-scroll::-webkit-scrollbar,
.content::-webkit-scrollbar,
.selector-section::-webkit-scrollbar {
  width: 8px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
html,
body {
  --primary-blue: #022831;
  --primary-black: #000000;
  --secondary-black: #111827;
  --ternary-black: #434242;
  --primary-grey: #EFEFEF;
  --secondary-grey: #808080;
  --grey: #A5A5A5;
  --primary-white: #FFFFFF;
  --primary-red: #FD5353;
  --primary-green: #1A702D;
}
html .document-container,
html .boe-specific,
html .transaction-form-container,
html .email-document-container,
html .view-email-document-container,
body .document-container,
body .boe-specific,
body .transaction-form-container,
body .email-document-container,
body .view-email-document-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--primary-white);
  border-radius: var(--border-radius-sm);
  box-shadow: var(--card-shadow);
}
@media screen and (max-width: 1280px) {
  html .document-container,
  html .boe-specific,
  html .transaction-form-container,
  html .email-document-container,
  html .view-email-document-container,
  body .document-container,
  body .boe-specific,
  body .transaction-form-container,
  body .email-document-container,
  body .view-email-document-container {
    height: 100%;
  }
}
html .document-header,
body .document-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #edf2f9;
  flex-shrink: 0;
  background: #fdfdfd;
}
html .document-body,
body .document-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
  scroll-behavior: smooth;
}
html .document-body::-webkit-scrollbar,
body .document-body::-webkit-scrollbar {
  width: 8px;
}
html .document-body .pdf-frame,
body .document-body .pdf-frame {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: none;
  border-radius: var(--border-radius-xs);
}
html .primary-blue,
body .primary-blue {
  color: var(--primary-blue);
}
html .primary-black,
body .primary-black {
  color: var(--primary-black);
}
html .secondary-black,
body .secondary-black {
  color: var(--secondary-black);
}
html .ternary-black,
body .ternary-black {
  color: var(--ternary-black);
}
html .grey,
body .grey {
  color: var(--grey);
}
html .primary-grey,
body .primary-grey {
  color: var(--primary-grey);
}
html .secondary-grey,
body .secondary-grey {
  color: var(--secondary-grey);
}
html .primary-white,
body .primary-white {
  color: var(--primary-white);
}
html .primary-red,
body .primary-red {
  color: var(--primary-red);
}
html .primary-green,
body .primary-green {
  color: var(--primary-green);
}
html .bg-primary-blue,
body .bg-primary-blue {
  background-color: var(--primary-blue);
}
html .bg-primary-black,
body .bg-primary-black {
  background-color: var(--primary-black);
}
html .bg-secondary-black,
body .bg-secondary-black {
  background-color: var(--secondary-black);
}
html .bg-ternary-black,
body .bg-ternary-black {
  background-color: var(--ternary-black);
}
html .bg-primary-grey,
body .bg-primary-grey {
  background-color: var(--primary-grey);
}
html .bg-secondary-grey,
body .bg-secondary-grey {
  background-color: var(--secondary-grey);
}
html .bg-primary-white,
body .bg-primary-white {
  background-color: var(--primary-white);
}
html .bg-primary-red,
body .bg-primary-red {
  background-color: var(--primary-red);
}
html .bg-primary-green,
body .bg-primary-green {
  background-color: var(--primary-green);
}
html .fw-900,
body .fw-900 {
  font-weight: 900 !important;
}
html .fw-800,
body .fw-800 {
  font-weight: 800 !important;
}
html .fw-700,
body .fw-700 {
  font-weight: 700 !important;
}
html .fw-600,
body .fw-600 {
  font-weight: 600 !important;
}
html .fw-500,
body .fw-500 {
  font-weight: 500 !important;
}
html .fw-400,
body .fw-400 {
  font-weight: 400 !important;
}
html .fw-300,
body .fw-300 {
  font-weight: 300 !important;
}
html .text-tr-u,
body .text-tr-u {
  text-transform: uppercase;
}
html .text-tr-c,
body .text-tr-c {
  text-transform: capitalize;
}
html .text-tr-l,
body .text-tr-l {
  text-transform: lowercase;
}
html .text-d-n,
body .text-d-n {
  text-decoration: none;
}
html .text-d-lt,
body .text-d-lt {
  text-decoration: line-through;
}
html .text-d-d,
body .text-d-d {
  text-decoration: dashed;
}
html .text-d-u,
body .text-d-u {
  text-decoration: underline;
}
html .text-a-s,
body .text-a-s {
  text-align: start;
}
html .text-a-c,
body .text-a-c {
  text-align: center;
}
html .text-a-e,
body .text-a-e {
  text-align: end;
}
html .text-a-j,
body .text-a-j {
  text-align: justify;
}
html .cursor,
body .cursor {
  cursor: pointer;
}
html .link,
body .link {
  text-decoration: none;
}
html .link:hover,
body .link:hover {
  text-decoration: underline;
}
html .br-16,
body .br-16 {
  border-radius: 16px;
}
html .w-95,
body .w-95 {
  width: 95%;
}
html .w-90,
body .w-90 {
  width: 90%;
}
html .w-85,
body .w-85 {
  width: 85%;
}
html .w-84,
body .w-84 {
  width: 84%;
}
html .w-80,
body .w-80 {
  width: 80%;
}
html .w-78,
body .w-78 {
  width: 78%;
}
html .w-72,
body .w-72 {
  width: 72%;
}
html .w-70,
body .w-70 {
  width: 70%;
}
html .w-67,
body .w-67 {
  width: 67%;
}
html .w-65,
body .w-65 {
  width: 65%;
}
html .w-63,
body .w-63 {
  width: 63%;
}
html .w-60,
body .w-60 {
  width: 60%;
}
html .w-58,
body .w-58 {
  width: 58%;
}
html .w-57,
body .w-57 {
  width: 57%;
}
html .w-55,
body .w-55 {
  width: 55%;
}
html .w-50,
body .w-50 {
  width: 50%;
}
html .w-37,
body .w-37 {
  width: 37%;
}
html .w-35,
body .w-35 {
  width: 35%;
}
html .w-34,
body .w-34 {
  width: 34%;
}
html .w-33,
body .w-33 {
  width: 33%;
}
html .w-32,
body .w-32 {
  width: 32%;
}
html .w-31,
body .w-31 {
  width: 31%;
}
html .w-30,
body .w-30 {
  width: 30%;
}
html .w-40,
body .w-40 {
  width: 40%;
}
html .w-43,
body .w-43 {
  width: 43%;
}
html .w-45,
body .w-45 {
  width: 45%;
}
html .w-49,
body .w-49 {
  width: 49%;
}
html .w-48,
body .w-48 {
  width: 48%;
}
html .w-47,
body .w-47 {
  width: 47%;
}
html .w-25,
body .w-25 {
  width: 25%;
}
html .w-24,
body .w-24 {
  width: 24%;
}
html .w-23,
body .w-23 {
  width: 23%;
}
html .w-22,
body .w-22 {
  width: 22%;
}
html .w-20,
body .w-20 {
  width: 20%;
}
html .w-17,
body .w-17 {
  width: 16%;
}
html .w-18,
body .w-18 {
  width: 18%;
}
html .w-15,
body .w-15 {
  width: 15%;
}
html .w-12,
body .w-12 {
  width: 12%;
}
html .w-10,
body .w-10 {
  width: 10%;
}
@media screen and (max-width: 599px) {
  html .font-45,
  body .font-45 {
    font-size: 32px;
  }
  html .font-40,
  body .font-40 {
    font-size: 29px;
  }
  html .font-34,
  body .font-34 {
    font-size: 24px;
  }
  html .font-32,
  body .font-32 {
    font-size: 22px;
  }
  html .font-30,
  body .font-30 {
    font-size: 20px;
  }
  html .font-28,
  body .font-28 {
    font-size: 18px;
  }
  html .font-24,
  body .font-24 {
    font-size: 16px;
  }
  html .font-22,
  body .font-22 {
    font-size: 15px;
  }
  html .font-20,
  body .font-20 {
    font-size: 17px;
  }
  html .font-18,
  body .font-18 {
    font-size: 15px;
  }
  html .font-16,
  body .font-16 {
    font-size: 14px;
  }
  html .font-15,
  body .font-15 {
    font-size: 14px;
  }
  html .font-14,
  body .font-14 {
    font-size: 11px;
  }
  html .font-12,
  body .font-12 {
    font-size: 12px;
  }
  html .font-10,
  body .font-10 {
    font-size: 10px !important;
  }
  html .ht-60,
  body .ht-60 {
    height: 40vh;
  }
  html .pad-tb-3,
  body .pad-tb-3 {
    padding: 8% 0;
  }
  html .pad-tb-2,
  body .pad-tb-2 {
    padding: 7% 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  html .font-45,
  body .font-45 {
    font-size: 30px;
  }
  html .font-42,
  body .font-42 {
    font-size: 42px;
  }
  html .font-40,
  body .font-40 {
    font-size: 40px;
  }
  html .font-32,
  body .font-32 {
    font-size: 24px;
  }
  html .font-34,
  body .font-34 {
    font-size: 32px;
  }
  html .font-30,
  body .font-30 {
    font-size: 30px;
  }
  html .font-28,
  body .font-28 {
    font-size: 20px;
  }
  html .font-24,
  body .font-24 {
    font-size: 15px;
  }
  html .font-22,
  body .font-22 {
    font-size: 16px;
  }
  html .font-20,
  body .font-20 {
    font-size: 20px;
  }
  html .font-18,
  body .font-18 {
    font-size: 18px;
  }
  html .font-16,
  body .font-16 {
    font-size: 16px;
  }
  html .font-15,
  body .font-15 {
    font-size: 15px;
  }
  html .font-14,
  body .font-14 {
    font-size: 12px;
  }
  html .font-12,
  body .font-12 {
    font-size: 12px;
  }
  html .font-10,
  body .font-10 {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1560px) {
  html .font-45,
  body .font-45 {
    font-size: 45px;
  }
  html .font-42,
  body .font-42 {
    font-size: 42px;
  }
  html .font-40,
  body .font-40 {
    font-size: 40px;
  }
  html .font-34,
  body .font-34 {
    font-size: 34px;
  }
  html .font-32,
  body .font-32 {
    font-size: 32px;
  }
  html .font-30,
  body .font-30 {
    font-size: 30px;
  }
  html .font-28,
  body .font-28 {
    font-size: 28px;
  }
  html .font-24,
  body .font-24 {
    font-size: 18px !important;
  }
  html .font-22,
  body .font-22 {
    font-size: 17px !important;
  }
  html .font-20,
  body .font-20 {
    font-size: 16px !important;
  }
  html .font-18,
  body .font-18 {
    font-size: 14px !important;
  }
  html .font-16,
  body .font-16 {
    font-size: 13px !important;
  }
  html .font-15,
  body .font-15 {
    font-size: 12.5px !important;
  }
  html .font-14,
  body .font-14 {
    font-size: 12px !important;
  }
  html .font-12,
  body .font-12 {
    font-size: 11px !important;
  }
  html .font-10,
  body .font-10 {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 1561px) {
  html .font-45,
  body .font-45 {
    font-size: 60px;
  }
  html .font-42,
  body .font-42 {
    font-size: 58px;
  }
  html .font-40,
  body .font-40 {
    font-size: 55px;
  }
  html .font-34,
  body .font-34 {
    font-size: 38px;
  }
  html .font-32,
  body .font-32 {
    font-size: 36px;
  }
  html .font-30,
  body .font-30 {
    font-size: 30px;
  }
  html .font-28,
  body .font-28 {
    font-size: 28px;
  }
  html .font-24,
  body .font-24 {
    font-size: 26px;
  }
  html .font-22,
  body .font-22 {
    font-size: 24px;
  }
  html .font-20,
  body .font-20 {
    font-size: 22px;
  }
  html .font-18,
  body .font-18 {
    font-size: 18px;
  }
  html .font-16,
  body .font-16 {
    font-size: 16px;
  }
  html .font-15,
  body .font-15 {
    font-size: 17px;
  }
  html .font-14,
  body .font-14 {
    font-size: 14px;
  }
  html .font-12,
  body .font-12 {
    font-size: 12px;
  }
  html .font-10,
  body .font-10 {
    font-size: 10px;
  }
}
html .table-container,
body .table-container {
  width: 100%;
  position: relative;
  min-height: 200px;
  background: white;
  border-radius: 10px;
}
html .table-scroll,
body .table-scroll {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: auto;
  border-radius: 10px;
}
html .table-scroll table,
body .table-scroll table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  background: white;
}
html .table-scroll thead th,
body .table-scroll thead th {
  position: sticky;
  top: 0;
  background: #EDF2F4;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
html th,
html td,
body th,
body td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px dashed #ddd;
  white-space: nowrap;
}
html th,
body th {
  color: var(--primary-blue) !important;
}
html td,
body td {
  color: #636363 !important;
}
html .table-scroll::-webkit-scrollbar,
body .table-scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
html .table-scroll::-webkit-scrollbar-track,
body .table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
html .table-scroll::-webkit-scrollbar-thumb,
body .table-scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
html .table-scroll::-webkit-scrollbar-thumb:hover,
body .table-scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}
html .divider,
body .divider {
  height: 1px;
  background-color: #dcdcdc;
  width: 100%;
  margin: 5px 0;
}
html .table-container,
body .table-container {
  width: 100%;
  position: relative;
  min-height: 200px;
  background: white;
  border-radius: 10px;
}
html .table-scroll,
body .table-scroll {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: auto;
  border-radius: 10px;
}
html .table-scroll table,
body .table-scroll table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  background: white;
}
html .table-scroll thead th,
body .table-scroll thead th {
  position: sticky;
  top: 0;
  background: #EDF2F4;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
html th,
html td,
body th,
body td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px dashed #ddd;
  white-space: nowrap;
}
html th,
body th {
  color: var(--primary-blue) !important;
}
html td,
body td {
  color: #636363 !important;
}
html .table-scroll::-webkit-scrollbar,
body .table-scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
html .table-scroll::-webkit-scrollbar-track,
body .table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
html .table-scroll::-webkit-scrollbar-thumb,
body .table-scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
html .table-scroll::-webkit-scrollbar-thumb:hover,
body .table-scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}
html .divider,
body .divider {
  height: 1px;
  background-color: #dcdcdc;
  width: 100%;
  margin: 5px 0;
}
html .pagination-footer,
body .pagination-footer {
  border-top: 1px solid #eee;
  border-radius: 0 0 10px 10px;
  margin-top: -1px;
}
html .pagination,
body .pagination {
  margin: 0;
}
html .pagination .page-link,
body .pagination .page-link {
  cursor: pointer;
  min-width: 32px;
  text-align: center;
  margin: 0 2px;
  border-radius: 4px;
  color: #6c757d;
  transition: all 0.2s ease;
}
html .pagination .page-link:hover,
body .pagination .page-link:hover {
  background-color: #e9ecef;
  color: #022831;
}
html .pagination .page-item.active .page-link,
body .pagination .page-item.active .page-link {
  background-color: #022831;
  color: white;
  border-radius: 4px;
}
html .pagination .page-item.disabled .page-link,
body .pagination .page-item.disabled .page-link {
  cursor: not-allowed;
  opacity: 0.5;
}
html .pagination .page-item.disabled .page-link:hover,
body .pagination .page-item.disabled .page-link:hover {
  background-color: transparent;
  color: #6c757d;
}
html .btn-sm,
body .btn-sm {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
html .btn-sm:hover,
body .btn-sm:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  html .project_body,
  body .project_body {
    padding: 10px !important;
    gap: 10px !important;
  }
  html .project_head .d-flex.flex-row.justify-content-between,
  body .project_head .d-flex.flex-row.justify-content-between {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px;
  }
  html .project_head .d-flex.flex-row.justify-content-between .d-flex.flex-row.align-items-center,
  body .project_head .d-flex.flex-row.justify-content-between .d-flex.flex-row.align-items-center {
    width: 100%;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    gap: 8px !important;
  }
  html .filter-section,
  body .filter-section {
    padding: 15px !important;
  }
  html .filter-section .col-md-2,
  html .filter-section .col-md-3,
  body .filter-section .col-md-2,
  body .filter-section .col-md-3 {
    width: 100%;
  }
  html .filter-section .btn-modern-primary,
  html .filter-section .btn-modern-outline,
  body .filter-section .btn-modern-primary,
  body .filter-section .btn-modern-outline {
    width: 100%;
  }
  html .table-scroll,
  body .table-scroll {
    font-size: 12px;
  }
  html .table-scroll th,
  body .table-scroll th {
    color: var(--primary-blue) !important;
  }
  html .table-scroll td,
  body .table-scroll td {
    color: #636363 !important;
  }
  html .table-scroll th,
  html .table-scroll td,
  body .table-scroll th,
  body .table-scroll td {
    padding: 12px 14px;
  }
  html .pagination-footer,
  body .pagination-footer {
    flex-direction: column !important;
    gap: 12px !important;
    padding: 12px 10px !important;
    align-items: center !important;
  }
}
html .filter-section,
body .filter-section {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e2e8f0;
}
html .filter-section:hover,
body .filter-section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
html .filter-section .form-label,
body .filter-section .form-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-blue);
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
html .filter-section .form-label i,
body .filter-section .form-label i {
  font-size: 12px;
  color: #034b5e;
}
html .input-group-modern,
body .input-group-modern {
  position: relative;
  display: flex;
  align-items: center;
}
html .input-group-modern .modern-filter-input,
body .input-group-modern .modern-filter-input {
  width: 100%;
  padding: 8px 32px 8px 36px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 13px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
}
html .input-group-modern .modern-filter-input:hover,
body .input-group-modern .modern-filter-input:hover {
  border-color: #034b5e;
}
html .input-group-modern .modern-filter-input:focus,
body .input-group-modern .modern-filter-input:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(2, 40, 49, 0.1);
}
html .input-group-modern .modern-filter-input[type=date],
body .input-group-modern .modern-filter-input[type=date] {
  padding-right: 10px;
}
html .input-group-modern .modern-filter-input[type=date]::-webkit-calendar-picker-indicator,
body .input-group-modern .modern-filter-input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
html .input-group-modern .modern-filter-input::placeholder,
body .input-group-modern .modern-filter-input::placeholder {
  color: #94a3b8;
  font-size: 12px;
}
html .input-group-modern .input-search-icon,
body .input-group-modern .input-search-icon {
  position: absolute;
  left: 12px;
  font-size: 12px;
  color: #94a3b8;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
html .input-group-modern .input-clear-icon,
body .input-group-modern .input-clear-icon {
  position: absolute;
  right: 12px;
  font-size: 12px;
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
html .input-group-modern .input-clear-icon:hover,
body .input-group-modern .input-clear-icon:hover {
  color: #ef4444;
  transform: scale(1.1);
}
html .input-group-modern:focus-within .input-search-icon,
body .input-group-modern:focus-within .input-search-icon {
  color: var(--primary-blue);
}
html .btn-modern-primary,
body .btn-modern-primary {
  background:
    linear-gradient(
      135deg,
      var(--primary-blue) 0%,
      #034b5e 100%);
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: white;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
html .btn-modern-primary:hover:not(:disabled),
body .btn-modern-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 40, 49, 0.3);
  color: white;
}
html .btn-modern-primary:active:not(:disabled),
body .btn-modern-primary:active:not(:disabled) {
  transform: translateY(0);
}
html .btn-modern-primary:disabled,
body .btn-modern-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
html .btn-modern-primary i,
body .btn-modern-primary i {
  font-size: 12px;
}
html .btn-modern-outline,
body .btn-modern-outline {
  background: transparent;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-blue);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
html .btn-modern-outline:hover:not(:disabled),
body .btn-modern-outline:hover:not(:disabled) {
  border-color: var(--primary-blue);
  background: rgba(2, 40, 49, 0.1);
  transform: translateY(-1px);
}
html .btn-modern-outline:disabled,
body .btn-modern-outline:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
html .btn-modern-outline i,
body .btn-modern-outline i {
  font-size: 12px;
}
html .active-filters,
body .active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
html .active-filters .grey,
body .active-filters .grey {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-blue);
}
html .active-filters .filter-badge,
body .active-filters .filter-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  font-size: 12px;
  color: var(--primary-blue);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
html .active-filters .filter-badge i,
body .active-filters .filter-badge i {
  font-size: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
html .active-filters .filter-badge i:hover,
body .active-filters .filter-badge i:hover {
  opacity: 1;
  color: #ef4444;
  transform: scale(1.1);
}
html .active-filters .filter-badge:hover,
body .active-filters .filter-badge:hover {
  border-color: #034b5e;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
html .active-filters .btn-clear-all,
body .active-filters .btn-clear-all {
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: 500;
  color: #ef4444;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
html .active-filters .btn-clear-all:hover,
body .active-filters .btn-clear-all:hover {
  background: #fee2e2;
  transform: translateY(-1px);
}
html .active-filters .btn-clear-all i,
body .active-filters .btn-clear-all i {
  font-size: 11px;
}
html .btn-filter,
body .btn-filter {
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
html .btn-filter:hover,
body .btn-filter:hover {
  transform: scale(1.05);
}
html .btn-filter .filter-badge-count,
body .btn-filter .filter-badge-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ef4444;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  animation: badgePulse 2s ease-in-out infinite;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@keyframes badgePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes slideInOut {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html .filter-section,
body .filter-section {
  animation: slideInOut 0.3s ease-out;
}
@media screen and (min-width: 1024px) and (max-width: 1560px) {
  .project_body {
    gap: 6px !important;
    padding: 10px !important;
  }
  .project_head .btn {
    padding: 3px 8px !important;
    font-size: 10.5px !important;
  }
  .project_head .btn i {
    font-size: 10.5px !important;
  }
  .table-scroll {
    max-height: none !important;
  }
  .table-scroll th {
    color: var(--primary-blue) !important;
  }
  .table-scroll td {
    color: #636363 !important;
  }
  .table-scroll th,
  .table-scroll td {
    padding: 4px 8px !important;
    font-size: 10.5px !important;
  }
  .table-scroll .btn,
  .table-scroll .btn-sm,
  .table-scroll .btn-action-outline {
    padding: 1px 3px !important;
    min-width: 22px !important;
    height: 22px !important;
    font-size: 9.5px !important;
  }
  .pagination-footer {
    padding: 3px 6px !important;
  }
  .pagination-footer .total-records,
  .pagination-footer .showing-range,
  .pagination-footer .page-link {
    font-size: 10.5px !important;
  }
}
.cdk-overlay-container {
  z-index: 2000 !important;
}
.td-truncate {
  max-width: 150px;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: middle !important;
}
::ng-deep .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #022831;
  --mdc-plain-tooltip-supporting-text-color: #ffffff;
  font-size: 11px !important;
  font-weight: 400 !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
