/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
}
@media (min-width: 320px) {

  .container {
    max-width: 320px;
  }
}
@media (min-width: 576px) {

  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {

  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}
@media (min-width: 2560px) {

  .container {
    max-width: 2560px;
  }
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!inline {
  display: inline !important;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-4 {
  height: 1rem;
}
.h-64 {
  height: 16rem;
}
.h-full {
  height: 100%;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.\!w-full {
  width: 100% !important;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes slidedown {

  0% {
    max-height: 0;
  }

  100% {
    max-height: auto;
  }
}
.animate-slidedown {
  animation: slidedown 0.45s ease-in-out;
}
.cursor-move {
  cursor: move;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-none {
  border-style: none;
}
.border-\[\#DDE6F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 230 245 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: color-mix(in srgb, var(--p-primary-color) calc(100% * var(--tw-text-opacity, 1)), transparent);
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.text-color {
  color: var(--p-text-color);
}
@keyframes enter {

  from {
    opacity: var(--p-enter-opacity, 1);
    transform: translate3d(var(--p-enter-translate-x, 0), var(--p-enter-translate-y, 0), 0) scale3d(var(--p-enter-scale, 1), var(--p-enter-scale, 1), var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0));
  }
}
@keyframes leave {

  to {
    opacity: var(--p-leave-opacity, 1);
    transform: translate3d(var(--p-leave-translate-x, 0), var(--p-leave-translate-y, 0), 0) scale3d(var(--p-leave-scale, 1), var(--p-leave-scale, 1), var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0));
  }
}
.asean :root {
  --p-primary-color: #0066b3 !important;
  --p-primary-color-text: #fff !important;
  --p-primary-50: #49b1ff !important;
  --p-primary-100: #38aaff !important;
  --p-primary-200: #179bff !important;
  --p-primary-300: #008cf5 !important;
  --p-primary-400: #0079d4 !important;
  --p-primary-500: #0066b3 !important;
  --p-primary-600: #005ca1 !important;
  --p-primary-700: #00528f !important;
  --p-primary-800: #00477d !important;
  --p-primary-900: #003d6b !important;
  --p-surface-0: #fff !important;
  --p-surface-100: #f8fafd !important;
  --p-surface-200: #e9ecef !important;
  --p-surface-300: #dee2e6 !important;
  --p-surface-400: #fff !important;
  --p-surface-500: #fff !important;
  --p-text-color: #333 !important;
  --p-text-color-secondary: #6c757d !important;
  --p-primary-text-color: #fff !important;
  --p-secondary-text-color: #6c757d !important;
  --p-border-radius: 10px;
  --p-input-border-color: #ced4da;
  --p-input-hover-border-color: #0066b3;
  --p-focus-ring-color: rgba(0,102,179,0.2);
  --p-highlight-bg: rgba(0,102,179,0.08);
  --p-highlight-text-color: #0066b3;
  --p-menuitem-text-color: #fff !important;
  --p-menuitem-hover-bg: rgba(255,255,255,0.08) !important;
  --p-menuitem-active-bg: #e31837 !important;
  --p-submenu-bg: #fff !important;
  --p-submenu-text-color: #495057 !important;
  --p-submenu-hover-bg: rgba(0,102,179,0.1) !important;
  --p-menu-separator: #e9ecef !important;
}
.asean .app-navbar {
  background: linear-gradient(90deg, #0066b3 0%, #1e90ff 100%) !important;
  box-shadow: 0 4px 16px rgba(0,102,179,0.1) !important;
  border-radius: 0px !important;
}
.asean .app-navbar .navbar-title {
  color: var(--p-surface-0) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 1.1rem;
}
.asean .app-navbar .p-menubar-item-label {
  color: var(--p-surface-0) !important;
}
.asean .app-navbar .p-button-text {
  color: var(--p-surface-0) !important;
}
.asean .sidebar-container {
  background: #f8fafd !important;
  border-right: 1px solid #e9ecef !important;
  border-top-right-radius: 10px;
  box-shadow: 2px 0 12px rgba(0,102,179,0.04);
}
.asean .sidebar-container .menu-item.menu-item-active > .menu-link {
  background: rgba(0,102,179,0.1) !important;
  color: #0066b3 !important;
  font-weight: 600;
}
.asean .sidebar-container .menu-item.menu-item-active > .menu-link::before {
  background: #e31837 !important;
}
.asean .sidebar-container .menu-item .menu-link {
  border-radius: 6px;
  margin: 2px 0;
  transition: background 0.2s, color 0.2s;
}
.asean .sidebar-container .menu-item .menu-link:hover {
  background: rgba(0,102,179,0.1) !important;
  color: #e31837 !important;
}
.asean .sidebar-container .menu-item .menu-link.active-route {
  background: #e31837 !important;
  color: #fff !important;
  border-left: 4px solid #ffb81c !important;
}
.asean .p-button.p-button-primary {
  background: linear-gradient(90deg, #0066b3 0%, #1e90ff 100%) !important;
  border: none !important;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0,102,179,0.08);
}
.asean .p-button.p-button-primary:hover {
  background: linear-gradient(90deg, #005999 0%, #007fff 100%) !important;
  color: #fff !important;
}
.asean .widget-container,
.asean .p-card {
  border: none !important;
  background: #fff !important;
  box-shadow: 0 4px 24px rgba(0,102,179,0.08) !important;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.asean .widget-container .widget-title,
.asean .p-card .widget-title,
.asean .widget-container .p-card-title,
.asean .p-card .p-card-title {
  color: #0066b3 !important;
  font-weight: 700 !important;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.asean .widget-container .p-card-header,
.asean .p-card .p-card-header {
  background: #f8fafd !important;
  border-bottom: 1px solid #e9ecef !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.asean .p-datatable .p-datatable-thead > tr > th {
  background: #f8fafd !important;
  color: #0066b3 !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #0066b3 !important;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.asean .p-datatable .p-datatable-tbody > tr > td {
  background: #fff !important;
  font-size: 0.98rem;
  border-bottom: 1px solid #e9ecef !important;
}
.asean .dashboard-heading {
  background: linear-gradient(90deg, #0066b3 0%, #1e90ff 100%) !important;
  color: #fff !important;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,102,179,0.08);
}
.asean .dashboard-heading .dashboard-title {
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 2rem;
}
.asean .dashboard-heading .dashboard-subtitle {
  color: #e9ecef !important;
  font-size: 1.1rem;
  font-weight: 400;
}
.asean .user-stat-card {
  border: 1px solid #e9ecef !important;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,102,179,0.06);
  background: #fff !important;
}
.asean .user-stat-card.selected {
  border: 2px solid #e31837 !important;
  box-shadow: 0 0 0 2px #e31837 !important;
}
.asean .user-stat-card .stat-label {
  color: #0066b3;
  font-weight: 600;
}
.asean .user-stat-card .stat-count {
  color: #e31837;
  font-size: 1.5rem;
}
.asean .user-stat-card .stat-change {
  color: #ffb81c;
  font-weight: 600;
}
.asean .p-inputtext:focus {
  border-color: #0066b3 !important;
  box-shadow: 0 0 0 0.2rem rgba(0,102,179,0.12) !important;
  border-radius: 6px;
}
.asean .p-tag.p-tag-success {
  background: #008000 !important;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 600;
}
.asean .layout-footer {
  background: #f8fafd !important;
  border-top: 1px solid #e9ecef !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.asean .layout-footer p {
  color: #0066b3 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1rem;
  margin: 0.5rem 0;
}
.asean .p-menubar {
  background: linear-gradient(90deg, #0066b3 0%, #1e90ff 100%) !important;
  border: none !important;
  padding: 0.5rem 1.5rem !important;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,102,179,0.08);
}
.asean .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1.25rem !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 600;
  margin: 0 0.25rem !important;
  transition: background 0.2s, color 0.2s;
}
.asean .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text,
.asean .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon,
.asean .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #fff !important;
}
.asean .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e31837 !important;
  color: #fff !important;
}
.asean .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-menuitem-active {
  background: #ffb81c !important;
  color: #0066b3 !important;
}
.asean .p-menubar .p-submenu-list {
  background: #fff !important;
  border: 1px solid #e9ecef !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
}
.asean .p-menubar .p-submenu-list .p-menuitem-link {
  color: #0066b3 !important;
}
.asean .p-menubar .p-submenu-list .p-menuitem-link:hover {
  background: rgba(0,102,179,0.1) !important;
  color: #e31837 !important;
}
.asean .p-menubar .p-submenu-list .p-menuitem-link.p-menuitem-active {
  background: #e31837 !important;
  color: #fff !important;
}
.asean .sidebar-container .menu-list .menu-item .menu-link {
  padding: 0.75rem 1.25rem !important;
  color: var(--p-text-color) !important;
  transition: background-color 0.2s, color 0.2s !important;
  border-radius: 0 !important;
}
.asean .sidebar-container .menu-list .menu-item .menu-link:hover {
  background-color: var(--p-submenu-hover-bg) !important;
  color: var(--p-primary-500) !important;
}
.asean .sidebar-container .menu-list .menu-item .menu-link:hover .menu-icon {
  color: var(--p-primary-500) !important;
}
.asean .sidebar-container .menu-list .menu-item .menu-link.active-route {
  background-color: var(--p-highlight-bg) !important;
  color: var(--p-primary-500) !important;
  border-left: 3px solid var(--p-primary-500) !important;
}
.asean .sidebar-container .menu-list .menu-item .menu-link.active-route .menu-icon {
  color: var(--p-primary-500) !important;
}
.asean .sidebar-container .menu-list .menu-item .submenu .submenu-item .submenu-link {
  padding: 0.75rem 1.75rem !important;
  color: var(--p-text-color) !important;
  transition: background-color 0.2s, color 0.2s !important;
}
.asean .sidebar-container .menu-list .menu-item .submenu .submenu-item .submenu-link:hover {
  background-color: var(--p-submenu-hover-bg) !important;
  color: var(--p-primary-500) !important;
}
.asean .sidebar-container .menu-list .menu-item .submenu .submenu-item .submenu-link.active-route {
  background-color: var(--p-highlight-bg) !important;
  color: var(--p-primary-500) !important;
}
.bt :root {
  --p-primary-color: #ff4e00 !important;
  --p-primary-color-text: #fff !important;
  --p-primary-50: #ff9e73 !important;
  --p-primary-100: #ff9566 !important;
  --p-primary-200: #ff834d !important;
  --p-primary-300: #ff7133 !important;
  --p-primary-400: #ff601a !important;
  --p-primary-500: #ff4e00 !important;
  --p-primary-600: #e64600 !important;
  --p-primary-700: #cc3e00 !important;
  --p-primary-800: #b33700 !important;
  --p-primary-900: #992f00 !important;
  --p-surface-0: #fff !important;
  --p-surface-100: #f8f5f0 !important;
  --p-surface-200: #e9e5df !important;
  --p-surface-300: #dee2e6 !important;
  --p-surface-400: #fff !important;
  --p-surface-500: #fff !important;
  --p-text-color: #333 !important;
  --p-text-color-secondary: #6c757d !important;
  --p-primary-text-color: #fff !important;
  --p-secondary-text-color: #6c757d !important;
  --p-border-radius: 12px;
  --p-input-border-color: #ced4da;
  --p-input-hover-border-color: #ff4e00;
  --p-focus-ring-color: rgba(255,78,0,0.2);
  --p-highlight-bg: rgba(255,78,0,0.08);
  --p-highlight-text-color: #ff4e00;
  --p-menuitem-text-color: #fff !important;
  --p-menuitem-hover-bg: rgba(255,255,255,0.08) !important;
  --p-menuitem-active-bg: #036 !important;
  --p-submenu-bg: #fff !important;
  --p-submenu-text-color: #495057 !important;
  --p-submenu-hover-bg: rgba(255,78,0,0.1) !important;
  --p-menu-separator: #e9ecef !important;
}
.bt .app-navbar {
  background-color: linear-gradient(90deg, #ff4e00 0%, #ff7e30 100%);
  box-shadow: 0 4px 16px rgba(255,78,0,0.15) !important;
  border-radius: 0px !important;
}
.bt .app-navbar .navbar-title {
  color: var(--p-surface-0) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 1.1rem;
}
.bt .app-navbar .p-menubar-item-label {
  color: var(--p-surface-0) !important;
}
.bt .app-navbar .p-button-text {
  color: var(--p-surface-0) !important;
}
.bt .sidebar-container {
  background: #f8f5f0 !important;
  border-right: 1px solid #e9e5df !important;
  border-top-right-radius: 12px;
  box-shadow: 2px 0 12px rgba(255,78,0,0.04);
}
.bt .sidebar-container .menu-item.menu-item-active > .menu-link {
  background: rgba(255,78,0,0.1) !important;
  color: #ff4e00 !important;
  font-weight: 600;
}
.bt .sidebar-container .menu-item.menu-item-active > .menu-link::before {
  background: #036 !important;
}
.bt .sidebar-container .menu-item .menu-link {
  border-radius: 8px;
  margin: 2px 0;
  transition: background 0.2s, color 0.2s;
}
.bt .sidebar-container .menu-item .menu-link:hover {
  background: rgba(255,78,0,0.1) !important;
  color: #036 !important;
}
.bt .sidebar-container .menu-item .menu-link.active-route {
  background: #036 !important;
  color: #fff !important;
  border-left: 4px solid #ffcd00 !important;
}
.bt .p-button.p-button-primary {
  background: linear-gradient(90deg, #ff4e00 0%, #ff7e30 100%) !important;
  border: none !important;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(255,78,0,0.12);
}
.bt .p-button.p-button-primary:hover {
  background: linear-gradient(90deg, #e64800 0%, #ff6b20 100%) !important;
  color: #fff !important;
}
.bt .widget-container,
.bt .p-card {
  border: none !important;
  background: #fff !important;
  box-shadow: 0 4px 24px rgba(255,78,0,0.08) !important;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}
.bt .widget-container .widget-title,
.bt .p-card .widget-title,
.bt .widget-container .p-card-title,
.bt .p-card .p-card-title {
  color: #ff4e00 !important;
  font-weight: 700 !important;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.bt .widget-container .p-card-header,
.bt .p-card .p-card-header {
  background: #f8f5f0 !important;
  border-bottom: 1px solid #e9e5df !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.bt .p-datatable .p-datatable-thead > tr > th {
  background: #f8f5f0 !important;
  color: #ff4e00 !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #ff4e00 !important;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.bt .p-datatable .p-datatable-tbody > tr > td {
  background: #fff !important;
  font-size: 0.98rem;
  border-bottom: 1px solid #e9e5df !important;
}
.bt .dashboard-heading {
  background: linear-gradient(90deg, #ff4e00 0%, #ff7e30 100%) !important;
  color: #fff !important;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(255,78,0,0.12);
}
.bt .dashboard-heading .dashboard-title {
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 2rem;
}
.bt .dashboard-heading .dashboard-subtitle {
  color: #f8f5f0 !important;
  font-size: 1.1rem;
  font-weight: 400;
}
.bt .user-stat-card {
  border: 1px solid #e9e5df !important;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(255,78,0,0.06);
  background: #fff !important;
}
.bt .user-stat-card.selected {
  border: 2px solid #036 !important;
  box-shadow: 0 0 0 2px #036 !important;
}
.bt .user-stat-card .stat-label {
  color: #ff4e00;
  font-weight: 600;
}
.bt .user-stat-card .stat-count {
  color: #036;
  font-size: 1.5rem;
}
.bt .user-stat-card .stat-change {
  color: #ffcd00;
  font-weight: 600;
}
.bt .p-inputtext:focus {
  border-color: #ff4e00 !important;
  box-shadow: 0 0 0 0.2rem rgba(255,78,0,0.12) !important;
  border-radius: 8px;
}
.bt .p-tag.p-tag-success {
  background: #036 !important;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
}
.bt .layout-footer {
  background: #f8f5f0 !important;
  border-top: 1px solid #e9e5df !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.bt .layout-footer p {
  color: #ff4e00 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1rem;
  margin: 0.5rem 0;
}
.bt .p-menubar {
  background: linear-gradient(90deg, #ff4e00 0%, #ff7e30 100%) !important;
  border: none !important;
  padding: 0.5rem 1.5rem !important;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(255,78,0,0.12);
}
.bt .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1.25rem !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 600;
  margin: 0 0.25rem !important;
  transition: background 0.2s, color 0.2s;
}
.bt .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text,
.bt .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon,
.bt .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #fff !important;
}
.bt .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #036 !important;
  color: #fff !important;
}
.bt .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-menuitem-active {
  background: #ffcd00 !important;
  color: #ff4e00 !important;
}
.bt .p-menubar .p-submenu-list {
  background: #fff !important;
  border: 1px solid #e9e5df !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
}
.bt .p-menubar .p-submenu-list .p-menuitem-link {
  color: #ff4e00 !important;
}
.bt .p-menubar .p-submenu-list .p-menuitem-link:hover {
  background: rgba(255,78,0,0.1) !important;
  color: #036 !important;
}
.bt .p-menubar .p-submenu-list .p-menuitem-link.p-menuitem-active {
  background: #036 !important;
  color: #fff !important;
}
.bt .sidebar-container .menu-list .menu-item .menu-link {
  padding: 0.75rem 1.25rem !important;
  color: var(--p-text-color) !important;
  transition: background-color 0.2s, color 0.2s !important;
  border-radius: 0 !important;
}
.bt .sidebar-container .menu-list .menu-item .menu-link:hover {
  background-color: var(--p-submenu-hover-bg) !important;
  color: var(--p-primary-500) !important;
}
.bt .sidebar-container .menu-list .menu-item .menu-link:hover .menu-icon {
  color: var(--p-primary-500) !important;
}
.bt .sidebar-container .menu-list .menu-item .menu-link.active-route {
  background-color: var(--p-highlight-bg) !important;
  color: var(--p-primary-500) !important;
  border-left: 3px solid var(--p-primary-500) !important;
}
.bt .sidebar-container .menu-list .menu-item .menu-link.active-route .menu-icon {
  color: var(--p-primary-500) !important;
}
.bt .sidebar-container .menu-list .menu-item .submenu .submenu-item .submenu-link {
  padding: 0.75rem 1.75rem !important;
  color: var(--p-text-color) !important;
  transition: background-color 0.2s, color 0.2s !important;
}
.bt .sidebar-container .menu-list .menu-item .submenu .submenu-item .submenu-link:hover {
  background-color: var(--p-submenu-hover-bg) !important;
  color: var(--p-primary-500) !important;
}
.bt .sidebar-container .menu-list .menu-item .submenu .submenu-item .submenu-link.active-route {
  background-color: var(--p-highlight-bg) !important;
  color: var(--p-primary-500) !important;
}
.bt .add-office-btn {
  background: #ff4e00 !important;
}
.kh-moc .app-navbar {
  background-color: #1a365d;
  box-shadow: 0 2px 10px rgba(26,54,93,0.2);
}
.kh-moc .app-navbar .navbar-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kh-moc .sidebar-container {
  background-color: #edf2f7;
  border-right: 1px solid rgba(26,54,93,0.1);
}
.kh-moc .sidebar-container .menu-item.menu-item-active > .menu-link {
  background-color: rgba(26,54,93,0.1);
  color: #1a365d;
}
.kh-moc .sidebar-container .menu-item.menu-item-active > .menu-link::before {
  background-color: #1a365d;
}
.kh-moc .p-button.p-button-primary {
  background-color: #1a365d;
  border-color: #1a365d;
}
.kh-moc .p-button.p-button-primary:hover {
  background-color: #173154;
  border-color: #173154;
}
.kh-moc .widget-container {
  border: 1px solid rgba(26,54,93,0.1);
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(26,54,93,0.05);
}
.kh-moc .widget-container .widget-title {
  color: #1a365d;
  font-weight: 600;
}
.kh-moc .p-datatable .p-datatable-thead > tr > th {
  background-color: #edf2f7;
  color: #2d3748;
  font-weight: 600;
  border-bottom: 2px solid #1a365d;
}
.kh-moc .dashboard-heading {
  background-color: #1a365d;
  color: #fff;
}
.kh-moc .dashboard-heading .dashboard-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kh-moc .dashboard-heading .dashboard-subtitle {
  color: rgba(255,255,255,0.9);
}
.kh-moc .user-stat-card {
  border: 1px solid rgba(26,54,93,0.1);
}
.kh-moc .user-stat-card.selected {
  border: 2px solid #1a365d;
  box-shadow: 0 0 0 1px #1a365d;
}
.kh-moc .p-inputtext:focus {
  border-color: #1a365d;
  box-shadow: 0 0 0 0.2rem rgba(26,54,93,0.25);
}
.kh-moc .p-tag.p-tag-success {
  background-color: #1a365d;
  color: #fff;
}
.kh-moc .layout-footer {
  background-color: #edf2f7;
}
.kh .app-navbar {
  background-color: #032e82;
  box-shadow: 0 2px 10px rgba(3,46,130,0.2);
}
.kh .app-navbar .navbar-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kh .sidebar-container {
  background-color: #f5f5f5;
  border-right: 1px solid rgba(3,46,130,0.1);
}
.kh .sidebar-container .menu-item.menu-item-active > .menu-link {
  background-color: rgba(3,46,130,0.1);
  color: #032e82;
}
.kh .sidebar-container .menu-item.menu-item-active > .menu-link::before {
  background-color: #032e82;
}
.kh .p-button.p-button-primary {
  background-color: #032e82;
  border-color: #032e82;
}
.kh .p-button.p-button-primary:hover {
  background-color: #032975;
  border-color: #032975;
}
.kh .widget-container {
  background-color: #fff;
}
.kh .widget-container .widget-title {
  color: #032e82;
  font-weight: 600;
}
.kh .p-datatable .p-datatable-thead > tr > th {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
  border-bottom: 2px solid #032e82;
}
.kh .dashboard-heading {
  background-color: #032e82;
  color: #fff;
}
.kh .dashboard-heading .dashboard-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kh .dashboard-heading .dashboard-subtitle {
  color: rgba(255,255,255,0.9);
}
.kh .user-stat-card {
  border: 1px solid rgba(3,46,130,0.1);
}
.kh .user-stat-card.selected {
  border: 2px solid #032e82;
  box-shadow: 0 0 0 1px #032e82;
}
.kh .p-inputtext:focus {
  border-color: #032e82;
  box-shadow: 0 0 0 0.2rem rgba(3,46,130,0.25);
}
.kh .p-tag.p-tag-success {
  background-color: #032e82;
  color: #fff;
}
.kh .layout-footer {
  background-color: #f5f5f5;
  border-top: 1px solid rgba(3,46,130,0.1);
}
.kh .layout-footer p {
  color: #333;
}
.kh app-filter-chips .filter-chips-container {
  background: linear-gradient(135deg, #e5f3f7 0%, #032e82 100%);
}
.vc :root {
  --p-primary-color: #1e3a8a !important;
  --p-primary-color-text: #fff !important;
  --p-primary-50: #6484dd !important;
  --p-primary-100: #5679da !important;
  --p-primary-200: #3a62d4 !important;
  --p-primary-300: #2a52c2 !important;
  --p-primary-400: #2446a6 !important;
  --p-primary-500: #1e3a8a !important;
  --p-primary-600: #1b347c !important;
  --p-primary-700: #182e6e !important;
  --p-primary-800: #152961 !important;
  --p-primary-900: #122353 !important;
  --p-surface-0: #fff !important;
  --p-surface-100: #f8fafc !important;
  --p-surface-200: #e2e8f0 !important;
  --p-surface-300: #cbd5e1 !important;
  --p-surface-400: #fff !important;
  --p-surface-500: #fff !important;
  --p-text-color: #1f2937 !important;
  --p-text-color-secondary: #64748b !important;
  --p-primary-text-color: #fff !important;
  --p-secondary-text-color: #64748b !important;
  --p-border-radius: 12px;
  --p-input-border-color: #cbd5e1;
  --p-input-hover-border-color: #1e3a8a;
  --p-focus-ring-color: rgba(30,58,138,0.2);
  --p-highlight-bg: rgba(30,58,138,0.08);
  --p-highlight-text-color: #1e3a8a;
  --p-menuitem-text-color: #fff !important;
  --p-menuitem-hover-bg: rgba(255,255,255,0.08) !important;
  --p-menuitem-active-bg: #059669 !important;
  --p-submenu-bg: #fff !important;
  --p-submenu-text-color: #374151 !important;
  --p-submenu-hover-bg: rgba(30,58,138,0.1) !important;
  --p-menu-separator: #e2e8f0 !important;
}
.vc .app-navbar {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%) !important;
  box-shadow: 0 4px 16px rgba(30,58,138,0.15) !important;
  border-radius: 0px !important;
}
.vc .app-navbar .navbar-title {
  color: var(--p-surface-0) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 1.1rem;
}
.vc .app-navbar .p-menubar-item-label {
  color: var(--p-surface-0) !important;
}
.vc .app-navbar .p-button-text {
  color: var(--p-surface-0) !important;
}
.vc .logo,
.vc .logo-container,
.vc .navbar-brand .logo {
  background: #e2e8f0 !important;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 8px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: inline-block;
}
.vc .sidebar-container {
  background: #f8fafc !important;
  border-right: 1px solid #e2e8f0 !important;
  border-top-right-radius: 12px;
  box-shadow: 2px 0 12px rgba(30,58,138,0.04);
}
.vc .sidebar-container .menu-item.menu-item-active > .menu-link {
  background: rgba(30,58,138,0.1) !important;
  color: #1e3a8a !important;
  font-weight: 600;
}
.vc .sidebar-container .menu-item.menu-item-active > .menu-link::before {
  background: #059669 !important;
}
.vc .sidebar-container .menu-item .menu-link {
  border-radius: 8px;
  margin: 2px 0;
  transition: background 0.2s, color 0.2s;
}
.vc .sidebar-container .menu-item .menu-link:hover {
  background: rgba(30,58,138,0.1) !important;
  color: #059669 !important;
}
.vc .sidebar-container .menu-item .menu-link.active-route {
  background: #059669 !important;
  color: #fff !important;
  border-left: 4px solid #fbbf24 !important;
}
.vc .p-button.p-button-primary {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%) !important;
  border: none !important;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(30,58,138,0.12);
}
.vc .p-button.p-button-primary:hover {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(30,58,138,0.2);
}
.vc .widget-container,
.vc .p-card {
  border: none !important;
  background: #fff !important;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}
.vc .widget-container .widget-title,
.vc .p-card .widget-title,
.vc .widget-container .p-card-title,
.vc .p-card .p-card-title {
  color: #1e3a8a !important;
  font-weight: 700 !important;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.vc .widget-container .p-card-header,
.vc .p-card .p-card-header {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
  border-bottom: 1px solid #e2e8f0 !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.vc .p-datatable .p-datatable-thead > tr > th {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
  color: #1e3a8a !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #1e3a8a !important;
  letter-spacing: 0.5px;
}
.vc .p-datatable .p-datatable-tbody > tr > td {
  background: #fff !important;
  border-bottom: 1px solid #e2e8f0 !important;
}
.vc .dashboard-heading {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%) !important;
  color: #fff !important;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(30,58,138,0.08);
}
.vc .dashboard-heading .dashboard-title {
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 2rem;
}
.vc .dashboard-heading .dashboard-subtitle {
  color: #e2e8f0 !important;
  font-size: 1.1rem;
  font-weight: 400;
}
.vc .user-stat-card {
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(30,58,138,0.06);
  background: #fff !important;
}
.vc .user-stat-card.selected {
  background-color: rgba(59,130,246,0.08) !important;
  border: 2px solid #3b82f6 !important;
  box-shadow: inset 0 0 0 2px rgba(59,130,246,0.2) !important;
}
.vc .user-stat-card .stat-label {
  color: #1e3a8a;
  font-weight: 600;
}
.vc .user-stat-card .stat-count {
  color: #059669;
  font-size: 1.5rem;
}
.vc .user-stat-card .stat-change {
  color: #fbbf24;
  font-weight: 600;
}
.vc .p-inputtext:focus {
  border-color: #1e3a8a !important;
  box-shadow: 0 0 0 0.2rem rgba(30,58,138,0.12) !important;
  border-radius: 8px;
}
.vc .p-tag.p-tag-success {
  background: #059669 !important;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
}
.vc .layout-footer {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.vc .layout-footer p {
  color: #1e3a8a !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1rem;
  margin: 0.5rem 0;
}
.vc .p-menubar {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%) !important;
  border: none !important;
  padding: 0.25rem 0.2rem !important;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(30,58,138,0.08);
}
.vc .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1.25rem !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 600;
  margin: 0 0.25rem !important;
  transition: background 0.2s, color 0.2s;
}
.vc .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text,
.vc .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon,
.vc .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #fff !important;
}
.vc .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #059669 !important;
  color: #fff !important;
}
.vc .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-menuitem-active {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
  color: #1e3a8a !important;
}
.vc .p-menubar .p-submenu-list {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
}
.vc .p-menubar .p-submenu-list .p-menuitem-link {
  color: #1e3a8a !important;
}
.vc .p-menubar .p-submenu-list .p-menuitem-link:hover {
  background: rgba(30,58,138,0.1) !important;
  color: #059669 !important;
}
.vc .p-menubar .p-submenu-list .p-menuitem-link.p-menuitem-active {
  background: #059669 !important;
  color: #fff !important;
}
.vc .sidebar-container .menu-list .menu-item .menu-link {
  padding: 0.75rem 1.25rem !important;
  color: var(--p-text-color) !important;
  transition: background-color 0.2s, color 0.2s !important;
  border-radius: 0 !important;
}
.vc .sidebar-container .menu-list .menu-item .menu-link:hover {
  background-color: var(--p-submenu-hover-bg) !important;
  color: var(--p-primary-500) !important;
}
.vc .sidebar-container .menu-list .menu-item .menu-link:hover .menu-icon {
  color: var(--p-primary-500) !important;
}
.vc .sidebar-container .menu-list .menu-item .menu-link.active-route {
  background-color: var(--p-highlight-bg) !important;
  color: var(--p-primary-500) !important;
  border-left: 3px solid var(--p-primary-500) !important;
}
.vc .sidebar-container .menu-list .menu-item .menu-link.active-route .menu-icon {
  color: var(--p-primary-500) !important;
}
.vc .sidebar-container .menu-list .menu-item .submenu .submenu-item .submenu-link {
  padding: 0.75rem 1.75rem !important;
  color: var(--p-text-color) !important;
  transition: background-color 0.2s, color 0.2s !important;
}
.vc .sidebar-container .menu-list .menu-item .submenu .submenu-item .submenu-link:hover {
  background-color: var(--p-submenu-hover-bg) !important;
  color: var(--p-primary-500) !important;
}
.vc .sidebar-container .menu-list .menu-item .submenu .submenu-item .submenu-link.active-route {
  background-color: var(--p-highlight-bg) !important;
  color: var(--p-primary-500) !important;
}
shtml,
body,
app-root {
  height: 100vh;
  display: block;
  min-height: -webkit-fill-available;
  height: calc(var(--vh, 1vh) * 100);
}
body {
  overflow: auto;
  font-size: 0.85rem;
  margin: 0;
  padding: 0;
  transition: opacity 0.7s linear;
  break-word: word-wrap;
}
.app {
  max-width: 100vw;
  margin: 10px 10px 10px 10px;
  flex-grow: 1;
  width: calc(100vw);
  grid-column-start: 2;
  grid-row-start: 3;
  position: relative;
  display: grid;
  grid-template-rows: [nav-bar] auto [rest] 100fr;
}
.app .capitalize {
  text-transform: capitalize;
}
.app .scroller {
  padding: 1px 40px 15px 40px;
  display: flex;
}
.app h1 {
  padding-bottom: 10px;
}
.app .landing-page-table-container {
  margin-top: 10px;
}
.app .geo-grid-drawing-container {
  margin-bottom: 10px;
  margin-top: 2px;
}
.app .flagHeaderClass,
.app .countryHeaderClass {
  text-align: left;
}
.app .patentHeaderClass,
.app .designsHeaderClass,
.app .tmHeaderClass,
.app .giHeaderClass,
.app .portfolioHeaderClass {
  text-align: center;
}
.app .countryBodyClass {
  text-align: left;
  padding-left: 10px;
}
.app .flagClass,
.app .patentBodyClass,
.app .designsBodyClass,
.app .tmBodyClass,
.app .giBodyClass,
.app .portfolioBodyClass {
  text-align: center;
}
.app .countButtonClass {
  text-align: center;
  margin: 0px 8px 2px 0px;
  padding: 2px;
  border: 1.4px solid;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
}
.app .countButtonClass div:hover {
  margin: 0px 8px 2px 0px;
  border: 1px solid;
  padding: 2px;
  border-width: thin;
  color: #0d5fa1;
  background-color: #d3d3d3;
}
.app .countButtonClass-zero {
  text-align: center;
  margin: 0px 8px 2px 0px;
  padding: 2px;
  border: 1px solid;
  color: #80807f;
  border-radius: 6px;
}
.app .primary-btn-color {
  background-color: #314668;
  border-color: #314668;
}
html {
  scroll-behavior: smooth;
}
body,
.layout-wrapper,
.layout-main {
  overflow-y: visible !important;
}
:root {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
:root h1,
:root h2,
:root h3,
:root h4,
:root h5,
:root h6 {
  color: var(--p-heading-color);
  font-weight: var(--p-heading-font-weight);
  line-height: var(--p-heading-line-height);
}
:host ::ng-deep .p-menubar-button {
  display: none !important;
}
app-table .p-datatable-thead > tr > th p-columnfilter {
  background-color: inherit;
  border: none;
}
app-groups .p-datatable-thead > tr > th p-columnfilter {
  background-color: inherit;
  border: none;
}
@media screen and (max-width: 480px) {
  .p-menubar {
    display: block !important;
  }
}
.app-navbar {
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  background-color: #fff;
  transition: margin-left 0.3s ease-in-out;
  z-index: 999;
}
.app-navbar.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.navbar-start {
  display: flex;
  align-items: center;
}
.navbar-start .navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-left: 0.5rem;
}
.navbar-start .navbar-brand .navbar-logo {
  height: 32px;
  margin-right: 0.75rem;
}
.navbar-start .navbar-brand .navbar-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--p-primary-color);
}
.navbar-start .sidebar-toggle {
  margin-right: 0.5rem;
}
@media screen and (min-width: 769px) {
  .navbar-start .sidebar-toggle.sidebar-compact {
    display: none;
  }
}
.flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.navbar-end {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.notification-container {
  position: relative;
}
.notification-container .notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
}
.notification-header {
  border-bottom: 1px solid #e9ecef;
}
.notification-list {
  max-height: 300px;
  overflow-y: auto;
}
.notification-item {
  padding: 0.75rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  transition: background-color 0.2s;
}
.notification-item:hover {
  background-color: #f8f9fa;
}
.notification-item.unread {
  background-color: #e6f7ff;
}
.user-profile {
  position: relative;
}
.user-profile.p-button {
  padding-block: 0 !important;
}
.user-profile .user-button {
  display: flex;
  align-items: center;
}
.user-profile .user-avatar {
  width: 2rem;
  height: 2rem;
  background-color: var(--p-primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  font-weight: 600;
}
.user-profile .user-name {
  margin: 0 0.5rem;
  font-weight: 500;
}
.mobile-menu .mobile-menu-header {
  padding: 1rem;
  font-weight: 600;
  font-size: 1.1rem;
  border-bottom: 1px solid #e9ecef;
}
.mobile-menu .mobile-menu-content {
  padding: 0.5rem;
}
.mobile-menu .mobile-menu-item {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.mobile-menu .mobile-menu-item:hover {
  background-color: #f8f9fa;
}
.mobile-menu .mobile-menu-item .mobile-menu-icon {
  margin-right: 0.75rem;
  width: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .navbar-end {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
    overflow-x: auto;
    padding-right: 0.25rem;
    z-index: 1002;
    position: relative;
  }
  .navbar-end .notification-container {
    order: 1;
    flex: 0 0 auto;
    margin-right: 0.25rem;
    z-index: 1003;
    position: relative;
  }
  .navbar-end .user-profile .user-name {
    display: none;
  }
  .navbar-end .mobile-menu-toggle {
    order: 99;
    flex: 0 0 auto;
  }
  .p-menubar-mobile .p-menubar-button {
    display: none !important;
  }
  :host ::ng-deep .p-overlaypanel {
    max-width: 95vw;
    min-width: 220px;
    left: 2vw !important;
    right: 2vw !important;
    top: 56px !important;
    z-index: 2000 !important;
  }
  :host ::ng-deep .p-overlaypanel .notification-list {
    max-height: 60vh;
    overflow-y: auto;
  }
}
:host-context(.with-sidebar.sidebar-compact:not(.sidebar-mobile)) .app-navbar {
  margin-left: 64px;
  width: calc(100% - 64px);
}
:host-context(.with-sidebar.sidebar-compact:not(.sidebar-mobile)) .app-navbar.fixed-navbar {
  left: 64px;
  width: calc(100% - 64px);
}
.app-navbar .p-menubar .p-component .p-menubar-mobile {
  display: flex !important;
  flex-direction: column !important;
}
:host-context(.no-sidebar:not(.sidebar-mobile)) .app-navbar {
  margin-left: 0;
  width: 100%;
}
:host-context(.no-sidebar:not(.sidebar-mobile)) .app-navbar.fixed-navbar {
  left: 0;
  width: 100%;
}
.p-menubar {
  padding: 0 !important;
}
.sidebar-container {
  display: flex;
  flex-direction: column;
  background-color: var(--p-menu-background, #f8f9fa);
  height: 100%;
  width: 240px;
  position: relative;
  border-right: 1px solid var(--p-surface-border, #e9ecef);
  overflow-x: hidden;
  z-index: 1000;
  transition-property: width, transform, margin-left;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, width;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.sidebar-container.sidebar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}
.sidebar-container.sidebar-compact {
  width: 64px;
}
.sidebar-container.sidebar-compact .menu-label,
.sidebar-container.sidebar-compact .menu-badge,
.sidebar-container.sidebar-compact .submenu-icon {
  display: none;
}
.sidebar-container.sidebar-compact .menu-icon {
  margin-right: 0;
}
.sidebar-container.sidebar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1100;
  transform: translateX(-100%);
  width: 240px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}
.sidebar-container.sidebar-mobile.sidebar-visible {
  transform: translateX(0);
}
.sidebar-header {
  display: flex;
  align-items: center;
  padding: 1rem;
  height: 64px;
  border-bottom: 1px solid var(--p-surface-border, #e9ecef);
  position: relative;
}
.sidebar-header .toggle-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
}
.sidebar-header .toggle-button:hover {
  background-color: var(--p-surface-hover, #e9ecef);
}
.sidebar-header .toggle-button i {
  font-size: 0.85rem;
  color: var(--p-text-color-secondary, #6c757d);
}
.sidebar-header .logo-container {
  display: flex;
  align-items: center;
}
.sidebar-header .logo-container .wipo-logo {
  height: 32px;
  margin-right: 0.75rem;
}
.sidebar-header .logo-container .app-name {
  font-weight: 600;
  color: var(--p-text-color, #495057);
  white-space: nowrap;
}
.sidebar-menu {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem 0;
}
.sidebar-menu .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu .menu-list .menu-item {
  position: relative;
}
.sidebar-menu .menu-list .menu-item.menu-item-active > .menu-link {
  background-color: var(--p-surface-100, #e9ecef);
}
.sidebar-menu .menu-list .menu-item.menu-item-active > .menu-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--p-primary-color, #3b82f6);
}
.sidebar-menu .menu-list .menu-item .menu-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: var(--p-text-color, #495057);
  text-decoration: none;
  position: relative;
  transition: background-color 0.2s ease;
}
.sidebar-menu .menu-list .menu-item .menu-link:hover {
  background-color: var(--p-surface-hover, #e9ecef);
}
.sidebar-menu .menu-list .menu-item .menu-link.active-route {
  background-color: var(--p-surface-100, #e9ecef);
}
.sidebar-menu .menu-list .menu-item .menu-link.active-route::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--p-primary-color, #3b82f6);
}
.sidebar-menu .menu-list .menu-item .menu-link .menu-icon {
  font-size: 1.25rem;
  margin-right: 0.75rem;
  width: 24px;
  text-align: center;
}
.sidebar-menu .menu-list .menu-item .menu-link .menu-label {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-menu .menu-list .menu-item .menu-link .menu-badge {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 10px;
  background-color: var(--p-primary-color, #3b82f6);
  color: #fff;
  margin-left: 0.5rem;
}
.sidebar-menu .menu-list .menu-item .menu-link .submenu-icon {
  margin-left: 0.5rem;
  font-size: 0.85rem;
  transition: transform 0.2s ease;
}
.sidebar-menu .menu-list .menu-item .menu-link .submenu-icon.submenu-expanded {
  transform: rotate(180deg);
}
.submenu {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.submenu .submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.submenu .submenu-list .submenu-item .submenu-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  color: var(--p-text-color, #495057);
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.submenu .submenu-list .submenu-item .submenu-link:hover {
  background-color: var(--p-surface-hover, #e9ecef);
}
.submenu .submenu-list .submenu-item .submenu-link.active-route {
  background-color: var(--p-surface-100, #e9ecef);
}
.submenu .submenu-list .submenu-item .submenu-link.active-route::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--p-primary-color, #3b82f6);
}
.submenu .submenu-list .submenu-item .submenu-link .submenu-icon {
  font-size: 1rem;
  margin-right: 0.75rem;
  width: 20px;
  text-align: center;
}
.submenu .submenu-list .submenu-item .submenu-link .submenu-label {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.submenu .submenu-list .submenu-item .submenu-link .submenu-badge {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 10px;
  background-color: var(--p-primary-color, #3b82f6);
  color: #fff;
  margin-left: 0.5rem;
}
.compact-hover-menu {
  position: fixed;
  left: 64px;
  background-color: var(--p-menu-background, #f8f9fa);
  border: 1px solid var(--p-surface-border, #e9ecef);
  border-left: none;
  box-shadow: 4px 0 10px rgba(0,0,0,0.1);
}
.layout-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading-overlay .loading-spinner {
  margin-bottom: 1rem;
}
.loading-overlay .loading-text {
  color: #fff;
  font-size: 1.2rem;
}
.layout-main {
  display: flex;
  flex: 1;
  position: relative;
  transition: margin-left 0.3s ease-in-out;
  min-height: calc(100vh - 64px);
}
@media (max-width: 800px) {
  .layout-main.with-sidebar {
    margin-left: 0;
  }
}
.layout-main.no-sidebar {
  margin-left: 0;
}
.layout-content {
  margin-top: 64px !important;
  flex: 1;
  width: 100%;
  transition: padding 0.3s ease-in-out;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 64px);
}
@media screen and (max-width: 450px) {
  .layout-content {
    padding: 0;
    margin-left: 0;
  }
}
.content-container {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  padding: 1.5rem;
  min-height: calc(100vh - 160px);
}
@media (max-width: 800px) {
  .content-container {
    padding: 1rem;
    min-height: calc(100vh - 140px);
  }
}
.layout-footer {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid #e9ecef;
  margin-top: auto;
  width: 100%;
  flex-shrink: 0;
}
.layout-footer .footer-content {
  display: flex;
  justify-content: center;
}
.layout-footer .footer-content p {
  margin: 0;
  text-align: center;
  color: #495057;
}
:host ::ng-deep .p-sidebar .p-sidebar-header {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}
:host ::ng-deep .p-sidebar .p-sidebar-header .p-sidebar-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
:host ::ng-deep .p-sidebar .p-sidebar-header .p-sidebar-close:hover {
  background-color: rgba(0,0,0,0.05);
}
:host ::ng-deep .p-sidebar .p-sidebar-content {
  padding: 0;
}
:host ::ng-deep .p-sidebar .p-sidebar-content app-sidebar {
  position: fixed;
  top: 64px;
  left: 0;
  height: 100vh;
  width: 240px;
  background-color: #f8f9fa;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 800px) {
  :host ::ng-deep .p-sidebar .p-sidebar-content app-sidebar {
    transform: translateX(-100%);
  }
  :host ::ng-deep .p-sidebar .p-sidebar-content app-sidebar.visible {
    transform: translateX(0);
  }
}
.widget-container {
  margin-bottom: 0;
  overflow: hidden;
  background-color: var(--surface-card, #fff);
}
.widget-header {
  padding: 1rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.widget-title-row {
  display: flex;
  align-items: center;
}
.widget-icon {
  margin-right: 0.75rem;
  color: var(--text-color-secondary, #6c757d);
  font-size: 1.25rem;
}
.widget-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-color, #495057);
  flex: 1;
}
.widget-badge {
  padding: 0.2rem 0.4rem;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  background-color: var(--surface-hover, #f8f9fa);
  color: var(--text-color-secondary, #6c757d);
}
.widget-content {
  padding: 0;
  flex: 1;
}
.widget-item-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget-item {
  margin: 0;
}
.widget-item-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem 0.75rem 2rem;
  color: var(--text-color, #495057);
  font-size: 0.875rem;
  transition: background-color 0.2s;
  text-decoration: none;
  border-radius: 4px;
}
.widget-item-link:hover {
  background-color: var(--surface-hover, #f8f9fa);
  transition: all 0.1s ease;
}
.widget-item-link:hover background-color var(--surface-hover) {
  transform: scale(1.02);
}
.widget-item-link:hover span {
  color: var(--p-primary-color, #3b82f6);
  font-weight: 600;
}
.widget-item-link:hover i {
  color: var(--p-primary-color, #3b82f6);
}
.item-icon {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  color: var(--text-color-secondary, #6c757d);
}
.item-label {
  flex: 1;
}
.hover:shadow-lg:hover {
  box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04) !important;
}
.hover:scale-105:hover {
  transform: scale(1.05);
}
.hover:shadow-glow:hover {
  box-shadow: 0 0 15px rgba(59,130,246,0.5);
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-5xl {
  font-size: 3rem;
}
.flex-search-bar {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
:host ::ng-deep .p-datatable-thead > tr > th p-columnfilter {
  border: none;
}
.user-stats-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.user-stats-container .user-stat-card {
  flex: 1;
  min-width: 220px;
  margin: 0.25rem;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.user-stats-container .user-stat-card:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.user-stats-container .user-stat-card.selected {
  background-color: rgba(59,130,246,0.08);
  border: 2px solid #3b82f6;
  box-shadow: inset 0 0 0 2px rgba(59,130,246,0.2);
}
.user-stats-container .stat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.user-stats-container .stat-header .stat-label {
  font-weight: bold;
  font-size: 0.9rem;
}
.user-stats-container .stat-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-stats-container .stat-content .stat-count {
  font-size: 1.75rem;
  font-weight: 700;
}
.user-stats-container .stat-content .stat-change {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 0.25rem;
}
.user-stats-container .stat-content .stat-change i {
  font-size: 0.75rem;
}
.user-stats-container .stat-period {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #666;
}
@media (max-width: 768px) {
  .user-stats-container {
    flex-direction: column;
  }
  .user-stats-container .user-stat-card {
    width: 100%;
    margin: 0.25rem 0;
  }
}
app-dashboard .filing-portfolio .p-card {
  margin-bottom: 0;
}
app-dashboard .filter {
  padding: 0.4rem;
  background-color: #e5f3f7;
  border-radius: var(--p-inputtext-border-radius, 6px);
}
app-dashboard .filter .filter-icons .p-button-text {
  color: var(--p-button-outlined-secondary-color);
}
app-dashboard .filter .filter-icons p-button button.p-button-outlined {
  background: transparent;
}
app-dashboard p-card.table-card .p-card {
  border: 1px solid #ddd !important;
}
app-dashboard p-card.table-card .p-card .p-card-title {
  padding-left: 0.5rem;
}
app-dashboard p-card.table-card .p-card .p-card-subtitle {
  padding-left: 0.5rem;
}
app-dashboard .big-avatar {
  --p-avatar-width: 100px;
  --p-avatar-height: 100px;
}
.pdf-details {
  background-color: #f3f3f3;
}
.pdf-details .p-drawer-header {
  padding: 0rem;
}
.pdf-details .p-drawer-header .title-subtitle {
  padding: 1.25rem;
}
app-public-notification .biblio-details .p-card-body {
  --p-card-body-padding: 3rem;
}
app-public-notification .pdf-viewer-card .p-card {
  height: 100%;
}
app-public-notification .pdf-viewer-card .p-card .p-card-body {
  min-height: 500px;
  height: 100%;
}
app-public-notification .pdf-viewer-card .p-card .p-card-body .p-card-content {
  height: 100%;
}
app-public-notification .pdf-viewer-card .p-card .p-card-body .p-card-content pdf-viewer {
  height: 100%;
}
app-public-notification .pdf-viewer-card .p-card .p-card-body .p-card-content pdf-viewer .pdf-container .zoom {
  height: 100%;
}
app-public-notification .title-card {
  padding: 2.5rem;
  background-color: #e5f3f7;
  border: 1px solid #a3eaff;
  border-radius: var(--p-inputtext-border-radius, 1rem);
}
app-public-notification .summary-card {
  padding: 2.5rem;
  background-color: #f9f9f9;
  border: 1px solid #dadbdb;
  border-radius: var(--p-inputtext-border-radius, 1rem);
}
app-auth-notifications-list .descrption-icon .p-button {
  --p-button-lg-font-size: 3rem;
}
pdf-viewer .pdf-container {
  height: 100%;
}
pdf-viewer :host ::ng-deep ngx-extended-pdf-viewer {
  height: 100% !important;
}
pdf-viewer :host ::ng-deep .ngx-extended-pdf-viewer {
  height: 100% !important;
}
pdf-viewer :host ::ng-deep .pdfViewer {
  height: 100% !important;
}
app-user-accounts .p-avatar {
  background: var(--p-primary-color);
  color: var(--p-avatar-background);
  font-weight: 600;
}
app-user-accounts .user-accounts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
app-user-accounts .create-user-btn {
  background-color: #1976d2;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
app-user-accounts .create-user-btn:hover {
  background-color: #125ea2;
}
.auth-container {
  display: flex;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 5rem;
}
.card-header {
  text-align: left;
  margin-bottom: 20px;
}
.card-header h2 {
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.card-header p {
  margin: 0;
  font-size: 1rem;
}
.form-field {
  margin-bottom: 15px;
}
.form-field label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
.form-field input {
  width: 100%;
}
.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.form-options .p-field-checkbox {
  display: flex;
  align-items: center;
}
.form-options .p-field-checkbox label {
  margin-left: 8px;
}
.forgot-password-link {
  text-decoration: none;
}
.form-actions {
  margin-bottom: 20px;
}
.sign-up-section {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}
.sign-up-section a {
  text-decoration: none;
}
.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.force-change-password-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background: #f4f8fb;
}
.force-change-password-card {
  width: 100%;
  max-width: 400px;
  margin: 2rem auto;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
  border-radius: 12px;
}
.form-field {
  margin-bottom: 1.5rem;
}
.form-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #1976d2;
}
.form-field input {
  width: 100%;
}
.error {
  color: #e53935;
  font-size: 0.92rem;
  margin-top: 0.25rem;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1099;
}
.sidebar-container {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, width;
  backface-visibility: hidden;
  z-index: 1000;
  width: 240px;
  background-color: var(--p-menu-background, #f8f9fa);
  border-right: 1px solid var(--p-surface-border, #e9ecef);
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}
.sidebar-container.sidebar-compact {
  width: 64px;
}
.sidebar-container.sidebar-compact .menu-label,
.sidebar-container.sidebar-compact .menu-badge,
.sidebar-container.sidebar-compact .submenu-icon {
  display: none;
}
.sidebar-container.sidebar-compact .menu-icon {
  margin-right: 0;
}
.sidebar-container.sidebar-mobile {
  transform: translateX(-100%);
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  z-index: 1100;
  width: 240px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}
.sidebar-container.sidebar-mobile.sidebar-visible {
  transform: translateX(0);
}
@media (min-width: 801px) {
  .sidebar-container {
    transform: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100vh;
  }
  .sidebar-overlay {
    display: none;
  }
  .layout-content {
    margin-left: 240px !important;
    margin: 2rem !important;
  }
}
@media (max-width: 1024px) {
  .sidebar-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 240px;
    z-index: 1100;
    transform: translateX(-100%);
  }
  .sidebar-container.sidebar-visible {
    transform: translateX(0);
  }
  .sidebar-overlay {
    display: block;
  }
  .layout-content {
    margin-left: 0 !important;
    width: 100% !important;
    padding: 0.5rem !important;
  }
  .layout-main {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .app-navbar {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
}
.menu-list,
.submenu-list {
  overflow: visible !important;
  max-width: 100vw !important;
}
.menu-item,
.submenu-item {
  max-width: 100vw !important;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .navbar-end {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
    overflow-x: auto;
    padding-right: 0.25rem;
    z-index: 1002;
    position: relative;
  }
  .navbar-end .notification-container {
    order: 1;
    flex: 0 0 auto;
    margin-right: 0.25rem;
    z-index: 1003;
    position: relative;
  }
  .navbar-end .user-profile .user-name {
    display: none;
  }
  .navbar-end .mobile-menu-toggle {
    order: 99;
    flex: 0 0 auto;
  }
  .p-menubar-mobile .p-menubar-button {
    display: none !important;
  }
  :host ::ng-deep .p-overlaypanel {
    max-width: 95vw;
    min-width: 220px;
    left: 2vw !important;
    right: 2vw !important;
    top: 56px !important;
    z-index: 2000 !important;
  }
  :host ::ng-deep .p-overlaypanel .notification-list {
    max-height: 60vh;
    overflow-y: auto;
  }
}
app-configurable-stepper .stepper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}
app-configurable-stepper .stepper-steps {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
app-configurable-stepper .stepper-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  min-width: 80px;
}
app-configurable-stepper .stepper-step.clickable:hover {
  transform: translateY(-2px);
}
app-configurable-stepper .stepper-step .step-icon-container {
  position: relative;
  z-index: 2;
}
app-configurable-stepper .stepper-step .step-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #e9ecef;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
app-configurable-stepper .stepper-step .step-icon i {
  font-size: 1.2rem;
  color: #6c757d;
  transition: color 0.3s ease;
}
app-configurable-stepper .stepper-step .step-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #6c757d;
  text-align: center;
  transition: color 0.3s ease;
  white-space: nowrap;
}
app-configurable-stepper .stepper-step .step-connector {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 100%;
  height: 2px;
  z-index: 1;
}
app-configurable-stepper .stepper-step .step-connector .connector-line {
  width: 100%;
  height: 100%;
  background: #e9ecef;
  transition: background 0.3s ease;
}
app-configurable-stepper .stepper-step.active .step-icon {
  border-color: #1976d2;
  background: #1976d2;
  box-shadow: 0 4px 12px rgba(25,118,210,0.3);
}
app-configurable-stepper .stepper-step.active .step-icon i {
  color: #fff;
}
app-configurable-stepper .stepper-step.active .step-label {
  color: #1976d2;
  font-weight: 600;
}
app-configurable-stepper .stepper-step.completed .step-icon {
  border-color: #1976d2;
  background: #1976d2;
  box-shadow: 0 2px 8px rgba(25,118,210,0.2);
}
app-configurable-stepper .stepper-step.completed .step-icon i {
  color: #fff;
}
app-configurable-stepper .stepper-step.completed .step-label {
  color: #1976d2;
}
app-configurable-stepper .stepper-step.completed .step-connector .connector-line {
  background: #1976d2;
}
app-configurable-stepper .stepper-step:not(.active):not(.completed) .step-icon {
  border-color: #e9ecef;
  background: #fff;
}
app-configurable-stepper .stepper-step:not(.active):not(.completed) .step-icon i {
  color: #adb5bd;
}
app-configurable-stepper .stepper-step:not(.active):not(.completed) .step-label {
  color: #adb5bd;
}
@media (max-width: 768px) {
  app-configurable-stepper .stepper-steps {
    gap: 0.5rem;
  }
  app-configurable-stepper .stepper-step {
    min-width: 60px;
  }
  app-configurable-stepper .stepper-step .step-icon {
    width: 40px;
    height: 40px;
  }
  app-configurable-stepper .stepper-step .step-icon i {
    font-size: 1rem;
  }
  app-configurable-stepper .stepper-step .step-label {
    font-size: 0.75rem;
  }
  app-configurable-stepper .stepper-step .step-connector {
    top: 20px;
  }
}
@media (max-width: 480px) {
  app-configurable-stepper .stepper-steps {
    gap: 0.25rem;
  }
  app-configurable-stepper .stepper-step {
    min-width: 50px;
  }
  app-configurable-stepper .stepper-step .step-icon {
    width: 36px;
    height: 36px;
  }
  app-configurable-stepper .stepper-step .step-icon i {
    font-size: 0.9rem;
  }
  app-configurable-stepper .stepper-step .step-label {
    font-size: 0.7rem;
  }
  app-configurable-stepper .stepper-step .step-connector {
    top: 18px;
  }
}
app-create-user-account .create-user-container {
  padding: 2rem;
}
app-create-user-account .create-user-container .form-title {
  text-align: center;
  color: #1976d2;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}
app-create-user-account .create-user-container .step-content {
  margin: 2rem 0;
  min-height: 400px;
}
app-create-user-account .create-user-container .step-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid #e9ecef;
}
app-create-user-account .create-user-container .step-actions .step-actions-left {
  display: flex;
  align-items: center;
}
app-create-user-account .create-user-container .step-actions .step-actions-divider {
  width: 1px;
  height: 2rem;
  background-color: #e9ecef;
  margin: 0 1rem;
}
app-create-user-account .create-user-container .step-actions .step-actions-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
app-create-user-account .create-user-container .unit-step-card,
app-create-user-account .create-user-container .security-step-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin: 2rem auto;
  max-width: 700px;
  overflow: hidden;
}
app-create-user-account .create-user-container .unit-step-card .card-header,
app-create-user-account .create-user-container .security-step-card .card-header {
  padding: 1.5rem 2rem 1rem 2rem;
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
}
app-create-user-account .create-user-container .unit-step-card .card-header h2,
app-create-user-account .create-user-container .security-step-card .card-header h2 {
  color: #1976d2;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
app-create-user-account .create-user-container .unit-step-card .card-content,
app-create-user-account .create-user-container .security-step-card .card-content {
  padding: 1.5rem 2rem 2rem 2rem;
}
app-create-user-account .create-user-container .unit-step-card .card-content .form-field,
app-create-user-account .create-user-container .security-step-card .card-content .form-field {
  margin-bottom: 1rem;
}
app-create-user-account .create-user-container .unit-step-card .card-content .form-field label,
app-create-user-account .create-user-container .security-step-card .card-content .form-field label {
  display: block;
  margin-bottom: 0.4rem;
  color: #333;
  font-weight: 500;
  font-size: 0.85rem;
}
app-create-user-account .create-user-container .unit-step-card .card-content .form-field input[type="text"],
app-create-user-account .create-user-container .security-step-card .card-content .form-field input[type="text"] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.85rem;
  background: #f7fafd;
  transition: border-color 0.2s, box-shadow 0.2s;
}
app-create-user-account .create-user-container .unit-step-card .card-content .form-field input[type="text"]:focus,
app-create-user-account .create-user-container .security-step-card .card-content .form-field input[type="text"]:focus {
  border-color: #1976d2;
  background: #fff;
  box-shadow: 0 2px 8px rgba(25,118,210,0.1);
  outline: none;
}
app-create-user-account .create-user-container .unit-step-card .card-content .form-field .checkbox-label,
app-create-user-account .create-user-container .security-step-card .card-content .form-field .checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
app-create-user-account .create-user-container .unit-step-card .card-content .form-field .checkbox-label input[type="checkbox"],
app-create-user-account .create-user-container .security-step-card .card-content .form-field .checkbox-label input[type="checkbox"] {
  margin: 0;
  width: 1rem;
  height: 1rem;
}
app-create-user-account .create-user-container .unit-step-card .card-content .form-field .checkbox-label .checkbox-text,
app-create-user-account .create-user-container .security-step-card .card-content .form-field .checkbox-label .checkbox-text {
  color: #333;
  font-weight: 400;
}
app-review-step .review-step {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin: 2rem auto;
  max-width: 700px;
  overflow: hidden;
}
app-review-step .review-step .card-header {
  padding: 1.5rem 2rem 1rem 2rem;
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
}
app-review-step .review-step .card-header h2 {
  color: #1976d2;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
app-review-step .review-step .card-content {
  padding: 1.5rem 2rem 2rem 2rem;
}
app-review-step .review-step .card-content .review-section {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
app-review-step .review-step .card-content .review-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
app-review-step .review-step .card-content .review-section h3 {
  color: #333;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
}
app-review-step .review-step .card-content .review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
app-review-step .review-step .card-content .review-item label {
  display: block;
  color: #666;
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}
app-review-step .review-step .card-content .review-item span {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 0.85rem;
}
app-review-step .review-step .review-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
app-review-step .review-step .group-chip {
  background: #e3eefc;
  color: #1976d2;
  padding: 0.4rem 0.8rem;
  border-radius: 16px;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
app-review-step .review-step .group-chip .group-type {
  color: #666;
  font-size: 0.8rem;
}
app-basic-info-form .basic-info-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin: 2rem auto;
  max-width: 700px;
  overflow: hidden;
}
app-basic-info-form .basic-info-card .card-header {
  padding: 1.5rem 2rem 1rem 2rem;
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
}
app-basic-info-form .basic-info-card .card-header h2 {
  color: #1976d2;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
app-basic-info-form .basic-info-card .card-content {
  padding: 1.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
app-basic-info-form .profile-upload-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
app-basic-info-form .profile-upload-section .section-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
}
app-basic-info-form .profile-upload-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
app-basic-info-form .profile-upload-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
app-basic-info-form .profile-picture-preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #1976d2;
  box-shadow: 0 2px 8px rgba(25,118,210,0.1);
  transition: box-shadow 0.2s;
}
app-basic-info-form .profile-upload-label:hover .profile-picture-preview {
  box-shadow: 0 4px 16px rgba(25,118,210,0.18);
}
app-basic-info-form .profile-placeholder-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e3eafc;
  color: #1976d2;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #b6c6e3;
}
app-basic-info-form .form-fields-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.5rem;
  width: 100%;
}
app-basic-info-form .form-fields-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
app-basic-info-form .form-field-row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}
app-basic-info-form .form-field-row label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
app-basic-info-form .input-label-icon {
  color: #1976d2;
  font-size: 1rem;
}
app-basic-info-form .form-field-row .required {
  color: #d32f2f;
  font-size: 1.1em;
  margin-left: 0.1em;
}
app-basic-info-form input[pInputText] {
  height: 2.25rem;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 0.85rem;
  background: #f7fafd;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  box-shadow: 0 1px 3px rgba(25,118,210,0.04);
}
app-basic-info-form input[pInputText]:focus {
  border-color: #1976d2;
  background: #fff;
  box-shadow: 0 2px 8px rgba(25,118,210,0.1);
}
app-basic-info-form .empty-row {
  height: 2.25rem;
}
app-basic-info-form .signature-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  margin-top: 1.5rem;
  width: 100%;
}
app-basic-info-form .signature-section .section-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
}
app-basic-info-form .signature-upload-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
app-basic-info-form .signature-upload-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
app-basic-info-form .signature-upload-icon {
  color: #1976d2;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
app-basic-info-form .signature-preview {
  width: 100px;
  height: 40px;
  object-fit: contain;
  border-radius: 6px;
  border: 2px solid #1976d2;
  background: #f7fafd;
  box-shadow: 0 2px 8px rgba(25,118,210,0.1);
  transition: box-shadow 0.2s;
}
app-basic-info-form .signature-upload-label:hover .signature-preview {
  box-shadow: 0 4px 16px rgba(25,118,210,0.18);
}
app-basic-info-form .signature-placeholder-icon {
  width: 100px;
  height: 40px;
  border-radius: 6px;
  background: #e3eafc;
  color: #1976d2;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #b6c6e3;
}
app-basic-info-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  margin-top: 2.5rem;
  width: 100%;
}
app-basic-info-form .btn-primary {
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 2.2rem;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(25,118,210,0.08);
  transition: background 0.2s, box-shadow 0.2s;
}
app-basic-info-form .btn-primary:hover,
app-basic-info-form .btn-primary:focus {
  background: #1251a3;
  box-shadow: 0 4px 16px rgba(25,118,210,0.18);
}
app-basic-info-form .btn-secondary {
  background: #e3eafc;
  color: #1976d2;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 2.2rem;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(25,118,210,0.04);
  transition: background 0.2s, box-shadow 0.2s;
}
app-basic-info-form .btn-secondary:hover,
app-basic-info-form .btn-secondary:focus {
  background: #d0e2ff;
  box-shadow: 0 4px 16px rgba(25,118,210,0.1);
}
@media (max-width: 900px) {
  app-basic-info-form .form-fields-2col {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
@media (max-width: 700px) {
  app-basic-info-form .basic-info-form {
    max-width: 98vw;
    padding: 1.2rem 0.5rem;
  }
}
app-group-assignment .group-assignment-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  margin: 2rem auto;
  max-width: 900px;
  overflow: hidden;
}
app-group-assignment .group-assignment-card .card-header {
  padding: 1.5rem 2rem 1rem 2rem;
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
}
app-group-assignment .group-assignment-card .card-header h2 {
  color: #1976d2;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
app-group-assignment .group-assignment-card .card-content {
  padding: 1.5rem 2rem 2rem 2rem;
}
app-group-assignment .group-assignment-card .card-content .group-assignment-container {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
}
app-group-assignment .group-assignment-card .card-content .group-list {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  padding: 1rem 0.75rem 0.75rem 0.75rem;
  min-width: 300px;
  max-width: 350px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  min-height: 380px;
}
app-group-assignment .group-assignment-card .card-content .group-list h3 {
  color: #1976d2;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
app-group-assignment .group-assignment-card .card-content .group-list-header {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  color: #333;
}
app-group-assignment .group-assignment-card .card-content .group-list-body {
  flex: 1 1 0;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fafbfc;
  padding: 0.4rem 0;
  margin-bottom: 0.5rem;
}
app-group-assignment .group-assignment-card .card-content .group-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  transition: background 0.2s, box-shadow 0.2s;
}
app-group-assignment .group-assignment-card .card-content .group-item.selected {
  background: #e3f2fd;
  border-color: #90caf9;
}
app-group-assignment .group-assignment-card .card-content .group-info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
app-group-assignment .group-assignment-card .card-content .group-name {
  font-weight: 500;
  color: #222;
  font-size: 0.85rem;
}
app-group-assignment .group-assignment-card .card-content .group-type {
  font-size: 0.75rem;
  color: #1976d2;
  font-weight: 500;
  letter-spacing: 0.02em;
}
app-group-assignment .group-assignment-card .card-content .drag-handle {
  color: #bdbdbd;
  font-size: 1rem;
  cursor: grab;
  -webkit-user-select: none;
          user-select: none;
}
app-group-assignment .group-assignment-card .card-content .group-list-controls {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}
app-group-assignment .group-assignment-card .card-content .group-list-controls.center-controls {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-width: 40px;
}
app-group-assignment .group-assignment-card .card-content .move-btn {
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(25,118,210,0.08);
  transition: background 0.2s, box-shadow 0.2s;
}
app-group-assignment .group-assignment-card .card-content .move-btn:disabled {
  background: #e0e0e0;
  color: #bdbdbd;
  cursor: not-allowed;
}
app-group-assignment .group-assignment-card .card-content .pagination {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
  margin-top: 0.4rem;
}
app-group-assignment .group-assignment-card .card-content .pagination button {
  background: #e3f2fd;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: #1976d2;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s;
}
app-group-assignment .group-assignment-card .card-content .pagination button:disabled {
  background: #f5f5f5;
  color: #bdbdbd;
  cursor: not-allowed;
}
app-fee-config .floating-calculator {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #007ad9; /* PrimeNG blue */
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
app-fee-config .floating-calculator:hover {
  background-color: #005fa3;
}
app-fee-config .floating-calculator i {
  font-size: 20px;
}
app-fee-config .filter {
  padding: 0.4rem;
  background-color: #e5f3f7;
  border-radius: var(--p-inputtext-border-radius, 6px);
}
app-fee-config .filter .filter-icons .p-button-text {
  color: var(--p-button-outlined-secondary-color);
}
app-fee-config .filter .filter-icons p-button button.p-button-outlined {
  background: transparent;
}
app-fee-config p-tabs p-tablist p-tab .category-label {
  font-size: 1rem;
}
app-fee-config p-tabs p-tabpanels p-tabpanel p-card h1 {
  border-top-left-radius: var(--p-card-border-radius);
  border-top-right-radius: var(--p-card-border-radius);
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  background-color: #e5f3f7;
  color: #1c1c1c !important;
}
app-fee-config p-tabs p-tabpanels p-tabpanel p-card p-button button.p-button {
  cursor: default;
}
app-fee-calculator .calculator .p-card {
  min-width: 80%;
  background-color: #f9fafb;
}
app-fee-calculator .summary .p-card {
  background-color: #f9fafb;
}
app-journal-publication .filter {
  padding: 0.4rem;
  background-color: #e5f3f7;
  border-radius: var(--p-inputtext-border-radius, 6px);
}
app-journal-publication .filter .filter-icons .p-button-text {
  color: var(--p-button-outlined-secondary-color);
}
app-journal-publication .filter .filter-icons p-button button.p-button-outlined {
  background: transparent;
}
app-journal-publication p-tabs p-tablist p-tab .category-label {
  font-size: 1rem;
}
app-journal-publication p-tabs p-tabpanels p-tabpanel p-card h1 {
  border-top-left-radius: var(--p-card-border-radius);
  border-top-right-radius: var(--p-card-border-radius);
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  background-color: #e5f3f7;
  color: #1c1c1c !important;
}
app-journal-publication p-tabs p-tabpanels p-tabpanel p-card p-button button.p-button {
  cursor: default;
}
app-signup .signup-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
app-signup .signup-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  padding: 40px;
  width: 100%;
  max-width: 480px;
  position: relative;
}
app-signup .signup-header {
  text-align: center;
  margin-bottom: 32px;
}
app-signup .office-logo {
  max-width: 120px;
  max-height: 60px;
  margin-bottom: 24px;
  object-fit: contain;
}
app-signup .signup-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px 0;
  line-height: 1.2;
}
app-signup .signup-subtitle {
  font-size: 16px;
  color: #7f8c8d;
  margin: 0 0 16px 0;
  font-weight: 400;
}
app-signup .role-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #e3f2fd;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-flex;
}
app-signup .role-label {
  font-size: 14px;
  color: #1976d2;
  font-weight: 500;
}
app-signup .role-icon {
  color: #1976d2;
  font-size: 16px;
}
app-signup .success-message {
  background: #d4edda;
  color: #155724;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
app-signup .error-message {
  background: #f8d7da;
  color: #721c24;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
app-signup .signup-form {
  margin-bottom: 24px;
}
app-signup .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
app-signup .form-field {
  margin-bottom: 20px;
}
app-signup .form-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 6px;
}
app-signup .form-field input,
app-signup .form-field p-dropdown {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
}
app-signup .form-field input:focus,
app-signup .form-field p-dropdown:focus {
  outline: none;
  border-color: #1976d2;
  box-shadow: 0 0 0 3px rgba(25,118,210,0.1);
}
app-signup .form-field input.error,
app-signup .form-field p-dropdown.error {
  border-color: #dc3545;
}
app-signup .error-text {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
app-signup .checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
app-signup .checkbox-label {
  font-size: 14px;
  color: #2c3e50;
  line-height: 1.4;
  margin: 0;
  cursor: pointer;
}
app-signup .terms-link {
  color: #1976d2;
  text-decoration: none;
  font-weight: 500;
}
app-signup .terms-link:hover {
  text-decoration: underline;
}
app-signup .form-actions {
  margin-bottom: 24px;
}
app-signup .create-account-btn {
  width: 100%;
  padding: 14px 24px;
  background: #1976d2;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
app-signup .create-account-btn:hover:not(:disabled) {
  background: #1565c0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(25,118,210,0.3);
}
app-signup .create-account-btn:disabled {
  background: #bdbdbd;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
app-signup .signin-link {
  text-align: center;
}
app-signup .signin-text {
  color: #1976d2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}
app-signup .signin-text:hover {
  color: #1565c0;
  text-decoration: underline;
}
@media (max-width: 768px) {
  app-signup .signup-container {
    padding: 16px;
  }
  app-signup .signup-card {
    padding: 24px;
  }
  app-signup .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  app-signup .signup-title {
    font-size: 24px;
  }
}
app-signup :host ::ng-deep .p-dropdown {
  width: 100%;
}
app-signup :host ::ng-deep .p-dropdown.p-focus {
  border-color: #1976d2;
  box-shadow: 0 0 0 3px rgba(25,118,210,0.1);
}
app-signup :host ::ng-deep .p-dropdown.error {
  border-color: #dc3545;
}
app-signup :host ::ng-deep .p-checkbox .p-checkbox-box {
  border: 2px solid #e1e8ed;
  border-radius: 4px;
}
app-signup :host ::ng-deep .p-checkbox .p-checkbox-box.p-highlight {
  background: #1976d2;
  border-color: #1976d2;
}
app-signup :host ::ng-deep .p-button {
  background: #1976d2;
  border: none;
  border-radius: 8px;
  font-weight: 600;
}
app-signup :host ::ng-deep .p-button:hover:not(:disabled) {
  background: #1565c0;
}
app-signup :host ::ng-deep .p-button:disabled {
  background: #bdbdbd;
}
app-data-packages .filter {
  padding: 0.4rem;
  background-color: #e5f3f7;
  border-radius: var(--p-inputtext-border-radius, 6px);
}
app-data-packages .filter .filter-icons .p-button-text {
  color: var(--p-button-outlined-secondary-color);
}
app-data-packages .filter .filter-icons p-button button.p-button-outlined {
  background: transparent;
}
app-authority-files .filter {
  padding: 0.4rem;
  background-color: #e5f3f7;
  border-radius: var(--p-inputtext-border-radius, 6px);
}
app-authority-files .filter .filter-icons .p-button-text {
  color: var(--p-button-outlined-secondary-color);
}
app-authority-files .filter .filter-icons p-button button.p-button-outlined {
  background: transparent;
}
app-authority-files .floating-file {
  position: fixed;
  top: 38%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #007ad9; /* PrimeNG blue */
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
app-authority-files .floating-file:hover {
  background-color: #005fa3;
}
app-authority-files .floating-file i {
  font-size: 20px;
}
app-authority-files .floating-doc {
  position: fixed;
  top: 30%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #007ad9; /* PrimeNG blue */
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
app-authority-files .floating-doc:hover {
  background-color: #005fa3;
}
app-authority-files .floating-doc i {
  font-size: 20px;
}
app-aripo-notifications .filter {
  padding: 0.4rem;
  background-color: #e5f3f7;
  border-radius: var(--p-inputtext-border-radius, 6px);
}
app-aripo-notifications .filter .filter-icons .p-button-text {
  color: var(--p-button-outlined-secondary-color);
}
app-aripo-notifications .filter .filter-icons p-button button.p-button-outlined {
  background: transparent;
}
app-hague-notifications .filter {
  padding: 0.4rem;
  background-color: #e5f3f7;
  border-radius: var(--p-inputtext-border-radius, 6px);
}
app-hague-notifications .filter .filter-icons .p-button-text {
  color: var(--p-button-outlined-secondary-color);
}
app-hague-notifications .filter .filter-icons p-button button.p-button-outlined {
  background: transparent;
}
app-madrid-notifications .filter {
  padding: 0.4rem;
  background-color: #e5f3f7;
  border-radius: var(--p-inputtext-border-radius, 6px);
}
app-madrid-notifications .filter .filter-icons .p-button-text {
  color: var(--p-button-outlined-secondary-color);
}
app-madrid-notifications .filter .filter-icons p-button button.p-button-outlined {
  background: transparent;
}
app-acknowledge-notifications .filter {
  padding: 0.4rem;
  background-color: #e5f3f7;
  border-radius: var(--p-inputtext-border-radius, 6px);
}
app-acknowledge-notifications .filter .filter-icons .p-button-text {
  color: var(--p-button-outlined-secondary-color);
}
app-acknowledge-notifications .filter .filter-icons p-button button.p-button-outlined {
  background: transparent;
}
app-data-exchange-config .page-header {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
app-data-exchange-config .page-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
app-data-exchange-config .page-header .header-title h1 {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px 0;
}
app-data-exchange-config .page-header .header-title p {
  font-size: 16px;
  color: #6c757d;
  margin: 0;
}
app-data-exchange-config .page-header .header-actions {
  display: flex;
  gap: 12px;
}
app-data-exchange-config .summary-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
app-data-exchange-config .summary-stats .stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-left: 4px solid #007bff;
  cursor: pointer;
  transition: all 0.3s ease;
}
app-data-exchange-config .summary-stats .stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  border-left-color: #0056b3;
}
app-data-exchange-config .summary-stats .stat-card .stat-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
app-data-exchange-config .summary-stats .stat-card .stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
app-data-exchange-config .summary-stats .stat-card .stat-info .stat-number {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
}
app-data-exchange-config .summary-stats .stat-card .stat-info .stat-label {
  font-size: 14px;
  color: #6c757d;
  margin-top: 4px;
}
app-data-exchange-config .system-status {
  margin-bottom: 24px;
}
app-data-exchange-config .system-status .status-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
app-data-exchange-config .system-status .status-card .status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
app-data-exchange-config .system-status .status-card .status-item .status-label {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 4px;
}
app-data-exchange-config .system-status .status-card .status-item .status-value {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
}
app-data-exchange-config .system-status .status-card .status-item .health-indicator {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
app-data-exchange-config .system-status .status-card .status-item .health-indicator.healthy {
  background: #d4edda;
  color: #155724;
}
app-data-exchange-config .system-status .status-card .status-item .health-indicator.warning {
  background: #fff3cd;
  color: #856404;
}
app-data-exchange-config .system-status .status-card .status-item .health-indicator.error {
  background: #f8d7da;
  color: #721c24;
}
app-data-exchange-config .navigation-section {
  margin-bottom: 24px;
}
app-data-exchange-config .navigation-section h2 {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 16px;
}
app-data-exchange-config .navigation-section .navigation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
app-data-exchange-config .navigation-section .navigation-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
app-data-exchange-config .navigation-section .navigation-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
app-data-exchange-config .navigation-section .navigation-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
app-data-exchange-config .navigation-section .navigation-card .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
app-data-exchange-config .navigation-section .navigation-card .card-stats .stat-badge {
  background: #f8f9fa;
  color: #6c757d;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
app-data-exchange-config .navigation-section .navigation-card .card-content .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 8px 0;
}
app-data-exchange-config .navigation-section .navigation-card .card-content .card-description {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
app-data-exchange-config .navigation-section .navigation-card .card-footer {
  margin-top: 16px;
}
app-data-exchange-config .recent-activity .activity-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
app-data-exchange-config .recent-activity .activity-card .activity-list .activity-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f1f3f4;
}
app-data-exchange-config .recent-activity .activity-card .activity-list .activity-item:last-child {
  border-bottom: none;
}
app-data-exchange-config .recent-activity .activity-card .activity-list .activity-item .activity-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e3f2fd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1976d2;
  font-size: 16px;
  flex-shrink: 0;
}
app-data-exchange-config .recent-activity .activity-card .activity-list .activity-item .activity-content {
  flex: 1;
}
app-data-exchange-config .recent-activity .activity-card .activity-list .activity-item .activity-content .activity-title {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 4px 0;
}
app-data-exchange-config .recent-activity .activity-card .activity-list .activity-item .activity-content .activity-details {
  font-size: 13px;
  color: #6c757d;
  margin: 0 0 4px 0;
}
app-data-exchange-config .recent-activity .activity-card .activity-list .activity-item .activity-content .activity-time {
  font-size: 12px;
  color: #adb5bd;
}
app-originating-offices .page-header,
app-recipient-systems .page-header {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
app-originating-offices .page-header .header-content,
app-recipient-systems .page-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
app-originating-offices .page-header .header-title h1,
app-recipient-systems .page-header .header-title h1 {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px 0;
}
app-originating-offices .page-header .header-title p,
app-recipient-systems .page-header .header-title p {
  font-size: 16px;
  color: #6c757d;
  margin: 0;
}
app-originating-offices .page-header .header-actions,
app-recipient-systems .page-header .header-actions {
  display: flex;
  gap: 12px;
}
app-originating-offices .stats-section,
app-recipient-systems .stats-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
app-originating-offices .stats-section .stat-card,
app-recipient-systems .stats-section .stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-left: 4px solid #007bff;
}
app-originating-offices .stats-section .stat-card .stat-content,
app-recipient-systems .stats-section .stat-card .stat-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
app-originating-offices .stats-section .stat-card .stat-icon,
app-recipient-systems .stats-section .stat-card .stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
app-originating-offices .stats-section .stat-card .stat-info .stat-number,
app-recipient-systems .stats-section .stat-card .stat-info .stat-number {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
}
app-originating-offices .stats-section .stat-card .stat-info .stat-label,
app-recipient-systems .stats-section .stat-card .stat-info .stat-label {
  font-size: 14px;
  color: #6c757d;
  margin-top: 4px;
}
app-originating-offices .table-section .table-card,
app-recipient-systems .table-section .table-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
app-originating-offices .status-badge,
app-recipient-systems .status-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
app-originating-offices .status-badge.status-active,
app-recipient-systems .status-badge.status-active {
  background: #d4edda;
  color: #155724;
}
app-originating-offices .status-badge.status-inactive,
app-recipient-systems .status-badge.status-inactive {
  background: #f8d7da;
  color: #721c24;
}
app-originating-offices .data-types,
app-recipient-systems .data-types {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
app-originating-offices .data-types .data-type-badge,
app-recipient-systems .data-types .data-type-badge {
  background: #e3f2fd;
  color: #1976d2;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
}
app-originating-offices .exclusion-chip,
app-recipient-systems .exclusion-chip {
  background: #e3f2fd;
  color: #1976d2;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  margin: 2px;
  display: inline-block;
  border: 1px solid #bbdefb;
  box-shadow: 0 1px 3px rgba(25,118,210,0.1);
}
app-originating-offices .chips-container,
app-recipient-systems .chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.summary-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-left: 4px solid #007bff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 16px;
}
.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  border-left-color: #0056b3;
}
.stat-card .stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.stat-card .stat-content {
  flex: 1;
}
.stat-card .stat-content .stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-card .stat-content .stat-label {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}
.stats-inline {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #1976d2;
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1976d2;
  font-weight: 500;
  font-size: 14px;
}
.stat-item i {
  font-size: 16px;
  color: #1976d2;
}
.office-form .form-grid,
.system-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.office-form .form-field,
.system-form .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.office-form .form-field.full-width,
.system-form .form-field.full-width {
  grid-column: 1/-1;
}
.office-form label,
.system-form label {
  font-weight: 600;
  color: #495057;
  font-size: 14px;
}
.office-form input,
.system-form input,
.office-form p-dropdown,
.system-form p-dropdown,
.office-form p-multiselect,
.system-form p-multiselect,
.office-form p-inputNumber,
.system-form p-inputNumber {
  width: 100%;
}
.office-form .p-dropdown,
.system-form .p-dropdown,
.office-form .p-multiselect,
.system-form .p-multiselect {
  width: 100%;
}
.office-form .p-error,
.system-form .p-error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
}
app-data-exchange-settings .page-header {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
app-data-exchange-settings .page-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
app-data-exchange-settings .page-header .header-title h1 {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px 0;
}
app-data-exchange-settings .page-header .header-title p {
  font-size: 16px;
  color: #6c757d;
  margin: 0;
}
app-data-exchange-settings .page-header .header-actions {
  display: flex;
  gap: 12px;
}
app-data-exchange-settings .settings-container .settings-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
app-data-exchange-settings .settings-container .settings-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
app-data-exchange-settings .settings-container .settings-form .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
app-data-exchange-settings .settings-container .settings-form .form-field.full-width {
  grid-column: 1/-1;
}
app-data-exchange-settings .settings-container .settings-form label {
  font-weight: 600;
  color: #495057;
  font-size: 14px;
}
app-data-exchange-settings .settings-container .settings-form input,
app-data-exchange-settings .settings-container .settings-form p-dropdown,
app-data-exchange-settings .settings-container .settings-form p-multiselect,
app-data-exchange-settings .settings-container .settings-form p-inputNumber {
  width: 100%;
}
app-data-exchange-settings .settings-container .settings-form .p-dropdown,
app-data-exchange-settings .settings-container .settings-form .p-multiselect {
  width: 100%;
}
app-data-exchange-settings .settings-container .settings-form .p-error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
}
app-data-exchange-settings .settings-container .settings-form .checkbox-field {
  display: flex;
  align-items: center;
  gap: 8px;
}
app-data-exchange-settings .settings-container .settings-form .checkbox-field label {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  app-data-exchange-config .page-header .header-content,
  app-originating-offices .page-header .header-content,
  app-recipient-systems .page-header .header-content,
  app-data-exchange-settings .page-header .header-content {
    flex-direction: column;
    align-items: flex-start;
  }
  app-data-exchange-config .page-header .header-actions,
  app-originating-offices .page-header .header-actions,
  app-recipient-systems .page-header .header-actions,
  app-data-exchange-settings .page-header .header-actions {
    width: 100%;
    justify-content: flex-end;
  }
  app-data-exchange-config .summary-stats,
  app-originating-offices .summary-stats,
  app-recipient-systems .summary-stats,
  app-data-exchange-settings .summary-stats,
  app-data-exchange-config .stats-section,
  app-originating-offices .stats-section,
  app-recipient-systems .stats-section,
  app-data-exchange-settings .stats-section {
    grid-template-columns: 1fr;
  }
  app-data-exchange-config .navigation-grid,
  app-originating-offices .navigation-grid,
  app-recipient-systems .navigation-grid,
  app-data-exchange-settings .navigation-grid {
    grid-template-columns: 1fr;
  }
  app-data-exchange-config .form-grid,
  app-originating-offices .form-grid,
  app-recipient-systems .form-grid,
  app-data-exchange-settings .form-grid {
    grid-template-columns: 1fr;
  }
  app-data-exchange-config .status-grid,
  app-originating-offices .status-grid,
  app-recipient-systems .status-grid,
  app-data-exchange-settings .status-grid {
    grid-template-columns: 1fr;
  }
}
app-data-exchange-config .page-header {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
}
app-data-exchange-config .page-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
app-data-exchange-config .page-header .header-title h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1565c0;
  margin: 0 0 0.5rem 0;
}
app-data-exchange-config .page-header .header-title p {
  color: #666;
  font-size: 1rem;
  margin: 0;
}
app-data-exchange-config .page-header .header-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}
app-data-exchange-config .summary-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
app-data-exchange-config .summary-stats .stat-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
  padding: 1.5rem;
  transition: all 0.3s ease;
  border-left: 4px solid #1976d2;
}
app-data-exchange-config .summary-stats .stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(25,118,210,0.12);
}
app-data-exchange-config .summary-stats .stat-card .stat-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
app-data-exchange-config .summary-stats .stat-card .stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1976d2 0%, rgba(25,118,210,0.867) 100%);
  color: #fff;
  font-size: 1.5rem;
}
app-data-exchange-config .summary-stats .stat-card .stat-info {
  flex: 1;
}
app-data-exchange-config .summary-stats .stat-card .stat-info .stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #1565c0;
  line-height: 1;
}
app-data-exchange-config .summary-stats .stat-card .stat-info .stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.25rem;
}
app-data-exchange-config .system-status {
  margin-bottom: 2rem;
}
app-data-exchange-config .system-status .status-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
  padding: 1.5rem;
}
app-data-exchange-config .system-status .status-card .status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
app-data-exchange-config .navigation-section {
  margin-bottom: 2rem;
}
app-data-exchange-config .navigation-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1565c0;
  margin-bottom: 1rem;
}
app-data-exchange-config .navigation-section .navigation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
app-data-exchange-config .navigation-section .navigation-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
  padding: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
app-data-exchange-config .navigation-section .navigation-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(25,118,210,0.12);
  border-color: #1976d2;
}
app-data-exchange-config .navigation-section .navigation-card .card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
app-data-exchange-config .navigation-section .navigation-card .card-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1976d2 0%, rgba(25,118,210,0.867) 100%);
  color: #fff;
  font-size: 1.25rem;
}
app-data-exchange-config .navigation-section .navigation-card .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1565c0;
}
app-data-exchange-config .navigation-section .navigation-card .card-description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}
app-data-exchange-config .navigation-section .navigation-card .card-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
app-data-exchange-config .recent-activity .activity-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
  padding: 1.5rem;
}
app-distribution-rules .summary-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
app-distribution-rules .summary-stats .stat-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
  padding: 1.5rem;
  transition: all 0.3s ease;
  border-left: 4px solid #1976d2;
}
app-distribution-rules .summary-stats .stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(25,118,210,0.12);
}
app-distribution-rules .summary-stats .stat-card .stat-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
app-distribution-rules .summary-stats .stat-card .stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1976d2 0%, rgba(25,118,210,0.867) 100%);
  color: #fff;
  font-size: 1.5rem;
}
app-distribution-rules .summary-stats .stat-card .stat-info {
  flex: 1;
}
app-distribution-rules .summary-stats .stat-card .stat-info .stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #1565c0;
  line-height: 1;
}
app-distribution-rules .summary-stats .stat-card .stat-info .stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.25rem;
}
app-distribution-rules .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
  padding: 1.5rem;
  margin-top: 1.5rem;
}
app-distribution-rules .flex-search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
app-distribution-rules .ml-auto {
  margin-left: auto;
}
app-distribution-rules .flex {
  display: flex;
}
app-distribution-rules .gap-2 {
  gap: 0.5rem;
}
app-distribution-rules .justify-content-center {
  justify-content: center;
}
app-distribution-rules .items-center {
  align-items: center;
}
app-distribution-rules .p-datatable .p-datatable-thead > tr > th {
  background: #f8fafd;
  border: 1px solid #e9ecef;
  color: #495057;
  font-weight: 600;
  padding: 1rem;
  text-align: left;
}
app-distribution-rules .p-datatable .p-datatable-tbody > tr > td {
  border: 1px solid #e9ecef;
  padding: 1rem;
  vertical-align: top;
}
app-distribution-rules .p-datatable .p-datatable-tbody > tr:hover {
  background: #f8fafd;
}
app-distribution-rules .p-button-rounded {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}
app-distribution-rules .p-button-text {
  background: transparent;
  border: none;
}
app-distribution-rules .p-button-text:hover {
  background: rgba(0,0,0,0.05);
}
app-distribution-rules .p-button-info {
  color: #1976d2;
}
app-distribution-rules .p-button-danger {
  color: #dc3545;
}
app-distribution-exclusion-rules .exclusion-rules-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
app-distribution-exclusion-rules .exclusion-rules-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1565c0;
  margin: 0;
}
app-distribution-exclusion-rules .add-rule-btn {
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
app-distribution-exclusion-rules .add-rule-btn:hover {
  background: #125ea2;
}
app-originating-offices .page-header,
app-recipient-systems .page-header {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
}
app-originating-offices .page-header .header-content,
app-recipient-systems .page-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
app-originating-offices .page-header .header-title h1,
app-recipient-systems .page-header .header-title h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1565c0;
  margin: 0 0 0.5rem 0;
}
app-originating-offices .page-header .header-title p,
app-recipient-systems .page-header .header-title p {
  color: #666;
  font-size: 1rem;
  margin: 0;
}
app-originating-offices .page-header .header-actions,
app-recipient-systems .page-header .header-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}
app-originating-offices .stats-section,
app-recipient-systems .stats-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
app-originating-offices .stats-section .stat-card,
app-recipient-systems .stats-section .stat-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
  padding: 1.5rem;
  transition: all 0.3s ease;
  border-left: 4px solid #1976d2;
}
app-originating-offices .stats-section .stat-card:hover,
app-recipient-systems .stats-section .stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(25,118,210,0.12);
}
app-originating-offices .stats-section .stat-card .stat-content,
app-recipient-systems .stats-section .stat-card .stat-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
app-originating-offices .stats-section .stat-card .stat-icon,
app-recipient-systems .stats-section .stat-card .stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1976d2 0%, rgba(25,118,210,0.867) 100%);
  color: #fff;
  font-size: 1.5rem;
}
app-originating-offices .stats-section .stat-card .stat-info,
app-recipient-systems .stats-section .stat-card .stat-info {
  flex: 1;
}
app-originating-offices .stats-section .stat-card .stat-info .stat-number,
app-recipient-systems .stats-section .stat-card .stat-info .stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #1565c0;
  line-height: 1;
}
app-originating-offices .stats-section .stat-card .stat-info .stat-label,
app-recipient-systems .stats-section .stat-card .stat-info .stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.25rem;
}
app-originating-offices .table-section .table-card,
app-recipient-systems .table-section .table-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
  padding: 1.5rem;
}
app-originating-offices .status-badge,
app-recipient-systems .status-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
}
app-originating-offices .status-badge.status-active,
app-recipient-systems .status-badge.status-active {
  background: #d4edda;
  color: #155724;
}
app-originating-offices .status-badge.status-inactive,
app-recipient-systems .status-badge.status-inactive {
  background: #f8d7da;
  color: #721c24;
}
app-originating-offices .data-types,
app-recipient-systems .data-types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
app-originating-offices .data-types .data-type-badge,
app-recipient-systems .data-types .data-type-badge {
  background: #e6f0fa;
  color: #1976d2;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
}
app-originating-offices .exclusion-chip,
app-recipient-systems .exclusion-chip {
  display: inline-block;
  background: #e6f0fa;
  color: #1976d2;
  border-radius: 16px;
  padding: 0.08rem 0.7rem;
  font-size: 0.92rem;
  margin: 0 0.18rem 0.18rem 0;
  font-weight: 400;
  letter-spacing: 0.01em;
}
app-originating-offices .office-form .form-grid,
app-recipient-systems .office-form .form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
app-originating-offices .office-form .form-field,
app-recipient-systems .office-form .form-field {
  display: flex;
  flex-direction: column;
}
app-originating-offices .office-form .form-field.full-width,
app-recipient-systems .office-form .form-field.full-width {
  grid-column: 1/-1;
}
app-originating-offices .office-form label,
app-recipient-systems .office-form label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
app-originating-offices .office-form input,
app-recipient-systems .office-form input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s;
}
app-originating-offices .office-form input:focus,
app-recipient-systems .office-form input:focus {
  outline: none;
  border-color: #1976d2;
  box-shadow: 0 0 0 2px rgba(25,118,210,0.1);
}
app-originating-offices .office-form .p-dropdown,
app-recipient-systems .office-form .p-dropdown {
  width: 100%;
}
app-originating-offices .office-form .p-error,
app-recipient-systems .office-form .p-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
app-recipient-systems .recipient-systems-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
app-recipient-systems .recipient-systems-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1565c0;
  margin: 0;
}
app-recipient-systems .add-system-btn {
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
app-recipient-systems .add-system-btn:hover {
  background: #125ea2;
}
app-recipient-systems .filter-btn {
  background: #6c757d;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s;
}
app-recipient-systems .filter-btn:hover {
  background: #5a6268;
}
app-recipient-systems .recipient-code-badge {
  display: inline-block;
  background: #e6f0fa;
  color: #1976d2;
  border-radius: 16px;
  padding: 0.08rem 0.7rem;
  font-size: 0.92rem;
  margin: 0 0.18rem 0.18rem 0;
  font-weight: 400;
  letter-spacing: 0.01em;
}
app-data-exchange-settings .page-header {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
}
app-data-exchange-settings .page-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
app-data-exchange-settings .page-header .header-title h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1565c0;
  margin: 0 0 0.5rem 0;
}
app-data-exchange-settings .page-header .header-title p {
  color: #666;
  font-size: 1rem;
  margin: 0;
}
app-data-exchange-settings .page-header .header-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}
app-data-exchange-settings .settings-container .settings-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
  padding: 2rem;
}
app-data-exchange-settings .settings-container .settings-form .form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
app-data-exchange-settings .settings-container .settings-form .form-field {
  display: flex;
  flex-direction: column;
}
app-data-exchange-settings .settings-container .settings-form label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
app-data-exchange-settings .settings-container .settings-form input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s;
}
app-data-exchange-settings .settings-container .settings-form input:focus {
  outline: none;
  border-color: #1976d2;
  box-shadow: 0 0 0 2px rgba(25,118,210,0.1);
}
app-data-exchange-settings .settings-container .settings-form .p-dropdown {
  width: 100%;
}
app-data-exchange-settings .settings-container .settings-form .p-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
app-data-exchange-settings .settings-container .settings-form .checkbox-field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
app-data-exchange-settings .settings-container .settings-form .checkbox-field input[type="checkbox"] {
  width: auto;
  margin: 0;
}
app-add-exclusion-rule .p-accordion .p-accordioncontent {
  overflow: visible;
}
.exclusion-chip {
  display: inline-block;
  background: #e6f0fa;
  color: #1976d2;
  border-radius: 16px;
  padding: 0.08rem 0.7rem;
  font-size: 0.92rem;
  margin: 0 0.18rem 0.18rem 0;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.status-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
}
.status-badge.status-active {
  background: #d4edda;
  color: #155724;
}
.status-badge.status-inactive {
  background: #f8d7da;
  color: #721c24;
}
.distribution-rules-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.distribution-rules-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1565c0;
  margin: 0;
}
.add-rule-btn {
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.add-rule-btn:hover {
  background: #125ea2;
}
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(25,118,210,0.07);
}
.loading-container p {
  color: #666;
  font-size: 1.1rem;
  margin: 0;
}
@media (max-width: 768px) {
  app-data-exchange-config .page-header .header-content,
  app-data-exchange-config app-originating-offices .page-header .header-content,
  app-data-exchange-config app-data-exchange-settings .page-header .header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  app-data-exchange-config .page-header .header-actions,
  app-data-exchange-config app-originating-offices .page-header .header-actions,
  app-data-exchange-config app-data-exchange-settings .page-header .header-actions {
    width: 100%;
    justify-content: flex-start;
  }
  app-data-exchange-config .summary-stats,
  app-data-exchange-config app-originating-offices .stats-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  app-data-exchange-config .navigation-grid {
    grid-template-columns: 1fr;
  }
  app-data-exchange-config .form-grid,
  app-data-exchange-config app-originating-offices .office-form .form-grid,
  app-data-exchange-config app-data-exchange-settings .settings-container .settings-form .form-grid {
    grid-template-columns: 1fr;
  }
  app-data-exchange-config .status-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  app-distribution-rules .flex-search-bar {
    flex-direction: column;
    gap: 1rem;
  }
  app-distribution-rules .ml-auto {
    margin-left: 0;
  }
  .full-screen-modal-overlay {
    padding: 0;
  }
  .full-screen-modal-container {
    width: 100vw;
    height: 100vh;
  }
  .full-screen-modal-header {
    padding: 1rem;
  }
  .full-screen-modal-header h2 {
    font-size: 1.25rem;
  }
  app-add-exclusion-rule {
    max-width: 100%;
  }
  app-add-exclusion-rule .p-formgrid > .p-col-6 {
    grid-column: 1/-1;
  }
  app-add-exclusion-rule .p-d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  app-add-exclusion-rule .p-tabview-panels {
    padding: 1rem 0;
  }
}
app-configurable-filter-bar .filter-panel-left {
  position: absolute;
  left: -280px;
}
app-configurable-filter-bar .filter-component-container,
app-configurable-filter .filter-component-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
@media (max-width: 480px) {
  app-configurable-filter-bar .filter-component-container,
  app-configurable-filter .filter-component-container {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
}
app-configurable-filter-bar .applied-filters-left,
app-configurable-filter .applied-filters-left {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  flex: 1;
  min-height: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none /* Firefox */;
  -ms-overflow-style: none /* IE and Edge */;
}
app-configurable-filter-bar .applied-filters-left::-webkit-scrollbar,
app-configurable-filter .applied-filters-left::-webkit-scrollbar {
  display: none;
}
app-configurable-filter-bar .applied-filters-external,
app-configurable-filter .applied-filters-external {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
  align-items: center;
  width: 100%;
  min-height: 2rem;
}
app-configurable-filter-bar .applied-filters,
app-configurable-filter .applied-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
  align-items: center;
  width: 100%;
  min-height: 2rem;
}
app-configurable-filter-bar .filter-chip,
app-configurable-filter .filter-chip {
  background-color: #eff6ff !important;
  color: #1e40af !important;
  border: 1px solid #bfdbfe !important;
  font-size: 0.75rem !important;
  padding: 0.25rem 0.5rem !important;
  flex-shrink: 0;
  white-space: nowrap;
}
app-configurable-filter-bar .filter-chip:hover,
app-configurable-filter .filter-chip:hover {
  background-color: #dbeafe !important;
}
app-configurable-filter-bar .filter-button,
app-configurable-filter .filter-button {
  flex-shrink: 0;
  min-width: auto;
  width: auto;
  margin-right: 10px;
  border: none;
/* Remove focus/active border */
}
app-configurable-filter-bar .filter-button:focus,
app-configurable-filter .filter-button:focus,
app-configurable-filter-bar .filter-button:active,
app-configurable-filter .filter-button:active,
app-configurable-filter-bar .filter-button:focus-visible,
app-configurable-filter .filter-button:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
app-configurable-filter-bar :host ::ng-deep .p-chip,
app-configurable-filter :host ::ng-deep .p-chip {
  background-color: #eff6ff !important;
  color: #1e40af !important;
  border: 1px solid #bfdbfe !important;
  font-size: 0.75rem !important;
  padding: 0.25rem 0.5rem !important;
}
app-configurable-filter-bar :host ::ng-deep .p-chip .p-chip-remove-icon,
app-configurable-filter :host ::ng-deep .p-chip .p-chip-remove-icon {
  color: #1e40af !important;
  font-size: 0.75rem !important;
}
app-configurable-filter-bar :host ::ng-deep .p-chip .p-chip-remove-icon:hover,
app-configurable-filter :host ::ng-deep .p-chip .p-chip-remove-icon:hover {
  color: #dc2626 !important;
}
app-configurable-filter-bar .filter-overlay,
app-configurable-filter .filter-overlay {
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  max-width: 90vw;
  max-height: 80vh;
  z-index: 9999;
  margin-top: 8px;
}
@media (max-width: 480px) {
  app-configurable-filter-bar .filter-overlay,
  app-configurable-filter .filter-overlay {
    right: 0 !important;
    width: 280px !important;
    max-width: 90vw !important;
    z-index: 9999;
  }
}
app-configurable-filter-bar .filter-panel,
app-configurable-filter .filter-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  width: 100%;
  max-height: 60vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: slideIn 0.3s ease-out;
  position: relative;
}
app-configurable-filter-bar .filter-panel::before,
app-configurable-filter .filter-panel::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 1;
}
@media (max-width: 480px) {
  app-configurable-filter-bar .filter-panel::before,
  app-configurable-filter .filter-panel::before {
    right: 20px !important;
    transform: none !important;
  }
}
app-configurable-filter-bar .filter-header,
app-configurable-filter .filter-header {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}
app-configurable-filter-bar .filter-selector-section,
app-configurable-filter .filter-selector-section {
  margin-bottom: 1rem;
}
app-configurable-filter-bar .filter-selector-label,
app-configurable-filter .filter-selector-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  line-height: 1.25rem;
}
app-configurable-filter-bar .filter-selector-controls,
app-configurable-filter .filter-selector-controls {
  width: 100%;
}
app-configurable-filter-bar .filter-selector,
app-configurable-filter .filter-selector {
  width: 100%;
}
app-configurable-filter-bar .search-section,
app-configurable-filter .search-section {
  margin-bottom: 1rem;
}
app-configurable-filter-bar .search-input,
app-configurable-filter .search-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  background: #fff;
  transition: border-color 0.2s ease;
}
app-configurable-filter-bar .search-input:focus,
app-configurable-filter .search-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}
app-configurable-filter-bar .header-actions,
app-configurable-filter .header-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}
app-configurable-filter-bar .action-icon,
app-configurable-filter .action-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: all 0.2s ease;
  position: relative;
}
app-configurable-filter-bar .action-icon:hover,
app-configurable-filter .action-icon:hover {
  background-color: #f3f4f6;
  color: #374151;
}
app-configurable-filter-bar .action-icon.active-filter,
app-configurable-filter .action-icon.active-filter {
  color: #3b82f6;
  background-color: #eff6ff;
}
app-configurable-filter-bar .filter-badge,
app-configurable-filter .filter-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ef4444;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.125rem 0.375rem;
  border-radius: 10px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
