/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/* Define custom theme-related variables here */
:root {
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --primary-color:#407F82;
  --primary-color-text:#ffffff;
  --font-family:Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:4px;
  --surface-ground:#f8f9fa;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dee2e6;
  --surface-hover: #e9ecef;
  --focus-ring: 0 0 0 0.2rem #aad3d5;
  --maskbg: rgba(0, 0, 0, 0.4);
  --transition-duration: 0.2s;
  color-scheme: light;
}

/* Add your customizations of the theme variables here */
@layer mynexus-theme {
  mnc-notes-* .multiselect-fit-chips .p-multiselect-label {
    flex-wrap: wrap;
  }
}

.note-service-line-sidebar-header {
  display: none;
}

.note-service-line-sidebar .note-service-line-sidebar-header {
  display: block;
}
.note-service-line-sidebar h5 {
  display: none;
}

.note-sm {
  max-width: 536px;
}

.note-md {
  max-width: 674px;
}

.note-lg {
  max-width: 812px;
}

.note-xl {
  max-width: 1373px;
}

.note-full {
  max-width: 100vw;
  min-width: 100vw;
}
.note-full .p-dialog-content {
  max-width: 100vw;
  min-width: 100vw;
}

.horizontal-divider {
  height: 1px;
  border-bottom: 1px solid #B3BFC7;
}

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