@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons.woff2') format("woff2"), url('material-icons.woff') format("woff");
}
.material-icons {
  font-family: "Material Icons";
  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-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons-outlined.woff2') format("woff2"), url('material-icons-outlined.woff') format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  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-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons-round.woff2') format("woff2"), url('material-icons-round.woff') format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  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-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons-sharp.woff2') format("woff2"), url('material-icons-sharp.woff') format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  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-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons-two-tone.woff2') format("woff2"), url('material-icons-two-tone.woff') format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  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";
}
.d-flex {
  display: flex;
}
.d-flex-col {
  display: flex;
  flex-direction: column;
}
.d-flex-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .d-flex-mobile {
    display: flex !important;
  }
}
.d-block-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .d-block-mobile {
    display: block !important;
  }
}
.d-flex-desktop {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .d-flex-desktop {
    display: none !important;
  }
}
.d-block-desktop {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .d-block-desktop {
    display: none !important;
  }
}
.d-none {
  display: none !important;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(52, 58, 64, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(52, 58, 64, 0.2);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(52, 58, 64, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}
.bs-popover-end > .popover-arrow, .bs-popover-right > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-right > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(52, 58, 64, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-right > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(52, 58, 64, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-start > .popover-arrow, .bs-popover-left > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-left > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(52, 58, 64, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-left > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}
.popover-header {
  padding: 16px 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid shade-color(#f7f7f7, 10%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 16px 16px;
  color: #343A40;
}
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open SansLight"), local("OpenSans-Light"), url('assets/fonts/OpenSans/OpenSans-Light.ttf') format("truetype"), url('assets/fonts/OpenSans/OpenSans-Light.woff2') format("woff2"), url('assets/fonts/OpenSans/OpenSans-Light.woff') format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open SansRegular"), local("OpenSans-Regular"), url('assets/fonts/OpenSans/OpenSans-Regular.ttf') format("truetype"), url('assets/fonts/OpenSans/OpenSans-Regular.woff2') format("woff2"), url('assets/fonts/OpenSans/OpenSans-Regular.woff') format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open SansSemiBold"), local("OpenSans-SemiBold"), url('assets/fonts/OpenSans/OpenSans-SemiBold.ttf') format("truetype"), url('assets/fonts/OpenSans/OpenSans-SemiBold.woff2') format("woff2"), url('assets/fonts/OpenSans/OpenSans-SemiBold.woff') format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open SansBold"), local("OpenSans-Bold"), url('assets/fonts/OpenSans/OpenSans-Bold.ttf') format("truetype"), url('assets/fonts/OpenSans/OpenSans-Bold.woff2') format("woff2"), url('assets/fonts/OpenSans/OpenSans-Bold.woff') format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 900;
  src: local("Open SansExtraBold"), local("OpenSans-ExtraBold"), url('assets/fonts/OpenSans/OpenSans-ExtraBold.ttf') format("truetype"), url('assets/fonts/OpenSans/OpenSans-ExtraBold.woff2') format("woff2"), url('assets/fonts/OpenSans/OpenSans-ExtraBold.woff') format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url('assets/fonts/Monserrat/Montserrat-ExtraLight.ttf') format("truetype"), url('assets/fonts/Monserrat/Montserrat-ExtraLight.woff2') format("woff2"), url('assets/fonts/Monserrat/Montserrat-ExtraLight.woff') format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url('assets/fonts/Monserrat/Montserrat-Light.ttf') format("truetype"), url('assets/fonts/Monserrat/Montserrat-Light.woff2') format("woff2"), url('assets/fonts/Monserrat/Montserrat-Light.woff') format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url('assets/fonts/Monserrat/Montserrat-Regular.ttf') format("truetype"), url('assets/fonts/Monserrat/Montserrat-Regular.woff2') format("woff2"), url('assets/fonts/Monserrat/Montserrat-Regular.woff') format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url('assets/fonts/Monserrat/Montserrat-Medium.ttf') format("truetype"), url('assets/fonts/Monserrat/Montserrat-Medium.woff2') format("woff2"), url('assets/fonts/Monserrat/Montserrat-Medium.woff') format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url('assets/fonts/Monserrat/Montserrat-SemiBold.ttf') format("truetype"), url('assets/fonts/Monserrat/Montserrat-SemiBold.woff2') format("woff2"), url('assets/fonts/Monserrat/Montserrat-SemiBold.woff') format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url('assets/fonts/Monserrat/Montserrat-Bold.ttf') format("truetype"), url('assets/fonts/Monserrat/Montserrat-Bold.woff2') format("woff2"), url('assets/fonts/Monserrat/Montserrat-Bold.woff') format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url('assets/fonts/Monserrat/Montserrat-ExtraBold.ttf') format("truetype"), url('assets/fonts/Monserrat/Montserrat-ExtraBold.woff2') format("woff2"), url('assets/fonts/Monserrat/Montserrat-ExtraBold.woff') format("woff");
}
[data-mat-icon]::before {
  content: attr(data-mat-icon);
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 24px;
}
a {
  color: #0052A5;
  text-decoration: none;
  display: block;
}
a:hover, a:active, a:focus {
  color: #003E71;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
body {
  color: #343A40;
}
html {
  font-size: 100%;
  line-height: 22px;
}
h1 {
  font: normal normal 700 38px/57px "Montserrat";
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 54px;
  }
}
h1.spaceing {
  padding-bottom: 32px;
}
h2 {
  font: normal normal 700 32px/48px "Montserrat";
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
h2.spaceing {
  padding-top: 48px;
  padding-bottom: 28px;
}
h3 {
  font: normal normal 700 28px/34px "Montserrat";
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
h3.spaceing {
  padding-top: 48px;
  padding-bottom: 28px;
}
h4 {
  font: normal normal 700 24px/36px "Montserrat";
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
h4.spaceing {
  padding-top: 48px;
  padding-bottom: 28px;
}
h5 {
  font: normal normal 700 20px/30px "Montserrat";
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    line-height: 27px;
  }
}
h5.spaceing {
  padding-top: 48px;
  padding-bottom: 28px;
}
h6 {
  font: normal normal 700 18px/27px "Montserrat";
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
h6.spaceing {
  padding-top: 48px;
  padding-bottom: 28px;
}
p {
  font: normal normal 400 16px/24px "Open Sans";
}
p.spaceing {
  padding-top: 8px;
  padding-bottom: 16px;
}
.h2 {
  font: normal normal 700 32px/48px "Montserrat";
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
.h2-regular {
  font: normal normal 700 32px/48px "Montserrat";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .h2-regular {
    font-size: 28px;
    line-height: 42px;
  }
}
.h3 {
  font: normal normal 700 28px/34px "Montserrat";
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.h3-regular {
  font: normal normal 700 28px/34px "Montserrat";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .h3-regular {
    font-size: 24px;
    line-height: 36px;
  }
}
.h4 {
  font: normal normal 700 24px/36px "Montserrat";
}
@media screen and (max-width: 767px) {
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.h4-regular {
  font: normal normal 700 24px/36px "Montserrat";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .h4-regular {
    font-size: 20px;
    line-height: 30px;
  }
}
.h5 {
  font: normal normal 700 20px/30px "Montserrat";
}
@media screen and (max-width: 767px) {
  .h5 {
    font-size: 18px;
    line-height: 27px;
  }
}
.h5-regular {
  font: normal normal 700 20px/30px "Montserrat";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .h5-regular {
    font-size: 18px;
    line-height: 27px;
  }
}
.h6 {
  font: normal normal 700 18px/27px "Montserrat";
}
@media screen and (max-width: 767px) {
  .h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
.h6-regular {
  font: normal normal 400 18px/27px "Montserrat";
}
@media screen and (max-width: 767px) {
  .h6-regular {
    font-size: 16px;
    line-height: 24px;
  }
}
.p1, .p1-error, .p1-alt, .p1-bold {
  font: normal normal 400 16px/24px "Open Sans";
}
.p1-bold {
  font-weight: 700;
}
.p1-alt {
  color: #737373;
}
.p1-error {
  color: #AD0000;
}
.p1-link {
  font: normal normal 400 16px/24px "Open Sans";
  color: #0052A5;
  text-decoration: underline;
  font-weight: 400;
}
.p1-link:hover {
  color: #003E71;
}
.p1-link-bold {
  font: normal normal 400 16px/24px "Open Sans";
  color: #0052A5;
  text-decoration: underline;
  font-weight: 700;
}
.p1-link-bold:hover {
  color: #003E71;
}
.h3-link {
  font: normal normal 700 28px/34px "Montserrat";
  line-height: 42px;
  color: #0052A5;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .h3-link {
    font-size: 24px;
    line-height: 36px;
  }
}
.h3-link:hover {
  color: #003E71;
}
.akmf-typography__optional {
  font-weight: normal;
}
.p2-title {
  font: normal normal 700 24px/36px "Montserrat";
}
@media screen and (max-width: 767px) {
  .p2-title {
    font-size: 20px;
    line-height: 30px;
  }
}
akmf-header {
  box-sizing: border-box;
  background-color: #DC0032;
  padding-left: 16px;
  padding-right: 24px;
  display: flex;
  align-items: center;
}
akmf-header *,
akmf-header *:before,
akmf-header *:after {
  box-sizing: inherit;
}
akmf-header .akmf-header__title {
  font: normal normal 700 28px/34px "Montserrat";
  cursor: default;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  akmf-header .akmf-header__title {
    font-size: 24px;
    line-height: 36px;
  }
}
akmf-header .akmf-header__title::before {
  content: " ";
  background-image: url('assets/img/eagle.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-size: 40px 40px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 8px;
}
akmf-header .akmf-header__login-btn {
  margin-left: auto;
}
akmf-header .akmf-header__login-btn.akmf-btn-ci-invert {
  padding-left: 16px;
}
akmf-header .akmf-header__login-btn.akmf-btn-ci-invert:hover {
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  akmf-header .akmf-header__menu-btn-title {
    display: none;
  }
}
akmf-header .akmf-header__menu-btn.akmf-btn-ci-invert {
  padding-left: 16px;
}
akmf-header .akmf-header__menu-btn.akmf-btn-ci-invert:hover {
  padding-left: 14px;
}
.header-simple {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 100%;
  background-color: #DC0032;
}
.header-simple__emblem {
  height: 40px;
}
.header-simple__title {
  font: normal normal 700 28px/34px "Montserrat";
  cursor: default;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .header-simple__title {
    font-size: 24px;
    line-height: 36px;
  }
}
akmf-main-tree-list {
  box-sizing: border-box;
  font: normal normal 400 16px/24px "Open Sans";
  font-family: "Montserrat";
  font-weight: 400;
  cursor: pointer;
  height: 100%;
}
akmf-main-tree-list *,
akmf-main-tree-list *:before,
akmf-main-tree-list *:after {
  box-sizing: inherit;
}
akmf-main-tree-list ul,
akmf-main-tree-list li {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: relative;
  width: 299px;
}
akmf-main-tree-list ul {
  padding-left: 0;
}
akmf-main-tree-list li i.akmf-main-tree-list__node-icon + span {
  padding-left: 8px;
}
akmf-main-tree-list .akmf-main-tree-list__node--wrapper {
  padding-left: 16px;
  display: flex;
  align-items: center;
}
akmf-main-tree-list .akmf-main-tree-list__button {
  position: absolute;
  right: 2px;
}
akmf-main-tree-list .akmf-main-tree-list__tree-node--selected {
  font: normal normal 400 16px/24px "Open Sans";
  font-family: "Montserrat";
  font-weight: 700;
  color: #DC0032;
  background-color: #F6F7FA;
  border-left-width: 3px;
  border-left-color: #DC0032;
  border-left-style: solid;
}
akmf-main-tree-list :not(ul) > mat-tree-node.akmf-main-tree-list__border--left li,
akmf-main-tree-list ul.akmf-main-tree-list__border--left li {
  padding-left: 13px;
}
akmf-main-tree-list :not(ul) > mat-tree-node.akmf-main-tree-list__border--left mat-tree-node, akmf-main-tree-list :not(ul) > mat-tree-node.akmf-main-tree-list__border--left mat-nested-tree-node > li,
akmf-main-tree-list ul.akmf-main-tree-list__border--left mat-tree-node,
akmf-main-tree-list ul.akmf-main-tree-list__border--left mat-nested-tree-node > li {
  border-left-width: 3px;
  border-left-color: #DC0032;
  border-left-style: solid;
}
akmf-main-tree-list ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0px 8px;
  mask: url('assets/img/triangle.svg') no-repeat 50% 50%;
  mask-size: cover;
  background-color: #343A40;
}
akmf-main-tree-list .akmf-main-tree-list__tree-node--selected li::before {
  background-color: #DC0032;
}
akmf-main-tree-list .akmf-main-tree-list__indepenent-menu-tree-node--back {
  color: #0052A5;
  padding: 0px 5px;
}
akmf-breadcrumbs {
  box-sizing: border-box;
  width: 100%;
  color: #0052A5;
  cursor: default;
  font: normal normal 400 16px/24px "Open Sans";
}
akmf-breadcrumbs *,
akmf-breadcrumbs *:before,
akmf-breadcrumbs *:after {
  box-sizing: inherit;
}
akmf-breadcrumbs span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: inherit;
  text-decoration: none;
}
akmf-breadcrumbs .akmf-breadcrumbs--wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
akmf-breadcrumbs .akmf-breadcrumbs__node--wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
akmf-breadcrumbs .akmf-breadcrumbs__node--last {
  font-weight: 700;
  color: #343A40;
}
akmf-breadcrumbs .akmf-breadcrumbs__arrow {
  color: #737373;
  margin-left: 8px;
  margin-right: 8px;
}
akmf-breadcrumbs .akmf-breadcrumbs__icon {
  margin-right: 8px;
}
akmf-breadcrumbs .akmf-breadcrumbs__node-name--link:hover, akmf-breadcrumbs .akmf-breadcrumbs__node-name--link:active, akmf-breadcrumbs .akmf-breadcrumbs__node-name--link:focus {
  cursor: pointer;
  color: #003E71;
  text-decoration: underline;
}
akmf-main-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
akmf-main-content *,
akmf-main-content *:before,
akmf-main-content *:after {
  box-sizing: inherit;
}
akmf-main-content .akmf-main-content__content {
  display: flex;
  flex-direction: column;
}
akmf-main-content .akmf-main-content__breadcrumbs {
  padding: 16px 24px;
  display: flex;
}
akmf-main-content .akmf-main-content__content--wrapper {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
akmf-main-content .akmf-main-content__title, akmf-main-content .akmf-main-content__title--no-breadcrumbs {
  margin-bottom: 30px;
  padding: 0px 12px;
}
akmf-main-content .akmf-main-content__title--no-breadcrumbs {
  margin-top: 16px;
}
akmf-main-layout {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100%;
  height: 100%;
  min-width: min-content;
  overflow: auto;
}
akmf-main-layout *,
akmf-main-layout *:before,
akmf-main-layout *:after {
  box-sizing: inherit;
}
akmf-main-layout .akmf-main-layout__header {
  height: 72px;
  min-height: 72px;
}
akmf-main-layout .akmf-main-layout__sidebar {
  min-height: calc(100% - 72px);
  position: relative;
}
akmf-sidebar {
  box-sizing: border-box;
}
akmf-sidebar *,
akmf-sidebar *:before,
akmf-sidebar *:after {
  box-sizing: inherit;
}
akmf-sidebar .akmf-sidebar__container {
  height: 100%;
}
akmf-sidebar .akmf-sidebar__bar {
  position: absolute;
}
akmf-sidebar .akmf-sidebar__tree-list {
  overflow: auto;
  overflow-x: hidden;
}
akmf-sidebar .akmf-sidebar__tree-list::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
akmf-sidebar .akmf-sidebar__tree-list::-webkit-scrollbar-track {
  background: #F6F7FA;
}
akmf-sidebar .akmf-sidebar__tree-list::-webkit-scrollbar-thumb {
  background: #BABABA;
  border: 4px solid #F6F7FA;
  border-radius: 8px;
}
akmf-sidebar .akmf-sidebar__footer {
  font: normal normal 400 16px/24px "Open Sans";
  font-family: "Montserrat";
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
akmf-sidebar .akmf-sidebar__footer > div {
  cursor: default;
  height: 56px;
  line-height: 56px;
  padding-left: 16px;
}
akmf-sidebar .akmf-sidebar__footer > div > a {
  cursor: pointer;
  color: #343A40;
}
akmf-sidebar .akmf-sidebar__footer > div > a:hover, akmf-sidebar .akmf-sidebar__footer > div > a:active, akmf-sidebar .akmf-sidebar__footer > div > a:focus {
  color: #2c3136;
}
akmf-sidebar .mat-drawer-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
akmf-sidebar .mat-tree-node {
  border-bottom-width: 1px;
  border-bottom-color: #BABABA;
  border-bottom-style: solid;
  padding-top: 15px;
  padding-bottom: 16px;
  min-height: 56px;
}
akmf-sidebar .mat-nested-tree-node > li {
  border-bottom: 1px solid #BABABA;
  min-height: 56px;
}
akmf-sidebar .mat-drawer-side {
  border-right: 1px solid #BABABA;
}
akmf-loader .akmf-loader__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  filter: blur(12px);
  opacity: 0.5;
  z-index: 999999;
}
akmf-loader .akmf-loader__animation-container {
  position: sticky;
  height: 0;
  top: calc(50% - 20px);
  width: 100%;
  z-index: 9999999;
}
akmf-footer .akmf-footer__container {
  padding-top: 72px;
  padding-left: 48px;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  akmf-footer .akmf-footer__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px 16px;
  }
}
akmf-footer .akmf-footer__logo-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  akmf-footer .akmf-footer__logo-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 0px;
  }
}
akmf-footer .akmf-footer__logo {
  margin-bottom: 48px;
  height: 75px;
  width: auto;
}
@media screen and (max-width: 767px) {
  akmf-footer .akmf-footer__logo {
    margin-right: 48px;
    margin-bottom: 0px;
  }
}
akmf-footer .akmf-footer__links-container {
  display: block;
  padding: 0px 48px;
  width: 580px;
}
@media screen and (max-width: 767px) {
  akmf-footer .akmf-footer__links-container {
    padding-left: 0px;
    width: 100%;
  }
}
akmf-footer .akmf-footer__link {
  padding-bottom: 12px;
  font: normal normal 400 14px/21px "Open Sans";
  color: #343A40;
}
akmf-footer .akmf-footer__help-container {
  display: block;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  akmf-footer .akmf-footer__help-container {
    width: 100%;
  }
}
akmf-footer .akmf-footer__help-btn {
  text-decoration: none;
  margin: 0;
}
akmf-footer .akmf-footer__help-paragraph {
  color: #000000;
  font-weight: 900;
  padding-bottom: 12px;
}
akmf-footer .akmf-footer__help-paragraph span {
  color: #AD0000;
}
akmf-footer .akmf-footer__brands-container {
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  akmf-footer .akmf-footer__brands-container {
    padding-top: 12px;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
akmf-footer .akmf-footer__brand {
  padding-right: 12px;
  height: 34px;
  width: auto;
}
@media screen and (max-width: 767px) {
  akmf-footer .akmf-footer__brand {
    display: table-cell;
    text-align: center;
    padding: 0;
  }
}
akmf-footer .akmf-footer__license-info {
  max-width: 1210px;
  padding: 16px 0px 16px 48px;
  color: #737373;
}
akmf-footer .akmf-footer__license-info p {
  display: block;
}
@media screen and (max-width: 767px) {
  akmf-footer .akmf-footer__license-info p {
    padding: 16px;
    width: auto;
  }
}
akmf-checkbox {
  display: inline-flex;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 6px;
}
akmf-checkbox *,
akmf-checkbox *:before,
akmf-checkbox *:after {
  box-sizing: inherit;
}
akmf-checkbox {
  position: relative;
}
akmf-checkbox:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
akmf-checkbox[tabindex="-1"]:focus::after {
  visibility: hidden;
}
akmf-checkbox.left-margin-for-focus {
  margin-left: 6px;
}
akmf-checkbox .akmf-checkbox--wrapper {
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  white-space: inherit;
  width: 100%;
  z-index: 1;
}
akmf-checkbox .akmf-checkbox__container {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  border-width: 1px;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-radius: 4px;
  border-color: #737373;
  color: #0052A5;
  margin-top: 2px;
}
akmf-checkbox .akmf-checkbox:hover .akmf-checkbox__container {
  border-width: 2.5px;
  border-color: #0052A5;
}
akmf-checkbox .akmf-checkbox--disabled .akmf-checkbox__container {
  font-size: unset;
  color: #737373;
}
akmf-checkbox .akmf-checkbox--disabled:hover .akmf-checkbox__container {
  border-width: 1px;
  border-color: #737373;
  background-color: #F6F7FA;
}
akmf-checkbox .akmf-checkbox--has-error .akmf-checkbox__container {
  border-width: 2.5px;
  border-color: #AD0000;
}
akmf-checkbox .akmf-checkbox__label-content {
  display: inline-block;
  order: 0;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 0;
}
akmf-checkbox[checked=true] .akmf-checkbox__inner-content {
  transform: scale(0.5);
}
.akmf-btn, .akmf-btn-wht, .akmf-btn-dsbl, .akmf-btn-ci-unbordered, .akmf-btn-ci-invert, .akmf-btn-ci, .akmf-btn-akmf-default-unbordered, .akmf-btn-akmf-default-invert, .akmf-btn-akmf-default, .akmf-btn-alert-unbordered, .akmf-btn-alert-invert, .akmf-btn-alert, .akmf-btn-positive-unbordered, .akmf-btn-positive-invert, .akmf-btn-positive, .akmf-btn-destructive-unbordered, .akmf-btn-destructive-invert, .akmf-btn-destructive, .akmf-btn-main-unbordered, .akmf-btn-main-invert, .akmf-btn-main {
  box-sizing: border-box;
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.32px;
  margin: 6px;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
}
.akmf-btn *, .akmf-btn-wht *, .akmf-btn-dsbl *, .akmf-btn-ci-unbordered *, .akmf-btn-ci-invert *, .akmf-btn-ci *, .akmf-btn-akmf-default-unbordered *, .akmf-btn-akmf-default-invert *, .akmf-btn-akmf-default *, .akmf-btn-alert-unbordered *, .akmf-btn-alert-invert *, .akmf-btn-alert *, .akmf-btn-positive-unbordered *, .akmf-btn-positive-invert *, .akmf-btn-positive *, .akmf-btn-destructive-unbordered *, .akmf-btn-destructive-invert *, .akmf-btn-destructive *, .akmf-btn-main-unbordered *, .akmf-btn-main-invert *, .akmf-btn-main *,
.akmf-btn *:before,
.akmf-btn-wht *:before,
.akmf-btn-dsbl *:before,
.akmf-btn-ci-unbordered *:before,
.akmf-btn-ci-invert *:before,
.akmf-btn-ci *:before,
.akmf-btn-akmf-default-unbordered *:before,
.akmf-btn-akmf-default-invert *:before,
.akmf-btn-akmf-default *:before,
.akmf-btn-alert-unbordered *:before,
.akmf-btn-alert-invert *:before,
.akmf-btn-alert *:before,
.akmf-btn-positive-unbordered *:before,
.akmf-btn-positive-invert *:before,
.akmf-btn-positive *:before,
.akmf-btn-destructive-unbordered *:before,
.akmf-btn-destructive-invert *:before,
.akmf-btn-destructive *:before,
.akmf-btn-main-unbordered *:before,
.akmf-btn-main-invert *:before,
.akmf-btn-main *:before,
.akmf-btn *:after,
.akmf-btn-wht *:after,
.akmf-btn-dsbl *:after,
.akmf-btn-ci-unbordered *:after,
.akmf-btn-ci-invert *:after,
.akmf-btn-ci *:after,
.akmf-btn-akmf-default-unbordered *:after,
.akmf-btn-akmf-default-invert *:after,
.akmf-btn-akmf-default *:after,
.akmf-btn-alert-unbordered *:after,
.akmf-btn-alert-invert *:after,
.akmf-btn-alert *:after,
.akmf-btn-positive-unbordered *:after,
.akmf-btn-positive-invert *:after,
.akmf-btn-positive *:after,
.akmf-btn-destructive-unbordered *:after,
.akmf-btn-destructive-invert *:after,
.akmf-btn-destructive *:after,
.akmf-btn-main-unbordered *:after,
.akmf-btn-main-invert *:after,
.akmf-btn-main *:after {
  box-sizing: inherit;
}
.akmf-btn, .akmf-btn-wht, .akmf-btn-dsbl, .akmf-btn-ci-unbordered, .akmf-btn-ci-invert, .akmf-btn-ci, .akmf-btn-akmf-default-unbordered, .akmf-btn-akmf-default-invert, .akmf-btn-akmf-default, .akmf-btn-alert-unbordered, .akmf-btn-alert-invert, .akmf-btn-alert, .akmf-btn-positive-unbordered, .akmf-btn-positive-invert, .akmf-btn-positive, .akmf-btn-destructive-unbordered, .akmf-btn-destructive-invert, .akmf-btn-destructive, .akmf-btn-main-unbordered, .akmf-btn-main-invert, .akmf-btn-main {
  position: relative;
}
.akmf-btn:focus-visible, .akmf-btn-wht:focus-visible, .akmf-btn-dsbl:focus-visible, .akmf-btn-ci-unbordered:focus-visible, .akmf-btn-ci-invert:focus-visible, .akmf-btn-ci:focus-visible, .akmf-btn-akmf-default-unbordered:focus-visible, .akmf-btn-akmf-default-invert:focus-visible, .akmf-btn-akmf-default:focus-visible, .akmf-btn-alert-unbordered:focus-visible, .akmf-btn-alert-invert:focus-visible, .akmf-btn-alert:focus-visible, .akmf-btn-positive-unbordered:focus-visible, .akmf-btn-positive-invert:focus-visible, .akmf-btn-positive:focus-visible, .akmf-btn-destructive-unbordered:focus-visible, .akmf-btn-destructive-invert:focus-visible, .akmf-btn-destructive:focus-visible, .akmf-btn-main-unbordered:focus-visible, .akmf-btn-main-invert:focus-visible, .akmf-btn-main:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
.akmf-btn[tabindex="-1"]:focus::after, [tabindex="-1"].akmf-btn-wht:focus::after, [tabindex="-1"].akmf-btn-dsbl:focus::after, [tabindex="-1"].akmf-btn-ci-unbordered:focus::after, [tabindex="-1"].akmf-btn-ci-invert:focus::after, [tabindex="-1"].akmf-btn-ci:focus::after, [tabindex="-1"].akmf-btn-akmf-default-unbordered:focus::after, [tabindex="-1"].akmf-btn-akmf-default-invert:focus::after, [tabindex="-1"].akmf-btn-akmf-default:focus::after, [tabindex="-1"].akmf-btn-alert-unbordered:focus::after, [tabindex="-1"].akmf-btn-alert-invert:focus::after, [tabindex="-1"].akmf-btn-alert:focus::after, [tabindex="-1"].akmf-btn-positive-unbordered:focus::after, [tabindex="-1"].akmf-btn-positive-invert:focus::after, [tabindex="-1"].akmf-btn-positive:focus::after, [tabindex="-1"].akmf-btn-destructive-unbordered:focus::after, [tabindex="-1"].akmf-btn-destructive-invert:focus::after, [tabindex="-1"].akmf-btn-destructive:focus::after, [tabindex="-1"].akmf-btn-main-unbordered:focus::after, [tabindex="-1"].akmf-btn-main-invert:focus::after, [tabindex="-1"].akmf-btn-main:focus::after {
  visibility: hidden;
}
.akmf-btn:disabled, .akmf-btn-wht:disabled, .akmf-btn-dsbl:disabled, .akmf-btn-ci-unbordered:disabled, .akmf-btn-ci-invert:disabled, .akmf-btn-ci:disabled, .akmf-btn-akmf-default-unbordered:disabled, .akmf-btn-akmf-default-invert:disabled, .akmf-btn-akmf-default:disabled, .akmf-btn-alert-unbordered:disabled, .akmf-btn-alert-invert:disabled, .akmf-btn-alert:disabled, .akmf-btn-positive-unbordered:disabled, .akmf-btn-positive-invert:disabled, .akmf-btn-positive:disabled, .akmf-btn-destructive-unbordered:disabled, .akmf-btn-destructive-invert:disabled, .akmf-btn-destructive:disabled, .akmf-btn-main-unbordered:disabled, .akmf-btn-main-invert:disabled, .akmf-btn-main:disabled {
  cursor: not-allowed;
}
.akmf-btn[disabled=true], [disabled=true].akmf-btn-wht, [disabled=true].akmf-btn-dsbl, [disabled=true].akmf-btn-ci-unbordered, [disabled=true].akmf-btn-ci-invert, [disabled=true].akmf-btn-ci, [disabled=true].akmf-btn-akmf-default-unbordered, [disabled=true].akmf-btn-akmf-default-invert, [disabled=true].akmf-btn-akmf-default, [disabled=true].akmf-btn-alert-unbordered, [disabled=true].akmf-btn-alert-invert, [disabled=true].akmf-btn-alert, [disabled=true].akmf-btn-positive-unbordered, [disabled=true].akmf-btn-positive-invert, [disabled=true].akmf-btn-positive, [disabled=true].akmf-btn-destructive-unbordered, [disabled=true].akmf-btn-destructive-invert, [disabled=true].akmf-btn-destructive, [disabled=true].akmf-btn-main-unbordered, [disabled=true].akmf-btn-main-invert, [disabled=true].akmf-btn-main {
  cursor: not-allowed;
}
.akmf-btn.disabled, .disabled.akmf-btn-wht, .disabled.akmf-btn-dsbl, .disabled.akmf-btn-ci-unbordered, .disabled.akmf-btn-ci-invert, .disabled.akmf-btn-ci, .disabled.akmf-btn-akmf-default-unbordered, .disabled.akmf-btn-akmf-default-invert, .disabled.akmf-btn-akmf-default, .disabled.akmf-btn-alert-unbordered, .disabled.akmf-btn-alert-invert, .disabled.akmf-btn-alert, .disabled.akmf-btn-positive-unbordered, .disabled.akmf-btn-positive-invert, .disabled.akmf-btn-positive, .disabled.akmf-btn-destructive-unbordered, .disabled.akmf-btn-destructive-invert, .disabled.akmf-btn-destructive, .disabled.akmf-btn-main-unbordered, .disabled.akmf-btn-main-invert, .disabled.akmf-btn-main {
  cursor: not-allowed;
}
.akmf-btn-full {
  width: calc(100% - 12px);
  width: calc(100% - 12px);
}
.akmf-btn-main {
  color: #FFFFFF;
  border-color: #0052A5;
  background-color: #0052A5;
  padding: 7px 18px;
}
.akmf-btn-main[data-mat-icon]:not(:empty) {
  padding-left: calc(10px * 1.5);
}
.akmf-btn-main[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
.akmf-btn-main:hover {
  border-color: #3376AB;
  background-color: #3376AB;
}
.akmf-btn-main:active {
  border-color: #003E71;
  background-color: #003E71;
}
.akmf-btn-main-invert {
  color: #003E71;
  border-color: #0052A5;
  background-color: #FFFFFF;
  padding: 7px 18px;
}
.akmf-btn-main-invert[data-mat-icon]:not(:empty) {
  padding: 7px 18px 7px 10px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-main-invert[data-mat-icon]:not(:empty) {
    padding: 7px 8px;
  }
}
.akmf-btn-main-invert[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
@media screen and (max-width: 767px) {
  .akmf-btn-main-invert[data-mat-icon]:not(:empty)::before {
    margin-right: 0;
  }
}
.akmf-btn-main-invert:hover {
  padding: 5px 16px;
  border-width: 4px;
}
.akmf-btn-main-invert:hover[data-mat-icon]:not(:empty) {
  padding-left: 8px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-main-invert:hover[data-mat-icon]:not(:empty) {
    padding: 7px 6px;
  }
}
.akmf-btn-main-invert:hover:focus::after {
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}
.akmf-btn-main-invert:active {
  background-color: #F6F7FA;
  border-color: #003E71;
}
.akmf-btn-main-unbordered {
  color: #0052A5;
  border-color: transparent;
  background-color: transparent;
}
.akmf-btn-main-unbordered[data-mat-icon]:not(:empty) {
  padding-left: 28px;
}
.akmf-btn-main-unbordered[data-mat-icon]::before {
  position: absolute;
  left: 2px;
}
.akmf-btn-main-unbordered[data-mat-icon]:empty::before {
  left: 9px;
}
.akmf-btn-main-unbordered::before {
  margin-right: calc(4px * 1.5);
}
.akmf-btn-main-unbordered:hover {
  color: #003E71;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-main-unbordered:active {
  color: #0052A5;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-destructive {
  color: #FFFFFF;
  border-color: #AD0000;
  background-color: #AD0000;
  padding: 7px 18px;
}
.akmf-btn-destructive[data-mat-icon]:not(:empty) {
  padding-left: calc(10px * 1.5);
}
.akmf-btn-destructive[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
.akmf-btn-destructive:hover {
  border-color: #CC3A3A;
  background-color: #CC3A3A;
}
.akmf-btn-destructive:active {
  border-color: #7B0000;
  background-color: #7B0000;
}
.akmf-btn-destructive-invert {
  color: #7B0000;
  border-color: #AD0000;
  background-color: #FFFFFF;
  padding: 7px 18px;
}
.akmf-btn-destructive-invert[data-mat-icon]:not(:empty) {
  padding: 7px 18px 7px 10px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-destructive-invert[data-mat-icon]:not(:empty) {
    padding: 7px 8px;
  }
}
.akmf-btn-destructive-invert[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
@media screen and (max-width: 767px) {
  .akmf-btn-destructive-invert[data-mat-icon]:not(:empty)::before {
    margin-right: 0;
  }
}
.akmf-btn-destructive-invert:hover {
  padding: 5px 16px;
  border-width: 4px;
}
.akmf-btn-destructive-invert:hover[data-mat-icon]:not(:empty) {
  padding-left: 8px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-destructive-invert:hover[data-mat-icon]:not(:empty) {
    padding: 7px 6px;
  }
}
.akmf-btn-destructive-invert:hover:focus::after {
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}
.akmf-btn-destructive-invert:active {
  background-color: #F6F7FA;
  border-color: #7B0000;
}
.akmf-btn-destructive-unbordered {
  color: #AD0000;
  border-color: transparent;
  background-color: transparent;
}
.akmf-btn-destructive-unbordered[data-mat-icon]:not(:empty) {
  padding-left: 28px;
}
.akmf-btn-destructive-unbordered[data-mat-icon]::before {
  position: absolute;
  left: 2px;
}
.akmf-btn-destructive-unbordered[data-mat-icon]:empty::before {
  left: 9px;
}
.akmf-btn-destructive-unbordered::before {
  margin-right: calc(4px * 1.5);
}
.akmf-btn-destructive-unbordered:hover {
  color: #7B0000;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-destructive-unbordered:active {
  color: #AD0000;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-positive {
  color: #FFFFFF;
  border-color: #008505;
  background-color: #008505;
  padding: 7px 18px;
}
.akmf-btn-positive[data-mat-icon]:not(:empty) {
  padding-left: calc(10px * 1.5);
}
.akmf-btn-positive[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
.akmf-btn-positive:hover {
  border-color: #339D37;
  background-color: #339D37;
}
.akmf-btn-positive:active {
  border-color: #005D04;
  background-color: #005D04;
}
.akmf-btn-positive-invert {
  color: #005D04;
  border-color: #008505;
  background-color: #FFFFFF;
  padding: 7px 18px;
}
.akmf-btn-positive-invert[data-mat-icon]:not(:empty) {
  padding: 7px 18px 7px 10px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-positive-invert[data-mat-icon]:not(:empty) {
    padding: 7px 8px;
  }
}
.akmf-btn-positive-invert[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
@media screen and (max-width: 767px) {
  .akmf-btn-positive-invert[data-mat-icon]:not(:empty)::before {
    margin-right: 0;
  }
}
.akmf-btn-positive-invert:hover {
  padding: 5px 16px;
  border-width: 4px;
}
.akmf-btn-positive-invert:hover[data-mat-icon]:not(:empty) {
  padding-left: 8px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-positive-invert:hover[data-mat-icon]:not(:empty) {
    padding: 7px 6px;
  }
}
.akmf-btn-positive-invert:hover:focus::after {
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}
.akmf-btn-positive-invert:active {
  background-color: #F6F7FA;
  border-color: #005D04;
}
.akmf-btn-positive-unbordered {
  color: #008505;
  border-color: transparent;
  background-color: transparent;
}
.akmf-btn-positive-unbordered[data-mat-icon]:not(:empty) {
  padding-left: 28px;
}
.akmf-btn-positive-unbordered[data-mat-icon]::before {
  position: absolute;
  left: 2px;
}
.akmf-btn-positive-unbordered[data-mat-icon]:empty::before {
  left: 9px;
}
.akmf-btn-positive-unbordered::before {
  margin-right: calc(4px * 1.5);
}
.akmf-btn-positive-unbordered:hover {
  color: #005D04;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-positive-unbordered:active {
  color: #008505;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-alert {
  color: #FFFFFF;
  border-color: #EF7F00;
  background-color: #EF7F00;
  padding: 7px 18px;
}
.akmf-btn-alert[data-mat-icon]:not(:empty) {
  padding-left: calc(10px * 1.5);
}
.akmf-btn-alert[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
.akmf-btn-alert:hover {
  border-color: #F29833;
  background-color: #F29833;
}
.akmf-btn-alert:active {
  border-color: #BE5A00;
  background-color: #BE5A00;
}
.akmf-btn-alert-invert {
  color: #BE5A00;
  border-color: #EF7F00;
  background-color: #FFFFFF;
  padding: 7px 18px;
}
.akmf-btn-alert-invert[data-mat-icon]:not(:empty) {
  padding: 7px 18px 7px 10px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-alert-invert[data-mat-icon]:not(:empty) {
    padding: 7px 8px;
  }
}
.akmf-btn-alert-invert[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
@media screen and (max-width: 767px) {
  .akmf-btn-alert-invert[data-mat-icon]:not(:empty)::before {
    margin-right: 0;
  }
}
.akmf-btn-alert-invert:hover {
  padding: 5px 16px;
  border-width: 4px;
}
.akmf-btn-alert-invert:hover[data-mat-icon]:not(:empty) {
  padding-left: 8px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-alert-invert:hover[data-mat-icon]:not(:empty) {
    padding: 7px 6px;
  }
}
.akmf-btn-alert-invert:hover:focus::after {
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}
.akmf-btn-alert-invert:active {
  background-color: #F6F7FA;
  border-color: #BE5A00;
}
.akmf-btn-alert-unbordered {
  color: #EF7F00;
  border-color: transparent;
  background-color: transparent;
}
.akmf-btn-alert-unbordered[data-mat-icon]:not(:empty) {
  padding-left: 28px;
}
.akmf-btn-alert-unbordered[data-mat-icon]::before {
  position: absolute;
  left: 2px;
}
.akmf-btn-alert-unbordered[data-mat-icon]:empty::before {
  left: 9px;
}
.akmf-btn-alert-unbordered::before {
  margin-right: calc(4px * 1.5);
}
.akmf-btn-alert-unbordered:hover {
  color: #BE5A00;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-alert-unbordered:active {
  color: #EF7F00;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-akmf-default {
  color: #FFFFFF;
  border-color: #343A40;
  background-color: #343A40;
  padding: 7px 18px;
}
.akmf-btn-akmf-default[data-mat-icon]:not(:empty) {
  padding-left: calc(10px * 1.5);
}
.akmf-btn-akmf-default[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
.akmf-btn-akmf-default:hover {
  border-color: #343A40;
  background-color: #343A40;
}
.akmf-btn-akmf-default:active {
  border-color: #343A40;
  background-color: #343A40;
}
.akmf-btn-akmf-default-invert {
  color: #343A40;
  border-color: #343A40;
  background-color: #FFFFFF;
  padding: 7px 18px;
}
.akmf-btn-akmf-default-invert[data-mat-icon]:not(:empty) {
  padding: 7px 18px 7px 10px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-akmf-default-invert[data-mat-icon]:not(:empty) {
    padding: 7px 8px;
  }
}
.akmf-btn-akmf-default-invert[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
@media screen and (max-width: 767px) {
  .akmf-btn-akmf-default-invert[data-mat-icon]:not(:empty)::before {
    margin-right: 0;
  }
}
.akmf-btn-akmf-default-invert:hover {
  padding: 5px 16px;
  border-width: 4px;
}
.akmf-btn-akmf-default-invert:hover[data-mat-icon]:not(:empty) {
  padding-left: 8px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-akmf-default-invert:hover[data-mat-icon]:not(:empty) {
    padding: 7px 6px;
  }
}
.akmf-btn-akmf-default-invert:hover:focus::after {
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}
.akmf-btn-akmf-default-invert:active {
  background-color: #F6F7FA;
  border-color: #343A40;
}
.akmf-btn-akmf-default-unbordered {
  color: #343A40;
  border-color: transparent;
  background-color: transparent;
}
.akmf-btn-akmf-default-unbordered[data-mat-icon]:not(:empty) {
  padding-left: 28px;
}
.akmf-btn-akmf-default-unbordered[data-mat-icon]::before {
  position: absolute;
  left: 2px;
}
.akmf-btn-akmf-default-unbordered[data-mat-icon]:empty::before {
  left: 9px;
}
.akmf-btn-akmf-default-unbordered::before {
  margin-right: calc(4px * 1.5);
}
.akmf-btn-akmf-default-unbordered:hover {
  color: #343A40;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-akmf-default-unbordered:active {
  color: #343A40;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-ci {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  padding: 7px 18px;
}
.akmf-btn-ci[data-mat-icon]:not(:empty) {
  padding-left: calc(10px * 1.5);
}
.akmf-btn-ci[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
.akmf-btn-ci:hover {
  border-color: #DC0032;
  background-color: #DC0032;
}
.akmf-btn-ci:active {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.akmf-btn-ci-invert {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #DC0032;
  padding: 7px 18px;
}
.akmf-btn-ci-invert[data-mat-icon]:not(:empty) {
  padding: 7px 18px 7px 10px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-ci-invert[data-mat-icon]:not(:empty) {
    padding: 7px 8px;
  }
}
.akmf-btn-ci-invert[data-mat-icon]:not(:empty)::before {
  margin-right: calc(8px * 1.5);
}
@media screen and (max-width: 767px) {
  .akmf-btn-ci-invert[data-mat-icon]:not(:empty)::before {
    margin-right: 0;
  }
}
.akmf-btn-ci-invert:hover {
  padding: 5px 16px;
  border-width: 4px;
}
.akmf-btn-ci-invert:hover[data-mat-icon]:not(:empty) {
  padding-left: 8px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .akmf-btn-ci-invert:hover[data-mat-icon]:not(:empty) {
    padding: 7px 6px;
  }
}
.akmf-btn-ci-invert:hover:focus::after {
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}
.akmf-btn-ci-invert:active {
  background-color: #ad0028;
  border-color: #FFFFFF;
}
.akmf-btn-ci-unbordered {
  color: #FFFFFF;
  border-color: transparent;
  background-color: transparent;
}
.akmf-btn-ci-unbordered[data-mat-icon]:not(:empty) {
  padding-left: 28px;
}
.akmf-btn-ci-unbordered[data-mat-icon]::before {
  position: absolute;
  left: 2px;
}
.akmf-btn-ci-unbordered[data-mat-icon]:empty::before {
  left: 9px;
}
.akmf-btn-ci-unbordered::before {
  margin-right: calc(4px * 1.5);
}
.akmf-btn-ci-unbordered:hover {
  color: #FFFFFF;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-ci-unbordered:active {
  color: #FFFFFF;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
.akmf-btn-dsbl {
  color: #737373;
}
.akmf-btn-wht {
  color: #FFFFFF;
  height: 61px;
  background: #737373 no-repeat padding-box;
  max-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.akmf-btn[data-mat-icon]:empty, [data-mat-icon].akmf-btn-main:empty, [data-mat-icon].akmf-btn-main-invert:empty, [data-mat-icon].akmf-btn-main-unbordered:empty, [data-mat-icon].akmf-btn-destructive:empty, [data-mat-icon].akmf-btn-destructive-invert:empty, [data-mat-icon].akmf-btn-destructive-unbordered:empty, [data-mat-icon].akmf-btn-positive:empty, [data-mat-icon].akmf-btn-positive-invert:empty, [data-mat-icon].akmf-btn-positive-unbordered:empty, [data-mat-icon].akmf-btn-alert:empty, [data-mat-icon].akmf-btn-alert-invert:empty, [data-mat-icon].akmf-btn-alert-unbordered:empty, [data-mat-icon].akmf-btn-akmf-default:empty, [data-mat-icon].akmf-btn-akmf-default-invert:empty, [data-mat-icon].akmf-btn-akmf-default-unbordered:empty, [data-mat-icon].akmf-btn-ci:empty, [data-mat-icon].akmf-btn-ci-invert:empty, [data-mat-icon].akmf-btn-ci-unbordered:empty, [data-mat-icon].akmf-btn-dsbl:empty, [data-mat-icon].akmf-btn-wht:empty {
  padding: 6px;
  width: 40px;
}
.akmf-btn-no-radius-right {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.akmf-btn-no-radius-left {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.akmf-btn__no-left-margin {
  margin-left: 0;
}
.akmf-btn__no-margin {
  margin: 0;
}
akmf-dropdown {
  box-sizing: border-box;
  position: relative;
  left: -6px;
}
akmf-dropdown *,
akmf-dropdown *:before,
akmf-dropdown *:after {
  box-sizing: inherit;
}
akmf-dropdown.left-margin-for-focus {
  left: unset;
}
akmf-dropdown button.akmf-btn-no-radius-right:focus-visible {
  z-index: 1;
}
akmf-dropdown [bsdropdowntoggle] {
  display: inline-flex;
  margin: 6px;
}
akmf-dropdown [bsdropdowntoggle] button.akmf-btn-no-radius-right {
  margin: 0;
}
akmf-dropdown [bsdropdowntoggle] button.akmf-btn-no-radius-right::after {
  z-index: 1;
}
akmf-dropdown [bsdropdowntoggle] button.akmf-btn-no-radius-left {
  left: -2px;
  margin-right: -2px;
  margin: 0;
}
akmf-dropdown .btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: 100%;
}
akmf-dropdown .akmf-dropdown__expander-btn {
  padding: 6px;
  width: 40px;
}
akmf-dropdown .akmf-dropdown__expander-btn:hover {
  padding: 5px 4px;
}
bs-dropdown-container {
  top: -6px !important;
  left: 6px !important;
  box-sizing: border-box;
}
bs-dropdown-container *,
bs-dropdown-container *:before,
bs-dropdown-container *:after {
  box-sizing: inherit;
}
bs-dropdown-container .dropdown {
  position: relative;
}
bs-dropdown-container .dropdown__menu {
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
  letter-spacing: 0.18px;
  color: #343A40;
  background-color: #FFFFFF;
  width: auto;
  border-width: 1px;
  border-color: #737373;
  border-style: solid;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
bs-dropdown-container .dropdown__menu :first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
bs-dropdown-container .dropdown__menu :last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
bs-dropdown-container .dropdown__item {
  cursor: pointer;
  padding: 8px 16px;
  min-height: 38px;
  background-color: #FFFFFF;
  outline: none;
}
bs-dropdown-container .dropdown__item:disabled {
  cursor: not-allowed;
}
bs-dropdown-container .dropdown__item[disabled=true] {
  cursor: not-allowed;
}
bs-dropdown-container .dropdown__item.disabled {
  cursor: not-allowed;
}
bs-dropdown-container .dropdown__item--active {
  background-color: #F6F7FA;
}
bs-dropdown-container .dropdown__item[disabled=true] {
  color: #737373;
}
bs-dropdown-container .dropdown__item akmf-checkbox .akmf-checkbox__label-content {
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
}
akmf-radio {
  box-sizing: border-box;
  display: inline-flex;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 6px;
  box-sizing: border-box;
}
akmf-radio *,
akmf-radio *:before,
akmf-radio *:after {
  box-sizing: inherit;
}
akmf-radio {
  position: relative;
}
akmf-radio:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
akmf-radio[tabindex="-1"]:focus::after {
  visibility: hidden;
}
akmf-radio.left-margin-for-focus {
  margin-left: 6px;
}
akmf-radio *,
akmf-radio *:before,
akmf-radio *:after {
  box-sizing: inherit;
}
akmf-radio .akmf-radio__input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
akmf-radio .akmf-radio__label {
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  white-space: inherit;
  width: 100%;
  z-index: 1;
}
akmf-radio .akmf-radio:hover .akmf-radio__outer-circle {
  border-width: 2.5px;
  border-color: #0052A5;
}
akmf-radio .akmf-radio--checked .akmf-radio__inner-circle {
  transform: scale(0.5);
}
akmf-radio .akmf-radio--disabled:hover .akmf-radio__outer-circle {
  border-color: #737373;
  background-color: #737373;
}
akmf-radio .akmf-radio--has-error .akmf-radio__outer-circle {
  border-width: 2.5px;
  border-color: #AD0000;
}
akmf-radio .akmf-radio--disabled .akmf-radio__inner-circle {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  color: #737373;
  left: 3px;
  top: 2px;
  transform: scale(1);
  background-color: transparent;
}
akmf-radio .akmf-radio--disabled:hover .akmf-radio__inner-circle {
  color: #FFFFFF;
}
akmf-radio .akmf-radio__container {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
akmf-radio .akmf-radio__outer-circle {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  border-color: #737373;
}
akmf-radio .akmf-radio__inner-circle {
  border-radius: 50%;
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.001);
  background-color: #0052A5;
}
akmf-radio .akmf-radio__label-content {
  display: inline-block;
  order: 0;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 0;
}
ng-select {
  box-sizing: border-box;
  font: normal normal 400 16px/24px "Open Sans";
  letter-spacing: 0.2px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 6px;
  min-height: 40px;
  outline: none;
  display: flex;
  flex: 1;
  box-sizing: content-box;
  background-color: #FFFFFF;
  z-index: 2;
}
ng-select *,
ng-select *:before,
ng-select *:after {
  box-sizing: inherit;
}
ng-select.left-margin-for-focus {
  margin-left: 6px;
}
ng-select .ng-input > input {
  cursor: text !important;
  z-index: 3;
  font: normal normal 400 16px/24px "Open Sans";
}
ng-select.ng-arrow {
  display: none;
}
ng-select .ng-arrow-wrapper {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 24px;
  padding-right: 7px;
  color: #737373;
}
ng-select .ng-arrow-wrapper::after {
  content: "keyboard_arrow_down";
}
ng-select.ng-select-opened .ng-arrow-wrapper::after {
  content: "keyboard_arrow_up";
}
ng-select.ng-select-opened > .ng-select-container {
  box-shadow: inset 0 0 0 1px #0052A5;
  border: 1px solid #0052A5;
}
ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  box-shadow: inset 0 0 0 1px #0052A5;
  border: 1px solid #0052A5;
}
ng-select.ng-select-disabled > .ng-select-container {
  background-color: #737373;
}
ng-select .ng-has-value .ng-placeholder {
  display: none;
}
ng-select .ng-select-container {
  border-width: 1px;
  border-radius: 4px;
  border-color: #737373;
  border-style: solid;
  align-items: center;
}
ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 15px;
}
ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #737373;
}
ng-select.ng-select-single .ng-select-container, ng-select.ng-select-multiple .ng-select-container {
  height: 40px;
}
ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input, ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  padding-left: 15px;
  padding-right: 50px;
  left: 0;
}
ng-select.ng-select-opened .ng-select-container .ng-arrow-wrapper, ng-select.ng-select-focused .ng-select-container .ng-arrow-wrapper {
  padding-right: 6px;
}
ng-select.ng-select-opened .ng-select-container .ng-value-container, ng-select.ng-select-focused .ng-select-container .ng-value-container {
  padding-left: 15px;
}
ng-select.ng-select-opened .ng-select-container .ng-value-container .ng-input, ng-select.ng-select-focused .ng-select-container .ng-value-container .ng-input {
  padding-left: 15px;
}
ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  border-width: 1px;
  border-color: #737373;
  border-style: solid;
  background-color: #737373;
}
ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0px 5px;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-left: 7px;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 18px;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 2px;
  background-color: #F6F7FA;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #737373;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #F6F7FA;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right-width: 1px;
  border-right-color: #F6F7FA;
  border-right-style: solid;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left-width: 1px;
  border-left-color: #F6F7FA;
  border-left-style: solid;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0px 0px 3px 3px;
}
ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-bottom: 5px;
  padding-left: 3px;
  top: 5px;
}
ng-select.ng-select-clearable .ng-clear-wrapper {
  width: 26px;
  margin: 0px 7px;
}
ng-select.ng-select-clearable .ng-clear-wrapper .ng-clear {
  display: none;
}
ng-select.ng-select-clearable .ng-clear-wrapper:after {
  content: "clear";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  margin-top: 8px;
  font-size: 20px;
}
ng-select .ng-clear-wrapper {
  color: #737373;
}
ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #DC0032;
}
ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
ng-select.ng-invalid.ng-touched .ng-select-container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 4px;
  border-bottom-color: #AD0000;
  padding-bottom: 2px;
}
ng-dropdown-panel.ng-dropdown-panel {
  box-sizing: border-box;
  border-width: 1px;
  border-color: #737373;
  border-style: solid;
  background-color: #FFFFFF;
  left: 0;
  max-height: 230px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
ng-dropdown-panel.ng-dropdown-panel *,
ng-dropdown-panel.ng-dropdown-panel *:before,
ng-dropdown-panel.ng-dropdown-panel *:after {
  box-sizing: inherit;
}
ng-dropdown-panel.ng-dropdown-panel.ng-select-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  top: 100%;
  border-top-color: #737373;
  margin-top: -1px;
}
ng-dropdown-panel.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
ng-dropdown-panel.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #737373;
}
ng-dropdown-panel.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-header {
  padding: 5px 7px;
  border-bottom-width: 1px;
  border-bottom-color: #737373;
  border-bottom-style: solid;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-footer {
  padding: 5px 7px;
  border-top-width: 1px;
  border-top-color: #737373;
  border-top-style: solid;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items.scroll-host {
  max-height: inherit;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
          user-select: none;
  padding: 8px 10px;
  cursor: pointer;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: not-allowed;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #F6F7FA;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #FFFFFF;
  padding: 8px 10px;
  min-height: 38px;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #F6F7FA;
  color: #343A40;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #343A40;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
ng-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-right: 5px;
}
ng-dropdown-panel.ng-dropdown-panel.ng-dropdown-panel--multiline .ng-dropdown-panel-items .ng-option {
  white-space: normal;
}
.akmf-input {
  box-sizing: border-box;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.2px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: #737373;
  outline: none;
  padding: 5px 15px;
  z-index: 1;
  display: flex;
  flex: 1;
  box-sizing: content-box;
  background-color: #FFFFFF;
  width: 100%;
}
.akmf-input *,
.akmf-input *:before,
.akmf-input *:after {
  box-sizing: inherit;
}
.akmf-input:active:not(:disabled) {
  border-width: 2px;
  border-color: #0052A5;
  padding: 4px 14px;
}
.akmf-input:focus {
  border-width: 2px;
  border-color: #0052A5;
  padding: 4px 14px;
}
.akmf-input:disabled {
  cursor: not-allowed;
}
.akmf-input--wrapper {
  display: inline-flex;
  outline: none;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 6px;
}
.akmf-input--wrapper.left-margin-for-focus {
  margin-left: 6px;
}
.akmf-input.ng-invalid.ng-touched {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 4px;
  border-bottom-color: #AD0000;
  padding-bottom: 2px;
}
.akmf-input::placeholder {
  /* Most modern browsers support this now. */
  color: #737373;
}
.akmf-input ~ .padlock-icon {
  position: absolute;
  z-index: 1;
  color: #737373;
  top: 12px;
  left: 16px;
  cursor: not-allowed;
  font-size: 16px;
}
.akmf-input ~ .datepicker-icon {
  position: absolute;
  z-index: 1;
  color: #737373;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.akmf-input ~ .datepicker-icon:disabled {
  cursor: not-allowed;
}
.akmf-input ~ .datepicker-icon[disabled=true] {
  cursor: not-allowed;
}
.akmf-input ~ .datepicker-icon.disabled {
  cursor: not-allowed;
}
bs-datepicker-container {
  box-sizing: border-box;
  z-index: 999;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 4px #BABABA;
  border-width: 1px;
  border-color: #737373;
  border-style: solid;
  border-radius: 4px;
  top: 11px !important;
  left: 125px !important;
}
bs-datepicker-container *,
bs-datepicker-container *:before,
bs-datepicker-container *:after {
  box-sizing: inherit;
}
bs-datepicker-container .bs-datepicker-container {
  width: 288px;
  height: 381px;
}
bs-datepicker-container .datepicker-flex, bs-datepicker-container bs-calendar-layout, bs-datepicker-container .bs-calendar-container, bs-datepicker-container .bs-media-container,
bs-datepicker-container bs-years-calendar-view, bs-datepicker-container bs-month-calendar-view, bs-datepicker-container bs-days-calendar-view {
  display: flex;
  width: 100%;
  height: 100%;
}
bs-datepicker-container bs-calendar-layout {
  flex-direction: column;
}
bs-datepicker-container .bs-datepicker-head {
  padding: 16px;
  border-bottom-width: 1px;
  border-bottom-color: #BABABA;
  border-bottom-style: solid;
}
bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view {
  display: flex;
  align-items: center;
}
bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view button {
  border: 0;
  padding: 0;
  background-color: transparent;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.2px;
  outline: none;
  cursor: pointer;
}
bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view button:disabled {
  cursor: not-allowed;
}
bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view button[disabled=true] {
  cursor: not-allowed;
}
bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view button.disabled {
  cursor: not-allowed;
}
bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view button ~ .current ~ .current::before {
  content: "-";
  padding: 0px 5px;
  cursor: default;
}
bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view .datepicker-arrow, bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view button.next, bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view button.previous {
  font-family: "Open Sans";
  font-weight: 300;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  color: #0052A5;
  font-size: 37px;
  line-height: 24px;
  margin-top: -8px;
  transform: scale(1.4, 1);
  display: inline-block;
}
bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view button.previous {
  margin-right: auto;
  margin-left: -4px;
}
bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view button.next {
  margin-left: auto;
  margin-right: -4px;
}
bs-datepicker-container .bs-datepicker-head bs-datepicker-navigation-view span {
  text-transform: capitalize;
}
bs-datepicker-container .bs-datepicker-body {
  padding: 24px 16px;
  width: 100%;
  height: 100%;
}
bs-datepicker-container table.days {
  border-spacing: 0;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 1px;
}
bs-datepicker-container table.days tbody {
  font-family: "Open Sans";
  font-weight: 700;
  letter-spacing: 0.32px;
}
bs-datepicker-container table.days tbody:before {
  content: "";
  display: block;
  height: 15px;
}
bs-datepicker-container table.days thead {
  color: #737373;
}
bs-datepicker-container table.days thead th {
  font-family: "Open Sans";
  font-weight: 400;
  cursor: default;
  box-sizing: content-box;
  height: 22px;
  padding: 0;
}
bs-datepicker-container table.days td[role=gridcell] {
  padding: 9px 6px;
  height: 22px;
  box-sizing: content-box;
}
bs-datepicker-container table.days td[role=gridcell] .cell, bs-datepicker-container table.days td[role=gridcell] .selected, bs-datepicker-container table.days td[role=gridcell] :not(.is-other-month), bs-datepicker-container table.days td[role=gridcell] .is-other-month {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 22px;
  text-align: center;
}
bs-datepicker-container table.days td[role=gridcell] .cell:disabled, bs-datepicker-container table.days td[role=gridcell] .selected:disabled, bs-datepicker-container table.days td[role=gridcell] :disabled:not(.is-other-month), bs-datepicker-container table.days td[role=gridcell] .is-other-month:disabled {
  cursor: not-allowed;
}
bs-datepicker-container table.days td[role=gridcell] .cell[disabled=true], bs-datepicker-container table.days td[role=gridcell] [disabled=true].selected, bs-datepicker-container table.days td[role=gridcell] [disabled=true]:not(.is-other-month), bs-datepicker-container table.days td[role=gridcell] [disabled=true].is-other-month {
  cursor: not-allowed;
}
bs-datepicker-container table.days td[role=gridcell] .cell.disabled, bs-datepicker-container table.days td[role=gridcell] .disabled.selected, bs-datepicker-container table.days td[role=gridcell] .disabled:not(.is-other-month), bs-datepicker-container table.days td[role=gridcell] .disabled.is-other-month {
  cursor: not-allowed;
}
bs-datepicker-container table.days td[role=gridcell] .is-other-month {
  color: #737373;
}
bs-datepicker-container table.days td[role=gridcell] :not(.is-other-month) {
  color: #0052A5;
}
bs-datepicker-container table.days td[role=gridcell] :not(.is-other-month):hover {
  color: #003E71;
}
bs-datepicker-container table.days td[role=gridcell] :not(.is-other-month).selected {
  color: #FFFFFF;
}
bs-datepicker-container table.days td[role=gridcell] .selected {
  color: #FFFFFF;
  background-color: #0052A5;
  border-radius: 2px;
}
bs-datepicker-container table.months, bs-datepicker-container table.years {
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border-spacing: 12px;
  border-spacing: 12px;
  top: -12px;
  left: -12px;
  position: relative;
}
bs-datepicker-container table.months td[role=gridcell], bs-datepicker-container table.years td[role=gridcell] {
  padding: 6px;
  font-family: "Open Sans";
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #003E71;
  text-align: center;
  vertical-align: middle;
  border-width: 2px;
  border-color: #0052A5;
  border-style: solid;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
}
bs-datepicker-container table.months td[role=gridcell]:disabled, bs-datepicker-container table.years td[role=gridcell]:disabled {
  cursor: not-allowed;
}
bs-datepicker-container table.months td[role=gridcell][disabled=true], bs-datepicker-container table.years td[role=gridcell][disabled=true] {
  cursor: not-allowed;
}
bs-datepicker-container table.months td[role=gridcell].disabled, bs-datepicker-container table.years td[role=gridcell].disabled {
  cursor: not-allowed;
}
bs-datepicker-container table.months td[role=gridcell]:hover, bs-datepicker-container table.years td[role=gridcell]:hover {
  border-width: 4px;
  padding: 4px;
}
bs-datepicker-container table.months td[role=gridcell] span.selected, bs-datepicker-container table.years td[role=gridcell] span.selected {
  color: #FFFFFF;
}
bs-datepicker-container table.months td[role=gridcell] span.selected::before, bs-datepicker-container table.years td[role=gridcell] span.selected::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0052A5;
  z-index: -1;
  top: -2px;
  left: -2px;
  border-width: 2px;
  border-color: #0052A5;
  border-style: solid;
  border-radius: 4px;
}
bs-datepicker-container::before {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  width: 15px;
  height: 15px;
  border-top: solid 1px #737373;
  border-left: solid 1px #737373;
  border-bottom: solid 1px transparent;
  border-right: solid 1px transparent;
  transform: rotateZ(45deg);
  background-color: #FFFFFF;
  top: -9px;
  box-sizing: content-box;
}
akmf-expanded-section {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
akmf-expanded-section *,
akmf-expanded-section *:before,
akmf-expanded-section *:after {
  box-sizing: inherit;
}
akmf-expanded-section .akmf-expanded-section__title--wrapper {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
akmf-expanded-section .akmf-expanded-section__title-lvl-1 {
  font: normal normal 700 32px/48px "Montserrat";
}
@media screen and (max-width: 767px) {
  akmf-expanded-section .akmf-expanded-section__title-lvl-1 {
    font-size: 28px;
    line-height: 42px;
  }
}
akmf-expanded-section .akmf-expanded-section__title-lvl-2 {
  font: normal normal 700 28px/34px "Montserrat";
}
@media screen and (max-width: 767px) {
  akmf-expanded-section .akmf-expanded-section__title-lvl-2 {
    font-size: 24px;
    line-height: 36px;
  }
}
akmf-expanded-section .akmf-expanded-section__title-lvl-3 {
  font: normal normal 700 24px/36px "Montserrat";
}
@media screen and (max-width: 767px) {
  akmf-expanded-section .akmf-expanded-section__title-lvl-3 {
    font-size: 20px;
    line-height: 30px;
  }
}
akmf-expanded-section .akmf-expanded-section__title-lvl-4 {
  font: normal normal 700 20px/30px "Montserrat";
}
@media screen and (max-width: 767px) {
  akmf-expanded-section .akmf-expanded-section__title-lvl-4 {
    font-size: 18px;
    line-height: 27px;
  }
}
akmf-expanded-section .akmf-expanded-section__title-lvl-5 {
  font: normal normal 700 18px/27px "Montserrat";
}
@media screen and (max-width: 767px) {
  akmf-expanded-section .akmf-expanded-section__title-lvl-5 {
    font-size: 16px;
    line-height: 24px;
  }
}
akmf-expanded-section .akmf-expanded-section__buttons--wrapper {
  display: flex;
  align-items: baseline;
}
akmf-expanded-section .akmf-expanded-section__expander, akmf-expanded-section .akmf-expanded-section__remover {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  color: #0052A5;
}
akmf-expanded-section .akmf-expanded-section__expander::before, akmf-expanded-section .akmf-expanded-section__remover::before {
  margin-right: 9px;
  margin-left: 13px;
}
akmf-expanded-section .akmf-expanded-section__remover {
  color: #AD0000;
}
akmf-expanded-section .akmf-expanded-section__content--wrapper {
  position: relative;
  padding-left: 6px;
  left: -6px;
  width: calc(100% + 6px);
}
akmf-expanded-section .akmf-expanded-section__spaceing-lvl-1 {
  padding-top: 32px;
  padding-bottom: 32px;
}
akmf-expanded-section .akmf-expanded-section__spaceing-lvl-2 {
  padding-bottom: 24px;
}
akmf-expanded-section .akmf-expanded-section__spaceing-lvl-3 {
  padding-bottom: 24px;
}
akmf-expanded-section .akmf-expanded-section__spaceing-lvl-4 {
  padding-bottom: 16px;
}
akmf-expanded-section .akmf-expanded-section__spaceing-lvl-5 {
  padding-bottom: 16px;
}
akmf-expanded-section .akmf-expanded-section__border {
  border-top-width: 1px;
  border-top-color: #BABABA;
  border-top-style: solid;
}
akmf-expanded-section .akmf-expanded-section__require-star::after {
  content: "*";
  color: #DC0032;
  padding-left: 2px;
}
akmf-show-more-info {
  box-sizing: border-box;
  width: calc(50% - 20px);
}
akmf-show-more-info *,
akmf-show-more-info *:before,
akmf-show-more-info *:after {
  box-sizing: inherit;
}
akmf-show-more-info .akmf-show-more-info__info--wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 4px;
}
akmf-show-more-info .akmf-show-more-info__info-icon {
  background-image: url('assets/img/info-outlined.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 14px;
  display: block;
  min-width: 14px;
  min-height: 14px;
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: -20px;
}
akmf-show-more-info .akmf-show-more-info__info-message {
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 28px;
}
akmf-show-more-info .akmf-show-more-info__show-more {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #0052A5;
  border-color: transparent;
  background-color: transparent;
}
akmf-show-more-info .akmf-show-more-info__show-more {
  position: relative;
}
akmf-show-more-info .akmf-show-more-info__show-more:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
akmf-show-more-info .akmf-show-more-info__show-more[tabindex="-1"]:focus::after {
  visibility: hidden;
}
akmf-show-more-info.akmf-show-more-info__info-part--top-space {
  padding-top: 12px;
}
akmf-informative-row {
  box-sizing: border-box;
  display: flex;
  position: relative;
  justify-content: space-between;
}
akmf-informative-row *,
akmf-informative-row *:before,
akmf-informative-row *:after {
  box-sizing: inherit;
}
akmf-informative-row.akmf-informative-row__main-row--space {
  margin-bottom: 8px;
}
akmf-informative-row.akmf-informative-row__radio--wrapper {
  width: 33%;
}
akmf-informative-row.akmf-informative-row__radios {
  margin-top: 4px;
}
akmf-informative-row .akmf-informative-row__question-part {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
akmf-informative-row .akmf-informative-row__require-star::after {
  content: "*";
  color: #DC0032;
  padding-left: 2px;
}
akmf-informative-row .akmf-informative-row__input-label {
  display: inline-block;
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
}
akmf-informative-row .akmf-informative-row__input-label--spaceing {
  padding-bottom: 6px;
  padding-top: 12px;
}
akmf-informative-row .akmf-informative-row__input-label--spaceing-only-down {
  padding-bottom: 6px;
}
akmf-informative-row [custominformativerowcontent] + akmf-show-more-info {
  margin: 4px 0;
}
.toast-container {
  box-sizing: border-box;
  position: absolute;
  z-index: 9999;
  cursor: default;
  width: 370px;
}
.toast-container *,
.toast-container *:before,
.toast-container *:after {
  box-sizing: inherit;
}
.toast-container.toast-top-right {
  top: 12px;
  right: 29px;
}
.toast-container .toast-close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  color: #737373;
  cursor: pointer;
}
.toast-container .toast-close-button:disabled {
  cursor: not-allowed;
}
.toast-container .toast-close-button[disabled=true] {
  cursor: not-allowed;
}
.toast-container .toast-close-button.disabled {
  cursor: not-allowed;
}
.toast-container .toast-close-button:hover {
  color: #343A40;
}
.toast-container .toast-close-button span {
  display: none;
}
.toast-container .toast-close-button::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  content: "close";
  transform: scale(1.5);
  position: absolute;
  top: 2px;
  left: 2px;
}
.toast-container .ngx-toastr {
  background-color: #F6F7FA;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px;
  position: relative;
  padding: 12px 52px;
  margin-bottom: 5px;
}
.toast-container .toast-icon, .toast-container .toast-error::before, .toast-container .toast-warning::before, .toast-container .toast-info::before, .toast-container .toast-success::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  position: absolute;
  top: 16px;
  left: 16px;
  transform: scale(1.5);
}
.toast-container .toast-success {
  border-color: #008505;
}
.toast-container .toast-success::before {
  content: "check_circle_outline";
  color: #008505;
}
.toast-container .toast-info {
  border-color: #0052A5;
}
.toast-container .toast-info::before {
  content: "error_outline";
  color: #0052A5;
}
.toast-container .toast-warning {
  border-color: #BE5A00;
}
.toast-container .toast-warning::before {
  content: "error_outline";
  color: #BE5A00;
}
.toast-container .toast-error {
  border-color: #AD0000;
}
.toast-container .toast-error::before {
  content: "highlight_off";
  color: #AD0000;
}
.toast-container .toast-title {
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
  letter-spacing: 0;
  color: #343A40;
}
.toast-container .toast-message {
  font: normal normal 400 16px/24px "Open Sans";
  letter-spacing: 0.18px;
  color: #343A40;
  margin-top: 8px;
}
.toast-container .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #737373;
  opacity: 0.3;
}
akmf-table {
  box-sizing: border-box;
  display: block;
  position: relative;
}
akmf-table *,
akmf-table *:before,
akmf-table *:after {
  box-sizing: inherit;
}
akmf-table .akmf-table__details-wrapper {
  position: relative;
}
akmf-table .akmf-table__details-wrapper--default-height {
  min-height: 570px;
}
akmf-table .akmf-table__details-wrapper--full-height {
  min-height: 100%;
}
akmf-table .akmf-table__loader {
  opacity: 0.4;
  background-color: gray;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
akmf-table table {
  width: 100%;
  table-layout: fixed;
  color: #343A40;
  border-collapse: separate;
  cursor: default;
}
akmf-table table[colmode=basic] {
  overflow-x: auto;
  display: block;
}
akmf-table table[colmode=basic] .akmf-table__no-data-row {
  position: relative;
}
akmf-table table[colmode=full] {
  overflow-x: hidden;
}
akmf-table table[colmode=full] [class^=mat-column],
akmf-table table[colmode=full] [class*=" mat-column"] {
  overflow: hidden;
  text-overflow: ellipsis;
}
akmf-table table[colmode=full] .mat-sort-header-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
}
akmf-table table[colmode=full] tr.mat-footer-row {
  transform: scale(1);
}
akmf-table table .mat-sort-header-container {
  justify-content: left;
}
akmf-table table th.mat-header-cell,
akmf-table table td.mat-cell,
akmf-table table td.mat-footer-cell {
  text-align: left;
}
akmf-table table th.mat-header-cell:not(.akmf-table__component-cell),
akmf-table table td.mat-cell:not(.akmf-table__component-cell),
akmf-table table td.mat-footer-cell:not(.akmf-table__component-cell) {
  padding: 16px 12px;
}
akmf-table table th.mat-header-cell.akmf-table__component-cell,
akmf-table table td.mat-cell.akmf-table__component-cell,
akmf-table table td.mat-footer-cell.akmf-table__component-cell {
  padding-right: 0;
  padding-left: 0;
  height: inherit;
  max-height: inherit;
  overflow: visible;
}
akmf-table table th.mat-header-cell .mat-sort-header-content,
akmf-table table td.mat-cell .mat-sort-header-content,
akmf-table table td.mat-footer-cell .mat-sort-header-content {
  text-align: left;
}
akmf-table table thead .mat-header-cell {
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
}
akmf-table table tbody .mat-cell {
  font: normal normal 400 16px/24px "Open Sans";
}
akmf-table table tfoot .mat-footer-cell {
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
}
akmf-table table tfoot tr:first-of-type td.mat-footer-cell {
  border-top: solid #343A40;
  border-top-width: 2px;
}
akmf-table table.mat-table tfoot {
  background-color: #FFFFFF;
}
akmf-table table th.mat-header-cell {
  border-top: solid #BABABA;
  border-top-width: 1px;
  border-bottom: solid #343A40;
  border-bottom-width: 2px;
  border-right: solid #BABABA;
  border-right-width: 1px;
}
akmf-table table th.mat-header-cell:first-of-type {
  border-left: solid #BABABA;
  border-left-width: 1px;
  padding: 0;
}
akmf-table table td.mat-cell {
  border-bottom: solid #BABABA;
  border-bottom-width: 1px;
  border-right: solid #BABABA;
  border-right-width: 1px;
}
akmf-table table td.mat-cell:not(.akmf-table__component-cell) {
  white-space: nowrap;
}
akmf-table table td.mat-cell:first-of-type {
  border-left: solid #BABABA;
  border-left-width: 1px;
}
akmf-table table tbody tr {
  background-color: #FFFFFF;
}
akmf-table table tbody tr.akmf-table__row--even {
  background-color: #F6F7FA;
}
akmf-table table tbody tr.akmf-table__child-row--first td {
  border-top: solid #737373;
  border-top-width: 2px;
}
akmf-table table tbody tr.akmf-table__child-row--last td {
  border-bottom: solid #737373;
  border-bottom-width: 2px;
}
akmf-table table tbody tr.akmf-table__row--selected {
  background-color: #3376AB;
  color: #FFFFFF;
}
akmf-table table[hasfooter=true] tbody .akmf-table__main-row--last-collapsed td, akmf-table table[hasfooter=true] tbody tr:last-of-type td {
  border-bottom: unset;
}
akmf-table table td.mat-footer-cell {
  border-bottom: solid #BABABA;
  border-bottom-width: 1px;
}
akmf-table table td.mat-footer-cell:not(:empty) {
  border-right: solid #BABABA;
  border-right-width: 1px;
  border-left: solid #BABABA;
  border-left-width: 1px;
}
akmf-table table td.mat-footer-cell:first-of-type {
  border-left: solid #BABABA;
  border-left-width: 1px;
}
akmf-table table td.mat-footer-cell:last-of-type {
  border-right: solid #BABABA;
  border-right-width: 1px;
}
akmf-table table .mat-no-data {
  position: absolute;
  width: 100%;
  border: solid #BABABA;
  border-width: 1px;
  height: inherit;
}
akmf-table table .mat-no-data span {
  position: absolute;
  display: flex;
  width: inherit;
  justify-content: center;
  height: inherit;
  align-items: center;
  top: 0;
  left: 0;
}
akmf-table table .mat-sort-header-arrow {
  transform: none !important;
  opacity: 1 !important;
  display: none;
}
akmf-table table th .mat-sort-header-container .mat-sort-header-content {
  display: flex;
}
akmf-table table th .mat-sort-header-container .mat-sort-header-content__container {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  height: 12px;
}
akmf-table table th .mat-sort-header-container .mat-sort-header-content__label {
  display: flex;
}
akmf-table table th .mat-sort-header-container .mat-sort-header-content__up {
  position: relative;
  width: 0;
  border-bottom: 4px solid #0052A5;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-bottom: 2px;
}
akmf-table table th .mat-sort-header-container .mat-sort-header-content__up--empty {
  position: absolute;
  width: 0;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  right: -2px;
  top: 1px;
  display: none;
}
akmf-table table th .mat-sort-header-container .mat-sort-header-content__down {
  position: relative;
  width: 0;
  border-top: 4px solid #0052A5;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
akmf-table table th .mat-sort-header-container .mat-sort-header-content__down--empty {
  position: absolute;
  width: 0;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  left: -2px;
  bottom: 1px;
  display: none;
}
akmf-table table th[aria-sort=descending] .mat-sort-header-container .mat-sort-header-content__up--empty {
  display: inherit;
}
akmf-table table th[aria-sort=ascending] .mat-sort-header-container .mat-sort-header-content__down--empty {
  display: inherit;
}
akmf-table table[rowheightmode=standard] tr.mat-row,
akmf-table table[rowheightmode=standard] tr.mat-footer-row {
  height: 57px;
  max-height: 57px;
}
akmf-table table[rowheightmode=standard] th.mat-header-cell:not(.akmf-table__component-cell),
akmf-table table[rowheightmode=standard] td.mat-cell:not(.akmf-table__component-cell),
akmf-table table[rowheightmode=standard] td.mat-footer-cell:not(.akmf-table__component-cell) {
  padding: 16px 12px;
}
akmf-table table[rowheightmode=min] tr.mat-row,
akmf-table table[rowheightmode=min] tr.mat-footer-row {
  height: 31px;
  max-height: 31px;
}
akmf-table table[rowheightmode=min] th.mat-header-cell:not(.akmf-table__component-cell),
akmf-table table[rowheightmode=min] td.mat-cell:not(.akmf-table__component-cell),
akmf-table table[rowheightmode=min] td.mat-footer-cell:not(.akmf-table__component-cell) {
  padding: 4px 10px;
}
akmf-table table akmf-table-dropdown, akmf-table table akmf-table-input {
  position: relative;
}
akmf-table table akmf-table-dropdown .akmf-table-form-control-popup-errors__show-errors-button, akmf-table table akmf-table-input .akmf-table-form-control-popup-errors__show-errors-button {
  position: absolute;
  left: 12px;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  background-color: transparent;
  border: none;
  color: #AD0000;
  font-size: 0;
}
akmf-table table akmf-table-dropdown .akmf-table-form-control-popup-errors__error-icon, akmf-table table akmf-table-input .akmf-table-form-control-popup-errors__error-icon {
  font-size: 19px;
}
akmf-table table akmf-table-dropdown .ng-invalid.ng-touched, akmf-table table akmf-table-input .ng-invalid.ng-touched {
  border: 2px solid #AD0000 !important;
  padding: 4px 14px 4px 35px !important;
  width: 0;
}
akmf-table table akmf-table-input {
  display: flex;
  max-height: inherit;
  height: 100%;
  width: 100%;
}
akmf-table table akmf-table-input .akmf-input {
  border-radius: 0;
}
akmf-table table akmf-table-input .akmf-input--wrapper {
  margin: 0;
  width: 100%;
}
akmf-table table akmf-table-dropdown {
  display: flex;
  max-height: inherit;
  height: 100%;
  cursor: default;
}
akmf-table table akmf-table-dropdown ng-dropdown-panel {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
akmf-table table akmf-table-dropdown .ng-invalid.ng-touched {
  padding: 0 0 0 21px !important;
}
akmf-table table akmf-table-dropdown .ng-invalid.ng-touched .ng-arrow-wrapper {
  padding-right: 6px;
}
akmf-table table akmf-table-dropdown .ng-invalid.ng-touched ng-dropdown-panel {
  margin-top: 1px;
  left: -2px;
  width: calc(100% + 4px);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
akmf-table table akmf-table-dropdown .ng-invalid.ng-touched .ng-select-container {
  padding: 0;
  border: none !important;
  box-shadow: none !important;
}
akmf-table table akmf-table-dropdown .ng-invalid.ng-touched .ng-select-container .ng-value-container {
  padding-left: 15px;
}
akmf-table table akmf-table-dropdown .ng-invalid.ng-touched .ng-select-container .ng-input {
  padding-right: 36px;
  padding-left: 15px;
}
akmf-table table akmf-table-dropdown ng-select {
  margin: 0;
  min-height: unset;
  z-index: unset;
  width: 100%;
}
akmf-table table akmf-table-dropdown ng-select.ng-select-single .ng-select-container {
  border-radius: 0;
  height: 100%;
}
akmf-table table akmf-table-dropdown ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 50%;
  transform: translateY(-50%);
}
akmf-table table akmf-table-dropdown ng-select.ng-select.ng-select-opened .ng-select-container {
  z-index: 60;
}
akmf-table table akmf-table-dropdown ng-select ng-dropdown-panel.ng-dropdown-panel.ng-select-bottom, akmf-table table akmf-table-dropdown ng-select ng-dropdown-panel.ng-dropdown-panel.ng-select-top {
  top: calc(100% + 1px);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 11;
}
akmf-table table akmf-table-status-with-popover.akmf-table-status__correct {
  color: #008505;
}
akmf-table table akmf-table-status-with-popover.akmf-table-status__warning {
  color: #EF7F00;
}
akmf-table table akmf-table-status-with-popover.akmf-table-status__incorrect {
  color: #AD0000;
}
akmf-table table akmf-table-status-with-popover.akmf-table-status__inaccessible {
  color: #737373;
}
akmf-table table akmf-table-status-with-popover .akmf-table-status__popover-icon {
  cursor: pointer;
}
akmf-table table akmf-table-status-with-popover .akmf-table-status__popover-icon:disabled {
  cursor: not-allowed;
}
akmf-table table akmf-table-status-with-popover .akmf-table-status__popover-icon[disabled=true] {
  cursor: not-allowed;
}
akmf-table table akmf-table-status-with-popover .akmf-table-status__popover-icon.disabled {
  cursor: not-allowed;
}
akmf-table table akmf-table-status-with-popover popover-container {
  position: absolute;
}
akmf-table table akmf-table-text-with-overflow-popover .table-overflow-text__popover-icon {
  color: #0052A5;
  cursor: pointer;
}
akmf-table table akmf-table-text-with-overflow-popover .table-overflow-text__popover-icon:disabled {
  cursor: not-allowed;
}
akmf-table table akmf-table-text-with-overflow-popover .table-overflow-text__popover-icon[disabled=true] {
  cursor: not-allowed;
}
akmf-table table akmf-table-text-with-overflow-popover .table-overflow-text__popover-icon.disabled {
  cursor: not-allowed;
}
akmf-table table akmf-table-text-with-overflow-popover .table-component__overflow-text {
  white-space: nowrap;
}
akmf-table table[rowheightmode=min] .table-component__overflow-text, akmf-table table[rowheightmode=min] .table-component__label {
  margin-left: 10px;
  margin-right: 10px;
}
akmf-table table[rowheightmode=min] .table-overflow-text__popover-icon, akmf-table table[rowheightmode=min] .table-status__popover-icon {
  margin-right: 10px;
}
akmf-table table[rowheightmode=standard] .table-component__overflow-text, akmf-table table[rowheightmode=standard] .table-component__label {
  margin-left: 15px;
  margin-right: 11px;
}
akmf-table table[rowheightmode=standard] .table-overflow-text__popover-icon, akmf-table table[rowheightmode=standard] .table-status__popover-icon {
  margin-right: 16px;
}
akmf-table table[colmode=full] .table-component__overflow-text, akmf-table table[colmode=full] .table-component__label {
  overflow: hidden;
  text-overflow: ellipsis;
}
mat-paginator .mat-paginator-container {
  width: 244px;
  padding: 0;
}
mat-paginator .mat-paginator-range-actions {
  padding-left: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
mat-paginator .mat-paginator-range-actions .mat-paginator-navigation-previous {
  position: absolute;
  left: 0;
}
mat-paginator .mat-paginator-range-actions .mat-paginator-range-label {
  font: normal normal 400 16px/24px "Open Sans";
  letter-spacing: 0.2px;
  margin: auto;
}
mat-paginator .mat-icon-button {
  background: #0052A5;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
}
mat-paginator .mat-icon-button {
  position: relative;
}
mat-paginator .mat-icon-button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
mat-paginator .mat-icon-button[tabindex="-1"]:focus::after {
  visibility: hidden;
}
mat-paginator .mat-icon-button.mat-button-disabled {
  cursor: not-allowed;
}
mat-paginator .mat-icon-button [matripple] {
  display: none;
}
akmf-table-details {
  box-sizing: border-box;
}
akmf-table-details *,
akmf-table-details *:before,
akmf-table-details *:after {
  box-sizing: inherit;
}
akmf-table-details .akmf-table-details__block-table {
  z-index: 101;
  height: 100%;
  min-height: 570px;
  width: 100%;
  position: absolute;
}
akmf-table-details .akmf-table-details__content {
  z-index: 102;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 1060px;
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #BABABA;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
popover-container.akmf-table-form-control-popup-errors__error-container {
  z-index: 100;
  white-space: nowrap;
  top: -6px !important;
  height: -moz-fit-content;
  height: fit-content;
  width: max-content;
}
popover-container.akmf-table-form-control-popup-errors__error-container.popover-top {
  margin-top: -50px;
}
popover-container.akmf-table-form-control-popup-errors__error-container.popover-bottom {
  margin-top: 12px;
}
popover-container.akmf-table-form-control-popup-errors__error-container .popover-body {
  padding: 16px 53px 16px 16px;
}
popover-container.akmf-table-form-control-popup-errors__error-container .akmf-table-form-control-popup-errors__errors-close-btn {
  position: absolute;
  top: 20px;
  right: 17px;
  background-color: transparent;
  border: none;
  width: 10px;
  height: 10px;
  padding: 4px;
  box-sizing: content-box;
}
popover-container.akmf-table-form-control-popup-errors__error-container .akmf-table-form-control-popup-errors__errors-close-btn-icon {
  color: #737373;
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 1px;
}
popover-container.akmf-table-form-control-popup-errors__error-container .akmf-table-form-control-popup-errors__errors {
  display: flex;
  flex-direction: column;
  color: #AD0000;
}
akmf-main-content {
  position: absolute;
  width: 100%;
}
akmf-stepper-header {
  display: flex;
}
akmf-stepper-header .akmf-stepper-header__step-name:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
akmf-stepper-header .akmf-stepper-header__next-title {
  margin-right: 5px;
}
akmf-stepper-header .akmf-stepper-header__next-label {
  font-weight: 700;
}
akmf-stepper-header .akmf-stepper-header__next--wrapper {
  display: inline-flex;
  margin: auto 0;
}
akmf-stepper-header .akmf-stepper-header__next--wrapper:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
akmf-stepper-header .akmf-stepper-header__info--wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  width: 100%;
}
akmf-stepper-header .akmf-stepper-header__top-info--wrapper {
  display: flex;
  justify-content: space-between;
}
akmf-stepper-header .akmf-stepper-header__current-page:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
akmf-stepper-group {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  flex-grow: 1;
  padding: 0px 12px;
}
akmf-progress-circle {
  position: relative;
  width: 67px;
  min-width: 67px;
  height: 67px;
  min-height: 67px;
}
akmf-progress-circle:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
akmf-progress-circle .akmf-progress-circle__canvas {
  transform: rotate(-90deg) scale(0.25);
  display: block;
  margin: auto;
  top: -100px;
  left: -100px;
  position: absolute;
}
akmf-progress-circle .akmf-progress-circle__content {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 55px;
  white-space: nowrap;
}
.akmf-state-logout-label, .akmf-state-error-label, .akmf-state-success-label {
  font: normal normal 700 32px/48px "Montserrat";
  margin-left: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akmf-state-logout-label, .akmf-state-error-label, .akmf-state-success-label {
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .akmf-state-logout-label, .akmf-state-error-label, .akmf-state-success-label {
    margin-left: 84px;
  }
}
.akmf-state-logout-label::before, .akmf-state-error-label::before, .akmf-state-success-label::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  align-items: center;
  display: flex;
  transform: scale(1.5);
  position: absolute;
  left: -55px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .akmf-state-logout-label::before, .akmf-state-error-label::before, .akmf-state-success-label::before {
    transform: scale(3);
    left: -58px;
  }
}
.akmf-state-success-label {
  color: #008505;
}
.akmf-state-success-label::before {
  content: "check_circle_outline";
}
.akmf-state-error-label {
  color: #AD0000;
}
.akmf-state-error-label::before {
  content: "highlight_off";
}
.akmf-state-logout-label {
  color: #008505;
}
.akmf-state-logout-label::before {
  content: "logout";
}
akmf-alert {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
akmf-alert *,
akmf-alert *:before,
akmf-alert *:after {
  box-sizing: inherit;
}
akmf-alert .akmf-alert {
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 1137px;
  padding: 12px;
}
akmf-alert .akmf-alert *,
akmf-alert .akmf-alert *:before,
akmf-alert .akmf-alert *:after {
  box-sizing: inherit;
}
@media screen and (max-width: 767px) {
  akmf-alert .akmf-alert {
    padding: 8px;
    max-width: 328px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1919px) {
  akmf-alert .akmf-alert {
    max-width: 888px;
  }
}
akmf-alert .akmf-alert__title {
  width: 100%;
}
akmf-alert .akmf-alert__title--wrapper {
  display: flex;
}
akmf-alert .akmf-alert .title__icon {
  font-size: 20px;
  margin-top: 3px;
}
akmf-alert .akmf-alert .title__icon--left {
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  akmf-alert .akmf-alert .title__icon--left {
    margin-right: 6px;
  }
}
akmf-alert .akmf-alert .title__icon--left-success {
  color: #008505;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
akmf-alert .akmf-alert .title__icon--left-info {
  color: #0052A5;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
akmf-alert .akmf-alert .title__icon--left-warning {
  color: #EF7F00;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
akmf-alert .akmf-alert .title__icon--left-error {
  color: #AD0000;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
akmf-alert .akmf-alert .title__icon--right {
  cursor: pointer;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  margin-left: 7px;
  color: #737373;
}
@media screen and (max-width: 767px) {
  akmf-alert .akmf-alert .title__icon--right {
    margin-right: 6px;
  }
}
akmf-alert .akmf-alert__content--wrapper:not(:empty) {
  margin: 8px 28px 0px 28px;
}
@media screen and (max-width: 767px) {
  akmf-alert .akmf-alert__content--wrapper:not(:empty) {
    margin: 8px 24px 0px 24px;
  }
}
akmf-alert .akmf-alert--success {
  border: 4px solid #008505;
}
akmf-alert .akmf-alert--info {
  border: 4px solid #0052A5;
}
akmf-alert .akmf-alert--warning {
  border: 4px solid #EF7F00;
}
akmf-alert .akmf-alert--error {
  border: 4px solid #AD0000;
}
akmf-modal-popup {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
akmf-modal-popup *,
akmf-modal-popup *:before,
akmf-modal-popup *:after {
  box-sizing: inherit;
}
akmf-modal-popup .akmf-modal-popup__header {
  display: flex;
  flex-direction: column;
}
akmf-modal-popup .akmf-modal-popup__header--top-wrapper {
  display: flex;
  position: relative;
}
akmf-modal-popup .akmf-modal-popup__header-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #737373;
  border: none;
}
akmf-modal-popup .akmf-modal-popup__header-close:disabled {
  cursor: not-allowed;
}
akmf-modal-popup .akmf-modal-popup__header-close[disabled=true] {
  cursor: not-allowed;
}
akmf-modal-popup .akmf-modal-popup__header-close.disabled {
  cursor: not-allowed;
}
akmf-modal-popup .akmf-modal-popup__header-close::before {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  akmf-modal-popup .akmf-modal-popup__header-close {
    margin-top: 5px;
    top: 0;
    left: 0;
  }
  akmf-modal-popup .akmf-modal-popup__header-close::before {
    transform: scale(1.4);
  }
}
akmf-modal-popup .akmf-modal-popup__header-title {
  font: normal normal 700 18px/27px "Montserrat";
  position: relative;
  height: auto;
  max-width: 90%;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  akmf-modal-popup .akmf-modal-popup__header-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  akmf-modal-popup .akmf-modal-popup__header-title {
    font: normal normal 700 24px/36px "Montserrat";
    top: 0;
    left: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  akmf-modal-popup .akmf-modal-popup__header-title {
    font-size: 20px;
    line-height: 30px;
  }
}
akmf-modal-popup .akmf-modal-popup__header-label {
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
  padding-bottom: 12px;
}
akmf-modal-popup .akmf-modal-popup__body {
  overflow: auto;
  height: auto;
  max-height: 200px;
  padding-bottom: 12px;
  width: 100%;
  font: normal normal 400 16px/24px "Open Sans";
}
@media screen and (max-width: 767px) {
  akmf-modal-popup .akmf-modal-popup__body {
    max-height: 70%;
  }
}
@media screen and (max-width: 767px) {
  akmf-modal-popup .akmf-modal-popup__body-description {
    max-height: 80%;
  }
}
akmf-modal-popup .akmf-modal-popup__footer {
  display: flex;
  padding-top: 10px;
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  akmf-modal-popup .akmf-modal-popup__footer {
    flex-direction: column;
    margin-top: auto;
  }
}
akmf-modal-popup .akmf-modal-popup__footer-confirm {
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  akmf-modal-popup .akmf-modal-popup__footer-confirm {
    margin: 0px;
    width: 100%;
  }
}
akmf-modal-popup .akmf-modal-popup__footer-cancel {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  akmf-modal-popup .akmf-modal-popup__footer-cancel {
    margin: 0px;
    margin-top: 10px;
    width: 100%;
  }
}
mat-dialog-container.mat-dialog-container {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  div.cdk-overlay-pane {
    height: 100%;
    width: 100%;
  }
}
.akmf-table-row-details__table--wrapper {
  width: auto;
  height: auto;
  position: relative;
}
.akmf-table-row-details__main-wrapper {
  display: flex;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.akmf-table-row-details__blur-container {
  height: 100%;
  box-sizing: border-box;
  z-index: 200;
  border: 1px solid #BABABA;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFFFFF;
}
akmf-table-row-details-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
akmf-table-row-details-wrapper .akmf-table-row-details-wrapper__container {
  display: flex;
  height: "fit-content";
  display: flex;
  position: sticky;
  padding: 1px;
}
akmf-table-row-details-wrapper .akmf-table-row-details-wrapper__empty-space {
  height: 100%;
}
akmf-table-row-details-wrapper .akmf-table-row-details-wrapper__details-wrapper {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
akmf-table-row-details-wrapper .akmf-table-row-details-wrapper__header {
  display: flex;
  margin: 10px 0px 0px 16px;
  padding-left: 10px;
  padding-right: 16px;
}
akmf-table-row-details-wrapper .akmf-table-row-details-wrapper__delete-btn, akmf-table-row-details-wrapper .akmf-table-row-details-wrapper__edit-btn {
  position: relative;
  margin-top: 0;
  margin-left: -6px;
}
akmf-table-row-details-wrapper .akmf-table-row-details-wrapper__buttons {
  display: flex;
  flex-grow: 1;
}
akmf-table-row-details-wrapper .akmf-table-row-details-wrapper__icon-close {
  cursor: pointer;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 18px;
  color: #737373;
  margin-top: 6px;
}
akmf-table-row-details-wrapper .akmf-table-row-details-wrapper__content {
  overflow-y: auto;
  margin: 22px 0 12px 32px;
  padding-right: 16px;
  flex-grow: 1;
}
akmf-table-checkbox .akmf-table-checkbox__empty {
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border: 1px solid #343A40;
  border-radius: 4px;
  margin: 4px;
}
akmf-table-checkbox .akmf-table-checkbox__icon {
  max-height: 32px;
}
akmf-table-checkbox .akmf-table-checkbox__icon::before {
  font-size: 32px;
  color: #0052A5;
}
akmf-table table tbody tr.akmf-table__row--selected > td > akmf-table-status-with-popover > * {
  color: #FFFFFF;
}
akmf-table table tbody tr.akmf-table__row--selected > td > akmf-table-checkbox-with-expander > akmf-table-checkbox > .akmf-table-checkbox__icon::before {
  color: #FFFFFF;
}
akmf-table table tbody tr.akmf-table__row--selected > td > akmf-table-dropdown > * {
  color: #000000;
}
akmf-spinner-animation .akmf-spinner-animation__container {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
akmf-spinner-animation .akmf-spinner-animation__icons {
  position: relative;
  width: 40px;
  height: 40px;
}
akmf-spinner-animation .akmf-spinner-animation__icons div {
  position: absolute;
  width: 100%;
  height: 100%;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-duration: 0.75s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
akmf-spinner-animation .akmf-spinner-animation__icons #s1 {
  background-image: url('1.svg');
}
akmf-spinner-animation .akmf-spinner-animation__icons #s2 {
  background-image: url('2.svg');
  animation-delay: -0.5s;
}
akmf-spinner-animation .akmf-spinner-animation__icons #s3 {
  background-image: url('3.svg');
  animation-delay: -0.25s;
}
akmf-spinner-animation .akmf-spinner-animation__text {
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
  color: #343A40;
  position: relative;
  margin-left: 8px;
  line-height: 40px;
}
akmf-upload-files {
  position: relative;
}
akmf-upload-files .akmf-upload-files__display-none {
  display: none;
}
akmf-upload-files .akmf-upload-files__informative-row {
  font-size: 16px;
  padding-top: 16px;
  line-height: 24px;
}
akmf-upload-files .akmf-upload-files__informative-row .akmf-show-more-info__show-more {
  font-size: 16px;
  line-height: 24px;
}
akmf-upload-files .akmf-upload-files__load {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  akmf-upload-files .akmf-upload-files__load {
    padding-bottom: 20px;
  }
}
akmf-upload-files .akmf-upload-files__load-add {
  display: inline-flex;
  margin: 0;
}
akmf-upload-files .akmf-upload-files__load-label {
  font: normal normal 400 16px/24px "Open Sans";
  padding-left: 12px;
  display: inline-flex;
}
akmf-upload-files .akmf-upload-files__loading {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}
akmf-upload-files .akmf-upload-files__loading-name {
  font: normal normal 400 16px/24px "Open Sans";
  position: relative;
  display: inline-flex;
  padding-top: 16px;
}
akmf-upload-files .akmf-upload-files__loading-spinner {
  display: inline-flex;
  margin: 0;
}
akmf-upload-files .akmf-upload-files__loading-spinner .akmf-spinner-animation__icons {
  width: 24px;
  height: 24px;
}
akmf-upload-files .akmf-upload-files__loading-spinner .akmf-spinner-animation__text {
  font-size: 16px;
  font-weight: 400;
  margin-left: 4px;
  line-height: 24px;
}
akmf-upload-files .akmf-upload-files__loaded {
  padding-top: 16px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}
akmf-upload-files .akmf-upload-files__loaded-name {
  font: normal normal 400 16px/24px "Open Sans";
  position: relative;
  display: inline-flex;
}
akmf-upload-files .akmf-upload-files__loaded-remove {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 8px;
  padding-left: 24px;
}
akmf-upload-files .akmf-upload-files__loaded-remove:disabled {
  cursor: not-allowed;
}
akmf-upload-files .akmf-upload-files__loaded-remove[disabled=true] {
  cursor: not-allowed;
}
akmf-upload-files .akmf-upload-files__loaded-remove.disabled {
  cursor: not-allowed;
}
akmf-upload-files .akmf-upload-files__loaded-remove--span {
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
  padding-left: 0px;
  color: #AD0000;
}
akmf-upload-files .akmf-upload-files__loaded-remove--icon {
  left: 0px;
  position: absolute;
  font-size: 20px;
  color: #AD0000;
}
akmf-upload-files .akmf-upload-files__additional-file {
  position: relative;
  padding-top: 16px;
}
akmf-upload-files .akmf-upload-files__additional-file-add {
  cursor: pointer;
  font-weight: 700;
  color: #339D37;
}
akmf-upload-files .akmf-upload-files__additional-file-add:disabled {
  cursor: not-allowed;
}
akmf-upload-files .akmf-upload-files__additional-file-add[disabled=true] {
  cursor: not-allowed;
}
akmf-upload-files .akmf-upload-files__additional-file-add.disabled {
  cursor: not-allowed;
}
akmf-skip-link .akmf-skip-link__skip-link--button {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -999;
}
akmf-skip-link .akmf-skip-link__skip-link--button:focus-visible {
  z-index: 9999999;
}
.akmf-mat-tab__tab-hidden {
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
  color: transparent;
  background-color: transparent;
}
.akmf-mat-tab__tab {
  position: absolute;
  line-height: 24px;
  min-width: auto;
}
.mat-tab-nav-bar, .mat-tab-header {
  border-bottom: unset;
}
.mat-tab-group.mat-primary .mat-tab-list .mat-ink-bar {
  background-color: #0052A5;
  height: 4px;
}
.mat-tab-group.mat-primary .mat-tab-label:not(.mat-tab-label-active) {
  color: #343A40;
}
.mat-tab-group.mat-primary .mat-tab-label {
  opacity: 1;
  font: normal normal 400 16px/24px "Open Sans";
  padding: 16px 16px;
  min-width: auto;
  height: auto;
}
.mat-tab-group.mat-primary .mat-tab-label.mat-tab-label-active {
  color: #0052A5;
  font: normal normal 400 16px/24px "Open Sans";
  font-weight: 700;
}
.mat-tab-group.mat-primary .mat-tab-label .mat-tab-label-content {
  position: relative;
}
.mat-tab-label-container {
  flex-shrink: 0;
}
mat-tab-group .mat-tab-header {
  border-bottom: 1px solid #BABABA;
  display: flex;
  flex-shrink: 0;
  position: relative;
  min-width: auto;
  overflow: visible;
}
.mat-tab-body-wrapper {
  overflow: unset;
}
.mat-tab-body-content {
  overflow: unset;
}
mat-tab-body {
  padding: 0px 12px;
}
.mat-tab-header .mat-tab-header-pagination-before, .mat-tab-header .mat-tab-header-pagination-after {
  display: none;
}
.mat-ripple-element {
  opacity: 0.1;
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-pseudo-checkbox::after {
  color: inherit;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: inherit;
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-badge-content {
  color: white;
  background: #3f51b5;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #3f51b5;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ff4081;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3f51b5;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff4081;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #3f51b5;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #ff4081;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px;
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px;
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px;
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
}
.mat-button-toggle-disabled {
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-checkbox-checkmark {
  fill: inherit;
}
.mat-checkbox-checkmark-path {
  stroke: inherit !important;
}
.mat-checkbox-mixedmark {
  background-color: inherit;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #3f51b5;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #3f51b5;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ff4081;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3f51b5;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  opacity: 0.5;
}
.mat-calendar-body-in-range::before {
  background: rgba(63, 81, 181, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #3f51b5;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(63, 81, 181, 0.3);
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 64, 129, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 64, 129, 0.3);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
.mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #3f51b5;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
}
.mat-expansion-panel {
  background: white;
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.mat-focused .mat-form-field-required-marker {
  color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #3f51b5;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ff4081;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
.mat-error {
  color: #f44336;
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, 0%, 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, 0%, 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3f51b5;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ff4081;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-icon.mat-primary {
  color: #3f51b5;
}
.mat-icon.mat-accent {
  color: #ff4081;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-input-element {
  caret-color: #3f51b5;
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ff4081;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
.mat-list-item-disabled {
  background-color: #eeeeee;
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid;
  border-right: 2px solid;
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid;
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #c5cae9;
}
.mat-progress-bar-buffer {
  background-color: #c5cae9;
}
.mat-progress-bar-fill::after {
  background-color: #3f51b5;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ff80ab;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ff80ab;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ff4081;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #3f51b5;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ff4081;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff4081;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3f51b5;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-drawer-container {
  background-color: inherit;
}
.mat-drawer {
  background-color: white;
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px;
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px;
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px;
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 64, 129, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff4081;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #3f51b5;
}
.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-primary .mat-slider-focus-ring {
  background-color: rgba(63, 81, 181, 0.2);
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #ff4081;
}
.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
}
.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
.mat-slider-min-value .mat-slider-focus-ring {
  opacity: 0.12;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  background-color: transparent;
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  opacity: 0.7;
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, , 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, , 2px, transparent 0, transparent);
  opacity: 0.7;
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, , 2px, transparent 0, transparent);
  opacity: 0.7;
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-icon {
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff4081;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid;
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid;
  border-bottom: none;
}
.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3f51b5;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #3f51b5;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ff4081;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: whitesmoke;
}
.mat-toolbar.mat-primary {
  background: #3f51b5;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #ff4081;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #ff4081;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: inherit;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font-size: calc(inherit * 0.83);
  font-weight: 400;
  line-height: inherit;
  font-family: inherit;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font-size: calc(inherit * 0.67);
  font-weight: 400;
  line-height: inherit;
  font-family: inherit;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font-size: 112px;
  font-weight: 300;
  line-height: 112px;
  font-family: inherit;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  font-family: inherit;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  font-family: inherit;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: inherit;
}
.mat-card {
  font-family: inherit;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: inherit;
}
.mat-checkbox {
  font-family: inherit;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: inherit;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: inherit;
}
.mat-calendar {
  font-family: inherit;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  -ms-transform: translateY(-1.28119em) scale(0.75);
  width: 133.3333933333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  -ms-transform: translateY(-1.28118em) scale(0.75);
  width: 133.3334033333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  -ms-transform: translateY(-1.28117em) scale(0.75);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28116em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28115em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28114em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: inherit;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: inherit;
  font-size: 12px;
}
.mat-radio-button {
  font-family: inherit;
}
.mat-select {
  font-family: inherit;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: inherit;
}
.mat-slider-thumb-label-text {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: inherit;
}
.mat-step-label {
  font-size: inherit;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: inherit;
}
.mat-tab-label, .mat-tab-link {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: inherit;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: inherit;
}
.mat-list-option {
  font-family: inherit;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: inherit;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: inherit;
}
.mat-list-base .mat-subheader {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: inherit;
  font-size: 16px;
}
.mat-optgroup-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: inherit;
  font-size: inherit;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: inherit;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: inherit;
}
html {
  height: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
html > body {
  margin: 0;
  height: inherit;
}
body {
  font-family: "Open Sans";
  font-weight: 400;
  box-sizing: border-box;
}
body *,
body *:before,
body *:after {
  box-sizing: inherit;
}
main {
  display: flex;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.helper__no-wrap {
  white-space: nowrap;
}
.simple-layout > * {
  display: block;
}
.simple-layout__header-wrapper {
  width: 100%;
  z-index: 99;
  min-height: 72px;
}
.simple-layout__header-sticky {
  justify-content: left;
  padding-left: 48px;
  padding-right: 24px;
  position: fixed;
  display: flex;
  align-items: center;
  height: 72px;
  width: 100%;
  background-color: #DC0032;
}
.simple-layout__emblem {
  height: 40px;
}
.simple-layout__title {
  font: normal normal 700 28px/34px "Montserrat";
  cursor: default;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .simple-layout__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.simple-layout__langs {
  margin-left: auto;
}
akmf-spinner-animation .akmf-spinner-animation__container {
  margin-left: 0;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-24 {
  padding-top: 24px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-24 {
  margin-right: 24px;
}

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