app-configurable-filter-bar .close-button,
app-configurable-filter .close-button {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: all 0.2s ease;
  margin-left: 0.5rem;
}
app-configurable-filter-bar .close-button:hover,
app-configurable-filter .close-button:hover {
  background-color: #f3f4f6;
  color: #374151;
}
app-configurable-filter-bar .close-button-overlay,
app-configurable-filter .close-button-overlay {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
app-configurable-filter-bar .close-button-overlay:hover,
app-configurable-filter .close-button-overlay:hover {
  background-color: #f3f4f6;
  color: #374151;
}
app-configurable-filter-bar .filter-content,
app-configurable-filter .filter-content {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.5rem;
  min-height: 200px;
}
app-configurable-filter-bar .filter-sections,
app-configurable-filter .filter-sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
app-configurable-filter-bar .filter-section,
app-configurable-filter .filter-section {
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 1rem;
}
app-configurable-filter-bar .filter-section:last-child,
app-configurable-filter .filter-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
app-configurable-filter-bar .section-title,
app-configurable-filter .section-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  margin-top: 0;
}
app-configurable-filter-bar .filter-options,
app-configurable-filter .filter-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
app-configurable-filter-bar .filter-option,
app-configurable-filter .filter-option,
app-configurable-filter-bar .checkbox-option,
app-configurable-filter .checkbox-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
}
app-configurable-filter-bar .checkbox-label,
app-configurable-filter .checkbox-label {
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  flex: 1;
}
app-configurable-filter-bar .multiselect-option,
app-configurable-filter .multiselect-option,
app-configurable-filter-bar .dropdown-option,
app-configurable-filter .dropdown-option,
app-configurable-filter-bar .text-option,
app-configurable-filter .text-option,
app-configurable-filter-bar .number-option,
app-configurable-filter .number-option,
app-configurable-filter-bar .date-option,
app-configurable-filter .date-option,
app-configurable-filter-bar .daterange-option,
app-configurable-filter .daterange-option {
  width: 100%;
}
app-configurable-filter-bar .filter-label,
app-configurable-filter .filter-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  line-height: 1.25rem;
}
app-configurable-filter-bar :host ::ng-deep .p-multiselect,
app-configurable-filter :host ::ng-deep .p-multiselect,
app-configurable-filter-bar :host ::ng-deep .p-dropdown,
app-configurable-filter :host ::ng-deep .p-dropdown,
app-configurable-filter-bar :host ::ng-deep .p-calendar,
app-configurable-filter :host ::ng-deep .p-calendar,
app-configurable-filter-bar :host ::ng-deep .p-inputnumber,
app-configurable-filter :host ::ng-deep .p-inputnumber {
  width: 100%;
}
app-configurable-filter-bar :host ::ng-deep .p-multiselect:focus,
app-configurable-filter :host ::ng-deep .p-multiselect:focus,
app-configurable-filter-bar :host ::ng-deep .p-dropdown:focus,
app-configurable-filter :host ::ng-deep .p-dropdown:focus,
app-configurable-filter-bar :host ::ng-deep .p-inputtext:focus,
app-configurable-filter :host ::ng-deep .p-inputtext:focus,
app-configurable-filter-bar :host ::ng-deep .p-inputnumber:focus,
app-configurable-filter :host ::ng-deep .p-inputnumber:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
  outline: none;
}
app-configurable-filter-bar :host ::ng-deep .date-calendar .p-calendar,
app-configurable-filter :host ::ng-deep .date-calendar .p-calendar,
app-configurable-filter-bar :host ::ng-deep .date-range-calendar .p-calendar,
app-configurable-filter :host ::ng-deep .date-range-calendar .p-calendar {
  width: 100%;
}
app-configurable-filter-bar :host ::ng-deep .date-calendar .p-calendar .p-inputtext:focus,
app-configurable-filter :host ::ng-deep .date-calendar .p-calendar .p-inputtext:focus,
app-configurable-filter-bar :host ::ng-deep .date-range-calendar .p-calendar .p-inputtext:focus,
app-configurable-filter :host ::ng-deep .date-range-calendar .p-calendar .p-inputtext:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
  outline: none;
}
app-configurable-filter-bar :host ::ng-deep .date-range-calendar .p-calendar .p-inputtext,
app-configurable-filter :host ::ng-deep .date-range-calendar .p-calendar .p-inputtext {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
app-configurable-filter-bar :host ::ng-deep .date-range-calendar .p-calendar .p-inputtext::placeholder,
app-configurable-filter :host ::ng-deep .date-range-calendar .p-calendar .p-inputtext::placeholder {
  font-size: 0.875rem;
  color: #9ca3af;
}
app-configurable-filter-bar :host ::ng-deep .p-datepicker,
app-configurable-filter :host ::ng-deep .p-datepicker {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  background: #fff;
}
app-configurable-filter-bar :host ::ng-deep .p-datepicker td > span.p-range-start,
app-configurable-filter :host ::ng-deep .p-datepicker td > span.p-range-start,
app-configurable-filter-bar :host ::ng-deep .p-datepicker td > span.p-range-end,
app-configurable-filter :host ::ng-deep .p-datepicker td > span.p-range-end {
  background: #3b82f6;
  color: #fff;
}
app-configurable-filter-bar :host ::ng-deep .p-datepicker td > span.p-range-between,
app-configurable-filter :host ::ng-deep .p-datepicker td > span.p-range-between {
  background: #dbeafe;
  color: #1e40af;
}
app-configurable-filter-bar .filter-actions,
app-configurable-filter .filter-actions {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
}
app-configurable-filter-bar .action-buttons,
app-configurable-filter .action-buttons {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}
app-configurable-filter-bar .action-buttons button,
app-configurable-filter .action-buttons button {
  flex: 1;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  app-configurable-filter-bar .filter-overlay,
  app-configurable-filter .filter-overlay {
    width: 350px;
    max-width: 90vw;
    right: 0;
    z-index: 9999;
  }
  app-configurable-filter-bar .filter-panel,
  app-configurable-filter .filter-panel {
    max-height: 60vh;
    min-height: 300px;
  }
  app-configurable-filter-bar .filter-header,
  app-configurable-filter .filter-header {
    padding: 1rem;
  }
  app-configurable-filter-bar .filter-content,
  app-configurable-filter .filter-content {
    padding: 1rem;
    min-height: 200px;
  }
  app-configurable-filter-bar .filter-actions,
  app-configurable-filter .filter-actions {
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  app-configurable-filter-bar .filter-overlay,
  app-configurable-filter .filter-overlay {
    width: 280px;
    max-width: 90vw;
    right: -50px !important;
    z-index: 9999;
  }
  app-configurable-filter-bar .filter-panel,
  app-configurable-filter .filter-panel {
    max-height: 60vh;
    min-height: 250px;
  }
  app-configurable-filter-bar .header-actions,
  app-configurable-filter .header-actions {
    gap: 0.25rem;
  }
  app-configurable-filter-bar .action-icon,
  app-configurable-filter .action-icon,
  app-configurable-filter-bar .close-button,
  app-configurable-filter .close-button {
    width: 1.75rem;
    height: 1.75rem;
  }
  app-configurable-filter-bar .action-buttons,
  app-configurable-filter .action-buttons {
    flex-direction: column;
  }
}
app-configurable-filter-bar .filter-content::-webkit-scrollbar,
app-configurable-filter .filter-content::-webkit-scrollbar {
  width: 6px;
}
app-configurable-filter-bar .filter-content::-webkit-scrollbar-track,
app-configurable-filter .filter-content::-webkit-scrollbar-track {
  background: #f1f5f9;
}
app-configurable-filter-bar .filter-content::-webkit-scrollbar-thumb,
app-configurable-filter .filter-content::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
app-configurable-filter-bar .filter-content::-webkit-scrollbar-thumb:hover,
app-configurable-filter .filter-content::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
app-configurable-filter-bar .filter-button.has-active-filters,
app-configurable-filter .filter-button.has-active-filters {
  position: relative !important;
/* Red dot for filter button */
}
app-configurable-filter-bar .filter-button.has-active-filters::after,
app-configurable-filter .filter-button.has-active-filters::after {
  content: "" !important;
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #ef4444 !important;
  border-radius: 50% !important;
  z-index: 9999 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
app-configurable-filter-bar .error-message,
app-configurable-filter .error-message {
  color: #dc2626;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  display: block;
}
app-configurable-filter-bar :host ::ng-deep .p-calendar.error .p-inputtext,
app-configurable-filter :host ::ng-deep .p-calendar.error .p-inputtext {
  border-color: #dc2626;
}
app-configurable-filter-bar :host ::ng-deep .p-calendar.error .p-inputtext:focus,
app-configurable-filter :host ::ng-deep .p-calendar.error .p-inputtext:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 0.2rem rgba(220,38,38,0.25);
}
app-configurable-filter-bar app-configurable-filter .filter-overlay,
app-configurable-filter app-configurable-filter .filter-overlay {
  width: 350px;
  max-width: 90vw;
  left: 0;
}
app-configurable-filter-bar app-configurable-filter .filter-panel,
app-configurable-filter app-configurable-filter .filter-panel {
  max-height: 60vh;
  min-height: 300px;
}
app-configurable-filter-bar app-configurable-filter .filter-header,
app-configurable-filter app-configurable-filter .filter-header {
  padding: 1rem;
}
app-configurable-filter-bar app-configurable-filter .filter-content,
app-configurable-filter app-configurable-filter .filter-content {
  padding: 1rem;
  min-height: 200px;
}
app-configurable-filter-bar app-configurable-filter .filter-actions,
app-configurable-filter app-configurable-filter .filter-actions {
  padding: 1rem;
}
@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
app-filter-chips .filter-chips-container {
  background: linear-gradient(135deg, #e5f3f7 0%, var(--p-primary-color) 100%);
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
app-filter-chips .filter-chips-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
app-filter-chips .filter-chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
app-filter-chips .filter-chip {
  background-color: rgba(255,255,255,0.9) !important;
  color: #4a5568 !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  font-size: 0.75rem !important;
  padding: 0.25rem 0.5rem !important;
  backdrop-filter: blur(10px);
}
app-filter-chips .filter-chip:hover {
  background-color: #fff !important;
}
app-filter-chips .clear-all-button {
  color: #fff !important;
  background-color: rgba(255,255,255,0.2) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  font-size: 0.75rem !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 4px !important;
  transition: all 0.2s ease;
}
app-filter-chips .clear-all-button:hover {
  background-color: rgba(255,255,255,0.3) !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  app-filter-chips .filter-chips-content {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  app-filter-chips .filter-chips-list {
    justify-content: center;
  }
  app-filter-chips .clear-all-button {
    align-self: center;
    width: fit-content;
  }
}
app-table-card .table-card-container {
  width: 100%;
}
app-table-card .p-avatar-lg {
  color: var(--p-avatar-background);
}
app-table-card .p-avatar {
  background: var(--p-primary-color);
}
app-table-card .controls-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: var(--p-surface-50);
  border-radius: var(--p-border-radius);
  border: 1px solid var(--p-border-color);
}
app-table-card .sort-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  max-width: 400px;
}
app-table-card .sort-label {
  font-weight: 600;
  color: var(--p-text-color);
  white-space: nowrap;
}
app-table-card .controls-right {
  display: flex;
  gap: 0.5rem;
}
app-table-card .loading-container {
  padding: 2rem;
  color: var(--p-text-color-secondary);
}
app-table-card .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  app-table-card .cards-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  app-table-card .cards-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.75rem;
  }
}
app-table-card .card-item {
  height: 100%;
}
app-table-card .card-item :global(.p-card) {
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
}
app-table-card .card-item :global(.p-card):hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--p-shadow-color);
}
app-table-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0px;
  padding: 0.75rem;
  background: linear-gradient(45deg, #e8ebf0, #fff);
  color: var(--p-tag-contrast-color);
  border-radius: var(--p-card-border-radius) var(--p-card-border-radius) 0 0;
  border: none;
}
app-table-card .header-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
app-table-card .header-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
app-table-card .header-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  color: var(--p-badge-contrast-background);
}
app-table-card .header-subtitle {
  display: flex;
  align-items: center;
}
app-table-card .avatar-section {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
app-table-card .avatar-fallback {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--p-tag-contrast-color);
}
app-table-card .header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
app-table-card .status-section {
  display: flex;
  align-items: center;
}
app-table-card .actions-section {
  display: flex;
  align-items: center;
}
app-table-card .p-tag {
  font-size: 0.65rem;
}
app-table-card .header-actions-btn {
  background: transparent !important;
  border: none !important;
  color: var(--p-badge-contrast-background);
}
app-table-card .header-actions-btn:hover {
  background: rgba(255,255,255,0.1) !important;
  border: none !important;
}
app-table-card .card-content {
  padding: 0.75rem;
}
app-table-card .card-section {
  margin-bottom: 1rem;
}
app-table-card .card-section:last-child {
  margin-bottom: 0;
}
app-table-card .section-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--p-tag-contrast-color);
  margin: 0 0 0.5rem 0;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--p-border-color);
}
app-table-card .body-section {
  border-bottom: 1px solid var(--p-border-color);
  padding-bottom: 0.75rem;
}
app-table-card .info-section {
  padding-top: 0.5rem;
}
app-table-card .content-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.375rem 0;
  border-bottom: 1px solid var(--p-border-color);
}
app-table-card .content-row:last-child {
  border-bottom: none;
}
app-table-card .field-label {
  font-weight: 600;
  color: var(--p-text-color);
  font-size: 0.75rem;
  min-width: 100px;
}
app-table-card .field-value {
  flex: 1;
  text-align: right;
  color: var(--p-primary-color-text);
  font-size: 0.75rem;
  word-break: break-word;
}
app-table-card .card-item :global(.p-card),
app-table-card .card-item :global(.p-card .p-card-body),
app-table-card .card-item :global(.p-card .p-card-content),
app-table-card .card-item :global(.p-card .p-card-header) {
  border: none !important;
  outline: none !important;
}
app-table-card .p-card-body {
  padding: 0;
}
app-table-card .empty-state {
  padding: 3rem 1rem;
  color: var(--p-text-color-secondary);
}
app-table-card .empty-state i {
  display: block;
  margin-bottom: 1rem;
}
app-table-card .pagination-container {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background: var(--p-surface-50);
  border-radius: var(--p-border-radius);
  border: 1px solid var(--p-border-color);
}
@media (max-width: 480px) {
  app-table-card .controls-bar {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  app-table-card .search-container {
    max-width: none;
  }
  app-table-card .controls-right {
    justify-content: center;
  }
  app-table-card .field-label {
    min-width: 100px;
    font-size: 0.8rem;
  }
  app-table-card .field-value {
    font-size: 0.8rem;
  }
}
app-table-card .card-item :global(.p-tag) {
  font-size: 0.625rem !important;
  padding: 0.125rem 0.375rem !important;
  border-radius: 0.25rem !important;
}
app-table-card .cards-grid::-webkit-scrollbar {
  width: 6px;
}
app-table-card .cards-grid::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
app-table-card .cards-grid::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
app-table-card .cards-grid::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
app-table-card .card-item {
  animation: cardFadeIn 0.3s ease-out;
}
@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
app-chart-navbar p-tabs p-tablist p-tab .category-label {
  font-size: 1.1rem;
}
app-dashboard .dashboard-container {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  min-height: calc(100vh - 200px);
}
app-dashboard .welcome-section {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem 0;
  background: linear-gradient(135deg, #0067c0 0%, #004a8a 100%);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,103,192,0.2);
}
app-dashboard .welcome-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #fff;
}
app-dashboard .welcome-subtitle {
  font-size: 1.2rem;
  margin: 0;
  opacity: 0.9;
}
app-dashboard .construction-notice {
  margin-bottom: 3rem;
}
app-dashboard .construction-card {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,103,192,0.2);
}
app-dashboard .construction-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, #0067c0 0%, #004a8a 100%);
  color: #fff;
  border-radius: 10px 10px 0 0;
}
app-dashboard .construction-icon {
  font-size: 2rem;
}
app-dashboard .construction-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
app-dashboard .construction-content {
  padding: 2rem;
}
app-dashboard .construction-message {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #333;
}
app-dashboard .construction-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
app-dashboard .detail-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #0067c0;
}
app-dashboard .detail-item i {
  color: #0067c0;
  font-size: 1.2rem;
}
app-dashboard .construction-actions {
  text-align: center;
}
app-dashboard .quick-actions {
  text-align: center;
}
app-dashboard .quick-actions h3 {
  color: #0067c0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}
app-dashboard .action-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  app-dashboard .dashboard-container {
    padding: 1rem;
  }
  app-dashboard .welcome-title {
    font-size: 2rem;
  }
  app-dashboard .welcome-subtitle {
    font-size: 1rem;
  }
  app-dashboard .construction-content {
    padding: 1rem;
  }
  app-dashboard .action-buttons {
    flex-direction: column;
    align-items: center;
  }
  app-dashboard .action-buttons p-button {
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  app-dashboard .construction-header {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  app-dashboard .construction-icon {
    font-size: 1.5rem;
  }
  app-dashboard .construction-header h2 {
    font-size: 1.2rem;
  }
}
app-platform-selection .platform-selection-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
app-platform-selection .platform-selection-modal {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
app-platform-selection .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 24px 16px 24px;
  border-bottom: 1px solid #e1e5e9;
}
app-platform-selection .header-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
app-platform-selection .header-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  margin-top: 2px;
}
app-platform-selection .header-text h2 {
  margin: 0 0 4px 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
app-platform-selection .header-text .subtitle {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #666;
}
app-platform-selection .header-text .info-text {
  color: #2196f3;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}
app-platform-selection .close-button {
  background: none;
  border: none;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
app-platform-selection .close-button:hover {
  background-color: #f5f5f5;
}
app-platform-selection .modal-body {
  padding: 16px 24px;
  flex: 1;
  overflow-y: auto;
}
app-platform-selection .search-section {
  margin-bottom: 16px;
}
app-platform-selection .search-section label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
app-platform-selection .search-input-container {
  position: relative;
  display: flex;
  align-items: center;
}
app-platform-selection .search-input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background-color: #f8f9fa;
  transition: border-color 0.2s;
}
app-platform-selection .search-input:focus {
  outline: none;
  border-color: #2196f3;
  background-color: #fff;
}
app-platform-selection .search-input::placeholder {
  color: #999;
}
app-platform-selection .search-toggle {
  position: absolute;
  right: 8px;
  background: #f0f0f0;
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  transition: background-color 0.2s;
}
app-platform-selection .search-toggle:hover {
  background-color: #e0e0e0;
}
app-platform-selection .platform-list {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #e1e5e9;
  border-radius: 4px;
  background-color: #f8f9fa;
}
app-platform-selection .platform-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
  border-bottom: 1px solid #e1e5e9;
}
app-platform-selection .platform-item:last-child {
  border-bottom: none;
}
app-platform-selection .platform-item:hover {
  background-color: #f0f0f0;
}
app-platform-selection .platform-item.selected {
  background-color: #e3f2fd;
  border-left: 3px solid #2196f3;
}
app-platform-selection .platform-item .platform-name {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
app-platform-selection .platform-item .platform-code {
  font-size: 12px;
  color: #666;
  background-color: #f0f0f0;
  padding: 2px 6px;
  border-radius: 3px;
}
app-platform-selection .modal-footer {
  padding: 16px 24px 24px 24px;
  border-top: 1px solid #e1e5e9;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
app-platform-selection .btn {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 80px;
}
app-platform-selection .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
app-platform-selection .btn.btn-primary {
  background-color: #2196f3;
  color: #fff;
}
app-platform-selection .btn.btn-primary:hover:not(:disabled) {
  background-color: #1976d2;
}
app-platform-selection .platform-list::-webkit-scrollbar {
  width: 6px;
}
app-platform-selection .platform-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
app-platform-selection .platform-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
app-platform-selection .platform-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
@media (max-width: 768px) {
  app-platform-selection .platform-selection-container {
    padding: 10px;
  }
  app-platform-selection .platform-selection-modal {
    max-width: 100%;
  }
  app-platform-selection .modal-header,
  app-platform-selection .modal-body,
  app-platform-selection .modal-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#F2F6FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
@media (min-width: 576px) {

  .sm\:w-auto {
    width: auto;
  }
}
@media (min-width: 768px) {

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:\!w-80 {
    width: 20rem !important;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:max-w-\[96\%\] {
    max-width: 96%;
  }
}
@media (min-width: 992px) {

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:\!w-\[50rem\] {
    width: 50rem !important;
  }

  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .lg\:max-w-\[54\%\] {
    max-width: 54%;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/primeicons/primeicons.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@font-face {
    font-family: 'primeicons';
    font-display: block;
    src: url('primeicons.8ca441e178bfb872.eot');
    src: url('primeicons.8ca441e178bfb872.eot?#iefix') format('embedded-opentype'), url('primeicons.e1a53edb6ea00325.woff2') format('woff2'), url('primeicons.7f7722745590608a.woff') format('woff'), url('primeicons.310a7310efb91ab1.ttf') format('truetype'), url('primeicons.19e14e488f5edc90.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    backface-visibility: hidden;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    animation: fa-spin 2s infinite linear;
}

@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.pi-folder-plus:before {
    content: "\ea05";
}

.pi-receipt:before {
    content: "\ea06";
}

.pi-asterisk:before {
    content: "\ea07";
}

.pi-face-smile:before {
    content: "\ea08";
}

.pi-pinterest:before {
    content: "\ea09";
}

.pi-expand:before {
    content: "\ea0a";
}

.pi-pen-to-square:before {
    content: "\ea0b";
}

.pi-wave-pulse:before {
    content: "\ea0c";
}

.pi-turkish-lira:before {
    content: "\ea0d";
}

.pi-spinner-dotted:before {
    content: "\ea0e";
}

.pi-crown:before {
    content: "\ea0f";
}

.pi-pause-circle:before {
    content: "\ea10";
}

.pi-warehouse:before {
    content: "\ea11";
}

.pi-objects-column:before {
    content: "\ea12";
}

.pi-clipboard:before {
    content: "\ea13";
}

.pi-play-circle:before {
    content: "\ea14";
}

.pi-venus:before {
    content: "\ea15";
}

.pi-cart-minus:before {
    content: "\ea16";
}

.pi-file-plus:before {
    content: "\ea17";
}

.pi-microchip:before {
    content: "\ea18";
}

.pi-twitch:before {
    content: "\ea19";
}

.pi-building-columns:before {
    content: "\ea1a";
}

.pi-file-check:before {
    content: "\ea1b";
}

.pi-microchip-ai:before {
    content: "\ea1c";
}

.pi-trophy:before {
    content: "\ea1d";
}

.pi-barcode:before {
    content: "\ea1e";
}

.pi-file-arrow-up:before {
    content: "\ea1f";
}

.pi-mars:before {
    content: "\ea20";
}

.pi-tiktok:before {
    content: "\ea21";
}

.pi-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\ea22";
}

.pi-ethereum:before {
    content: "\ea23";
}

.pi-list-check:before {
    content: "\ea24";
}

.pi-thumbtack:before {
    content: "\ea25";
}

.pi-arrow-down-left-and-arrow-up-right-to-center:before {
    content: "\ea26";
}

.pi-equals:before {
    content: "\ea27";
}

.pi-lightbulb:before {
    content: "\ea28";
}

.pi-star-half:before {
    content: "\ea29";
}

.pi-address-book:before {
    content: "\ea2a";
}

.pi-chart-scatter:before {
    content: "\ea2b";
}

.pi-indian-rupee:before {
    content: "\ea2c";
}

.pi-star-half-fill:before {
    content: "\ea2d";
}

.pi-cart-arrow-down:before {
    content: "\ea2e";
}

.pi-calendar-clock:before {
    content: "\ea2f";
}

.pi-sort-up-fill:before {
    content: "\ea30";
}

.pi-sparkles:before {
    content: "\ea31";
}

.pi-bullseye:before {
    content: "\ea32";
}

.pi-sort-down-fill:before {
    content: "\ea33";
}

.pi-graduation-cap:before {
    content: "\ea34";
}

.pi-hammer:before {
    content: "\ea35";
}

.pi-bell-slash:before {
    content: "\ea36";
}

.pi-gauge:before {
    content: "\ea37";
}

.pi-shop:before {
    content: "\ea38";
}

.pi-headphones:before {
    content: "\ea39";
}

.pi-eraser:before {
    content: "\ea04";
}

.pi-stopwatch:before {
    content: "\ea01";
}

.pi-verified:before {
    content: "\ea02";
}

.pi-delete-left:before {
    content: "\ea03";
}

.pi-hourglass:before {
    content: "\e9fe";
}

.pi-truck:before {
    content: "\ea00";
}

.pi-wrench:before {
    content: "\e9ff";
}

.pi-microphone:before {
    content: "\e9fa";
}

.pi-megaphone:before {
    content: "\e9fb";
}

.pi-arrow-right-arrow-left:before {
    content: "\e9fc";
}

.pi-bitcoin:before {
    content: "\e9fd";
}

.pi-file-edit:before {
    content: "\e9f6";
}

.pi-language:before {
    content: "\e9f7";
}

.pi-file-export:before {
    content: "\e9f8";
}

.pi-file-import:before {
    content: "\e9f9";
}

.pi-file-word:before {
    content: "\e9f1";
}

.pi-gift:before {
    content: "\e9f2";
}

.pi-cart-plus:before {
    content: "\e9f3";
}

.pi-thumbs-down-fill:before {
    content: "\e9f4";
}

.pi-thumbs-up-fill:before {
    content: "\e9f5";
}

.pi-arrows-alt:before {
    content: "\e9f0";
}

.pi-calculator:before {
    content: "\e9ef";
}

.pi-sort-alt-slash:before {
    content: "\e9ee";
}

.pi-arrows-h:before {
    content: "\e9ec";
}

.pi-arrows-v:before {
    content: "\e9ed";
}

.pi-pound:before {
    content: "\e9eb";
}

.pi-prime:before {
    content: "\e9ea";
}

.pi-chart-pie:before {
    content: "\e9e9";
}

.pi-reddit:before {
    content: "\e9e8";
}

.pi-code:before {
    content: "\e9e7";
}

.pi-sync:before {
    content: "\e9e6";
}

.pi-shopping-bag:before {
    content: "\e9e5";
}

.pi-server:before {
    content: "\e9e4";
}

.pi-database:before {
    content: "\e9e3";
}

.pi-hashtag:before {
    content: "\e9e2";
}

.pi-bookmark-fill:before {
    content: "\e9df";
}

.pi-filter-fill:before {
    content: "\e9e0";
}

.pi-heart-fill:before {
    content: "\e9e1";
}

.pi-flag-fill:before {
    content: "\e9de";
}

.pi-circle:before {
    content: "\e9dc";
}

.pi-circle-fill:before {
    content: "\e9dd";
}

.pi-bolt:before {
    content: "\e9db";
}

.pi-history:before {
    content: "\e9da";
}

.pi-box:before {
    content: "\e9d9";
}

.pi-at:before {
    content: "\e9d8";
}

.pi-arrow-up-right:before {
    content: "\e9d4";
}

.pi-arrow-up-left:before {
    content: "\e9d5";
}

.pi-arrow-down-left:before {
    content: "\e9d6";
}

.pi-arrow-down-right:before {
    content: "\e9d7";
}

.pi-telegram:before {
    content: "\e9d3";
}

.pi-stop-circle:before {
    content: "\e9d2";
}

.pi-stop:before {
    content: "\e9d1";
}

.pi-whatsapp:before {
    content: "\e9d0";
}

.pi-building:before {
    content: "\e9cf";
}

.pi-qrcode:before {
    content: "\e9ce";
}

.pi-car:before {
    content: "\e9cd";
}

.pi-instagram:before {
    content: "\e9cc";
}

.pi-linkedin:before {
    content: "\e9cb";
}

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}
  
.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-fill:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}


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