/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 */
/* FONTS */
/* Roboto */
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Variable.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Variable.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Variable.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Italic-Variable.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Italic-Variable.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Italic-Variable.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Material Symbols */
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('Material-Symbols-Rounded.woff2') format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 200, "opsz" 24;
}

.material-symbols-rounded-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 200, "opsz" 24;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  scrollbar-color: var(--mat-sys-primary) #ffffff;
}

h1, h2, h3 {
  font-weight: 400;
}

h4, h5, h6 {
  font-weight: 500;
}

.hide {
  visibility: hidden !important;
}

.only-on-dark {
  display: none;
}

.mat-mdc-tab-group.content-tabs .mat-mdc-tab-header {
  background: var(--mat-sys-primary) !important;
  padding: 6px 6px 0;
  margin: -10px 0px 0px -20px;
}
.mat-mdc-tab-group.content-tabs .mat-mdc-tab .mdc-tab-indicator__content--underline {
  border-color: rgba(0, 36, 69, 0.1);
}
.mat-mdc-tab-group.content-tabs .mdc-tab.mat-mdc-tab:after {
  border-left: 1px solid rgba(0, 36, 69, 0.1);
}
.mat-mdc-tab-group.content-tabs .mdc-tab.mat-mdc-tab.mdc-tab--active.mdc-tab-indicator--active {
  background: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.help-icon {
  margin-left: 5px;
  font-size: 18px;
  color: #909191;
}
.help-icon:hover {
  cursor: help;
}

@media screen and (max-width: 960px) {
  .container-padding {
    padding: 20px;
  }
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.mat-mdc-list-item.mat-mdc-list-option > .mdc-list-item__content > .mdc-list-item__primary-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

html .prefers-color-scheme-dark,
body.prefers-color-scheme-dark {
  scrollbar-color: #ffffff var(--mat-sys-surface);
}
html .prefers-color-scheme-dark .only-on-dark,
body.prefers-color-scheme-dark .only-on-dark {
  display: block;
}
html .prefers-color-scheme-dark .only-on-light,
body.prefers-color-scheme-dark .only-on-light {
  display: none;
}
html .prefers-color-scheme-dark .mat-mdc-tab-group.content-tabs .mat-mdc-tab-header,
body.prefers-color-scheme-dark .mat-mdc-tab-group.content-tabs .mat-mdc-tab-header {
  background: #002445 !important;
}
html .prefers-color-scheme-dark .mat-mdc-tab-group.content-tabs .mdc-tab.mat-mdc-tab.mdc-tab--active.mdc-tab-indicator--active,
body.prefers-color-scheme-dark .mat-mdc-tab-group.content-tabs .mdc-tab.mat-mdc-tab.mdc-tab--active.mdc-tab-indicator--active {
  background: #2f3131;
}

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